/*
Theme Name:     Gridlove Child
Theme URI:      http://mekshq.com
Description:    Child theme for Gridlove theme
Author:         meks
Author URI:     http://mekshq.com
Template:       gridlove
Version:        0.1.0
*/
@media print {
	/* Unique, Cleaner Print Styles Here */
	h1 {
	  page-break-before: always;
          color: #000;
          background: none;
	}
         h2, h3 {
           page-break-after: avoid;
         }
	body {
        color: #000;
        background: #fff;}
        header nav, aside, footer {
        display: none;
        }
        body, article {
        width: 100%;
        margin: 0;
        padding: 0;
        }
        img {
        max-width: 100% !important;
        }
        article {
        page-break-before: always;
        }
        ul, img, blockquote {
        page-break-inside: avoid;
        }
        article a {
        font-weight: bolder;
        text-decoration: none;
        }
       article a[href^=http]:after {
        content:" <" attr(href) "> ";
        }
       article a[href^="#"]:after {
        content: "";
        }
	@page {
		/* Dictate Special Page Settings Here */
		margin: 2cm;
		orphans: 4;
		widows: 3;
	}
}