/*
 * GLOBAL CSS
 */

.right-side #search-btn {
  display: none !important;
}

#footer-copyright p {
  font-size: 12px;
  text-align: right;
}

#header-outer.scrolled-down #top nav ul li a {
  color: #ffffff !important;
}

#header-outer.scrolled-down #top nav ul li.nav-btn a {
  color: rgb(255 255 255) !important;
}

#top nav ul li a, #top nav ul li a span {
  opacity: 1.0 !important;
}

.banner-row {
  min-height: 85vh;
}

body[data-button-style*="slightly_rounded"] .main-content .nectar-button {
  /* margin-top: 40px; */
  border-radius: 50px !important;
  background: linear-gradient(to right, rgb(255 255 255), rgb(255 255 255));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.6s 0s;
  padding: 14px 30px !important;
  font-size: 16px;
}
body[data-button-style*="slightly_rounded"] .main-content .nectar-button:not(:last-child) { margin-right: 16px; }
body[data-button-style*="slightly_rounded"] .main-content .nectar-button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

body[data-button-style*="slightly_rounded"] .main-content .nectar-button:hover {
  opacity: 1.0 !important;
  box-shadow: none;
  transform: none !important;
  -webkit-transform: none !important;
  background-size: 100% 100%;
}

body[data-button-style*="slightly_rounded"] .main-content .nectar-button:hover span {
  color: #BDA071;
}

body[data-button-style*="slightly_rounded"] .main-content .nectar-button:hover::before {
  background: #BDA071;
}

.general-padding {
  padding: 80px 0 !important;
}

.main-content .general-padding .vc_custom_heading:not(.subheading-title) {
  margin-bottom: 30px;
}

.main-content .general-padding .subheading-title {
  line-height: 1em;
}

.main-content .nectar-button.secondary-btn {
  background: transparent !important;
  color: #000;
  padding: 0 !important;
}

body[data-button-style*="slightly_rounded"] .main-content .nectar-button.secondary-btn:hover {
  box-shadow: none !important;
}

body[data-button-style*="slightly_rounded"] .main-content .nectar-button.secondary-btn::before {
  background: #BDA071;
}

body[data-button-style*="slightly_rounded"] .main-content .nectar-button.secondary-btn:hover::before {
  background: #000;
}

#footer-block h5 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}

#footer-block .footer-menu-column ul {
  margin: 0;
}

#footer-block .footer-menu-column li {
  list-style: none;
  color: #fff;
  margin-bottom: 10px;
}

#footer-block .wpb_content_element {
  margin-top: 10px;
}

/* 
 * MODULE STYLES
 */

.cta-fixed-block {
  position: absolute;
  bottom: 0;
  right: -250px;
}

#location-cta {
  background: #BDA071; 
  padding: 40px 30px;
  min-width: 300px;
  width: auto;
}

#location-cta ul {
  margin-top: 20px;
  padding: 0;
}

#location-cta ul li {
  display: inline-block;
  width: 49%;
}

.location-cta ul li,
.location-cta ul {
  margin: 0 0 0 0;
  list-style:none;
}

.location-cta a {
  color: rgb(255 255 255);
}

.location-cta  a:hover {
  text-decoration: underline;
}

.location-cta strong {
  font-family: Josefin Sans;
  font-weight: 600;
}

.left-image-block {
  min-height: 300px;
}

.right-content-block {
  padding: 160px 80px 160px 120px !important;
}

.flickity-slider .nectar-fancy-box h4 {
  font-size: 25px;
  line-height: 1.2em;
  min-height: 60px;
}

.nectar-cta .link_wrap:hover .text {
  color: #BDA071;
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover .line {
  background-color: #BDA071 !important;
}

.nectar-cta[data-style=arrow-animation] .link_wrap:hover polyline {
  stroke: #BDA071 !important;
}

.main-content .text-location-module h4 {
  font-weight: 300 !important;
  text-transform: uppercase;
}

.main-content .gallery-module img {
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15) !important; 
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.15) !important;
}

.post-thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  margin-bottom: 20px;
}

body .main-content .post-header h3, body .main-content .resource-header h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2em;
}

body .main-content .post-header, body .main-content .resource-header {
  min-height: 85px;
}

