/*
Theme Name: Divi Child
Description: Divi Child Theme developed for the 'Kirsty Howarth' website Page by SIAN LEE DIGITAL
Author: Simon Edge (SIAN LEE DIGITAL)
Template: Divi
Version: 1.0
*/

@import url("../Divi/style.css");


/*
#########################
##### GENERAL STYLE #####
#########################
*/
.et-main-area .container,
.et_pb_section .et_pb_row {
	width:90% !important;
	max-width:1200px !important;
}
.et_pb_section .kh_full_width_row {
	width:100% !important;
	max-width:100% !important;
}
.et_pb_section .kh_full_width_row .et_pb_column_1_2 {
	min-height:auto !important;
}
.grecaptcha-badge {
	display:none !important;
}
#et-secondary-menu .et-social-icons {
	margin-right:0px !important;
}
#et-secondary-menu .et-social-icons li a {
	padding-bottom:6px !important;
}
#et-top-navigation #top-menu > li > a:hover {
	color:#ffffff !important;
	opacity:1.0 !important;
}
textarea.et_pb_contact_message {
	margin-bottom:25px !important;
}
input.et_pb_contact_captcha {
	margin-left:10px !important;
}



/*
###########################
##### HOME PAGE STYLE #####
###########################
*/
#home_banner_section .header-content {
	margin:0px !important;
	padding:0px !important;
	margin:0px auto !important;
	width:100% !important;
	max-width:100% !important;
}



/*
######################################
##### FLOATING CONTACT US BUTTON #####
######################################
*/
#floating_contact_us_button {
	display:block;
	background-color:#4196bb;
	color:#000000;
	position:fixed;
	top:50%;
	right:-40px;
	margin-top:0px;
	width:120px;
	padding:15px 0px;
	border:solid 1px rgba(0,0,0,0.1);
	border-top-style:none;
	text-align:center;
	z-index:9999;
	font-weight:700;
	font-size:16px;
	line-height:16px;
	text-decoration:none;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	transform:rotate(270deg);
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}
#floating_contact_us_button:hover {
	background-color:#e58435;
	color:#ffffff;
}
@media only screen and (max-width:767px) {
	#floating_contact_us_button {
		right:-34px; width:100px; padding:9px 0px 10px; font-size:14px; line-height:14px; }
}