* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 200ms ease-in-out;
}

.avatar {
	visibility: hidden;
	display: none;
}

.grecaptcha-badge {
	display: none;
}

html {
    font-family: 'Montserrat', sans-serif !important;
}

fieldset {
    display: none;
}

:root {
/*     --main-color: #bf79b8; */
	--main-color: #890465;
	--main-color-darker: #4f043b;
	--secondary-color: #e80dad;
    --grey: #605e5e;
	--grey-bg: linear-gradient(30deg, #f5f5f5 0%, #e2e2e2 62%);
	--orange: #f4a41d;
}

body {
	line-height: 26px;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    width: 12px;
  }
  
/* Track */
::-webkit-scrollbar-track {
    background: rgb(240, 234, 234);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main-color); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    filter: brightness(1.1);
}

.post-thumbnail {
	display: none;
}

hr {
    width: 65%;
    margin: auto;
}

a {
    text-decoration: none;
	color: var(--main-color);
}

.site-main a:hover {
    filter: brightness(1.1);
}

ul {
    list-style: none;
}

.post-14044 ul {
	list-style: disc;
}

h1 {
	margin-bottom: 30px;
	font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.75em;
    color: #fff;
	word-wrap: break-word;
	text-shadow: 0px 0px 2px black;
}

.index-page--page-title-h1 {
	margin-bottom: 20px;
	color: #333;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	font-size: 50px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-shadow: none;
	line-height: 1.1;
    max-width: 900px;
}

@media screen and (min-width: 767px) {
	h1 {
		font-size: 5em;
	}
}

.page-id-13316 h1 {
    font-size: 3.2em;
    margin-bottom: 50px;
}

h3 {
    font-size: 3.2em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.15em;
    letter-spacing: -2.3px;
    margin-bottom: 40px;
}

.section-title {
    font-size: 3.2em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.15em;
    letter-spacing: -2.3px;
    margin-bottom: 40px;
}

.section-title-small {
    font-size: 1em;
    font-weight: 500;
    font-style: normal;
    line-height: 1.15em;
    letter-spacing: 0px;
    margin: 0;
}

.section-text {
    font-size: 16px;
    color: #777;
}

.center {
    text-align: center;
}

