/*! CSS Used fontfaces */
/* @font-face{
    font-family:"sw-icon-font-v401";
    src:url("../fonts/sw-icon/sw-icon-font.eot");
    src:url("../fonts/sw-icon/sw-icon-font.eot#iefix") format("embedded-opentype"),
    url("../fonts/sw-icon/sw-icon-font.woff") format("woff"),
    url("../fonts/sw-icon/sw-icon-font.ttf") format("truetype"),
    url("../fonts/sw-icon/sw-icon-font.svg#1445203416") format("svg");
    font-weight:400;
    font-style:normal;
    font-display:block;
} */

/* ---------------------------------------------------------------------------------------------------------- */

/* .sw.swp_facebook_icon{
    font-family: sw-icon-font-v401 !important;
}
.sw.swp_facebook_icon:before {
    content: "j";
} */

.swp_social_panel:not(.swp_social_panelSide) .nc_tweetContainer:nth-child(1) {
    margin: 0 5px 3px 5px;
}

/* ---------------------------------------------------------------------------------------------------------- */

.post-3-col .overlay .bottom-left,
.col-md-4 .overlay .bottom-left,
.swiper-slide .overlay .bottom-left{
    bottom: 19px;
    left: 19px;
}

/* ---------------------------------------------------------------------------------------------------------- */

.bottom-left {
    position: absolute;
    bottom: 18px;
    left: 38px;
    color: #fff;
    font-family: oswald;
    pointer-events : none;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
    color: #fff;
    font-family: oswald;
    pointer-events : none;
}
/* ---------------------------------------------------------------------------------------------------------- */
/* yd award */
.top-left .yd-award-display{
    display: flex;
    margin: 0;
    padding: 8px 18px;
    height: auto;
    background: rgba(0, 0, 0, .75);
    border: none;
    border-radius: 0;
    color: #474b4d;
    color: #fff;
    font-family: oswald;
 
    margin-top: 20px;
}
.top-left .yd-award-display span {
    display: inline-block;
    font-family: oswald;
    font-size: 10px; 
    font-weight: bold; 
    letter-spacing: 0.3em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.top-left .yd-award-display span.yd-award-label {  
    /* letter-spacing: 0.3em;  */
    margin-left: 7px;
}


/* ---------------------------------------------------------------------------------------------------------- */
/* social counts */
.posts-slider-section .swp_social_panel div.total_shares.total_sharesalt,
.entries .post .swp_social_panel div.total_shares.total_sharesalt {
    display: block !important;
    margin: 0 !important;
    padding: 8px 18px !important;
    height: auto !important;
    background: rgba(0, 0, 0, .75) !important;
    border: none;
    border-radius: 0;
    color: #474b4d;
    margin-left: 0!important;
    margin-bottom: 0px!important;
    color: #fff;
    font-family: oswald;
}

.posts-slider-section .swp_social_panel:not(.swp_social_panelSide) .total_shares.total_sharesalt .swp_count,
.entries .post .swp_social_panel:not(.swp_social_panelSide) .total_shares.total_sharesalt .swp_count {
    display: inline-block;
    line-height: 0;
    margin-left: 7px;
    margin-top: 8px;
    min-width: 35px;
    position: relative;
    vertical-align: middle;
    color: #fff;
}

.posts-slider-section .swp_social_panel span.swp_label,
.entries .post .swp_social_panel span.swp_label {
    display: inline-block;
    font-family: oswald;
    font-size: 10px!important;
    font-weight: bold;
    margin-top: 8px;
    position: relative;
    text-align: center!important;
    text-transform: uppercase;
    color: #fff!important;
}

.posts-slider-section .swp_social_panel .total_shares.total_sharesalt .swp_label,
.entries .post .swp_social_panel .total_shares.total_sharesalt .swp_label {
    color: #474b4d;
    font-size: 10px;
    letter-spacing: 0;
    margin-top: -3px;
    min-width: 40px;
    vertical-align: middle;
    font-family: oswald;
    font-size: 10px!important;
    letter-spacing: 0.3em;
}

.posts-slider-section .swp_social_panel .nc_tweetContainer.total_shares.total_sharesalt:before,
.entries .post .swp_social_panel .nc_tweetContainer.total_shares.total_sharesalt:before {
    content: "";
    display: inline-block;
    font-family: sw-icon-font;
    margin-top: 7px;
    vertical-align: top;
}

.posts-slider-section .swp_social_panel .nc_tweetContainer a.nc_tweet,
.posts-slider-section .swp_social_panel .total_shares .swp_count,
.entries .post .swp_social_panel .nc_tweetContainer a.nc_tweet,
.entries .post .swp_social_panel .total_shares .swp_count {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: oswald;
        font-size: 10px!important;
    font-weight: bold;
    height: 30px;
    text-decoration: none;
    text-decoration: none!important;
    text-transform: none;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    box-shadow: none;
    letter-spacing: 0.3em;
}