﻿/*--------------------------------------------------------ArticleMain---------------------------------------------------*/
div.article-body img {
    max-height: 530px;
    /*width: 100% !important;*/
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
}

div.article-body p {
    text-align: justify;
}


.article-details-admin-content > h5 {
    color: #343843;
    font-size: 2em;
    font-weight: 700;
}

.article-body > h1 {
    color: #343843;
    font-size: 2em;
    font-weight: 700;
    margin-bottom:0 !important;
    margin-top:1em !important;
}


.related-article {
    padding-top: 20px !important;
}

    .related-article > h3 {
        color: #404040;
        font-size: 1.37em;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0 !important;
        padding: 0 !important
    }

.allcateg {
    margin-bottom: 0.4em;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding-left:.2em !important;
}

.allcateg > a {
    color: #d9534f;
    padding-right: .4em;
    text-decoration: none !important;
}


/*--------------------------------------------------------Written By---------------------------------------------------*/

.writen-by {
    padding: 26px 0 40px 0;
    display: flex;
}

    .writen-by > .auth-img > a > img {
        flex: 1;
    }

    .writen-by > .auth-info {
        margin-left: 1em;
        margin-top: .5em;
        flex: 1;
    }

        .writen-by > .auth-info > a, a:hover, a:hover:after {
            text-decoration: none !important;
        }

        .writen-by > .auth-info > h1 {
            color: #404040;
            font-size: .87em;
            font-weight: 400;
            text-transform: uppercase;
            margin: 0 !important;
        }

        .writen-by > .auth-info > a > h3 {
            color: #171717;
            font-size: 1em;
            font-weight: 700;
            margin: 0 !important;
        }

        .writen-by > .auth-info > h5 {
            color: #666666;
            font-size: .87em;
            font-weight: 400;
            margin: 0 !important;
        }


/*--------------------------------------------------------Article boddy-------------------------------------------------*/

.article-items > .right > h1 {
    color: #030303;
    font-size: 1.12em !important;
    font-weight: 700;
    margin: 0 !important;
}

.article-items > .right > p {
    width: 100%;
    height: auto;
    color: #404040;
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin: 0 !important;
    text-align: justify;
}

.article-items > .right > h5 {
    color: #d9534f;
    font-size: .7em;
    font-weight: 700;
    margin: 0 !important;
    padding-top: .5em;
}

.article-items > .right > h2 {
    color: #d9534f;
    font-size: 1em;
    font-weight: 400;
    margin: 0 !important;
    text-transform: uppercase;
    padding-top: 1em !important;
}

.article-items > .col-xs-12.col-sm-12.left > img {
    padding-right: 16px !important;
}

.col-xs-12.col-sm-12.right {
    padding: 0 !important;
}

.share-box {
    width: 100%;
    height: auto;
}

    .share-box > h5 {
        color: #828282;
        font-size: .8em;
        font-weight: 400;
        padding-top:1em;
    }

/*-------------------------------------------------------Reated Article------------------------------------------------*/

.glide-wrap {
    margin: 0 auto;
    padding: 0 5%;
    width: 100%;
    position: relative;
    z-index: 0 !important;
    /*padding-bottom: 10em !important;*/
}



.glide__slide > img {
    width: 100% !important;
}

glide__track {
    position: relative;
}


/* cust ARROWS */
.glide__arrow {
    box-shadow: none !important;
    margin-top: -60px;
    position: absolute;
    /*top: 36%;*/
    color: #cdcbcd;
}

.glide__arrow--left {
    left: -1em !important;
}

.glide__arrow--right {
    right: -1.8em !important;
}

.arrow-right {
    background-image: url('/Content/images/editorials/Group_731.png');
    background-repeat: no-repeat;
    display: block;
    width: 18px;
    height: 18px;
}

.arrow-left {
    background-image: url('/Content/images/editorials/Group_731.png');
    transform: rotate(180deg);
    background-repeat: no-repeat;
    display: block;
    width: 18px;
    height: 18px;
}

button.noborder {
    border: none !important;
}


/*-------------------------------------------------------Media Queries------------------------------------------------*/

@media (min-width: 359px) and (max-width:767px) {
    .writen-by > .auth-info > h1 {
        font-size: .7em;
    }

    .writen-by > .auth-info > a > h3 {
        font-size: .87em;
    }

    .writen-by > .auth-info > h5 {
        font-size: .7em;
    }

    .article-items > .right > h1 {
        font-size: 1em !important;
        padding: .5em 0;
    }

    .article-items > .right > p {
        font-size: .87em !important;
    }

    .article-items > .right > h5 {
        padding: 1em 0 !important;
    }

    .article-items > .right > h2 {
        font-size: .87em !important;
        padding: .5em 0 2em 0 !important;
    }

    .col-xs-12.col-sm-12.left {
        padding: 0 !important;
    }

    .article-items > .col-xs-12.col-sm-12.left > img {
        padding-right: 0px !important;
    }

    /*
    .col-xs-12.col-sm-12.right {
        padding: 0 .8em !important;
    }*/

    .article-details-admin-content > h5 {
        font-size: 1.37em !important;
    }

    .article-body > h1 {
        font-size: 1.37em !important;
    }

    .article-items {
        padding: 0 .8em !important;
    }
}

@media (min-width: 768px) and (max-width: 1400px) {
    .article-items > .right > h1 {
        font-size: 1em !important;
    }

    .article-items > .right > p {
        font-size: .87em !important;
    }

    .article-items > .right > h2 {
        font-size: .87em !important;
        padding-top: .5em !important;
    }

    .article-details-admin-content > h5 {
        font-size: 2.25em !important;
        /*font-weight: 300;*/
    }

    .article-body > h1 {
        font-size: 2.25em !important;
        /*font-weight: 300;*/
    }
}

/*from 768 and up flex*/
@media (min-width: 768px) {
    .article-items {
        /*border: 1px solid #000000;*/
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 2em !important;
    }

        .article-items > .left {
            flex: 40%;
            padding: 0 !important;
        }

            .article-items > .left > img {
                width: 100%;
            }

        .article-items > .right {
            padding-left: 16px;
            flex: 60%;
        }
}
