/*
Theme Name:     Skyfox v.1.0 
Description:    Skyfox v1.0 Child theme 
Template:       Divi
*/

@import url("../Divi/style.css");
@import url(https://fonts.googleapis.com/css?family=Muli:400,300,300italic,400italic);

/*--------------------- THEME CUSTOMISATION, GO!! -----------------------*/

body {
	font-family: 'Century Gothic', 'Muli', sans-serif !important;
}

a {color: #b7a982;}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Century Gothic', 'Muli', sans-serif !important;
}
h1 {font-size: 36px; font-weight: bold;}
h2 {font-size: 42px;}
h3 {font-size: 36px;}
h4 {font-size: 24px;}

#main-header nav#top-menu-nav {
	text-transform: uppercase;
}

.et_fixed_nav #logo {
	max-height: auto !important;
}

.contactbox h2 {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	height: 50px;
	line-height: 80px;
}

#quoteform .left {
	float: left;
	width: 45%;
	margin-bottom: 30px;
}

#quoteform .right {
	float: right;
	width: 45%;
	margin-bottom: 30px;
}

.submit-side {
	font-size: 14px !important;
	text-align: center !important;
}

#et_search_icon:hover, .mobile_menu_bar:before, .footer-widget h4, .et-social-icon a:hover, .comment-reply-link, .form-submit input, .et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay:before, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .et_pb_member_social_links a:hover
 {color: #FFF !important;}

#homeslider .et_pb_slide {
	height: 890px;
	background-size: contain;
}

/*------------------------------ CONTACT FORM 7 ---------------------------------*/

.wpcf7 input[type="text"], .wpcf7 input.text, .wpcf7 input.title, .wpcf7 textarea, .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: rgba(255, 255, 255, 0.75); 
	box-shadow: none;
	padding: 10px;
	border: 1px solid #b7a982;
	width: 100%;
	max-width: 300px;
	font-family: 'Cabin', sans-serif;
	font-size: 16px;
	color: #382b2a;
}


::-webkit-input-placeholder {
   	color: #b7a982;
	font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   	color: #b7a982;
	font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   	color: #b7a982;
	font-style: italic;
}

:-ms-input-placeholder {  
  	color: #b7a982;
	font-style: italic;
}

.wpcf7 input:focus {
	border: 1px solid #d1d1d1;
}

.wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 textarea:focus, .wpcf7 input[type=tel]:focus {
  box-shadow: 0 0 5px #d3c59e;
  border: 1px solid #b7a982;
}

input.wpcf7-captchar {
	max-width: 100px !important; 
	width: 100% !important;
}

.wpcf7 input[type=submit] {
	width: 100%;
	max-width: 320px;
	padding: 10px;
	font: bold 18pt 'Cabin', sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	border: none;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #b3b3b3;
	float: left;
	clear: both;
}

.wpcf7 input[type=submit]:hover {
	cursor: pointer;
	background: #b7a982;
}

div.wpcf7-mail-sent-ok {
	border: none;
	background: #d5c69b;
	color: #FFF;
	width: 100%;
	max-width: 270px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float: left;
	clear: both;
}

div.wpcf7-validation-errors {
	border: none;
	background: #d5c69b;
	color: #FFF;
	width: 100%;
	max-width: 270px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	float: left;
	clear: both;
}

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

/*------------------------- FOOTER ITEMS ---------------------------*/

p#footer-info {
	color: #b3b3b3;
}


p#footer-info {
    	color: #b3b3b3;
}
p#footer-info a {color: #b3b3b3;}
p#footer-info a:hover {color: #b7a982; text-decoration: underline;}

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

@media only screen and ( min-width: 1405px ) {
#homeslider .et_pb_slide {
	background-size: contain;
	height: 890px;
}
}



/*-------------------[960px]------------------*/

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
	.et_pb_column_1_3 {width: 28%; float: left;}
}
#homeslider .et_pb_slide {
	background-size: contain;
	height: 890px;
}


/*-------------------[768px]------------------*/

@media only screen and ( max-width: 980px ) {
.servicestext p {text-align: justify !important;}

#homeslider .et_pb_slide {
	background-size: contain;
	height: 400px;
}
}




/*-------------------[480px]------------------*/

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

.servicestext p {text-align: justify !important;}
	
#homeslider .et_pb_slide {
	background-size: contain;
	height: 300px;
}

}


/*-------------------[320px]------------------*/

@media only screen and ( max-width: 479px ) {
	.servicestext p {text-align: justify !important;}
	
#homeslider .et_pb_slide {
	background-size: contain;
	height: 300px;
}
}
