/*
Theme Name: Quart Child
Theme URI: http://quart.mikado-themes.com
Description: A child theme of Quart Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: quart
Template: quart
*/

@media only screen and (max-width: 680px) {
	.mkdf-eh-item-content .vc_custom_1578231126970 {
		margin: 0 !important;
		padding: 0 8% !important;
	}

	.mobile-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	h1 {
		font-size: 46px !important;
	}

	h2 {
		font-size: 28px !important;
	}

	h3 {
		font-size: 24px !important;
	}
}

@media screen and (min-width: 1025px) {
	.mkdf-side-menu-button-opener.mkdf-side-menu-button-opener-predefined {
		display: none !important;
	}
}

.widget_media_image {
	max-width: 250px;
}

.mkdf-page-title {
	display: none !important;
}

.mkdf-page-footer .widget .underline span {
	text-decoration: underline;
}

/* Note: David Ash edit June 7 - extra padding on top to get space from the logo. SOrry dity edit */
.mkdf-mobile-header .mkdf-mobile-nav {
	padding: 85px 0 0 !important;
}