﻿/* ----------------------------------------Main container global defines ------------------------------------ */

.container.main-container-editors {
    margin: 0 auto !important;
    /*padding:0;*/
    clear: both;
    max-width: 1660px !important;
    width: 100%;
}

* {
    font-family: "Lato", sans-serif;
}

.categtitle > h3 {
    font-size: 2.2em !important;
    font-weight: 600 !important;
    color: #343843 !important;
    margin: 0 !important;
    padding-bottom: 10px;
} 

.allcateg {
    color: #d9534f;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

    .allcateg > a {
        color: #d9534f;
        padding-right:.4em;
        text-decoration: none !important;
    }

/* ------------------------------------------Primary Article------------------------------------------------- */

.primaryarticleinfo > a > img {
    /* max-width: 940px; */
    max-height: 530px;
    width: 100% !important;
    height: auto;
    object-fit: cover !important;
    object-position: center !important;
}
    
    .primaryarticleinfo {
        padding-bottom: 40px;
    }

    .primaryarticleinfo > a, a:hover, a:hover:after {
        text-decoration: none;
    }

    .primaryarticleinfo > a > h5 {
        color: #030303;
        font-size: 1.12em !important;
        font-weight: 900 !important;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        padding-top: .5em;
    }

    a > p.primarydescr {
        color: #404040;
        font-size: .9em !important;
        font-weight: 400 !important;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-decoration: none;
        text-align: justify;
        margin-bottom:1em;
    }

.primaryart.pull-left {
    margin-top:-.6em;
}

    .primaryart.pull-left > a {
        color: #d9534f;
        font-size: .7em;
        font-weight: 700;
        line-height: .7px;
    }

    .primaryart > span {
        color: #666666;
        font-weight: 400;
        font-size: .7em;
        line-height: 7px;
    }

    p.primarydescr > span {
        color: #d9534f;
    }

/* ----------------------------------------------------------------------Article Styling------------------------------------------------------------------ */

.articleauth.pull-left {
    margin-top: -.8em;
    margin-bottom: 4em;
}

.articletale > div {
    padding-left: .4em;
    /*padding-top: .4em;*/
}

.articletale > .articlecont {
    margin-bottom: 1em;
}

    .articletale > .articlecont > a > h5 {
        width: 100%;
        height: 49px;
        color: #030303;
        font-size: 1em;
        font-weight: 900;
        /*line-height: 23px;*/
        margin-bottom: 0 !important;
    }

    .articletale > .articlecont > a, a:hover, a:hover:after {
        text-decoration: none !important;
    }

        .articletale > .articlecont > a > p {
            width: 100%;
            height: 54px;
            color: #525252;
            font-size: .9em;
            font-weight: 400;
            font-style: normal;
            letter-spacing: normal;
            line-height: normal;
            text-align: left;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-align:justify;
        }

.articleauth > span {
    color: #666666;
    font-weight: 400;
    font-size: .7em;
    line-height: 7px;
}

.articleauth.pull-left > a {
    color: #d9534f;
    font-size: .7em;
    font-weight: 700;
    line-height: .7px;
}

/* ----------------------------------------------------------------------Handy Search style------------------------------------------------------------------ */

.handy-wrapper > .desc_mode_title > h2 {
    color: #404040;
    font-size: 1.3em;
    font-weight: 800;
    text-transform: uppercase;
}

.desc_view_col {
    color: #404040;
    font-size: 1em;
    font-weight: 900;
}

.mobile-wrapper > h1 {
    color: #404040;
    font-size: 1.3em;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.mobile-wrapper > .panel-group > .panel-default > .panel-title > a {
    color: #337ab7;
    font-size: .8em;
    font-weight: 400;
}

.saperator {
    border-top: 2px solid #eee;
}

/* ----------------------------------------------------------------------media queries specifications------------------------------------------------------------------ */

@media (max-width: 376px) {
    .container.main-container-editors {
        padding: 0;
    }

    .primaryarticleinfo > h5 {
        font-size: 1em !important;
    }

    .breadcrumb {
        display: none;
    }

    .categtitle > h3 {
        font-size: 1.4em !important;
    }
}

@media (max-width: 991px) {
    .articletale > .articlecont > a > h5 {
        line-height: 23px !important;
    }
}

@media (min-width: 1201px) and (max-width: 1399px) {
    .container.main-container-editors {
        padding: 0 5em !important;
        width: 100%;
    }

    .articletale > .articlecont > a > h5 {
        font-size: .8em !important;
        line-height: normal !important;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .articletale > .articlecont > a > h5 {
        font-size: 1em !important;
    }
}

@media (min-width: 1600px) {
    .articletale > .articlecont > a > h5 {
        line-height: 23px !important;
    }

    .articletale > .articlecont > a > h5 {
        font-size: 1em !important;
    }
}

