body.single.featured_video .herald-post-thumbnail.herald-post-thumbnail-single {
    display: none;
}

@media screen and (max-width: 480px) {
    .blog-view li .post--item > .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.post--img.vwImg > a,
.post--layout-2 .post--img > a,
.grid_1_wrp .post--img > a {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border: 3px solid #f8f8f8;
}
.post--img.vwImg > a img,
.post--layout-2 .post--img > a img,
.grid_1_wrp .post--img > a img {
    width: 100%;
    height: auto;
    margin: auto;
    position: absolute;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
}

.post--img.vwImg.vw69-16 > a {padding-bottom: 69.16%}
.post--img.vwImg.vw16-25 > a {padding-bottom: 16.25%}
.post--img.vwImg.vw22 > a {padding-bottom: 22%}
.post--img.vwImg.vw68-5 > a {padding-bottom: 68.5%}
.post--img.vwImg.vw33-125 > a {padding-bottom: 33.125%}

.wrapper .post--item .post--img:hover .thumb:before {
    opacity: 0.6;
}

.single-video-wrp {
    width: 100%;
}
.single-video-wrp .video-inner {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
.single-video-wrp .video-inner iframe {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.post--single .post--content {
    font-size: 120%;
    line-height: 180%;
}

ul.ul-fa-angle-right li a:before {
    content: "\f104";
}

.fb-page,
.fb-page span,
.fb-page iframe {
    width: 100% !important;
}

#custom-breadcrumbs.main--breadcrumb {
    margin-top: 0;
    background-color: #f8f8f8;
}

#breadcrumbs{
    list-style:none;
    padding-right: 0;
    overflow:hidden;
}
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-left:5px;
}
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}


/* OLD Quiz Area
-------------------------------------------------------------- */

.the-quiz {
    float: right;
    margin: 0 0 30px;
}

.hide-div h5 { }
.quiz-radio { float: right; }
.the-quiz p { padding-right: 10px; width:580px; margin: 0; float: right; }
.the-quiz input {float: right; clear:both; margin: 0;}
.the-quiz h4 {
    padding: 7px 0;
    margin: 0;
    font-weight:bold;
    float: right;
    font-size: 16px;
    clear: both;
}

.the-quiz-hidden {
    width: 100%;
    float: right;
    height: 40px;
    position: relative;
    z-index: 99999;
}

.hide-div {
    visibility: hidden;
    width: 450px;
    background: #eee;
    float: right;
    position: absolute;
    top: -170px;
    margin-right: 50px;
    border: 2px solid #a50000;
    padding: 3px 25px;
}

.quiz-button {
    background: #A50000;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 3px 7px;
    margin-left: 50px;
}

.quiz-button:hover {
    background: #333;
}

body .post--item.post--layout-1 .post--img .thumb:before {
    opacity: 1;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    top: 80%;
}

.nav li a.btn-success {
    color: #fff;
}
.nav li a.btn-success:hover {
    color: #fff;
    background-color: #5cb85c;
}

#maavaron {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    z-index: 99999;
    display: none;
}

#sticky-side-ad {
    position: fixed;
    top: 0;
    right: 0;
    width: 160px;
    height: 600px;
    z-index: 1000;
}

@media screen and (max-width: 1500px) {
    #sticky-side-ad {
        display: none;
    }
}

.bellow-header-slot {
    text-align: center;
}