/*
 Theme Name:   gsf
 description: >-
    GSF Foods official site child theme
 Author:       Caffeinate Digital
 Template:     twentynineteen
 Version:      1.0.0
*/
body {
  font-family: garamond-fb-display,serif;
  font-weight: 400;
  color: black;
}

.geo-hair {
  font-family: fieldwork, sans-serif;
  font-weight: 100;
  font-style: normal;
}

.geo-regular {
  font-family: fieldwork, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fieldwork-italic-regular {
  font-family: fieldwork, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.fieldwork-geo-demibold {
  font-family: fieldwork,sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fieldwork-geo-bold {
  font-family: fieldwork,sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fieldwork-geo-black {
  font-family: fieldwork,sans-serif;
  font-weight: 800;
  font-style: normal;
}

.garamond-light {
  font-family: garamond-fb-display,serif;
  font-weight: 300;
  font-style: normal;
}

.garamond-regular-italic {
  font-family: garamond-fb-display,serif;
  font-weight: 400;
  font-style: italic;
}

.garamond-regular {
  font-family: garamond-fb-display,serif;
  font-weight: 400;
  font-style: normal;
}

.garamond-bold {
  font-family: garamond-fb-display,serif;
  font-weight: 700;
  font-style: normal;
}

sup {
  top: -0.2em;
}

p {
  font-family: garamond-fb-display,serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.tagline {
  color: #B57317;
  letter-spacing: 3px;
  font-size: 17px;
  padding: 60px 0;
  font-family: fieldwork,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 35px;
}

.container {
  max-width: 1150px;
}

.upper {
  text-transform: uppercase;
}

.background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
}

.center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

.ctas .button {
  margin-right: 10px;
}

.ctas .button:last-child {
  margin-right: 0;
}

h2 {
  padding-bottom: 20px;
  font-size: 45px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 20px;
}

h2:after {
  display: block;
  content: '';
  background: #B57317;
  margin: 30px auto 0;
  width: 30px;
  height: 5px;
}

h3 {
  color: #B57317;
}

@media (min-width: 992px) {
  .desktop-only {
    display: block !important;
  }
  .responsive-only {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .responsive-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
  .hide-mobile {
    display: block !important;
  }
  .show-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2000;
}

header section.main {
  background-image: url(./assets/images/bg-texture-thin.jpg);
}

header section.main .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  padding: 15px;
}

header section.main .container .logo {
  width: 100%;
  max-width: 110px;
  margin-bottom: -15px;
}

@media (max-width: 480px) {
  header section.main .container .logo {
    max-width: 50px;
    margin-bottom: -25px;
  }
}

header section.main .container .links {
  width: 90%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

header section.main .container .links .ctas {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

header section.main .container ul#menu-header-menu {
  margin: 0;
  padding: 30px 30px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

header section.main .container ul#menu-header-menu li {
  list-style-type: none;
}

header section.main .container ul#menu-header-menu li a {
  text-transform: uppercase;
  padding: 0 12px;
  font-size: 14px;
  font-family: fieldwork, sans-serif;
  font-weight: 100;
  color: white;
}

@media (max-width: 991px) {
  header section.main .container .menu-header-menu-container {
    display: none;
    background: white;
    z-index: 2000;
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    border-bottom: 1px solid black;
  }
  header section.main .container .menu-header-menu-container ul li a {
    color: black;
    border: none;
  }
  header section.main .container .menu-header-menu-container .menu {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  header section.main .container .menu-header-menu-container .menu li {
    margin: 10px 0;
  }
  header section.main .container ul#menu-header-menu {
    padding: 0;
  }
  header section.main .container ul#menu-header-menu li a {
    color: black;
  }
  header section.main .container .hamburger-inner, header section.main .container .hamburger-inner:after, header section.main .container .hamburger-inner:before {
    background-color: white;
  }
  header section.main .container .links {
    -ms-flex-pack: end;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
        justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  header section.main .container .menu-header-menu-container {
    top: 100px;
  }
}

footer section.main {
  background: black;
  color: white;
  font-size: 13px;
}

footer section.main a {
  color: white;
}

footer section.main .logo a {
  margin-right: 70px;
}

footer section.main .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 15px 0;
}

footer section.main .container .strong-arm {
  width: 20px;
}

@media (max-width: 991px) {
  footer section.main .container {
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
  }
  footer section.main .container .logo {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  footer section.main .container .logo {
    text-align: center;
  }
  footer section.main .container .logo a {
    margin-right: 20px;
  }
  footer section.main .container .disclaimer {
    text-align: center;
  }
}

.button {
  display: inline-block;
  padding: 17px 60px;
  text-transform: uppercase;
  color: black;
  border: 1px solid black;
  font-family: fieldwork, sans-serif;
  font-weight: 100;
  font-size: 18px;
  margin-right: 0;
}

.button:hover {
  color: white;
  background-color: black;
  text-decoration: none;
}

.image-button {
  display: inline-block;
  margin: 0 10px;
}

.image-button.email-dark {
  background-image: url(./assets/images/btn-email-dark.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}

.image-button.email-dark:hover {
  background-image: url(./assets/images/btn-email-light.svg);
}

.image-button.phone-dark {
  background-image: url(./assets/images/btn-call-dark.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}

.image-button.phone-dark:hover {
  background-image: url(./assets/images/btn-call-light.svg);
}

.image-button.email-light {
  background-image: url(./assets/images/btn-email-light.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}

.image-button.email-light:hover {
  background-image: url(./assets/images/btn-email-dark.png);
  background-color: black;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.image-button.phone-light {
  background-image: url(./assets/images/btn-call-light.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}

.image-button.phone-light:hover {
  background-image: url(./assets/images/btn-call-dark.png);
  background-color: black;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

@media (max-width: 1199px) {
  .image-button.email-dark, .image-button.phone-dark, .image-button.email-light, .image-button.phone-light {
    width: 75px;
    height: 75px;
  }
}

@media (max-width: 1199px) and (max-width: 480px) {
  .image-button.email-dark, .image-button.phone-dark, .image-button.email-light, .image-button.phone-light {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1199px) {
  .button {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .button {
    font-size: 15px;
    padding: 10px 40px;
  }
}

section.hero .container {
  padding: 80px 15px;
}

section.hero .container .text {
  width: 35%;
}

section.hero .container .text .book-now {
  width: 200px;
  height: 50px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  section.hero .container {
    padding: 40px 15px;
  }
  section.hero .container .text {
    width: 100%;
  }
}

.contact .item, .hours .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: start;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
      justify-content: flex-start;
}

.contact .item img, .hours .item img {
  margin-right: 10px;
}

#learn-more-modal .modal-dialog {
  max-width: 1520px;
}

#learn-more-modal .modal-dialog .container {
  padding-bottom: 100px;
}

#learn-more-modal .modal-dialog .modal-content {
  background: rgba(51, 46, 40, 0.99);
  position: relative;
}

#learn-more-modal .modal-dialog .modal-content:before {
  display: block;
  content: '';
  background: #B57317;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 60px;
  top: 0;
  width: 1px;
}

#learn-more-modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 20px 15px 0;
}

#learn-more-modal .modal-dialog .modal-content .slider .item {
  color: white;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

#learn-more-modal .modal-dialog .modal-content .slider .item:focus {
  outline: none;
}

#learn-more-modal .modal-dialog .modal-content .slider .item .background-image {
  width: 70%;
  height: 320px;
}

#learn-more-modal .modal-dialog .modal-content .slider .item .title {
  font-size: 50px;
  margin-bottom: 30px;
}

#learn-more-modal .modal-dialog .modal-content .slider .item .content {
  padding: 60px 0 40px;
}

#learn-more-modal .modal-dialog .modal-content .slider .item .button {
  color: white;
  border-color: white;
}

#learn-more-modal .modal-dialog .modal-content .slider .item .button:hover {
  background: white;
  color: black;
}

