/* Theme Name: FlavorFulHome */
/* Mediavine CSS Adjustment */
@media only screen and (max-width: 359px) {
  .wrapper_recipes_content > .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
  }
}
.screen-reader-response{
	display: none;
	
}

span.wpcf7-not-valid-tip{
	color: #f00;
}

iframe{
	max-width: 100%;
}
fieldset.hidden-fields-container {
    display: none;
}
footer .wrapper_footer_top .footer_top .footer__text {
    line-height: 24px;
    max-width: 400px;
}