/*
 Theme Name:   PRIORISE
 Theme URI:    https://priorise.com
 Description:  Thème PRIORISE
 Author:       STUDIO WBM
 Author URI:   https://priorise.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light
 Text Domain:  priorise_theme
*/


/**************************
        SINGLE BLOG
***************************/
div.site main.site-main.single-blog-main{
    padding-bottom: clamp(120px, 150px, 200px);
}
.container-single-blog .row{
    justify-content: center;
}
.container-single-blog a {
    text-decoration: underline;
}
a.wp-block-button__link {
    text-decoration: none;
}
.single-blog-title{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: solid 1px rgba(99, 53, 241, 0.20);;
}
.row-single-blog > div.single-blog-content{
    flex: 0 0 auto;
    width: 85%;
}
.single-blog-content{
    flex-direction: column;
    display: flex;
    gap: 30px;
}
.single-blog-title > div{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.single-blog-title h1{
    color: var(--themeMarine);
    text-align: center;
    font-family: Lexend;
    font-size: 62px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.single-blog-content img{
    box-shadow: -30px -30px 94px 80px rgba(1, 108, 82, 0.05), 0px 3px 7px 0px rgba(33, 26, 29, 0.05);
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 21/9;
}
.single-blog-content .full-size img{
    aspect-ratio: auto;
}
.single-blog-content h2, .single-blog-content h2 strong{
    font-size: 44px;
}
.single-blog-content h3, .single-blog-content h3 strong{
    font-size: 36px;
}
.single-blog-content h4, .single-blog-content h4 strong{
    font-size: 28px;
}
.single-blog-content h2, .single-blog-content h3, .single-blog-content h2 strong, .single-blog-content h3 strong, .single-blog-content h4, .single-blog-content h4 strong{
    font-weight: 500;
    color: var(--themeMarinePurple);
    font-style: normal;
    line-height: 130%; 
}
.single-blog-content, .single-blog-content p, .single-blog-content li{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--themeFontColor);
}
.single-blog-content img{
    box-shadow: -30px -30px 94px 80px rgba(1, 108, 82, 0.05);
    filter: drop-shadow(0px 3px 7px rgba(33, 26, 29, 0.05));
    border-radius: 10px!important;
    width: 100%;
    object-fit: cover;
}
.row-single-blog-share{
    margin-top: 100px;
    padding-bottom: 100px;
    border-bottom: solid 1px rgba(99, 53, 241, 0.20);
}
.row-single-blog-share .row-2-links{
    gap: 20px;
}
.row-single-blog-share .row-2-links img{
    width: 36px;
}
.row-single-blog-share > div:first-of-type{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.row-single-blog-share > div:first-of-type p{
    color: var(--themeFontColor);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.row-single-blog-share > div:first-of-type h4{
    color: var(--themeBluePurple);
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
}
.row.row-single-blog-related{
    margin-top: 40px;
    justify-content: center;
}
.row.row-single-blog-related h2{
    margin: 0.5rem 0 30px;
}
.row.row-single-blog-related > div:first-of-type{
    display: flex;
    flex-direction: column;
}
.row.row-single-blog-related > div:first-of-type > div:last-of-type{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.block-posts{
    padding-top: 80px;
}

/*****************
    RESPONSIVE
******************/


@media only screen and (max-width: 1600px) {
    .row-single-blog > div.single-blog-content{
        width: 100%;
    }
    .single-blog-title h1 {
        font-size: 52px;
    }
}
@media only screen and (max-width: 1200px) {
    .single-blog-content, .single-blog-content p, .single-blog-content li {
        font-size: 18px;
    }
    .single-blog-content h2, .single-blog-content h2 strong {
        font-size: 36px;
    }
    .single-blog-content h3, .single-blog-content h3 strong {
        font-size: 32px;
    }
    .single-blog-title h1 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 992px) {
    div.site main.site-main.single-blog-main{
        padding-top: clamp(100px, 10vh, 180px);
        padding-bottom: clamp(80px, 100px, 120px);
    }
    .single-blog-title{
        justify-content: flex-start;
        padding-bottom: 30px;
    }
    .single-blog-title h1 {
        font-size: 36px;
        margin: 0.5rem 0;
    }
    .single-blog-content h2, .single-blog-content h2 strong{
        font-size: 32px;
    }
    .single-blog-content h3, .single-blog-content h3 strong, .row-single-blog-share > div:first-of-type p{
        font-size: 28px;
    }
    .single-blog-content h4, .single-blog-content h4 strong {
        font-size: 24px;
    }
    .single-blog-content, .single-blog-content p, .single-blog-content li {
        font-size: 17px;
    }
    .single-blog-content ul, .single-blog-content ol{
        margin: 0;
    }
    .row.row-single-blog-related > div:first-of-type {
        padding-left: 0px;
        padding-right: 0px;
    }
    .row.row-single-blog-related > div:first-of-type > div:first-of-type{
        padding-left: 40px;
    }
    .row-single-blog-related article img {
        box-shadow: 0px 0px 0px 0px rgb(1 108 82 / 5%);
    }
    .row-single-blog-share {
        margin-top: 80px;
        padding-bottom: 80px;
    }
    .row-single-blog-share .row-2-links img {
        width: 32px;
    }
    .row-block-posts{
        border-bottom: 0px!important;
    }

}
@media only screen and (max-width: 575px) {
    div.site main.site-main.single-blog-main {
        padding-top: clamp(100px, 120px, 150px);
    }
    .single-blog-title h1 {
        font-size: 32px;
        line-height: 120%;
    }
    .single-blog-content h3, .single-blog-content h3 strong, .row-single-blog-share > div:first-of-type p{
        font-size: 24px;
    }
    .single-blog-content h4, .single-blog-content h4 strong{
        font-size: 20px;
    }
    .single-blog-content img{
        aspect-ratio: 16/9;
    }
    .single-blog-content, .single-blog-content p, .single-blog-content li  {
        font-size: 15px;
    }
    .row-single-blog-share .row-2-links img {
        width: 28px;
    }
    .row-single-blog-share {
        margin-top: 60px;
        padding-bottom: 40px;
    }
    .row-block-posts {
        padding-bottom: 20px!important;
    }
}
@media only screen and (max-width: 420px) {
 
}