/*
Theme Name:   food-blogger child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     food-blogger
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  food-blogger-child
*/

/* Write here your own personal stylesheet */
.site-info p {
    font-size: 18px;
}
.featured-slider-area .featured-slider__content {
    padding: 3px;
}
.food-blogger-standard-post__read-more a:hover {
    background: #ad0536;
    color: #fff;
    text-decoration: none;
    border-color: #ad0536;
}
ul.recent-post-widget li .recent-widget-content .cat-links a{
	color: #ad0536;
}
a.view-profile-btn {
    border: 1px solid #efefef;
    display: inline-block;
    padding: 8px 30px;
    line-height: normal;
    color: #000 !important;
    border-radius: 5px;
    transition: .4s;
    background: #fcf6ed;
}

a.view-profile-btn:hover {
    background: #ad0536;
    color: #fff !important;
    text-decoration: none;
}
.food-blogger-single-page a {
    color: #ad0536;
}
form.wpcf7-form.init span input {
    width: 100%;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    text-shadow: none;
    font-weight: normal !important;
}
.featured-slider-area .featured-slider__category a{
	padding:5px 10px;
}
.single-post .post a {
    color: #ad0536;
}
header#masthead .col-md-3.align-self-center {
    max-width: 30%!important;
    flex: 0 0 30%;
}
header#masthead .col-md-9.align-self-center {
    flex: 0 0 70%;
    max-width: 70%;
}
ul.recent-post-widget li.has-post-thumbnail .recent-widget-content h3{
	font-size: 1rem;
    color: #242323 !important;
    margin-top: 1rem;
    background: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 0px 3px;
    background-repeat: no-repeat;
    background-position: left 87%;
    display: inline;
    background-size: 0% 3px;
    text-decoration: none;
    padding-bottom: 6px;
    transition: .4s;
}


@media (max-width: 768px){
	.container {
    max-width: 960px !important;
}
header#masthead .col-md-3.align-self-center {
    max-width:40%!important;
    flex: 0 0 40%;
}
header#masthead .col-md-9.align-self-center {
    flex: 0 0 60%;
    max-width: 60%;
}
	ul#menu-main-menu {
    position: absolute;
    z-index: 9;
    background: #fff;
    padding: 10px;
}
}