/**
 *  Theme Name: Easy Chicken Recipes
 *  Theme URI: https://www.oncecoupled.com
 *
 *  Description: Custom Genesis child theme. Made with love!
 *  Tags: custom-made, genesis, child-theme
 *
 *  Author: Once Coupled
 *  Author URI: https://www.oncecoupled.com
 *
 *  Version: 1.0.0
 *  Template: genesis
 *  Template Version: 3.0.2
 *
 *  Text Domain: once-coupled-easy-chicken-recipes
 *  License: All rights reserved.
 *
 *  Notes: this complements our `defaults` file and sets up
 *  a base for us by overwriting some fonts & colors #3
 */


/* ================================
[ Structure ]
================================ */

/* ---------- [ Table of Contents ] ---------- */

/**
 * Notes
 * - TOC (you are here)
 *
 * Elements
 * - Text
 * - Headings
 * - Links
 * - Forms
 *
 * Containers
 * - Content, Sidebar
 *
 * Navigation
 * - Toggles
 * - Generic Menu
 * - Pagination
 *
 * Sections
 * - Sidebar
 * - Footer
 *
 * Content
 * - Archive Description
 * - Comments
 * - Search
 */


/* ================================
[ Elements ]
================================ */

/* ---------- [ Text ] ---------- */

html {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #000;
}

.single-post {
	font-size: 20px;
}

@media screen and (min-width: 1024px) {
	.single-post {
		font-size: 18px;
	}
}

/* ---------- [ Headings ] ---------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Verdana, sans-serif;
	line-height: 1.1;
	margin: 8px 0 12px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
    line-height: 1.4em;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 18px;
}

/* ---------- [ Links ] ---------- */

a {
	color: #000;
	text-decoration: none;
}

@media screen and (min-width: 1024px) {
	a:hover {
		text-decoration: underline;
	}
}

/* [ In-content Links ] */

.author-box a,
.comment-content a,
.error404 .entry-content a,
.singular .entry-content a {
	color: #000;
	text-decoration: underline;
}

@media screen and (min-width: 1024px) {
	.author-box a:hover,
	.comment-content a:hover,
	.error404 .entry-content a:hover,
	.singular .entry-content a:not(.dpsp-network-btn):hover {
	    transition: 250ms;
	    background-image: linear-gradient(180deg,transparent 0,#ffb200 0,#ffb200 .35em,transparent .35em);
	    background-position: 0 .85em;
	    background-repeat: no-repeat;
	    text-decoration: none;
	}

	.singular .entry-content .wp-block-group a:hover {
		background: none !important;
	}
}

.mediavine-video__sticky-placement .mediavine-video__sticky-container .mediavine-video__sticky-bar .mediavine-video__sticky-title a, .mv-list-title-link, .template_leaderboard_heading_link, .mediavine_food_ron_article_mid_desktop_v5_heading, .mediavine_food_ron_article_mid_desktop_v5_heading_link,
#template_leaderboard_sponsor {
	background-image: none !important;
}

/* [ More Links ] */

.more-link-container {
	display: block;
	text-align: center;
	margin-top: 8px;
}

/* ---------- [ Forms ] ---------- */

input,
select,
textarea {
	color: #42424a;
	font-size: 14px;
}

input,
textarea {
	background: #fff;
	border-color: #cecece;
}

a.button,
.button,
input[type="button"],
input[type="submit"],
a.more-link,
.comment-reply a {
	display: inline-block;
	line-height: 1;
	color: #000;
	background: #ffb200;
	font-weight: 700;
	text-transform: lowercase;
	font-size: 14px;
	padding: 16px;
}

@media screen and (min-width: 768px) {
	a.button,
	.button,
	input[type="button"],
	input[type="submit"],
	a.more-link,
	.comment-reply a {
		padding: 12px 25px;
	}
}

