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

    Template Name: Zmagazine - HTML Magazine Template for Blogging and News Sites. 
    Template URI: https://themeforest.net/user/nilartstudio
    Description: Zmagazine is a unique website template designed in html with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design blog, magazine, news site or any other purposes websites.
    Author: Nilartstudio
    Author URI: http://Nilartstudio.com
    Version: 1.0

    Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

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

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

.container {
    max-width: 1260px!important;
}

.bg-gray .go-to-arrow , .go-to-arrow{
    margin-left: 10px;
    color: #be181a;
    font-weight: bold;
}

.zm-single-post .zm-post-dis {
    border-bottom: 1px solid grey;
    padding-bottom: 10px;
}

.nav-pills>li.active>a.cat-butt, .nav-pills>li.active>a.cat-butt:hover, .nav-pills>li.active>a.cat-butt:focus {
    color: black;
    border: 1px solid #BD0618;
    border-radius: 5px;
    font-weight: bold;
    background-color: transparent;
}

.nav-link.congress-tabs.cat-butt-lista {
    background-color: transparent;
    padding: 5px 10px;  
    border: 1px solid #306fb4;
    color : #306fb4;
    font-weight:bold;
}




li.active .cat-butt {
    color: white;
    background-color: #555;
    border: 1px solid #555;
    padding: 5px 10px;
}
.zm-post-header {
    padding: 25px 0 5px;
}
.search-form button {
    background: #be181a none repeat scroll 0 0;
    /* border: 1px solid #d9412c;*/
}

.dig-articles .zm-video-lay-c .zm-video-thumb {
    float: none;
    width: 100%;
}
/*
.zm-post-lay-a1 .zm-post-dis {
    height:250px;
}
.col .zm-post-lay-a1 .zm-post-dis {
    height:auto;
    max-height:250px;
}*/
@media (min-width: 1200px) {
    .zm-post-lay-a1 {
        height: 520px;
    }
}
@media (min-width: 768px) {
    .hide-768 {
        display:none;
    }
}
@media (min-width: 1300px) {
    .header-mdh {
        /*height: 250px;*/
    }
}


/* TESTATA */
@media (max-width: 767px){
    .container {
        width: 350px;
    }
}

@media (max-width: 1200px) {
    .headernew , .headernew .header-mdh{
        margin:0;
    }
    .dig-articles .zm-video-lay-c .zm-video-thumb {
        float: left;
    }
    .nav>li>a {
        padding: 1px 10px;
    }
    .zm-section .pt-70 {
        padding-top: 23px;
    }
}
@media (max-width: 768px) {
    .header-mdh {
        height:80px;
        padding:0px;
    }
    .header-middle-area .container {
        width: 100%!important;
        max-width : 100%;
        padding: 0px;
    }
    .fa-2x {
        font-size: 20px;
        margin-top: 5px;
    }
}
.bg-dark p, .bg-dark span, .bg-dark ul, .bg-dark i, .bg-dark a:not(.btn), .bg-dark h1:not(.zm-post-title) a, .bg-dark a:not(.zm-forget), .bg-dark h2:not(.zm-post-title) a {
    color: #fff;
}