/* Mediavine mobile adjustment */
@media only screen and (max-width: 339px) {
	.site-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.wprm-recipe {
		border: none !important;
	}
	.wprm-recipe-template-cutout-my-colors-container {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

.enews-widget {
	background: #eedcdb;
	color: #380022;
}

.wp-block-group.sub-form { 
	 background-color: #eedcdb;
   padding: 20px 20px 25px;
   border: 2px solid #380022;
}


.wp-block-group.sub-form h3 {
	 letter-spacing: normal;
   color: #380022;
   font-size: 22px;
   margin-top: 0px;
   text-align: center;
}
.enews-widget input[type="submit"] {
  background-color: #380022;
  color: #fff;
}
.sidebar ul li:before {
content: none;
padding-right: 7px;
}

.entry-content a, .archive .content p a, .sidebar .widget_custom_html a {
   text-decoration: none !important;
	border-bottom:3px solid #eedcdb !important;
}
.entry-content a:hover, .archive .content p a:hover, .sidebar .widget_custom_html a:hover{
   text-decoration: none !important;
	border-bottom:3px solid #380022 !important;
	color:#380022;
	font-weight:500;
}

.feast-category-index li.listing-item a, .feast-recipe-index li.listing-item a:hover, .feast-category-index li.listing-item a:hover {
    border-bottom: none !important;
}

#wp-block-search__input-1 {
	max-width:100%;
}


/*css changes for ADA compliance */
.site-footer, p.entry-meta {
	color: #555 !important;
}

.entry ol.letters li {
list-style-type: upper-alpha-alpha!important;
}

/* NerdPress - Custom alpha list for block */
.entry-content ol.list-with-letters,
.entry-content ol.list-with-letters li {
	list-style-type: lower-alpha;
}

/* NerdPress Reusable block - MailChimp Subscribe Block */
.mc4wp-form-417 {
	background: #eedcdb;
	padding: 20px;
}
.mc4wp-form-417 .mc4wp-title {
	margin-bottom: 10px;
	overflow: hidden;
}
.mc4wp-form-417 .mc4wp-title h3 {
	font-size: 1em;
	display: inline-block;
	float: left;
	margin: 0;
	line-height: 20px;
}
.mc4wp-form-417 .mc4wp-title p {
	display: inline-block;
	float: left;
	margin: 0;
	line-height: 20px;
}
.mc4wp-form-417 .mc4wp-form-fields {
	overflow: hidden;
}
.mc4wp-form-417 .mc4wp-form-fields p {
	margin: 0 3px;
	display: inline;
	float: left;
}
.mc4wp-form-417 .mc4wp-form-fields p input[type="submit"] {
	padding: 10.5px 25px;
}
@media only screen and (max-width: 775px) {
	.mc4wp-form-417 .mc4wp-form-fields p input[type="submit"] {
	margin-top: 10px;
}
}
@media only screen and (max-width: 580px) {
	.mc4wp-form-417 .mc4wp-form-fields p {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
}

/* NerdPress fix for mobile menu - CD 4.14.21 */
.mmm-content {
	font-weight: bold;
}
.feastmobilenavbar, .mmm-content { background: var(--feast-branding-primary-background) !important; }

/*NerdPress fix for Latest Posts page CD 5.20.21*/
.feast-category-index {
   font-weight: bold;
}

