@media only screen and (min-width: 992px) and (max-width: 1200px) { 
} @media only screen and (min-width: 768px) and (max-width: 991px) { 
.container{box-shadow: none; border-left: none;border-right: none;padding-left: 10px;padding-right: 10px;}
.custom-column,.latest-popular, .category-news-single, .category-news-area {margin-right: 0}
.latest-popular{margin-left:0}
.category-news-thumb{min-width:100%}
.logo{padding:10px 0}
#sidebar{padding-left:15px}
.footer-address{border-left:none}
} @media only screen and (max-width: 767px) { 
.container{box-shadow: none; border-left: none;border-right: none;padding-left: 10px;padding-right: 10px;}
.custom-column, .latest-popular, .category-news-single, .category-news-area{margin-right: 0}
.latest-popular{margin-left:0}
.category-news-thumb{min-width:100%}
.entry-content-thumb{float:none;width:100%;height:100%}
.logo{padding:10px 0}
#sidebar{padding-left:15px}
.footer-address{border-left:none}
} @media only screen and (min-width: 480px) and (max-width: 767px) { 
.container{box-shadow: none; border-left: none;border-right: none;padding-left: 10px;padding-right: 10px;}
.custom-column, .latest-popular, .category-news-single, .category-news-area{margin-right: 0}
.latest-popular{margin-left:0}
.category-news-thumb{min-width:100%}
.entry-content-thumb{float:none;width:100%;height:100%}
.logo{padding:10px 0}
#sidebar{padding-left:15px}
.footer-address{border-left:none}
}