/* Fonts */
body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #333;
	font-size: 19px;
}

.wprm-recipe-template-snippet-basic-buttons {
  font-size: 14px;
}

.sidebar {
	font-size: 80%;
}

.entry-content {
	font-size: 20px;
}

/* Header */
.site-header .widget-area .genesis-nav-menu {
  padding: 0;
}

.site-header .wrap {
  padding: 15px 0 0;
}

/* Custom home widget */
.custom-widget .post {
	width: 25%;
	float: left;
}

.custom-widget .post {
	position: relative;
}

.custom-widget .post .entry-header {
	opacity: 0;
	position: absolute;
  margin: 0;
  top: 50%;
	left: 50%;
  transform: translate(-50%,-50%);
	background: rgba(255,255,255,0.8);
	font-size: 10px;
	width: 70%;
	outline: 2px solid rgba(255,255,255,0.8);
	outline-offset: 2px;
}

.custom-widget .post:hover .entry-header {
	opacity: 1;
	transition: all 0.5s ease;
}

.site-header {
	background: white;
}

.genesis-nav-menu a {
	font-weight: 700;
}

.nav-secondary .wrap {
	border-bottom: 2px solid #000;
}

.nav-primary {
	background: #000;
}

.nav-primary .genesis-nav-menu > li > a {
	color: #FFF;
	margin-top: 4px;
	font-size: 12px;
	border-bottom: 2px solid #000;
	padding-bottom: 18px;
}

.nav-primary a:hover {
	border-bottom: 2px solid #FFF;
	color: #FFF;
}

.nav-primary .wrap {
	max-width: 100%;
}

.nav-primary .menu-item {
	float: left;
}

.nav-primary .feast-search {
	float: right;
}

.nav-primary .search-form input {
  padding: 10px 20px;
}

.header-image .site-header .widget-area {
    padding: 10px 0 20px;
}

.nav-primary .menu-item input, .nav-primary .menu-item {
	min-height: 42px;
}

.widget-area.header-widget-area .nav-header a {
	border-bottom: 2px solid #FFF;
	color: #000;
	font-size: 16px;
}

.widget-area.header-widget-area .nav-header .sub-menu a:hover {
	color: #FFF;	
}

.widget-area.header-widget-area .nav-header a:hover {
	border-bottom: 2px solid #000;
}

/* Home */
.home h1.entry-title {
	display: none;
}

.home h2.frontwidgetdesign {
	text-align: center;
	margin-top: 50px;
}

.home h2.frontwidgetdesign span {
	background-color: #FFF;
	padding: 5px 30px
}

.home h2.frontwidgetdesign:after {
	content: "";
  display: block;
  border-bottom: 3px solid #000;
  margin: -24px 0 30px;
}

.home .more-link, .page-template-page-recipes .more-link {
	margin-bottom: 60px;
	margin-top: 40px;
	width: 100%;
	padding-right: 50px;
	border: none;
	border-bottom: 2px solid #000;
	background: #FFF;
	color: #000;
	font-weight: 700;
}

.home .more-link:hover, .page-template-page-recipes .more-link:hover {
	padding-right: 10px;
	color: #FFF;
	background: #000;
	transition: all 0.5s ease;
}

.custom-widget .featured-content .entry {
  border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.custom-widget .widget_convertkit_form {
	background: #000;
	padding: 20px;
}

.home.page .ck_form.ck_minimal {
	margin: 0 auto;
}

.custom-widget .ck_form.ck_minimal .ck_subscribe_button {
	border-radius: 0;
	font-weight: 600;
	height: 50px;
}

.custom-widget .ck_form.ck_minimal input[type="email"] {
	height: 50px;
	border-radius: 0;
}

.custom-widget .widget_convertkit_form .ck_form.ck_minimal {
	border: none;
	background: #000;
	color: #FFF;
}

.custom-widget .ck_form.ck_minimal .ck_guarantee {
	display: none;
}

/* Buttons */
.wp-block-search .wp-block-search__button {
    background: #000;
    border: 1px solid #000;
    color: #FFF;
}

.wp-block-search .wp-block-search__button:hover {
    background: #FFF;
    border: 1px solid #000;
    color: #000;
}

/* Footer */
.widget-area.footer-widgets-1.footer-widget-area {
	width: 100%;
}

.widget-area.footer-widgets-1.footer-widget-area .widgettitle {
	text-align: center;
}

.footer-widget-area .widget.featured-content.featuredpost .entry {
	width: 25%;
	padding: 0;
	float: left;
	margin-bottom: 0;
}

.footer-widget-area .widget.featured-content.featuredpost .entry .aligncenter {
	margin-bottom: 0;
}

.footer-widgets .featured-content, .footer-widgets .featuredpost {
  max-width: 100%;
	width: 100%;
}

.footer-widgets .wrap {
	max-width: 100%;
	width: 100%;
}

.widget-area.footer-widgets-1.footer-widget-area .widget.featured-content.featuredpost {
	position: relative;	
}

.widget-area.footer-widgets-1.footer-widget-area .widget.featured-content.featuredpost .widgettitle {
	position: absolute;
  margin: 0;
  top: 50%;
	left: 50%;
  transform: translate(-50%,-50%);
	background: rgba(255,255,255,0.8);
	font-size: 30px;
	width: 70%;
	outline: 2px solid rgba(255,255,255,0.8);
	outline-offset: 2px;
	z-index: 2;
}

/* Comments */
li.comment {
  border-top: 1px solid #000;
}

.comment .avatar {
	background-color: #efefef;
}

.adjacent-entry-pagination .pagination-previous {
    border-right: 1px solid #000;
}

.adjacent-entry-pagination .pagination-previous, .adjacent-entry-pagination .pagination-next {
  border-top: 1px solid #000;
	font-size: 14px;
	font-weight: 600;
}

input, select, textarea {
  border: 1px solid #000;
}

li.comment.bypostauthor {
	border-left: 1px dashed #999;
}

/* Posts */
#breadcrumbs {
	margin-bottom: 30px;
}

