/*!
Theme Name: gdw
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gdw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gdw is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */






/*--------------------------------------------------------------
# Containers
--------------------------------------------------------------*/

.site {
	margin: auto;
    overflow-x: hidden;
}


.container-xl {
	max-width: 1400px;
	margin: auto;
	padding: 0 30px;
    position: relative;
}
.header-wrap,
.container {
	max-width: 2000px;
	margin: auto;
	padding: 0 3vw;
    position: relative;
}



.container-lg {
	max-width: 1000px;
   margin: auto;
    position: relative;
    padding: 0;
}

.container-md {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.container-sm {
	max-width: 700px;
   margin: auto;
    position: relative;
}


.container-step {
    max-width:1200px;
    margin: auto;
}

.container-offset {
    max-width: 100%;
    padding-left: 3vw;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
color: #898174;
font-family: "indivisible", sans-serif;
    font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
}
a, a:visited {
	color: #898174;
}

.login h1,
.login,
.login h1 a {
  color: transparent !important;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    line-height: 1.4;
    color: #898174;
    font-weight: 300;
	margin-bottom: 1rem;
}

h6 {
        font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.heading-1 {
  font-size: 46px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.heading-2 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.styleshs h3,
.styleshs h4,
.heading-3 {
	font-size:30px;
       margin-bottom:20px;
}

.heading-4 {
	font-size:20px;
    margin-bottom:10px;
}
.heading-5 {
	font-size:18px;
}

.single-our-treatments h2 {
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
# Choose Colours
--------------------------------------------------------------*/
.bg-1 {
  background: #e5e2dc;
}

.bg-2 {
  background: #CFE0E0;
    color:#7d888f;
}
.bg-2 a {
    color:#fff;
}
.bg-3 {
	background: #D9CBB6;
}
.post-type-archive-services .colourarchive  .highcontent,
.post-type-archive-services .colourarchive  .site-content,
.bg-4 {
	background: #A7C7E7;
    color:#fff;
}
.post-type-archive-services .colourarchive .site-header a,
.post-type-archive-services .colourarchive .highcontent a,
.post-type-archive-services .colourarchive .site-content a,
.bg-4 a {
    color:#fff;
}

.post-type-archive-case-studies .colourarchive  .highcontent,
.post-type-archive-case-studies .colourarchive  .site-content,
.bg-5 {
	background: #898174;
    color:#fff;
}
.post-type-archive-case-studies .colourarchive .site-header a,
.post-type-archive-case-studies .colourarchive .highcontent a,
.post-type-archive-case-studies .colourarchive .site-content a,
.bg-5 {
    color:#fff;
}

.archive .colourarchive,
.archive .colourarchive  .highcontent,
.archive .colourarchive  .site-content,
.bg-6 {
	background: #B8D8D8;
    color:#fff;
}
.archive .colourarchive .site-header a,
.archive .colourarchive .highcontent a,
.archive .colourarchive .site-content a,
.bg-6 {
    color:#fff;
}


.site-footer {
 background: #7D888F;
  color: #fff;
}

.main-navigation a {
	color: #898174;
}
.main-navigation li:hover li a {
    	color: #898174 !important;
}

.topbar a,
.header-page h1,
.site-footer .fa {
	 color: #fff;
}
.site-info a,
.site-footer a {
	color: #fff !important;
}

a:hover, a:focus, a:active,
.site-footer .fa:hover,
ul#footer-menu-1 a:hover, ul#footer-menu-2 a:hover {
	 color: #B8D8D8;
}
.main-navigation ul ul a:hover,
.main-navigation li:hover a,
.main-navigation li li:last-child:hover a,
.site-info a:hover,
.site-footer a:hover {
	color: #B8D8D8 !important;
}


.site-footer input[type="submit"]:hover {
    background: #ddd;
    color: #070707;
}

.c-hamburger span {
  background:#B8D8D8;
}

.c-hamburger span::before,
.c-hamburger span::after {
  background-color:#B8D8D8;
}

.topbar {
    color: #fff;
    font-size: 0.8em;
    padding: 5px 0 7px;
  position: absolute;
  top: 33px;
  z-index: 9;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #fff;
}

.topbar a:hover  {
    color: #ddd;
} 

.intro-2 {
    max-width:600px;
}

/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/

.pad-1-0 {
	padding: 1em 0;
}

.pad-2-0 {
	padding: 2em 0;
}

.pad-3-0 {
	padding: 3em 0;
}

.pad-4-0 {
	padding: 5em 0;
}

.pad-1-1 {
	padding: 1em 1em;
}

.pad-2-1 {
	padding: 2em 1em;
}

.pad-3-1 {
	padding: 3em 1em;
}

.pad-4-1 {
	padding: 4em 1em;
}

.pad-1-2 {
	padding: 1em 2em;
}

.pad-2-2 {
	padding: 2em 2em;
}

.pad-3-2 {
	padding: 3em 2em;
}

.pad-4-2 {
	padding: 4em 2em;
}

.pad-1-3 {
	padding: 1em 3em;
}

.pad-2-3 {
	padding: 2em 3em;
}

.pad-3-3 {
	padding: 3em 3em;
}

.pad-4-3 {
	padding: 4em 3em;
}

.pad-1-4 {
	padding: 1em 4em;
}

.pad-2-4 {
	padding: 2em 4em;
}

.pad-3-4 {
	padding: 3em 4em;
}

.pad-4-4 {
	padding: 4em 4em;
}

.pad-4-5 {
	padding: 4em 5em;
}

.pad-5-6 {
	padding: 5em 6em;
}

.pad-6-7 {
	padding: 6em 7em;
}

.pad-0-1 {
	padding: 0 1em;
}

.pad-0-2 {
	padding: 0 2em;
}

.pad-0-3 {
	padding: 0 3em;
}

.pad-0-4 {
	padding: 0 4em;
}

.pad-3-0-2 {
    padding: 3em 0 2em;
}

.pad-4-0-3 {
    padding: 4em 0 3em;
}

.pad-5-0-4 {
    padding: 5em 0 4em;
}

.pad-6-0-5 {
    padding: 6em 0 5em;
}

.pad-7-0-6 {
    padding: 7em 0 6em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footertop {
           margin-bottom: 40px;
           border-bottom: 1px solid #909BA2;
       }
    .footertop img.footerbadge {
        max-height: 35px;
        width: auto;
        display: inline-block;
        margin-left: 20px;
        margin-bottom:0;
    }
       .footertop img.footerlogo {
           max-width: 120px;
       }
       .footertop .row {
           align-items: center !important;
       }
       .footertop h4 {
           color: #fff;
           text-align: center;
           margin-bottom:0;
       }
       .site-footer h5 {
           color: #fff;
           margin-bottom: 15px;
  font-size: 1.1em;
       }
       .site-footer i {
           margin-right: 10px;
       }
       .site-footer .social i {
           margin-right: 0;
       }
       .site-footer .social {
           margin-top: 30px;
       }
       .badgescol {
           text-align: right;
       }

ul.menu {
    list-style: none;
}
.site-info {
  font-size: 13px;
  padding-top: 5em;
}

.site-info-2 {
  font-size: 12px;
  padding-top: 7px;
}
.site-info-2 .row .col-md-6:nth-child(2),
.site-info .row .col-md-6:nth-child(2) {
    text-align: right;
}

.footermenu {
  float: right;
    width:100%;
    max-width: 165px;
}

.footermenu .social {
    padding-top:2em;
}



.site-footer-2 .flex {
  justify-content: flex-end;
    flex-direction: row !important;
}

.site-footer-2 .footercontactcol {
  padding-top: 20px;
  padding-bottom: 70px;
}

.site-footer img {
	max-width: 200px;
   width: 100%;
   margin-bottom: 20px;
}


.site-footer .row {
  align-items: flex-start;
}

.site-footer .fa {
	 transition: 0.3s ease-in-out;
}

ul#footer-menu-1, ul#footer-menu-2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer ul.social .fa {
	font-size: 1.4em;
}

.footercontactcol p {
    font-size:1.3em;
}
.footercontactcol ul.social {
    margin-top:1em;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/



.topbar {
  padding: 5px 0 7px;
}
.topbar .left-content {
  letter-spacing: 0;
  font-size: 1em;
  text-transform: none;
  padding-top: 0;
}
.topcontact {
    text-align: right;
}

.topcontact span {
    padding-right: 30px;
}

.topcontact i {
    margin-right: 10px;
}

.home .site-branding {
	padding-top: 9px;
   padding-bottom: 9px;
   text-align: center;
	  display: block;
}

.site-branding {
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
	z-index: 19;
}


.home .site-branding {
    display: none;
}


.home ul.sub-menu li:first-child {
    display: block !important;
}

.site-branding img {
  max-width: 220px;
}


.site-header .row {
    width: 100%;
}

.headerright {
    text-align: right;
    font-weight: 500;
	font-size: 17px;
}



.single-post .header-wrap {
justify-content: flex-end;
padding: 5em 3vw 3em;
    text-align: center;
}

.header-page, .header-wrap {
        min-height: 400px;
}

.archive .colourarchive .highcontent,
.highcontent {
  min-height: 240px;
 padding: 5vh 3vw;
}

.header-page h1,
.highcontent h1 {
    text-align: center;
}
.header-page {
    background-position: center;
    background-size: cover;
    position: relative;
 margin-bottom: 10vh;
    overflow:hidden;
}

.header-wrap, .highcontent {

    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-wrap {
padding: 5em 3vw 0;
    position: absolute;
    left: 0;
    right: 0;
}
.page-template-default .header-page {
margin-bottom: 2em;
}
.readmore {
font-weight: 500;
 margin-top: 10px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.readmore:hover {
 Color: #B8D8D8;
}


.slider-wrapper {
  position: relative;
  margin: auto;
  overflow: hidden;
    padding: 10vh 0;
}

.slider-progress {
    width: 100%;
  height: 6px;
  background: #dfd9d1;
}

.progress-bar {
  height: 100%;
  width: 0%;
  background: #c3bdb5;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	justify-content: flex-start;
    align-items: center;
}



.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	padding: 20px 40px 20px 0;
	font-size: 17px;
}


.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}



.main-navigation ul ul {
    box-shadow: 0;
    float: left;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    display: none; /* Added */
    padding: 20px 30px;
}

.main-navigation ul ul a {
   color: #898174 !important;
}


.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
    /* left: auto; */
    display: block; /* Added */
}

.main-navigation ul ul li a {
    padding: 5px 15px !important;
  font-size: 0.9em;
}
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul li:last-child {
background-color: transparent;
 color: #212529;
 box-shadow: none;
    margin: 0;
padding: 0;
}
.main-navigation ul ul li:last-child:hover {
background-color: transparent;
 color: #212529;
 box-shadow: none;
}


.buttonlink a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color:#7d888f;
	color: #fff;
      box-shadow: inset 0 0 0 0 #B8D8D8;
}


.buttonlink a:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
    box-shadow: inset 400px 0 0 0 #b9d9d9;
}


.site-header {
    position: relative;
    background: #fff;
}

.site-header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* Small menu. */


@media screen and (min-width: 750px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



.menu-toggle .main-navigation ul {
	display:none;
}

button.c-hamburger:hover {
    background: transparent;
}

.c-hamburger {
  display:none;
  position: relative;
  overflow: hidden;
  margin: 8px 0 0;
  padding: 0;
  width: 30px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  float:right;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 3px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
}

.c-hamburger span::before {
    top: -10px;
}

.c-hamburger span::after {
     bottom: -10px
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
    -ms-transform: rotate(45deg);
-webkit-transform:rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}



/*--------------------------------------------------------------
# Flexslider
--------------------------------------------------------------*/
.slick-arrows li:only-child,
.slick-dots li:only-child {
        display: none;
}
.boxlinks-archive .slick-slide,
.slick-boxlinks-archive .slick-slide,
.slick-boxlinks .slick-slide {
    margin:0 20px 0 0;
}


.text-slider .slick-prev::before, .text-slider .slick-next::before {
    color: #fff !important;
    font-size: 22px !important;
}
.boxlinks-archive .wrap,
.slick-boxlinks-archive .wrap,
.slick-boxlinks .wrap {
  padding: 20px 10px 0;
  max-width: 300px;
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 100;
    top: 0;
    color:#fff;
}
.boxlinks-archive .wrap h6,
.slick-boxlinks-archive .wrap h6,
.slick-boxlinks .wrap h6 {
    color:#fff; 
  text-align: right !important;
    
}

.services {
    position: relative;
}
.boxlinks-archive .services {
    background-color: #d9cbb6;
}
.boxlinks-archive .services .custom-thumb {
    opacity: 1 !important;
}
.boxlinks-archive .services:hover .custom-thumb  {
    opacity:0 !important;
}
.slick-boxlinks-archive .services:nth-child(2n-1), 
.slick-boxlinks .services:nth-child(2n-1) {
    background-color: #d9cbb6;
}
.slick-boxlinks-archive .services:nth-child(2n-1) .custom-thumb,
.slick-boxlinks .services:nth-child(2n-1) .custom-thumb {
    opacity: 0 !important;
}

.slick-boxlinks-archive  .services:nth-child(2n-1):hover .custom-thumb,
.slick-boxlinks .services:nth-child(2n-1):hover .custom-thumb {
    opacity: 1 !important;
}
.slick-boxlinks-archive .services:nth-child(3n),
.slick-boxlinks .services:nth-child(3n) {
    background-color: #9dcbb5;
}


.slick-prev {
  left: unset !important;
  top: -50px ;
  right: 75px !important;
}
.slick-next {
  top: -50px;
    right: 35px;
}
.slick-next::before {
  content: "\f054" !important;
}
.slick-prev::before {
  content: "\f053" !important;
}


.slick-slide {
  margin: 0;
}
.slider-text {
  position: relative;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  margin: 0;
  padding-bottom: 6em;
    max-width: 900px;
}


.slider-text p {
    font-size:1.4em;
     max-width: 700px;
}
.hero {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 300;
    margin-bottom: 20px;
}

button.slider {
  display: block;
  margin: 25px 0 0;
}
.home .slider-image, .home .slider-text {
  height: 70vh;
  min-height: 600px;
}
.slider-image, .slider-text {
  height: 300px;
}

.slider-image {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
}

.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
  opacity: 0.5 !important;
}

.slick-prev, .slick-next {
        z-index: 100;
    font-weight: 300;
    width: 40px !important;
    height: 40px !important;
    background: #B8D8D8 !important;
    border-radius: 100% !important;
}
.slick-prev::before, .slick-next::before {
    color: #fff !important;
    -webkit-font-smoothing: antialiased;
     font-family:'Font Awesome 6 Pro' !important;
opacity: 1 !important;
font-weight: 500;
font-size: 17px !important;
}

.accordion-2 button::after {
	content: "\f107";
        font-family:'Font Awesome 6 Pro' !important;
	top: 20px;
	right: 20px;
   position: absolute;
   font-size: 1.2em;
}
.accordion-2 button[aria-expanded="true"]::after {
    content: "\f00d";
        font-family:'Font Awesome 6 Pro' !important;
    top: 22px;
    font-size: 1.2em;
}


.cta {
    color:#fff;
    height: auto !important;
}
.cta h2 {
  color: #fff;
  font-weight: 400;
  font-size: 40px;
}

.cta .container-sm {
    text-align: center;
}
.cta .buttonlink {
    margin-left:auto;
    margin-right:auto;
}
.border {
  border-top: 0 none !important;
  border-left: 0 none !important;
  border-bottom: 1px solid #cbc3b6 !important;
  border-right: 0 none !important;
  padding: 10px 0;
}

.bg-2 .border { 
border-bottom: 1px solid #fff !important;
}

/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/

.modal-body {
 padding: 1em 4em 4em;
}
.modal-header {
border-bottom: 0 !important;
padding: 2em !important;
}
.modal-header button.btn-close:hover {
opacity: 1;
 box-shadow: none;
}
.modal-content {
  background-color: #e5e2dc;
  border: 0;
    border-radius: 0;
}
.modal-body textarea {
    background: #DBD8D2 !important;
}
.modal-body input {
    background: #DBD8D2 !important;
border-bottom: 0 !important;
padding: 12px 20px !important;
}
.modal-body input[type="submit"] {
background: #7D888F !important;
}
  .modal-dialog {
    max-width: 800px;
}
/*--------------------------------------------------------------
## Testimonials
--------------------------------------------------------------*/
.buttonlists a button {
    margin-bottom:10px;
}
.buttonlists a:last-child button {
  background-color: transparent;
  border: 2px solid #7d888f;
  color: #7d888f;
  font-weight: 400;
}

.testimonial-slider {
	padding: 0;
}

.testimonial-title {
    font-size: 2em;
    padding: 0; 
}


li.testimonials {
    background: none;
	text-align: center;

}

li.testimonials p {
	margin: 2em auto;
}

.testimonial-name {
text-transform: none;
  font-weight: 400;
  font-size: 0.8em;
  letter-spacing: 0;
  margin-top: 20px;
}


li.testimonials strong {
    text-transform: uppercase;
    color: #818181;
    font-weight: normal;
    font-size: 1.2em;
}

.testimonials .flex-control-nav {
	position: absolute;
	bottom: 1em;
	z-index: 100;
}

.testimonials .flex-direction-nav a::before {
    color: #B8D8D8;
}

.testimonials .flex-control-nav {
    display: none;
}

.testimonials ul.flex-direction-nav {
    display: block;
}

.testimonials .flex-active-slide {
    margin: auto;
    display: block;
}

.testimonial-wrapper {
    max-width: 80%;
}

.testimonials .flex-direction-nav .flex-prev {
    left: 0em !important;
}
.testimonials .flex-direction-nav .flex-next {
    right: 0em !important;
}



.wprev-google-place {
  box-shadow: none !important;
}
.wprevpro_t1_DIV_2::before,
.wprevpro_t1_DIV_2::after {
    display:none !important;
}
.wprevpro_t1_DIV_2 {
  bottom: 0;
  box-shadow: none !important;
  box-sizing: border-box;
color: #7d888f !important;
  height: auto;
  left: 0;
  position: relative;
  right: 0;
  text-size-adjust: 100%;
  top: 0;
  column-rule-color: #fff;
  perspective-origin: 277.5px 69px;
  transform-origin: 277.5px 69px;
  background: transparent !important;
  border: 0 none !important;
  font-family: "indivisible", sans-serif !important;
  margin: 0 0 10px !important;
  outline: 0;
  padding: 0;
}

.wprevpro_t1_P_3 {
  box-sizing: border-box;
  color: #7d888f !important;
  text-size-adjust: 100%;
  column-rule-color: #777;
  perspective-origin: 240px 44px;
  transform-origin: 240px 44px;
  border: 0 none;
  font-family: "indivisible", sans-serif !important;
  margin: 0 0 5px;
    margin-bottom: 5px;
  margin-bottom: 5px;
  outline: #777 none 0;
  font-size: 18px !important;
  line-height: 1.5;
  font-weight: 300;
  font-style: normal;
}

.wprevpro_t1_SPAN_5 {
   color: #7d888f !important;
  text-transform: none !important;
     font-family: "indivisible", sans-serif !important;
}

.wprev-google-place {
  margin-bottom: 30px !important;
}

.wprs_unslider-nav ol li {
  border: 1px solid #7d888f !important;
}
.wprs_unslider-nav ol li.wprs_unslider-active {
  background: #7d888f !important;
}
/*--------------------------------------------------------------
## Gallery
--------------------------------------------------------------*/

.gallery {
	margin-top: 4em;
}

.gallery-image {
	height: 250px;
	background-size:cover;
	background-position:center center;
	position:relative;
}

ul.gallery {
	margin: 0 auto;
	padding: 0;
	display: table;
	width: 100%;
	font-size: 0;
}

ul.gallery li {
	display: inline-block;
	width: 23%;
	list-style: none;
	margin: 1%;
	font-size: 14px;
	vertical-align: top;
}

ul.gallery li img {
	width: 100%;
}

.pagination {
	text-align: center;
	margin-top: 2em;
}

.pagination a, .pagination a:visited {
	color: #7C7C7C;
}
.list-about .border p {
    margin-bottom:3px;
}



.column2 {
    column-count: 2;
}
.col-pad {
    max-width:500px;
    padding: 1em 2em;
    margin: auto;
}
.col-pad-wide {
    max-width:800px;
    padding: 1em 2em;
    margin: auto;
}
.archive .col-pad-wide {
    padding: 0;
}

.layoutpage .col-pad {
    padding: 5em 1em;
}

.layoutpage .introimage-2 {
min-height: 80%;    
  object-fit: cover;
  object-position: center;
  margin-top: 70px;
  width: 85%;
  float: right;
}

.introimage-1 {
    min-height: 90%;  
  object-fit: cover;
  object-position: center;
  margin-top: 20px;
    padding-right: 10px;
}
.introimage-2 {
    min-height: 90%;  
  object-fit: cover;
  object-position: center;
  margin-top: 20px;
}

.team-member {
  position: relative;
  overflow: hidden;
    cursor: pointer;
}

.team-member img {
  display: block;
  width: 100%;
  height: auto;
}

.team-member .wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(229, 226, 220,0.4);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding: 15px;
}

