/*
 Theme Name:   Foody Child
 Theme URI:    http://yourwebsite.com
 Description:  Foody Child Theme
 Author:       Pankogut
 Author URI:   http://pankogut.com
 Template:     foody
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         white, light, one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-header, custom-menu, custom-colors, editor-style, featured-image-header, full-width-template, post-formats, theme-options, featured-images, translation-ready
 Text Domain:  foody
*/

/* Now you can start adding your own styles here. Use !important to overwrite styles if needed. */
.widget-image img 
{border-radius: 0% !important;}

.recipe-grid h1
{
font-size: 14px !important;
}

.htramme1
{
border: 1px solid #999;
}

/* unvisited link */
.entry-content a:link {
    color: #91c092;
    font-weight: bold;
    font-style: italic;
}

/* visited link */
.entry-content a:visited {
    color: #99ca9a;
    font-weight: bold;
    font-style: italic;
}

/* mouse over link */
.entry-content a:hover {
    color: #bdbdfc;
    font-weight: bold;
    font-style: italic;
}

/* selected link */
.entry-content a:active {
    color: #b2ddb3;
    font-weight: bold;
    font-style: italic;
}