.button {
    padding: 15px 20px;
    color: #fff;
    background-color: var(--main-color);
    font-weight: 500;
    border-radius: 10px;
    box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.button:hover {
    color: #fff;
    filter: brightness(1.1);
}

.floating-btn-container {
    line-height: 0;
    display: none;
}

@media screen and (min-width: 767px) {
    .floating-btn-container {
        display: block;
    }
}

.floating-btn i {
	display: none;
	
    position: fixed;
    bottom: 15px;
    right: 15px;
    color: var(--main-color);
    font-size: 40px;
    border-radius: 50%;
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px hsl(0deg 0% 0% / 8%), 0 2px 2px hsl(0deg 0% 0% / 8%), 0 4px 4px hsl(0deg 0% 0% / 8%), 0 8px 8px hsl(0deg 0% 0% / 8%), 0 16px 16px hsl(0deg 0% 0% / 8%);
    cursor: pointer;
    transition: all 400ms ease-in-out;
}

.floating-btn i:hover {
    color: #fff;
    background-color: var(--main-color);
}

.call-now-btn-container {
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media screen and (min-width: 767px) {
	.call-now-button,
    .call-now-btn-container {
        display: none;
    }
}

.call-now-btn {
    display: block;
	position: relative;
    color: #fff;
    background-color: var(--main-color);
    width: 100%;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0px -1px 13px 0px #888888;
    font-weight: 500;
    font-size: 1.1em;
	z-index: 100000;
}

.call-now-btn i {
    margin-right: 10px;
}

/* Let's Talk Button */
.lets-talk-button {
    color: #fff;
    background: var(--main-color);
    border-radius: 0;
    border: none;
    box-shadow: 2px 2px 6px 0 #888;
    padding: 7px 45px;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    cursor: pointer;
}

.shadow {
    box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.text-shadow {
    text-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.script {
    color: var(--main-color);
    font-family: 'Satisfy', cursive;
    font-size: 1.6em;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: -0.6px;
    line-height: 1.1em;
}

.grey-header {
    display: flex;
    align-items: center;
    margin-top: 50px;
    min-height: 300px;
    color: #fff;
    background-color: #b4c6cf;
}

.grey-header-text {
    width: 1220px;
    margin: auto;
    float: left;
}

.grey-header-text h1 {
    font-weight: 400;
}

.gradient-divider {
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: 40px;
}

.gradient-divider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}

.gradient-divider:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(233,245,245,.9) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(233,245,245,.9) 0%,rgba(0,0,0,0) 100%);
    clip-path: polygon(100% 0, -70% 100%, 100% 100%);
    transform: rotateY(180deg);
}

/* NAVIGATION */
.phone-number {
    padding-left: 20px;
    padding-right: 25px;
    /* border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey; */
    border-top: 0;
    border-bottom: 0;
    border-left: none;
    border-right: none;
    border-style: dotted;
    text-align: center;
}

.phone-number i {
    color: var(--main-color);
    margin-right: 10px;
}

.phone-number a {
    width: 100% !important;
    color: #111 !important;
    font-weight: 500;
	font-size: 12px !important;
}

.phone-number a:hover {
    color: var(--main-color) !important;
}

.site-logo {
    position: relative;
    z-index: 6;
}

.main-logo {
	width: 300px;
    height: auto;
    float: left;
}

.main-logo-shrink {
	width: 200px;
}

.site-branding img {
    width: 160px;
    height: auto;
    padding: 10px;
}

.site-header .main-navigation li {
    display: inline-block;
    padding: 0 18px;
    position: relative;
    text-transform: uppercase;
}

.site-header .main-navigation li a {
    font-size:14px;
    color:#605e5e;
    font-weight: 500;
/*     line-height: 1.3; */
}

.main-navigation ul ul {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    padding: 0;
    width: 265px;
    text-align: left;
    border-top: 1px solid #eee;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
	
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation ul ul a {
    display:flex;
	align-items: center;
    background-color: #fff;
    border-top: 0;
    font-size: 14px !important;
    padding: 19px 15px;
    position: relative;
    width: 265px;
    font-weight: inherit;
    color:#605e5e;
    font-weight: 400;
/*     line-height: 1.3; */
	text-transform: capitalize;
}

.main-navigation ul ul li {
    color: #605e5e;
    background: #fff;
    border: 1px solid #eee;
}

.main-navigation li:hover > a {
    color: var(--main-color);
}

.main-navigation ul li:hover > ul {
    display: grid;
    grid-template-columns: 1fr;
}

.main-navigation .menu-item-14917 ul li:hover > ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover {
    background: #fff;
    color: var(--main-color) !important;
}

.main-navigation ul ul li a:hover {
	color: var(--main-color) !important;
}

.main-navigation .current_page_ancestor {
/*     background-color: #fff; */
    color: var(--main-color);
}

.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a {
    color: var(--main-color);    
} 

.toggled .menu-item-17925 .sub-menu {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	left: -1614%;
}

/* .menu-item-17925 .sub-menu {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	left: -1614%;
}
 */
.menu-item-17925 .sub-menu a {
	padding: 11px 5px;
}

.screen-reader-text {
	display:none;
}

.main-header nav {
    color: #222;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: center;
    padding: 20px;
    position: fixed;
    display: flex;
    justify-content: flex-end;
	align-items: center;
    /* width: 65%; */
    width: 100%;
    background: #fff;
    z-index: 5;
}

.sub-menu li a {
	color: #222 !important;
}

.right-social-links{
	text-align: right;
    position: relative;
    z-index: 4;
}

.right-social-links ul{
	list-style: none;
    padding: 0;
}

.right-social-links .header-social {
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.right-social-links .header-social a {
/*     color: var(--main-color); */
	color: #333;
    font-size: 16px;
    width: 19px;
    height: 15px;
    display: block;
    float: left;
    line-height: 10px;
    margin: 0px 4px;
}

.right-social-links .header-social a:hover {
	color: var(--main-color);
    filter: brightness(1.2);
}

@media screen and (max-width: 319px) {
    .site-logo img {
        position: relative;
        left: -38px;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .site-logo img {
        position: relative;
		top: 6px;
        left: -10px;
    }
	
	.header-scrolled .site-logo img {
		top: 4px;
	}
}

@media screen and (max-width: 1024px) {
	.main-logo {
		width: 150px;
	}
}

@media screen and (min-width: 768px) {
    .site-branding img {		    
    	position: relative;
		left: 30px;
        width: 65%;
    }
}

/* HERO IMAGE */
.hero-bg {
	margin-top: 0;
	background-image: url(/images/labooshy-hero.webp);
  	background-size: cover;
  	background-repeat: no-repeat;
/*   	background-position: 54% -14px; */
  	min-height: 450px;
  	width: 100%;
}

.header-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50px;
    left: 0;
	width: 100%;
    height: 515px;
	padding: 0 15px;
}

.category-header-text {
	top: 0;
}

.page-id-13248 .header-text,
.page-id-7737 .header-text {
	top: 150px;
}

.header-script {
    font-size: 60px;
    max-width: 100%;
}

@media screen and (min-height: 675px) {
    .header-text {
        top: -5px
    }
}

@media screen and (min-width: 768px) {
    .hero-bg {
		min-height: 650px;
		margin-top: 84px;
        background-image: url(/images/labooshy-hero.webp);   
		background-position: center;
    }

    .header-text {
        text-align: left;
        padding-left: 15%;
    }

    .header-script {
        max-width: 75%;
    }
	
	.category-header-text {
		top: 125px;
	}
}

@media screen and (min-width: 1600px) {
    .hero-bg {
  		min-height: 400px;
	}
}

/* WELCOME CONTAINER */
.welcome-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    bottom: 0;
    max-width: 1220px;
    margin: auto;
    /* height: 752px; */
	padding: 100px 15px 10px;
}

.welcome-img {
    border: 25px solid #fff;
}

.welcome-img img {
    height: 350px;
    object-fit: cover;
    max-width: 100%;
    object-position: 0 -35px;
}

.welcome-text {
    padding: 15px;
    margin-bottom: 0;
    max-width: 615px;
}

.welcome-text h1,
.welcome-text h2:nth-child(2),
.welcome-text h3:nth-child(2) {
    font-size: 48px;
    font-weight: 500;
	font-family: Montserrat;
	color: #000;
	text-shadow: none;
    margin-bottom: 10px;
}

.welcome-text p:nth-child(3) {
    /* font-family: 'Libre Baskerville', serif; */
    font-size: 16px;
    color: var(--grey);
}

.welcome-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.4px;
    gap: 15px;
    margin-top: 35px;
}

.welcome-item-container {
    display: flex;
    align-items: center;
}

.benefits-item,
.welcome-item {
    color: #fff;
    background-color: var(--main-color);
    border-radius: 10px;
    padding: 15px 18px;
    max-width: 50px;
    float: left;
    margin-right: 20px;
}

@media screen and (min-width: 768px) {
    .header-script {
        max-width: 100%;
		margin-bottom: 20px;
    }
	
	.welcome-container {
		padding: 100px 15px 50px;
	}

	.welcome-text {
		margin-bottom: 70px;
	}

    .welcome-img img {
        object-position: 0 -25px;
        height: 515px;
        width: 460px;
    }
}

.wl-span-1 {
    padding: 15px 20px !important;
}

/* GOOGLE REVIEWS */
/* SLIDER START */
/*
.flickity-viewport {
  height: 600px !important;
} 
.-flickity-viewport.mobile-google-reviews {
	height: 330px !importantl;
} */
.google-reviews-section {
    padding: 75px 0;
}

.google-reviews-title p {
    font-weight: 600;
    color: #555;
}

.google-reviews-title img {
	margin: auto;
}

.card-text-container,
.cardbutton {
    box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.carousel-container {
    width: 100%;
}

/* .carousel-cell {
    width: 100%;
} */

@media (min-width: 768px) {
    .carousel-container {
        width: 80%;
    }
    .carousel-cell {
        width: 340px;
    }
}

@media (min-width: 1025px) {
    .banda-container .carousel-container {
        width: 54%;
    }
    .carousel-container {
        width: 55%;
    }
    .carousel-cell {
        width: 340px;
    }
}

.carousel-cell.jj-slider-carousel {
    left: 85%;
    width: 90%;
    height: 550px;
    border: 1px solid #eee
  }
  .jj-carousel-title {
    padding: 20px;
    text-align: center;
  }
  .jj-carousel-right source,
  .jj-carousel-right picture,
  .jj-carousel-right img {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
  .jj-slider {
    width: 60%;
    margin: 0 auto;
    -webkit-box-shadow: 10px 10px 43px 0px rgba(119,119,119,0.4);
      -moz-box-shadow: 10px 10px 43px 0px rgba(119,119,119,0.4);
    box-shadow: 10px 10px 43px 0px rgba(119,119,119,0.4);
    transition: 0.5s;
  }
  .sold-box {
    padding: 5px 20px 27px;
    background-color: var(--main-color);
    color: #fff;
    font-weight: 500;
    clear: both;
    width: 94%;
    margin: auto;
  }
  .alignleft-sold-box {
    float: left;
  }
  .alignright-sold-box {
    float: right;
  }
  .jj-listings-text {
    width: 93%;
    margin: 15px auto;
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
  }
  .jj-slider-carousel {
    width: 60%;
   visibility: hidden; 
    border-radius: 0;
    padding: 0;
  /*   -webkit-box-shadow: 10px 10px 43px 0px rgba(119,119,119,0.4);
      -moz-box-shadow: 10px 10px 43px 0px rgba(119,119,119,0.4);
    box-shadow: 10px 10px 43px 0px rgba(119,119,119,0.4); */
    -webkit-box-shadow: 2px 2px 20px 0px rgb(119 119 119 / 40%);
    -moz-box-shadow: 2px 2px 20px 0px rgb(119 119 119 / 40%);
    box-shadow: 2px 2px 20px 0px rgb(119 119 119 / 40%);
    transition: 0.5s;
  }
/*    .jj-slider-btn-fix, .flickity-prev-next-button.next {
      display: none;
  } */

  .flickity-prev-next-button.previous {
    left: -74px;
	}
  .carousel-cell.is-selected {
    visibility: visible;
  }
  
  .jj-mob-read-more {
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px;
  }

  .card-review-text img {
    position: relative;
    bottom: 20px
  }
  
  /* cell number 
  .carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
  } */

/* BENEFITS SECTION */
.benefits-section {
    /* background-color: #f7f3f3; */
    /* background: linear-gradient(to top, #e9f5f5 100%, white 0%); */
    padding: 75px 15px 125px;
    text-align: center;
}

.benefits-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 712px;
    margin: auto;
    padding-bottom: 75px;
}

@media screen and (min-width: 1024px) {
    .benefits-container  {
        max-width: 1220px;
    }   
}

@media screen and (min-width: 1250px) {
    .benefits-container p {
        padding-bottom: 40px;
    }   
}

.benefits-item-container {
    font-weight: 500;
}

.benefits-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    font-size: 1.333em;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.4px;
    gap: 30px;
    margin-top: 0;
    max-width: 450px;
    text-align: left;
}

.benefits-text span {
    background-color: var(--main-color);
    padding: 15px 18px;
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 50px;
    float: left;
}

.benefits-text p {
    width: 100%;
    font-size: 16px;
    text-align: left;
    /* font-family: 'Libre Baskerville', serif; */
    color: #777
}

.benefits-image {
    border-radius: 50%;
    border: 10px solid #fff;
    margin-top: 50px;
}

.benefits-image p {
    font-size: 75px;
    padding: 0;
}

@media screen and (min-width: 1250px) {
    .benefits-image {
        margin-top: 0;
    }
}

.benefits-text-right .benefits-item {
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

.benefits-text-right {
    text-align: left;
    margin-left: 0;
    padding-top: 40px;
}

.benefits-text-right span {
    margin-left: 0;
    margin-right: 20px;
}

.benefits-text-right p {
    margin-left: 0;
    text-align: left;
}

.benefits-item {
    margin-bottom: 47px;
}

@media screen and (min-width: 1250px) {
    .benefits-item {
        margin-bottom: 20px;
    }
	
	.page-id-13250 .benefits-item {
		margin-bottom: 70px;
	}
	
    .benefits-text-right .benefits-item {
        float: right;
        margin-right: 0;
        margin-left: 20px;
    }
    
    .benefits-text-right {
        text-align: right;
        margin-left: 20px;
    }
    
    .benefits-text-right span {
        margin-left: 20px;
        margin-right: 0;
    }
    
    .benefits-text-right p {
        margin-left: 0;
        text-align: right;
    }
}

/* FAQ SECTION */
.faq-container {
    max-width: 1220px;
    margin: 75px auto;
    padding: 0 15px;
}

/* SERVICES SECTION */
.services-index-page {
    margin-top: 75px;
}

.services-index-page h3 {
    margin-bottom: 75px;
}

.services-section {
    text-align: center;
    padding: 75px 15px 125px;
    background: linear-gradient(to top, #e9f5f5 63%, white 0%); 
}

.services-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
    gap: 30px;
    max-width: 1400px;
    margin: auto;
}

/* .page-id-7737 .services-container {
    max-width: 1400px;
} */

.services-container.blog-card {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    max-width: 1465px;
}

.services-card {
    background-color: #fff;
}

.services-card a:nth-child(1):hover {
    filter: brightness(1);
}

.services-card img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.services-card-text {
    padding: 2em 2.75em 2.5em;
    background-color: #fff;
}

.services-card-text a {
    font-size: 24px;
    font-weight: 500;
	color: #000;
}

.services-card-text a:hover {
	color: var(--main-color);
}

.services-card-text p:nth-child(3) {
    font-size: 16px;
    margin-top: 0.8em;
}

.services-card .button {
    box-shadow: none;
}

@media screen and (max-width: 319px) {
    .services-card {
        width: 84%;
    }
}

/* EXPLORE SECTION */
.explore-section {
    background-color: #e9f5f5;
}

.explore-container {
    position: relative;
    max-width: 1220px;
    margin: auto;
    padding: 30px 0;
    /* background-color: #e9f5f5; */
}

.explore-container p {
    font-size: 24px;
    font-weight: 600;
}

.explore-container li img {
    background: #fff;
    width: 24px;
    height: auto;
    padding: 8px 7px 8px 10px;
}

/* 
.explore-container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    border-top: 1px solid #777;
} */

.explore-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
/*     text-transform: uppercase; */
}

.explore-section li {
    display: flex;
    align-items: center;
	width: 250px;
    margin-bottom: 20px;
}

.explore-section img {
    margin-right: 10px;
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

@media screen and (max-width: 768px) {
    .explore-section p {
        padding-left: 30px;
    }

    .explore-section ul {
        padding-left: 30px;
    }

    .explore-section li {
        width: 50%;
    }
}

/* ==== ABOUT DERMATOLOGY ==== */
.reviews-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: url('/images/reviews-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    height: 660px;
    text-align: left;
    padding: 0 15px;
    color: #fff;
}

.reviews-text-box {
    position: relative;
    max-width: 700px;
}

@media screen and (min-width: 376px) {
    .reviews-container {
        height: 560px;
    }
}

@media screen and (min-width: 768px) {
    .reviews-container {
        padding-right: 320px;
    }

    .reviews-text-box {
        left: 20%;
    }
}

@media screen and (min-width: 1921px) {
    .reviews-container {
        padding-right: 500px;
    }
}

.reviews-text-box h2 {
    font-size: 3.2em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.15em;
    letter-spacing: -2.3px;
}

.reviews-text-box .explore-container {
    background: transparent;
}

.reviews-text-box .explore-container li {
    color: #fff;
}

.reviews-text-box a:nth-child(2) {
    color: #fff;
    font-size: 3em;
    margin: 0;
}

/* .reviews-text-box p:nth-child(3) {
    color: yellow;
    font-size: 75px;
} */

.reviews-text-box p:nth-child(5) {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 32px;
}

.reviews-services ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
/*     text-transform: uppercase; */
}

.reviews-services li {
    width: 180px;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .reviews-services li {
        width: 250px;
    }
}

.reviews-services {
    background: transparent;
}

.reviews-services ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f105';
    background-color: #fff;
    color: #666;
    padding: 5px 7px;
    margin-right: 10px;
}

