/*
Theme Name: Divi Child
Version: 2.0
Description: Divi Child Theme for JoshHall.co
Author: Josh Hall
Template: Divi
Author URL: https://joshhall.co
*/
 
@import url("../Divi/style.css");
 
/*-------My Theme Customizations------- */

/* Header */


.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #0cce6b;
}


@media only screen and (max-width: 980px) {
	
	.et_fixed_nav #main-header {
		position: fixed;
		transition: all 0.4s ease-in-out !important;
	}

	.et_header_style_left #logo {
		max-width: 100% !important;
	}

	.logo_container {
		height: 100%;
	}


	#logo {
		max-height: 100%;
	}

}


/* Blog Posts */

.et_pb_section {
	background-color: #0c001b;
}

/* Blog */

.et_pb_blog_0_tb_body:not(.et_pb_blog_grid_wrapper) .et_pb_post {
    padding: 20px;
}

.et_pb_post_title_0_tb_body .et_pb_title_container {
    padding-left: 1em !important;
	padding-right: 1em !important;
}

@media (min-width: 768px) {
	.et_pb_post_title_0_tb_body .et_pb_title_container {
		padding-bottom: 4em !important;
	}
}

.et_pb_post_title_0_tb_body .et_pb_title_container h1.entry-title {
    padding-bottom: .25em;
}

.et_pb_post_content .et_builder_inner_content .et_pb_row {
    max-width: 100% !important;
    width: 100% !important;
}

/* WP Form */

#wpforms-3159-field_0, #wpforms-3159-field_0-last, #wpforms-3159-field_1 {
 	height: 50px;
	border-radius: 8px;
	font-family: 'Aleo',Georgia,"Times New Roman",serif !important;
	padding: 15px;
	background-color: #F3F1EE;
}

#wpforms-3159-field_2 {
	border-radius: 8px;
	font-family: 'Aleo',Georgia,"Times New Roman",serif;
	padding: 15px;
	background-color: #F3F1EE;
}

#wpforms-3159-field_0::placeholder, #wpforms-3159-field_0-last::placeholder, #wpforms-3159-field_1::placeholder, #wpforms-3159-field_2::placeholder {
	color: #ED7D3A;
}

.et_pb_contact_submit.et_pb_button {
	font-weight: 600;
	font-family: 'Exo 2',Helvetica,Arial,Lucida,sans-serif!important;
	float: right;
}

#wpforms-confirmation-3159 {
	font-size: 36px;
	line-height: 1.1em;
	color: #ED7D3A;
	font-weight: 400;
	font-family: 'Exo 2',Helvetica,Arial,Lucida,sans-serif!important;
}


@media only screen and (min-width: 980px) {
	
	#wpforms-3159-field_0, #wpforms-3159-field_0-last, #wpforms-3159-field_1 {
		margin-bottom: 10px;
	}
}
