@charset "utf-8";
/*==========================================================================================*/
/*   _____                   _                    _          _____                         
/*  / ____|                 | |                  | |        |  __ \                        
/* | |        ___    _ __   | |_    __ _    ___  | |_       | |__) |   __ _    __ _    ___ 
/* | |       / _ \  | '_ \  | __|  / _` |  / __| | __|      |  ___/   / _` |  / _` |  / _ \
/* | |____  | (_) | | | | | | |_  | (_| | | (__  | |_       | |      | (_| | | (_| | |  __/
/*  \_____|  \___/  |_| |_|  \__|  \__,_|  \___|  \__|      |_|       \__,_|  \__, |  \___|
/*                                                                             __/ |       
/*                                                                            |___/       
/*==========================================================================================*/

/*----------------------------- */
/* Colour of heading and Icons */
.address-block .email i, .address-block .phone i, .address-block .address i, .address-block .header { /* Colour of heading and Icons */
	color: #CCC;
}
/*----------------------------- */

.contact-form, .address-block  {
	padding: 10px;
	margin-left: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	border: thin solid #000;
	box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75); /* Old browsers */
	box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
	word-wrap: break-word;
}

.quote-form  {
	margin-top:20px;
	background-color: #17354D;
	padding: 10px;
	border: thin solid #000;
	box-shadow:  4px 4px 5px 0px rgba(50, 50, 50, 0.75);

}


.contact-form { /* create gutter between form and address-block */
	width:64% !important;
	margin-right:1.666666667%;
}


#left {
    width: 48%;
    float: left;
	margin-right:4%
}  
 
#right {
    width: 48%;
    float: left;
}  
 
.clearfix:after {
    content:"020";
    display:block;
    height:0;
    clear:both;
    float:none;
    visibility:hidden;
    overflow:hidden;
}  
 
.clearfix {
    display:block;
}  
 
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select
{
	background-color: #F9F9F9;
	color: #000;
	width: 100%;
	border: thin double #666;
	box-shadow: inset 0px 0px 7px 0px #000;
	font-size: 16px;
	margin-bottom: 5px!important;
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.wpcf7-radio, .wpcf7-checkbox { /* Font size for radio / checkboxes */
	font-size:18px;
}


span.wpcf7-list-item input { /* Size of Radio and Checkboxes */
	width: 25px; 
	height: 25px; 
	vertical-align: -6px;
}

span.wpcf7-list-item input { /* Size of Radio and Checkboxes */
	width: 25px; 
	height: 25px; 
	vertical-align: -6px;
}


.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
	background-color: #F2F2F2;
}

.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
	box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 1);
}

.wpcf7 input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder {
	color:#333;
	font-family: 'Open Sans', sans-serif;
}