/* ========== BEFORE AND AFTERS SECTION ========== */
.before-after-section {
    padding: 120px 15px 200px;
    background: linear-gradient(to top, #e9f5f5 54%, white 0%);
}

.before-after-container {
    max-width: 1100px;
    margin: auto;
    text-align: center;
    padding: 75px 15px 85px;
}

.slider .before-after-container {
    max-width: 1100px;
    text-align: center;
    padding: 0;
}

.before-after-container p:nth-child(1),
.before-after-container h3 {
    font-size: 35px;
    margin-bottom: 10px;    
    color: var(--main-color)
}

.before-after-container p {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #333;
}

.before-after-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    width: 100%;
    max-width: 1220px;
    padding: 0 15px;
    line-height: 0;
}

.before-after-item img {
    max-width: 400px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* BEFORE AND AFTER SLIDER */
.banda-container .card-text-container:before {
	display: none;
}

.banda-container .card-text {
	width: 100%;
	height: 100%;
	top: 0;
}

.banda-container .card-text-container {
	height: 100%;
	padding-top: 0;
}

.banda-container .flickity-page-dots {
	bottom: -80px;
}

.banda-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pum-container.pum-responsive img {
	width: 100%;
    height: auto;
    object-fit: cover;    
}

.pum-container.pum-responsive.active:after {
    display: none;
}

.msacwl-gallery-caption span.image_title {
	display: none;
}

.msacwl-carousel .msacwl-gallery-caption {
	padding: 0 !important;
}

.msacwl-common-slider .slick-dots {
	bottom: -65px;
}

.msacwl-common-slider button.slick-prev {
	background: var(--main-color) url(https://blushspa.ca/wp-content/plugins/meta-slider-and-carousel-with-lightbox/assets/images/arrow-left.png) center center no-repeat !important;
	background-size: 15px 26px !important;
}

.msacwl-common-slider button.slick-next {
	background: var(--main-color) url(https://blushspa.ca/wp-content/plugins/meta-slider-and-carousel-with-lightbox/assets/images/arrow-right.png) center center no-repeat !important;
	background-size: 15px 26px !important;
}

.msacwl-common-slider button.slick-prev:hover, .msacwl-common-slider button.slick-prev:focus, .msacwl-common-slider button.slick-prev:active {
    background-color: var(--main-color) !important;
	filter: brightness(1.1);
}

.msacwl-common-slider .slick-dots li button {
	border: 1px solid var(--main-color);
}

.msacwl-common-slider button.slick-prev {
    left: -75px;
}

.msacwl-common-slider button.slick-next {
    right: -75px;
}

.msacwl-common-slider button.slick-prev,
.msacwl-common-slider button.slick-next {
    display: none !important;
}

.msacwl-slide img.msacwl-img, .msacwl-carousel-slide img.msacwl-img {
	object-position: center;
	width: 95% !important;
}

.msacwl-carousel-slide .msacwl-slide .slick-slide .slick-cloned {
	width: 300px !important;
}

.msacwl-slider-wrap .msacwl-slide, .msacwl-carousel-wrap .msacwl-carousel-slide {
	height: 265px;
}

.mfp-title {
	display: none;
}

@media screen and (min-width: 1221px) {
	.msacwl-common-slider button.slick-prev,
	.msacwl-common-slider button.slick-next {
    	display: inline-block !important;
}
}

.banda-slider-container .site-main a:hover {
	filter: brightness(1);
}

.msacwl-slide img.msacwl-img, .msacwl-carousel-slide img.msacwl-img {
	padding: 0 10px;
}

.banda-slider-container {
	max-width: 1100px;
	margin: auto;
}

/* === ORGINAL BA GALLERY IS BELOW - CAN POSSIBLY BE DELETED === */
/* #header{
	background-color: #3f8dbf;
	float: left;
	width: 100%;
	height: 50px;
	color: rgba(255,255,255,1);
	line-height: 50px;
} */
/* #header a {
	color: rgba(255,255,255,1);
	text-decoration: none;
	display: block;
	font-size: 15px;
} */
/* #header-left{
	float: left;
	height: 50px;
} */
/* #header-left:hover #header-left-icon{
	background-color: #3F8DBF;
}
#header-left:hover #header-left-text{
	background-color: #599BC8;
} */
/* #header-left-icon{
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-icon a {
	font-size: 25px;
} */

/* #header-left-text{
	float: left;
	height: 50px;
		-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
} */
/* #header-left-text a {
	padding-left: 20px;
	padding-right: 20px;
}
#header-right{
	float: right;
	height: 50px;
}
#header-right:hover #header-right-icon{
	background-color: #3F8DBF;
	}
#header-right:hover #header-right-text{
	background-color: #599BC8;
	}
#header-right-icon{
	float: right;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text{
	float: right;
	height: 50px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text a {
	padding-right: 20px;
	padding-left: 20px;
} */
#gallery{
	max-width: 1220px;
    margin: auto;
}
#gallery-header{
    display: none;
	height: 100px;
	width: 100%;
	float: left;
}

@media screen and (min-width: 768px) {
    #gallery-header {
        display: block;
    }
}
#gallery-header-center{

	height: 100px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* #gallery-header-center-left{
	float: left;
	height: 35px;
	line-height: 35px;
	margin-top: 32px;
} */
/* #gallery-header-center-left-icon{
	float: left;
	height: 35px;
	width: 35px;
	background-color: var(--main-color);
	color: rgba(255,255,255,1);
	text-align: center;
	font-size: 20px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#gallery-header-center-left-icon:hover {
	background-color: rgba(63,141,191,0.5);
	cursor: pointer;
} */
#gallery-header-center-left-title{
	float: left;
	height: 35px;
	font-size: 25px;
	color: #3f8dbf;
	margin-left: 20px;
}
#gallery-header-center-right{
	float: right;
	height: 35px;
	margin-top: 32px;
	line-height: 35px;
}
.gallery-header-center-right-links {
	color: #333333;
	float: left;
	height: 35px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.gallery-header-center-right-links:hover {
	background-color: var(--main-color);
	color: rgba(255,255,255,1);
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075);
	cursor: pointer;
}
.gallery-header-center-right-links-current {
	color: #FFFFFF;
	background-color: var(--main-color);
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075);    
}
.gallery-header-center-right-links-current:hover {
	background-color: var(--main-color);
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075);
}
#gallery-content{
	float: left;
	width: 100%;
    padding-bottom: 75px;
    width: 100%;
}

