/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/********************
  Layout
********************/

.padding-top-1 { padding-top: 25px !important; }
.padding-top-2 { padding-top: 50px !important; }
.padding-top-3 { padding-top: 75px !important; }
.padding-top-4 { padding-top: 100px !important; }
.padding-top-5 { padding-top: 125px !important; }
.padding-top-6 { padding-top: 150px !important; }
.padding-top-7 { padding-top: 175px !important; }

.padding-bottom-1 { padding-bottom: 25px !important; }
.padding-bottom-2 { padding-bottom: 50px !important; }
.padding-bottom-3 { padding-bottom: 75px !important; }
.padding-bottom-4 { padding-bottom: 100px !important; }
.padding-bottom-5 { padding-bottom: 125px !important; }
.padding-bottom-6 { padding-bottom: 150px !important; }
.padding-bottom-7 { padding-bottom: 175px !important; }

@media screen and (max-width: 999px) {
  .padding-top-1 { padding-top: 15px !important; }
  .padding-top-2 { padding-top: 25px !important; }
  .padding-top-3 { padding-top: 40px !important; }
  .padding-top-4 { padding-top: 50px !important; }
  .padding-top-5 { padding-top: 60px !important; }
  .padding-top-6 { padding-top: 75px !important; }
  .padding-top-7 { padding-top: 90px !important; }

  .padding-bottom-1 { padding-bottom: 15px !important; }
  .padding-bottom-2 { padding-bottom: 25px !important; }
  .padding-bottom-3 { padding-bottom: 40px !important; }
  .padding-bottom-4 { padding-bottom: 50px !important; }
  .padding-bottom-5 { padding-bottom: 60px !important; }
  .padding-bottom-6 { padding-bottom: 75px !important; }
  .padding-bottom-7 { padding-bottom: 90px !important; }

  .padding-top-0-mobile { padding-top: 0 !important; }
  .padding-bottom-0-mobile { padding-bottom: 0 !important; }
}

.z-index-100 { z-index: 100; }


.container-width-row {
  max-width: 1425px;
  padding-left: 90px;
  padding-right: 90px;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 999px) {
  .container-width-row {
    max-width: 600px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 690px) {
  .container-width-row {
    max-width: 420px;
  }
}

@media screen and (max-width: 479px) {
  .container-width-row {
    max-width: 320px;
  }
}



/********************
  Header
********************/
@media only screen and (max-width: 999px) {
  #header-outer[data-cart="true"] #top .span_9 >.slide-out-widget-area-toggle,
  #header-outer[data-cart="true"] #top #mobile-cart-link,
  #top .mobile-search {
    padding: 0 15px !important;
  }

  body.material #header-outer[data-header-resize="1"]:not([data-format="left-header"]):not(.small-nav),
  body.material #header-outer[data-header-resize="0"]:not([data-format="left-header"]):not(.scrolled-down):not(.fixed-menu) {
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.25) !important;
  }
}



/********************
  Footer
********************/

/* Fooer Subscribe */

#footer-outer .footer-subscribe {
  background-color: #04ab56;
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer-outer .footer-subscribe .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer-outer .footer-subscribe .social li {
  display: inline-block;
  margin-right: 25px;
}

#footer-outer .footer-subscribe .social i {
  font-size: 28px;
}

#footer-outer .footer-form {
  display: flex;
  align-items: center;
}

#footer-outer .footer-form label {
  text-align: right;
  margin: 0 30px 0 0;
  font-family: 'Montserrat';
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.1;
}

#footer-outer .footer-form .fields {
  display: flex;
  flex-grow: 1;
}

#footer-outer .footer-form input {
  height: 50px;
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #ffffff;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#footer-outer .footer-form button {
  height: 50px;
  width: 50px;
  padding: 0;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

#footer-outer .footer-form button,
#footer-outer .footer-form button:hover {
  color: #333333 !important;
}

#footer-outer .footer-form button i {
  opacity: 1;
  position: static;
  margin: 0;
  line-height: 50px;
  font-size: 16px;
}

@media screen and (max-width: 999px) {
  #footer-outer .footer-form {
    flex-direction: column;
  }

  #footer-outer .footer-form label {
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }

  #footer-outer .footer-form .fields {
    width: 100%;
  }
}