#learn-more-modal .modal-dialog .modal-content .slide-footer {
  text-align: center;
  padding-top: 100px;
}

#learn-more-modal .modal-dialog .modal-content .slide-footer .the-title {
  color: #B57317;
  font-size: 32px;
}

#learn-more-modal .modal-dialog .modal-content .slide-footer .links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  width: 87%;
  margin: 0 auto;
  padding-top: 50px;
}

#learn-more-modal .modal-dialog .modal-content .slide-footer .links .link {
  color: white;
  text-transform: uppercase;
  font-family: fieldwork, sans-serif;
  font-weight: 100;
}

#learn-more-modal .modal-dialog .modal-content .slide-footer .links .link.active {
  color: #B57317;
  position: relative;
}

#learn-more-modal .modal-dialog .modal-content .slide-footer .links .link.active:after {
  display: block;
  content: '';
  background: #B57317;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 90px;
  bottom: -117px;
  width: 1px;
}

#learn-more-modal .modal-dialog .modal-content .slide-footer .links .link:hover {
  color: #B57317;
  cursor: pointer;
}

.slider {
  position: relative;
}

.slider .slick-prev, .slider .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slider .slick-prev {
  left: -50px;
}

.slider .slick-next {
  right: -50px;
}

.slider ul.slick-dots {
  margin: 80px auto 0;
  padding: 0;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  width: 160px;
}

