@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Poppins:400,600);

* {
    font-family: 'Open Sans', sans-serif
}

a:hover {
    text-decoration: none
}

a::-moz-focus-inner {
    border: 0
}

h2 {
    font-size: 26px
}

h4 {
    font-size: 22px
}

.bg-light {
    background-color: rgba(255, 255, 255, .9) !important
}

.btn {
    border-radius: 20px;
    padding: .5rem 1.5rem
}

.top-btn a.btn.btn-danger {
    padding: .5rem 3rem
}

.fixed-top {
    background-color: #fff;
    position: fixed
}

header .col-sm-12 {
    padding-left: 0;
    padding-right: 0
}

.logo {
    margin: 3% 0;
    width: 50%
}

.logo img {
    width: 100%;
    height: 100%
}

.navbar-light .navbar-brand {
    width: 15%;
    padding-top: 0
}

.navbar-light .navbar-brand img {
    margin-top: 6px
}

.navbar-expand-lg {
    margin: 0;
    height: auto;
    padding: 0
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 2rem 2rem
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: rgba(220, 53, 69, .7)
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
    background-color: rgba(220, 53, 69, .7)
}

.navbar ul li a,
.navbar ul li a:after,
.navbar ul li a:before {
    transition: all .5s
}

.navbar-toggler {
    margin: 0 auto
}

hr {
    width: 100%;
    height: 3px;
    background-color: #589e44;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute
}

.banner {
    width: 100%;
    height: 70vh;
    background-image: url(../image/banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    align-content: center;
    align-self: center;
    margin-top: 94px
}

.top-head {
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-shadow: 6px 6px 10px #2b2b2b;
    background-blend-mode: multiply;
    font-size: 64px;
    font-weight: 600;
    font-family: Poppins, sans-serif
}

.banner .top-btn {
    position: absolute;
    top: 70%;
    left: 77%
}

.recipe .col-sm-6 {
    padding: 0
}

.reicpe-image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.recipe img {
    width: 100%;
    border-radius: 10px
}

.food-stories img {
    height: auto;
    border-radius: 10px
}

.recipe1 {
    padding-left: 15px
}

.recipe2 {
    padding-right: 15px
}

.food-stories .align-self-center {
    margin-bottom: 30px
}

.section-top {
    padding: 50px 0;
    text-align: center
}

.section-top h2 {
    font-weight: 700;
    color: #c9302c;
    text-transform: uppercase
}

.main_intro_header h1.intro_title1 {
    font-weight: 700;
    color: #c9302c;
    font-size: 24px;
    text-transform: uppercase
}

hr {
    width: 30%;
    position: relative;
    background-color: #c9302c
}

hr.type_10 {
    margin: 0 auto;
    border: 0;
    height: 5px;
    background-repeat: no-repeat
}

.down {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 10px solid #c9302c;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.blog-section {
    display: none;
    grid-template-columns: 50% 50%;
    padding: 20px 0;
    align-items: center
}

.blog-section h5 span.fa {
    color: #000;
    font-size: 20px
}

.star-rating {
    margin-left: auto
}

.description2 p {
    font-size: 16px;
    color: #7d8284;
    height: 72px;
    overflow: hidden
}

.blog-head {
    margin-top: 4%;
    text-align: left;
    width: 100%;
    font-weight: 600;
    color: #7d8284;
    text-transform: capitalize
}

.description p {
    color: #7d8284;
    text-align: left;
    font-size: 16px;
    height: 72px;
    overflow: hidden
}

.recipe-by {
    color: #7d8284;
    font-size: 16px
}

figure.recipe-by img {
    margin-right: 10px
}

.more-btn {
    margin: 7% auto;
    text-align: center
}

a.btn-secondary {
    background-color: #c9302c;
    width: 20%;
    border: #c9302c;
    color: #fff !important
}

a.btn-secondary:hover {
    background-color: #c9302c;
    border: #c9302c;
    color: #fff !important
}

h2.blog-head2 {
    margin-top: 2%;
    color: #7d8284;
    font-weight: 600;
    text-transform: capitalize
}

.blog-section p {
    color: #7d8284
}

.blog-section2 {
    display: grid;
    grid-template-columns: 30%;
    padding: 20px 0;
    align-items: center;
    justify-content: end
}

footer {
    padding: 50px 0 0;
    background-color: #c9302c
}

.catagory h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px
}

.catagory nav ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: -4%
}

.catagory ul li {
    display: block
}

.catagory ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    text-decoration: none
}

.catagory ul li a:hover {
    color: #fff;
    text-decoration: none
}

.photos-insta {
    display: grid;
    grid-template-columns: 33% 33% auto;
    padding: 0;
    align-items: center
}

.photos-insta a {
    margin-right: 15px;
    margin-bottom: 30px
}

.photos-insta a img {
    border: 3px solid #fff;
    border-radius: 10px
}