/*
#footer-outer .footer-subscribe .gform_wrapper {
  margin: 0;
}

#footer-outer .footer-subscribe .gform_wrapper .validation_error {
  display: none;
}

#footer-outer .footer-subscribe .gform_wrapper form {
  display: flex;
  align-items: center;
}

#footer-outer .footer-subscribe .gform_wrapper .gform_body {
  flex-grow: 1;
  flex-shrink: 1;
}

#footer-outer .footer-subscribe .gform_wrapper li.gfield {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
}

#footer-outer .footer-subscribe .gform_wrapper li.gfield.gfield_error {
  border-top: 0;
  border-bottom: 0;
  background-color: transparent;
  margin-bottom: 0 !important;
  width: 100%;
}

#footer-outer .footer-subscribe .gform_wrapper li.gfield .gfield_label {
  text-align: right;
  margin: 0 30px 0 0;
  font-family: 'Montserrat';
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 1.1;
}

#footer-outer .footer-subscribe .gform_wrapper li.gfield.gfield_error .gfield_label {
  color: inherit;
}

#footer-outer .footer-subscribe .gform_wrapper li.gfield .gfield_required {
  display: none;
}

#footer-outer .footer-subscribe .gform_wrapper li.gfield .ginput_container {
  margin-top: 0;
}

#footer-outer .footer-subscribe .gform_wrapper li.gfield input {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

#footer-outer .footer-subscribe .validation_message {
  display: none;
}

#footer-outer .footer-subscribe .gform_wrapper li.gfield input:focus {

}

#footer-outer .footer-subscribe .gform_wrapper .gform_footer {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  width: auto;
}

#footer-outer .footer-subscribe .gform_wrapper .gform_footer .gform_button {
  color: #333333;
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
}

#footer-outer .footer-subscribe .gform_wrapper .gform_footer .gform_button:hover {
  opacity: 1;
  color: #333333 !important;
  background-color: #dcbf00 !important;
}

#footer-outer .footer-subscribe .gform_wrapper .gform_footer .gform_button i {
  position: static;
  opacity: 1;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

#footer-outer .footer-subscribe .gform_wrapper .gform_footer .gform_button span {
  margin-right: 10px;
}
*/

@media screen and (max-width: 999px) {
  #footer-outer .footer-subscribe .container {
    flex-direction: column;
  }

  #footer-outer .footer-subscribe .social {
    text-align: center;
  }

  #footer-outer .footer-subscribe .social li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 691px) {
  /*
  #footer-outer .footer-subscribe .gform_wrapper li.gfield input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  #footer-outer .footer-subscribe .gform_wrapper .gform_footer .gform_button {
    height: 50px;
    width: 50px;
    padding: 0;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  #footer-outer .footer-subscribe .gform_wrapper .gform_footer .gform_button span {
    display: none;
  }
  */
}

@media screen and (max-width: 690px) {
  /*
  #footer-outer .footer-subscribe .gform_wrapper form,
  #footer-outer .footer-subscribe .gform_wrapper li.gfield {
    flex-direction: column;
  }

  #footer-outer .footer-subscribe .gform_wrapper li.gfield .gfield_label {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  #footer-outer .footer-subscribe .gform_wrapper .ginput_container {
    margin-bottom: 10px;
  }
  */

  #footer-outer .footer-subscribe .col_last {
    margin-bottom: 0px;
  }
}


/* Footer Navs */

#footer-widgets .menu > .menu-item > a {
  margin-bottom: 20px;
  font-family: 'Montserrat';
  font-size: 18px !important;
  font-weight: 500 !important;
}

#footer-widgets .sub-menu {
  padding-left: 24px !important;
}

body #footer-outer #footer-widgets ul.sub-menu li.menu-item {
  position: relative;
  padding: 7px 0 !important;
}

#footer-widgets .sub-menu li::before  {
  content: "\f1db";
  font-family: 'FontAwesome';
  font-weight: normal;
  position: absolute;
  left: -24px;
  top: 7px;
  color: #fedd00;
  font-size: 0.6em;
  line-height: 18px;
}