.slider ul.slick-dots button {
  background: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-color: #B57317;
  padding: 0 3px;
  height: 15px;
  color: transparent;
}

.slider ul.slick-dots li.slick-active button {
  background: #B57317;
}

@media (max-width: 991px) {
  .slider .slick-prev, .slider .slick-next {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .slider ul.slick-dots {
    margin: 10px auto 0;
  }
}

article.home section.hero {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: end;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
      justify-content: flex-end;
  position: relative;
}

article.home section.hero .background-image {
  width: 50%;
  height: 570px;
}

article.home section.hero .container {
  position: absolute;
  top: 0;
  left: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  text-align: center;
  width: 575px;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -webkit-transform: translateX(-575px);
      -ms-transform: translateX(-575px);
          transform: translateX(-575px);
}

article.home section.section1 .strip {
  background: #B57317;
  text-align: center;
  color: white;
  font-size: 50px;
  padding: 40px;
}

article.home section.section1 .container {
  text-align: center;
}

article.home section.section1 .container .items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

article.home section.section1 .container .items .item {
  background: white;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: start;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
      justify-content: flex-start;
  padding: 60px 40px;
  text-align: center;
  width: 32.5%;
  height: 700px;
}

article.home section.section1 .container .items .item img.icon {
  height: 35px;
}

article.home section.section1 .container .items .item:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  position: relative;
  top: -60px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #B57317;
}

article.home section.section1 .container .items .item .title1 {
  font-size: 32px;
  padding-top: 40px;
}

article.home section.section1 .container .items .item .title2 {
  color: #B57317;
  font-size: 30px;
  padding-bottom: 70px;
}

article.home section.section1 .container .items .item .content {
  padding-top: 60px;
}

article.home section.section1 .container .logo {
  width: 12%;
  padding-top: 30px;
}

article.home section.section2 .container {
  padding: 80px 15px;
}

article.home section.section2 .container .items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

article.home section.section2 .container .items .item {
  height: 595px;
  -webkit-box-shadow: 0 0 3px 0 #80808087;
          box-shadow: 0 0 3px 0 #80808087;
  margin: 0 0.5% 15px;
  width: 32%;
}

article.home section.section2 .container .items .item .background-image {
  width: 100%;
  height: 170px;
}

article.home section.section2 .container .items .item .main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  padding: 50px 0;
}

article.home section.section2 .container .items .item .main .title {
  font-weight: 700;
  font-size: 30px;
  padding: 0 0 40px;
}

article.home section.section2 .container .items .item .main .content {
  color: #B57317;
  text-align: center;
  padding: 0 30px 20px;
  height: 130px;
}

article.home section.section2 .container .items .item .main .button {
  padding: 13px 0;
  width: 240px;
  text-align: center;
  margin-bottom: 10px;
}

article.home section.section2 .container .items .item .main .button.learn-more {
  border: none;
  font-size: 15px;
  color: #B57317;
}

article.home section.section2 .container .items .item .main .button.learn-more:after {
  display: block;
  content: '';
  background: #B57317;
  width: 20px;
  height: 2px;
  margin: 15px auto 0;
}

article.home section.section2 .container .items .item .main .button.learn-more:hover {
  background: none;
  opacity: 0.8;
}

article.home section.cta-strip {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: start;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
      justify-content: flex-start;
  background-image: url(./assets/images/bg-texture-large.jpg);
  position: relative;
  color: white;
}

article.home section.cta-strip h3 {
  margin-bottom: 50px;
}

article.home section.cta-strip .left {
  width: 50%;
  height: 430px;
}

article.home section.cta-strip .button {
  color: white;
  margin-top: 40px;
  border-color: white;
}

article.home section.cta-strip .button:hover {
  background: white;
  color: black;
}

article.home section.cta-strip .container {
  position: absolute;
  left: 50%;
  width: 575px;
  padding: 0 35px;
  text-align: center;
}

