/* search button header */

.site-header .search i.fa {
	color: #f2c755;
	!important
}

.site-header.dark-color .search input[type=search] {
	background: #ffffff;
	color: #323031; !important
}

.site-content .search form i.fa, .widget_search form i.fa {
	color: #f2c755;
	!important
}

/* search screen mobile and ipad */

.search-screen .container {
	background-image: url('https://thefoodiesavenue.com/wp-content/uploads/2021/10/Phone-plain-background-with-icons-blue.jpg'); !important
	background-attachment: fixed;
  background-size: 100%;
	!important
}


.search-screen .close-button {
	color: #ffffff; !important
}

.search-screen button.search-submit {
	background: #83c9c8
		!important
}

/* heading */

h3 {
	color: #323031; !important
}

/* Recipe index page categories button */

.archive.with-search-filter .recipe-search-filters .recipe-filter-button {
	border: 1px solid #f2c755;
	background-color: transparent;
	!important
}

.no-touch .archive.with-search-filter .recipe-search-filters .recipe-filter-button:hover {
  background-color: #f2c755;
  color: #323031;
	border: 1px solid #f2c755;
	!important
}

.archive.with-search-filter .recipe-search-filters .recipe-filter-button:focus {
	border: 1px solid #f2c755;
	background-color: #f2c755;
	color: #323031;
	!important
}

/* recipe index category button list */

.archive.with-search-filter .recipe-search-filters .filter-content .filter-content-item {
	color: #323031;
	!important
}

.archive.with-search-filter .recipe-search-filters .filter-wrapper.filter-selected .recipe-filter-button {
	color:#323031;
	background: #f2c755;
	border: 1px solid #f2c755;
	!important
}

/* Recipe template accent colour */
.wprm-recipe {
	--primary-color: #f2c755;
}

/* Leave a comment section */
.comments-area ol.comment-list li .comment-meta .comment-metadata {
	color: #323031;
}

.comment-form-wprm-rating {
	color: #323031;
}

.comments-area .comment-respond label {
	color: #323031;
}

form *{
	color: #323031;
}

.light-color .wp-block-button .wp-block-button__link:not(.has-background) {
	background: #f2c755; !important
}

/* Next post or previous post recipe */
.single .post-navigation .nav-links .post-info span.text {
	color: #323031;
}

.single .post-navigation .nav-links .post-info span {
	color: #323031;
}

.no-touch .single .post-navigation .nav-links a:hover .post-title {
	color: #dcb39e;
}


/* Other related recipes you may enjoy */

.single .related-posts .related-post {
	color: #323031; !important
}

.no-touch .single .related-posts .related-post .post-title a:hover {
	color: #dcb39e;
}

/* Contact form button */

input[type=submit] {
	background: #f2c755 !important
}

.entry-content, .home-widget .section-content {
	font-size: 16px !important
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #f2c755 !important
}

/* Recipe tips link colour */


.no-touch .comment-content a:not([class*=button]):hover, .no-touch .entry-content a:not([class*=button]):hover {
	color: #000000 !important
}

/* comment section */

@media screen and (min-width: 768px) {
.comments-area .comment-respond form.comment-form .comment-form-author, .comments-area .comment-respond form.comment-form .comment-form-email, .comments-area .comment-respond form.comment-form .comment-form-url{
	width: 100% !important
	}
}

/* blog post excerpt*/
.posts .post-excerpt {
	color: #000000
}

/* blog post title hover*/
.no-touch .posts.style-normal .post-title a:hover{
	color:#f2c755
}
