/*
 Theme Name:   Cleaninter Child
 Template:     cleaninter
*/

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

/* Custom */
/* header */
#main-header{
	box-shadow: -1px 3px 5px 0px #444 !important;
	padding-top: 7px;
	color: #444;
}

#footer-info{display:none;}
.et_pb_slide, .et_parallax_bg {background-position: center top !important;}
.et_fixed_nav #logo {
	max-height: 100%;
}
#main-header .et_pb_row{
	padding-top: 0px;
}
.rightsd{
	float: right;
	width: 134px;
	margin-left: -134px;
}
.lefttsd{
	float: left;
	margin-right: 134px;
}
.lefttsd .widget_text {
	margin: 30px 10px 0 0;
}
.rightsd a{
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	padding: 12px;
	border: none;
	color: #fff;
	border-radius: 3px;
	display: block;
	text-align: center;
}
.rightsd .blubg {
	background: #5fa1e4;
	margin-top: 6px;
}
.rightsd .redbg {
	background: #940000;
	margin-top: 13px;
	margin-bottom: 13px;
}
.bluenav{
	background:#5fa1e4;
}
.bluenav #top-menu li > a {
	padding: 8px 0 15px 0;
	color: #fff;
}
.et-fixed-header .bluenav #top-menu li > a {
	padding: 13px 0 13px 0;
}
.vtop {
transition: all 0.2s ease-in-out;
}
.et-fixed-header .vtop {
height: 0px;
overflow: hidden;
}
.et-fixed-header {
padding: 0 0 0 0 !important;
}
#top-menu li {
	padding-right: 22px;
	padding-left: 22px;
	background-image: url(/img/divblu.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-right: -4px;
}
#top-menu > li:last-child {
	padding-right: 22px;
}
#top-menu li:hover {
	background-repeat:repeat-x;
}
body #top-menu li.current-menu-item > a{
	color: #fff;
	font-weight: bold;
}
/* global */
h2{
	text-transform:uppercase;
}
h1, h2, h3, h4, h5, h6,body {
	color: #828282;
}
/* Home page */
#homebg{
	padding-bottom: 0px;
}
#supportdiv{
	padding-top:0px;
}
#homebg .et_pb_row{
	background-image: url(/wp-content/uploads/2015/02/computer.jpg);
	background-size: inherit;
	background-position: left top;
}
#homebg .et_pb_section {
	padding: 0px;
}
#homebg h1 {
	font-size: 48px;
	color: #5fa1e4;
}
#homebg p {
	color: #000;
	font-size: 24px;
}
#homebg em {
	color: #5fa1e4;
	font-style: normal;
}
#homebg .et_pb_bg_layout_light .et_pb_promo_button{
	background: #940000;
	border-color: #940000;
	color: #fff !important;
}
#goodfilter h2{
	color:#fff;
}
#signup{

}
#main-content .entry-content tr td {
	border-top: none;
	padding: 6px 3px;
}
#main-content table {
	border-spacing: 0px;
	border: none;
	font-size: 12px;
}
#main-content fieldset {
	border: 1px solid #61a1e8;
}
#main-content legend {
	background: #61a1e8;
	color: #fff;
	padding: 5px 20px;
	margin-left: 20px;
}
.style8 {
	color: #ca000e;
}
.page-template-page_signup .et_pb_column_2_3 {
	width: 750px;
}
.page-template-page_signup .et_pb_column {
	margin-right: 10px;
}
.mainPadding input{
	max-width: 160px;
	border: 1px solid #cdcdcd;
	padding: 5px 0;
}
.textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinValueMsg, .textfieldMaxValueMsg, .textfieldMinCharsMsg, .textfieldMaxCharsMsg, .textfieldValidMsg {
	display: none;
}
.passwordRequiredMsg, .passwordInvalidStrengthMsg, .passwordMinCharsMsg, .passwordMaxCharsMsg, .passwordCustomMsg, .passwordValidMsg {
	display: none;
}
.et_pb_text h3 {
	color: #5fa1e4;
	font-size: 24px;
}
.et_pb_promo_button,.et_pb_promo_button:hover {
	background: #940000;
	border-color: #940000;
	text-transform: uppercase;
}
/* responsive */
@media only screen and (max-width: 768px){
	.lefttsd {
		float: none;
		margin-right: 0px;
		display: block;
	}
	.rightsd {
		float: none;
		width: auto;
		margin-left: 0px;
	}
	.lefttsd .widget_text {
		margin: 0px;
	}
	#main-header .et_pb_column_3_4{
		padding-bottom: 0px;
	}
	.et_mobile_nav_menu:before{
		content:"menu";
		color:#fff;
	}
	body .mobile_menu_bar:before,body .et_overlay:before{
		color: #fff !important;
	}
	.et-fixed-header .vtop {
		height: inherit;
	}
	.et-fixed-header  #homebg{
		height: 100px;
		overflow:visible;
	}
	#homebg .et_pb_row {
		background-image: none;
	}
	#homebg h1 {
		font-size: 38px;
	}
	h2{
		font-size: 22px;
	}
	.et-waypoint {
		opacity: 1;
	}
}