.media {
    margin-bottom: 20px
}

.media-body h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.media-body h5 a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-transform: capitalize;
    justify-content: center;
    width: 100%
}

.media a {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin-right: 5%;
    display: flex;
    flex-direction: column
}

.media a img {
    width: 220px;
    height: auto
}

.media-body a {
    border-radius: 0;
    border: 0 solid #fff
}

.social {
    width: 100%;
    display: flex;
    justify-content: flex-end
}

.social a {
    margin: 0 5px;
    background-color: #444;
    border-radius: 5px;
    padding: 6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 7%
}

.social a:hover {
    background-color: #fff;
    color: #444;
    transition: all 1s
}

.social img {
    width: 100%;
    height: 100%
}

input {
    width: 50%
}

.form-control:focus {
    background-color: transparent;
    border-color: #ccc;
    box-shadow: 0 0
}

.btn-dark {
    background-color: transparent;
    border: 2px solid #363636;
    width: 30%;
    color: #363636
}

.btn-dark:hover {
    background-color: transparent;
    color: #363636
}

.copyright {
    width: 100%;
    padding: 15px 0;
    background-color: #2e3030;
    text-align: left;
    font-size: 12px;
    color: #fff;
    font-family: 'Open Sans', sans-serif
}

#bother,
#contact,
#donate,
#what-we {
    padding-top: 30px;
    top: 100px
}

.navbar-light .navbar-toggler {
    border-color: #1291ca
}

span.review-footer {
    color: #fff;
    font-size: 16px
}

#sb_instagram .sbi_photo_wrap {
    width: 128px;
    height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto
}

.description {
    display: block
}

.envira-gallery-wrap {
    margin: 5% auto 20px auto
}

.gdgallery-gallery-container {
    margin: 5% auto 5% auto
}

.feature-ytb-video-list {
    width: 100%;
    height: 100%
}

.feature-ytb-video {
    width: 100%;
    height: 100vh
}

.ytb-video {
    width: 100%;
    height: auto;
    margin-bottom: 50px
}

.intro_video iframe {
    width: 100%;
    height: 258px
}

.feature-ytb-video iframe,
.feature-ytb-video-list iframe,
.ytb-video iframe {
    border: 0
}

.ngg-gallery-thumbnail-box.ngg-4-columns {
    margin-bottom: 30px
}

.ngg-gallery-thumbnail-box.ngg-3-columns {
    margin-bottom: 60px
}

p span,
p.western span {
    color: #454849
}

.form-row.contact_form_container .form-group-left {
    width: 50%;
    margin-right: 0
}

.container.recipe-details,
.container.stories-details {
    margin-top: 94px
}

.Where-cooking-sec.text-center p {
    margin-bottom: 60px;
    color: #7d8284
}

.Where-cooking-sec.text-center a {
    margin-bottom: 60px
}

.Where-cooking {
    background-color: #f5f5f5;
    padding-bottom: 60px
}

.col-sm-6.social-sec {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 2%
}

.social-sec a#contact_us_link {
    font-size: 16px;
    color: #fff
}