#gallery-content img {
    width: 100%;;
}

.gallery-content-center-normal {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.gallery-content-center-full {
	float: left;
	width: 100%;
    left: 0;
}

@media screen and (min-width: 768px) {
    .gallery-content-center-full {
        left: 150px;
    }
}

#gallery-content-center img {
	max-width: 400px;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.075),
    0 2px 2px hsl(0deg 0% 0% / 0.075),
    0 4px 4px hsl(0deg 0% 0% / 0.075),
    0 8px 8px hsl(0deg 0% 0% / 0.075),
    0 16px 16px hsl(0deg 0% 0% / 0.075);
}

@media screen and (min-width: 768px) {
    #gallery-content-center img {
        max-width: 300px;
        margin-left: 10px;
    }
}

.gallery-button {
    margin-top: 50px;
}

/* PRODUCTS */
.products-section {
    max-width: 1220px;
    margin: auto;
    text-align: center;
    padding: 75px 15px;
}

.products-container {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 75px;
    margin: auto;
}

.products-card {
    max-width: 295px;
    margin: auto;
}

.woocommerce div.product p.price,
.review-stars,
.price {
    color: var(--main-color)
}

.woocommerce div.product p.price {
	font-weight: 600;
}

.review-stars {
    font-size: 25px;
}

.products-card h4,
.products-card p {
    margin-top: 15px;
}

.prodcuts-card:hover {
    border: 2px solid var(--main-color);
}

/* CONTACT SECTION */
.contact-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    max-width: 1220px;
    margin: auto;
    padding: 75px 15px;
}

.contact-text {
    padding-bottom: 50px;
    text-align: center;
	font-size: 20px;
    line-height: 26px;
}

@media screen and (min-width: 768px) {
    .contact-text {
        padding-bottom: 75px;
		text-align: left;
    }
}

.contact-text h3 {
    margin-bottom: 20px;
}

.contact-text .script {
    font-size: 40px;
}

.contact-text p {
    margin-bottom: 10px;
}

.contact-text a {
    color: #111;
	font-weight: 500;
}

.contact-text a:hover {
    color: var(--main-color);
}

.contact-text i {
    color: var(--main-color);
}

/* @media screen and (min-width: 768px) {
    .contact-text {
        padding-bottom: 0;
    }
} */

.name-field {
    display: flex;
    gap: 10px;
}

.contact-social-icons ul {
    display: flex;
}

