Garamond/*
 Theme Name:   The Bojon Gourmet
 Description:  Twenty Fifteen Child Theme
 Author:       Jaime Hammack
 Template:     twentyfifteen
 Text Domain:  twenty-fifteen-child
*/

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Related Posts
 * 15.0 - Media Queries
 *    15.1 - Mobile Large
 *    15.2 - Tablet Small
 *    15.3 - Tablet Large
 *    15.4 - Desktop Small
 *    15.5 - Desktop Medium
 *    15.6 - Desktop Large
 *    15.7 - Desktop X-Large
 */



/**
 * selection color
 */

input[type="search"], input[type="text"], input[type="email"], select {
	-moz-appearance:none;
	-webkit-appearance:none;}

::-moz-selection {
    color: #51606b;
    background: #d2d9e2;
}

::selection {
    color: #51606b; 
    background: #d2d9e2;
}

/**
 * 2.0 Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after {
	color: #d2d9e2;
}

.bypostauthor > article .fn:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after, .byline {
	display: none;
}

/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	font-size: 18px;
	font-size: 1.8rem;
	color: #51606b; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	font-style: italic;
	font-weight: 400;
}

blockquote cite,
blockquote small {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}


blockquote {
	border-left: 3px solid #d2d9e2;
	color: #51606b; 
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.5;
	margin-left: 0.08%;
	padding-left: 1.68421em;
}

b, strong {
	font-weight: 600;
}

b.fn {
	font-weight: 400;
}

/**
 * 4.0 Elements
 */

td.tr-caption {
	font-size: 14px;
}

table {
	border-width: 0;
}

td {
	border: 0;
}

th, td {
	padding: 0;
}

::-webkit-input-placeholder {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif !important;
}

:-moz-placeholder {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif !important;
}

::-moz-placeholder {

	font-family: "Crimson Text", Garamond, Georgia, Times, serif !important;
}

:-ms-input-placeholder {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif !important;
}

hr {
	background-color: #d2d9e2;
}

ul, ol {
	list-style-position: inside;
}

.widget select {
	-webkit-appearance: none;
	width: 100%;
    background: url("/wp-content/themes/twentyfifteen-child/icons/dropdownarrow.png") no-repeat right;
	    padding: 6px 8px;
    background-color: #f1f3f6;
font-size: 1em;
text-transform: lowercase;
font-style: italic;
}

.widget select:focus {
 background-color: #fff;
}

.widget {
    margin: 0 0 10%;
}

/**
 * 5.0 Forms
 */ 

.contact-form label {
	font-weight: 400 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	background-color: #d2d9e2;
}

.post-password-form label {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #e2e6ec;
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #e2e6ec;
	color: #51606b;
	color: rgb(81,96,107);
}

input:focus,
select:focus {
	outline: 2px solid #e2e6ec;
}

input, textarea {
	color: #51606b; 
	color: rgb(81,96,107);
}

input, textarea, button, select {
	border: 1px #fff solid;
	background-color: #f1f3f6;
}

.widget input, .widget textarea {
	border-color: #fff;
}

/**
 * 6.1 Links
 */

a {
	color: #9facb6;
}

a:hover,
a:focus {
	color: #9facb6;
	border-bottom: 0;
	outline: 0;
}

/**
 * 6.2 Menus
 */

.main-navigation {
	font-size: 1em;
}

.main-navigation a {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	font-style: italic;
	text-transform: lowercase;
	padding: 0.4em 0;
	font-size: 18px;
}

.main-navigation .menu-item-description {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}

.main-navigation li {
	border-top: none;
	border-top: none;
}

.main-navigation ul {
		border-top: none;
		border-bottom: none;
	}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	font-weight: 600;
}

.main-navigation .page_item_has_children > a, .main-navigation .menu-item-has-children > a {
	text-decoration: none !important;
}

.post-navigation {
	box-shadow: none;
	border: none;
	font-weight: 400;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background: none;
}
	
.post-navigation div + div {
	border-top: none;
}

.post-navigation .meta-nav {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	color: #51606b;
}