.ytb_video_gallery {
    width: 100%
}
.upload_recipe_img, .upload_recipe_doc{
       
    margin-left: 25px;
}
span.wpcf7-not-valid-tip {
    margin: 0 0 0 24px !important;
    font-size: 14px !important;
}
@media (max-width:1200px){
    .ngg-gallery-thumbnail-box.ngg-3-columns {
        margin-bottom: 5px;
    }
}
@media (max-width:991px){
    .ngg-gallery-thumbnail-box.ngg-3-columns {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width:768px) and (min-width:767px) {
    .section-top{
        padding-bottom:15px;
    }
    span.wpcf7-not-valid-tip{
        margin:0 0 0 24px !important;
        font-size:14px !important;
    }
    .recipe .col-sm-6 {
        text-align: unset !important;
        align-self: unset !important;
    }
    .blog-head{
        margin-top:0px;
    }
    .btn{
        padding:.5rem 1.4rem !important;
    }
    .mbr-gallery-filter li{
        margin: 10px 0px !important;
    }
    .upload_recipe_img, .upload_recipe_doc{
       
        margin-left: 24px;
    }
   
    .recipe-banner{
        height:250px !important;
    }
    .recipe-banner img{
        height:250px !important;
    }
     a.back-btn{
        margin-left:100px !important;
    }
    .recipe-img-up label, .form-row .form-group input{
        font-size:15px !important;
    } 
    .recipe-img-up{
        padding: .7rem 1.5rem !important;
    }
    .form-group-right .form-group:nth-child(2){
        margin-top:-50px;
    }
}
@media only screen and (max-width:740px) {
    .recipe-banner, .recipe-banner img{
        height:305px !important;
    }
    a.back-btn{
        margin: 10px 19px !important;
    }
    .upload_recipe_img, .upload_recipe_doc{
        margin-left:15px;
    }
    .btn {
        padding: .5rem .5rem
    }

    .fixed-top {
        position: static
    }

    .fixed-top .col-sm-6 {
        width: 50%;
        flex: 0 0 50%
    }

    .logo {
        margin: 0;
        padding: 5px 10px 10px;
        width: 60%
    }

    .navbar-light .navbar-brand {
        width: 40%
    }

    .navbar-expand-lg {
        margin: 10px 0 10px
    }

    .navbar-expand-lg button.navbar-toggler {
        margin-right: 0
    }

    .navbar-light .navbar-toggler {
        border-color: #c9302c
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 1rem
    }

    .banner {
        width: 100%;
        height: 70vw;
        background-position: center center
    }

    .banner,
    .banner2,
    .banner3,
    .banner4,
    .banner5,
    .container.recipe-details,
    .container.stories-details {
        margin-top: 0 !important;
    }

    .top-head {
        font-size: 40px
    }

    .banner .top-btn {
        position: relative;
        margin: 50% auto;
        left: 0;
        top: 0
    }

    .section-top {
        padding: 50px 0
    }

    .recipe .col-sm-6 {
        padding: 0 15px;
        max-width: 100%;
        flex: 0 0 100%
    }

    .recipe .col-sm-6 img {
        height: 50vw
    }

    .food-stories .col-sm-6 {
        padding: 0 15px;
        max-width: 100%;
        flex: 0 0 100%
    }

    .more-btn a.btn-secondary {
        width: 80%
    }

    .blog-section2 {
        grid-template-columns: 50%
    }

    .description p {
        font-size: 18px
    }

    .social {
        width: 100%;
        display: flex;
        justify-content: center
    }

    h2.blog-head2 {
        margin-top: 0
    }

    .recipe1 {
        padding: 0
    }

    footer {
        margin: 0
    }

    .catagory {
        text-align: center
    }

    .navbar-nav {
        margin-top: 20px;
        padding: 30px 0;
        transition: all 1s;
        width: 100%
    }

    .social a {
        padding: 5px;
        margin: 0 8px
    }

    .copy-text {
        text-align: center;
        margin-bottom: 20px
    }

    .media {
        margin: 0 auto 50px;
        width: 60%
    }

    .blog-section2 a.btn.btn-danger {
        width: 50%;
        margin: 0 auto
    }

    .col-sm-6 .recipe2:first-child {
        order: 2
    }

    .reicpe-image {
        height: auto
    }

    #sb_instagram.sbi_col_10 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_7 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_8 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_9 #sbi_images .sbi_item {
        margin-left: 10px !important
    }

    #sb_instagram #sbi_images {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 30px;
        justify-content: center;
        justify-items: center
    }

 
}
@media only screen and (max-width:450px) and (min-width:340px) {
    .recipe-banner, .recipe-banner img{
        height:200px !important;
    }

}
@media only screen and (max-width:450px) and (min-width:300px) {

    .blog-section2 {
        grid-template-columns: 100% !important
    }

    .more-btn a.btn-secondary {
        width: 100%
    }

    .logo {
        margin: 0;
        padding: 5px 10px 10px;
        width: 100%
    }

    .social a {
        padding: 0 5px;
        margin: 0 8px
    }

    .media {
        margin: 0 auto 50px;
        width: 70%
    }

    .media-body h5 a {
        text-align: left;
        padding-left: 20%
    }
}

@media only screen and (max-width:1020px) and (min-width:768px) {
    .fixed-top {
        position: static
    }

    .banner {
        height: 60vw;
        background-position: center center;
        margin-top: 0
    }

    .banner .top-head {
        left: 10%;
        right: 10%;
        top: 2%
    }

    .banner h2.top-head {
        top: 36% !important
    }

    .banner .top-btn {
        top: 80%;
        left: 37%;
        right: 37%
    }

    .more-btn {
        margin: 3% auto
    }

    .navbar-expand-lg {
        margin: 10px 0
    }

    .navbar-toggler {
        margin: 0
    }

    .navbar-light .navbar-nav .nav-link {
        text-align: center;
        padding: 1rem
    }

    .navbar-nav {
        margin-top: 30px
    }

    .navbar-light .navbar-toggler {
        border-color: #c9302c
    }

    .navbar-nav {
        margin-top: 20px;
        padding: 30px;
        transition: all 1s
    }

    .description p {
        font-size: 16px
    }

    .recipe-by {
        font-size: 14px
    }

    .description2 p {
        font-size: 16px
    }

    .blog-section h5 {
        font-size: 1rem
    }

    .blog-section p {
        font-size: 14px
    }

    .blog-section2 {
        grid-template-columns: 50%
    }

    .blog-section2 .recipe-by {
        font-size: 14px
    }

    .Where-cooking-sec.text-center p {
        margin-bottom: 20px
    }

    .Where-cooking-sec.text-center a {
        margin-bottom: 0
    }

    .social a {
        width: auto
    }

    .banner,
    .banner2,
    .banner3,
    .banner4,
    .banner5,
    .container.recipe-details,
    .container.stories-details {
        margin-top: 0
    }
}

