/********************************* OVERALL STYLING ************************************/
html{ font-family: 'Open Sans', sans-serif; color:#6D6E70; font-size:18px; }
body{ background-color:#eee; }




/******************** SITE COLOURS ***********************/

.font-purple{color:#83136c;}
.desktop-device .font-purple-hover:hover{color:#83136c;}
.bg-purple{background-color:#83136c;}
.desktop-device .bg-purple:hover{background-color:#83136c;}

.font-grey-standard{ color:#7a7a7a; }
.desktop-device .font-grey-hover:hover{color:#7a7a7a;}
.bg-grey{background-color:#7a7a7a;}
.desktop-device .bg-grey:hover{background-color:#7a7a7a;}

.font-grey-soft{ color:#eee; }
.desktop-device .font-grey-soft-hover:hover{ color:#eee; }
.bg-grey-soft{ background-color:#eee; }
.desktop-device .bg-grey-soft:hover{ background-color:#eee; }




/*********************** GENERAL STYLES FOR THIS WEBSITE ***********************/
/***** FONTS *****/
p{ font-size:1rem; font-weight:300; line-height: 160%; }
a{ color:#6d6e70; }

.font-small{ font-size:0.8rem; }
.font-italics{ font-style: italic; }

@media screen and (max-height:767px){
	p{
		font-size:0.9rem;
	}
}



/***** FORMS *****/
.form-field{ padding-right:20px; }
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="date"], input[type="password"], input[type="search"], textarea, select{
	border:1px solid #67A8C5;
	background:none;
	font-size:0.9rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="date"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	border-color:#0FB3F0;
}
textarea{
	/*height:auto;
	min-height:auto;
	max-height:none;
	overflow: hidden;*/
	height:100px;
	min-height:100px;
}
form .required-field, form .sensitive-data{ font-size:0.85rem; }





/*********************** FORMATTING STYLES FOR THIS WEBSITE ***********************/
.hero-heading, .section-heading, .sub-heading{
	float:left;
	width:100%;
}

.hero-heading{
	margin-bottom:30px;
	font-size:4rem;
	color:#fff;
	line-height:120%;
	font-weight: 400;
}
.section-heading{
	margin-bottom:40px;
	font-size:3rem;
	line-height:120%;
	font-weight:500;
	font-family: 'Playfair Display', serif;
}
.sub-heading{
	margin-bottom:50px;
	font-size:1.7rem;
	font-weight:300;
	line-height:135%;
}
.highlighted-text-large{
	
}
.highlighted-text-small{
	
}
.body-text-large{
	
}
.body-text-small{
	font-size:0.8rem;
}
.button-standard{
	float:left;
	padding:8px 50px;
	font-size: 0.9rem;
	background-color:#67a8c5;
	border:none;
	color:#fff;
	-webkit-transition:background-color .5s;
	-moz-transition:background-color .5s;
	-o-transition:background-color .5s;
	transition:background-color .5s;
}
.desktop-device .button-standard:hover {
	background-color:#0FB3F0;
}

@media screen and (max-height:767px){
	.hero-heading{ font-size:2.5rem; }
	.section-heading{ font-size:2rem; margin-bottom:20px; }
	.sub-heading{ font-size:1.2rem; }
	.highlighted-text-large{  }
	.highlighted-text-small{  }
	.body-text-large{  }
	.body-text-small{  }
}
@media screen and (max-width:1023px){
	.hero-heading{ font-size:2.5rem; }
	.section-heading{ font-size:2.5rem; }
	.sub-heading{  }
	.highlighted-text-large{  }
	.highlighted-text-small{  }
	.body-text-large{  }
	.body-text-small{  }
}
@media screen and (max-width:767px){
	.hero-heading{ margin-bottom: 20px; font-size:2rem; }
	.section-heading{ font-size:2rem; }
	.sub-heading{font-size:1.1rem;  }
	.highlighted-text-large{  }
	.highlighted-text-small{  }
	.body-text-large{  }
	.body-text-small{  }
}
@media screen and (max-width:479px){
	.hero-heading{ font-size:1.5rem; }
	.section-heading{ font-size:1.4rem; }
	.sub-heading{ font-size:1rem; }
	.highlighted-text-large{  }
	.highlighted-text-small{  }
	.body-text-large{  }
	.body-text-small{  }
}

.font-family-standard{ font-family: 'Open Sans', sans-serif; }
.font-family-alt{ font-family: 'Playfair Display', serif; }












/****************** ADDITIONAL BESPOKE STYLING *****************/
a.link-with-lines-on-side,
span.link-with-lines-on-side > a,
.wpcf7-submit.link-with-lines-on-side{
	float:left;
	padding:10px 0;
	border-left:1px solid #a0a0a0;
	border-right:1px solid #a0a0a0;
	/*background-color:#fff;*/
	background:none;
	color:#83136c;
	max-width: 2px;
	white-space: nowrap;
	overflow:hidden;
	-webkit-transition:all 1.5s;
	-moz-transition:all 1.5s;
	-o-transition:all 1.5s;
	transition:all 1.5s;
}

a.link-with-lines-on-side.active,
span.link-with-lines-on-side > a.active,
.wpcf7-submit.link-with-lines-on-side.active{
	max-width: 250px;
	padding:10px 15px;
}

.desktop-device a.link-with-lines-on-side:hover,
.desktop-device span.link-with-lines-on-side > a:hover,
.desktop-device .wpcf7-submit.link-with-lines-on-side:hover{
	/*color:#a0a0a0;*/
	border-color:#83136c;
}

/*** HERO VERSION ***/
#hero-text a.link-with-lines-on-side,
#hero-text span.link-with-lines-on-side > a{
	padding:13px 0;
	/*border-width: 5px;*/
	border-color:#fff;
	background:none;
	color:#fff;
	font-size: 1.3rem;
}

#hero-text a.link-with-lines-on-side.active,
#hero-text span.link-with-lines-on-side > a.active{
	padding:13px 25px;
}

.desktop-device #hero-text a.link-with-lines-on-side:hover,
.desktop-device #hero-text span.link-with-lines-on-side > a:hover{
	/*background-color:#fff;
	color:#83136c;*/
	border-color:#83136c;
}



@media screen and (max-width:1023px),
screen and (max-height:767px){
	#hero-text a.link-with-lines-on-side,
	#hero-text span.link-with-lines-on-side > a{
		font-size: 1rem;
		border-width: 4px;
		padding: 10px 22px;
	}
}







.horizontal-line{
	display:flex;
	width: 100%;
	height:2px;
	margin: 0 0 60px;
	background-color:#7a7a7a;
}






.teaser-wrapper{
	margin-bottom:80px;
}

.teaser-wrapper-content{
	
}
.teaser-image-wrapper{
	position: relative;
	overflow: hidden;
}
.teaser-image{
	width: 100%;
	-webkit-transition:transform 1s;
	-moz-transition:transform 1s;
	-o-transition:transform 1s;
	transition:transform 1s;
}

.desktop-device .teaser-image-wrapper > a:hover > .teaser-image{
	transform: scale(1.1);
}

.teaser-text-wrapper{
	
}
.teaser-heading{
	margin: 0;
	padding: 40px 0 15px;
	color: #000;
	font-weight: 400;
}
.teaser-heading > a{
	color: #000;
	font-weight: 400;
	-webkit-transition:color .3s;
	-moz-transition:color .3s;
	-o-transition:color .3s;
	transition:color .3s;
}
.desktop-device .teaser-heading > a:hover{ color:#83136c; }

.teaser-text-body-text{
	margin-bottom: 25px;
}
.teaser-link-wrapper{
	
}

.blog-teaser-wrapper{
	
}

.blog-teaser-wrapper-featured{
	
}

.blog-teaser-wrapper-latest .teaser-heading{
	padding: 40px 0;
	font-size: 1.6rem;
}

@media screen and (max-width:1023px){
	.teaser-heading,
	.blog-teaser-wrapper-latest .teaser-heading{ font-size: 1.4rem; }
	.teaser-text-body-text{ font-size: 0.95rem; }
}

@media screen and (max-width:479px){
	
}















/*********** SOCIAL *************/

.header-social-icon{ color:#000; }





/****************************** HEADER SECTION ****************************/

/***** STRUCTURE FOR RESIZING HEADER ON SCROLL DOWN FROM TOP *****/

#site-header{ /*z-index:auto;*/ }
.page-template-templatestemplate-home-page-php #site-header{ height:100vh; }



/***** LOGO *****/
#site-logo{
	align-self: flex-start;
	max-height: 150px;
	display: flex;
	-webkit-transition:max-height .3s;
	-moz-transition:max-height .3s;
	-o-transition:max-height .3s;
	transition:max-height .3s;
}

#site-logo > a{
	height: 150px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.scrolled-down #site-logo > a{
	height: 60px;
}

@media screen and (max-width:1024px){
	#site-logo > a{ height: 94px; }
	.scrolled-down #site-logo > a{ height: 60px; }
}

@media screen and (max-width:767px){
	#site-logo > a{ height: 75px; }
	.scrolled-down #site-logo > a{ height: 60px; }
}







#sticky-header{
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

#sticky-header-content{ 
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width:100%;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

.header-logo-image{
	position:absolute;
	height:100px;
	width:auto;
	
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

#header-logo-light{
	/*display:block;*/
	opacity:1;
	/*position:relative;*/
	width: 104px;
	height: 100px;
}
#header-logo-light-no-text{
	/*display:none;*/
	opacity:0;
	/*position:absolute;*/
	width: 104px;
	height: 100px;
}
#header-logo-dark{
	/*display:none;*/
	opacity:0;
	/*position:absolute;*/
}
#header-logo-dark-no-text{
	/*display:none;*/
	opacity:0;
	/*position:absolute;*/
}
.scrolled-down #header-logo-light{
	/*display:none;*/
	opacity:0;
	/*position:absolute;*/
	height: 60px;
	width: 63px;
}
.scrolled-down #header-logo-light-no-text{
	/*display:block;*/
	opacity:1;
	/*position:relative;*/
	height: 60px;
	width: 63px;
}

.header-dark #header-logo-light{
	/*display:none;*/
	opacity:0;
	/*position:absolute;*/
}
.header-dark #header-logo-light-no-text{
	/*display:none;*/
	opacity:0;
	/*position:absolute;*/
}
.header-dark #header-logo-dark{
	/*display:block;*/
	opacity:1;
	/*position:relative;*/
}
.header-dark #header-logo-dark-no-text{
	/*display:none;*/
	opacity:0;
	/*position:absolute;*/
}

.scrolled-down.header-dark #header-logo-light{
	/*display:none;*/
	opacity:0;
	/*position:absolute;*/
}
.scrolled-down.header-dark #header-logo-light-no-text{
	/*display:none;*/
	opacity:0;
	/*position:absolute;*/
}
.scrolled-down.header-dark #header-logo-dark{
	/*display:none;*/
	opacity:0;
	/*position:absolute;*/
}
.scrolled-down.header-dark #header-logo-dark-no-text{
	/*display:block;*/
	opacity:1;
	/*position:relative;*/
}

