/*

[Custom Stylesheet]

Project     : USNews - Multipurpose News, Magazine and Blog HTML5 Template
Author      : themelooks.com
Author URI  : https://themeforest.net/user/themelooks

*/

/**    Spacing     **/

.mb-4, .my-4 {
    margin-bottom: 2rem!important;
}

.gutter--30{
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 992px) {
    .xl-pd--0{
        padding: 0px;
    }
}

/**    Sizing     **/

.h-100 {
    height: 100%;
}


/**    Display     **/

.d-block {
    display: block !important;
}


/**    Gallery     **/

/**
    slick style end
**/


.video--title {
    position: relative;
    #padding: 12px 24px 13px 0;
    z-index: 0;
}

.video--title .h4 {
    position: relative;
    margin: 0;
    color: #da0000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 0;
}


.video--desc {
    font-size: 16px;
    margin: 5px 0px 10px 0px;
}

.video-detail {
    #border-top: 2px solid #da0000;
    #border-bottom: 2px solid #da0000;
}

.bgc-lgr{
    #background-color: #FAFAFD;
}

.post--item .post--info .title h1{
    font-weight: 600;
}
.pd-1{
    padding: 2px;
}

html[dir="LTR"] li.article-media-btn {
        float: right;
    }

html[dir="RTL"] li.article-media-btn{
    float: left;
}



/*      Slick  Slider                 */

.headline-slider .post--item {
    display: none;
}
.headline-slider .post--item:first-child {
    display: block;
}
.headline-slider.slick-initialized .post--item {
    display: block;
}
.headline-desc-slider .post--item {
    display: none;
}
.headline-desc-slider .post--item:first-child {
    display: block;
}
.headline-desc-slider.slick-initialized .post--item {
    display: block;
}
.v-headline--img:after {
    /*position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #00000008 50%, #00000045 75%,rgb(0, 0, 0) 100%);
    */
}

.slick-dots li button:before {
    font-size: 13px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 4px;
    content: '';
    text-align: center;
    opacity: .85;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #EEEEEE;
    border-radius: 2px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
    border: 2px solid red;
}
.slick-dots {
    position: absolute;
    top: 0px;  /* 42 */
    display: flex;
    width: 100%;
    height: 0px;
    padding: 5px 5px;
    margin: 0;
    list-style: none;
    text-align: center;
    justify-content: space-evenly;
    #background: black;
}

.headline-lg{
    padding: 0px;
    #margin-bottom: 50px;
    #background: black;
}

.headline-desc-slider .title{
    margin: 10px;
}

/*     Widget     */

.main--sidebar .widget + .widget {
    margin-top: 10px;
}

.ad--widget img {
    margin-bottom: 0px;
}

.header--menu-links > li.app a:hover{
    border-bottom-width: 0px;
}
.header--menu-links > li.app > a{
    padding-top: 10px;
    padding-bottom: 0px;
}
.header--menu-links > li.app > a > img{
    max-height: 40px;
}

/*          Article Page Attached News      */
.inline-related-news .post--item:hover .post--img > img{
    box-shadow: 1px 1px 3px 1px grey;
}.inline-related-news {
    margin-top: 15px;
}

.inline-related-news .post--img > img{
    transition: box-shadow ease-in-out .3s  ;
    border-radius: 5px;
}
.inline-related-news .post--info{
    border-left: 3px solid #ed2424;
}

.inline-related-news .title{
    transition: all ease-in-out .3s  ;
}

.inline-related-news .title > h4 {
    margin-top: 10px;
    padding-left: 10px;
    color: #555;
    font-weight: 600;
}

.inline-related-news .title {
    display: inline-block;
}

.inline-related-news .title:after {
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    background: #ed2424;
    transition: ease-in-out 300ms;
}

.inline-related-news:hover .title:after {
    width: 100%;
}

.header--topbar .nav > li > a > span {
    margin-left: 10px;
    margin-right: 10px;
}