@media screen and (min-width: 1024px) {
	a.button:hover,
	.button:hover,
	input[type="button"]:hover,
	input[type="submit"]:hover,
	a.more-link:hover,
	.comment-reply a:hover {
		opacity: 1;
		background: #000;
		color: #fff;
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	.modal__close:hover {
		background: transparent;
	}
}

.button a {
	color: #000;
}

a .icon-font,
input .icon-font {
	font-size: 80%;
	margin-left: 4px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}

:-moz-placeholder { /* Firefox 18- */
	color: #000;
}


/* ================================
[ Containers ]
================================ */

/* ---------- [ Content, Sidebar ] ---------- */

.content-sidebar-wrap {
	margin: 12px auto;
}

@media screen and (min-width: 1024px) {
	.content-sidebar-wrap {
		margin-top: 8px;
	}
}


/* ================================
[ Navigation ]
================================ */

/* ---------- [ Toggles ] ---------- */

.generic-toggle,
.sub-menu-toggle {
	color: #fff;
}

.sub-menu-toggle {
	font-size: 22px;
}

@media screen and (min-width: 1024px) {
	.sub-menu-toggle {
		font-size: 16px;
	}
}

/* ---------- [ Generic Menu ] ---------- */



@media screen and (min-width: 1024px) {

	.menu .sub-menu {
		background: #42424a;
	}

	.menu .sub-menu .menu-item a {
		padding: 8px 6px;
		color: #fff;
	}

	.menu .sub-menu .menu-item:hover > a {
		opacity: 1;
		background-color: #ffb200;
		color: #000;
	}
}

/* [ First sub-menu ] */

@media screen and (min-width: 1024px) {
	.menu > .menu-item > .sub-menu {
		top: 41px; /* height of menu item + any psuedo-elements */
	}
}

/* [ Sub-menu Arrows ] */

@media screen and (min-width: 1024px) {
	.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:first-of-type::before {
		position: absolute;
		top: -5px;
		left: calc(50% - 8px);
		width: 16px;
		height: 16px;
		background-color: #42424a;
		content: '';
		border-top: 8px solid transparent;
		-webkit-transition: 400ms;
		transition: 400ms;
		z-index: 9;
		border-radius: 50%;
	}

	.genesis-nav-menu > .menu-item > .sub-menu > .menu-item:first-of-type:hover::before {
		background-color: #ffb200;
	}
}


/* ---------- [ Pagination ] ---------- */

.pagination {
	margin: 16px 0 0;
	font-weight: 700;
	font-size: 13px;
	line-height: 1;
}

.pagination .icon-font {
	font-size: 80%;
}

.archive-pagination li {
	position: relative;
}

/* [ Adjacent Entry Pagination ] */

.adjacent-entry-pagination {
	display: flex;
	justify-content: space-between;
	margin: 4px -8px 16px;
}

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next {
	flex: 0 1 calc(50% - 16px);
	text-align: center;
	margin: 0 8px;
}

.adjacent-entry-pagination .pagination-previous a,
.adjacent-entry-pagination .pagination-next a {
	display: block;
	height: 100%;
	background: #faf7f1;
}

@media screen and (min-width: 768px) {
	.adjacent-entry-pagination .pagination-previous a,
	.adjacent-entry-pagination .pagination-next a {
		display: flex;
		align-items: center;
	}
}

/*@media screen and (min-width: 1024px) {
	.adjacent-entry-pagination .pagination-previous a:hover,
	.adjacent-entry-pagination .pagination-next a:hover {
		opacity: 1;
		background: #dee4e5;
	}
} */

@media screen and (min-width: 768px) {
	.adjacent-entry-pagination .pagination-next a {
		flex-direction: row-reverse;
	}
}

.adjacent-entry-pagination .pagination-image {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.adjacent-entry-pagination .pagination-image {
		flex: 0 0 112px;
	}

	.pagination-previous .pagination-image {
		margin-right: 12px;
	}

	.pagination-next .pagination-image {
		margin-left: 12px;
	}
}

.adjacent-entry-pagination .pagination-text-container {
	padding: 10px 20px 20px;
}

@media screen and (min-width: 768px) {
	.pagination-previous .pagination-text-container {
		padding-left: 0;
	}

	.pagination-next .pagination-text-container {
		padding-right: 0;
	}
}

.adjacent-entry-pagination .pagination-label {
	font-size: 18px;
	font-family: Verdana, sans-serif;
	font-weight: 900;
	margin-top: 1.5em;
	margin-bottom: 8px;
	display: inline-block;
	background-image: none;
	position: relative;
}

@media screen and (min-width: 768px) {
	.adjacent-entry-pagination .pagination-label {
		font-size: 19px;
	}
}

@media screen and (min-width: 1024px) {
	.adjacent-entry-pagination .pagination-label:hover {
		text-decoration: underline;
	}
}

.adjacent-entry-pagination .pagination-label .icon-font {
	font-size: 1em;
	position: absolute;
	top: -1.5em;
	left: 50%;
	transform: translateX(-50%);
}

.adjacent-entry-pagination .pagination-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
}