#header-nav-wrapper{ 
	position:relative;
	top:30px;
	width: 40px;
	height: 40px;
	/*padding-right:20%;*/
	padding-bottom: 10px;
	overflow:hidden;
	/*align-self: flex-end;*/
	border-bottom: 1px solid transparent;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

.main-navigation{
	/*width: 660px;*/
	width: 780px;
	margin-right: 40px;
	position: absolute;
	left: 0;
	top: 0;
	opacity:0;
	z-index:-1;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

.main-menu-active #header-nav-wrapper{
	width: 300px;
	border-bottom-color:#fff;
}

.main-menu-active .main-navigation{
	opacity:1;
	z-index:9;
}

.page-template-templatestemplate-home-page-php.main-menu-active #header-nav-wrapper{
    /*width: 700px;*/
    width: 850px;
}



.main-menu-wrapper{
	
}
#main-menu-wrapper-desktop{
	display:block;
}
#main-menu-wrapper-mobile{
	display:none;
}

.main-menu-wrapper > div > .menu{
	margin:0;
	list-style:none;
}
.main-menu-wrapper > div > .menu > li{
	float: left;
	width: auto;
	position: relative;
	margin-left: 50px;
}
.main-menu-wrapper > div > .menu > li:first-of-type{
	margin-left: 0;
}
.main-menu-wrapper > div > .menu > li > a { 
	float: left;
	width: 100%;
	padding:0; 
	color:#fff; 
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	letter-spacing:1px; 
	/*transition:all 1s;*/
	-webkit-transition:color .3s !important;
	-moz-transition:color .3s !important;
	-o-transition:color .3s !important;
	transition:color .3s !important;
}
.desktop-device #main-menu > li > a:hover{ color:#999; }

