/*
Theme Name: Mesocolumn Child Theme
Theme URI: http://www.dezzain.com/wordpress-themes/mesocolumn/
Description: Child Theme for Mesocolumn
Author: Richie KS
Author URI: http://www.dezzain.com
License: GNU General Public License
License URI: http://www.opensource.org/licenses/gpl-license.php
Tags: buddypress,white,two-columns,three-columns,right-sidebar,responsive-layout,flexible-header,editor-style,custom-colors,custom-menu,custom-header,custom-background,featured-images,full-width-template,theme-options,threaded-comments,microformats,rtl-language-support,translation-ready
Template: mesocolumn
*/

/* mobile or anything - make logo larger */
#siteinfo img {
	width:100%;
}
#siteinfo {
	margin-left: 0 !important;
}

#mobile-nav .mobile-open-click {
	background-color: #d51317 !important;	
}


/* desktop - make logo smaller */
@media only screen and (min-width: 770px) {
	#siteinfo img {
	   width:50%;
	}
	#siteinfo {
		margin: 0 0 0 1.6em !important;
	}

	#top-navigation {
	    background-color: #d51317 !important;
	}	
}


#hip-back-issues-link {
	font-size: 1.3em;
}


.woocommerce-product-details__short-description {
margin-top: 2em;
}

/*JPS - fix for akismet privacy notice */
.akismet_comment_form_privacy_notice {
	clear: both;
}