.team-member:hover .wrap {
  opacity: 1;
}


/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/

ul.grid {
	width:100%;
	padding:0;
	margin:0;
   list-style: none;
	display:flex;
   flex-wrap: wrap;
   justify-content: flex-start;
}

ul.grid li {
    width: 32%;
    margin: 1% 1% 1%;
}

ul.grid li:first-child {
        margin: 1% 1% 1% 0;
}

ul.grid li:nth-child(3n) {
        margin: 1% 0 1% 1%;
}

ul.grid li:nth-child(3n+1) {
        margin: 1% 1% 1% 0;
}

ul.grid li p {
	margin:3px 0;
}

ul.grid li h4 {
	margin-top: 10px;
}

.wrap {
	padding: 2em 1em 0;
}
ul.grid li .wrap {
	padding: 1em 0;
}

ul.grid li.box .wrap {
	padding: 1em 1em 2em;
}

ul.grid li.border-box .wrap {
	padding: 1em;
}


li.box {
	width:31.3%;
	margin: 1%;
	display:block;
	float:left;
	background:#fff;
}


li.box .wrap {
	padding:1.5em 1.5em 2em 1.5em;
}

li.border-box {
	margin: 1%;
	width:31.3%;
	display:block;
	float:left;
	background:#fff;
}