/* Toggle button */

.menu-toggle{
	display: block;
	position: absolute;
	right: 0;
	top: auto;
	bottom: 5px;
}

.menu-toggle-line{
	background-color:#fff;
}
#menu-toggle-line-1{
	
}
#menu-toggle-line-2{
	width: 80%;
	left: 10%; 
}
#menu-toggle-line-3{
	left: auto;
	right: 10%;
}

.menu-toggle.active{  }
.menu-toggle.active, 
.menu-toggle.inactive{  }
.menu-toggle.active #menu-toggle-line-1{  }
.menu-toggle.active #menu-toggle-line-2{  }
.menu-toggle.active #menu-toggle-line-3{  }


.desktop-device .menu-toggle:not(.active):hover #menu-toggle-line-1{  }
.desktop-device .menu-toggle:not(.active):hover #menu-toggle-line-2{ width:60%; left:20%; }
.desktop-device .menu-toggle:not(.active):hover #menu-toggle-line-3{  }



/***** SCROLLED DOWN *****/

.scrolled-down #site-logo{ max-height: 60px; }
.scrolled-down #sticky-header{ background-color:#6D6E70; }
.scrolled-down #sticky-header-content{ padding-top:10px; padding-bottom:10px; }

.scrolled-down .menu-toggle{
	width: 40px;
	height: 40px;
}

