/* Media queries */

@media(min-width: 1200px) {
	.wrapper {
		width:97%;

	}
  #categories-4 {display:none} /*wdiget-categories-dropdown*/
	.mobile-menu-section {
		display: none !important;
	}
}

@media(min-width: 990px) and (max-width: 1199px) {
	.wrapper {
		width:100%;
	}

	.menu-section .menu li {
		width: 115px;
	}

	.mobile-menu-section {
		display: none !important;
	}

	.main-content {
		width:100%;
		width:calc(100% - 140px)
	}

	.main-sidebar {
		width: 140px;
	}

	.main-blog-content {
		width: calc(100% - 230px);
	}

	.main-blog-sidebar {
		width: 210px; float: right;
	}

	.main-blog-content #player {
		width: 550px !important; height: 308px !important;
	}

	.footer-content {
		width: 100%;
	}

}
@media(max-width:989px) {
	#categories-4 {display:block} /*widget-categories-dropdown*/
	#categories-4 label{display:none}
	#categories-4 .content{padding:0px 10px}
	#categories-4 select{width: 100%;
    height: 30px;
    border: 0 none;
    border-radius: 4px;
	}
	.widget_archive {display:none}
}

@media(min-width: 769px) and (max-width: 989px) {
	.wrapper {
		width: 100%;
	}
 
	
	.top-section .search .search-input {
		width: 380px;
	}

	.top-section .search input[type="text"] {
		width: 260px;
	}

	.menu-section .menu {
		width: 100%;
	}

	.menu-section .menu li {
		width: 16.666%;
	}

	.menu-section .menu li:last-child {
		border-right: 0 none;
	}

	.menu-section .addthis {
		display: none;
	}

	.mobile-menu-section {
		display: none !important;
	}

	.desktop-ads, .desktop-dsa {
		display: none;
	}

	.mobile-ads, .mobile-dsa {
		display: block;
	}

	.main-sidebar {
		width: 100%; float: none;
	}

	.main-content {
		width: 100%; float: none;
	}

	.main-blog-content {
		width: 100%;
	}

	.main-blog-sidebar {
		width: 100%; float: none;
	}

	.main-blog-sidebar .widget_categories {
		display: none;
	}

	.main-blog-sidebar .widget_categories_mobile {
		display: block;
	}

	.main-blog-sidebar .widget_search,
	.main-blog-sidebar .widget_recent_entries,
	.main-blog-sidebar .widget_recent_comments,
	.main-blog-sidebar .widget_nav_menu,
	.main-blog-sidebar .widget_links,
	.main-blog-sidebar .widget_text {
		display: none;
	}

	.footer-content {
		width: 490px;
	}

	.footer-newsletter {
		width: 220px;
	}


}

@media(min-width: 480px) and (max-width: 768px) {
	.wrapper {
		width: 100%;
	}

	.top-section .logo {
		float: none;
		margin: 10px auto;
	}

	.top-section .search {
		width: 100%; float: none;
		margin: 0 0 6px 0;
	}

	.top-section .search .mmenu-switch {
		display: block;
		margin-left:20px;
	}

	.top-section .search .search-input {
		width: calc(100% - 180px);
	}

	.top-section .search input[type="text"] {
		width: 100%;
	}

	.top-section .search select,
	.top-section .search .sbHolder {
		display: none;
	}

	.menu-section {
		display: none;
	}

	.mobile-menu-section {
		display: none;
	}

	.desktop-ads, .desktop-dsa {
		display: none;
	}

	.mobile-ads, .mobile-dsa {
		display: block;
	}

	.main-content {
		width: 100%; float: none;
	}

	.main-sidebar {
		width: 100%; float: none;
	}

	.main-blog-content {
		width: 100%;
	}

	.main-blog-content #player {
		width: 420px !important; height: 236px !important;
	}

	.main-blog-sidebar {
		width: 100%; float: none;
	}

	.main-blog-sidebar .widget_categories {
		display: none;
	}

	.main-blog-sidebar .widget_categories_mobile {
		display: block;
	}

	.main-blog-sidebar .widget_search,
	.main-blog-sidebar .widget_recent_entries,
	.main-blog-sidebar .widget_recent_comments,
	.main-blog-sidebar .widget_nav_menu,
	.main-blog-sidebar .widget_links,
	.main-blog-sidebar .widget_text {
		display: none;
	}

	.footer-content {
		width: 100%;
	}

	.footer-newsletter {
		width: 100%;
		padding-left: 10px;
		border-left: 0 none; border-bottom: 1px solid #242526;;
	}

}

@media(max-width: 479px) {
	.wrapper {
		width: 100%;
	}

	.top-section .logo {
		float: none;
		margin: 10px auto;
	}

	.top-section .search {
		width: 100%; float: none;
		margin: 0 0 6px 0;
	}

	.top-section .search .mmenu-switch {
		display: block;
		margin-left:20px;
	}

	.top-section .search .search-input {
		width: calc(100% - 180px);
	}

	.top-section .search input[type="text"] {
		width: 100%;
	}

	.top-section .search select,
	.top-section .search .sbHolder {
		display: none;
	}

	.menu-section {
		display: none;
	}

	.mobile-menu-section {
		display: none;
	}

	.desktop-ads, .desktop-dsa {
		display: none;
	}

	.mobile-ads, .mobile-dsa {
		display: block;
	}

	.main-content {
		width: 100%; float: none;
	}

	.main-sidebar {
		width: 100%; float: none;
	}

	.main-blog-content {
		width: 100%;
	}

	.main-blog-content #player {
		width: 260px !important; height: 146px !important;
	}

	.main-blog-sidebar {
		width: 100%; float: none;
	}

	.main-blog-sidebar .widget_categories {
		display: none;
	}

	.main-blog-sidebar .widget_categories_mobile {
		display: block;
	}

	.main-blog-sidebar .widget_search,
	.main-blog-sidebar .widget_recent_entries,
	.main-blog-sidebar .widget_recent_comments,
	.main-blog-sidebar .widget_nav_menu,
	.main-blog-sidebar .widget_links,
	.main-blog-sidebar .widget_text {
		display: none;
	}

	.footer-content {
		width: 100%;
		padding-top: 10px;
	}

	.footer-newsletter {
		width: 100%;
		padding-left: 0; padding-bottom: 10px;
		border-left: 0 none; border-bottom: 1px solid #242526;;
	}

}