li.border-box .wrap {
	padding: 1em;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


.custom-thumb {
    height: 320px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition:0.5s ease-in-out;
    opacity: .6;
}

.services:hover .custom-thumb {
    opacity: 1;
}

a.moretag {
    display: block;
    margin-top: 10px;
}



/*--------------------------------------------------------------
## Custom Table
--------------------------------------------------------------*/

.row {
    align-items: center;
}
.flex {
    display:flex;
    flex-direction: row;
}

/*--------------------------------------------------------------
## Repeater
--------------------------------------------------------------*/

.repeater-text-inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/

.posted-on {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.85em;
}

/*--------------------------------------------------------------
## Search & Filter
--------------------------------------------------------------*/

.searchandfilter ul {
  margin: 0 0 5px;
    padding: 0;
    display: flex;
    gap:10px 30px;
    flex-wrap: wrap;
}

.searchandfilter li[data-sf-field-input-type="radio"] label {
    background: transparent;
    border-bottom: 2px solid transparent;
    padding: 10px 0;
    margin: 0 20px;
}

.searchandfilter li:first-child[data-sf-field-input-type="radio"] label {
    padding: 0 0 10px;
    margin: 0;
    transition: 0.3s ease-in-out;
}

.searchandfilter li[data-sf-field-input-type="radio"] label:hover {
    border-bottom: 2px solid #B8D8D8;
    color: #B8D8D8;
}

.searchandfilter ul input[type="radio"], .searchandfilter input[type="radio"] {
    display: none;
}

li.sf-option-active label {
    border-bottom: 2px solid #B8D8D8 !important;
    color: #B8D8D8 !important;
}

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
    overflow-x: hidden;
}



