/*
	Theme Name: DRL
	Theme URI: 
	Description: DRL Theme By WP Tan
	Version: 1.0
	Author: WP Tan
	Author URI: http://www.wptan.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-family:'Open Sans', sans-serif;
	color:#222;
	background:#fff;
	font-size:1em;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	text-decoration:none;
	transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-moz-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	-o-transition:  ease all 0.2s;
}
a:hover {
	text-decoration:none;
	transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-moz-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	-o-transition:  ease all 0.2s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.noborder {
	border: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}


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

.mt100 {margin-top:100px;}
.mt90 {margin-top:90px;}
.mt80 {margin-top:80px;}
.mt70 {margin-top:70px;}
.mt60 {margin-top:60px;}
.mt50 {margin-top:50px;}
.mt40 {margin-top:40px;}
.mt30 {margin-top:30px;}
.mt20 {margin-top:20px;}
.mt15 {margin-top:15px;}
.mt10 {margin-top:10px;}

.mb100 {margin-bottom:100px;}
.mb90 {margin-bottom:90px;}
.mb80 {margin-bottom:80px;}
.mb70 {margin-bottom:70px;}
.mb60 {margin-bottom:60px;}
.mb50 {margin-bottom:50px;}
.mb40 {margin-bottom:40px;}
.mb30 {margin-bottom:30px;}
.mb20 {margin-bottom:20px;}
.mb15 {margin-bottom:15px;}
.mb10 {margin-bottom:10px;}

.pt100 {padding-top:100px;}
.pt90 {padding-top:90px;}
.pt80 {padding-top:80px;}
.pt70 {padding-top:70px;}
.pt60 {padding-top:60px;}
.pt50 {padding-top:50px;}
.pt40 {padding-top:40px;}
.pt30 {padding-top:30px;}
.pt20 {padding-top:20px;}
.pt15 {padding-top:15px;}
.pt10 {padding-top:10px;}

.pb100 {padding-bottom:100px;}
.pb90 {padding-bottom:90px;}
.pb80 {padding-bottom:80px;}
.pb70 {padding-bottom:70px;}
.pb60 {padding-bottom:60px;}
.pb50 {padding-bottom:50px;}
.pb40 {padding-bottom:40px;}
.pb30 {padding-bottom:30px;}
.pb20 {padding-bottom:20px;}
.pb15 {padding-bottom:15px;}
.pb10 {padding-bottom:10px;}

.pr30 {padding-right:30px;}

/*------------------------------------*\
    NAV
\*------------------------------------*/

.topbar {
	height: 80px;
	background: #1a1a1a;
}

.topbar img.logo {
	width: 135px;
	margin: 10px 0 0 5px;
}

.topbar a.btn-bookatest {
	background: #ec7226;
	color:#fff;
	padding: 10px 20px 10px 20px;
}

.topbar a.btn-bookatest:hover {
	background: #f7d8d0;
	color:#ec7226;
	padding: 10px 20px 10px 20px;
}

.topbar a.phone { 
	color:#409a3c;
	font-size:1.3em;
	margin-left:20px;
}

.topbar a.phone:hover { 
	color:#d8efd8;
}

.topbar a.phone i.fa{ 
	vertical-align: middle;
    font-size: 1.5em;
}



.navbar {
	background: #f3f3f3;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 0;
}

.navbar a.nav-link {
	color: #333;
	padding: 13px 27px 10px 27px !important;
	border-bottom:4px solid #f3f3f3;
}

.navbar a.nav-link:hover {
	background: #d0edd1;
	border-bottom:4px solid #409a3c;
}

.navbar li.nav-item {
	border-right:1px solid #d5d5d5;
}

.navbar li.nav-item.first-link {
	border-left:1px solid #d5d5d5;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: #d0edd1;
}


/*------------------------------------*\
    BANNER
\*------------------------------------*/

.banner {
	width:100%;
	height:350px;	
	background: #E9F0E9;
}

/*------------------------------------*\
    HEADERS
\*------------------------------------*/

h1 {
	color: #304430;
	font-size: 2em;
	margin:30px 0 15px 0;
	padding:0 0 15px 0;
	font-weight: 400;
	letter-spacing:-0.05em;
	border-bottom: 1px #518D51 solid;
}

h2 {
	color: #409a3c;
	font-size: 1.5em;
	margin:30px 0 15px 0;
	padding:0 0 15px 0;
	font-weight: 400;
	letter-spacing:-0.05em;
	border-bottom: 1px #d6b27e solid;
}