.submit-button {
	width: 100%;
	color: #000;
	font-size: 19px;
	border: solid #000 1px;
	text-decoration: none;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.submit-button:hover {
	background-color: #2B4457;
	text-decoration: none;
}

span.wpcf7-not-valid-tip {
	color: #FFFFA4;
}

.wpcf7-mail-sent-ok {
	color: #FFF;
	border: 2px solid #BFF3A9;
	background-color: #E8D7F5;
}

.wpcf7-validation-errors {
	color: #FFF;
	border: 1px solid #000!important;
	background-color: #FF0000;
}

.wpcf7-response-output { /* space between submit and validation error */
	margin-top:5px!important;
}
	

.address-block {
	padding-bottom:40px;
}

.address-block h1 {
	font-size: 32px;
	margin-top: 5px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
}


.address-block p, .address-block a:link, .address-block a:visited, .address2 {
	font-size: 18px;
	color: #333;
	text-decoration: none !important;
}

.address-block a:hover {
	text-decoration:underline;
}
	

.address-block i {
	padding-right: 10px;
}

.address-block p.address {
	margin-bottom:0px;
}

.address2 {
	font-family: 'Open Sans', sans-serif;
	padding-left:30px;
	margin-bottom:10px;
	font-weight:normal;
}


/*--------------------------------- */
/* ------ Footer Contact Form -------*/
/*--------------------------------- */

/* Add "footer-contact" to the column in Visual Composer */

.footer-contact {
	
}

.footer-contact .wpcf7 input[type="text"],
.footer-contact .wpcf7 input[type="email"],
.footer-contact .wpcf7 textarea,
.footer-contact .wpcf7 select
{
	background-color: #626262;
	margin-bottom:3px!important;
	margin-top:3px;
}

.footer-contact .submit-button {
	background-color: #737373;
}

.footer-contact .submit-button:hover {
	background-color: #555555;
}

/*================================================================================================================================================*/
/*                             __  __           _       _   _             __  __                                                   
/*                            |  \/  |         | |     (_) | |           |  \/  |                                                  
/*  ______   ______   ______  | \  / |   ___   | |__    _  | |   ___     | \  / |   ___   _ __    _   _   ______   ______   ______ 
/* |______| |______| |______| | |\/| |  / _ \  | '_ \  | | | |  / _ \    | |\/| |  / _ \ | '_ \  | | | | |______| |______| |______|
/*                            | |  | | | (_) | | |_) | | | | | |  __/    | |  | | |  __/ | | | | | |_| |                           
/*                            |_|  |_|  \___/  |_.__/  |_| |_|  \___|    |_|  |_|  \___| |_| |_|  \__,_|                           
/*
/*================================================================================================================================================*/
/*================================================================================================================================================*/
/*================================================================================================================================================*/
/*================================================================================================================================================*/

/*--------------------------------------------------------------- */
/*           _____    _                                            
/*          |  __ \  | |                                           
/*  ______  | |__) | | |__     ___    _ __     ___   ___    ______ 
/* |______| |  ___/  | '_ \   / _ \  | '_ \   / _ \ / __|  |______|
/*          | |      | | | | | (_) | | | | | |  __/ \__ \          
/*          |_|      |_| |_|  \___/  |_| |_|  \___| |___/          
/*                                                                 
/*--------------------------------------------------------------- */
@media (max-width: 480px) {


}

/*--------------------------------------------------- */
/*           _______           _                     
/*          |__   __|         | |                    
/*  ______     | |      __ _  | |__    ___    ______ 
/* |______|    | |     / _` | | '_ \  / __|  |______|
/*             | |    | (_| | | |_) | \__ \          
/*             |_|     \__,_| |_.__/  |___/          
/*                                                  
/*---------------------------------------------------- */

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

}

/*----------------------------------------------------------------- */
/*           _____  _           __  _______           _              
/*          |  __ \| |         / / |__   __|         | |             
/*  ______  | |__) | |__      / /     | |      __ _  | |__    ______ 
/* |______| |  ___/| '_ \    / /      | |     / _` | | '_ \  |______|
/*          | |    | | | |  / /       | |    | (_| | | |_) |         
/*          |_|    |_| |_| /_/        |_|     \__,_| |_.__/          
/*                                                                   
/*------------------------------------------------------------------ */
@media (max-width: 991px) { 

.contact-form, .address-block, .fl-col-small.address-block { /* create gutter between form and address-block */
	width:100% !important;
	max-width:none;
}

#left, #right {
	width:100% !important;
	max-width:none;
}


}

/*------------------------------------------------------- */
/*          _____   _____               _____           
/*          |_   _| |  __ \      /\     |  __ \          
/*  ______    | |   | |__) |    /  \    | |  | |  ______ 
/* |______|   | |   |  ___/    / /\ \   | |  | | |______| + Small Screens upto 1200px+ Small Screens upto 1200px
/*           _| |_  | |       / ____ \  | |__| |         
/*          |_____| |_|      /_/    \_\ |_____/          
/*                                                       
/*-------------------------------------------------------- */
@media only screen and (max-width: 1198px) and (min-width: 769px){ /* Mainly Ipads */

.address-block p, .address-block a:link, .address-block a, .address2 {
	font-size:15px;
}

}