/* [ Archive Pagination ] */

.archive-pagination {
	width: 100%; /* flexbox fix */
	margin: 20px 0;
	font-size: 13px;
}

.archive-pagination a,
.archive-pagination .pagination-omission {
	width: 34px;
    height: 34px;
    border: 3px solid #000000;
    line-height: 37px;
    box-sizing: content-box;
}

@media screen and (min-width: 1024px) {
	.archive-pagination a:hover {
		opacity: 1;
		background: #000;
		color: #fff;
		text-decoration: none;
	}
}

.archive-pagination .active a {
	background: #000;
	color: #fff;
}

.archive-pagination .pagination-previous a,
.archive-pagination .pagination-next a{
	border: 0px;
	width: auto;
}

@media screen and (min-width: 1024px) {
	.archive-pagination .pagination-previous a:hover,
	.archive-pagination .pagination-next a:hover {
		opacity: 1;
		background-position: 0 1.4em;
		background-color: transparent;
		color: #42424a;
		text-decoration: underline;
	}
}

/* [ Comment Pagination ] */

.comments-pagination a {
	display: inline-block;
    font-weight: 600;
    color: #000;
    vertical-align: top;
    opacity: 1;
    font-family: Verdana, sans-serif;
    border: 1px solid #ddd;
    padding: 5px 13px 11px;
	border-radius: 20px;
}

@media screen and (min-width: 1024px) {
	.comments-pagination a:hover {
		color: #fff;
		background-color: #000;
		border-color: #000;
		text-decoration: none;
	}
}

.comments-pagination .icon-font {
	font-size: 16px;
}

.comments-pagination .icon-font.circle-border {
	display: inline-block;
	width: 28px;
	height: 28px;
	border: 0.1em solid #989898;
	border-radius: 100%;
	padding: 0.2em 0.32em;
	vertical-align: middle;
	position: relative;
	top: -0.12em;
}

.comments-pagination .pagination-previous .icon-font {
	margin-left: -0.02em;
	margin-right: 0.25em;
	position: relative;
    top: 3px;
}

.comments-pagination .icon-font.circle-border::before {
	margin: 0;
}

/* [ Entry Pagination ] */

.entry-pagination {
	text-transform: lowercase;
	margin-top: 20px;
}

.entry-pagination .post-page-numbers {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
}

.content .entry-pagination.pagination .post-page-numbers {
	color: #000;
	background: none;
}

.entry-pagination .post-page-numbers:first-child {
	margin-left: 4px;
}

.entry-pagination .post-page-numbers.current {
	border: 2px solid #ec9b14;
	line-height: 28px;
}

@media screen and (min-width: 1024px) {
	.content .entry-pagination.pagination a.post-page-numbers:hover {
		color: #000;
		background: #ec9b14;
		text-decoration: none;
	}
}


/* ================================
[ Sections ]
================================ */

/* ---------- [ Sidebar ] ---------- */

.widget {
	text-align: center;
	margin-bottom: 24px;
}

/* ---------- [ Footer ] ---------- */

.site-credits-container {
	margin-top: -4px;
}

@media screen and (min-width: 1024px) {
	.site-credits-container {
		padding-bottom: 0;
		    margin-right: 20px;
	}
}

.site-credits-box {
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #fff;
	background: #000;
	bottom: 28px;
}

@media screen and (min-width: 1024px) {
	.site-credits-box {
		bottom: 24px;
	}
}


/* ================================
[ Content ]
================================ */


/* ---------- [ Archive Description ] ---------- */

.archive-description {
	width: 100%; /* flexbox fix */ /* technically not needed here, since we've moved this outside `content`, but better to keep around just in case */
}


/* ---------- [ Comments ] ---------- */

/* [ Comment Form ] */

.comment-respond {
	text-align: center;
    font-size: 14px;
    overflow: hidden;
    border: 4px solid #000;
    border-radius: 24px;
    padding: 28px 16px 40px;
    margin: 0 0 20px;
    position: relative;
}

@media screen and (min-width: 768px) {
	.comment-respond {
		display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    min-height: 384px;
	    padding-left: 28px;
	    padding-right: 340px;
	    position: relative;
	}
}

.bypostauthor + .comment-respond {
	margin-top: 20px;
}

