/*
Theme Name: Showdown
Description: Showdown Elementor Theme
Version: 1.0
Template: showdown
*/

.single-page{
    min-height: 100vh;
    background-image: url("assets/img/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding-bottom: 269px;
}

.post_title h1{
    font-family: 'Rany';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #FFFFFF;
    margin-top: 0;
}

.post_wrapper-content{
    margin-top: 24px;
}

.post_image img{
    width: 100%;
}

.post_sidebar .posts_wrapper-sidebar{
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 10px;
}

.post_sidebar .posts_content{
    background: transparent;
    backdrop-filter: none;
    padding: 20px 0;
}

.post_sidebar .recent_title{
    font-family: 'Rany';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color:#fff;
}

.post_sidebar{
    display: flex;
    flex-direction: column;
}

.post_sidebar .posts_wrapper-sidebar .posts_item{
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.posts_wrapper-sidebar .posts_item:last-child{
    border-bottom: none;
}

.recent{
    margin-bottom: 40px;
}

.post_wrapper{
    display: flex;
}

.post_content h2{
    font-family: 'Rany';
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
}

.post_content h3{
    font-family: 'Rany';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

.post_content h4{
    font-family: 'Rany';
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
}

.post_content h5{
    font-family: 'Rany';
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.post_content p{
    font-family: 'Rany';
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color:#fff;
    margin-bottom: 32px;
}

.post_content .size-full img{
    width: 100%;
    height: auto;
}

.post_wrapper-content .posts_meta{
    margin-bottom: 40px;
}

.post_content ul{
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

.post_content li{
    position: relative;
    font-family: 'Rany';
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #FFFFFF;
    padding-left: 20px;
    margin-bottom: 8px;
}

.post_content li:before{
    content:"";
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translate(0,50%);
    width: 10px;
    height: 10px;
    background-color: #fff;
}

.post_content ol li:before{
    width: 0;
    height: 0;
}

.post_content ol li{
    padding-left: 0;
}

.post_content figcaption,.post_content cite{
    color:#fff;
    font-family: 'Rany';
}

.post_breadcrumbs a{
    position: relative;
    font-family: 'Rany';
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    margin-right: 20px;
}

.post_breadcrumbs a:after{
    content: url("./assets/img/arrow-left.svg");
    position: absolute;
    right: -15px;
    top: -8px;
    width: 4px;
    height: 2px;
}

.post_breadcrumbs span{
    font-family: 'Rany';
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
    color: #928491;
}

.post_wrapper-head{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.post_wrapper-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.post_wrapper-content .post_title{
    width: 100%;
}

.post_wrapper-content .post_text{
    margin-right: 40px;
}

.post_wrapper-content .post_sidebar{
    min-width: 373px;
    max-width: 400px;
}

.posts_layout{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.post_sidebar .posts_meta{
    margin-bottom: 0;
}

.recent_title{
    margin-bottom: 20px;
}



@media only screen and (max-width: 1250px){
    .posts_layout{
        flex-wrap: wrap;
    }
    .post_wrapper-content .post_sidebar{
        width: 100%;
        min-width: 100%;
    }
    .post_wrapper-content .post_text{
        margin: 0;
    }
    .post_sidebar .posts_item{
        margin: 0 20px;
    }
    .single-page .user_wrapper{
        display: none;
    }
    .post_title h1{
        font-size: 36px;
        line-height: 40px;
    }
}

body{
    overflow-x: hidden!important;
}

.header_wrapper.mobile #notifications{
    position: absolute;
    top: 12px;
    right: 20px;
}