@media only screen and (max-width:1024px) {
    .bother-gap {
        padding: 40px 0
    }

    .btn {
        padding: .5rem .5rem
    }
}

.banner2 figure img {
    position: absolute;
    top: 10%;
    left: 45%;
    right: 45%
}

.banner2 {
    width: 100%;
    height: 70vh;
    background-image: url(../image/food-stories-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 5%;
    justify-content: center;
    align-items: center;
    margin-top: 94px
}

.banner2 .banner-text h1 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700
}

.banner2 .banner-text {
    width: 100%
}

.stories {
    margin-top: 20px
}

.stories .col-sm-6 {
    margin-top: 15px;
    margin-bottom: 15px
}

figure.stories-blog {
    height: 347px;
    overflow: hidden
}

figure.stories-blog img {
    width: 100%;
    height: auto
}

.overlay {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    background-color: rgba(201, 48, 44, .8);
    overflow: hidden;
    width: 95%;
    height: 25%;
    transition: .5s ease;
    margin: 0 auto;
    padding: 10px 20px
}

.overlay:hover {
    height: 96%
}

.text {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.overlay h2 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 23px
}

.show-text {
    display: none;
    grid-template-columns: 50% 50%;
    color: #fff;
    margin-bottom: 20px
}

.overlay .show-text p {
    height: 100%
}

.overlay p {
    color: #fff;
    height: 38%;
    overflow: hidden
}

.overlay p span {
    color: #fff
}

.overlay a {
    display: grid;
    grid-template-columns: 100%;
    color: #c9302c;
    margin-bottom: 20px;
    align-items: center
}

.overlay a.btn-light {
    margin: 0 auto;
    width: 70%
}

.overlay a.btn-light:hover {
    background-color: #fff;
    border-color: #fff
}

.pagination {
    justify-content: center
}

.pagination img {
    margin: 0 auto 20px
}

.pagination span.page-numbers.current {
    background-color: #2e3030;
    padding: 10px 17px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;
    margin-right: 10px;
    text-decoration: none
}

.pagination span.page-numbers {
    background-color: #8b8b8b;
    padding: 10px 17px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination a.page-numbers {
    background-color: #8b8b8b;
    padding: 10px 17px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination a.next.page-numbers {
    background-color: #8b8b8b;
    padding: 10px 17px;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 20px;
    margin-right: 10px
}

.pagination a.prev.page-numbers {
    padding: 10px 19px
}

.pagination a.next.page-numbers {
    padding: 10px 19px
}

.pagination a.next.page-numbers:hover,
.pagination a.page-numbers:hover,
.pagination span.next.page-numbers:hover,
.pagination span.page-numbers:hover {
    text-decoration: none
}

.page-link {
    border: 0;
    margin-right: 10px;
    background-color: #7d8284;
    color: #fff;
    border-radius: 50%
}

.page-link.active {
    background-color: #2e3030;
    color: #fff
}

.page-item:first-child .page-link {
    border-radius: 50%
}

.page-item:last-child .page-link {
    border-radius: 50%;
    background-color: transparent;
    color: #7d8284
}

#back-to-top {
    position: fixed;
    bottom: 60px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #444;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0
}

#back-to-top:hover {
    background: #2e3030
}

#back-to-top.show {
    opacity: 1
}

.ngg-gallery-thumbnail-box.ngg-3-columns img {
    border-radius: 10px
}

@media only screen and (max-width:740px) {
    .banner2 {
        height: 100vw
    }

    .banner2 figure img {
        width: 30%;
        top: 5%;
        left: 35%;
        right: 35%
    }

    .banner2 .banner-text h1 {
        width: 100%;
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 2rem
    }

    .banner2 .top-head {
        top: 40%
    }

    .overlay {
        height: 22%;
        width: auto;
        margin: 0 15px
    }

    .overlay:hover {
        height: 93%
    }

    .overlay h2 {
        font-size: 1.5rem
    }

    .overlay p {
        display: none
    }

    figure.stories-blog {
        height: 200px
    }

    header .col-sm-12 {
        padding: 0 15px
    }
}
@media only screen and (max-width:340px) and (min-width:300px) {
    .recipe-banner, .recipe-banner img{
        height:184px !important;
    }

}
@media only screen and (max-width:320px) and (min-width:300px) {
    .overlay {
        width: 90.5% !important;
        height: 20%
    }
}

@media only screen and (max-width:360px) and (min-width:330px) {
    .overlay {
        width: 91.5% !important;
        height: 32%
    }
}