.post-navigation a:hover:before,
.post-navigation a:focus:before {
	background-color: #fff;
}

.post-navigation .nav-next .post-title, 
.post-navigation .nav-next a:hover .post-title, 
.post-navigation .nav-next .meta-nav {
	color: #51606b;
}

.post-navigation .nav-previous .post-title, 
.post-navigation .nav-previous a:hover .post-title, 
.post-navigation .nav-previous .meta-nav {
	color: #51606b;
}

.post-navigation .nav-previous a:before {
	background-color: #fff; 
}

.post-navigation .nav-next a:before {
	background-color: #fff; 
}

.post-navigation .post-title {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	font-style: italic;
	font-size: 1.5rem;
}

.pagination {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	font-size: 1.175em;
}

.pagination .page-numbers.current {
	background-color: #f1f3f6;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #fff;
}

.pagination .page-numbers {
	display: inline-block;
	color: #51606b;
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: transparent;
	padding: 0;
	overflow: hidden;
	font-weight: 300;
}

.pagination .prev, 
.pagination .next {
	position: relative;
	left: auto;
	right: auto;
	width: 32px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.pagination .prev:before, 
.pagination .next:before {
	font-size: 16px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	color: #b2c1cb;
}

.image-navigation,
.comment-navigation {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}

.secondary-toggle, 
.secondary-toggle:hover, 
.secondary-toggle:focus  {
	border: 1px solid #fff;
	border-color: #fff;
}

.secondary {	
	box-shadow: none;
}

/**
 * 7.0 Accessibility
 */

.site .skip-link {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	box-shadow: none;
}

.logged-in .site .skip-link {
	box-shadow: none;
}

/**
 * 10.0 Header
 */

.site-header {
	border-bottom: none;
}

.site-branding:hover {
	opacity: .8;
	webkit-transition: 100ms ease-in-out all;
	-moz-transition: 100ms ease-in-out all;
	-ms-transition: 100ms ease-in-out all;
	-o-transition: 100ms ease-in-out all;
	transition: 100ms ease-in-out all;
}

.site-description {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	font-size: 1.6rem;
	font-size: 13px;
}


/**
 * 11.0 Widgets
 */

#text-2 a {
	border-bottom: 0;
}

#text-2 a:hover {
	opacity: .8;
	webkit-transition: 100ms ease-in-out all;
	-moz-transition: 100ms ease-in-out all;
	-ms-transition: 100ms ease-in-out all;
	-o-transition: 100ms ease-in-out all;
	transition: 100ms ease-in-out all;
}

.widget-title {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
    text-transform: none;
    font-size: 1.4em;
    margin-bottom: 5px !important;
color: rgba(51, 51, 51, 0.7);
}

.widget_image {
margin-bottom: 20px;
}

.widget_calendar caption {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}

.widget input[type="search"] {
	line-height: 1.2em;
	font-size: 1.1em;
}

.widget input[type="text"]{
font-style: italic;
}

/**
 * 12.0 Content
 */


.entry-content {
	text-align: justify;
}

.search .entry-title {
margin-bottom: .5em;
}

.search img.wp-post-image {
margin-bottom: 1em;
}

.search .page-header + .hentry {
margin-top: 5%;
}

.search .entry-footer {
padding: 5% 0 0 0;
}

.entry-content a img, 
.entry-summary a img, 
.page-content a img, 
.comment-content a img {
	margin: 1.8em auto 0;
}

#sidebar-2.widget-area {
	position: relative;
}

/**
 * 12.1 Posts and Pages
 */

.site-main {
	padding-top: 10%;
}

