/*
			 Theme Name:   A_B
			 Theme URI:    http://www.ecoclassheaters.com
			 Description:  A_B Theme
			 Author:       A_B
			 Author URI:   http://www.ecoclassheaters.com
			 Template:     Divi
			 Version:      2.7.3
			 License:      GNU General Public License v2 or later
			 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
			 Text Domain:  ecoclassheaters
*/
@import "../Divi/style.css";
/*------------------------------------*/


/*A4B*/

#main-header, .et-fixed-header, .et_fixed_nav 
#main-header { 
	margin-top:-460px !important; 
	transition: all 0.7s; 
	-moz-transition: all 0.7s; 
	-webkit-transition: all 0.7s; 
}
.text_occ{
	position:relative; 
	margin-left:-500px; 
	margin-top:-40px; 
	z-index:-1;
}
#main-footer, #footer-bottom{
background-color:#FF400B !important;
}
#footer-info, #footer-info a {
	text-align: center;
	color:rgba(255, 255, 255, 0.48);
	padding-bottom: 10px;
	float: none;
}
.et-pb-arrow-prev, .et-pb-arrow-next{
	color: red;
}
h2{
	font-size:30px !important;
}


@media all and (min-width: 980px) {
		#main-header, .et-fixed-header, .et_fixed_nav #main-header { margin-top:-200px !important; transition: all 0.7s; -moz-transition: all 0.7s; -webkit-transition: all 0.7s; }
}
@media all and (max-width: 980px) and (min-width: 0px) {

	#main-header, .et-fixed-header, .et_fixed_nav #main-header { margin-top:-140px !important; transition: all 0.7s; -moz-transition: all 0.7s; -webkit-transition: all 0.7s; }
	h2{font-size:26px !important;}

}