.contact-social-icons li {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 30px;
}

.contact-social-icons li:hover {
    filter: brightness(1.2);
}

.contact-form {
    width: 90%;
}

@media screen and (min-width: 768px) {
    .contact-form {
        width: 45%;
    }
}

/* === SERVICES CONTENT SECTION */
.services-content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 1420px;
    margin: auto;
    padding: 75px 15px;
}

.services-content-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 25px 0;
}

@media screen and (min-width: 768px) {
    .services-content-item {
        gap: 70px;
        margin: 50px 0;
    }
}

.services-content-text a {
    font-weight: bold;
}

.services-content-img, 
.services-content-text {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .services-content-item {
        flex-wrap: wrap;
    }

    .reverse-img {
        flex-direction: column-reverse;
    }

    .services-content-img, 
    .services-content-text {
        width: 100%;
}
}

.services-content-img img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.services-content-text h2,
.services-content-text h3 {
    margin-bottom: 20px;
    font-size: 2.2em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.15em;
    letter-spacing: -2.3px;
}

.services-content-text p {
    margin-bottom: 10px;
}

.services-content-text a {
    color: var(--main-color);
}

.services-content-text a:hover {
    filter: brightness(1.2);
}

/* === SHOP PAGE === */
.shop-title-section {
	color: #f1f1f1;
	background-color: #b4c6cf;
	margin-top: 50px;
}

.shop-title-bar {
	display: flex;
	align-items: center;
	max-width: 1220px;
	height: 300px;
	margin: auto;	
}

.page-id-13274 ul.products {
	margin: auto !important;
	max-width: 1220px;
}

.page-id-13274 .woocommerce {
	max-width: 768px;
	margin: auto;
	padding-top: 75px;
}

/* .page-id-13274 .woocommerce ul.products li.product a img {
	width: 60%;
} */

.page-id-13275 .woocommerce {
	max-width: 1200px;
    margin: auto;
    padding: 150px 15px 50px;
}

.woocommerce columns-2 {
	margin: auto;
	max-width: 1220px;
}

/* ==== ABOUT PAGE ==== */
.about-page--intro-section {
/* 	background-image: var(--grey-bg);
	background-image: linear-gradient(30deg, #c7c7c7 0%, #b9b8b8 62%); */
	padding: 80px 15px 100px;
    margin-top: 0;
	text-align: center;
}

.about-page--intro-container {
	max-width: 1050px;
	margin: auto;
}

.about-page--intro-container h1 {
	margin-top: 20px;
	margin-bottom: 25px;
    color: #333;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-shadow: none;
}

.about-container {
    padding-top: 125px;
	font-family: 'Roboto', open-quote;
    bottom: 0;
}

.about-text {
    background-image: url('/images/about-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 9.3rem 0 6.9rem;
    margin-bottom: 110px;
    position: relative;
    right: 0;
    top: 20px;
    border: 20px solid #fff;
}

.about-text p:nth-child(3) {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 50px;
}


@media screen and (min-width: 768px) {
	.about-page--intro-section {
		margin-top: 100px;
	}
	
    .about-container {
        left: 40px;
    }
	
	.about-text {
		right: 100px;
	}
	
    .post-13301 .about-text,
    .post-13250 .about-text,
    .post-13321 .about-text,
    .post-13316 .about-text,
    .post-7737 .about-text {
        right: 40px;
        padding: 13.3rem 0 2.9rem;
    }
	
    .post-13301 .welcome-container,
    .post-13250 .welcome-container,
    .post-13321 .welcome-container,
    .post-13316 .welcome-container,
	.post-7737 .welcome-container {
		max-width: 1255px;
	}
}

/* ABOUT LAURA */
.about-laura-section {
    margin-top: 25px;
}

.about-laura-container {
    margin: auto;
    max-width: 1024px;
    padding: 0 15px;
}

.about-laura-text p {
    margin-bottom: 75px;
    text-align: center;
	line-height: 1.625;
}

@media screen and (min-width: 768ppx) {
    .about-laura-text p {
        text-align: left;
    }
}

/* ==== SERVICES (PROCEDURES) PAGE ==== */
.procedures-container {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
    max-width: 1220px;
    height: auto;
    margin: auto;
    padding: 75px 15px;
}

.procedures-sidebar h3 {
    font-size: 2em;
    color: #ffffff;
    background-color: #000000;
    padding: 1.4rem 1rem 1.65rem 3.35rem;
    margin-left: -3.35rem;
    /* margin-right: -3.35rem; */
    margin-bottom: 1em;
}

.procedures-sidebar ul {
    margin-bottom: 40px;
}

.procedures-sidebar li {
    line-height: 30px;
    margin-top: 0.64em;
}

.procedures-sidebar a {
    color: #000;
}

.procedures-sidebar a:hover {
    color: var(--main-color);
}

.procedures-active a {
    color: var(--main-color);
    font-size: 1.3em;
    font-weight: 600;
}

.procedures-sidebar .button {
    color: #fff;
}

.procedures-main img {
    width: 100%;
    object-fit: cover;
}

.procedures-faq h3,
.procedures-main h3 {
    color: #3a3a3a;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.39;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -2.1px;
}

@media screen and (min-width: 768px) {
    .procedures-container {
        grid-template-columns: 1fr 3fr;
    }
}

/* ALTERNATE TO ABOVE */
/* .procedures-faq h3, 
.procedures-main h3 {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.39;
    text-decoration: none;
    text-transform: none;
    letter-spacing: -2.1px;
    background: var(--main-color);
    padding-left: 20px;
}

.procedures-faq {
    border: 3px solid var(--main-color);
} */
/* END ALTERNATE */
.faq-section {
    padding-bottom: 85px;
}

.procedures-faq h3 {
    margin-bottom: 2rem;
}

.procedures-main b {
    color: #3a3a3a;
}

.procedures-main li,
.procedures-main p {
    /* font-family: 'Libre Baskerville', serif; */
    color: var(--grey);
    margin-bottom: 15px;
}

.procedures-main li {
    margin-left: 45px;
    list-style: square;
}

/* faq */
.accordion {
    color: #3a3a3a;
    background-color: #fff;
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    cursor: pointer;
    padding-left: 0;
    width: 100%;
    text-align: left;
    /* border: 1px solid; */
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    .accordion {
        display: flex;
        align-items: center;
        margin-bottom: 35px;
    }
}
  
.active, .accordion:hover {
    color: var(--main-color);
}
  
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /* font-family: 'Libre Baskerville', serif; */
}

@media screen and (min-width: 768px) {
    .accordion {
        padding-left: 10px;
    }
    .panel {
        padding: 0 10px;
    }
}

.panel p {
    margin-top: 10px;
    margin-bottom: 35px;
}

.icon::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

.accordion:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f078'; 
    font-size: 16px;
    float: right;
    margin-left: 5px;
    color: #fff;
    background-color: var(--main-color);
    padding: 15px 15px 12px;
    border-radius: 10px;
    box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
}
  
.active:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f077'; 
    color: #000;
}

.faq-button {
    margin-top: 75px;
}

/* ==== CONTACT PAGE ==== */
.contact-social-icons {
	display: flex;
	justify-content: center;
}

.contact-form-container {
    max-width: 768px;
    margin: 75px auto;
    padding: 75px 15px 15px;
    margin-top: 75px;
}

.contact-form-container h3,
.contact-form-container p {
    text-align: center;
    margin-bottom: 20px;
}

