/*!
Theme Name: Magazine
Theme URI: http://themesbazar.com/magazine
Author: ThemesBazar.Com
Author URI: http://themesbazar.com
Description: Themes Is WordPress Theme Market.
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: magazine_themesbazar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the ThemesBazar.

*/

.logo {
	margin: 17px 0px 0px 0px;
}

.banner {
	margin: 5px 0px 0px 0px;
	padding: 5px;
}

.menu_section {
	background: #056a1e;
	padding: 5px;
	margin: 5px 0px;
}

.menu_desktop ol {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.menu_desktop ol li {
		display: inline-block;
		margin-right: 10px;
	}

	.menu_desktop ol li a {
	color: #f6f6f6;
	text-decoration: none;
	font-size: 24px;
	padding: 10px 5px;
}

.ads img {
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}

.old_edition {
	background: #a70404;
	font-size: 25px;
	padding: 5px;
	margin-bottom: 5px;
	color: white;
}
.old_div {
	background: #ddd;
	padding: 5px;
}

.all_edition {
	height: 300px;
	overflow: scroll;
}
.edition_title a {
	padding: 5px;
	font-size: 22px;
	color: black;
	text-decoration: none;
}
#pageIndicator {
	text-align: center;
	border: 1px solid #ddd;
}


.footer_section {
	position: relative;
	clear: both;
	width: 100%;
	background: #333;
	color: #fff;
	padding: 50px;
	margin-top: 30px;
	display: block !important;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}





 @media (max-width: 767px) {
        .footer_section {
	position: relative;
	clear: both;
	width: 100%;
	background: #333;
	color: #fff;
	padding: 50px 1px;
	margin-top: 30px;
	display: block !important;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.menu_desktop {
	display: none !important;
}
.left_sidebar{
    display: none !important;
}



    }
    
    