.scrolled-down #header-nav-wrapper{
	top:15px;
	border-bottom-color:#6D6E70;
}



@media screen and (max-width:1024px),
screen and (max-height:767px){
	#site-logo{ max-width:100px; }
	.main-menu-wrapper > div > #main-menu{ display:block; }
}

@media screen and (max-width:900px){
	.main-menu-active #header-nav-wrapper{ width: 500px; }
	.main-navigation{ width: 460px; }
	.main-menu-wrapper > div > .menu > li { margin-left: 40px; }
}

@media screen and (max-width:767px){
	#site-logo { max-width: 80px; }
	.main-menu-active #header-nav-wrapper{ width: 300px; }
	.main-navigation{ width: 260px; }
	#main-menu-wrapper-desktop{ display:none; }
	#main-menu-wrapper-mobile{ display:block; }
	.main-menu-wrapper > div > .menu > li { margin-left: 30px; }
	.main-menu-wrapper > div > .menu > li > a{ font-size: 0.8rem; }
}

@media screen and (max-width:560px){
	#sticky-header-inner{ padding-right:10px; }
	.main-menu-active #header-nav-wrapper { width: 200px; }
	.main-navigation{ width: 160px; }
	.main-menu-wrapper > div > .menu > li { margin-left: 20px; }
}

@media screen and (max-width:479px){
	/*#header-nav-wrapper{ display:none; }*/
	.main-menu-active #header-nav-wrapper { width: 160px; }
	.main-navigation{ width: 120px; }
}







/********************** MOBILE MENU **********************/
#mobile-menu-social{ width:150px; margin:0 auto; }





/****************************** HERO **********************************/
#hero-wrapper{ overflow:hidden; height:50vh; max-height:500px;  }
.blog #hero-wrapper{ /*height:50vh; max-height:500px;*/ }
.page-template-templatestemplate-home-page-php #hero-wrapper{ height:100vh; max-height:none; }

#hero-image{
	width: 100vw;
	height: 100%;
	min-height:300px;
	object-fit: cover;
}

#hero-image > img{
	width: 100vw;
	height: 100%;
	min-height:300px;
	object-fit: cover;
	
	width:auto;
	min-width:100vw;
	max-width:none;
	height:auto;
	min-height:100vh;
	max-height:none;
}

#hero-content{
	/*display:table;*/
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}

#hero-text{
	/*display: table-cell;
	vertical-align: middle;*/
}

#hero-text-inner{
	padding-right:10%;
}



#hero-scroll-down-wrapper{
	height: 80px;
	left: 5%;
}