#footer-widgets .sub-menu li a {
  font-size: 14px !important;
  font-weight: 600 !important;
}

#footer-widgets .widget_media_image {
  max-width: 139px;
}

#footer-widgets .footer_details {
  font-weight: 600;
}

#footer-widgets .footer_details i {
  color: #fedd00;
  font-size: 24px;
  margin-right: 0.3em;
  vertical-align: bottom;
}

@media screen and (max-width: 689px) {
  #footer-widgets .col.one-fourths {
    width: 50%;
  }
  #footer-widgets .col.clear-both {
    clear: both;
  }
}


/* Copyright */

#footer-outer #copyright p {
  padding-bottom: 0;
  line-height: 1.2;
}

#footer-outer #copyright p strong {
  font-weight: 600;
}

#footer-outer #copyright p + p {
  margin-top: 15px;
}

#footer-outer #copyright li a {
  font-weight: 600;
}


/********************
  Forms
********************/

.gform_button {
  border: 0;
  cursor: pointer;
}

body .gform_wrapper li.gfield.gfield_error {
  background-color: transparent;
  padding: 0;
  border: 0;
}

body #mc_embed_signup div.mce_inline_error {
  color: #6B0505;
  font-size: 14px;
  background: transparent;
  padding: 0;
}

body .mc-field-group {
  margin-bottom: 20px;
}

body .mc-field-group.input-group ul {
  margin: 0;
}

body .mc-field-group.input-group li {
  list-style: none;
}

body .mc-field-group.input-group input {
  margin-right: 1em;
}

#mce-responses #mce-success-response {
  color: #04ab56;
}

#mce-responses #mce-error-response {
  color: #6B0505;
}


/********************
  Homepage
********************/

/* Home Banner */

.home-banner-row {
  z-index: 101;
}

.home-banner-row .nectar-slider-wrap,
.home-banner-row .swiper-container,
.home-banner-row .swiper-slide {
  overflow: visible;
}

.home-banner-row .slider-prev {
  opacity: 0 !important;
  transition-property: all;
}

.home-banner-row .slider-prev:hover {
  opacity: 1 !important;
}

.home-banner-row .swiper-slide::before {
  content: '';
  position: absolute;
  z-index: 11;
  left: 0;
  top: 0;
  pointer-events: none;

  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}

/*
.home-banner-row .swiper-slide:nth-child(odd)::before,
*/
.home-banner-row .swiper-slide.aboriginal-banner:nth-child(n)::before {
  width: 50%;
  height: 120%;
  background-image: url('/app/themes/salient-child/img/banner_overlay_a.png');
}

.home-banner-row .swiper-slide::before,
/*
.home-banner-row .swiper-slide:nth-child(even)::before,
.home-banner-row .swiper-slide:only-child::before,
*/
.home-banner-row .swiper-slide.torres-straight-banner:nth-child(n)::before {
  width: 50%;
  height: 135%;
  background-image: url('/app/themes/salient-child/img/banner_overlay_ts.png');
}