@media only screen and (max-width:375px) and (min-width:370px) {
    .overlay {
        width: 92% !important;
        height: 32%
    }
}

@media only screen and (max-width:420px) and (min-width:400px) {
    .overlay {
        width: 93% !important;
        height: 32%
    }
}

@media only screen and (max-width:610px) and (min-width:580px) {
    .overlay {
        width: 89% !important;
        height: 35%
    }

    figure.stories-blog {
        height: 200px
    }
}

@media only screen and (max-width:450px) and (min-width:300px) {
    .overlay {
        height: 32%
    }

    figure.stories-blog {
        height: 200px
    }
}

@media only screen and (max-width:767px) and (min-width:701px) {
    .overlay {
        width: 89% !important;
        height: 35%
    }

    figure.stories-blog {
        height: auto
    }
}

@media only screen and (max-width:1020px) and (min-width:768px) {
    .banner2 {
        height: 60vw;
        margin-top: 0
    }

    .banner2 figure img {
        left: 40%;
        right: 40%
    }

    .banner2 .banner-text h1 {
        width: 100%;
        text-align: center
    }

    .overlay {
        width: 92%;
        height: 30%
    }

    .overlay p {
        display: none
    }

    figure.stories-blog {
        height: 200px
    }

    header .col-sm-12 {
        padding: 0 15px
    }
}

@media only screen and (max-width:1024px) and (min-width:1020px) {
    .overlay {
        height: 21%
    }

    .overlay p {
        display: none
    }

    figure.stories-blog img {
        height: 100%
    }
}

@media (max-width:740px) {
    figure.stories-blog img {
        height: 100%
    }
}

.banner3 figure img {
    position: absolute;
    top: 10%;
    left: 45%;
    right: 45%
}

.banner3 {
    width: 100%;
    height: 70vh;
    background-image: url(../image/food-stories-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: 94px
}

.banner3 .banner-text h1 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700
}

.submit-recipe {
    text-align: center
}

.input-group-text {
    background-color: transparent
}

.banner3 .container .row {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 5%;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 70vh
}

.mbr-gallery-filter {
    padding: 0 0 30px;
    text-align: center
}

.mbr-gallery-filter ul {
    padding-left: 0;
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    width: 100%
}

.mbr-gallery-filter li {
    margin: 10px 12px;
    display: inline-block
}

.mbr-gallery-filter ul li a {
    text-decoration: none;
    font-size: 16px;
    font-family: Raleway;
    cursor: pointer;
    color: #313131;
    font-weight: 700;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    transition: all .3s ease-out
}

.mbr-gallery-filter li.active a {
    color: #fff;
    background-color: #313131;
    border: 0
}

.recipe-blog {
    width: 100%;
    height: 100%;
    margin: 0 auto 40px
}

.blog-image a {
    display: grid;
    justify-content: center;
    justify-items: center;
    align-items: center
}

.recipe-blog img {
    width: auto;
    max-height: 220px
}

img.img-fluid-default {
    width: 45%
}

img#recipe_img {
    width: 45%
}

figure.stories-blog img.img-fluid-default {
    width: 100%
}

.blog-image {
    width: 350px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:1020px) and (min-width:768px) {
    .blog-image {
        width: 100%;
        height: 100px
    }

    .recipe-blog img {
        width: auto;
        height: auto
    }
}

@media (max-width:1030px) and (min-width:1021px) {
    .blog-image {
        width: 100%;
        height: 140px
    }

    .recipe-blog img {
        width: auto;
        height: auto
    }
}

.recipe-blog h4 {
    font-weight: 600;
    color: #7d8284
}

.recipe-blog h4 a {
    color: #7d8284;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500
}

.recipe-blog h4 span {
    color: green;
    margin-right: 10px;
    font-size: 18px
}

.recipe-blog h4 span img {
    width: 6%;
    vertical-align: top;
    margin-top: 6px;
    height: auto
}

.fa.checked,
.far.checked {
    color: #ffd029
}

span.review {
    font-size: 16px;
    color: #5dc3d2
}

figure.recipe-blog p {
    margin-top: 10px;
    margin-bottom: 10px
}

.input-group-append span a.fa {
    color: #000;
    text-decoration: none
}

.input-group-append span a:hover {
    color: #000;
    text-decoration: none
}

figure.veg-sign {
    position: absolute;
    width: 1.2%;
    top: 0;
    left: -1%;
    display: none
}

span.tm-sign {
    position: absolute;
    left: 14%;
    top: 0;
    font-size: 10px;
    display: none
}

@media only screen and (max-width:450px) and (min-width:300px) {
    .banner3 .banner-text h1 {
        font-size: 1.5rem !important
    }

    .blog-image {
        width: 100%;
        max-height: 180px;
        overflow: hidden;
        margin-bottom: 20px;
        border-radius: 8px
    }
}

