/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
#main-header {
    background-color: #f4f4ef;
}
footer#main-footer .container {
    display: none;
}
footer#main-footer #footer-bottom .container {
    display: block;
}
.post-main {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 30px;
	transition:ease-in .3s;
	-webkit-transition:ease-in .3s;
}
.post-main:hover {
	z-index:99;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
section.brand-call .post-main:nth-child(odd){
	padding-right:15px;
}
section.brand-call .post-main:nth-child(even){
	padding-left:15px;
}
.post-block {
    height: auto;
    width: 100%;
    float: left;
}
.post-main h3 {
    text-transform: uppercase;
    color: #aeaeae;
    margin-bottom: 5px;
}
.post-main .post-thumb a {
	height:250px;
	width:100%;
	display:inline-block;
}
.post-thumb {
    height: 250px;
    width: 100%;
    display: inline-block;
    float: left;
}
.et_right_sidebar #main-content .container:before{
    display: none;
}
.et-db.single-brand #et-boc .et-l .et_pb_section.et_pb_section_0 {
    padding-top: 0;
}
.et-db.single-brand #et-boc .et-l .et_pb_row {
    width: 100%;
}
.et-db.single-brand.et_right_sidebar #sidebar {
    display: none;
}
.et-db.single-brand #left-area {
    width: 100%;
    padding-bottom: 23px;
}
body #footer-info {
    width: 100%;
    display: inline-block;
    text-align: center;
}