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

/*place button modules next to each other in the same column*/
.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

.pa-inline-buttons {
    text-align: center !important;
}

/*---------------Vertically Center Column Elements---------------*/
 
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}


/* Button Size Width */
.et_pb_button { 
	min-width: 300px !important; 
	text-align:center; 
}


/* Mobile CSS */

@media only screen and (max-width: 600px) {
	h1 {font-size: 34px !important;}
	/*h2 {font-size: 36px !important;}*/
	h3 {font-size: 20px !important;}
	h4 {font-size: 18px !important;}
	p  {font-size: 16px !important;}
	#logo {max-height: 100% !important;max-width: 65% !important;}
	.et_fixed_nav #main-header {position: fixed;}
	#main-header .container {width: 95% !important;}
	.et-fixed-header#main-header {background: #fff !important;}
	.et_pb_social_media_follow_0 li a.icon:before {font-size: 15px !important;}
	.et_pb_social_media_follow li {margin-left: 0px !important;margin-right: 0px !important;}
}



#footer-info {
    float: none !important;
	line-height: 1.2em;
}

span.mobile_menu_bar.et_pb_header_toggle.et_toggle_fullscreen_menu {
    visibility: hidden !important;
}