/*
Theme Name:     Horizon Peak Consulting
Description:    Custom theme for Horizon Peak Consulting
Author:         HPC_Admin
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

#main-content .et_builder_inner_content .et_pb_section#featured-image {
	padding-top: 70px !important;	
}
.nav li li ul {
	left: 210px;
}

.single #sidebar .widget_search input#s,
.single #sidebar .widget_search input#searchsubmit {
    border-radius: 0;
}

.single #sidebar .widget_search input#s {
    border: 5px solid #f5f5f5;
}

#blog-opt-in {
	background: #fff; 	
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 	
	line-height: 1.5em; 
	overflow: hidden; 	
	color: #666; 	
	font-size: 16px; 	
	border-top: solid 20px #1c7597;   
	border-top-color: #3071b0; 	
	border-bottom: solid 10px #064e7e;   	
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.3); 	
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,.3); 	
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	clear: both; 
	margin: 20px 0px; 
}  
#blog-opt-in .et_pb_text_inner {
	display: flex;
}
#blog-opt-in .first-half {
	border-right: 1px dotted #aaa; 	 	
}
#blog-opt-in .first-half,
#blog-opt-in .second-half { 
	padding: 5%;
	flex-basis: 50%; 
}
#blog-opt-in .second-half { 	
	text-align: center;
} 
#blog-opt-in h3 { 	
	margin: 0px 0px 15px; 	
	font-size: 24px; 	
	padding: 0px; 
}   
._form_3 label { 	
	display: block;
	font-size: 14px; 	
	font-weight: bold;
	text-align: left;
}
._form_3 input[type="text"], 
._form_3 input[type="email"] { 	
	font-size: 14px; 	
	padding: 10px 8px; 	
	width: 100%; 	
	border: 1px solid #d6d6d6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #f8f7f7;
	margin-bottom: 5px;
	height: auto; 
}
._form_3 button._submit {     
	width: 100%;     
	color: #fff;     
	margin: 10px 0px 0px;     
	padding:  10px 0px;     
	font-size: 18px;     
	background: #064e7e;     
	-moz-border-radius: 4px;     
	-webkit-border-radius: 4px;     
	border-radius: 4px;
	cursor: pointer;     
	border: none;    
	text-shadow: none;   
}
._form_3 button._submit:hover {
	background: #1c7597;
}
#blog-opt-in .second-half p { 	
	color: #626262; 	
	font-size: 11px;
}  
.single-post #main-content .et_pb_module h2 {
	margin-bottom: 12px;
	margin-top: 24px;
}
.single-post #main-content .et_pb_module h3 {
	margin-bottom: 8px;
	margin-top: 15px;
}
@media screen and (max-width: 676px) {  
	#blog-opt-in .et_pb_text_inner {
		display: block; 
	}
	#blog-opt-in .first-half  {
		border-bottom: 1px dotted #aaa;
		border-right: none;
	}
	#blog-opt-in .first-half,
	#blog-opt-in .second-half {
		padding: 10%;
	}
} 