/*
 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
------------------------------------------------------- */
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
#main-footer{
	border-top: 1px solid grey;
    /*background-image: url("https://demobis.embeteco.com/wp-content/uploads/2019/01/cloud-computing-2001090_1920-invert-bw-heller.jpg");
	background: #004c66 !important;*/

}
.et_pb_gallery_grid .et_pb_gallery_item img{
	height:8em;
	width:auto;
}
.et_pb_gallery_0 .et_pb_gallery_image {

    text-align: center;

}
	
.sabai-entity-buttons{
	display:none;
}
.mobile_menu_bar::before{
	color: #fff !important;
}	
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

