/*
Theme Name: Child Theme 
Description: Child Theme 
Author:  ET
Author URI:  ET
Template: Divi
Version:  1.0.1
*/

@import url("../Divi/style.css");

/* ------ Theme customizations ------- */
/*------ main nav dropdown ------*/
@media only screen and (min-width: 981px) {
	#top-menu li li {
		padding: 0 1px;
	}
	.nav li li {
		line-height: 1.2em;
	}
	.nav li ul {
		top:20px;
		left: -20px;
		width: 180px;
		padding: 10px 0;
	}
	.nav ul li a:hover {
    opacity: .7;
    background-color: rgba(0,0,0,0) !important;
	}
}
/*------ END main nav dropdown ------*/
/*------ main nav no border ------*/
header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}
/*------ END main nav no border ------*/
/*------Blog Post subtitles & paragraph format ------*/
.single-post .et_pb_post h2, .single-post .et_pb_post h3,.single-post .et_pb_post h4, .single-post .et_pb_post h5, .single-post .et_pb_post h6 {
    font-weight: 700;
	margin:45px 0 15px;
	line-height: 1.2em;
}
.single-post .et_pb_post p {
    margin: 0 0 15px;
	font-weight: 400 !important;
}
/*------ END Blog Post subtitles & paragraph format ------*/