.contact-form-container p {
    max-width: 475px;
    margin: auto;
    color: #777;
}

.contact-form-container p:nth-child(1) {
    margin-bottom: 0;
    color: var(--main-color);
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: inherit;
}
  
input[type=submit] {
    background-color: var(--main-color);
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    box-shadow:
      0 1px 1px hsl(0deg 0% 0% / 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
}
  
input[type=submit]:hover {
    filter: brightness(1.1);
}

@media screen and (min-width: 1025px) {
	.contact-social-icons {
		justify-content: flex-start;
	}
}

/* === GOOGLE MAP === */
.google-map {
    list-style: 0;
}

.google-map iframe {
    width: 100%;
}

/* ==== PRODUCTS PAGES ==== */
.woocommerce div.product div.summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 720px;
}

/* ========== BLOGS ========== */
/* Blog Index Page */
/* .category-header-text {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	width: 100%;
	max-width: 1205px;
	height: 315px;
	margin: auto;
} */

.category-header-text h1 {
	margin-bottom: 0;
	line-height: 1;
}

.category-header-text .breadcrumbs,
.category-header-text .breadcrumbs a {
	color: #fff;
	font-weight: 500;
	text-shadow: 0 0 17px black;
}

.category-header-text .breadcrumbs span {
	color: var(--secondary-color);
}

.category-header-text .breadcrumbs a:hover {
	color: var(--main-color);
}

.index-page--page-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 350px;
    text-align: center;
/*     background: var(--grey-bg); */
/*     padding-top: 75px;
    padding-bottom: 40px; */
	padding: 120px 15px 40px;
}
.index-page--page-title-image {
	position: absolute;
	top: 115px;
	left: 0;
	width: 100%;
	max-width: 100%;
    z-index: -1;
	overflow: hidden;
	height: 275px;
}

@media screen and (min-width: 768px) {
    .index-page--page-title {
        height: 275px;
        padding-top: 0;
        padding-bottom: 0;
		margin-top: 90px;
    }
}


@media screen and (max-width: 767px) {
    .index-page--page-title-image {
		top: 65px;
		height: 360px;
	}
}

.index-page--page-title h1 {
	font-size: 2.5em;
}

.index-page--subtitle {
	color: var(--grey);
}

.index-page--subtitle {
    text-align: center;
    padding: 75px 15px 25px;
}

.index-page--page-title p {
    max-width: 1200px;
    padding: 0 15px;
	text-align: center;
}

.index-page--category-container {
	padding: 50px 0;
	background: var(--grey-bg);
}

.index-page--subcategories-container,
.index-page--category-description,
.index-page--sorter-container span,
.sorter ul {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 1600px;
	padding: 0 15px;
	margin: auto;
	font-family: 'Roboto', sans-serif;
	z-index: 100;
}

.index-page--category-description p {
	margin-bottom: 15px;
}

.index-page--sorter-container span {
	align-items: unset;
}

/* .index-page--subcategories-container {
	margin-bottom: 20px;
} */

.index-page--subcategories-container span,
.index-page--sorter-container span {
	color: #333;
	padding: 50px 15px 15px;
	font-size: 35px;
	font-weight: 500;
}

.index-page--subcategories-container span {
	line-height: 2;
}

.subcategory-links {
	display: flex;
	flex-direction: column;
/* 	align-items: center; */
	white-space: break-spaces;
}

.subcategory-links a {
	padding: 10px 0;
}

.subcategory-links a,
.sorter ul li a,
.sorter-link.active,
.sorter-link.active:after {
	font-size: 20px;
	font-weight: 500;
	color: #333;
}

.subcategory-links a {
    text-decoration: none;
    color: inherit;
}

.subcategory-links {
	display: flex;
	gap: 0.5rem; /* Adjust the spacing if needed */
}

.subcategory-links a:hover,
.sorter ul li a:hover {
	color: var(--main-color);
}

.sorter {
	white-space: nowrap;
}

.sorter ul {
	flex-direction: row;
/* 	gap: 35px; */
	overflow-x: scroll;
}

.sorter ul::-webkit-scrollbar {
	display: none;
}

.sorter-link.active {
	border-bottom: 2px solid var(--main-color);
	color: var(--main-color) !important;
	content: '';
}

.sorter-link.active:after {
	content: '';
}

@media screen and (min-width: 1025px) {
	.index-page--category-container {
		padding: 75px 0;
		text-align: left;
	}
	
	.subcategory-links a,
	.sorter ul li a,
	.sorter-link.active {
		font-size: 20px;
		font-weight: 500;
		color: #333;
	}
	
	.subcategory-links {
		display: block;
	}
	
	.subcategory-links a {
		padding: 20px 0;
/* 		margin-right: 20px; */
		line-height: 1.5;
	}	

	.subcategory-links a + a::before {
		content: ' | ';
		margin: 0 0.5rem; /* Adjust spacing around the pipe */
	}
	
	.index-page--subcategories-container,
	.index-page--sorter-container span,
	.sorter ul {
		flex-direction: row;
	}
	
	.index-page--sorter-container ul {
		flex-wrap: wrap;
		line-height: 1.5;
	}
	
	.index-page--category-description {
		margin-top: 15px;
	}
	.sorter li:first-child::after,
	.sorter li + li::after {
		content: ' | ';
		margin: 0 0.75rem;
	}
	
	.sorter li:last-child::after {
		content: '';
	}
}

.index-page--cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1600px;
    margin: auto;
    padding: 125px 15px;    
}

.index-page--card {
    display: flex;
    /* flex: 0 1 40%; */
    flex-direction: column;
    justify-content: space-between;
    max-width: 377px;
	width: 47%;
/* 	height: 100%; */
}

.index-page--card-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: bottom;
}

.index-page--card-content {
	padding: 10px 15px 5px;
}

.index-page--card-title {	
    margin-bottom: 15px;
	color: #605e5e;
    font-size: 18px;
}

.index-page--card-title a {
    color: #605e5e;
	letter-spacing: 0.3px;
	line-height: 1.35;
    font-weight: 600;
    font-size: 16px;
}

.index-page--card-title a:hover {
    color: var(--main-color);
}

.index-page--card-excerpt {
    display: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    margin-bottom: 18px;
}

.index-page--pagination .current,
.index-page--pagination .next,
.index-page--pagination .prev,
.page-numbers,
.index-page--card-btn {
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color); 
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .75s ease-out;
}

.index-page--pagination .current {
	background-color: #605e5e;
}

.index-page--card-btn {
	display: none;
    position: relative;
    top: -28px;
    left: 21px;
}

.page-numbers:hover,
.index-page--card-btn:hover {
    background-color: #fff;
    color: var(--main-color);
}

.index-page--pagination {
	max-width: 1280px;
    text-align: center;
    padding-bottom: 75px;
	margin: auto;
    line-height: 3;
}

@media screen and (max-width: 1025px) {
	.index-page--card-btn {
		display: none !important;
	}
	
	.sorter ul {
		gap: 20px;
	}
}

@media screen and (min-width: 1025px) {
	.index-page--card {
		max-width: 377px;
		width: 100%;
	}
	
	.index-page--card-content {
		padding: 10px 20px 30px;
	}
	
	.index-page--card-image img {
		height: 252px;
	}
	
	.index-page--card-title {	
		margin-bottom: 5px;
	}
	
	.index-page--card-title a {
		font-size: 1.1em;
	}
	
	.index-page--card-excerpt {
		display: -webkit-box;
	}
	
	.index-page--card-btn {
		display: inline;
	}
}

