/* ----------------------- post--grid-d */
.mnmd-post--grid-d .mnmd-block__inner{
    width: calc(50% + 585px);
    padding-right: 100px;
}
/*
    Content
*/

/*thumb*/
.post--horizontal-fullwidth .post__thumb{
    width: calc( 100% - 590px + 100px);
    margin-right: 80px;
}
.post--horizontal-fullwidth.post.post-has-line-circle .post__thumb:before{
    top: 30px;
    right: -200px;
}
/*text*/
.post--horizontal-fullwidth .post__text--wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.post--horizontal-fullwidth .post__cat{
    margin-bottom: 15px;
}
.post--horizontal-fullwidth .post__title{
    font-size: 35px;
    line-height: 1.37;
    font-weight: bold;
    margin-bottom: 45px;
    color: var(--color-logo);
}
.post--horizontal-fullwidth .post__excerpt{
    max-width: 250px;
}
/*button*/
.button__readmore.button-see-more-circle span{
    font-size: 12px;
    color: var(--color-text_0-6);
}
/*owl dots*/
.mnmd-post--grid-d .owl-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    padding: 10px 0;
    z-index: 1;
    display: none;
}
.mnmd-post--grid-d .mnmd-carousel-nav-custom-holder{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mnmd-post--grid-d .owl-prev,
.mnmd-post--grid-d  .owl-next{
    width: 70px;
    height: 70px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    font-size: 12px;
    margin: 0;
}
.mnmd-post--grid-d  .owl-number{
    width: 70px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.mnmd-post--grid-d .owl-prev:hover,
.mnmd-post--grid-d  .owl-next:hover{
    width: 70px;
    height: 70px;
}
.mnmd-post--grid-d .slide-seperated {
    margin: 0 2px;
}
/* post grid d ----------------------- */

@media (max-width: 1199px){
    /* ----------------------- post--grid-d */
    /*
        Layout
    */
    .mnmd-post--grid-d .mnmd-block__inner{
        width: calc( 50% + ( 940px / 2) );
        padding-right: 50px;
    }
    /*
        Content
    */
    /*thumb*/
    .post--horizontal-fullwidth .post__thumb{
        width: calc( 100% - 940px / 2 + 50px);
        height: 375px;
        margin-right: 60px;
    }
    /*text*/
    .post--horizontal-fullwidth .post__title{
        font-size: 28px;
        margin-bottom: 30px;
    }
    /*button*/
    .mnmd-post--grid-d .owl-prev,
    .mnmd-post--grid-d .owl-next{
        width: 50px;
        height: 50px;
    }
    .mnmd-post--grid-d .owl-number{
        width: 50px;
        height: 50px;
    }
    .mnmd-post--grid-d .owl-prev:hover,
    .mnmd-post--grid-d .owl-next:hover{
        width: 50px;
        height: 50px;
    }
    /* post grid d ----------------------- */
}
@media (max-width: 991px){
    /* ----------------------- post--grid-d */
    /*
        Layout
    */
    .mnmd-post--grid-d .mnmd-block__inner{
        width: calc( 50% + ( 720px / 2) );
        padding-right: 50px;
    }
    /*
        Content
    */
    /*thumb*/
    .post--horizontal-fullwidth .post__thumb{
        width: calc( 100% - 720px/2 + 50px);
        height: 320px;
        margin-right: 40px;
    }
    .post--horizontal-fullwidth.post.post-has-line-circle .post__thumb:before{
        top: 30px;
        right: -120px;
    }
    /*text*/
    .post--horizontal-fullwidth .post__cat{
        margin-bottom: 10px;
    }
    .post--horizontal-fullwidth .post__title{
        font-size: 20px;
        margin-bottom: 25px;
    }
    /*button*/
    .mnmd-post--grid-d .owl-prev,
    .mnmd-post--grid-d .owl-next{
        width: 40px;
        height: 40px;
    }
    .mnmd-post--grid-d .owl-number{
        width: 40px;
        height: 40px;
    }
    .mnmd-post--grid-d .owl-prev:hover,
    .mnmd-post--grid-d .owl-next:hover{
        width: 40px;
        height: 40px;
    }
    /* post grid d ----------------------- */
}
@media (max-width: 768px){
    /* ----------------------- post--grid-d */
    /*
        Layout
    */
    .mnmd-post--grid-d .mnmd-block__inner{
        width: calc( 50% + ( 510px / 2) );
        padding-right: 0;
    }
    /*
        Content
    */
    .post--horizontal-fullwidth{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    /*thumb*/
    .post--horizontal-fullwidth .post__thumb{
        width: 100%;
        height: 300px;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .post--horizontal-fullwidth.post.post-has-line-circle .post__thumb:before{
        display: none;
    }
    /*text*/
    .post--horizontal-fullwidth .post__text{
        width: 100%;
        max-width: 510px;
        margin-right: 0;
        margin-left: auto;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }
    .post--horizontal-fullwidth .post__excerpt{
        max-width: 85%;
    }
    /*button*/
    .mnmd-post--grid-d .mnmd-carousel-nav-custom-holder{
        display: none;
    }
    .mnmd-post--grid-d .owl-dots{
        display: block;
        top: 260px;
        bottom: unset;
    }
    /* post grid d ----------------------- */
}
@media (max-width: 576px){
    /* ----------------------- post--grid-d */
    /*
        Layout
    */
    .mnmd-post--grid-d .mnmd-block__inner{
        width: calc( 100% - 15px);
        padding-right: 0;
    }
    /*
       Content
    */
    /*thumb*/
    .post--horizontal-fullwidth .post__thumb{
        margin-bottom: 15px;
    }
    /*text*/
    .post--horizontal-fullwidth .post__text{
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 0 15px;
    }
    .post--horizontal-fullwidth .post__title{
        margin-bottom: 15px;
        font-size: 18px;
    }
    /* post grid d ----------------------- */
}
@media (max-width: 480px){
    /* ----------------------- post--grid-d */
    /*
      Content
    */
    /*thumb*/
    .post--horizontal-fullwidth .post__thumb{
        height: 260px;
    }
    /*text*/
    .post--horizontal-fullwidth .post__title{
        margin-bottom: 10px;
    }
    /*button*/
    .mnmd-post--grid-d .owl-dots{
        top: 220px;
    }
    /* post grid d ----------------------- */
}
@media (max-width: 420px){
    /* ----------------------- post--grid-d */
    /*
      Content
    */
    /*thumb*/
    .post--horizontal-fullwidth .post__thumb{
        height: 250px;
    }
    /*button*/
    .mnmd-post--grid-d .owl-dots{
        top: 210px;
    }
    /* post grid d ----------------------- */
}
@media (max-width: 380px){
    /* ----------------------- post--grid-d */
    /*
      Content
    */
    /*thumb*/
    .post--horizontal-fullwidth .post__thumb{
        height: 230px;
    }
    /*text*/
    .post--horizontal-fullwidth .post__excerpt{
        max-width: 100%;
    }
    /*button*/
    .mnmd-post--grid-d .owl-dots{
        top: 190px;
    }
    /* post grid d ----------------------- */
}
@media (max-width: 320px){
    /* ----------------------- post--grid-d */
    /*
      Content
    */
    /*thumb*/
    .post--horizontal-fullwidth .post__thumb{
        height: 200px;
    }
    /*text*/
    .post--horizontal-fullwidth .post__title{
        font-size: 16px;
    }
    /*button*/
    .mnmd-post--grid-d .owl-dots{
        top: 160px;
    }
    /* post grid d ----------------------- */
}