@media only screen and (max-width:610px) and (min-width:590px) {
    .blog-image {
        width: 100%;
        height: 100px;
        overflow: hidden;
        margin-bottom: 20px;
        border-radius: 8px
    }
}

@media only screen and (max-width:810px) and (min-width:790px) {
    .blog-image {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
        border-radius: 8px
    }

    .recipe-blog img {
        width: 100%;
        height: auto
    }
}

@media only screen and (max-width:740px) {
    .banner3 {
        height: 100vw
    }

    .banner3 figure img {
        width: 30%;
        position: absolute;
        top: 5%;
        left: 35%;
        right: 35%
    }

    .banner3 .banner-text h1 {
        width: 100%;
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 2rem
    }

    .banner3 .top-head {
        font-size: 40px
    }

    .submit-recipe {
        text-align: center
    }

    .banner3 .container .row {
        height: 100vw
    }

    .recipe-blog {
        text-align: center;
        width: 100%
    }

    .recipe-blog img {
        height: auto
    }

    figure.veg-sign {
        position: absolute;
        width: 3.2%;
        top: 0;
        left: 0;
        display: none
    }

    span.tm-sign {
        position: absolute;
        left: 37%;
        top: 0;
        font-size: 10px;
        display: none
    }
}

@media only screen and (max-width:1020px) and (min-width:768px) {
    .banner3 {
        height: 60vw;
        margin-top: 0
    }

    .banner3 .banner-text h1 {
        width: 100%;
        text-align: center
    }

    .banner3 figure img {
        left: 40%;
        right: 40%
    }

    .submit-recipe {
        left: 40%;
        right: 40%
    }
}

@media (max-width:750px) and (min-width:650px) {
    .blog-image {
        height: 26%
    }
}

@media only screen and (max-width:1024px) and (min-width:1021px) {
    .banner3 figure img {
        left: 40%;
        right: 40%
    }
}

.banner4 figure img {
    position: absolute;
    top: 10%;
    left: 45%;
    right: 45%
}

