/*
 Theme Name: DiviChild
 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
------------------------------------------------------- */

/* Header Texture */
 
#main-header {
display: none;
}
#page-container {
padding-top: 0px !important;
margin-top: 0px !important;
}

/* Hide footer */

#main-footer {
    height: 0 !important;
    overflow: hidden;
}

.et-fixed-header #top-menu li a {
    font-size: 10px!important;
}

#top-menu.nav {
    margin: -10px 30px -15px 0px;
		font-size: 10px!important;
		font-weight: 500;
}

#top-menu a {
		font-size: 10px!important;
		font-weight: 500;
}

#top-menu li {
		font-size: 10px!important;
		font-weight: 500;
}




.et_pb_toggle_open .et_pb_toggle_title:before {
	display: block !important;
	content: "\4b";
	font-weight: bold;
	font-size: 14pt;
}

.et_pb_toggle_close .et_pb_toggle_title:before {
	display: block !important;
	content: "\4c";
	font-weight: bold;
	font-size: 14pt;
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}		
	100% {
		transform: translateY(0%);
	}		
}