/*
 Theme Name:   Gazette Child
 Description:  A modified version of Gazette theme for update friendly customisations
 Author:       Oleg Kuznetsov
 Author URI:   http://pph.me/oleg/
 Template:     gazette
 Version:      1.8
 Text Domain:  gazette-child
*/



/* **********************************************
 * EVENTS STYLING
 * **********************************************

/* Make single event body text style match single post body text style */

body.single_post #main .tribe-events-single .entry-content {
  font-size: 16px;
  line-height: 30px;
}



/* **********************************************
 * MENU
 * **********************************************

/* Make mobile menu non-sticky */

@media (max-width: 1023px) {

	#navigation {
		position: relative;
	}
	
	#navigation.minimize .main_navigation {
	  height:58px;
	  line-height: 58px;
	}


	#navigation.maximize {
		top: 0;
	}

	header {
		padding: 30px 0 0px 0;
	}


	#navigation.minimize .custom_logo {
		line-height:58px;
	}

	#navigation.minimize {
		padding: 15px 0!important;
	}

	#navigation.minimize .logo a {
		line-height:58px;
		max-height:58px
	}

	#navigation.minimize .logo img {
		max-height:58px;
	}

	.minimize .main_navigation {
		top: 58px;
	}

	.minimize #mobile_menu {
		height:58px !important;
		width:58px !important;
	}

	.minimize #mobile_menu a:after {
		font-size:28px;
		line-height:58px;
		height:58px!important
	}
 
}

/* Correct admin menu on mobile */
@media screen and (max-width: 782px) {
	html #wpadminbar {
	  top: -46px;
	}
}