/* 
 Theme Name:     Keynote Women
 Author:         Girish Dadlani
 Author URI:     www.wpportfolio.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built of Divi
 Wordpress Version: 4.9.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Following changes made by Girish*/
/* 18 Change color of the hamburger menu on tablet and mobile*/
span.mobile_menu_bar:before {
    color: #13b594!important;
}
/* 30 Change the mobile menu bottom border */
.et_mobile_menu {
    border-top: 2px solid #1db698!important;
}

/* Remove Sidebar */
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}
/*** Hide Sidebar for archive pages ***/
.archive #sidebar {display:none;}
/*** Hide Sidebar for all pages ***/
.page  #sidebar {display:none;}
/*** Hide Sidebar for single posts ***/
.single  #sidebar {display:none;}
/*** Hide Sidebar for single project posts ***/
.single-project  #sidebar {display:none;}
/*** Hide Sidebar for category archive pages ***/
.category  #sidebar {display:none;}
/*** Hide Sidebar project category archive pages ***/
.tax-project_category  #sidebar {display:none;}
/*** Hide Sidebar for 404 pages ***/
.error404  #sidebar {display:none;}

/* Mailchimp popup - remove double scroll bars */
.modalContent {
    width: 520px !important;
}