.banner4 {
    width: 100%;
    height: 70vh;
    background-image: url(../image/food-stories-banner.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: grid;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 94px
}

.banner4 .banner-text h1 {
    width: 35%;
    color: #fff;
    position: absolute;
    top: 65%;
    left: 55%;
    text-align: right;
    font-weight: 700
}

.submit-recipetxt {
    margin: 7% 0
}

.submit-recipetxt h2 {
    margin-bottom: 20px;
    color: #868686;
    font-weight: 700
}

.submit-recipetxt p {
    color: #7d8284
}

.form-row {
    display: flex;
    justify-content: center
}

form {
    width: 100%
}

.form-group-left {
    margin-right: 5%;
    width: 30%
}

.form-group-right {
    margin-left: 5%;
    width: 30%
}

.form-group {
    width: 100%;
    margin-bottom: 50px;
    position: relative
}

.form-row .form-group input {
    border-radius: 30px;
    padding: .7rem 1.5rem
}

.form-row .form-group textarea {
    border-radius: 20px;
    padding: .7rem 1.5rem;
    width: 70%;
    margin: 0 auto
}

.form-row .form-group.contact textarea {
    border-radius: 20px;
    padding: .7rem 1.5rem;
    width: 100%;
    margin: 0 auto
}

.submit-recipe-btn {
    width: 20%;
    margin: 0 auto 20px
}

.submit-recipe-btn .btn-danger {
    width: 100%
}

a.back-btn {
    margin: 10px 0;
    color: #666a6d
}

@media only screen and (max-width:740px) {
    .banner4 {
        width: 100%;
        height: 100vw
    }

    .form-group-left {
        margin-right: 0;
        width: 100%
    }

    .form-group-right {
        margin-left: 0;
        width: 100%
    }

    .banner4 figure img {
        width: 30%;
        position: absolute;
        top: 5%;
        left: 35%;
        right: 35%
    }

    .banner4 .banner-text h1 {
        width: 100%;
        color: #fff;
        position: absolute;
        top: 65%;
        left: 0;
        text-align: center;
        font-weight: 700;
        font-size: 2rem
    }

    .banner4 .top-head {
        left: 10%;
        right: 10%;
        top: 40%;
        font-size: 40px
    }
}

@media only screen and (max-width:450px) and (min-width:300px) {
    .banner4 .banner-text h1 {
        font-size: 1.5rem !important;
        top: 75% !important
    }
}

@media only screen and (max-width:1020px) and (min-width:768px) {
    .banner4 {
        width: 100%;
        height: 60vw;
        margin-top: 0
    }

    .banner4 figure img {
        top: 5%;
        left: 40%;
        right: 40%
    }

    .banner4 .banner-text h1 {
        width: 100%;
        color: #fff;
        position: absolute;
        top: 65%;
        left: 0;
        text-align: center;
        font-weight: 700;
        font-size: 2rem
    }

    .banner4 .top-head {
        left: 10%;
        right: 10%;
        top: 40%;
        font-size: 50px
    }

    .blog-section {
        padding: 0
    }

    .description2 p {
        height: 50px
    }

    .blog-section2 {
        padding: 0
    }
}

@media (max-width:1024px) and (min-width:1020px) {
    .banner4 figure img {
        left: 40%;
        right: 40%
    }
}

.banner5 figure img {
    position: absolute;
    top: 10%;
    left: 45%;
    right: 45%
}

.banner5 {
    width: 100%;
    height: 70vh;
    background-image: url(../image/contact-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 94px
}

.banner5 .banner-text {
    width: 100%
}

.banner5 .banner-text h1 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700
}

.submit-recipetxt {
    margin: 7% 0
}

.submit-recipetxt h2 {
    margin-bottom: 20px;
    color: #868686;
    font-weight: 700;
    text-align: center
}

.submit-recipetxt p {
    color: #7d8284
}

.contact-btn {
    width: 40%;
    margin: 0 auto 20px
}

.contact-btn .btn-danger {
    width: 100%
}

.contact-right {
    margin-left: 10%;
    width: 40%
}

address {
    margin-bottom: 50px !important
}

.contact-right h3 {
    font-family: 'Open Sans', sans-serif;
    color: #767676
}

.contact-right p {
    font-family: 'Open Sans', sans-serif;
    color: #7d8284
}

.contact-right .social-contact {
    display: grid;
    grid-template-columns: 15% 15% 15% 15%;
    padding: 10px;
    text-decoration: none;
    color: #7d8284
}

.contact-right .social-contact a {
    font-size: 20px;
    color: #7d8284;
    text-align: left;
    width: 100%
}

.contact-right .social-contact a:hover {
    text-decoration: none
}

.gallery-sec {
    position: fixed;
    top: 50%;
    bottom: 50%;
    right: 0;
    background-color: #444;
    padding: 0;
    border-radius: 5px 0 0 5px;
    width: 50px;
    height: 50px;
    display: grid;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    border: 1px solid #444;
    border-right: 0;
    transition: all 1s
}

a .gallery-sec {
    color: #fff;
    transition: all 1s
}

a .gallery-sec .fa {
    font-size: 20px
}

a:hover .gallery-sec {
    width: 70px;
    transition: all 1s
}

.recipe-img-up {
    position: absolute;
    top: 0;
    left: 0;
    padding: .7rem 1.5rem;
    z-index: -9;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 30px;
    width: 100%;
    line-height: 1.5;
    font-size: 1rem;
    cursor: pointer
}

.recipe-img-up label {
    margin-bottom: 0;
    color: #495057
}

div.wpcf7 input[type=file] {
    opacity: 0;
    z-index: 999
}

.banner4 h2.top-head {
    position: absolute;
    padding-left: 3%;
    left: 0
}

.form-group label {
    color: #495057;
    font-size: 12px
}

.recipe-img-up label {
    font-size: 1rem
}

@media only screen and (max-width:740px) {
    .contact-right {
        margin-left: 0;
        width: 100%
    }

    .banner5 {
        width: 100%;
        height: 100vw
    }

    .banner5 figure img {
        width: 30%;
        position: absolute;
        top: 5%;
        left: 35%;
        right: 35%
    }

    .banner5 .banner-text h1 {
        width: 100%;
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 2rem
    }

    .banner5 .top-head {
        left: 10%;
        right: 10%;
        top: 40%;
        font-size: 40px
    }

    .contact-right h3 {
        font-family: 'Open Sans', sans-serif;
        color: #767676;
        text-align: center
    }

    .contact-right p {
        font-family: 'Open Sans', sans-serif;
        color: #7d8284;
        text-align: center
    }

    .contact-right .social-contact a {
        text-align: center
    }
}

@media only screen and (max-width:450px) and (min-width:300px) {
    .contact-right h3 {
        font-family: 'Open Sans', sans-serif;
        color: #767676;
        text-align: center
    }

    .contact-right p {
        font-family: 'Open Sans', sans-serif;
        color: #7d8284;
        text-align: center
    }

    .contact-right .social-contact a {
        text-align: center
    }

    .banner5 .banner-text h1 {
        font-size: 1.5rem !important
    }
}

@media only screen and (max-width:1020px) and (min-width:768px) {
    .banner5 {
        width: 100%;
        height: 60vw;
        margin-top: 0
    }

    .banner5 figure img {
        top: 5%;
        left: 40%;
        right: 40%
    }

    .banner5 .banner-text h1 {
        width: 100%;
        color: #fff;
        text-align: right;
        font-weight: 700;
        font-size: 2rem
    }

    .banner5 .top-head {
        left: 10%;
        right: 10%;
        top: 40%;
        font-size: 50px
    }

    #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
        width: 50% !important
    }
}

