/*
Theme Name: Recipe Press Child
Theme URI: http://themeforest.net/user/InspiryThemes
Description: Child theme for Recipe Press WordPress theme.
Author: Inspiry Themes
Author URI: http://themeforest.net/user/InspiryThemes/portfolio
Version: 1.1
Template: inspiry-recipe-press
*/


/* GENERIC */
.recipes-home-body 														{ background: #f6f6f6; }

.single-recipe .recipe-detail 											{ background: #ffffff; }
.single-recipe .recipe-detail h3 										{ font-family: unset; font-style: unset; font-weight: 500; font-size: 26px; line-height: 36px; }


/* START GREEN TO BLUE */

.food-category,
.post-meta.slider-rating:after,
.advance-search.open .wrapper-search .tag-inner,
.advance-search.open .wrapper-search .tag-inner:before,
.comment-form #submit,
.listing .detail h4:after,
.advance-search button,
.ticking-wrap,
.default-btn.green-color, .wp-block-button__link.green-color,
.side-bar .flip-clock-wrapper ul li a div div.inn 						{ background-color: #079fca; }
.about-chef .detail .type												{ color: #079fca; }
.tips-variations 														{ border: 1px solid #e0efff; background: #e0efff; }
.listing .icon-svg 														{ fill: #079fca; }

.recipe-set .listing-buttons .current {
    background: #079fca;
    border-color: #079fca;
    color: #ffffff;
}


/* END GREEN TO BLUE */

/* BORDERS */
.ingredients-checkbox 												{ border: 1px solid #83cfe4; }




iframe 																{ width: -webkit-fill-available; }
.logo-wrapper 														{ margin-top: 30px; }

input[type="search"],
input#hours 														{ background-color: #fff; }

.recipe-specs-2 li span {
    color: #ccc;
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}
.pre-tags span 														{ font-weight: 700; }

.button-dark 														{ background: #079fca; font-family: unset; font-style: unset; font-weight: unset; color: #ffffff; }
.default-btn														{ font-family: unset; font-style: unset; text-transform: unset; }

/* HOME SLIDER */

.custom-arrows span														{ background-color: #079fca; }
.custom-arrows span i 													{ color: #fff; }

ul.slider-rating li.author 											{ display: none; }
.slider-recipe-detail .recipe-specs li .text 						{ font-size: 85%; }
.slider-recipe-detail .recipe-specs li .count 						{ font-family: unset; font-weight: 900; font-size: 26px; }

/* SEARCH BAR */
.advance-search 													{ border-top: 0px solid #079fca; border-bottom: 0px solid #079fca; }
.advance-search .selectric-items .selectric-scroll 					{ font-family: unset; font-style: unset;  }


.selectric-items ul, 
.selectric-items li 												{ font-size: unset; }

/* FOOTER */
.footer-fluid 														{ background-image: unset; background-color:#079fca; }
body .footer-inner p 												{ color: #fff; }
.footer .widget_wp_email_capture_widget_class input[type="text"] 	{ background: #ffffff; border: 1px solid #ffffff; color: #ffffff; }
.footer .widget.social-icons ul li a 								{ border: 1px solid #fff; color: #fff; }

.subs-social-options .custom-col-options 							{ border-width: 0 0px 0 0; }
.subs-social-options 												{ border-top: 0px solid #ffffff; }	


/* WIDGETS */
.side-bar .widget li 												{ word-break: unset; }
.side-bar .widget li a 												{ text-transform: unset; }

@media (max-width: 991px)
.logo-wrapper img {
    margin-top: 0px;
    margin-bottom: 0px;

}