.saboxplugin-wrap {
	background: #000;
	color: #FFF;
	border: 1px solid #000;
}

.saboxplugin-wrap p, .saboxplugin-wrap span {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 120%
}

.saboxplugin-wrap .saboxplugin-socials {
  border: 1px solid #000;
	border-top: none !important;
}

.ext-signup {
	width: 100%;
	text-align: center;
	background: #000;
}

.signup-width {
	width: 100%;
	background: #000;
	padding: 40px 20px;
}

@media screen and (max-width: 500px) {
.signup-width img {
	max-width: 100%;
	}
}
/* Sidebar */
.feast-modern-sidebar .wp-block-social-links .wp-social-link svg {
	fill: #FFF;
	width: 30px;
	height: 30px;
}

.feast-modern-sidebar .wp-block-social-links .wp-social-link {
	border-radius: 0;
}

/* 404 */
.error404 .content input[type="search"] {
  clear: none;
  display: inline;
  float: left;
  margin-bottom: 0;
  padding: 14px 20px 15px;
  width: 61.8%;
	height: 48.5px;
}

/* Recipes Index */
.page-template-page-recipes .fsri-title, .home .fsri-title {
	color: #000;
	font-weight: 600;
}

.archive .entry-title-link {
	font-weight: 600;
	color: #000;
	font-size: 16px;
}

.archive .simple-grid img {
	margin-bottom: 10px;
}

.wp-block-search .wp-block-search__button {
	fill: #FFF;
}

.page-template-page-recipes .more-link {
	margin-bottom: 80px;
}

.page-template-page-recipes h2 span {
	background-color: #FFF;
	padding: 5px 30px
}

.page-template-page-recipes h2 {
	text-align: center;
	font-size: 24px;
}

.page-template-page-recipes h2:after {
	content: "";
  display: block;
  border-bottom: 3px solid #000;
  margin: -24px 0 30px;
}

/* Pagination */
.archive-pagination a {
  color: #000;
	font-weight: 600;
	font-size: 14px;
	color: #FFF
}

.archive-pagination {
	text-align: center;
}

.archive-pagination li {
  border: 2px solid #000;
  display: inline;
  padding: 5px 10px;
	background: #000;
}

.archive-pagination li.active {
	background: #FFF;
}

.archive-pagination .pagination-omission {
	color: #000;
	background: #FFF;
	border: none;
}

.archive-pagination li:hover {
	background: #FFF;
}

.archive-pagination li:hover a {
	color: #000;
}

.archive-pagination li.pagination-next, .archive-pagination li.pagination-previous {
	border: 2px solid #000 !important;
}

.archive-pagination li.active a {
	color: #000
}

@media only screen and (max-width: 1200px) {
.site-inner, .wrap {
    max-width: 1170px;
	}
}

@media only screen and (max-width: 1023px) {
.footer-widgets {
    padding: 20px 0 16px;
	}
}

@media only screen and (max-width: 767px) {
.adjacent-entry-pagination .pagination-previous {
    border-right: none;
	}

	.home .custom-widget h2.entry-title {
		font-size: 10px;
	}
}

@media only screen and (max-width: 599px) {
	.single h1.entry-title {
		font-size: 20px;
	}
	
	.home .custom-widget .entry-header, .home .custom-widget h2.entry-title {
		display: none! important;
	}
	
	.widget-area.footer-widgets-1.footer-widget-area .widget.featured-content.featuredpost .widgettitle {
    font-size: 20px;
	}
	
	.footer-widget-area .widget.featured-content.featuredpost .entry {
    width: 50%;
	}
	
	h2, .page-template-page-recipes h2 {
		font-size: 18px;
	}
	
	.home h2.frontwidgetdesign:after {
    display: none;
	}
	
	.page-template-page-recipes h2:after {
    display: none;
	}
}

/* Mediavine Sidebar Fix */
@media only screen and (min-width: 1024px) {
   .content-sidebar main.content {
       max-width: calc(100% - 375px);
   }
   .content-sidebar .sidebar-primary {
       min-width: 300px;
   }
}

@media screen and (max-width: 599px) {
.wprm-recipe-template-snippet-basic-buttons {
	font-size: 14px !important;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

.wprm-recipe-template-snippet-basic-buttons a {
  color: #ffffff;
  background-color: #000000;
  border-color: #333333;
  border-radius: 3px;
  padding: 5px 8px;
}
}

/* CLS resolver */
.feastsearchtoggle svg, .feastmenutoggle svg {
	width: 30px !important;
  height: 30px !important;
  padding: 10px;
  box-sizing: content-box;
  color: #000
}

.feastmobilenavbar {
  max-height: 80px;
}

@media screen and (min-width: 1026px) {
.feastsearchtoggle svg, .feastmenutoggle svg, .feastmobilenavbar {
	display: none !important;
	}
}