.current {
    background-color: #605e5e;
}

.current:hover {
    color: #fff;
    background-color: #605e5e;
}

.entry-header.blog-title {
    display: block;
/*     position: relative; */
    padding: 125px 0 0;
}

.entry-tags,
.entry-meta {
    display: none;
}

.entry-header h1 {
    padding-bottom: 50px;
    text-align: center;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 500;
    max-width: 768px;
    margin: auto;
    color: #605e5e;
}

.blog-section {
    max-width: 1024px;
    margin: 25px auto 125px;
}

.blog-img-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid lightgrey;
}

.blog-img-container img:nth-child(1) {
    height: 600px;
}

.blog-img-container img.blog-avatar {
    position: relative;
    bottom: 50px;
    float: right;
    z-index: 100;
    border-radius: 50%;
    box-sizing: content-box;
    margin-right: 50px;
    width: 100px;
    background: #fff;
    padding: 4px 4px 0 4px;
}

.blog-text-container {
    padding: 0 15px;
}

.blog-text-container a {
    color: var(--main-color);
}

/* ========== AREA PAGE ========== */
.area-page-section {
    padding: 125px 15px 75px;
    max-width: 1700px;
    margin: auto;
}

.area-page-section p {
    margin-bottom: 10px;
}

.area-page-title {
    max-width: 800px;
    margin-bottom: 25px;
}

.area-page-title a {
    font-weight: 500;
}

.area-page-title h1,
.area-page-text h2 {
    margin-bottom: 20px;
    color: #757575;
    font-size: 35px;
    font-weight: 500;
    line-height: 31px;
}

.area-page-text h2 {
    font-size: 24px;
}

.area-page-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}

.area-page-map iframe {
    max-width: 100%;
}

/* Sitemap */
.sitemap--container {
    max-width: 1100px;
    margin: auto;
    padding: 150px 15px 75px;
}

.sitemap--container h2 {
	padding-bottom: 15px;
}

.sitemap--flex-container {
	display: flex;
    flex-direction: column-reverse;
}

.sitemap--categories {
	padding-top: 25px;
}

@media screen and (min-width: 700px) {
    .area-page-container {
        flex-wrap: nowrap;
    }
	
    .area-page-map iframe {
        max-width: 800px;
        padding: 0;
		width: 800px;
    }
	
	.sitemap--flex-container {
		display: grid;
		grid-template-columns: 1fr 1fr .4fr;
		gap: 30px;
	}
	
	.sitemap--categories {
		padding-top: 0;
	}
}

/* === SERVICE AREA LIST === */
.area-list-container {
    width: 100%;
}

.area-list {
    display: flex;
    justify-content: center;
    padding: 10px 15px;
    color: #fff;
    background-color: #fff;
}

.area-list li {
    margin-right: 15px;
    margin-left: 15px;
}

/* .area-list a {
    color: #fff;
} */

.area-links-mobile-section a,
.area-list a {
	color: var(--grey);
}

.area-list i {
    color: var(--main-color);
}

.area-links-container,
.carousel-cell.area-links-item {
    height: 45px;
}

.area-list-section {
    display: none;
}

.area-links-item i {
    color: var(--main-color);
    margin-right: 5px;
}
/* .carousel-cell.area-links-item {
    width: 150px;
} */

@media screen and (min-width: 1300px) {
    .area-links-mobile-section {
        display: none;
    }
    .area-list-section {
        display: block;
    }
}

/* ========== FOOTER ========== */
.before-footer {
    width: 100%;
    text-align: center;
    background-color: var(--main-color);
    padding: 20px 0;
}

.before-footer h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 31px;
    margin: 20px 0;
}

.before-footer ul{
    list-style: none;
    padding: 0;
}

.before-footer .social01 {
    display: inline-block;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.before-footer .social01 a {
    border-radius: 200px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 19px;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    line-height: 47px;
    margin: 0px 5px;
}

.before-footer .social01 a:hover {
    transform: scale(1.1);
}

.about-content {
    width: 85%;
}

@media screen and (max-width: 319px) {
    .before-footer ul {     
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .about-content {
        margin: auto;
    }
}

.main-footer {
    width: 100%;
    background-color: #111;
    padding: 100px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.main-footer .wrap{
    max-width: 1350px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;	
    font-size: 16px;
}

.main-footer li {
    line-height: 20px;
	margin-bottom: 10px;
}

.main-footer li a {
    margin-bottom: 10px;
    padding-bottom: 0;
    line-height: 25px;
    font-size: 16px;
    color: #111;
}

.main-footer li a:hover {
    color: var(--main-color);
}

.main-footer li i {
    color: var(--main-color);
    margin-right: 10px;
}

.main-footer h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 31px;
    font-style: normal;
}

.main-footer h3::after {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    margin-top: 5px;
    /* background: #999999; */
    background-color: var(--main-color);
}

.site-footer {
    padding: 0 0 4px;
    color: #111;
    background: #e9f5f5;
    text-align:center;
}

.footer-link {
    color: #fff;
    padding-right: 5px;
}

.footer-img img {
    width: 250px;
    height: auto;
}

.site-footer a:hover{
    color: var(--main-color);
}

.menu-toggle {
	padding-top: 3px !important;
}

.mob-buttons, .menu-toggle{
    display:none;
}

.footer-address li {
    margin: 5px 0;
}

#credits_footer {
	display: none;
    padding-bottom: 65px;
}

.page-id-7737 #credits_footer {
	display: block;
	color: #fff;
	background: #111;
	font-size: 10px;
}

.page-id-7737 .site-footer {
	background: #111;
	padding-bottom: 0;
}

.page-id-7737 .site-footer a {
	color: #fff;
}

@media screen and (min-width: 768px) {
    #credits_footer {
        padding-bottom: 0;
    }
	
	.main-footer li {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1600px) {
	.footer-list-address {
		width: 138%;
		padding: 0;
	}
}

/* Blog Bio (Bottom) */
.blog-pages-bio--container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	padding: 40px 25px 20px 10px;
	border: 1px solid grey;
}

@media screen and (min-width: 766px) {
	.blog-pages-bio--container {
		flex-wrap: nowrap;
		padding: 40px 35px 20px 10px;
	}
}

.blog-pages-bio--container-area-page {
	padding: 20px 25px 20px 10px;
}

@media screen and (min-width: 766px) {
	.blog-pages-bio--container-area-page {
		padding: 20px 35px 10px 10px;
	}
}

.blog-pages-bio--image {
	padding-left: 20px;
    padding-bottom: 10px;
}

.blog-pages-bio--image-area-page {
    padding-bottom: 0;
}

.blogs-on-pages--avatar {
	width: 50px !important;
	border-radius: 50%;
}

.bottom-avatar {
	width: 90px !important;
	height: auto;
}

.blog-pages-bio--text {
	display: flex;
	flex-direction: column;
	margin-left: 25px;
}

.blog-pages-bio--text-area-page {
	justify-content: center;
}

.blog-pages-bio--text p {
	margin-top: 10px;
}

.blog-pages-bio--text-area-page p {
	margin-bottom: 0 !important;
}

.author-link {
	font-size: 20px;
	color: #605e5e;
	margin-bottom: 10px;
}