h2.h2_home {
	color: #409a3c;
	font-size: 2.3em;
	margin:0 0 10px 0;
	padding:0;
	font-weight: 400;
	letter-spacing:-0.05em;
	border-bottom: 0;
}

h3 {
	color: #304430;
	font-size: 1.3em;
	margin:30px 0 15px 0;
	padding:0 0 15px 0;
	font-weight: 400;
	letter-spacing:-0.05em;
	border-bottom: 1px #DABE97 dotted;
}

/*------------------------------------*\
    ACCORDION
\*------------------------------------*/

#accordion h3 {
	margin:15px 0 15px 0;
	transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-moz-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	-o-transition:  ease all 0.2s;
}

#accordion h3:hover {
	cursor: pointer;
	color: #409a3c;
	transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
	-moz-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	-o-transition:  ease all 0.2s;
}

#accordion .collapse {

}

/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.btn-primary {
	background: #409a3c;
	color:#fff;
	border: 1px solid #32772e;
}

.btn-primary:hover {
	background: #d8efd8;
	color:#409a3c;
	border: 1px solid #32772e;
}

.btn-bookatest {
	background: #ec7226 !important;
	color:#fff !important;
	border: 1px solid #ec7226 !important;
}

.btn-bookatest:hover {
	background: #f7d8d0 !important;
	color:#ec7226 !important;
	border: 1px solid #f7d8d0 !important;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/

img.responsive-img {
	width:100%;
	display:block;
	clear: both
}

/*------------------------------------*\
    HOME
\*------------------------------------*/

.home-col {
	
	text-align:center;
}

.home-col .col-sm-4 {
	padding:35px;
	background: #F1F1F1;
	border-left:1px dotted #999;
}

.home-col img.icon {
	width: 60px;
}

.home-col h3 {
	color: #409a3c;
	font-size: 1.5em;
	margin:0 0 15px 0;
	padding:0;
	font-weight: 700;
	letter-spacing:-0.05em;
	border-bottom: 0;
}

.home-col p {
	margin: 0 0 10px 0;
	font-size:0.9em;
}


.strips {
	display: table;
	width: 100%;
	height:500px;
	background:#000;
}

.strips > section {
	width: 33%;
	display: table-cell;
	-webkit-transition: width 0.3s linear;
	transition: width 0.3s linear;
	background:#000;
	opacity:0.9;
}

.strips:hover > section:hover {
	width: 40%;
}

.strips:hover > section {
	width: 30%;
}

.strips > section.strip-1 {
	background-size: cover;
}
.strips > section.strip-2 {
	background-size: cover;
}
.strips > section.strip-3 {
	background-size: cover;
}

.strips .strip-text{
	display: block;
    background-color: rgba(0, 0, 0, 0);
	height: 500px;
	
}

.strips h5 {
	color:#fff;
	font-size:1.7em;
	font-weight:700;
	text-align:center;
	padding-top: 100px;
}

.strips p {
	color:#fff;
	font-size:0.8em;
	font-weight:600;
	text-align:center;
	width:80%;
	margin: 10px auto 0 auto;
	opacity:0;
	transition: ease all 0.5s;
	-o-transition: ease all 0.5s;
	-moz-transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-o-transition:  ease all 0.5s;
}

.strips:hover > section:hover h5, .strips:hover > section:hover p{
	opacity:1;
	transition: ease all 0.5s;
	-o-transition: ease all 0.5s;
	-moz-transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-o-transition:  ease all 0.5s;
}

.strips:hover > section:hover .strip-text{
	background-color: rgba(0, 0, 0, 0.7);
	transition: ease all 0.5s;
	-o-transition: ease all 0.5s;
	-moz-transition: ease all 0.5s;
	-webkit-transition: ease all 0.5s;
	-o-transition:  ease all 0.5s;
}

.strips a.btn-strip {
	display:block;
	margin-top:15px;
	margin-right:10%;
	margin-left:10%;
	background: #3e8838;
	color: #fff;
	text-align:center;
	font-size: 1em;
	border-radius: 5px;
}

.strips a.btn-strip:hover {
	background: #1f611b;
	color: #fff;
}


.contact-us-section {
	background:url(images/contact-us-banner.jpg) no-repeat bottom;
	background-size: cover;
	height: 350px;
	color: #fff;
}

.contact-us-section h2 {
	font-size:3em;
	color:#fff;
	border-bottom:0;
}

.contact-us-section .btn-contact {
	font-size:1.5em;
	color:#fff;
	background-color: none;
	border:3px solid #fff;
	padding: 15px 30px 15px 30px;
	border-radius:0;
}

.contact-us-section .btn-contact:hover {
	background-color: rgba(255, 255, 255, 0.5);
}


/*------------------------------------*\
    PROFILES 
\*------------------------------------*/

.profiles {

}

.profiles p{
	margin:0;
}

.profiles .profile-text {
	background: #405740;
	position: absolute;
	width: calc(100% - 30px);
	height: calc(100% - 20px);
	top:10px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 36px;
	transform: scale(0);
	opacity: 0;
	transition: all 0.25s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}

.profile-1:hover .profile-text, .profile-simon:hover .profile-text {
	transform: scale(0.9);
    opacity: 0.9;
    transition: all 0.25s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}

.profiles .profile-text-name {
	font-size: 2em;
	line-height: 1.1em;
	color: #fff;
}

.profiles .profile-text-role {
	font-size: 1.2em;
	color: #E2D7BC;
	text-transform: uppercase;
    margin: 15px 0 0 0;
}

.profiles .profile-image {
	
}


/*------------------------------------*\
    TESTIMONIALS
\*------------------------------------*/



.testimonials-section {
	background: #ECECEC;
}

.testimonial-single {
	background: #fff;
	padding:25px;
	font-size: 0.85em;
    text-align: center;
	font-style: italic;
}

.testimonial-source {
	color: #304430;
	font-style: normal;
	margin:10px 0 0 0;
}

.bg-green {
	background: #D7E7D7;
	color:#111;
	padding: 30px;
}



/*------------------------------------*\
    PAGE
\*------------------------------------*/

.banner-text {
	background: #fff;
	color: #000;
	opacity: 1;
	padding:15px 30px 15px 30px;
	font-size: 1.6em;
	display:inline-block;
	letter-spacing: -0.02em;
	margin: 230px 0 0 0;
}

.page-content {
	font-size: 0.9em;
	line-height: 1.4em;
}

.page-content a, .page-content a:active, .page-content a:visited{
	color: #409a3c;
}

.page-content a:hover{
	color: #B6A962;
}

/*.page-content a.btn-bookatest {
	background: #409a3c;
	color:#fff;
	padding: 15px 30px 15px 30px;
	border: 1px solid #5A8B5A;
	font-size: 1.5em;
}

.page-content a.btn-bookatest:hover {
	background: #d8efd8;
	color:#7bc07d;
}*/

.line-sm {
	width:40%;
	height:3px;
	border-radius:2px;
	background :#D1BA7C;
	margin: 25px auto 25px auto;
}

/*------------------------------------*\
	POSTS
\*------------------------------------*/
.postcontents {

}

.postcontents a {
	color:#409a3c;
}

.postcontents a:hover {
	color: #B6A962;
}

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

.postcontents img.post_featured_image {
    width: 100%;
    height: auto;
}

.single_post img.post_featured_image {
    width: 100%;
    height: auto;
}

.single_post h1 {
	text-align:center;
	margin-bottom:20px;
	padding: 20px 0 40px 0;
    font-size: 3em;
}

.postnavigation {
	text-align:center;
	margin: 15px 0 15px 0
}

.postnavigation a {
	padding:10px 20px 10px 20px;
	border-radius:3px;
	background: #409a3c;
	color: #fff;
}

.postnavigation a:hover {
	background: #B6A962;
}

.recent-posts {
	border-left: 1px solid #e2dbb7;
	padding-left: 30px;
}

a.recent-posts-title{
	color: #409a3c;
}

.recent-posts-excerpt{
	font-size:85%;
	margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #e2dbb7;
}

.recent-posts-excerpt a.moretag {
	color: #409a3c;
}


/*------------------------------------*\
    BOOK A TEST (WPFORMS)
\*------------------------------------*/

.wpforms-field h2 {
	color: #409a3c !important;
	font-size: 1.5em !important;
	margin:30px 0 15px 0 !important;
	padding:0 0 15px 0 !important;
	font-weight: 400 !important;
	letter-spacing:-0.05em !important;
	border-bottom: 1px #d6b27e solid !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	font-size: 1em;
	font-weight: 600 !important;
}

div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form textarea {
	padding: 7px;
    border-radius: 3px;
	border: 1px solid #bbb;
	transition: ease all 0.2s;
	-moz-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
}

div.wpforms-container-full .wpforms-form input[type=text]:hover, div.wpforms-container-full .wpforms-form input[type=email]:hover, div.wpforms-container-full .wpforms-form textarea:hover  {
	border: 1px solid #88bd89;
	box-shadow: 0 0 5px #608561;
	transition: ease all 0.2s;
	-moz-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
}

div.wpforms-container-full .wpforms-form input[type=text]:focus, div.wpforms-container-full .wpforms-form input[type=email]:focus, div.wpforms-container-full .wpforms-form textarea:focus  {
	border: 1px solid #77e779;
	box-shadow: 0 0 5px #60c462;
	transition: ease all 0.2s;
	-moz-transition: ease all 0.2s;
	-webkit-transition: ease all 0.2s;
	-o-transition: ease all 0.2s;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: right;
}

button.btn-submitbooking {
	padding: 20px 40px 20px 40px !important;
    color: #fff !important;
    font-weight: 600 !important;
    background: #74ad75 !important;
    border: 1px solid #4b754c !important;
	font-size: 1.5em !important;
	cursor: pointer !important;
	border-radius: 5px !important;
}

button.btn-submitbooking:hover {
	background: #468047 !important;
    border: 1px solid #4b754c !important;
}

button.btn-submitbooking:focus {
	background: #516852 !important;
	border: 1px solid #5a725b !important;
	color: #bed1bf !important;
}

.sample-collection-info {
	font-size:90% !important;
}

.sample-collection-info h4{
	font-weight:600 !important;
	margin-bottom:10px !important;
	margin-top:15px !important;
}

div.wpforms-container-full .wpforms-form .sample-collection-info ul {
	padding-left: 20px !important;
}

div.wpforms-container-full .wpforms-form .sample-collection-info ul li {
	margin-bottom: 3px !important;
	list-style-type: disc !important;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer  {
	background: #EDF3EC;
	font-size:0.9em;
}

.footer a.btn-bookatest {
	background: #ec7226;
	color:#fff;
	padding: 10px 20px 10px 20px;
	border: 1px solid #da631a;
}

.footer a.btn-bookatest:hover {
	background: #f7d8d0;
	color:#ec7226;
}

.footer2 {
	background: #409a3c;
	color: #fff;
	font-size:0.8em;
}

.footer ul {
	list-style: none;
	padding:0;
	margin: 15px 0 5px 0;
}

.footer h4 {
	font-size:1.3em;
	margin: 15px 0 5px 0;
}

.footer a, .footer2 a {
	color: #518D51;
}

.footer a:hover, .footer2 a:hover{
	color: #B6A962;
}

.footer2 a {
	color: #fff;
}

.footer2 a:hover{
	color: #518D51;
}




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1200px) {
	
	.navbar a.nav-link {
		padding: 13px 10px 10px 10px !important;
	}

}

@media only screen and (max-width:991px) {

	.navbar-toggler {
		width: 100%;
		border:0;
		padding: 10px 0 10px 0;
		background: #333;
	}

	.navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
	  }
	
	.navbar {
		background: #444;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		padding: 0;
	}

	.navbar a.nav-link {
		color: #fff !important;
		text-align:center;
		border:0;
	}

	.navbar a.nav-link:hover {
		background: #222;
		border:0;
	}

	.navbar li.nav-item {
		border:0;
	}

	.navbar li.nav-item.first-link {
		border:0;
	}

	.navbar .dropdown-menu {
		background:#222;
		color: #fff;
		margin: 0;
		text-align:center;
	}

	.navbar .dropdown-menu a.dropdown-item {
		color: #fff;
		padding: 10px 0 10px 0;
	}

	.navbar .dropdown-menu a.dropdown-item:active, .navbar .dropdown-menu a.dropdown-item:focus {
		background:#111;
	}


}

@media only screen and (max-width:768px) {

}

@media only screen and (max-width:480px) {
	
	.topbar a.btn-bookatest {
		display:none;
	}

	.topbar a.phone { 
		margin-left:0;
	}

	.topbar a.phone i.fa{ 
		display:none;
	}

	.topbar .col-6 {
		padding:0;
	}

	.banner-text {
		margin-top: 30px;
		font-size: 1.2em;
	}

	.strips > section {
		width: 100% !important;
		display:block;
		height:300px;
	}

	.strips h5 {
		padding-top: 20px;
	}

	.strips .strip-text{
		height: 300px;
		
	}

	
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