.nectar-slider-wrap .slide-bg-wrap::before {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: linear-gradient(to right, #212121 25%, transparent 50%);
}

.home-banner-row .slide-bg-wrap::before {
  opacity: 1;
}

.home-banner-row .swiper-slide .video-texture {
  height: 100%;
}

.nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .content h2 {
  line-height: 1 !important;
  margin-bottom: 0;
}

.nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide .content p {
  line-height: 1.36 !important;
  margin-top: 30px;
}

.home-banner-row .swiper-container .swiper-wrapper .swiper-slide .content h2,
.home-banner-row .swiper-container .swiper-wrapper .swiper-slide .content p {
  padding: 0.6em 1em 0.9em;
  margin: -0.6em -1em 0;
  background-image: url('/app/themes/salient-child/img/banner_text_bg.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.nectar-slider-wrap .swiper-slide .content .button a {
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
}


/* Typewriter */

.typewritertext {
  display: none;
}


/* Pagination dots */

body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch {
  opacity: 1;
}

body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch::before {
  width: 20px;
  height: 20px;
  margin: 5px;
  top: 0;
}

body.material [data-bullet_style="see_through"] .slider-pagination:not(.dark-cs) .swiper-pagination-switch::before {
  box-shadow: inset 0 0 0 2px #fedd00;
}

body.material [data-bullet_style="see_through"] .slider-pagination:not(.dark-cs) .swiper-pagination-switch.swiper-active-switch::before {
  box-shadow: inset 0 0 0 10px #fedd00;
  transform: scale(1);
}



/* Home Boxes */

.nectar-fancy-box .inner-wrap {
  line-height: 1.45;
  font-size: 14px;
}

.nectar-fancy-box[data-style="color_box_hover"][data-border="true"] .box-inner-wrap,
.nectar-fancy-box[data-style="color_box_hover"][data-border="true"]:hover .box-inner-wrap {
  border-width: 2px;
}

.nectar-fancy-box[data-style="color_box_hover"][data-border="true"][data-color="accent-color"] .box-inner-wrap { border-color: #04ab56; }
.nectar-fancy-box[data-style="color_box_hover"][data-border="true"][data-color="extra-color-1"] .box-inner-wrap { border-color: #1d557e; }
.nectar-fancy-box[data-style="color_box_hover"][data-border="true"][data-color="extra-color-2"] .box-inner-wrap { border-color: #ec2027; }
.nectar-fancy-box[data-style="color_box_hover"][data-border="true"][data-color="extra-color-3"] .box-inner-wrap { border-color: #fedd00; }


/* Our Stores boxes */

.white-box-wrapper .wpb_wrapper,
.white-box-wrapper .wpb_wrapper .nectar-fancy-box {
  height: 100%;
}

.white-box-wrapper .bg-img {
  display: none;
}

.white-box-wrapper .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-shadow {
  background-color: #ffffff;
  opacity: 1;
  border: 2px solid #d3dce3;
  border-radius: 5px;
  box-shadow: 0 35px 100px rgba(0,0,0,0), 0 16px 40px rgba(0,0,0,0);
  transition-property: all;
}

.white-box-wrapper .nectar-fancy-box[data-style="parallax_hover"]:hover .parallaxImg-shadow {
  box-shadow: 0 35px 100px rgba(0,0,0,0.1), 0 16px 40px rgba(0,0,0,0.1);
}

.white-box-wrapper .nectar-fancy-box[data-style="parallax_hover"] img {
  margin-top: 0;
  margin-bottom: 10px;
}

.white-box-wrapper .nectar-fancy-box[data-style="parallax_hover"] h3 {
  margin-bottom: 20px;
}

.white-box-wrapper .nectar-fancy-box[data-style="parallax_hover"]:hover h3 {
  color: #1d557e;
}

.white-box-wrapper .nectar-fancy-box[data-style="parallax_hover"] .inner * {
  color: #333333;
}

.white-box-wrapper .nectar-fancy-box[data-style="parallax_hover"] .inner p {
  font-size: 14px;
  line-height: 1.5;
  opacity: 1;
}


.simple-store-boxes > .col {
  justify-content: center;
}

.simple-store-boxes .wpb_wrapper img {
  margin-bottom: 30px;
}

.simple-store-boxes .wpb_wrapper p {
  font-size: 14px;
  line-height: 1.4;
}

.simple-store-boxes .wpb_wrapper .nectar-button {
  text-align: center;
}


/* Home Blog Posts */

.blog-recent.row {
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: left;
}

.blog-recent[data-style="list_featured_first_row"] .meta-category {
  display: none;
}

.blog-recent[data-style="list_featured_first_row"] a.featured {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 80%;
  margin-bottom: 25px;
  background-color: rgba(0,0,0,0.05);
  border-radius: 5px;
  transition: all 0.7s ease;
}

.blog-recent[data-style="list_featured_first_row"] .col:hover a.featured {
  background-color: transparent;
}

.blog-recent[data-style="list_featured_first_row"] .featured > img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.blog-recent .excerpt {
  display: none;
}

.masonry.material .masonry-blog-item .meta-category,
.related-posts[data-style="material"] .meta-category {
  display: none;
}

.masonry.material .masonry-blog-item .article-content-wrap,
.related-posts[data-style="material"] .article-content-wrap {
  padding-top: 30px !important;
}

.masonry.material .masonry-blog-item .grav-wrap {
  display: none;
}


/********************
  Inner Pages
********************/

/* Banner */

#page-header-bg {
  background-color: #11314a !important;
}

#page-header-bg::before {
  content: '';
  opacity: 0.7;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #11314a 30%, transparent 60%);
}

#page-header-bg .inner-wrap {
  display: flex;
  flex-direction: column-reverse;
}

body #page-header-bg .result-num {
  color: #ffffff;
}

body #page-header-bg .subheader {
  font-size: 22px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
  font-style: normal !important;
  padding: 0.2em 0 0.2em 0.7em;
  border-left: 2px solid #fedd00;
  margin-bottom: 0.5em;
  color: #ffffff !important;
}

body #page-header-bg .subheader:empty {
  display: none;
}

