/* ===================================
            Media Non Mobile
====================================== */

@media (min-width:992px) {
    /* menu */
    .nav-toggle {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .nth,
    .no-padding,
    .panel-txt {
        width: 100%;
        -webkit-transition: width 0.5s;
        transition: width 0.5s;
        padding: 0;
    }
	.description-feed{
		font-size: 13px!important;
	}
	.description-title{
		font-size: 14px!important;
	}
	section.description .more-btn{
		font-size: 12px!important;
	}
	.tag{
		width: 100%;
	}
}

@media (max-width: 992px) {
    section.nav .nav-list {
        display: none;
    }
}

@media (max-width: 768px) {
    /* Slider */
    section#slider,
    section#banner {
        height: 200px!important;
        -webkit-transition: 1s ease all;
        -moz-transition: 1s ease all;
        -o-transition: 1s ease all;
        transition: 1s ease all;
    }
    /* NTH */
    .nth:nth-of-type(odd),
    .nth:nth-of-type(even) {
        padding: 0!important;
    }
    .no-padding {
        padding: 0;
    }
	.padding_bottom_10{
		padding-bottom: 10px;
	}
    /* Footer */
    section.footer .footer-social {
        justify-content: center;
    }
	section.item-banner{
		height: 200px;
	}
}

@media (max-width: 480px) {
    section.nav .nav-social {
        display: none;
    }
}
