/*
Theme Name: Creatomatic WordPress Framework
Theme URI: http://www.creatomatic.co.uk/our-framework-for-wordpress/
Description: Custom Website theme
Author: Creatomatic Ltd
Author URI: http://www.creatomatic.co.uk
License URI: http://www.creatomatic.co.uk/terms-and-conditions/

*/


html, body {
	margin: 0;
	padding: 0;
	font-family: 'Arial', 'Helvetica', serif;
	color: #000000;
	font-size: 16px;
	font-weight: 200;
	letter-spacing: 1.5px;
}

h1, h2, h3 {
	font-family: 'Oswald', 'Helvetica', 'Arial', serif;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

iframe{
	max-width: 100%;
}

iframe img{
	max-width: inherit;
}

#google-map img{
	max-width: inherit;
}

.clearer, .creatomatic-clearer {
	clear: both;
	height: 0;
}

*:focus {  
	outline: none;
}

a {
	color: #FF8000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

::selection {
	background: #FF8000; /* Safari */
	color: #fff;
}

::-moz-selection {
	background: #FF8000; /* Firefox */
	color: #fff;
}

.centred {
	margin: 0 auto;
	text-align: center;
	max-width: 1200px;
}

.hr, hr {
	background:url(images/hr.png) repeat-x top left;
	height: 2px;
	margin: 5px 0 5px 0;
	border: 0;
}

a.cta{
	background: #FF8000;
	color: #fff;
	border-radius: 10px;
	padding: 10px 20px;
	text-transform: uppercase;
	display: inline-block;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

a.cta:hover{
	background: #000;
}

.colour-bg a.cta:hover{
	background: #fff;
	color: #000;
}

/* Heading */

.top-bar{
	display: inline-block;
	width: 96%;
	margin: 0 2%;
}

.header .social{
	display: none !important;
}

.accreditations{
	float: left;
	max-width: 36%;
}

.accreditations img{
	float: left;
	margin: 10px;
	max-height: 50px;
}

.top-right{
	float: right;
	text-transform: uppercase;
	color: #B2B2B2;
	max-width: 56%;
	text-align: right;
	margin: 20px 0;
	font-family: 'Oswald', 'Helvetica', 'Arial', serif;
	font-size: 20px;
}

.top-right a{
	color: #B2B2B2;
}

.top-right a:hover{
	color: #FF8000;
}

.nav-bg{
	float: left;
	width: 96%;
	padding: 10px 2%;
	background: #000;
}

a.header-logo{
	float: left;
	max-width: 30%;
	text-align: left;
}

a.header-logo img{
	max-height: 80px;
}



/* Navigation */

.nav {
	float: right;
	margin: 20px 0 0 0;
	max-width: 65%;
}

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

.nav ul li {
	display: inline;
	text-decoration: none;
	color: #fff;
	position: relative;
}

.nav a {
	position: relative;
	padding: 10px 5px 10px 25px;
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	font-family: 'Oswald', 'Helvetica', 'Arial', serif;
	text-transform: uppercase;
	font-weight: 400;
}

.nav a:hover, .nav .current_page_ancestor > a, .nav .current_page_item > a {
	color: #FF8000;
}

.nav .menu li ul a:link, .nav .menu li ul a:visited {
	display: block;
	text-decoration: none;
	padding: 10px;
} 

.nav .menu li ul {
	position: absolute;
	display: none;
	background: #000;
	text-align: left;
	z-index: 1000; 
	margin: 0; 
	padding: 0; 
	width: 200px;
	margin-left: 0px;
	padding-bottom: 5px;
	left: 0;
} 

.nav .menu li ul a {
	font-size: 14px;
}

.nav .menu li ul li {
	display: inline;
	float: none;
	padding: 0px;
	margin: 0px;
}

.nav .menu li ul li a {
	color: #fff;
}

.nav .menu li ul li a:hover {
	color: #fff;
	background: #FF8000;
}


/* Mobile Nav */

.mobile-nav-header {
	color:#fff;
	width: 100%;
	margin: 0;
	background: #000;
	padding: 20px 0;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Oswald', 'Helvetica', 'Arial', serif;
}

.mobile-nav-header:hover{
	cursor: pointer;
}

.mobile-nav .menu {
	display: none;
}

.arrow{
	display: none;
}

.menu-icon{
	float: left;
	margin: -7px 20px 0 15px;
}

.mobile-nav {
	display: none;
	width: 100%;
}

.mobile-nav ul {
	list-style: none;
	padding:0;
	margin:0;
}

.mobile-nav a {
	color:#fff;
	float: left;
	width: 80%;
	margin: 0;
	background: #000;
	text-align: left;
	padding: 10px 10%;
	text-transform: uppercase;
	font-family: 'Oswald', 'Helvetica', 'Arial', serif;
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
	background:#FF8000;
	color: #fff;
}

.mobile-nav ul li ul a {
	padding: 10px 5% 10px 15%;
}






/* Body */

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.flexslider{
	border: none;
	border-radius: 0;
	margin: 0;
}

.banner{
	float: left;
	width: 100%;
	position: relative;
}

.banner ul li{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 700px;
}

.slider-info{
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 100px;
	color: #fff;
	left: 10%;
	z-index: 5000;
	width: 40%;
	padding: 40px 3%;
	text-shadow: 0px 0px 8px black;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.slider-info a{
	float: right;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Oswald', 'Helvetica', 'Arial', serif;
	font-size: 26px;
}

.slider-info a:hover{
	color: #FF8000;
}

.banner .contact-form{
	position: absolute;
	bottom: 100px;
	right: 10%;
	background: rgba(0,0,0,0.6);
	color: #fff;
	z-index: 5000;
	width: 24%;
	text-align: left;
	padding: 40px 2%;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.colour-bg{
	float: left;
	width: 96%;
	background: #000;
	padding: 30px 2%;
	color: #fff;
}

.testimonial{
	display: inline-block;
	width: 80%;
	text-align: left;
	margin: 40px 0;
}

a.three-cta{
	float: left;
	background: #000;
	color: #fff;
	margin: 40px 2%;
	width: 29.33%;
	text-align: left;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

a.three-cta:hover{
	background: #FEBE4F;
	color: #000 !important;
}

.cta-text{
	display: inline-block;
	width: 86%;
	margin: 15px 8%;
	font-size: 14px;
}

.cta-text p{
	min-height: 70px;
}

.cta-text span{
	color: #FF8000;
}

.page-content{
	display: inline-block;
	width: 96%;
	margin: 50px 2%;
	text-align: left;
}

.page-content strong{
	font-weight: 600;
}

a.service-cta{
	float: left;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	text-shadow: 0px 0px 8px black;
}

.service-cta-text{
	float: right;
	margin: 150px 2%;
}

.service-cta-link{
	border-radius: 10px;
	background: #FF8000;
	color: #fff;
	font-family: 'Oswald', 'Helvetica', 'Arial', serif;
	font-size: 16px;
	text-transform: uppercase;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	padding: 10px 50px;
	-webkit-transition:.5s;
	transition:.5s;
	text-align: center;
	float: right;
}

.service-cta-link:hover{
	cursor: pointer;
	background: #000;
}

.gallery img{
	border: none !important;
	max-width: 98%;
}

dl.gallery-item{
	margin: 0;
}


/* Columnomatic */

.creatomatic-column {
   padding: 10px 2%;
   border: none;
   float: left;
}

.creatomatic-column-two {
	width: 46%;
}

.creatomatic-column-three {
	width: 29.33%;
}

.creatomatic-column-four {
	width: 21%;
}



/* Map */

.map-container{
	float: left;
	width: 100%;
}

#google-map{
	float: left;
	width: 100%;
	height: 400px;
}



/* Contact Form */

.colour-bg .contact-form{
	float: left;
	width: 46%;
	margin: 10px 2%;
	text-align: left;
}

.contact-form h2 {
	margin-bottom: 20px;
}

.contact-row {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

.contact-row label {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 8px;
}

.contact-row input, .contact-row textarea {
	border: none;
	padding: 10px 2%;
	width: 96%;
	max-width: 96%;
	font-size: 16px;
	font-family: 'Arial', 'Helvetica', serif;
	border-radius: 10px;
	-webkit-appearance:none;
}

.contact-row .g-recaptcha {
	float: right;
	border: none;
	padding: 10px 20px;

	max-width: inherit;
	width: 100%;
	border-radius: 10px;
	background: #FF8000;
	color: #fff;
	font-family: 'Oswald', 'Helvetica', 'Arial', serif;
	font-size: 16px;
	text-transform: uppercase;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
	  -webkit-appearance:none;
}

.contact-row .g-recaptcha:hover{
	cursor: pointer;
	background: #000;
}



.message {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size:16px;
}

.contact-content{
	float: left;
	width: 40%;
	margin: 10px 5%;
	text-align: left;
}

.contact-content span{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Oswald', 'Helvetica', 'Arial', serif;
	margin-top: 20px;
}

.contact-content p{
	margin: 0;
}


/* Footer */

.footer {
	width: 100%;
	display: inline-block;
}

.social{
	float: right;
	margin-bottom: 0px;
	text-align: right;
}

a.social-icon{
	width: 30px;
	height: 30px;
	background: #FF8000;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	padding: 10px;
	margin: 5px;
}

a.social-icon img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

a.social-icon:hover{
	opacity: 0.6;
}

.credit{
	float: right;
	font-size: 12px;
	margin: 20px 0 50px 0;
}







/* Browser-specific hacks - Chrome fonts, IE7 (!) dropdowns */

html {
	-webkit-font-smoothing: antialiased;
}

* + html .nav .menu li ul {
	margin-left: -100px;
	margin-top: 25px;
}

#catapult-cookie-bar {
 -webkit-transform: translateZ(0);
 }





#cboxClose {
	top: 0px;
	bottom: auto;
}




/* wordress builtin classes for editor etc  taken from https://codex.wordpress.org/CSS#WordPress_Generated_Classes  */
.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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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. */
}

/* end wordress builtin classes for editor etc */
