/*
Theme Name:Child Theme for Divi
Theme URI: https://marysan.com
Description: Child Theme For Divi - designed by Mar y San Design
Author: Marco Westrik
Author URI: https://marysan.com
Template: Divi
Version: 100.0
*/

/* Start your custom CSS bellow this comment
============================================ */

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}

/*** Expand the content area to fullwidth ***/
@media (min-width: 1150px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}
/*** Hide Sidebar ***/
#sidebar {display:none;}
H3
{
font-size:18px !important;
}

/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 1150px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}

.wpml-ls-menu-item .wpml-ls-flag {

    width: 12px !important;
    height: 12px !important;
}