/*
 Theme Name:     Jill Hough Responsive Theme
 Description:    A custom responsive child theme based on the Attitude theme.
 Author:         Chris Mallinson
 Author URI:     http://mallinson.ca
 Version:        1.0.0
*/

@import url("css/app.css");

@media print {
	header.main {
		border-bottom:none;
	}
	
	main article img {
		max-width:33%;
		float: right;
    	margin-left: 2rem;
	}
	
	.entry-content a::after{
		content: " (" attr(href) ") ";
		color: #999;
	}
	nav.mobile, .social-share, .post-search, .links, .yarpp, .pinit-button, .print .button {
		display:none;
	}

	p {
		font-size: 14px !important;
	}
	
	.entry-content {
		line-height: 1.4rem;
	}
	
	.ingredients {
		font-weight: bold;
	    line-height: 1.75;
	}

	
}

.print {
	margin:2rem 0;
}

.print .button {
    color: #fff !important;
    background-color: #8fb73e;
    text-transform: uppercase;
    font-size: 100%;
    border-color: #a72516 !important;
    border-width: 2px !important;
    padding: 10px 20px;
	cursor:pointer;
}

.print .button .fa {
	margin-right: 5px;
    margin-left: -5px;
	color:#FFF;
}