article.home section.cta-strip.cta-strip-alt {
  -ms-flex-pack: end;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
      justify-content: flex-end;
}

article.home section.cta-strip.cta-strip-alt .right {
  width: 50%;
  height: 430px;
}

article.home section.cta-strip.cta-strip-alt .container {
  -webkit-transform: translateX(-105%);
      -ms-transform: translateX(-105%);
          transform: translateX(-105%);
}

article.home section.section3 .container {
  padding: 100px 15px;
  max-width: 950px;
}

article.home section.section3 .container .main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  padding: 20px 0;
}

article.home section.section3 .container .main .left {
  width: 40%;
  font-family: fieldwork, sans-serif;
  font-weight: 100;
  letter-spacing: 3px;
}

article.home section.section3 .container .main .left .line2 {
  color: #B57317;
  margin-top: 45px;
  line-height: 32px;
}

article.home section.section3 .container .main .left img {
  padding-top: 50px;
}

article.home section.section3 .container .main .right {
  width: 40%;
}

article.home section.section3 .container .main .right img {
  padding: 30px 0 0;
}

article.home section.strip2 {
  background: #B57317;
}

article.home section.strip2 .container {
  text-align: center;
  color: white;
  font-family: fieldwork, sans-serif;
  font-weight: 100;
  letter-spacing: 3px;
  padding: 50px 15px;
}

article.home section.strip2 .container .content {
  padding-top: 20px;
}

article.home section.section4 {
  font-family: fieldwork, sans-serif;
  font-weight: 100;
  font-size: 18px;
}

article.home section.section4 .container {
  padding: 100px 15px;
  max-width: 880px;
}

article.home section.section4 .container .item {
  padding-bottom: 25px;
}

article.home section.gallery {
  padding: 100px 0 0;
}

article.home section.gallery .slider .item {
  height: 400px;
  margin: 0 5px;
}

article.home section.gallery .slider .item:focus {
  outline: none;
}

article.home section.follow {
  font-family: fieldwork, sans-serif;
  font-weight: 100;
  letter-spacing: 3px;
  text-align: center;
}

article.home section.follow .container {
  padding: 60px 15px;
}

article.home section.follow .container .links {
  margin-bottom: 20px;
}

article.home section.follow .container .links a {
  margin: 0 5px;
}

article.home section.follow .container .links a:hover {
  text-decoration: none;
  opacity: 0.8;
}

article.home section.testimonials {
  background-image: url(./assets/images/bg-texture-large.jpg);
}

article.home section.testimonials h2 {
  color: white;
}

article.home section.testimonials .container {
  padding: 100px 0;
}

article.home section.testimonials .item {
  color: white;
  text-align: center;
  height: auto;
  margin: 0 50px;
}

article.home section.testimonials .item:focus {
  outline: none;
}

article.home section.testimonials .item .location {
  font-family: garamond-fb-display,serif;
  font-weight: 400;
  font-style: italic;
}

article.home section.testimonials .item .content {
  padding-bottom: 10px;
}

article.home section.contact .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  padding: 160px 15px 70px;
}

article.home section.contact .container .tagline:after {
  display: block;
  content: '';
  background: #B57317;
  margin: 60px auto 0;
  width: 30px;
  height: 4px;
}

article.home section.contact .container .gform_wrapper {
  max-width: 800px;
  width: 100%;
  padding-top: 30px;
}

article.home section.contact .container .gform_wrapper .top_label .gfield_label, article.home section.contact .container .gform_wrapper legend.gfield_label, article.home section.contact .container .gform_wrapper .gform_validation_errors {
  display: none;
}

article.home section.contact .container .gform_wrapper .gfield {
  margin-bottom: 20px;
}

article.home section.contact .container .gform_wrapper .gform_heading {
  display: none;
}

article.home section.contact .container .gform_wrapper .top_label input.medium, article.home section.contact .container .gform_wrapper .top_label select.medium {
  width: 100%;
}

article.home section.contact .container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  border-bottom: 1px solid #707070;
}

article.home section.contact .container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), article.home section.contact .container .gform_wrapper textarea {
  text-align: center;
  font-size: 17px;
}

article.home section.contact .container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, article.home section.contact .container .gform_wrapper textarea:-ms-input-placeholder {
  color: #B57317;
}

article.home section.contact .container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, article.home section.contact .container .gform_wrapper textarea::-webkit-input-placeholder {
  color: #B57317;
}

