@charset "UTF-8";
/* CSS Document */

:root{
  --cm-color: #255167;
  /*--cm-hue: #6b8494;*/
  --cm-hue: #82A8BB;
  --cm-light-alpha:rgba(37, 81, 103,0.8);
  --cm-alpha-color: rgba(37, 81, 103,0.2);
  --cm-alpha-more: rgba(37, 81, 103,0.05);
  --cm-font-family:  "gill-sans-nova", sans-serif;
  /* --cm-link-hover: #53B5E6;*/
  --cm-link-hover: --cm-hue; 
 --cm-complement: #FCF9F7;
 /*  --cm-complement: #e6d7c5*/
}

html,
body {
  color: var(--cm-color);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
body {
  /* font-size: 1.1rem;
  line-height: 1.5; */
  font-size: 1rem;
    line-height: 1.2;
    /* font-size: 1.1rem; */
    line-height: 1.4;
  color: var(--cm-color);
  font-family:   var(--cm-font-family);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  margin:0;
}
/*Common Styles*/
strong {
  font-weight: 500;
}
.nomargin {
  margin:0;
}
.norightpad {
 padding-right:0;
}



.container-full {
  width: 100%;
  overflow: hidden;
}
.case_studies .container-full {
  text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
}
.container {
  width: 100%;
  /* max-width: 80rem; */
  max-width: 89.5%;
}
#main{
  padding-top: 10rem;
   @media screen and (max-width:1200px){
  padding: 8rem 0 0; 
  }
}
@media screen and (max-width: 640px) { 
  .container {
    max-width: fit-content;
  }
  
}
a {
  color: var(--cm-color);
}
a:focus,
button:focus,
input:focus,
textarea:focus,
div:focus {
  outline: none !important;
}
a:hover,
.wrapper a:hover {
  transition: color 0.5s ease 0s;
  color: var(--cm-hue);
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}


.footer-bottom-menu {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  gap: 0.938rem;
}

.footer-bottom {
  padding: 3.125rem 0 1.875rem;
  border-top: 1px solid rgba(37,81,103,0.2);
  margin-top: 3.125rem;
  font-weight: 400;
}

.footer-bottom a:not(:is(:hover, :focus)) {
  color:color-mix(in srgb, currentColor, transparent 25%);
}
.footer-bottom * {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: color-mix(in srgb, currentColor, transparent 25%);
}
.copyrights {
  text-align:right;
  color: 
color-mix(in srgb, currentColor, transparent 25%);
 }


@media (max-width: 992px) {
  .footer-bottom-menu {
    flex-wrap: wrap;
  }
  .footer-bottom-menu li{
    width:47%;
  }
  .copyrights {
    text-align:left;
  }
}
.nav-scroll .navbar-brand svg path {
  fill: var(--cm-color);
}

.header-wrapper {
  align-items: flex-end;
  justify-content: space-between;
}

.home #main{
  margin-top: 0;
  padding: 0;
}

.dropdown {
  float: right;
  margin-bottom: 1rem;
  width:100%;
}

.dropdown-menu {
  column-count: 2;
  background: #ffffff;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
} 

.post-item a {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.1;
}

.post-text {
  padding-top: 0.5rem;
}

.post-content {
  margin-top: 2rem;
  /* padding-left: 1.5rem;
  max-width: 80%; */
}
@media screen and (max-width: 1000px) { 
  .post-content {
    max-width: 100%;
    padding-left: 0.1rem;
  }
  .dropdown {
    /* text-align: center; TODO COMMENTED OUT FOR PRICING DROPDOWN, NOT SURE ABOUT ELSEWHERE */ 
  }
}
.post-content .btn {
  margin-top: 2.5rem;
}
/* for case studies and photos category pages */
.gallery-list {
  margin-top: 0;
}
.photos .gallery-list {
  margin-top: 5rem;
}

.post-item {
  margin-bottom: 3rem;
}

