/*
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");
.et_right_sidebar #main-content .container:before, .et_right_sidebar #main-content .container:before {
display:none !important;
}
/*Styling for the single blog posts (header sections)*/
.single .hero-header{
	color: #fff;
	padding:  100px 15px 15px 15px;
	background-size: cover;
	background-position: center; 
	background-color: #eee;
}
.single .hero-header .title{
	color: inherit;
}
.single .hero-header .post-date{
	font-size: 1.3rem;
    font-weight: 300;
}
.single .hero-header .post-author{
	color: inherit;
}
.single .hero-header .post-author a{
	color: inherit;
}

/*term listing (tag or cat)*/
.single .hero-header .terms-container{
	margin-top: 20px;
}
.single .hero-header .terms{
	margin-top: 10px;
}
.single .hero-header .terms .term-title{
	color: #fff;
	margin-right: 5px;
}
.single .hero-header .terms .term{
	color: #fff;
    margin: 0px 0px 10px 0px;
}
/*removing the top padding from primary container*/
.single .hero-header ~ #main-content .container{
	padding-top: 0px!important;
}

@media screen and (min-width: 768px){
	
	.single .hero-header .terms-container{
		margin-top: 60px;	
	}
	.single .hero-header{
		padding:  120px 15px 60px 15px;
	}
	
}