.post-slider {
  width: 100%;
  overflow: hidden;
}

.post-slider .owl-item {
  width: 25%;
  float: left;
  display: block;
}

.post-slider .item:hover .title a, .resource-tile:hover .title a {
  color: #BDA071;
}

.post-slider .owl-prev {
  position: absolute;
  top: 50%;
  left: -100px;
  background: transparent;
  font-size: 50px;
  color: #BDA071;
  border: 2px solid #BDA071 !important;
  width: 80px;
  height: 80px;
  line-height: 30px;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  opacity: 0.4;
  cursor: pointer;
}

.post-slider .owl-prev span, .post-slider .owl-next span {
  position: relative;
  top: -2px;
}

.post-slider .owl-next {
  position: absolute;
  top: 50%;
  right: -100px;
  background: transparent;
  font-size: 50px;
  color: #BDA071;
  border: 2px solid #BDA071 !important;
  width: 80px;
  height: 80px;
  line-height: 30px;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  opacity: 0.75;
  cursor: pointer;
}

.post-slider .owl-next:hover, .post-slider .owl-prev:hover {
  opacity: 1.0;
}

.resource-thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.feat-resources-block .main-tile .resource-thumb {
  height: 600px;
}

.feat-resources-block .smaller-tile .resource-thumb {
  height: 150px;
}

.feat-resources-block .wpb_row {
  margin-bottom: 20px;
  overflow: hidden;
}


.woocommerce-page.woocommerce .container-wrap .cart button.button.single_add_to_cart_button {
  border-radius: 50px !important;
  background: linear-gradient(to right, #fff, #fff);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.6s 0s;
  padding: 21px 30px !important;
}
.woocommerce-page.woocommerce .container-wrap .cart button.button.single_add_to_cart_button:hover {
  color: rgb(189 160 113);
}
body[data-form-submit=regular] .container-wrap button[name=apply_coupon][type=submit] {
	    background-color: rgb(189 160 113);
	        border-radius: 100px;
		    padding: 12px 15px !important;
		        font-size: 14px !important;
			    line-height: 10px !important;
			        border: 1px solid rgb(189 160 113);
			}
.woocommerce-page.woocommerce .container-wrap .cart button:not(.accessory).button.single_add_to_cart_button {
  margin-right: 45px;
}

.woocommerce-page.woocommerce .container-wrap .cart button.accessory.button.single_add_to_cart_button { padding:21px 30px 21px 66px !important }

.woocommerce-page.woocommerce .container-wrap .cart button:not(.accessory).button.single_add_to_cart_button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #fff;
  margin-right: 10px;
  position: relative;
  /* top: -4px; */
}

.woocommerce-page.woocommerce .container-wrap .cart button.button.single_add_to_cart_button:hover {
  opacity: 1.0 !important;
  box-shadow: none;
  transform: none !important;
  -webkit-transform: none !important;
  background-size: 100% 100%;
}

.woocommerce-page.woocommerce .container-wrap .cart button.button.single_add_to_cart_button:hover span {
  color: #BDA071;
}

.woocommerce-page.woocommerce .container-wrap .cart button.button.single_add_to_cart_button:hover::before {
  background: #BDA071;
}


.cart .wrap-request-for-quote {
  display: flex;
  align-items: center;
}

.wpcf7 form .wpcf7-response-output {
  background: rgb(0 0 0 / 0%);
  border-color: rgb(255 255 255);
  margin-top: 0;
}

@media only screen and (max-width: 991px)  {
  .cta-fixed-block {
    position: relative;
    right: 0px ;
  }

  
  .general-padding {
    padding: 40px 0 !important;
  }

  .right-content-block {
		padding: 50px 0px !important;
  }
  .post-slider .owl-nav {
    
  }
  .post-slider .owl-next {
    max-width:20px !important;
    right: -22px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 0;
  }
  .post-slider .owl-prev {
    max-width:20px !important;
    left: -22px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    display:-ms-flexbox;
    display:-webkit-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 0;
  }
  .post-slider .owl-prev span, .post-slider .owl-next span {
    top: -1px;
    font-size: 16px;
    display: block;
  }
}

@media only screen and (max-width:480px){
  
  #location-cta ul li {
    display: inline-block;
    width: 100%;
  }

  #location-cta ul li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
