/*

	Copyright 2016, WKG Media. All Rights Reserved.
	Author: The WKG Media Team
	Author URI: http://whoknowsaguymedia.com/
	Print Styles

*/

@page { margin: 1.5cm }

body {
	background: #FFF !important;
}

.btn-mobile-menu,
.body-sidebar,
.fa-print,
.hide-on-mobile,
#sectionWrap-footer-sidebar,
#sectionWrap-splash-footer,
#footerWrap,
#fancybox-loading,
#mmenu {
	display: none !important;
}

.single-post #contentWrap .grid-wrap .col.g-1of1.g3-2of3,
.single-wkgrecipe #contentWrap .grid-wrap .col.g-1of1.g3-2of3 {
	width: 100% !important;
}

.recipe-wrap {
	background: #FFF !important;
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

	h1, h2, h3, h4, h5, h6 {
		font-size: 16px !important;
		line-height: 20px !important;
		font-weight: normal;
		margin: 0 0 5px 0 !important;
	}
		h1 {
			font-size: 34px !important;
			line-height: 42px !important;
			margin: 0 0 15px !important;
		}
		h2 {
			font-size: 24px !important;
			line-height: 42px !important;
			margin: 0 0 10px !important;
		}
		h3 {
			font-size: 20px !important;
			line-height: 36px !important;
		}
	p {
		font-size: 14px !important;
		line-height: 22px !important;
		text-align: left;
		margin: 0 0 15px 0 !important;
	}
	ul, ol {
		font-size: 14px !important;
		line-height: 22px !important;
		text-align: left;
		margin: 0 0 15px 35px;
	}
		li {
			margin: 0 0 5px 0;
			padding: 0;
		}
	blockquote {
		background: #f6f6f7;
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		margin: 0 16px 20px;
		padding: 10px 12px 10px;
		-webkit-border-radius: 5px;
		   -moz-border-radius: 5px;
			    border-radius: 5px;
	}
	