#hero-scroll-image-wrapper{
	width: 50px;
	position: relative;
}
#hero-scroll-image-mouse{
	height: 40px;
	width: 24px;
	top: 20px;
	left: 13px;
	border-radius: 6px;
}
#hero-scroll-image-wheel{
	width: 6px;
	height: 10px;
	top: 30px;
	left: 22px;
	border-radius: 3px;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
	-webkit-animation: mouseWheelScroll 2s infinite;
	-moz-animation: mouseWheelScroll 2s infinite;
	-o-animation: mouseWheelScroll 2s infinite;
	animation: mouseWheelScroll 2s infinite;
}

#hero-scroll-text-wrapper{
	margin-left:10px;
}
#hero-scroll-text{
	text-transform:uppercase;
	font-size: 0.7rem;
}

@keyframes mouseWheelScroll{
	0%{ top:21px; }
	50%{ top:30px; }
	100%{ top:30px; }
}






/************************** FOOTER ****************************/
#footer-logo{ max-width: 120px; height:100px; }
#footer-logo img{ max-width:120px; max-height:120px; margin-bottom:20px; }
.footer-heading{ font-weight: 400; padding-bottom:10px; font-size:1.1rem; }
#footer-address{ font-size: 0.9rem; font-weight: 400; }
#footer-email{ -webkit-transition:color .3s; -moz-transition:color .3s; -o-transition:color .3s; transition:color .3s; }
.desktop-device #footer-email:hover{ color:#b7b7b7; }
.footer-column ul{ margin-left:0; }
.footer-column ul li{ width:auto; margin-left:0; padding-right:10px; }
.footer-column a{ font-size:0.9rem; }
.social-link{ 
	/*background-color: #b7b7b7;*/
	background-color:#6D6E70;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	-webkit-transition:background-color .3s;
	-moz-transition:background-color .3s;
	-o-transition:background-color .3s;
	transition:background-color .3s;
}

.desktop-device .social-link:hover{
	background-color:#7a7a7a;
}

