/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/jul/2018, 12:12:33
    Author     : Carlos Braga
*/


.middle_featured_section_wrapper{
    height: 350px;
}


.middle_featured_section_top_news_img {
    height: 350px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.middle_featured_section_top_news_description_container {
   
    width:100%;
    position: absolute;
    bottom: 0px;
}




.middle_featured_section_top_news_container {
    margin: 0 12px 0 0;
}
.middle_featured_section_top_news_description_wrapper {
    padding-top: 10px;
    background-color: #fff;
    opacity: 0.85;
    padding-left: 15px;
}
.middle_featured_section_top_news_description_text {
    font-size: 12px;
    color: #fff;
}
.middle_featured_section_top_news_description_title {
    font-size: 16px;
    font-weight: 700;
    padding: 6px 0;
}

.middle_featured_section_other_news_title {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    
}


.middle_featured_section_top_news_description_details {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 12px 0;
}


.othernews_title{
    color: #4b4b4b;
    font-weight: 700;
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 5px;
}


.middle_featured_section_tabs_container{
    height:350px;
}

.middle_news_other_features_news_wrapper{
    height:103px;
}



.margin_bottom_10{
    margin-bottom: 10px;
}

.middle_news_other_features_wrapper {
   /* height: 320px !important;*/
}

@media screen and (max-width: 599px) {
    .middle_featured_section_container{
        width:100vw;
    }
    .middle_featured_section_top_news_img {
        height: 250px;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
  .middle_featured_section_tabs_container.layout-column.flex-xs-100.flex-25 {
    margin-top: 30px;
    }
    .middle_featured_section_top_news_description_container{
        width:100%;
    }

    .middle_featured_section_top_news_description_date {
        padding: 0;
        font-size: 12px;
        font-weight: 400;
    }
    svg.svg-inline--fa.fa-star.fa-w-18.fa-lg {
        margin-left: 10px;
    }
    .middle_featured_section_top_news_container {
        margin: 0;
    }
    .title_border {
        
        margin-left: 10px;
    }
    .see_all {
        
        margin-right: 10px;
    }
    .middle_featured_section_wrapper{
        height: auto;
    }
    .middle_news_other_features_news_wrapper {
        height: auto;
        margin-top: 20px;
    }
    .middle_featured_section_tabs_container {
        height: auto;
    }
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  
}