.dropdown a,
.btn-class.dark {
   background: #ffffff;
  color: var(--cm-color);
  border-color: var(--cm-alpha-color);
  width: 100%;
}
.dropdown a.btn:before {
   content: "";
    position: absolute;
    width: 16px;
    height: 12px;
    right: 5%;
    background: right center no-repeat url(https://newsite.countymarquees.com/wp-content/themes/countymarquees/images/svg/arrow.svg);
    background-size: cover;
    transform: rotate(90deg);
    z-index: 2;
    opacity:0.7;
    top: 40%;
}
.dropdown a.btn.show:before {
  transform: rotate(270deg);
}
.testimonial-wrapper .btn-class.dark {
  width:auto;
}
.btn-class.dark {
border:none;
/* padding:0.75rem EQUALS 0.5*gutter-x which isnt set for this */
padding:1rem;
}
.dropdown a.spanall {
  column-span: all;
}
.dropdown li.subhead {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  font-weight: 400;
}
.dropdown.pdfs {
  
}

.home .section:not(.content-section) p {
  margin-bottom:3rem;
}
.btn-class.dark.load-more, .home .carousel-control-next, .home .carousel-control-prev{
  border: 1px solid var(--cm-color); 
}
.btn-class span {
  font-weight:300;
}

.post-media-wrapper .carousel-control-prev,
.post-media-wrapper .carousel-control-next,.slick-slider .slick-prev,.slick-slider .slick-next{
  position: absolute;
  top: auto;
  bottom: 1rem;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: rgb(256, 256, 256, 0.3);
}

.slick-slider .slick-prev:before,.slick-slider .slick-next:before{
  display: none;
}

.home {
  .carousel-control-next, .carousel-control-prev {
    color:var(--cm-color);
    top: 50%;
    bottom: 30%;
    border:none;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon { 
    /* background-size:150%; */
  }
}

.carousel-inner {
  width:66.6vw;
  margin: 0 auto;
}
.photos .carousel-control-next,.slick-slider .slick-next {
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.photos .carousel-control-prev,.slick-slider .slick-prev {
  left: unset;
  right: 5rem;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
}
 @media screen and (min-width: 796px) {
  .photos .carousel-control-next, .photos .carousel-control-prev {
    top: 2.5em;
  }    
}
@media (max-width: 990px) { 
  .slick-slider .slick-next, .slick-slider .slick-prev {
    height: 3rem;
    width: 3rem;
  }
  .slick-slider .slick-prev {
    left: 1rem;
    right: unset;
  }
}
.post-media-wrapper .post-item-img {
  position: relative;
}

.post-item-img img{
  width: 100%;
  height: auto;
}

.content-section .menu-wrapper{
  margin-top:1rem;
}


.photos .slick-list{padding:0 5% !important;}

.navigation a {
  /* border-bottom: 1px solid;
  text-decoration: none; */
  
  /* text-underline-offset: 5px; */
  text-decoration: none;
  /* text-transform: uppercase; */
  font-size: 1rem;
  font-weight: 300;
  padding:0 1rem 0.2rem 1.5rem;
  &:nth-of-type(2) {
    margin-left: 1.2rem;    
   }
   @media screen and (max-width: 640px) {
    letter-spacing: 0.15em;
    padding-right:0;
    &:nth-of-type(2) {
      margin-left: 0.1rem;    
   }
   }
   &.backto{
    position:relative;
   }
   &.backto::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 12px;
        left: 0;
        z-index: -1;
        background: right center no-repeat url(https://newsite.countymarquees.com/wp-content/themes/countymarquees/images/svg/arrow.svg);
        background-size: cover;
        transform: rotate(270deg);
        bottom: 8px;
   }
}
.photos .navigation a.backto::before{
  transform: rotate(180deg);
  bottom: 6px;
}
/* .next-pre-nav a {
  font-weight: 500;
} */

.single-case_studies .navigation{
  display: flex;
  align-items: baseline;
  flex-flow: row wrap;
}
.backto img{
  transform: rotate(270deg);
}

.case_studies .next-pre-nav{  
position:relative;
max-width:fit-content;
margin-bottom: 1rem;
}
 
.next-pre-nav a{
  border-bottom: none;
  text-transform: capitalize;
  padding-bottom: 0;
  display: inline-block;
  padding: 1rem 0.5rem 1rem 1.5rem;
  display: inline-flex;
  align-items: center;
  line-height: 1.2rem;
  justify-content: space-between;
  &::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 12px;
    left: 0;
    z-index: -1;
    background: right center no-repeat url(https://newsite.countymarquees.com/wp-content/themes/countymarquees/images/svg/arrow.svg);
    background-size: cover;
    &:hover {
      color:var( --cm-link-hover);
    }
  }
  &.control-next::before {
    left:auto;
    right:0;
  }
  &.control-next {  
    padding: 1rem 1.5rem 1rem 0.5rem;
  }
  &.control-prev::before {
    transform: rotate(180deg);
  }
}

.related-gallery-list{
  position: relative;

    .slick-prev, .slick-next {
      width: 45px;
      height: 45px;
      border: 1px solid #ffffff;
      border-radius: 50%;
      z-index: 9;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
    .slick-prev {
      /* left: 8rem; */
      left: 6rem;
      &::before {
        display: none;
      }
    }
    .slick-next {
      /* right: 8rem; */
      right: 6rem;
      &::before {
        display: none;
      }
    }
    &::after, &::before {
      content: '';
      position: absolute;
      top: 0;
      width: 5%; /* Adjust the width for the visible area */
      height: 100%;
      z-index: 1;
    }
    &::after {
      right: 0;
      left: auto;
      background-color: rgba(255, 255, 255, 0.8); /* Adjust the colors and transparency as needed */
    }
    &::before {
      left: 0;
      right: auto;
      background-color: rgba(255, 255, 255, 0.8); /* Adjust the colors and transparency as needed */
    }
}


.btn-class{
  font-size: 0.9rem;
    font-weight: 400;
    text-decoration: none;
    padding: 0.9rem;
    letter-spacing: 0.2rem;
    display: inline-block;
    color: #fff;
  border: 1px solid #ffffff;
  border-radius: 10px;
  text-transform: uppercase;
  border-color: var(--cm-alpha-more); /*for gallery filters*/
}
.home .btn-class {
  width: auto;
    border-radius: 30px;
    text-align: center;
    padding: 0.5rem 2rem;
    margin-bottom: 1rem;
}

.slick-dotted.slick-slider{
  margin-bottom:2rem;
}

/*Menu styles*/
 @media (min-width: 990px) { /*was 1200 */
  .navbar .container {
    padding-left:calc(var(--bs-gutter-x) * 0.5);
    padding-right:calc(var(--bs-gutter-x) * 0.5);
  }
  .top-nav {
    padding-top: 1.25rem;
    text-align: right;
  }
  .top-nav a {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #100c08;
    display: inline-flex;
    padding-right: 0.938rem;
  }
  .top-nav a.nav-link {
    padding: 0 1.875rem 0 0.938rem;
  }
  .top-nav a:hover {
    color: #53B5E6;
  }
  .top-nav a:last-of-type {
    padding-right: 0;
  }
  .top-nav i {
    font-size: 1.375rem;
  }
  a.nav-link-sub {
    color: #fff;
  }

  .nav-scroll .dropdown-item,
  .nav-scroll a.nav-link-sub {
    color: #000;
  }
  .nav-scroll .navbar-nav .dropdown-menu {
    background-color: #fff;
  }
  .dropdown-menu .nav-item {
    padding-bottom: 0.313rem;
  }
  .navbar-nav .nav-item:hover a.nav-link,
  .navbar-nav a.nav-link:hover,
  .navbar-nav a.nav-link:focus,
  .nav-link-sub:hover {
    color: #53B5E6;
  }
  .navbar-nav .active.nav-item a,
  .navbar-nav .active.nav-item li.active a {
    text-decoration: underline;
    text-underline-offset: 0.5em;
  }
  .navbar-nav .active.nav-item li a {
    text-decoration: none;
  }
  .nav-scroll .navbar-nav .nav-item:hover a.nav-link,
  .nav-scroll .navbar-nav a.nav-link:hover,
  .nav-scroll .navbar-nav a.nav-link:focus,
  .nav-scroll .nav-link-sub:hover {
    color: #53B5E6;
  }
  .container-full:hover .scroller_item:not(:hover) {
    opacity: 0.2;
    transition: all 0.5s;
  }
}
@media (min-width: 1270px) {
  #cw_menu_ham {
    display: none;
  }
}
/*End Menu styles*/
.slick-slider > div {
  display: none;
}
.slick-slider > div:first-child {
  display: block;
}
.slick-slider.slick-initialized > div {
  display: block;
}

.footer-menu h2,
#popnewsletterSignup h2 {
  font-size: 1.5rem;
  line-height: 140%;
  color: #a69379;
  padding-bottom: 0.938rem;
}
.footer-menu h4 {
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.15em;
  text-transform: capitalize;
  padding-bottom: 0.938;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: 0.04em;
}

footer {
  background-color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 0;
  color: #245066;
  border-top:1px solid var(--cm-alpha-color);
}
footer a {
  /* text-decoration: none; */
  color: #17515f;
}
.photos footer {
  border-top: 1px solid var(--cm-alpha-color);
}
.footer-contact {
padding-top: 3rem;
    font-size: 0.875rem;
    @media screen and (max-width: 720px) { 
      width:50%;      
    }
}
.social-icons { /* need rethinking */
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;  
    margin-right: var(--bs-gutter-x);
  img {width: 24px;}
}

.slider-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  color: #ffffff;
  line-height: 150%;
}

.slider-content h1 {
  color: #fff;
  font-size: 5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6.25rem;
  letter-spacing: 0.9rem;
  text-transform: uppercase;
}

.carousel-indicators [data-bs-target] {
  width: 0.938rem;
  height: 0.938rem;
  margin-right: 0.313rem;
  margin-left: 0.313rem;
  border-radius: 50%;
}

.carousel-indicators .active {
  opacity: 1;
}

header nav {
  border-bottom: 0.063rem solid rgba(2555, 255, 255, 0.7);
  padding: 1.25rem 0;
}

section {
  /* padding: 6rem 0 10rem; */
  /* margin-bottom:8rem; */
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
section:not(.fullwidth-testimonial-section):not(.nav-section):not(.menu-section):not(.pricing-section):not(.full-width-banner):not(.three-col-sec) {
  margin-bottom:6rem;
}
}
section.map-section.map-second {
  margin-top:-4rem;
}
.menu-section, .three-col-sec {
  margin-bottom:4rem;
}
.lower.menu-section {
  margin:4rem 0;
}
section.pricing-section {
  margin-bottom:1rem;
}

.column-wrapper-2{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.5rem;
  margin-bottom:5rem;
}
.column-wrapper-3{
  display: grid;
  /*grid-template-columns: 1fr 1fr 1fr;*/
  /*TODO make columns go to two for ipad size*/
  grid-template-columns: repeat(3, minmax(0, 1fr));;
  grid-gap: var(--bs-gutter-x);
  margin-bottom:5rem;
}

 @media screen and (max-width: 620px) { /*620 for marquees nd could be smaller */
  .column-wrapper-2 {
    grid-template-columns: 1fr;
  }
  .column-wrapper-3{
    /*grid-template-columns: 1fr;*/
    /*works for sites pages, maybe not for other 3 col pages*/
    display: block;
  }
}

.image-wrapper{
  margin-bottom:1rem;
  position: relative;
  &.smaller {
      img{
          max-width: 83%;
      }
      @media screen and (min-width:1200px){
        .overlay-text-wrapper {
        max-width: 83%;
        right: 6vw;
        opacity:0.9
      }
    }
  }
  @media screen and (max-width: 720px) {
    /* TODO: this just for case studies */
    margin-bottom:0.7rem;
    &.hide-on-mob {
      display:none;
   }
   
}
}
 @media screen and (min-width:1200px){
.left-col .image-wrapper.smaller .overlay-text-wrapper{
  right: 0;
}
 }
.overlay-text-wrapper{
  position: absolute;
  bottom: 0;
  color: #ffffff;
  display: flex;
  padding: 0.5rem 1rem;
  justify-content: space-between;
  width: 100%;
  font-size: 0.9rem;
  font-weight:400;
  div {
    text-align: left;
  }
  }

.overlay-text-wrapper a{
  text-decoration: none;
  color: #ffffff;
  opacity: 0.5;
    font-weight: 300;
}

/* 
NOT SURE WHAT THIS WAS FOR
.col-content li{
  line-height: 2.5rem;
} */

.list-item img{
  width: 100%;
  object-fit: cover;
}
.sites .list-item img{
  margin-bottom:1rem;
}

.col-content {
  h3, h2{
    margin-top:0;
    /* margin-top:0.5rem; */
    &.mt-1 {
        margin-top: 1rem;
        display:inline-block;
    }
  }
}
.col-content {
  h3{
    margin-bottom:0.5rem;
  }
}

.left-col .sl-gallery{
  text-align: right;
}

.image-wrapper img{
  width: 100%;
  object-fit: cover;
}

.image-wrapper {}
   

.list-item h4, .list-item h3,.list-item h2{ /* TODO just for sites? */
  margin-top: 1rem;
  font-size: 1rem;
  margin: 1rem 0 0.6rem;
}


section.hero-slider {
  padding: 0;
}
.hero-slider .carousel-item img {
  max-height: 30rem;
  object-fit: cover;
  width: 100%;
  object-position: center;
  /* border-radius: unset; */
}


ul#local {
    padding-left: 0;
    line-height: 2;
    font-size: 0.9rem;
  li {
  display: inline;
  padding-right:0.2rem;
}
a {
    text-underline-offset: 3px;
}
}   

