/*
Theme Name: Tecnavia Child 
Author: Tecnavia SA
Author URI: http://www.tecnavia.com
Description: Customization main theme
Template: tecnavia
Version: 1.0
*/
.content-single-wrap img {
    max-width: 100% !important;
}

.news_block_posts .image-wrap {
    height: 150px !important;
}

.news_block_posts .image-wrap .img-responsive {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.news_block_posts .line-news hr {
    margin-bottom: 5px !important;
}

.news_block_posts .date {
    margin-top: 10px !important;
}
.news_block_posts p{
    margin: 0px !important;
}
@media (max-width: 767px) { 
    .content-extra-posts {
        height: 100% !important;
    }
    .below-content-extra-posts {
        height: 100% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) { 
 .news_block_posts .date {
    margin-top: 15px !important;
    }
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1200px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .ls {
        width: 63.33333333%;
    }
    .rs {
        width: 36.66666667%;
    }
}

.below-content-extra-posts {
    height: 42px;
}

.below-content-extra-posts a {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    opacity: 1 !important;
    font-family: "Arial", Trebuchet MS, sans-serif;
    text-decoration: none;
    line-height: 1.1;
}