/* Enter Your Custom CSS Here */
/* =Basic HTML--------------------------------------------------------------------------------*/
body {
	line-height: 1.60;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
a:focus {
	outline: 1px dotted invert;
}
hr {
	border-color: rgba(0,0,0,0.2);
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
/* =Headings--------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .userfields_info, .result-title, span.title, .productdetails-view h1{
	font-weight: 300;
	letter-spacing: 0px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 280%;
	letter-spacing: -2px;
}
h2 {
	font-size: 200%;
	letter-spacing: -1px;
}
h3, .productdetails-view h1 {
	font-size: 145%;
}
h4, span.title {
	font-size: 140%;
}
h5 {
	font-size: 140%;
}
h6 {
	font-size: 110%;
}
/* contact form 7--------------------------------------------------------------------------------*/
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
	background-color: #eee !important;
	border: none !important;
	width: 100% !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px;color: #999 !important;
	padding: 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-submit {
	color: #2EA3F2 !important;
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 20px;
	line-height: 1.7em;
	background: transparent;
	border: 2px solid;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.wpcf7-submit:hover {
	background-color: #eee;
	border-color:#eee;
	padding: 6px 20px !important;
}
/* top menu colour--------------------------------------------------------------------------------*/
#et-top-navigation ul.nav .current_page_item > a,
#et-top-navigation ul.nav .current_page_parent > a,
#et-top-navigation ul.nav .current-menu-item > a,
#et-top-navigation ul.nav .current-menu-item > a
{
	color:#ed8a00;
}
/* divi slider--------------------------------------------------------------------------------*/
/* Set the semi-transparent background color */
/*.et_pb_slide_content,.et_pb_slide_description > h2,.et_pb_more_button_wrap { background-color: rgba(0, 0, 0, 0.5);  }*/

/* Hide the content area if empty (no title and no content) */
.et_pb_slide_description:first-child .et_pb_slide_content:empty { display:none; }
/* Add 30px of padding to the background */
.et_pb_slide_description > h2 {
	padding: 30px 30px 10px 30px !important;
	margin-left:-30px;
	margin-right:-30px;
}
.et_pb_slide_description {
	margin-top:30px;
	margin-bottom:-30px;
}
.et_pb_slide_description > div:first-child {
	padding-top: 30px !important;
}
.et_pb_slide_description .et_pb_slide_content,.et_pb_more_button_wrap {
	padding:0px 30px 30px 30px !important;
	margin-left:-30px;
	margin-right:-30px;
}
@media only screen and (max-width: 479px ) {
	.et_pb_slide_description > h2 {
		padding-bottom: 0px !important;
	}
	.et_pb_slide_description .et_pb_slide_content > p {
		padding-top: 10px !important;
	}
	.et_pb_more_button_wrap {
		display:none;
	}
}
/* Give the background rounded corners */
.et_pb_slide_description > :first-child {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.et_pb_slide_description div:last-child {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}