/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* SINGLE BLOG PAGE Custom CSS for the child theme */

body.single-post .anasacreative-main {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

body.single-post .anasacreative-main .container{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

body.single-post .anasacreative-main .single-content-wrapper .container {
    width: 100%;
    max-width: 991px;
    margin: 0 auto;
}

body.single-post .anasacreative-main .single-banner-blog{
    background: #000;
    padding: 80px 15px;
}

.single-banner-content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    overflow: hidden;
    position: relative;
}

.single-banner-content-row  .single-banner-left {
    padding: 0 30px 0 0;
    width: 50%;
}

.single-banner-content-row .single-banner-left {
    padding-bottom: 0 !important;
}

.single-banner-content-row .single-banner-right {
    width: 50%;
}

.single-banner-content-row .single-banner-right .post-thumbnail{
    max-height: 400px;
    overflow: hidden;
}
.single-banner-content-row .single-banner-right .post-thumbnail img{
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.single-banner-content-row .single-banner-blog-title{
    color: #fff;
    margin: 0;
    margin-bottom: 25px;
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 600;
}

.single-banner-content-row .single-banner-left .single-banner-blog-meta{
    display: flex;
    margin-bottom: 20px;
}

.single-banner-content-row .single-banner-left .single-banner-blog-meta span{
    font-weight: 400;
    position: relative;
    padding-left: 5px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.single-content-wrapper {
    padding: 40px 15px;
}

.single-content-wrapper .container {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.single-content-wrapper .container p, .single-content-wrapper .container ul li{
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
}

.single-content-wrapper .container h2{
    margin: 0;
    font-size: 2.5rem;
    font-weight: 500;
    color: #000000;
}
.single-content-wrapper .container h3{
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
    color: #000000;
}
.single-content-wrapper .container h4{
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
}
.single-content-wrapper .container h5{
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: #000000;
}

.single-content-wrapper .container img{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.single-content-wrapper .container ul{
    margin: 0;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.single-content-wrapper .container strong{
    font-weight: 600;
    color: #000000;
}

.single-content-wrapper .container p:empty {
    display: none;
}

@media ( max-width: 1024px ){
    .single-banner-content-row .single-banner-blog-title{
        font-size: 3rem;
    }
}

@media ( max-width: 767px ){
    body.single-post .anasacreative-main .single-banner-blog{
        padding: 80px 15px 40px;
    }
    .single-banner-content-row{
        flex-direction: column;
    }
    .single-banner-content-row .single-banner-left{
        width: 100%;
        padding: 0 0 30px 0;
    }
    .single-banner-content-row .single-banner-right{
        width: 100%;
    }
    .single-banner-content-row .single-banner-right .post-thumbnail img{
        height: 300px;
    }
}

@media ( max-width: 480px ){
    .single-banner-content-row .single-banner-blog-title{
        font-size: 2.5rem;
    }
}