/* 
 Theme Name:     Divi-Child
 Author:         Blodiemere Parole
 Author URI:     vladparole.ml
 Template:       Divi
 Version:        1
 Description:   Divi Child Theme. Smart. Flexible. Beautiful.Divi child theme is a great way to add advanced customization to your theme without having to worry about erasing those changes each time you update the Divi theme. In fact, a Divi Child theme has many benefits. It allow you to better organize all of your custom CSS/Code in one place, making it easier to collaborate with others. This will also help protect your code from clients who have access to custom code within the theme customizer and settings.
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


body.page-template-page-template-noheader-footer-php #page-container {
	padding-top: 0 !important;
}

.hero-section {
    padding-top: 150px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    max-height: 450px;
    background-color: #000;
}
 
.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;}
 
/* ---- Standard Post Title & Post Meta ---- */
.single h1.entry-title,.attachment h1.entry-title {
width: 100%;
text-align: center;
padding-left: 8px;
padding-right: 8px;
font-weight: 700;
text-transform: normal;
color: #ffffff;
}
.single p.post-meta {
visibility: hidden;
}
 @media only screen and (min-width: 980px) {
/*** Set title font size for desktop ***/
.single h1.entry-title {
font-size: 45px !important;
}
 }
.post-meta {
display: none;
}