article.home section.contact .container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, article.home section.contact .container .gform_wrapper textarea::-moz-placeholder {
  color: #B57317;
}

article.home section.contact .container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, article.home section.contact .container .gform_wrapper textarea::placeholder {
  color: #B57317;
}

article.home section.contact .container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  background: none;
}

article.home section.contact .container .gform_wrapper .gform_footer {
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

article.home section.contact .container .gform_wrapper .gform_footer input.button:hover, article.home section.contact .container .gform_wrapper .gform_footer input[type=submit]:hover {
  background: black !important;
}

article.home section.contact .container .gform_wrapper div.validation_error {
  color: red;
  border: none;
  padding: 0;
  display: none;
}

article.home section.contact .container .gform_wrapper .validation_message {
  color: red;
  background: none;
  border: 0;
  padding: 0;
}

article.home section.contact .container .ctas {
  padding: 50px 0;
}

@media (max-width: 1199px) {
  article.home section.section1 .container .items .item .title1 {
    font-size: 25px;
  }
  article.home section.section1 .container .items .item .title2 {
    font-size: 25px;
    padding-bottom: 50px;
  }
  article.home section.section2 .container .items .item .main .title {
    text-align: center;
    font-size: 25px;
  }
  article.home section.section2 .container .items .item .main .content {
    height: 150px;
  }
  article.home section.cta-strip .container {
    width: 50%;
  }
  article.home section.gallery .slider .item {
    height: 240px;
  }
}

@media (max-width: 991px) {
  article.home section.hero {
    -ms-flex-direction: column-reverse;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  article.home section.hero .background-image {
    width: 100%;
  }
  article.home section.hero .container {
    width: 100%;
    position: relative;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  article.home section.section1 .container .items .item {
    padding: 60px 20px;
  }
  article.home section.section1 .container .items .item .title1, article.home section.section1 .container .items .item .title2 {
    font-size: 21px;
  }
  article.home section.section2 .container .items .item {
    height: 640px;
  }
  article.home section.section2 .container .items .item .main .content {
    height: 210px;
  }
  article.home section.section2 .container .items .item .main .title {
    font-size: 20px;
  }
  article.home section.section2 .container .items .item .main .button {
    width: 200px;
  }
}

@media (max-width: 767px) {
  article.home section.section1 .strip {
    font-size: 30px;
    line-height: 30px;
  }
  article.home section.section1 .container .items .item {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    margin-bottom: 15px;
  }
  article.home section.section1 .container .items .item:before {
    display: none;
  }
  article.home section.section1 .container .logo {
    width: 30%;
  }
  article.home section.section2 .container {
    padding: 30px 15px;
  }
  article.home section.section2 .container .items .item {
    height: auto;
    width: 100%;
  }
  article.home section.section2 .container .items .item .main .content {
    height: auto;
  }
  article.home section.cta-strip {
    -ms-flex-direction: column-reverse;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  article.home section.cta-strip.cta-strip-alt .container {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  article.home section.cta-strip.cta-strip-alt .right {
    width: 100%;
    height: 250px;
  }
  article.home section.cta-strip .container {
    position: relative;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    padding: 30px 15px;
  }
  article.home section.cta-strip .left {
    width: 100%;
    height: 250px;
    margin-top: 20px;
  }
  article.home section.section3 .container {
    padding: 30px 15px;
  }
  article.home section.section3 .container .main .left {
    width: 100%;
  }
  article.home section.section3 .container .main .right {
    width: 100%;
    margin-top: 40px;
  }
  article.home section.section4 .container {
    padding: 30px 15px;
  }
  article.home section.gallery {
    padding: 30px 0;
  }
  article.home section.testimonials .container {
    padding: 30px 0;
  }
  article.home section.contact .container {
    padding: 30px 15px;
  }
  article.home section.contact .container .logo {
    width: 40%;
  }
  article.home section.contact .container .tagline {
    font-size: 17px;
    line-height: 26px;
    padding: 50px 0 10px;
  }
  article.home section.contact .container .tagline br {
    display: none;
  }
  article.home section.contact .container .tagline:after {
    margin: 30px auto 0;
  }
}

@media (max-width: 640px) {
  article.home section.contact .container .gform_wrapper .ginput_complex span:first-child {
    margin-bottom: 20px;
  }
  article.home section.contact .container .gform_wrapper .ginput_complex span:last-child {
    margin-bottom: 0;
  }
}

.page-not-found .container {
  padding: 120px 15px;
}