.comment-respond .comment-reply-title {
	font-family: Verdana, sans-serif;
	font-weight: 700;
	text-transform: lowercase;
	font-size: 32px;
	line-height: 1;
	margin: 12px 0;
}

@media screen and (min-width: 768px) {
	.comment-respond .comment-reply-title {
		margin-bottom: 12px;
	}
}

.comment-respond .comment-reply-title::before {
    content: '';
    display: block;
    width: 150px;
    height: 105px;
    background: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/logo-comments.svg) center/contain no-repeat;
    margin: 0 auto 12px;
    position: relative;
	left: 20px;
}

.comment-reply-title a {
	display: inline-block;
	font-family: Verdana, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 10px;
	padding: 8px 0;
	margin: -8px 0;
}

.comment-respond p {
	margin-bottom: 12px;
	line-height: 1.4;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email {
	position: relative;
}

.comment-form-author,
.comment-form-email {
	width: 100%;
}

@media screen and (min-width: 768px) {
	p.comment-form-email {
		margin-left: 2%;
	}

	.comment-form-author,
	.comment-form-email {
		float: left;
		width: 49%;
	}

	.comment-form-author,
	.comment-form-comment,
	.comment-form-email,
	.comment-respond .form-submit,
	.logged-in .comment-form-comment {
	    position: absolute;
	    top: 47px;
	    right: 20px;
	    width: 305px;
	}

	.comment-form-email {
		top: 100px;
	}

	.comment-form-comment {
		top: 153px;
	}
}


.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
	display: block;
	position: absolute;
	top: 18px;
	left: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 12px;
	line-height: 1;
	font-family: Verdana, sans-serif;
}

.comment-form-comment label .required,
.comment-form-author label .required,
.comment-form-email label .required {
	margin-left: -4px;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input {
	display: block;
	padding: 12px 16px 12px 80px;
	min-height: 48px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	background-color: #fff;
	border: 1px solid #999;
}

.comment-respond textarea {
	padding-top: 40px;
	padding-left: 16px;
}

@media screen and (min-width: 768px) {
	.comment-respond textarea {
		height: 148px;
	}

	.logged-in .comment-respond textarea {
		height: 268px;
	}
}

.comment-respond .form-submit input {
	width: 100%;
	border-radius: 0;
	font-size: 16px;
	font-family: Verdana, sans-serif;
	min-height: 48px;
}

@media screen and (min-width: 768px) {
	.comment-respond .form-submit {
		bottom: 144px;
		top: auto;
	}
	.logged-in .comment-respond .form-submit {
		bottom: 23px;
	}
}

@media screen and (min-width: 1024px) {
    .comment-respond .form-submit input:hover {
/*         background: #456d8e; */
    }
}

/* [ Cookie Consent @todo ] */

/* p.comment-form-cookies-consent {
	text-align: left;
	margin: 0;
	font-weight: 400;
	font-size: 0.9em;
	position: absolute;
	right: 20px;
	bottom: 24px;
	left: 20px;
}

.comment-form-cookies-consent input {
	margin-top: 2px;
	margin-right: 8px;
} */

.comment-form-cookies-consent label {
	/* display: inline-block; */
}

/* [ Jetpack @todo ] */

/* [ Discussion ] */

.entry-comments {
	margin: 30px 0 24px;
    font-size: 16px;
}

.comment-list .comment.bypostauthor,
.comment-list > .comment:first-of-type {
	border-top: 0;
}

.comment.bypostauthor > article {
	background: #fff;
	border: 1px solid #dbdbdb;
	border-bottom: 10px solid #dbdbdb;
	padding: 22px;
}

.avatars-disabled .comment:not(.bypostauthor) > articles > .comment-header {
	margin-bottom: 0;
}

.comment-author {
	font-weight: 700;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	margin: 8px 0 0;

}

@media screen and (min-width: 768px) {
	.comment-author {
		font-size: 18px;
	}
}

.avatars-disabled .comment-header::before {
	content: none;
}

.avatars-disabled .bypostauthor > article .comment-header {
	margin-top: 12px;
	margin-bottom: 8px;
	padding-right: 0;
}

.avatars-disabled .bypostauthor > article .comment-header::before {
	content: '';
	background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/avatar-author.jpg);
	position: relative;
	top: -8px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.avatars-disabled .bypostauthor > article .comment-header::before {
		background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/avatar-author@2x.jpg);
	}
}