.block-wrapper a {
  text-decoration: none;
}

.block-wrapper {
  margin-bottom: 2rem;/* - but may need conditionalityy if multiple rows, ir section margin. This for three column section but does it affect anywhere else*/
    /* font-weight: 400; */
    font-size: 1rem;
    position:relative;
}

.block-wrapper img {
  width: 100%;
  /* max-height: 17.5rem; */
  object-fit: cover;
  margin-bottom: 0.625rem;
}

.fullwidth-overlay {
  min-height: 25rem;
  padding: 0;
  display: flex;
  align-items: stretch;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  @media (max-width: 650px) {
    h2 {
        font-size: calc(0.9rem + 1vw);
    }
    .overlay-wrapper p {
        font-size: 1rem;
    }
  }
  .offset-md-6 {
    margin-left:50% !important;
    @media screen and (max-width: 650px) { 
      
      
    }
  }
}

.flex-wrapper {
  display: flex;
  background: rgba(36, 80, 102, 0.8);
  align-items: center;
  justify-content: center;
 width: 50%;
  margin-left:0;
}
@media (min-width: 1199px) {
  .flex-wrapper {
  
  }
  .fullwidth-overlay {
    /* min-height: 35rem; TODO testing */
  }
}
.container-full h2 {
  color:#fff;
}
.privacy .container-full h2 {
  color:var(--cm-color)
}
/* .container-full p {
 margin-bottom: 1.3rem; 
} */
.overlay-wrapper {
  max-width: 25rem;
  color: #fff;
  p {
    margin-bottom:calc(1.6rem + 1vw);
    font-size:1.1rem;
  }
   @media screen and (max-width: 900px) { 
max-width: 85%;
   }
}

