/*
 Theme Name:     Custom Brief Divi Child Theme
 Theme URI:      https://365villas.com
 Description:    Custom Brief Divi Child Theme
 Author:         365villas
 Author URI:     https://365villas.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

#main-content .container::before {
    position: absolute;
    top: 0;
    width: 0;
    background-color: transparent;
	content: "";
	display: none;
}