.footer-column .menu{  }
.footer-column .menu li{ width:100%; margin-bottom: 10px; }
.footer-column .menu li a{ color:#fff; -webkit-transition:color .3s; -moz-transition:color .3s; -o-transition:color .3s; transition:color .3s; }
.desktop-device .footer-column .menu li a:hover{ color:#b7b7b7; }

#footer-legal-text-wrapper p{ font-size:0.9rem; }

@media screen and (max-width:1400px){
	#footer-left-column-content{ font-size:0.9rem; font-weight:400; }
}

@media screen and (max-width:899px){
	#footer-column-3{ clear: left; }
}

@media screen and (max-width:550px){
	#footer-column-1,
	#footer-column-2{ width:100%; padding-right:0; }
	#footer-legal-text-wrapper p{ font-size:0.8rem; }
}

@media screen and (max-width:479px){
	#footer-column-3,
	#footer-column-4{ width:100%; padding-right:0; }
}













/***************************** TEASERS ***************************/
.teaser-wrapper:nth-of-time(3n + 1){ clear:left; }
.teaser-wrapper > .left-content{ max-width:350px; }
.teaser-wrapper > .left-content .sub-heading{ margin-bottom:0; }
.desktop-device .teaser-wrapper > .left-content:hover .background-blue-light-hover{background-color:#C8EBF2;}
@media screen and (max-width:767px){
	.teaser-wrapper > .left-content{
		float:none;
		display:block;
		margin:0 auto;
	}
}















/************************************************************************************
                                    HOME PAGE 
*************************************************************************************/



/********************** LEFT/RIGHT IMAGE/CONTENT SECTIONS ***********************/
.left-right-image-content-section-text-body .link-with-lines-on-side{
	float:left;
	margin-top:30px;
}

.left-right-image-content-section-text-wrapper{
	min-height:100%;
}

.left-right-image-content-section-image-content{
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0;
	-webkit-transform:translate3d(5000px, 0px, 0px);
	-moz-transform:translate3d(5000px, 0px, 0px);
	transform:translate3d(5000px, 0px, 0px);
}

.left-right-image-content-section-image-content.active{
	/*opacity:1;*/
}

@media screen and (max-width:1600px){
	.left-right-image-content-section-text-wrapper{ width: 500px; }
	.left-right-image-content-section-image-wrapper{ width: calc(100% - 500px); }
}

@media screen and (max-width:1023px){
	.left-right-image-content-section-text-wrapper{ width: 400px; }
	.left-right-image-content-section-text-body .section-heading{ font-size: 2rem; }
	.left-right-image-content-section-text-body p{ font-size: 0.9rem; }
	.left-right-image-content-section-image-wrapper{ width: calc(100% - 400px); }
}

@media screen and (max-width:767px){
	.left-right-image-content-section-wrapper{ height:auto; }
	.left-right-image-content-section-text-wrapper{ width: 100%; }
	.left-right-image-content-section-image-wrapper{ width: 100%; height: 300px; }
}





/************************** TESTIMONIALS SECTION ***************************/
#testimonials-heading{
	margin-bottom: 60px;
}

.testimonial-item-wrapper{
	
}

.team-member-content{
	
}
.team-member-content p{
	font-size: 1.2rem;
	font-weight: 300;
}
.team-member-title{
	
}
.team-member-title span{
	font-size: 1rem;
	font-weight: 300;
}

.slick-dots{
	margin:100px auto 0;
	list-style: none;
	display: table !important;
	float: none;
	width: auto;
}

.slick-dots li{
	width:auto;
	font-size:0;
}
.slick-dots li.slick-active{
	
}

.slick-dots li button{
	width: 30px;
	height: 6px;
	margin-right: 8px;
	border: none;
	background-color:#e2e2e2;
	font-size: 0;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}

.slick-dots li.slick-active button{
	background-color:#7b7b7b;
}

.quote-mark{
	width:50px;
	height:36px;
	background-position:50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.quote-mark-open{
	left: -60px;
	top: -20px;
	/*background-image:url(../img/assets/quotes-open.png);*/
	background-image:url(../img/assets/quotation-mark-1.svg);
}
.quote-mark-close{
	right: -70px;
	top: 60px;
	/*background-image:url(../img/assets/quotes-close.png);*/
	background-image:url(../img/assets/quotation-mark-2.svg);
}

@media screen and (max-width:1023px){
	.team-member-content p{ font-size:1rem; }
}

@media screen and (max-width:479px){
	.team-member-content p{ font-size: 0.8rem; }
	.team-member-title span{ font-size: 0.8rem; }
}



/************************ CONTACT SECTION **************************/
#contact-section-contact-info{ padding-right:20%; }
#contact-section-contact-info-intro{ margin-bottom: 15px; }
#contact-section-contact-info-intro .section-heading{ font-family: 'Open Sans', sans-serif; font-size: 2rem; font-weight: 200; }

#contact-section-contact-info-contact-details a{
	-webkit-transition:color .3s;
	-moz-transition:color .3s;
	-o-transition:color .3s;
	transition:color .3s;
}
.desktop-device #contact-section-contact-info-contact-details a:hover{
	color:#83136c;
}
#fos-statement{
	
}
#fos-statement p{
	font-size: 0.8rem;
}
#fos-statement a{
	
}
.desktop-device #fos-statement a:hover{
	
}

#contact-section-contact-form .sub-heading{
	font-weight: 400;
}

#contact-section-contact-form input[type="text"],
#contact-section-contact-form input[type="email"],
#contact-section-contact-form input[type="tel"],
#contact-section-contact-form input[type="url"],
#contact-section-contact-form input[type="date"],
#contact-section-contact-form input[type="password"],
#contact-section-contact-form input[type="search"],
#contact-section-contact-form textarea,
#contact-section-contact-form select{
	padding: 10px 0;
	border:none;
	border-bottom: 2px solid #7a7a7a;
	-webkit-transition:border-color .3s;
	-moz-transition:border-color .3s;
	-o-transition:border-color .3s;
	transition:border-color .3s;
}

#contact-section-contact-form input[type="text"]:focus,
#contact-section-contact-form input[type="email"]:focus,
#contact-section-contact-form input[type="tel"]:focus,
#contact-section-contact-form input[type="url"]:focus,
#contact-section-contact-form input[type="date"]:focus,
#contact-section-contact-form input[type="password"]:focus,
#contact-section-contact-form input[type="search"]:focus,
#contact-section-contact-form textarea:focus,
#contact-section-contact-form select:focus{
	border-bottom-color: #83136c;
}

#contact-section-contact-form input[type=submit],
#contact-section-contact-form button[type=submit]{
	margin-right:0;
}

#contact-section-contact-form .ajax-loader{
	position: absolute;
	right: 110px;
}

