.media-objects-simple__item h2 {
    font-weight: 700;
    color: #2c2c2c;
}

.media-objects-simple__item h2:hover {
    color: #00ACC7;
}

.single-article__tags.col-md-8, .single-article__tags.col-md-4 {
    padding-left: 0;
    padding-right: 0;
}

div.widget-newsletter #mc-embedded-subscribe {
    padding-top: 13px;
}

.hero-secondary__1 h2, .hero-secondary__2 h2 {
    margin-bottom: 0;
}

.logo {
    width: 148px;
}

@media screen and (max-width: 767px) {
    .single-article__social__bottom {
        display: block;
        width: 100%;
    }
    #div-gpt-ad-1489071335273-0-oop {
        height: 0;
    }
    .single-article__meta {
        padding-top: 15px;
    }
}

.single-article a {
    text-decoration: none !important;
    color: #313fa0 !important;
}

.single-article a:hover {
    color: #d60000 !important;
}

.media-objects-simple__thumb, .media-object__thumb, .hero-primary, .hero-secondary__image {
    position: relative;
}
.media-objects-simple__thumb .fa-play-circle-o {
    position: absolute;
    font-size: 35px;
    color: #FFF;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.media-object__thumb .fa-play-circle-o, .hero-secondary__image .fa-play-circle-o {
    position: absolute;
    font-size: 35px;
    color: #FFF;
    top: 6px;
    right: 8px;
    z-index: 10;
}
.hero-primary .fa-play-circle-o {
    position: absolute;
    font-size: 50px;
    color: #FFF;
    top: 6px;
    right: 8px;
    z-index: 10;
}

.hero-primary div img {
    height: auto;
}


@media screen and (max-width: 767px) {
    .ooyalaplayer {
        height: 210px !important;
    }
}
@media screen and (max-width: 320px) {
    .ooyalaplayer {
        height: 179px !important;
    }
    .logo {
       background-size: inherit !important;
    }
}
.outbrain-container{
    margin-top: 20px;
    margin-bottom: 15px;
    clear: both;
    display: block;
    overflow: hidden;
    float: left;

}
.breadcrumb.custom {
    max-width: 1020px;
    margin: 0 auto;
    border-bottom: 7px solid #FFF;
}
.breadcrumb p {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 28px;
}
.breadcrumb p .dashicons.dashicons-arrow-right{
    color:#d60000;
     line-height: 0.9;
}
.breadcrumb p span a {
    color:#313fa0;
    font-weight: bold;
}