.hentry + .hentry {
	border-top: none;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 0;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.pingback .comment-body > a:hover {
	color: #bcc5cc;
}

.author-heading {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}

.entry-title {
	color: #51606b;
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	font-size: 1.4em;
	font-style: normal;
	text-transform: lowercase;
}

.entry-title a {
	color: #51606b;
}

.entry-footer {
	background-color: transparent;
	color: #51606b;
	color: rgb(81,96,107);
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-footer a {
	color: #51606b;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #677a88;
	border-bottom: 0;
}

.page-title {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	font-style: normal;
	font-size: 1.4em;
}

.page-links {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}

.entry-caption {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
    border-radius: none !important;
    box-shadow: none !important;
}

.entry-content img {
margin-top: 15px;
}

.entry-content p img:first-child {
margin-top: 0px;
}

/**
 * 12.3 Comments
 */

.comments-area {
	border-top: none;
	box-shadow: none;
}

.comment-list + .comment-respond, 
.comment-list article, 
.comment-list .pingback, 
.comment-list .trackback  {
	border-top: 0;
}

.comments-title,
.comment-reply-title {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	font-size: 1.4em;
    margin-bottom: .5em;
}

.comment-content {
	font-size: 16px;
}

.comment-form input[type="text"], 
.comment-form input[type="email"], 
.comment-form input[type="url"], 
.comment-form input[type="submit"] {
	width: auto;
}

.comment-author {
	color: #51606b;
}

.comment-author a:hover {
	border-bottom:0;
}

.comment-metadata,
.pingback .edit-link {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}

/*.comment-metadata a, 
.pingback .edit-link a {
	color: #8293a0;
}*/

.comment-metadata a:hover, 
.pingback .edit-link a:hover,
.comment-metadata a:focus, 
.pingback .edit-link a:focus  {
	color: #9facb6;
	border-bottom: 0;
}

.comment-list .reply a {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	border: 0;
	background: #e2e6ec;
	color: #51606b;
	font-weight: 400;
	font-size: 1.4rem;
}

.comment-form label {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}

.comment-form .subscribe-label {
	font-size: 1.6rem;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	color: #51606b;
}

.logged-in-as a:hover {
	border-bottom: 0;
	color: #bcc5cc;
}

.no-comments {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}

.form-allowed-tags code {
	font-size: 1.3rem;
}

/**
 * 13.0 Footer
 */

.site-footer {
	border-top: none;
	box-shadow: none;
}

.site-info {
	color: #51606b;
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	font-size: 11px;
	font-size: 1.1rem;
}

.site-info a {
	color: #9facb6;
}

.site-info a:hover {
	color: #bcc5cc;
	border-bottom: 0;
}

#sidebar-2.widget-area {
	padding: 7.6923%;
}

/**
 * 14.0 Media
 */

.site .avatar {
	border-radius: 0%;
}

/**
 * 14.1 Captions
 */

.wp-caption-text, 
.gallery-caption {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	font-size: 1.6rem;
	font-size: 16px;
	font-style: italic;
}

/**
* 14.2 Related Posts
*/

.related-posts-container {
	clear: both;
}

p.related-posts-title {
font-size: 1.1em;
}

.related-posts-container h2 {
	font: 1.4em "Crimson Text", Garamond, Georgia, Times, serif;
	margin-bottom: 1em;
	font-style: italic;
    font-weight: 400;
}

.related-posts-container h2 a{
		color: #51606b;
}

.related-posts-container h2:after {
		content: " \00B7 \00B7 \00B7";
}

.related-posts-container h2 a:hover {
	color: #9facb6;
}

.related-posts-picture-container {
	overflow:hidden;
}

ul.related-posts-picture-container{
	display: block;
	list-style-type: none;
	margin-bottom: 0;
}

.related-posts-container li {
		list-style: none;
		display: list-item;
		list-style: none;
			font-size: 12px;
			line-height: 15px;
			margin-right: 2.5%;
			width: 31.666667%;
			float: left;
}

.related-posts-container li:last-child {
	margin-right:0;
}

.related-posts img {
margin-bottom: 8px;
}



/**
 * 15.1 Mobile Small Less than 620px
 */

@media screen and (max-width: 38.74em) {
.entry-title { padding-top: 7.6923%; }
.category-container {padding: 0 7.6923% 20px;}
.recipe-index-container, .post-container .entry-title, h2.archive, .related-posts-container {padding: 0 7.6923%;}
.post-container {margin: 0}
.site-main {padding-top: 0;}
.site-description {float: right;}
ul.recipe-index-picture-container, ul.related-posts-picture-container {margin: 0;}
.recipe-index-container li, .related-posts-container li {height: 225px;}
}


/**
 * 15.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 28px;
		font-size: 2.9rem;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 26px;
		font-size: 2.7rem;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 24px;
		font-size: 2.5rem;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 22px;
		font-size: 2.3rem;
	}

	.entry-content h5,
	.entry-summary h5,
	.page-content h5,
	.comment-content h5 {
		font-size: 20px;
		font-size: 2rem;
	}

	.entry-content h6,
	.entry-summary h6,
	.page-content h6,
	.comment-content h6 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.hentry,
	.page-header,
	.page-content, 
	.site-footer,
	.post-navigation,
	.pagination,
	.comments-area {
		box-shadow: none;
		border-top: none;
	}

	.page-header {
		border-left: 0;
	}

	#sidebar-2.widget-area {
		padding: 9.0909%;
		margin: 5% 5% 0;
	}

	.secondary, .site-header {
		margin: 0 7.6923%;
	}

.page-content {
    padding: 7.6923%;
}

.page-title, .taxonomy-description {
margin-left: 0px;
}

.category-container {padding: 0 9.0909% 30px;}
.recipe-index-container, .post-container .entry-title, h2.archive {padding: 0 9.0909%;}
.related-posts-container {padding: 0 15.3827%;}
.post-container {margin: 0 7.6923%;}
.site-main {padding-top: 0;}
.site-description {float: right;}
}

/**
 * 15.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 26px;
		font-size: 2.7rem;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 24px;
		font-size: 2.5rem;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 22px;
		font-size: 2.3rem;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 20px;
		font-size: 2rem;
	}

	.entry-content h5,
	.entry-summary h5,
	.page-content h5,
	.comment-content h5 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.entry-content h6,
	.entry-summary h6,
	.page-content h6,
	.comment-content h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}
.widget-title {margin: 0 0 .8em;}
}

/**
 * 15.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 26px;
		font-size: 2.7rem;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 24px;
		font-size: 2.5rem;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 22px;
		font-size: 2.3rem;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 20px;
		font-size: 2rem;
	}

	.entry-content h5,
	.entry-summary h5,
	.page-content h5,
	.comment-content h5 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.entry-content h6,
	.entry-summary h6,
	.page-content h6,
	.comment-content h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}

}


/**
 * 15.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
	body:before { box-shadow: none; background-color: transparent; }
	.site { max-width: 1400px; }
	.sidebar { width: 30%; max-width: 250px; text-align: right; }
	.site-content { margin-left: 30%; width: 45%; }
	.site-footer { margin: 0 30%; width: 50%; }
	.site-info, .post-navigation { padding: 0 0 5%; }
	.site-main {padding-top: 10%;}
	.main-navigation { margin: 0 0 10%; }
	.site-header { padding: 0 0 0 8.333%; margin: 10% 0 20% 10%; }
	.secondary { margin: 0; }
	.widget { padding-right: 0; padding-left: 0; }
	.recipe-index-container, .post-container .entry-title, h2.archive, .related-posts-container {padding: 0px;}
	.category-container {padding: 0 0 30px 0;}
	.post-container {margin: 0;}	
	.site-description {float: none;}

	#sidebar-2.widget-area {
		margin-left: -100%;
		float: right;
		width: 30%;
		max-width: 150px;
		padding: 0;
	}	

	.hentry,
	.page-header,
	.page-content {
		box-shadow: none;
		padding: 0;
		margin: 0;
	}
	
	.entry-content,
	.entry-summary, 
	.entry-header {
		padding: 0;
	}

	
	.post-navigation {
		margin: 5% 0 0;
	}
	
	.post-navigation a {
		padding: 2.5% 0%;
	}

	.comments-area, .entry-footer {
		margin: 0;
		padding: 5% 0%;
	}
	
	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 26px;
		font-size: 2.7rem;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 24px;
		font-size: 2.5rem;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 22px;
		font-size: 2.3rem;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 20px;
		font-size: 2rem;
	}

	.entry-content h5,
	.entry-summary h5,
	.page-content h5,
	.comment-content h5 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.entry-content h6,
	.entry-summary h6,
	.page-content h6,
	.comment-content h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

/**
 * 15.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	.site-content {
		max-width: 560px;
	}

	.sidebar {
		max-width: 300px;
	}
	
	#sidebar-2.widget-area {
		max-width: 180px;
	}

}

/**
 * 15.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 26px;
		font-size: 2.7rem;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 24px;
		font-size: 2.5rem;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 22px;
		font-size: 2.3rem;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 20px;
		font-size: 2rem;
	}

	.entry-content h5,
	.entry-summary h5,
	.page-content h5,
	.comment-content h5 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.entry-content h6,
	.entry-summary h6,
	.page-content h6,
	.comment-content h6 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.page-title, 
	.comments-title, 
	.comment-reply-title, {
		font-size: 2rem;
	}

	button, input[type="button"], 
	input[type="reset"], 
	input[type="submit"], 
	.post-password-form input[type="submit"] {
		font-size: 1.4rem;
	}
	
	.sidebar {
		max-width: 330px;
	}

	#sidebar-2.widget-area {
		max-width: 200px;
	}

	input[type="submit"] {
		padding: 12px 20px 10px;
	}
	
}

/**
 * 15.X Desktop Larger 1300px
 */

@media screen and (min-width: 81.25em) {
	#sidebar-2.widget-area {
		max-width: 230px;
	}
}

 
/**
 * 15.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {
	.site-content {
		max-width: 600px;
	}

	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 28px;
		font-size: 2.9rem;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 26px;
		font-size: 2.7rem;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 24px;
		font-size: 2.5rem;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 22px;
		font-size: 2.3rem;
	}

	.entry-content h5,
	.entry-summary h5,
	.page-content h5,
	.comment-content h5 {
		font-size: 20px;
		font-size: 2rem;
	}


	.entry-content h6,
	.entry-summary h6,
	.page-content h6,
	.comment-content h6 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.sidebar {
		max-width: 350px;
	}
}


/**
 * 17.0 Print
 */

