/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/

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

.single-post #main-content #left-area {
	width: 100%;
}
.single-post #sidebar {
     display: none;
}
h1 {
	font-family: proxima-nova, sans-serif!important;
}
.single-post #main-content #left-area {
	padding-top: 0px;
}
 
/* ---- Sidebar Settings ---- */
.single #sidebar {
	background: #efefef; 
	padding-top: 20px; 
	padding-right: 20px; 
	padding-left: 20px; 
	padding-bottom: 20px;
}

#main-content .container:before {
	 background: none;
}

/* ---- Standard Post Title & Post Meta ---- */
.single h1.entry-title,.attachment h1.entry-title, .single p.post-meta {
     width: 100%;
     text-align: center;
     color: #263746;
}
h2.entry-title {
	
	
}
.et_pb_post a img {
    margin: 40px 0px 20px 0;
	max-width:400px;
    max-height: 150px ;
	object-fit: cover;
}
div.et_post_meta_wrapper img {
     margin: 0px 0px 20px 0;
     max-height: 250px ;
	object-fit: cover;
}
#page-container .et_pb_post {
     clear: both !important;
     float: none !important;
     margin: 0 !important;
}



/* Style Footer Credits - Lines 948 & 949 */

#footer-info { 
text-align: left; 
color: green; 
padding-bottom: 10px; 
float: left; 
}

#footer-info a { 
font-weight: 700; 
color: yellow; 
}

#footer-info a:hover { 
color: pink; 
}

/* Style Footer Social Icons - Lines 1185 to 1198 */

#footer-bottom .et-social-facebook a {
	color: blue;
}
#footer-bottom .et-social-twitter a {
	color: powderblue;
}
#footer-bottom .et-social-google-plus a {
	color: red;
}
#footer-bottom .et-social-rss a {
	color: orange;
}

/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
	color: pink;
}
#footer-bottom .et-social-twitter a:hover {
	color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
	color: pink;
}
#footer-bottom .et-social-rss a:hover {
	color: pink;
}
/* Submit Button Gravity Forms
-----------------------------*/
body .gform_wrapper .gform_footer input[type=submit] { 
 color: #FFFFFF;
 background: #1fd5ff;
 font-size: 19px;
 letter-spacing: 1px;
 text-transform: uppercase;
 float: right; 
 height: 50px; 
 min-width: 250px; 
 border: none;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
 background: #dde6e9;
}