/*
Theme Name:     Nanomag Child
Theme URI: 		http://themeforest.net/user/jellywp
Description:    WordPress Responsive News/Magazine WordPress Theme.
Author:         Jellywp
Author URI: 	http://themeforest.net/user/jellywp
Template:       nanomag
Version:        1.0
*/

@import url("../nanomag/style.css");

.tag-cat a{
	background: none;
	color: inherit;
}
.arpw-li, .arpw-ul{
	list-style: none !important;
}
.amuse-me .arpw-title{
	text-indent: -9999;
	font-size: 0;
	text-align: center;
	background-color: #EC8834;
	border-radius: 5px;
	height: 45px;
	width: 100%;
	display: block;
	color: #fff;
	font-weight: 800;
	letter-spacing: -0.5px;
	text-decoration: none !important;
}
.amuse-me .arpw-title::before{
	content: "HAVE A BUTCHER'S";
	text-indent: auto;
	font-size: 16px;
	line-height: 45px;
	width: 100%;
	display: block;
}

.amuse-me .arpw-title:hover{
	background-color: #F9C30E;	
	text-decoration: none !important;
}

/* Disable single post featured image */
.single_post_format{
	display: none;
}

.header_main_wrapper {
	padding: 0;
}
.header_main_wrapper > .row {
	padding: 0;
	width: 100%;
	max-width: none;
}
.logo-position > a {
	line-height: 100%;
	display: block;
	background-color: #333;
	text-align: center;
}
#top-ticker {
	margin-top: 6px;
	font-weight: normal;
}
.acenter{
	text-align: center;
}

/* Mega Menu */
#mainmenu .megamenu.columns-5 > ul.sub-menu > li:hover {
	background-color: transparent !important;
}
#mainmenu .megamenu.columns-5 > ul.sub-menu > li a {
	height: 30px;
	line-height: 30px;
}
#mainmenu .megamenu.columns-5 > ul.sub-menu > li > ul.sub-menu > li a {
	/*padding-left: 25px;*/
}
#mainmenu .megamenu.columns-5 > ul.sub-menu > li.notext > a {
	text-indent: -9999px;
	font-size: 0;
}
#mainmenu .megamenu.columns-5 > ul.sub-menu > li.larger > a {
	font-size: 1.4em;
	color: #999 !important;
}
#mainmenu li > a {
	padding: 0 13px;
}

#pageslide a{
	display: inline-block;
	padding: 0;
}
#pageslide .notext > a{
	display: none;
}

/* Masonry Grid */
#content_masonry_grid > .clearfix {
	display: none;
}
.left_post_align{
	clear: left;
}
.right_post_align{
	clear: right;
}
.footer_meta {
	margin-bottom: 10px;
	margin-top: 0;
	border-top: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px !important;
}


.footer-top .textwidget{
	text-align: center;
}
/* Posts */
.single #content_main h2 {
	margin-bottom: 5px;
}
.single-post-title.heading_post_title{
	font-size: 1.3em;
	padding: 10px 0;
}
.love_this_post_meta{
	display: none;
}
.new-line-related{
	clear: left;
}

#gameFlashEmbed {
	width: 100%;
	min-height: 500px;
}
.zip_download {
	font-size: 0.8em;
	margin: 5px 15px;
	color: #888;
	text-decoration: underline;
	display: inline-block;
}
.zip_download span{
	clear: both;
	margin: 5px;
}
.zip_download::before{
	content: " ";
	display: inline-block;
	width: 125px;
	height: 125px;
	background: url(img/download.png) no-repeat center top transparent;
}
.zip_download:hover::before{
	background-position: center -125px;
}
.media-thumbnail img{
	width: 100%;
}
.media-description {
	text-align: justify;
}
.zip_download_win::before{
	background: url(img/download_win.png) no-repeat center top transparent;
}
.zip_download_mac::before{
	background: url(img/download_mac.png) no-repeat center top transparent;
}
#comments {
	display: none;
}

.widget .xoxo li{
	display: inline-block;
	margin-right: 10px;
}
.widget .xoxo li a{
	text-indent: -9999;
	font-size: 0;
}

/* Ticker */
#top-ticker,
.mtphr-dnt{
	max-width: 100% !important;
	overflow: hidden !important;
}

/* Responsive */


@media only screen and (max-width:1200px) {
	#mainmenu li > a {
		padding: 0 13px !important;
		font-size: 12px;
	}
}

@media only screen and (max-width:978px) {
	#pageslide ul ul{
		margin-left: 15px !important;
	}
}
@media only screen and (max-width:783px) {
	html #wpadminbar {
		top: -46px;
	}
	.header_main_wrapper {
	    padding: 0px !important;
	}
	.body_wraper_box, .row {
		padding: 0;
	}
	.feature-two-column > * {
		padding: 0 10px;
	}
	.feature-two-column > .image_post{
		padding: 0;
	}
	#top-ticker {
		overflow: hidden;
		height: 23px;
	}

	.single-post .row {
		padding: 0 10px;
	}
	.single-post .header_main_wrapper .row{
		padding: 0;
	}
}