.overlay-wrapper a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  @media screen and (max-width: 720px) {  /*this for half blue section; not sure of impact elsewhere */
        border-radius: 30px;
    font-size: 0.7rem;
    padding: 0.5rem;
  }
}

.fullwidth-overlay .row {
  height: 100%;
}

.related-gallery-list {
  margin-top: 2rem;
  @media screen and (max-width: 720px) { 
    margin-top:1rem;    
  }
}

.rel-post-item {
   a {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
   display: inline-block;
  margin: 0 1rem;
}
  img {
    width: 100%;
    height: auto;
  }
  &:hover a, a.active {
    border-bottom: 2px solid var(--cm-color);
  }
}
.footer-bottom {
  font-size: 0.875rem;
}

.footer-menu {
  h4 {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }
   li {
    margin-bottom: 1rem;
  }
}

/* footer {
  border-top: 1px solid var(--cm-color);
} */

.menu-footer-areas-container ul {
  column-count: 2;
}

.menu-useful-lunks-container {
  font-weight: 400;
}

.slider .slick-list,.thumbnail-slider .slick-list{
  padding: 0 !important;
}

.thumbnail-slider .slick-list{
  padding: 0 !important;
  margin:0 -10px;
}

.image-thumbnail-wrapper{
  margin:0 10px;
  cursor: pointer;
  @media screen and (max-width: 720px) { 
    margin:0 5px;
   }
    
  }