/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 500;
}
p:last-child {
    margin-bottom:0;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography General
--------------------------------------------------------------*/

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #edeae5;
	/* Fallback for when there is no custom background color defined. */
}





hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul {
    list-style: none;
}



.fancyul ul li::before {
  content: "\f054";
  font-family: "FontAwesome";
  padding: 0 10px 0 0;
  color: #9dcbb5;
  margin-left: -21px;
  transition: 0.5s ease-in-out;
}
.fancyul ul li {
    margin-bottom:25px;
}
ul, ol {
	margin: 0 0 1.5em 0;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.feestable table {
        margin-bottom: 60px;
    color: #898174;
    }
    .feestable th {
        background: #e5e2dc;
        border-bottom: 0;
        border-top: 40px solid #EDEAE5;
        color: #898174;
    }
    .feestable td {
        border-bottom: 1px solid #ddd;
    }

.feestable table tbody tr:first-child th {
    border-top: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.buttonlink a, button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 0px;
  border-radius: 0px;
  line-height: 1;
  padding: 10px 25px;
  line-height: 1.3em;
  text-align: center;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  font-size: 15px;
  border-radius: 35px;
}
button.menu-toggle,
button.wide {
    background:transparent !important;
    box-shadow: none !important;
}
button.btn-close {
       box-shadow: none !important;
}
.buttonlink a {
    margin-top:2em;
    display: inline-block;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #454545;
	border: 0px;
	border-radius: 0px;
	padding: 19px 5px 10px;
	background:transparent;
	width:100%;
	margin: 5px 0;
    font-size:.9em;
    border-bottom: 2px solid #070707;
}

.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="url"],
.site-footer input[type="tel"],
.site-footer textarea {
    border-bottom: 2px solid #ddd;
    color: #fff !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}


select {
	color: #969696;
	border: 0px;
	border-radius: 0px;
	padding: 15px 15px 15px 10px;
	background: #ddd;
	width:100%;
}

textarea {
height: 162px;
  background: #E5E2DC;
  border: 0;
  padding: 20px;
}


    .formstyle2 input {
        background: #E5E2DC;
  border: 0;
        padding: 15px 20px;
    }
    .formstyle2 input[type="submit"] {
        padding: 10px 25px;
        background: #7D888F;
    }

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/



.accordion ul {
    margin: 0;
    padding: 0;
}


.accordion ul li {
    list-style: none;
    border-bottom: 10px solid #fff;
}

.accordion-inner {
    border: 1px solid #ddd;
    padding: 1em;
}

.accordion-inner ul {
    margin: 0 0 0 1.5em;
}

.accordion-inner ul li {
    list-style: inherit;
    padding-bottom: 5px;
}

.accordion-2 {
position: relative;
    margin-top: 30px;
}


.accordion-2 ul {
    margin: 0;
    padding: 0;
}


.accordion-2 ul li {
    list-style: none;
}

.accordion-2 button::after {
	content: "\f107";
   font-family: FontAwesome;
	color: #fff;
	top: 0.6em;
	right: 20px;
   position: absolute;
   font-size: 1.8em;
}
.accordion-2 button[aria-expanded="true"]::after {
    content: "\f00d";
   font-family: FontAwesome;
    top: 18px;
    font-size: 1.4em;
}

.accordion-2 button:hover::after {
    color: #fff;
}
.col-12 .flex {
  padding: 1em 0;
}

/*--------------------------------------------------------------
# Slick
--------------------------------------------------------------*/
.related .container-gallery {
    padding-right:0 !important;
}
.container-gallery {
    padding-right:60px !important;
}
.slick-gallery img {
    max-height: 400px;
}

.slick-gallery .slick-slide {
    margin:10px;
}

.slick-boxlinks .slick-next,
.slick-gallery .slick-next,
.boxlinks-archive .slick-next,
.slick-boxlinks-archive .slick-next {
  right: 3vw !important;
    top: -45px !important;
}

.slick-boxlinks .slick-prev,
.slick-gallery .slick-prev,
.boxlinks-archive .slick-prev,
.slick-boxlinks-archive .slick-prev {
  right: calc(3vw + 50px) !important;
    top: -45px !important;
}

.simple-slick-slider-testimonial .slick-next {
  right: 0px !important;
}

.slick-disabled {
  opacity: 0.5 !important; /* Optional: style the disabled state */
  pointer-events: none;     /* Prevent clicks when disabled */
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	text-decoration: none;
	transition: 0.3s ease-in-out;
}

a:visited {
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

button.border {
    background: none;
}

button.wide {
    width: 100%;
    max-width: none;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/


.nav-tabs {
    border-bottom: 0;
    margin: 0 auto 4em;
}


.tab-content .fade {
    background: transparent;
}

.nav-tabs .nav-link {
    background: #151e29;
    border: 0;
    color: #fff;
    padding: 1em 4em;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-tabs .nav-link:hover {
    background-color: #8dc63f;
    color: #000;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background-color: #8dc63f;
        color: #000;
    font-weight: 400;
}



.contact {
  display: flex;
gap: 10px 40px;
  flex-direction: row;
  margin-bottom: 23px;
  font-size: 1.1em;
    margin-top: 20px;
    flex-wrap:wrap;
}
.contact i {
     font-size: 1.2em;
    margin-right: 10px;
}

.contact-inline {
    display:inline;
}
/*--------------------------------------------------------------
# Flexible Content
--------------------------------------------------------------*/

ul.clean {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}

ul.clean li {
	font-size: 18px;
}

ul.flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.sellpointsbar {
	padding: 1.5em 0;
}

.sellpointsbar i {
	width: 25px;
}

li.one {
	display: block;
	width: 100%;
}

li.two {
	display: inline-block;
	width: 50%;
}

li.three {
	display: inline-block;
	width: 33.33%;
}

li.four {
	display: inline-block;
	width: 25%;
}


.badge {
	position: absolute;
	top: 0;
	left: 0;
	background: #070707;
	color: #fff;
	padding: 10px 10px;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}
.sectionpadlarge {
	padding: 16vh 0;
    position: relative;
}
.sectionpad {
	padding: 10vh 0;
    position: relative;
}

.sectionpadsmall {
	padding: 5vh 0;
    position: relative;
}

.lesspaddingbottom {
	padding-bottom: 5vh !important;
}

.lesspaddingtop {
	padding-top: 5vh !important;
}

.site-footer {
	font-size: 0.9em;
    padding: 3em 0 3em;
}

.site-footer-2 {
  padding: 7vh 0 2vh;
}

.text-slider h3 {
	margin-top: 0;
	margin-bottom: 0;
    font-size: 44px;
}
.testimonial-content {
    padding:10px 0 0;
}
.logo {
  height: 58px;
  width: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
	margin: 10px 2em 10px;
  padding: 0 1em;
  display: inline-block;
}

.logos h3 {
  margin-bottom: 1em;
}

ul.standard-flex {
	padding:0;
	margin:0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-content: center;
	gap: 20px;
}

.title-line, .title-text {
	max-width: 1300px;
	width: 100%;
	margin: auto;
}
.title-line {
	  border-top: 2px solid;
	  padding-bottom: 10px;
	}
.title-text {
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05;
  font-size: 0.8em;
}

.title-text {
	text-align: right;
}

.zeropaddingbottom {
	padding-bottom: 0px !important;
}

.zeropaddingtop {
	padding-top: 0px !important;
}



.home ul.products li.product {
	margin-bottom: 0;
}

.accordion-2 button.wide {
	position: relative;
	margin-bottom: 2px;
	background: transparent;
	border-bottom: 2px solid #B8D8D8;
	color: #000;
	text-align: left;
    padding: 20px 45px 20px 20px;    
}

.accordion-2 button::after {
	color: #B8D8D8 !important;
}

.accordion-inner {
	border: 0;
}

.news-column-pad {
	padding-right: 8em;
}

.single-post .custom-thumb {
	height: 200px;
}

.single-post li.one {
	margin-bottom: 20px;
}

.single-post li.one .wrap-simple {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.single-post li.one:last-child .wrap-simple {
	border-bottom: 0;
}

.header-wrap h4 {
	color: #fff;
}

.header-wrap a {
    transition: 0.3s ease-in-out;
    display: inline-block;
}

.header-wrap a h4 {
        transition: 0.3s ease-in-out;

}

.header-wrap a:hover h4 {
    color: #B8D8D8;
}

.menuover {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.menuover .main-navigation li a {
    color:#fff; 
}


.home .homemenuover {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.home .homemenuover .main-navigation li a {
    color:#fff; 
}

.archivehighcontentmenuoverlay {
    margin-top: 130px;
}

#myVideo {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.subcategory-buttons {
    margin-bottom: 5em;
}
    .mobilelinkonly {
        display: none;
    }

.mobileonly {
    display: none;
}

.postcontent ul {
    list-style: disc;
}

.single-post h1 {
    margin-bottom: 2em;
}
.row .widerow {
    margin-bottom: 3em;
    border-bottom: 1px solid #dad7d2;
    padding-bottom: 3em;
}

.row .widerow:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widewrap {
    padding: 3em;
    max-width: 800px;
  margin: auto;
}

.widewrap-thumb {
    min-height: 400px;
    opacity: 0.8;
    background-size: cover;
    background-position: center;
    transition: 0.3s ease-in-out;
}

.widewrap-thumb:hover {
    opacity: 1;
}

.widewrap button {
    margin-top: 40px;
}

.separator {
  margin: 0 20px;
  opacity: 0.5;
  pointer-events: none; /* makes sure it's not clickable */
  color: #898174; /* stays neutral */
}

a.subcategory {
    padding: 3px 0;
}

a.parent-category-link {
    margin-bottom: 5px;
  display: inline-block;
    font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.catbread {
        font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
    margin-bottom: 18px;
}

.intro-links {
    margin-top: 30px;
}

        .slider-progress {
            bottom: 0;
            left: 0;
            position: absolute;
        }

        .slick-arrows-wrapper {
width: 100%;
  position: absolute;
  height: 50px;
  bottom: -50px;
  left: 0;
        }
        
        
     .slick-content .slick-next {
  right: 3vw !important;
        bottom: -65px !important;
         top: unset !important;
}
     .slick-content .slick-prev {
  right: calc(3vw + 60px) !important;
        bottom: -65px !important;
         top: unset !important;
}    



.halfimagesection .row {
  justify-content: space-between;
  width: 100%;
  max-width: 80%;
  margin: 0 0 0 auto;
}

.halfimagesection .repeater-text-inner {
  padding: 0;
  max-width: 400px;
  margin: 0;
}

.halfimage {
background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 32%;
  height: 100%;
}



i.headerphoneicon {
    margin-right: 8px;
}

i.headerbookicon {
    margin-right: 8px;
    margin-left: 30px;
}

.site-footer table {
    margin-bottom: 30px !important;
    color: #fff;
}
img.logogif {
    max-width: 500px;
    margin: auto;
    z-index: 9;
}

.videotext {
    margin-top: 30px;
    max-width: 550px;
}
  .video-wrapper {
    position: relative;
    overflow: hidden;
  }
  .video-wrapper video,
  .video-wrapper .video-poster {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }
  .video-poster {
    z-index: 1;
  }
  .play-btn {
    font-size: 16px;
    opacity: 0.9;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    border: none;
    cursor: pointer;
    z-index: 2;
    background: #B8D8D8;
      line-height: 1em;
  }


.intro {
  font-size: 26px;
}


.boxlinks .custom-thumb {
    height: 450px;
}

.pointer {
    cursor: pointer;
    transition: 0.3s ease-in-out;
}


.pointer:hover  {
    color: #B8D8D8;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
    border-top: 0 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
	font-size:18px !important;
	  font-weight: 400 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
  font-weight: 400 !important;
  font-size: 18px !important;
}
.gdpr_lightbox {
	background: rgba(0,0,0,.3) !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  background-color: #B8D8D8 !important;
  border-radius: 0 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    color: #fff !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button {
    width: auto !important;
}

ul#moove-gdpr-menu li:before {
    display: none;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li a, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content #moove-gdpr-menu li button {
    text-transform: none !important;
}



.boxlayout .row:nth-child(even) {
flex-direction: row-reverse;
}

.home .boxlayout .row:nth-child(even) {
    flex-direction: unset;
}

.boxlayout .row {
  align-items: center;
  padding-bottom: 10vh;
}
.boxlayout .row:last-child {
    padding-bottom: 0;
}
.background-image {
    position: relative;
    background-size:cover;
    background-position: center;
    align-self: stretch;
    min-height: 300px;
}






.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.6em 1em;
  border: 2px solid #ddd;
  text-align: center;
  background: #ddd;
  color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ddd;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #B8D8D8;
  background: #B8D8D8;
  color: #fff
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
}

.contactcol {
    padding-right:4em;
}

a.clickhere {
    display: block;
    margin-top: 10px;
    font-weight: 500;
}

.noresults {
    text-align: center;
    margin-bottom: 3em;
    margin-top: 3em;
}

.section-other h5 {
text-align: left;
  margin-bottom: 40px;
  font-size: 1.75rem;
}

.archive .container-sm {
    margin-bottom: 3em;
}
.post-type-archive-services .container-sm,
.post-type-archive-case-studies .container-sm {
  margin: 0 0 2em;
  max-width: 700px;
    padding:0;
}
.post-type-archive-services .container-sm {
  margin: 0 0 10vh;
}
.wrap h4, .wrap-simple h4 {
 font-size: 19px;
    color: #fff;
}
.services a {
     color: #fff;
}
.team .wrap {
    padding: 30px 20px 20px;
    font-size: 0.9em;
}

.team .role {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}


.logo-grid {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.logo-grid img {
    margin: 0 20px;
    max-width: 200px;
    max-height: 80px;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
	top: 0;
	left: 0;
}

.home h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

.centertext {
    text-align: center;
}

.bigtext {
    font-size: 1.2em;
    font-weight: 300;
}

 .boxlinks .background-image,
.boxlinks .background-image  h3,
 .boxlinks .background-image h4 {
    color:#fff;
}


.boxlinks a.clickhere {
border-bottom: 1px solid #9DCBB5;
  display: block;
  padding: 10px 0;
  color: #9DCBB5;
    margin-bottom: 30px;
}
.boxlinks a:hover {
	color: #B8D8D8;
}

.boxlinks h3 {
  margin-bottom: 1.8em;
  text-align: center;
}

.boxlinks h4 {
    font-size: 1.6em;
    margin: 15px 0;
}

.boxlinks i {
  font-size: 4em;
  margin-right: 25px;
  opacity: .5;
}

.pad-box {
    padding: 6em 2em
}

.page-template-page-about .boxlinks {
    padding-bottom:0;
}
.post-type-archive-our-treatments h2 {
margin-bottom: 1em;
    }
    .post-type-archive-our-treatments .col-pad {
        max-width: 660px;
    } 
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-id-12 table.contact-details .fa {
	font-size: 20px;
	padding-bottom: 15px;
}

table.contact-details {
	 margin-top: 2em;
}


td.icon {
    width: 30px;
}

.social div {
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 1.6em;
}

.page-id-3 h4 {
	 margin-top: 2em;
}

.no-results {
    text-align: center;
}


.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: top 0.4s ease-in-out;
}

.site-header.header-hidden {
    top: -100px; /* slide out of view */
}
.site-header {
  position: relative;
  transition: all 0.3s ease;
}
.site-header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
    .site-header.is-sticky .site-branding img {
        max-height: 45px;
    }
    .site-header.is-sticky .main-navigation a {
        padding: 14px 40px 14px 0;
    }
    .site-branding img {
        transition: 0.3s ease-in-out;
    }







/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Wordpress Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-caption {
	display: block;
}



.site-footer .row {
  justify-content: space-between;
}


@media (min-width:768px) {
    .col-md-five {
        flex: 0 0 auto;
    width: 19.667%;
    }
}





/*--------------------------------------------------------------
## Responsiveness
--------------------------------------------------------------*/

@media (max-width:1010px) {
.headerright,
.main-navigation a {
	font-size:15px;
}
}

/*Width Menu Goes Responsive*/

@media (max-width:900px) {
    .mobilelinkonly {
        display: block;
    }
.c-hamburger {
	display: block;
    position: absolute;
right: 30px;
    top: -3px;
    margin: 0;
    z-index: 10;
    border-radius: 0;
    }
.main-navigation ul {
      display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100vh;
    }
    
.menu-main-menu-container {
  margin: 0;
  padding-left: 0;
  position: fixed;
  top: 0;
  right: -100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  	background: #edeae5;
  z-index: 9;
  width: 100vw;
}


.main-navigation.toggled .menu-main-menu-container {
    right: 0;
}

.main-navigation.toggled .c-hamburger {
    position: fixed;
    top: 20px;
}
    
.main-navigation {
    clear: none;
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    width: 100%;
    border-top: 0;
}
    


.navoverlay {
    display: block;
    width: 100%;
    background: rgba(0,0,0,0);
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.6s ease-in-out;
    opacity: 0;
    z-index: 3;
}    
    
.main-navigation.toggled .navoverlay {
    opacity: 1;
    height: 100vh;
    }    
    
.main-navigation li {
    border-bottom: 0;
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.main-navigation li:last-child {
	border-bottom: 0;
}

.main-navigation li a {
    padding: 5px 20px !important;
    font-size: 1em;
    color:#555;
}

.main-navigation ul ul {
    display: inline !important;
    box-shadow: 0 0 0;
    height: auto;
    float: none;
    min-height: auto;
    position: relative !important;
    background-color: transparent;
    padding: 0;
}

.main-navigation ul ul a {
    width: 100%;
    background: rgba(255,255,255,.05);
    padding: 5px 20px !important;
    color:#555 !important;
}
    .main-navigation li:hover li a {
    	color: #555 !important;
}
        .main-navigation ul ul li:hover a {
    	color: #555 !important;
}
    .main-navigation ul ul li:first-child a {
        padding-top: 6px !important;
    }
    .main-navigation ul ul li:last-child a {
        padding-bottom: 8px !important;
    }    

.main-navigation ul ul li {
    border-bottom: 0;
}
.main-navigation ul ul li:last-child {
    border-bottom: 0px;
}
.aws-container .aws-search-form {
	margin: auto;
}
.icons {
	position: absolute;
	right: 60px;
}
    .headerright {
        width: 100%;
        text-align: left;
    }
    .site-header {    
height: 60px;
  display: flex;
        position: fixed;
}
.home .slider-image, .home .slider-text {
  height: 500px;
  min-height: 500px;
}    
    img.logogif {
  max-width: 340px;
    }
    .slider-image {
        padding-top: 50px;
    }
}


/*General Responsiveness*/


@media (max-width:992px) {
.site-footer img {
  display: block;
  margin: 0 auto 50px;
}
    .list-about p {
        font-size: 0.9em;
    }
.footercontactcol {
  padding-left: 0px;
}
    .site-footer .row-cols-5 > * {
  flex: 0 0 auto;
  width: 50%;
}
  .site-footer h5 {
    margin-top: 3em;
  }   
.intro {
  font-size: 22px;
}
.col-pad {
  padding: 1em 4vw;
    }
.heading-1 {
  font-size: 36px;  
}
    .hero {
        font-size: 36px;
    }    
    .halfimagesection .row {
        max-width: 90%;
    } 
 .site-footer img {
    margin: 0 0 30px;
  }    
    .footertop h4 {
        text-align: left;
    }
    .footertop {
        padding-bottom: 3em;
        margin-bottom: 0;
    }
}







@media (max-width:932px) {
    .main-navigation a {
        padding: 20px 30px 20px 0;
    }
    }



@media (max-width:900px) {
.boxlinks i {
  font-size: 3em;
}
.flex {
  flex-direction: column;
}
.flex.social {
  flex-direction: row;
}
.header-wrap, .container {
  padding: 0 4vw;
    }
    .container-offset {
  padding-left: 4vw;
}
}




@media (max-width:800px) {
ul.gallery li {
	display: inline-block;
	width: 48%;
}
.gallery-image {
	height: 200px;
}
}

@media (max-width:767px) {
    .text-slider h3 {
        display: none;
    }
    .boxlayout .row:first-child .repeater-text-inner {
        padding-top: 0;
    }
    .home .boxlayout .row:first-child .repeater-text-inner {
        padding-top: 10vh;
    }
    .home .boxlayout .row:last-child .repeater-text-inner {
        padding-bottom: 0;
    }    
    

    .intro .repeater-text-inner {
        padding:0;
    }
    .single .boxlayout .row:first-child .repeater-text-inner,
   .page-template-page-about .boxlayout .row:first-child .repeater-text-inner {
        padding-top:0;
    }
    .slick-gallery img {
  max-height: 300px;
}
    .archive .colourarchive .highcontent,
    .highcontent {
  min-height: 0;
    }
  .text-slider h3 {
  margin-bottom: 1em;
    }

    .boxlayout .row {
  align-items: center;
  padding-bottom: 0;
}
    .repeater-text-inner {
  padding: 10vh 20px;
  min-height: 0;
    }
  .sidebar {
    margin-top: 3em;
    background: rgba(0,0,0,0.05);
    padding: 3em 2em;
  }
.contactcol {
    padding-right:0;
}
.footer-upper {
    text-align: center;
}
.footer-upper img {
    float: none;
    margin-top: 5px;
}
    .page-id-12 ul.social {
        margin-bottom: 50px;
    }
.news-column-pad {
    padding-right: 0;
    padding-bottom: 2em;;
}       
.site-footer img {
  margin: 0 0 50px;
}
.site-footer h5 {
    margin-top: 3em;
}
.mobilesidebar {
	display: block;
}
.desktopsidebar {
	display: none;
}

.mobilesidebar .widget {
  margin: 0 0 0.8em;
}

ul.standard-flex {
	display: block;
	font-size: 0;
}
ul.standard-flex li {
	font-size: 16px;
	width: 50%;
	display: inline-block;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	vertical-align: top;
}
ul.standard-flex li:nth-child(even) {
border-right: 0;
}
ul.standard-flex li:nth-child(odd) {
border-left: 0;
}
.topcontact {
  text-align: center;
}
.topbar {
  text-align: center;
}
.myexcerpt {
     display: none;
}
    .custom-thumb {
        height: 250px;
    }
    .section-other .custom-thumb,
    .archive .custom-thumb {
    height: 250px;
    }
.archive .wrap {
  padding: 1em 10px 0;
    }
    .section-other .wrap {
        padding: 1em 10px 0;  
    }
.buttonlink a {
  margin-top: 1vh;
    }
    .slick-boxlinks {
        margin-top: 5em !important;
    }   
.sectionpadlarge {
  padding: 10vh 0;
    }
    .mobilepadright {
        padding-right: 4vw;
    }
    .halfimage {
        display: none;
    }
    .halfimagesection .row {
        max-width: 100%;
    }   
    .halfimagesection .background-image {
        margin-bottom: 3em;
    }    
    .slider-wrapper {
        padding: 0;
    }    
    .halfimagesection .repeater-text-inner {
        max-width: 100%;
    }    
    .halfimagesection .slick-content .slick-next, .halfimagesection .slick-content .slick-prev {
        bottom: 25px !important;
    }
.wprev_badge_div.badgeleft {
  margin: 0px 0 !important;
} 
    .hideonmobile {
        display: none;
    }    
    .containeronmobile {
        width: calc(100% - 8vw);
    margin: auto;
    }
    .googlemap {
        margin-top: 3em;
        height: auto !important;
    }
    .contactpagemap {
        height: auto !important;
    }
.site-info-2 .row .col-md-6:nth-child(2), .site-info .row .col-md-6:nth-child(2) {
  text-align: left;
}   
    .container .col-pad {
        padding: 0;
    }
    .testimonial-wrapper {
        margin-top: 3em;
    }
    .mobileonly {
        display: block;
    }
    .desktoponly {
        display: none;
    }
    .layoutpage .col-pad {
  padding: 0 3vw 3em;
}
    .layoutpage .introimage-2 {
  height: 300px;
  margin-top: 0px;
        width: 100%;
}
    .introimage-1 {
  height: 300px;
    }
    .introimage-2 {
  height: 300px;
    }
    .background-image {
        height: 300px;
    }    
    .teambios {
        margin-top: 1em;
    }
    .list-about .row {
padding-top: 25px;
    padding-bottom: 25px;
    }
.widewrap {
  padding: 3em 2em 0;
    }   
    .contactbottomimage {
width: calc(100% - 8vw);
    margin: auto;
    display: block;
    }
.slider-image, .slider-text {
  height: 350px;
}    
    .introduction .col-pad {
        padding-bottom: 0;
    }   
.single-our-treatments  .introduction .col-pad {
        padding-top: 0;
    }    
.home .introimage-1 {
  margin-top: 0;
  padding-right: 0;
  width: 100%;    
}
    .introduction {
        padding: 0 25px;
    }
}


@media (max-width:610px) {
.subcategory-buttons {
    font-size: 0.9em;
}
.widewrap {
  padding: 3em 0 0;
    }
}



@media (max-width:600px) {
    .bigtext {
  font-size: 1.1em;
}
.repeater-text {
    width: 100%;
		min-height: auto;
		padding: 3em 0 2em;
}
.repeater-image {
    width: 100%;
    min-height: 300px;
}
ul.flex {
	display: block;
}  
  .imageleftcol, .imagerightcol {
  width: 100% !important;
}  
.pad-box {
  padding: 3em 0em 2em;
}
.boxlinks h3 {
  margin-bottom: 1em;
    }
.modal-body {
  padding: 0 2em 2em;
}
    .boxlinks-archive {
        margin-top: 3em;
    }

}


@media (max-width:575px) {
	    #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton, #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
        width: auto;
    }
    .hide575 {
        display: none;
    }
    .slider-text {
  padding-bottom: 3em;
    }
    .slider-text h2 {
  font-size: calc(3.3em + 3vw);
    }
img.logogif {
  max-width: 400px;
    }
    
    .archive .header-page h1, .archive .highcontent h1 {
  margin-top: 0;
}
    .header-page h1, .highcontent h1 {
  margin-top: 1.5em;
}
    .boxlinks .container-step {
  max-width: 300px;
    }
    .slick-gallery img {
  max-height: 160px;
}
    .header-page, .header-wrap {
        min-height: 250px;
}
.site-footer .row {
justify-content: flex-start;
}
body, button, input, select, optgroup, textarea {
  font-size: 17px;
    }
.footermenu {
float: left;
width: 100%;
max-width: none;
}
.site-footer-2 .footercontactcol {
padding-bottom: 35px;
}
.site-footer-2 .row:nth-child(2){
flex-direction: column-reverse;
}
.site-footer-2 .flex {
justify-content: flex-start;
margin-top: 1em;
margin-bottom: 2em;
    flex-direction: row !important;
}
    .social {
            flex-direction: row !important;
    }
 .repeater-text-inner {
padding: 6vh 0;
}
        .home .boxlayout .row:first-child .repeater-text-inner {
        padding-top: 6vh;
    }
    .team .wrap {
  padding: 30px 0 50px;
    }
    .site-header .container {
  padding: 0px 1em;
    }
    .c-hamburger {
        right: 20px;
    }
    .header-page {
        margin-bottom: 6vh;
    }
    .post-type-archive-services .container-sm {
  margin: 0 0 6vh;
}
    .container-other {
        padding-top:6vh;
    }
    .sectionpad {
  padding: 10vh 0;
    }
    .sectionpadlarge {
  padding: 10vh 0;
}
    #myVideo {
        left: 0;
        top: 80%;
}
    .main-navigation ul ul li a {
  padding: 4px 15px !important;
  font-size: 14px;
} 
.container {
    padding: 0 25px;
    }
    .container-offset {
        padding-left: 25px;
    }    
  .col-pad {
    padding: 1em 25px;
  }  
        .layoutpage .col-pad {
  padding: 0 25px 3em;
}
    .containeronmobile {
        width: calc(100% - 50px);
    }  
    .contactbottomimage {
width: calc(100% - 50px);
    }
.badgescol {
  text-align: left;
  margin-top: 30px;
}
    .footertop img.footerbadge {
        margin-left: 0;
        margin-right: 30px;
    }   
  .site-footer img {
    margin: 0 0 30px;
  }
    .cta h2 {
        font-size: 32px;
    }    
    .introduction .col-pad {
        padding-bottom: 0;
    }      
}
    

@media (max-width:540px) {
    .separator {
        display: none;
    }   
a.subcategory {
  padding: 6px 35px 3px 0;
}    
}

@media (max-width:505px) {

a.subcategory {
  padding: 5px 0;
    width: 100%;
}    
}


@media (max-width:480px) {
    .wrap span {
        display:none;
    }
img.logogif {
  max-width: 350px;
    }  
}





@media (max-width:400px) {
.pad-1-4 {
	padding: 1em 2em;
}
.pad-2-4 {
	padding: 2em 2em;
}
.pad-3-4 {
	padding: 3em 2em;
}
.pad-4-4 {
	padding: 4em 2em;
}
    .custom-thumb {
        height: 200px;
}
    .site-footer .row-cols-5 > * {
  flex: 0 0 auto;
  width: 100%;
}  
}




@media (max-width: 370px) {
img.logogif {
  max-width: 250px;
    }
    .site-footer .row-cols-5 > * {
  width: 100%;
}    
}



@media (max-width: 350px) {
.container-xl, .container, .container-md {
    padding: 0 20px;
    }
.main-navigation ul { 
    width: 100vw;
    right: -100vw;
}}

@media (max-width: 300px) {
td.icon {
    display: none;
}}





/*Max Heights*/

@media (max-height: 600px) {
    .main-navigation li a {
        font-size: 15px;
    }
.main-navigation ul ul li a {
  padding: 4px 15px !important;
  font-size: 14px;
}    
}



@media (max-height: 550px) {
.main-navigation li a {
  padding: 5px 20px !important;
}}

@media (max-height: 450px) {
   
.topbar {
display: none;
}    
}