@media screen and (max-width:1023px){
	#contact-section-contact-info{ padding-right:10%; }
	#contact-section-contact-info-intro .section-heading{ font-size: 1.6rem; }
}

@media screen and (max-width:767px){
	#contact-section-contact-info{ padding-right:0; }
}







/************************ CALLBACK SECTION ***********************/
#callback-section-form-wrapper{
	
}

#callback-section-form-wrapper .sub-heading{
	font-weight: 400;
}

#callback-section-form-wrapper input[type="text"],
#callback-section-form-wrapper input[type="email"],
#callback-section-form-wrapper input[type="tel"],
#callback-section-form-wrapper input[type="url"],
#callback-section-form-wrapper input[type="date"],
#callback-section-form-wrapper input[type="password"],
#callback-section-form-wrapper input[type="search"],
#callback-section-form-wrapper textarea,
#callback-section-form-wrapper select{
	padding: 10px 0;
	border:none;
	border-bottom: 2px solid #7a7a7a;
	-webkit-transition:border-color .3s;
	-moz-transition:border-color .3s;
	-o-transition:border-color .3s;
	transition:border-color .3s;
}

#callback-section-form-wrapper input[type="text"]:focus,
#callback-section-form-wrapper input[type="email"]:focus,
#callback-section-form-wrapper input[type="tel"]:focus,
#callback-section-form-wrapper input[type="url"]:focus,
#callback-section-form-wrapper input[type="date"]:focus,
#callback-section-form-wrapper input[type="password"]:focus,
#callback-section-form-wrapper input[type="search"]:focus,
#callback-section-form-wrapper textarea:focus,
#callback-section-form-wrapper select:focus{
	border-bottom-color: #83136c;
}

#callback-section-form-wrapper input[type=submit],
#callback-section-form-wrapper button[type=submit]{
	float:right;
	margin-right:0;
}

@media screen and (max-width:767px){
	#contact-section-contact-info{ padding-right:0; }
}









/*** GOOGLE MAP ***/
iframe{ display: flex; }






/***************************** BLOG PAGES ******************************/

/***** INDEX *****/
#blog-index-heading-wrapper .section-heading{
	margin-bottom:0;
}

.blog-index-sub-heading{
	color: #4a494a;
	font-weight: 600;
	font-size: 2rem;
}

#horizontal-line-blog-index{
	width: 50%;
	margin: auto;
}



/***** SINGLE *****/
.header-dark .menu-toggle-line{ background-color:#808080; }
.header-dark .main-menu-wrapper > div > .menu > li > a{ color:#808080; }
.header-dark .main-menu-wrapper > div > .menu > li.current_page_parent > a{ color:#83136c; }
.header-dark.main-menu-active #header-nav-wrapper{ border-bottom-color:transparent; }

#blog-single-top-bg{ height:70vh; background-color: #eee; }
#blog-single-content-wrapper{ margin-top:300px; }

/*.scrolled-down.header-dark #header-logo-light{ display:none; }
.scrolled-down.header-dark #header-logo-dark{ display:none; }*/
.scrolled-down.header-dark .menu-toggle-line{ background-color:#fff; }
.scrolled-down.header-dark .main-menu-wrapper > div > .menu > li > a{ color:#fff; }

#blog-single-content-wrapper .left-right-image-content-section-text-wrapper .left-right-image-content-section-text-content p{ margin-bottom:25px; font-size:0.9rem; }
#blog-single-content-wrapper .left-right-image-content-section-text-wrapper .left-right-image-content-section-text-content .font-family-alt{ font-size:1rem; }
#blog-single-content-wrapper .left-right-image-content-section-text-wrapper .left-right-image-content-section-text-content strong{ font-weight: 500; }

@media screen and (max-width:767px){
	#blog-single-content-wrapper { margin-top: 150px; }
	#blog-single-content-wrapper .left-right-image-content-section-text-wrapper{ height: auto; min-height: auto; }
}









.archives{ margin:0; padding-right:20px; list-style:none; }
.archives li{  }
.archives li a{ float:left; margin-bottom:5px; }

.page-numbers, .nav-links a{ background-color:#e2f4f8; color:#00abc5; }
.page-numbers.current{ background-color:#00abc5; color:#e2f4f8; }
.pagination a:hover{ background-color:#c8ebf2; }