body #page-header-bg h1 {
  font-size: 40px !important;
  line-height: 1.2 !important;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
  padding: 0;
  color: #ffffff !important;
}

@media screen and (max-width: 999px) {
  body #page-header-bg h1 {
    font-size: 20px !important;
  }
}

@media screen and (min-width: 691px) {
  #page-header-bg .span_6 {
    max-width: 50%;
  }
}


/* Breadcrumbs */

#breadcrumbs {
  text-align: center;
  position: relative;
  top: -40px;
  font-size: 14px;
  padding: 0.8em 0;
  color: #808080;
}

body[data-bg-header="true"] #breadcrumbs {
  top: 0;
}

#breadcrumbs::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  width: 200vw;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

#breadcrumbs > span {
  position: relative;
  z-index: 1;
}

#breadcrumbs i {
  font-size: 10px;
  margin: 0 10px -0.2em;
  vertical-align: middle;
}

#breadcrumbs a {
  font-weight: bold;
  color: #333333;
}


/* Tabs */

.wpb_content_element::after {
  content: '';
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

.tabbed[data-style*="vertical"] ul.wpb_tabs_nav li {
  margin-bottom: 18px;
}

.tabbed[data-style*="vertical"] ul.wpb_tabs_nav li a {
  color: #1d557e;
  border: 2px solid #1d557e;
  background-color: #ffffff;
  font-size: 20px !important;
  font-family: 'Montserrat';
  font-weight: 500 !important;
}

.tabbed[data-style*="vertical"] ul.wpb_tabs_nav li a:hover {
  background-color: #ffffff;
  border-color: #04ab56;
  color: #04ab56;
}

.tabbed[data-style*="vertical"] ul.wpb_tabs_nav li a.active-tab {
  color: #ffffff;
  border: 2px solid #04ab56;
}


/* Toggle Panels / Accordions */

div[data-style="minimal"] .toggle {
  border-bottom-width: 1px;
}


/* Icon with text */

body .iwithtext .icon-default-style {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
}

body .iwithtext .icon-default-style::before {
  background-color: transparent !important;
}

body .iwithtext .iwt-text {
  padding-left: 2em !important;
}

body .iwithtext .iwt-text a {
  color: #1d557e;
  font-weight: 600;
}


/********************
  Microsites
********************/

.microsite-header .logo-side .vc_column-inner {
  padding: 15px 30px 15px 0;
}

.microsite-header .img-with-aniamtion-wrap {
  max-width: 223px;
}

.microsite-header .logo-side .column-bg-overlay {
  width: 100vw;
  left: auto;
  right: 0;
}

.microsite-header ul.menu {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  text-align: right;
}

.microsite-header ul.menu li.menu-item {
  list-style: none;
  margin: 5px 0 5px 20px;
  line-height: 1.3;
}

.microsite-header ul.menu li.menu-item a {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 16px !important;
  font-weight: 600 !important;
}

.microsite-header ul.menu li.current-menu-item a,
.microsite-header ul.menu li.menu-item a:hover {
  color: #fedd00 !important;
}

@media screen and (min-width: 1000px) {
  .microsite-header .logo-side .vc_column-inner {
    padding: 30px 50px 30px 0;
  }

  .microsite-header ul.menu li.menu-item {
    margin-left: 40px;
  }

  .microsite-header ul.menu li.menu-item a {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 999px) {
  .microsite-header > .col {
    margin-left: calc(330px - 50vw) !important;
    margin-right: calc(330px - 50vw) !important;
  }
}

@media screen and (max-width: 690px) {
  .microsite-header > .col {
    margin-left: calc(230px - 50vw) !important;
    margin-right: calc(230px - 50vw) !important;
  }

  .microsite-header ul.menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}


@media screen and (max-width: 479px) {
  .microsite-header > .col {
    margin-left: calc(180px - 50vw) !important;
    margin-right: calc(180px - 50vw) !important;
  }

  .microsite-header .logo-side .vc_column-inner {
    padding: 10px 20px 10px 0;
  }

  .microsite-header ul.menu {
    flex-direction: column;
    align-items: flex-end;
  }

  .microsite-header ul.menu li.menu-item {
    line-height: 1.2;
    margin: 2px 0 2px 20px;
  }

  .microsite-header ul.menu li.menu-item a {
    font-size: 14px !important;
  }
}


/********************
  Products
********************/

.woocommerce ul.products {
  display: flex !important;
}

.woocommerce ul.products li.product .product-wrap > a:first-child {
  position: relative;
  display: block;
  padding-top: 80%;
}

.woocommerce ul.products li.product .product-wrap a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.woocommerce .material.product .product-wrap .product-meta {
  padding: 15px 20px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product h2 {
  font-style: normal;
  color: #333333;
  padding-top: 0;
}

.woocommerce .material.product:hover h3,
.woocommerce .material.product:hover .product-meta > .price,
.woocommerce .material.product:hover h2 {
  transform: translateY(-3px);
}

.woocommerce .material.product .product-wrap .product-meta > .price {
  color: #1d557e !important;
  font-size: 18px;
  margin-bottom: 0;
}

.woocommerce .material.product:hover .product-wrap .product-meta > .price {
  opacity: 1;
}

.woocommerce .material.product .product-wrap .product-add-to-cart {
  display: none;
}


/* Disable the shopping cart */
.woocommerce div.product form.cart,
.woocommerce #content div.product form.cart,
.woocommerce-page div.product form.cart,
.woocommerce-page #content div.product form.cart {
  display: none;
}


/* Map Modifications */

@media screen and (max-width: 1040px) {
  .mapplic-container {
    background-color: #1d557e11;
    margin-bottom: 20px;
  }

  .alt-map-background .mapplic-container {
  }
}

.mapplic-element .mapplic-sidebar {
  padding-left: 0;
  padding-right: 30px;
  padding-top: 80px;
}

@media screen and (max-width: 1040px) {
  .mapplic-element.mapplic-portrait .mapplic-sidebar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.mapplic-element .mapplic-filter {
  background-color: #ffffff;
}

.mapplic-element .mapplic-list {
  padding-bottom: 40px;
  background-color: #ffffff;
}

.alt-map-background .mapplic-element .mapplic-filter,
.alt-map-background .mapplic-element .mapplic-list,
.alt-map-background .mapplic-element .mapplic-list-container::before {
  background-color: #ebf1f5;
}

.mapplic-element .mapplic-list .mapplic-list-expandable {
  background-color: transparent;
  border-bottom: 2px solid #ebf1f5;
  margin-bottom: 20px !important;
}

.alt-map-background .mapplic-element .mapplic-list .mapplic-list-expandable {
  border-bottom: 2px solid #ffffff;
}

.mapplic-element .mapplic-list .mapplic-list-category h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans';
  color: #1d557e;
}

.mapplic-element .mapplic-list .mapplic-list-category a {
  margin: 0;
  padding: 0px 30px;
  background-color: transparent;
}

.mapplic-element .mapplic-list .mapplic-list-category .mapplic-thumbnail {
  display: none;
}

.mapplic-element .mapplic-list .mapplic-list-location a {
  padding: 10px 30px;
  background-color: transparent;
}

.mapplic-element .mapplic-list .mapplic-list-location h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Open Sans';
  color: #1d557e;
  margin: 0 !important;
}

.mapplic-element .mapplic-tooltip-content {
  max-height: 200px;
}

.mapplic-tooltip-description {
  color: #494a4c;
}

.mapplic-tooltip-description p {
  padding-bottom: 0;
  margin-bottom: 10px !important
}

.mapplic-tooltip-description ul,
.mapplic-tooltip-description ol {
  margin-bottom: 10px;
}

.mapplic-hovertip > .mapplic-tooltip-wrap .mapplic-tooltip-title {
  padding-top: 10px;
  font-size: 14px;
}


.location-listing {
  display: flex;
  flex-wrap: wrap;
}

.location-listing .col {
  margin-bottom: 40px;
}

@media only screen and (min-width: 1000px) {
  .location-listing[data-style="list_featured_first_row"] .col.span_3 {
    width: 22.6%;
    margin-right: 3%;
  }

  body .location-listing[data-style].columns-4 div:nth-child(4n+4),
  body .location-listing[data-style].columns-3 div:nth-child(3n+3),
  body .location-listing[data-style].columns-2 div:nth-child(2n+2),
  body .location-listing[data-style].columns-1 div:nth-child(n+1) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
  .location-listing[data-style="list_featured_first_row"] .col.span_3 {
    width: 46.9%!important;
    margin-right: 6%!important;
    padding-right: 0;
    padding-left: 0
  }

  .location-listing[data-style="list_featured_first_row"] .col.span_3:nth-child(2n+2) {
    margin-right: 0!important;
  }
}

.location-listing .location-item .hover-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: rgba(26, 85, 126, 0.8);
  color: #ffffff;
  font-size: 20px;
  opacity: 0;
}

