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

Colours being used:

blue: #345DA8
yellow: #F1BD1F


*/


html, body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', serif;
	color: #212121;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

h1, h2, h3 {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', serif;
	margin: 0;
	font-weight: 200;
	color: #345DA8;
	line-height: normal;
}

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;
}

.page-break{
	display: none;
}

*:focus {  
	outline: none;
}

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

a:hover {
	text-decoration: none;
}

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

::-moz-selection {
	background: #69bdd2; /* 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;
}

/* Heading */

a.header-logo{
	float: left;
	margin: 20px 2%;
	max-width: 20%;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.top-right{
	float: right;
	text-align: right;
	margin: 20px 2%;
	max-width: 72%;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

a.phone, a.mail{
	font-size: 26px;
	font-weight: 200;
	color: #777879;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}



/* Search */

.superfastsearch_results, .superfastsearch_input {
	width: 98%;
	padding: 5px 1%;
}

.superfastsearch /* control the width of the outer box from here */ {
	width: 100%;
}

.sfs_result:hover, .sfs_result:focus{
	background: #cdcdcd
}


/* Navigation */

.nav {
	float: right;
	margin-top: 20px;
}

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

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

.nav a {
	position: relative;
	padding: 5px 15px;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	color: #212121;
	background: #fff;
	border-radius: 15px;
}

.nav a:hover, .nav .current_page_ancestor > a, .nav .current_page_item > a {
	color: #fff;;
	background: #345DA8;
}

.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: #fff;
	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: #005122;
}

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


/* Mobile Nav */

.mobile-nav-header {
	color:#fff;
	width: 100%;
	margin: 0;
	background: #182E4E;
	padding: 20px 0;
	text-align: left;
}

.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: #182E4E;
	text-align: left;
	padding: 10px 10%;
}

.mobile-nav a:hover, .mobile-nav .current_page_ancestor > a, .mobile-nav .current_page_item > a {
	background:#212121;
	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;
}

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

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

.overlay{
	float: left;
	width: 100%;
	background: rgba(0,0,0,0.5);
}

.banner .overlay{
	height: 600px;
	text-align: center;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.slider-info{
	color: #fff;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 1000px;
	max-width: 100%;
	display: inline-block;
}

.slider-info h1{
	font-size: 50px;
	color: #fff;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

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

.large-image{
	float: right;
	margin: -120px 0 100px 0;
}

.large-image img{
	float: right;
}

img.cut-out{
	float: right;
}

.home-video{
	float: right;
	width: 50%;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.home-video iframe{
	width: 100%;
	border: none;
	float: left;
}

.home-thumb-content{
	float: right;
	width: 500px;
	max-width: 40%;
	margin: 0px 5%;
	text-align: left;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.home-thumb-content h2{
	margin-top: 70px;
}

.home-thumb-content a.button-link{
	margin-bottom: 70px;
}


.testimonial-bg{
	float: left;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.testimonial-bg .overlay{
	background: rgb(26,56,101,0.7);
}

.testimonial-bg .testimonial{
	color: #fff;
	font-size: 24px;
	text-align: left;
	margin: 70px 2%;
	display: inline-block;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.testimonial-bg .testimonial p{
	margin: 0;
}

.testimonial-bg .testimonial span{
	color: #F1BD20;
	font-size: 16px;
}



.inner-image{
	float: left;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.inner-image-content{
	display: inline-block;
	width: 50%;
	margin: 50px 2%;
	line-height: normal;
	font-size: 20px;
	  -o-transition:.5s;
	  -ms-transition:.5s;
	  -moz-transition:.5s;
	  -webkit-transition:.5s;
	  transition:.5s;
}

.inner-image-content h1, .inner-image-content h2{
	color: #fff;
}


.product-image{
	margin: 150px 2%;;
}

.order-bar{
	position: fixed;
	top: 0;
	left: 0;
	width: 96%;
	padding: 10px 2%;
	color: #193865;
	background: #F1BD20;
	text-align: center;
	z-index: 5000;
	font-weight: bold;
}

.order-bar a{
	display: inline-block;
	margin: 0 10px;
	color: #1A3865;
}

.order-bar a:hover, a.active{
	color: #fff;
}

.thumb-page-bg{
	float: left;
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	color: #fff;
}

.thumb-page-bg h1, .thumb-page-bg h2, .thumb-page-bg h3{
	color: #fff;
}

.thumb-page-bg .overlay{
	background: rgb(26,56,101,0.8);
}

.blue-bg{
	float: left;
	width: 100%;
	background: #1A3865;
	color: #fff;
	padding: 40px 0;
}

.blue-bg h1, .blue-bg h2, .blue-bg h3{
	color: #fff;
}

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

.gallery dl{
	margin: 0 !important;
}

.gallery-caption{
	display: none !important;
}




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





/* Contact Form */

.contact-bg{
	float: left;
	width: 96%;
	padding: 60px 2%;
	background: #F1BD20;
	position: relative;
	z-index: 6000;
}

.contact-bg .button-link, .contact-bg a.button-link{
	background: #1A3865;
	color: #fff;
}

.contact-bg .button-link:hover, .contact-bg a.button-link:hover{
	background: #345DA8;
	border: 2px solid #345DA8;
	cursor: pointer;
}

.contact-cta-content{
	float: left;
	text-align: left;
}

.contact-cta-content h1{
	color: #345DA8;
}

.contact-cta-content h2{
	color: #182E4E;
	font-weight: bold;
}

.contact-cta-content a:hover{
	color: #fff;
}

.contact-content-bg{
	float: left;
	width: 50%;
}

.contact-content{
	float: right;
	width: 500px;
	margin: 170px 5% 20px 5%;
	max-width: 90%;
	text-align: left;
	font-size: 20px;
	color: #A0A0A0;
}

.contact-content a{
	color: #A0A0A0;
}

.contact-content h1{
	margin-bottom: 40px;
}

.contact-form-bg{
	float: left;
	width: 50%;
	background: #1A3865;
	min-height: 650px;
}

.contact-form{
	width: 500px;
	max-width: 80%;
	margin: 100px 10%;
	text-align: left;
	color: #fff;
	float: left;
}

.order-form{
	color: #000;
}

.order-form h1{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.order-form a.button-link, .order-form .button-link{
	border: 2px solid #F1BD20;
	background: #F1BD20;
	color: #fff;
}

.order-form a.button-link:hover, .order-form .button-link:hover{
	cursor: pointer;
	background: #193865;
	border: 2px solid #193865;
}

.measurement-instructions{
	display: none;
	font-size: 16px;
	text-align: left;
	width: 90%;
	margin: 0 5% 20px 5%;
}

.measurement-instructions h2{
	color: #fff;
}

span.mvi-close{
	display: none;
}

.contact-form h2 {
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}

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

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

.contact-row input, .contact-row textarea {
	border: none;
	padding: 8px 1%;
	width: 98%;
	max-width: 98%;
	border-radius: 10px;
	background: #6B7E9B;
	color: #fff;
	font-size: 16px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', serif;
}

.contact-row .g-recaptcha {
	float: right;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	width: auto;
	max-width: inherit;
	
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', serif;
	display: inline-block;
	border: 2px solid #fff;
	background: none;
	color: #fff;
	padding: 5px 15px;
	min-width: 100px;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
	border-radius: 15px;
}

.contact-row .g-recaptcha:hover{
	cursor: pointer;
	background: #fff;
	color: #1A3865;
}



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

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

#google-map{
	height: 400px;
}

.order-form{
	text-align: left;
	margin: 40px 1%;
	width: 98%;
	display: inline-block;
}

.order-form input{
	
}

.half-row{
	float: left;
	width: 48%;
	margin: 10px 1%;
}

.dipper-content{
	text-align: center;
	color: #fff;
	background: #cb0303;
	width: 40%;
	padding: 30px 3%;
	font-size: 27px;
	font-weight: 400;
	margin: 80px 2% 20px 2%;
}

.dipper-content span{
	text-transform: uppercase;
}



.dippers{
	display: inline-block;
	width: 95%;
	border: 3px solid #ccc;
	padding: 20px 1%;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 20px 1%;
}

.dippers .contact-row{
	text-align: center;
}

.tipper{
	width: 98%;
	float: right;
}

.dippers img{
	max-height: 360px;
}

.measurements-row input{
	margin: 5px 0;
}

.order-meta{
	float: left;
	width: 29.33%;
	text-align: center;
	margin: 30px 2% 10px 2%;
}


.order-form input[type="submit"]{
	background: #1A3865;
	color: #fff;
}

.order-form h2{
	margin: 10px 0;
	font-size: 34px;
}

.order-form h3{
	margin: 10px 0;
	font-size: 24px;
}

.order-form-notice{
	display: inline-block;
	width: 94%;
	padding: 20px 2% 10px 2%;
	background: #CB0303;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 10px 1%;
}

canvas {
	border: 1px solid black;
	width: 100%;
	background: #fff;
	height: 150px;
}

#sig-area{
	width: 100% !important;
	height: 150px !important;
	border: none !important;
}

button#sig-clear{
	background: #1A3865;
	color: #fff;
	border: none;
	border-radius: 10px;
	padding: 5px 10px;
}

button#sig-clear:hover{
	background: #F1BD20;
	cursor: pointer;
}

.order-form .contact-row input[type="submit"]{
	font-size: 20px;
	margin-top: 20px;
}

.order-form .contact-row input[type="submit"]:hover{
	background: #F1BD20;
	color: #fff;
	cursor: pointer;
}

.quote-form{
	color: #000;
	width: 40%;
	margin: 100px 30%;
}

.quote-form h2{
	color: #000;
}

.quote-form .contact-row input[type="submit"]{
	background: #1A3865;
	color: #fff;
}

#quote, #whatsincluded{
	display: inline-block;
}



/* Footer */

.footer {
	width: 96%;
	float: left;
	background: #182E4E;
	color: #fff;
	padding: 30px 2%;
}

.footer a{
	color: #fff;
}

.footer-left{
	float: left;
	text-align: left;
}

a.footer-logo{
	margin-bottom: 20px;
	display: inline-block;
}

.credit{
	font-size: 12px;
	margin-top: 20px;
}

.footer-right{
	float: right;
	text-align: right;
}

.footer-menu{
	display: inline-block;
	margin-bottom: 20px;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
}

.footer-menu ul li {
	list-style: none outside none;
	display: inline
}

.footer-menu a{
	padding: 5px 0 5px 10px;
	margin-left: 10px;
	font-size: 16px;
}

.footer a:hover {
	color: #F1BD20;
}

.footer-right p{
	font-size: 14px;
}

a.footer-phone{
	font-size: 24px;
}

a.footer-mail{
	font-size: 18px;
}






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

h3.drop-down {
	display:block;
	background: #83c249;
	color:#fff;
	padding:10px 2%;
	position: relative;
	}
	
a.button-link, a.button-link-white, .button-link-white, .button-link{
	display: inline-block;
	border: 2px solid #1A3865;
	background: #fff;
	color: #1A3865;
	padding: 5px 15px;
	min-width: 100px;
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
	border-radius: 15px;
}

a.button-link:hover, a.button-link-white:hover, .button-link-white:hover, .button-link:hover{
	cursor: pointer;
}

a.button-link-white, .button-link-white{
	background: rgba(0,0,0,0.2);
	color: #fff;
	border: 2px solid #fff;
}


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

.order-content{
	padding: 20px 2%;
}

.order-content .button-link{
	margin: 10px;
	background: #182E4E;
	color: #fff;
}

.order-content .button-link:hover{
	background: #F1BD20;
	border: 2px solid #F1BD20;
}

.grey-bg{
	display: inline-block;
	width: 100%;
	background: #F7F7F7;
}


/* 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 {
    max-width: 100%;
}

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

/* 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 */



/* Cookie Notification Styling */

.wc_privacy_notice {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(255,255,255,0.9);
	border-top: 1px solid #999;
	padding: 20px 0;
	font-size: 14px;
	z-index: 60000;
	color:black;
}

.wc_privacy_text {
	margin-bottom: 20px;
}

.wc_privacy_notice .centred {
	text-align: left;
	max-width: 800px;
}
	
.wc_privacy_submit {
	border: 0;
	border-radius: 0;
	background: #345DA8;
	color: #fff;
	padding: 8px 40px;
	cursor: pointer;
	font-size: 12px;
}

.wc_privacy_submit:hover {
	background: #F1BD20;
	color: #345DA8;
}
	
.wc_privacy_notice_necessary {
	color: #aaa;
}
	
.wc_privacy_option {
	display: inline-block;
	background: #efefef;
	padding: 5px 30px;
}

.page-content .wc_privacy_notice {
	position:relative;
	border:1px solid #999;
	width:96%;
	padding:20px 1%;
	background:#fff;
	color:#454545;
	z-index: 0;
	}

.page-content .wc_privacy_notice label {	
	background:#efefef;
	display:inline-block;
	}

@media (max-width: 490px) {

	
	.wc_privacy_option {
	display: inline-block;
	width: 43%;
	padding: 5px 3%;
	margin-top:4px;
	text-align: right;
	}
	
	.wc_privacy_submit {
	float:right;
	margin-top:20px;
	}

	
}