@media print {
	.sidebar-2 {
		position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
	}
}

/** 
 * plugins and et cetera 
 */

ul.display-posts-listing {
	list-style: none;
	text-indent:3em;
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
}


/**
 * Subscribe plugin 
 */


.subscribe h2 {
	font-family: "Crimson Text", Garamond, Georgia, Times, serif;
	font-size: 1.4em;
    margin-bottom: .3em;
}

.subscribe input[type="image"]{
    background-color: #fff;
    width: 2.6rem;
    margin-bottom: -8px;
}

.subscribe input[name="email"]{
    display: inline;
    width: 80%;
font-style: italic;
}

.subscribe input:focus, .subscribe
select:focus {
	outline: none;
}


/**
 * Easy Recipe 
 */

div.easyrecipe {
	border: none;
	background: #fff;
	padding-left: 0;
	padding-top: 0;
	padding-right: 0;
	margin-top: 0;
	font: 1em "Crimson Text", Garamond, Georgia, Times, serif;
	line-height: 1.5em;
}

#content.easyrecipe .ERSIngredients li.ingredient, 
.easyrecipe .ERSIngredients li.ingredient {
	list-style: none !important;
	margin-left: 0 !important;
}

.easyrecipe .ERSSummary {
	font-style: italic;
}

.easyrecipe .ERSInstructions li.instruction {
	list-style: none !important;
	margin-left: 0;
	line-height: 1.5em;
	padding: 0 0 1.5em;
}

.easyrecipe .ERSIngredients .ERSSectionHead, 
.easyrecipe .ERSInstructions .ERSSectionHead {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.easyrecipe div.ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn, div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn {
	background: #f1f3f6 none;
}

div.easyrecipe a.ERSPrintBtn span, 
div.easyrecipe a.ERSSaveBtn span {
	color: #51606b !important;
}