/*
Theme Name: 	Divi Child
Theme URI: 		http://www.elegantthemes.com/gallery/divi/
Description: 	Divi child theme
Author: 		Elegant Themes
Author URI: 	http://www.elegantthemes.com
Template:       Divi
Version: 		1.0.0
*/



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

#main-footer {display: none;}
#main-header {display: none;}

/* Events page, add border to button */

input.em-form-submit.em-booking-submit.em-button.em-button-1 {
    border: 1px solid black !important;
}

/* Remove margin below P on events page */

.em.pixelbones blockquote, .em.pixelbones dl, .em.pixelbones figure, .em.pixelbones ol, .em.pixelbones p, .em.pixelbones pre, .em.pixelbones table, .em.pixelbones ul {
    margin-bottom: 0px!important;
}


.et_pb_column .et_pb_widget {
	width: 100% !important;
}

/* =Divi Menu styling
------------------------------------------------------- */ 
.mobile_nav.opened .mobile_menu_bar:before {
	content: '\4d';
}

/*** Move menu to the right **/

.et_pb_menu__wrap {
	justify-content:flex-end!important;
}

/* =Password protected page styling
------------------------------------------------------- */ 
.et_password_protected_form {
	padding: 100px;
	height: 100vh;
	}
/*----------------------- Hide Sidebar -----------------------*/
#sidebar {display:none;}

/*** 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;
}
}