/*
Theme Name: Dertliu Child
Theme URI: http://dertliu.edu.al
Author: Dodo.al
Author URI: http://dodo.al
Description: Consulting, Business, Finance, Accounting WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dertliu
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: dertliu
*/

.page-header.parallax .featured-image {
    background-size: cover !important;
}

/* vetëm single post */

.single-post .single-hero{
width:100vw;
margin-left:calc(50% - 50vw);
margin-right:calc(50% - 50vw);
height:75vh;
background-size:cover;
background-position:center;
display:flex;
align-items:center;
position:relative;
}

/* overlay mbi foto */

.single-post .single-hero-overlay{
width:100%;
height:100%;
background:linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.8));
display:flex;
align-items:flex-end;
}

/* content mbi hero */

.single-post .single-hero-content{
max-width:900px;
margin:auto;
padding:40px 20px;
color:white;
}

/* title */

.single-post .single-title{
font-size:46px;
line-height:1.2;
margin-bottom:10px;
color:white;
}

/* meta */

.single-post .single-meta{
font-size:14px;
opacity:0.9;
}

/* article content */

.single-post .single-article-content{
max-width:850px;
margin:auto;
padding:40px 20px;
font-size:18px;
line-height:1.8;
}

/* responsive */

@media (max-width:768px){

.single-post .single-hero{
height:50vh;
width:100%;
margin-left:0;
margin-right:0;
}

.single-post .single-title{
font-size:28px;
}

.single-post .single-hero-content{
padding:20px;
}

.single-post .single-article-content{
padding:30px 18px;
font-size:17px;
}

}