.bypostauthor > article .comment-content,
.bypostauthor > article .comment-reply {
    padding-left: 62px;
}

.comment-time-link,
.comment-edit-link {
	color: #000;
	font-weight: 700;
	font-size: 12px;
	position: relative;
	top: -2px;
}

.comment-reply .comment-reply-link {
	background: #000;
	border: 2px solid #000;
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	padding: 5px 12px;
	color: #fff;
	border-radius: 30px;
}

@media screen and (min-width: 1024px) {
	.comment-reply .comment-reply-link:hover {
		background-color: #fff;
		color: #000;
		text-decoration: none;
	}
}
/* ---------- [ Search ] ---------- */

.search-form {
	border-left: #777;
}

.search-form input {
	height: 60px;
	line-height: 60px;
	font-size: 17px;
	padding-left: 25px;
}

.search-form input,
.search-form input:hover {
	background: transparent;
}

.search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #76767;
}

.search-form ::-moz-placeholder { /* Firefox 19+ */
	color: #76767;
}

.search-form :-ms-input-placeholder { /* IE 10+ */
	color: #76767;
}

.search-form :-moz-placeholder { /* Firefox 18- */
	color: #76767;
}

.sticky-nav .search-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
    font-weight: 700;
}

.sticky-nav .search-form ::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
    font-weight: 700;
}

.sticky-nav .search-form :-ms-input-placeholder { /* IE 10+ */
	color: #fff;
    font-weight: 700;
}

.sticky-nav .search-form :-moz-placeholder { /* Firefox 18- */
	color: #fff;
    font-weight: 700;
}

.search-submit-icon {
	color: #000;
	font-size: 27px;
}

.sticky-nav .search-submit-icon {
	color: #fff;
	font-size: 16px;
	top: 5px;
}

.sticky-nav .search-form form {
	border-color: #fff;
	border-left: 1px solid #fff;
}

.sticky-nav .search-form input {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	padding: 9px 16px;
	font-weight: 700;
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.search-form-submit:hover + * + .search-submit-icon {
		color: #777;
	}
}

/* [ Desktop Header Search ] */

.after-header {
	margin: 44px 0px 15px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	display: none;
}

@media screen and (min-width: 1024px) {
	.after-header {
		display: block;
		margin-top: 4px;
	}
}

@media screen and (min-width: 1024px) {
	.nav-hot-now {
		padding: 16px 0px 16px 91px;
		float: left;
		position: relative;
	}
}

@media screen and (min-width: 1024px) {
	.nav-hot-now:before {
		position: absolute;
		top: -15px;
		left: 0;
		width: 75px;
		height: 55px;
		content: 'HOT NOW';
		background-image: url(/wp-content/themes/once-coupled-easy-chicken-recipes/assets/images/icon-comment.svg);
		background-size: 75px;
		color: white;
		font-size: 11px;
		font-weight: 700;
		font-family: Verdana, sans-serif;
		padding: 16px 15px 10px 5px;
	    text-align: center;
	    line-height: 1em;
	    transform: rotate(-10deg);
	    letter-spacing: .1em;
	}

	.nav-primary .nav-hot-now:before {
		display: none;
	}
}

.nav-hot-now .menu-item {
	margin: 0px 2px;
}

.nav-hot-now .menu a {
	font-family: Verdana, sans-serif;
	font-weight: 700;
	font-size: 12px;
	background-color: #faf7f1;
	border-radius: 4px;
	line-height: 1em;
}

@media screen and (min-width: 1024px) {
	.nav-hot-now .menu a:hover {
		opacity: 1;
		color: #fff;
		background-color: #000;
		text-decoration: none;
	}
}

@media screen and (min-width: 1200px) {
	.nav-hot-now .menu a {
		font-size: 15px;
	}
}

.after-header .search-form {
	width: 278px;
	float: right;
	border: 0px solid #eee;
    border-radius: 0px;
    border-left: 3px solid #707070;
}

/* [ Sticky Header Search ] */

/* [ Site Header Search ] */

.site-header .search-form input {
	width: calc(100% - 32px);
    height: 25px;
    line-height: 25px;
    padding-top: 8px;
    background-color: white;
    font-size: 14px;
}

.site-header .search-form .search-form-submit {
	width: 32px;
}

.site-header .search-submit-icon {
	top: -1px;
	font-size: 17px;
}