.author-link:hover {
	color: var(--main-color);
}

.article-thumb img {
	height: 100px;
	object-fit: cover;
}

/* .blog-pages-bio--social {
	margin-top: 17px;
} */

.blog-pages-bio--social ul {
	display: flex;
	margin-left: 0 !important;
	margin-top: 11px;
    padding-left: 0 !important;
}

.blog-pages-bio--social ul li {	
	margin-left: 0;
    padding-left: 0;
    margin-right: 20px;
	list-style: none !important;
}

.blog-pages-bio--social i {
	background-color: #605e5e !important;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.blog-pages-bio--social i:hover {
	background-color: var(--main-color) !important;
}

@media screen and (max-width: 768px) {
	.blog-pages-bio--social ul {
		margin: 20px 0 5px;
	}

	.blog-pages-bio--social ul,
	.blog-pages-bio--container {
		justify-content: center;
	}

	.blog-pages-bio--text {
		text-align: center;
	}
}

/* The Modal (background) - W3 Schools */
.nav-email-link {
	border: none;
    background: transparent;
    vertical-align: middle;
    font-family: 'Roboto';
    margin-bottom: 5px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 120px auto 0;
    padding: 0;
    border: 1px solid #888;
    border-bottom: 8px solid var(--main-color);
    width: 95%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}
  
/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
  
/* The Close Button */
.close {
    position: relative;
    right: 19px;
    top: 9px;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-contact-container {
    padding-top: 35px;
    padding-bottom: 10px;
}

/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@media screen and (min-width: 768px) {
    .modal-content {
        margin: 175px auto;
        width: 70%;
    }

    .modal-contact-container {
        padding-top: 70px;
        padding-bottom: 55px;
    }
}

/* Mobile Styles ================================   <<<<<<<<  EDIT BELOW - MAKE IT MOBILE FIRST */
@media (max-width: 1440px) {
    .main-header {
        grid-template-columns: 270px 1fr 165px;
    
    }
    .site-logo {
        padding: 0 10px;
    }
}

@media (max-width: 1280px) {
    .main-header {
        grid-template-columns: 260px 1fr 165px;
    }
	
	.main-footer .wrap {    
        display: block;
        text-align:center;
    }
	
	.footer-list-address {
		width: 100%;
		text-align: center;
		padding: 30px 15px 0;
	}
}

@media (max-width: 1025px) {
    .main-header {
        margin-top: 0;
        display: grid;
        grid-template-columns: 25% 1fr;
    }

    .site-header {
        padding: 20px;
    }

    .site-branding img {
        vertical-align: bottom;
    }

    #header-social-widget-area, .top-bar{
            display:none;
    }

    .main-navigation{
           text-align:right; 
    }  
}

@media screen and (max-width: 768px) {
    .site-header {
        width:100%;
        max-width: 100vw;
    }
    .nav-label-text{
        display:none;
    }
    .site-logo {
        padding: 0;
    }
    .menu-toggle, .mob-buttons {
		position: relative;
        top: 5px;
        display: block;
        height: auto;
        font-size: 22px;
        text-decoration: none;
        border: none;
        /* background-color: var(--main-color);
        color: #565656;*/
        background-color: #fff;
        color: var(--main-color);
        font-weight: 700;
        padding: 0px 5px 0px;
        float: right;
    }

    .mob-buttons i{
        color:var(--main-color);
    }

    .mob-buttons{
        display:block;
        margin-right:13px;
    }

    .menu-toggle:focus {
        outline: none;	    
    }

    .main-header nav {
        display: block;
        text-align: center;
        width: 100%;
        right: 5px;
        top: 0;
    }

    .menu-main-nav-container{
        position: absolute;
        width: 292px;
        top: 90px;
        background-color: #fff;
        z-index: 999;
        margin: 0;
        padding: 0;
    }

    .site-header .main-navigation li {
        display: block;
		width: 100%;
        text-align: center;
    }

    .site-header .main-navigation li a {
        font-size: 16px;
		justify-content: center;
    }

/*     .site-header .main-navigation li:first-child {
        margin-left: 31px;
    }

    .site-header .sub-menu li:first-child {
        position: relative;
        right: 30px;
    } */

    .main-navigation{ cursor: pointer }
    .main-navigation.toggled .nav-menu {
        display: block;
        position: relative;
        top: 65px;
        height: auto;
        border-top: 1px solid;
        border-top-color: #fff;
        border-top-color: hsla(0, 0%, 100%, .5);
		padding-top: 25px;
        padding-bottom: 25px;
        z-index: 100000;
		background-color: #fff;
    }

    .main-navigation ul {
            display: none;
            padding-left: 0;
    }
        
    .main-navigation li { 
        float: none; 
    }

    .main-navigation li a { 
        padding: 15px 20px;
        width: 100%;
        display: block;
    }

    .main-navigation li li a { 
        padding: 15px 20px; 
    }

    .main-navigation li li li a { 
        padding: 15px 20px;
    }
            
    .main-navigation ul ul,
    .main-navigation ul ul ul {
        visibility:hidden;
        position: relative;
        top: inherit;
        left: 0;
        float: none;
        width: 100%;
        display:none;
    }
    /* Display Dropdowns on Hover */
    
    /*.main-navigation ul .menu-item-has-children.focus:hover ul, .main-navigation ul .menu-item-has-children.focus ul, .main-navigation ul .menu-item-has-children:hover ul{
        display:block;
        visibility:visible;
    }*/
    .main-navigation ul li.focus ul, .main-navigation ul li:hover ul, .main-navigation ul ul li.focus:hover ul, .main-navigation ul ul li:hover ul{
        display:block;
        visibility:visible;
    }
    
        .main-navigation ul ul a { width: 100%; }
    
        .main-navigation ul a:hover,
        .main-navigation ul ul a:hover {
        background: transparent;
    
        }
        .main-navigation ul ul li {
            border: none;
        }
        .main-navigation .current_page_ancestor { background: inherit; }
    
        .main-navigation ul ul .current_page_parent {
            color: inherit;
            background: inherit;
        }
    
        .main-navigation .current_page_item > a,
        .main-navigation .current_page_item > a:hover,
        .main-navigation .current_page_item li:hover,
        .main-navigation .current_page_parent .current_page_item > a  {
            border: none;
            width: 100%;
            display: block;  
        }
        
         .sf-with-ul::after{
            content: "\f347";
            font-family: dashicons;
            display: inline-block;
            line-height: 1;
            font-weight: 400;
            font-style: normal;
            text-decoration: inherit;
            text-transform: none;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            width: 20px;
            height: 20px;
            font-size: 20px;
            vertical-align: top;
            text-align: center;
            transition: color .1s ease-in;
            color: #605e5e;
        }
        .sfHover .sf-with-ul::after {
        background-color:var(--main-color);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: transform .25s ease-in-out;
        -ms-transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
        color: #605e5e;
    }
        
        .main-footer h3 {
        margin: 20px 0;
        }
        .main-footer h3::after {
        margin:0 auto;
        margin-top: 5px;
    
        }
        .main-header {
        grid-template-columns: 175px 1fr;
        }
        .jj-carousel-right img {
        height: auto;
        }
        .carousel-cell.jj-slider-carousel {
        min-height: 330px;
    }
    } 
    @media (max-width: 600px) {
        .main-header {
        grid-template-columns: 150px 1fr;
    }
}