div.wpcf7-response-output {
    width: 100%;
    margin: 0 auto 2em !important;
    padding: 1em !important;
    text-align: center
}

div.wpcf7-validation-errors {
    border: 2px solid red !important
}

span.wpcf7-not-valid-tip {
    margin: 1em
}

#sbi_images .sbi_photo_wrap a {
    border-radius: 10px;
    border: 2px solid #fff
}

#sb_instagram {
    margin: 0 !important;
    width: 100% !important
}

#sb_instagram #sbi_images .sbi_item {
    padding: 0 20px 30px 0
}

@media only screen and (max-width:740px) {
    .upload_recipe_img, .upload_recipe_doc {
        margin-left:24px;
    }
    #sb_instagram {
        margin: 0 auto !important
    }

    #sbi_images .sbi_photo_wrap a {
        border-radius: 10px;
        border: 5px solid #fff;
        height: 100% !important
    }

    #sb_instagram #sbi_images .sbi_item {
        padding: 0 30px !important
    }

    #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
        width: unset !important
    }
}

@media (max-width:640px) and (min-width:300px) {
    #sbi_images .sbi_photo_wrap a {
        height: 100% !important
    }
}

.recipe-banner {
    width: 100%;
    height: 550px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center
}

.recipe-banner img {
    width: auto;
    height: 550px
}

.recipe-banner h4 {
    padding: 40px 0 0;
    font-weight: 600;
    color: #7d8284;
    font-size: 32px
}

.recipe-banner h5 {
    padding: 20px 0
}

h1.recipe_title_class {
    padding: 0 0 0;
    font-weight: 600;
    color: #454849;
    font-size: 32px;
    width: 100%;
    text-align: center
}

.recipe-subbody {
    width: 100%;
    margin-top: 40px
}

.recipe-subbody h4 {
    font-weight: 600;
    color: #7d8284;
    margin-bottom: 40px
}

.recipe-subbody p {
    color: #7d8284
}

.ingredients-box {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px
}

.ingredients-box p {
    color: #7d8284
}

.details-box {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 30px
}

.box ul {
    list-style-type: none;
    margin-bottom: 0
}

.box ul li {
    color: #7d8284;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff
}

.box ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.box2 ol {
    list-style-type: none;
    counter-reset: ol-counter
}

.box2 ol li {
    color: #7d8284;
    margin-bottom: 20px;
    margin-left: 35px;
    position: relative
}

.box2 ol li::before {
    position: absolute;
    display: inline-block;
    text-align: center;
    padding: 2px;
    width: 30px;
    height: 30px;
    top: auto;
    left: -45px;
    border: 1px solid #c9302c;
    color: #c9302c;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    content: counter(ol-counter);
    counter-increment: ol-counter
}

.review-btn {
    width: 100%;
    margin: 2% auto;
    text-align: center
}

.review-section {
    margin: 20px 0;
    width: 100%
}

.review-section p {
    margin-bottom: 20px
}

.review-box {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 2px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 30px
}

.rating-section {
    display: grid;
    grid-template-columns: 10% 10% 50%
}

.review-box p {
    color: #7d8284
}

@media (max-width:740px) {
    .recipe-banner {
        margin: 0 15px
    }

    .recipe-subbody {
        margin: 20px 15px
    }

    .ingredients-box {
        padding: 15px
    }

    .box ul {
        padding: 0
    }

    .review-btn a.btn-secondary {
        width: 80%
    }

    .review-section {
        padding: 0 15px
    }

    .rating-section {
        grid-template-columns: 100%
    }
}

@media (max-width:768px) and (min-width:750px) {
    .review-btn a.btn-secondary {
        width: 50%
    }

    .rating-section {
        grid-template-columns: 33.33% 33.33% 33.33%
    }
}

@media (max-width:810px) and (min-width:780px) {
    .rating-section {
        grid-template-columns: 33.33% 33.33% 33.33%
    }

    .review-btn a.btn-secondary {
        width: 50%
    }
}

.my_favourite_recipes h4.heading_myfav {
    margin-left: 43px
}

ul#sidebar li a.nav-link {
    padding: 1px !important
}

h2.widget-title {
    display: none
}

ul#sidebar {
    display: grid !important;
    grid-template-columns: auto 1fr !important;
    grid-row-gap: 32px;
    grid-column-gap: 20px;
    align-items: center
}

ul#sidebar ul {
    padding-left: 0 !important
}

section#media_image-3,
section#media_image-4 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: grid;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center
}

section#media_image-3 img,
section#media_image-4 img {
    max-width: 200% !important
}

ul#sidebar section img.attachment-medium.size-medium {
    cursor: pointer
}

@media (max-width:420px){
    .submit-recipe-btn {
        width: 30%;
    }
}