.location-listing .location-item .hover-overlay i {
  font-size: 0.7em;
  margin-left: 0.5em;
  position: static;
}

.location-listing .location-item a.featured img,
.location-listing .location-item .hover-overlay {
  border-radius: 5px;
  transform: translateY(0);
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
}

.location-listing .location-item:hover a.featured img {
  transform: translateY(-4px);
}

.location-listing .location-item:hover .hover-overlay {
  transform: translateY(-4px);
  opacity: 1;
}

.location-listing .location-item .post-header a {
  color: inherit;
}

.location-listing .location-item .data-row {
  display: flex;
  align-items: flex-start;
  color: inherit;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}

.location-listing .location-item .data-row .fa {
  position: static;
  width: 1em;
  margin-right: 0.5em;
  flex-shrink: 0;
  flex-grow: 0;
  color: #04ab56;
  font-size: 22px;
}


/* Location Sidebar */

.location-data-fields {
  color: #494a4c;
  line-height: 1.5;
}

.location-data-fields a {
  color: inherit;
}

.location-data-fields p {
  padding-bottom: 0;
}

.location-data-fields p,
.location-data-fields ol,
.location-data-fields ul {
  margin-bottom: 0.8rem;
}

.container .location-data-fields .location-title {
  text-align: center;
  color: #1d557e;
  margin-bottom: 1em;
}

.location-data-fields .location-details-link {
  display: inline-block;
  font-weight: 600;
  color: #1d557e;
  margin-top: 1em;
}


/* Location View page */

body.single-location .heading-title,
body.single-location #breadcrumbs {
  display: none;
}

body.single-location #page-header-wrap + .container-wrap .post-content {
  margin-top: 50px;
}

body.single-location .location-view-sidebar {
  float: right;
  width: 35%;
  margin: 0 0 40px 40px;
  background-color: #ffffff;
  box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  padding: 40px;
}

@media screen and (max-width: 999px) {
  body.single-location .location-view-sidebar {
    width: 50%;
  }
}

@media screen and (max-width: 690px) {
  body.single-location .location-view-sidebar {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}


body.single-location .location-view-sidebar .location-title,
body.single-location .location-view-sidebar .location-details-link {
  display: none;
}


/* Blog */

body.single-post #page-header-bg .inner-wrap {
  display: block;
}

body.search-results #page-header-bg .span_6,
body.single-post #page-header-bg .span_6 {
  max-width: 100% !important;
}

body.single-post #breadcrumbs {
  display: none;
}

