/*
Theme Name: Foodica Child
Theme URI: http://www.wpzoom.com/themes/foodica
Template: foodica
Author: pullthatcork
Author URI: http://pullthatcork.com
Description: Foodica is a theme for sites with food recipes, but can be used for a blog or a magazine too.
Tags: two-columns,right-sidebar,custom-colors,custom-menu,featured-images,theme-options,translation-ready
Version: 2.8.8
Updated: 2020-04-20 08:17:51

*/

@import url("../foodica/style.css");


/* changed color of Recent Posts text on home page */
.section-title {
    margin-bottom: 30px;
    color: #8b1b2a;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px;
}

/* this is for the jetpack comment form - had text overflow issue  */
#commentform {
	font-size: .7em;
}

/* asterix on comment form required fields */
#respond .form_fields p .required_lab { margin-left:10px; color:#8b1b2a;}