/*
Theme Name: Logan Child
Theme URI: http://www.pixedelic.com/themes/logan
Author: Manuel Masia | Pixedelic
Author URI: http: //themeforest.net/user/pixedelic
Description: A Wordpress theme by Manuel Masia (Pixedelic). If you think you're satisfied with the support or the updates, please consider to rate the theme with 5 stars on your ThemeForest "Downloads" section. It is very important and helpful for me and my business. Thank you.
Tags: responsive-layout, custom-colors, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, translation-ready
Template: logan
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.single .hentry .featured-wrap {
    float: right;
    width: 32%;
    margin: 0px 10px;
}


@media screen and (min-width: 640px) {
	.single-tribe_events .tribe-events-event-image {
		float: left;
		padding-right: 10px;
	}
	.single-tribe_events .tribe-events-event-meta{
		width: 45% !important;
		float: right !important;
	}
}
@media screen and (max-width: 640px) {
	.single-tribe_events .tribe-events-event-image {
		float: left;
		padding-right: 10px;
	}
	/*.single-tribe_events .tribe-events-event-meta{
		width: 98% !important;
		float: left !important;
	}*/
}
#tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
	display: none;
}