form input[type="text"],form input[type="email"],form input[type="tel"], textarea{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0%;
  &[type="submit"]{
    color: var(--cm-color);
    border-color: var(--cm-color);
    background-color: transparent;
  }
}


.form-group .wpcf7-form-control-wrap:last-child{
  margin-bottom: 4.5rem;
  display: block;
}


form h2{
  margin-bottom: 3.5rem;
}

.show-mobile{
  display: none;
}
@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .offices-details ul {
    padding: 0;
  }
  .related-gallery-list .slick-prev {
    left: 4rem;
  }
  .related-gallery-list .slick-next {
    right: 4rem;
  }
  .fullwidth-testimonial-section blockquote p{
    font-size: 2rem;
  }
  .fullwidth-testimonial-section {
      min-height: 30rem;
  }
  .image-wrapper.smaller img{
    max-width: 100%;
  } 
}

@media (max-width:1200px) {

  .navbar-brand svg{
    max-width: 14rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (max-width: 1024px) {
  .case_studies .next-pre-nav{  
    margin:0 auto 3rem
  }
  .reverse {
    height: 100%;
    flex-direction: column-reverse;
  }
  .slider-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    color: #fff;
  }

  .header-wrapper {
  }

  .gallery-list {
    /* margin-top: 3rem; */
    margin-top:0;
  }
  
.home .block-wrapper h4{
  margin-bottom:2rem;
 }
 .block-wrapper{
  margin-bottom:3rem;
 }

  .rel-post-item a {
    margin: 0 0.5rem;
  }

  section {
    /* padding: 4rem 0 4rem; */
    padding:0;
    /* margin-bottom:4rem; */
}
section:not(.fullwidth-testimonial-section):not(.nav-section):not(.menu-section):not(.areas section.content-section):not(section.full-width-banner)  {
  margin-bottom: 4rem;
  /*not sure about this see sections.css 174 or thereabouts :not(section.full-width-banner) */
}
.areas section.content-section {
  margin-bottom: 2rem;
}
section.map-section.map-second {
  margin-top:-2rem;
}

.slider-content h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.3rem;
}

section.hero-slider {
  padding: 0;
  margin-top: 101px;
}





.pricing-section.dropdown-menu{
  column-count: 1;
  left: 2rem!important;
  border-radius: 40px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.show-mobile{
  display: block;
}

.show-desktop{
  display: none;
}

}

.xdebug-error {
  font-weight:normal;
  text-transform:none;
  line-height:1.5;
  letter-spacing: normal;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.quotation .wpcf7-form select {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    font-size: 15px;
    line-height: 1.4;
    box-sizing: border-box;
    appearance: none;
}

.quotation .wpcf7-form select:focus {
    outline: none;
    border-color: #0096B7;
    box-shadow: 0 0 0 3px rgba(0,150,183,0.15);
}