﻿/******************************************************************
  Template Name: Foodeiblog
  Description:  Foodeiblog Blog HTML Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Service Section
6.  Categories Section
7.  Instagram Section
8.  About Section
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: "Nunito Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #111111;
    font-weight: 400;
    font-family: "Unna", serif;
}

h1 {
    font-size: 70px;
    line-height: 21px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 23px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    color: #444444;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

/*ul,
ol {
    padding: 0;
    margin: 0;
}*/

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 70px;
    text-align: center;
}

    .section-title.normal-title {
        text-align: left;
    }

        .section-title.normal-title h3:after {
            margin: 0;
        }

    .section-title h3 {
        color: #111111;
        font-weight: 700;
        text-transform: uppercase;
        position: relative;
    }

/*.section-title h3:after {
            position: absolute;
            left: 0;
            bottom: -30px;
            right: 0;
            height: 13px;
            width: 83px;
            background-image: url(../img/line.png);
            content: "";
            margin: 0 auto;
        }*/

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 100px;
    padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}

/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 14px;
    padding: 8px 25px 6px;
    color: #111111;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #f4952f;
}

.site-btn {
    font-size: 15px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 26px 12px;
    background: #f4952f;
    border: none;
}

/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}

.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999;
}

    .spacial-controls .search-switch {
        display: block;
        height: 100%;
        padding-top: 30px;
        background: #323232;
        text-align: center;
        cursor: pointer;
    }

.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}

.search-model-form {
    padding: 0 15px;
}

    .search-model-form input {
        width: 500px;
        font-size: 40px;
        border: none;
        border-bottom: 2px solid #333;
        background: 0 0;
        color: #999;
    }

.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header-top {
    background: #f5f5f5;
}

.parent-humberger {
    display: none;
}

.header-humberger {
    display: none;
    font-size: 14px;
    color: #111111;
    padding: 40px 0 11px;
}

    .header-humberger i {
        cursor: pointer;
    }

.header-menu {
    text-align: center;
}

    .header-menu ul {
        padding-left: 0px !important;
    }

        .header-menu ul li {
            list-style: none;
            display: inline-block;
            margin-right: 25px;
        }

            .header-menu ul li:last-child {
                margin-right: 0;
            }

            .header-menu ul li.active > a {
                color: #f4952f;
            }

                .header-menu ul li.active > a:after {
                    opacity: 1;
                    -webkit-transform: scaleX(1);
                    -ms-transform: scaleX(1);
                    transform: scaleX(1);
                }

            .header-menu ul li:hover .header-megamenu-wrapper {
                top: 42px;
                opacity: 1;
                visibility: visible;
            }

            .header-menu ul li:hover > a {
                color: #f4952f;
            }

                .header-menu ul li:hover > a:after {
                    opacity: 1;
                    -webkit-transform: scaleX(1);
                    -ms-transform: scaleX(1);
                    transform: scaleX(1);
                }

            .header-menu ul li:hover .dropdown-menu {
                opacity: 1;
                visibility: visible;
                top: 41px;
            }

            .header-menu ul li.dropdown {
                position: relative;
            }

            .header-menu ul li .dropdown-menu {
                position: absolute;
                left: 0;
                top: 62px;
                width: 180px;
                background: #222222;
                z-index: 9;
                text-align: left;
                -webkit-transition: all, 0.3s;
                -o-transition: all, 0.3s;
                transition: all, 0.3s;
                opacity: 0;
                visibility: hidden;
                padding: 10px 0;
            }

                .header-menu ul li .dropdown-menu li {
                    display: block;
                    margin-right: 0;
                }

                    .header-menu ul li .dropdown-menu li a {
                        color: #ffffff;
                        padding: 5px 0;
                        padding-left: 20px;
                        text-transform: capitalize;
                    }

                        .header-menu ul li .dropdown-menu li a:hover {
                            color: #f4952f;
                        }

                        .header-menu ul li .dropdown-menu li a:after {
                            display: none;
                        }

            .header-menu ul li a {
                font-size: 13px;
                color: #111111;
                font-weight: 700;
                font-family: "Unna", serif;
                text-transform: uppercase;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
                position: relative;
                padding: 10px 0;
                display: block;
            }

                .header-menu ul li a:after {
                    position: absolute;
                    left: 0;
                    bottom: 1px;
                    width: 100%;
                    height: 2px;
                    background: #f4952f;
                    content: "";
                    opacity: 0;
                    -webkit-transition: all 0.5s;
                    -o-transition: all 0.5s;
                    transition: all 0.5s;
                    -webkit-transform: scaleX(0);
                    -ms-transform: scaleX(0);
                    transform: scaleX(0);
                }

.header-megamenu-wrapper {
    position: absolute;
    left: -175px;
    right: -176px;
    top: 62px;
    z-index: 9;
    background: #ffffff;
    padding: 15px;
    max-width: 1170px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 5px 15px rgba(20, 14, 5, 0.15);
    box-shadow: 0px 5px 15px rgba(20, 14, 5, 0.15);
}

.header-megamenu {
    margin-right: -30px;
}

.header-megamenu-item {
    width: calc(20% - 30px);
    float: left;
    margin-right: 30px;
}

    .header-megamenu-item .header-megamenu-item--pic {
        height: 132px;
        position: relative;
        margin-bottom: 10px;
    }

        .header-megamenu-item .header-megamenu-item--pic .label {
            font-size: 12px;
            color: #111111;
            font-weight: 700;
            text-transform: uppercase;
            background: #ffffff;
            padding: 2px 5px 1px;
            display: inline-block;
            position: absolute;
            left: 10px;
            top: 10px;
        }

    .header-megamenu-item .header-megamenu-item--text {
        text-align: left;
    }

        .header-megamenu-item .header-megamenu-item--text h5 a {
            line-height: 20px;
            color: #111111;
        }

.header-search {
    font-size: 14px;
    color: #111111;
    text-align: right;
    padding: 10px 0 11px;
}

    .header-search i {
        cursor: pointer;
    }

.header-btn {
    padding: 40px 0 40px;
}


.header-menu-custom {
    padding: 30px 0 20px;
}

.header-logo {
    padding: 20px 0 20px;
    text-align: left;
}

    .header-logo a {
        display: inline-block;
    }

.header-social {
    text-align: right;
    padding: 40px 0;
}

    .header-social a {
        font-size: 14px;
        color: #111111;
        display: inline-block;
        margin-right: 10px;
    }

        .header-social a:last-child {
            margin-right: 0;
        }

.humberger-menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 98;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .humberger-menu-overlay.active {
        visibility: visible;
    }

.humberger-menu-wrapper {
    width: 400px;
    background: #111111;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 99;
    padding: 40px 50px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    left: -400px;
}

    .humberger-menu-wrapper.show-humberger-menu-wrapper {
        opacity: 1;
        left: 0;
    }

.humberger-menu-logo {
    margin-bottom: 20px;
}

.humberger-menu-nav {
    display: none;
}

.slicknav_menu {
    background: transparent;
    padding: 0;
    margin-bottom: 35px;
}

.slicknav_btn {
    display: none;
}

.slicknav_nav {
    display: block !important;
}

    .slicknav_nav li a {
        font-size: 15px;
        color: #ffffff;
        font-family: "Unna", serif;
        text-transform: uppercase;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        padding: 10px 0;
        margin: 0;
    }

        .slicknav_nav li a:hover {
            background: transparent;
            color: #f4952f;
            text-decoration: underline;
        }

    .slicknav_nav ul {
        margin: 0;
    }

    .slicknav_nav .slicknav_row:hover {
        border-radius: 0;
        background: transparent;
        color: #f4952f;
    }

        .slicknav_nav .slicknav_row:hover a {
            color: #f4952f;
        }

    .slicknav_nav .slicknav_row,
    .slicknav_nav a {
        padding: 5px 0;
        margin: 2px 0;
    }

.humberger-menu-title h6 {
    color: #ffffff !important;
    opacity: 1 !important;
}

.humberger-menu-about {
    margin-bottom: 35px;
}

    .humberger-menu-about img {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .humberger-menu-about h6 {
        color: #ffffff;
        opacity: 0.5;
    }

    .humberger-menu-about p {
        color: #ffffff;
        opacity: 0.5;
        margin-bottom: 25px;
    }

    .humberger-menu-about .humberger-menu-about-social a {
        background: #363636 !important;
    }

        .humberger-menu-about .humberger-menu-about-social a:hover {
            background: #f4952f !important;
        }

        .humberger-menu-about .humberger-menu-about-social a i {
            color: #ffffff;
            opacity: 0.7;
        }

.humberger-menu-subscribe .humberger-menu-title {
    margin-bottom: 20px !important;
}

.humberger-menu-subscribe p {
    color: #ffffff;
    opacity: 0.7;
}

.humberger-menu-subscribe form input {
    background: transparent;
    color: #ffffff !important;
    opacity: 0.5 !important;
}

    .humberger-menu-subscribe form input::-webkit-input-placeholder {
        color: #ffffff !important;
        opacity: 0.5 !important;
    }

    .humberger-menu-subscribe form input::-moz-placeholder {
        color: #ffffff !important;
        opacity: 0.5 !important;
    }

    .humberger-menu-subscribe form input:-ms-input-placeholder {
        color: #ffffff !important;
        opacity: 0.5 !important;
    }

    .humberger-menu-subscribe form input::-ms-input-placeholder {
        color: #ffffff !important;
        opacity: 0.5 !important;
    }

    .humberger-menu-subscribe form input::placeholder {
        color: #ffffff !important;
        opacity: 0.5 !important;
    }

.humberger-menu-subscribe form label {
    color: #ffffff !important;
    opacity: 0.7 !important;
}

/*---------------------
  Hero
-----------------------*/
.home_welcome {
    background: #ffffff;
    -webkit-box-shadow: -1px 5px 5px rgba(20, 14, 5, 0.1);
    box-shadow: -1px 5px 5px rgba(20, 14, 5, 0.1);
    padding: 35px 50px 20px;
    position: relative;
    margin-top: -10px;
    margin-bottom: 20px;
    text-align: justify;
    z-index: 1;
}

.hero-inside-item {
    position: relative;
    height: 633px;
    margin-bottom: 11px;
    margin-right: 11px;
}

.hero-slider {
    overflow: hidden;
}

    .hero-slider.owl-carousel .owl-nav button {
        height: 50px;
        width: 50px;
        background: rgba(0, 0, 0, 0.3);
        line-height: 54px;
        text-align: center;
        font-size: 30px;
        color: #ffffff;
        position: absolute;
        left: 30px;
        top: 50%;
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);
    }

        .hero-slider.owl-carousel .owl-nav button.owl-next {
            left: auto;
            right: 30px;
        }

.hero-item {
    margin-right: -11px;
}

.hero-inside-item--wide .hero-inside-item--meta {
    height: 110px;
    width: 110px;
    padding-top: 27px;
    margin-right: 30px;
}

    .hero-inside-item--wide .hero-inside-item--meta span {
        font-size: 42px;
        line-height: 24px;
    }

    .hero-inside-item--wide .hero-inside-item--meta p {
        font-size: 24px;
        line-height: 24px;
    }

.hero-inside-item--wide .hero-inside-item--text {
    overflow: hidden;
}

    .hero-inside-item--wide .hero-inside-item--text .label {
        margin-bottom: 5px;
    }

        .hero-inside-item--wide .hero-inside-item--text .label li {
            list-style: none;
            display: inline-block;
            margin-right: 18px;
            color: #f4952f;
            font-size: 12px;
            text-transform: uppercase;
            position: relative;
        }

            .hero-inside-item--wide .hero-inside-item--text .label li:last-child {
                margin-right: 0;
            }

                .hero-inside-item--wide .hero-inside-item--text .label li:last-child:after {
                    display: none;
                }

            .hero-inside-item--wide .hero-inside-item--text .label li:after {
                position: absolute;
                right: -14px;
                top: -2px;
                content: "|";
                color: #ffffff;
                opacity: 0.3;
            }

    .hero-inside-item--wide .hero-inside-item--text h4 {
        font-size: 26px;
        color: #ffffff;
        line-height: 34px;
    }

    .hero-inside-item--wide .hero-inside-item--text .widget li {
        list-style: none;
        display: inline-block;
        margin-right: 25px;
        font-size: 12px;
        color: #c4c4c4;
        position: relative;
    }

        .hero-inside-item--wide .hero-inside-item--text .widget li span {
            color: #ffffff;
        }

        .hero-inside-item--wide .hero-inside-item--text .widget li:after {
            position: absolute;
            right: -18px;
            top: -1px;
            content: "|";
            color: #ffffff;
            opacity: 0.3;
        }

        .hero-inside-item--wide .hero-inside-item--text .widget li:last-child {
            margin-right: 0;
        }

            .hero-inside-item--wide .hero-inside-item--text .widget li:last-child:after {
                display: none;
            }

.hero-inside-item--small {
    height: 311px;
}

.hero-inside-item-text {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
}

.hero-inside-item--meta {
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 65px;
    width: 65px;
    text-align: center;
    padding-top: 14px;
    float: left;
    margin-right: 20px;
}

    .hero-inside-item--meta span {
        font-size: 26px;
        color: #ffffff;
        font-weight: 900;
        line-height: 18px;
    }

    .hero-inside-item--meta p {
        font-size: 12px;
        color: #ffffff;
        font-weight: 600;
        text-transform: uppercase;
        opacity: 0.5;
        margin-bottom: 0;
        line-height: 15px;
    }

.hero-inside-item--text {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    padding: 2px 0px 10px 10px;
}

.text-background {
    background: rgba(0, 0, 0, 0.4);
    padding-left: 5px;
}

.hero-inside-item--text .label {
    margin-bottom: 5px;
}

    .hero-inside-item--text .label li {
        list-style: none;
        display: inline-block;
        margin-right: 18px;
        color: #f4952f;
        font-size: 12px;
        text-transform: uppercase;
        position: relative;
    }

        .hero-inside-item--text .label li:last-child {
            margin-right: 0;
        }

            .hero-inside-item--text .label li:last-child:after {
                display: none;
            }

        .hero-inside-item--text .label li:after {
            position: absolute;
            right: -14px;
            top: -2px;
            content: "|";
            color: #ffffff;
            opacity: 0.3;
        }

.hero-inside-item--text h5 {
    font-size: 20px;
    color: #ffffff;
    line-height: 26px;
}

/*---------------------
  Categories
-----------------------*/

.categories {
    padding-top: 90px;
}

    .categories.categories-grid {
        padding-top: 0;
    }

        .categories.categories-grid .categories-grid-post {
            border-top: 1px solid #ebebeb;
            padding-top: 20px;
        }

        .categories.categories-grid .categories-post {
            padding-top: 0;
        }

.categories-item {
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

    .categories-item:hover .categories-hover-text {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .categories-item .categories-hover-text {
        background: #ffffff;
        display: inline-block;
        padding: 15px 20px 10px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
    }

        .categories-item .categories-hover-text h5 {
            font-size: 20px;
            color: #111111;
            text-transform: uppercase;
        }

        .categories-item .categories-hover-text p {
            color: #888888;
            font-weight: 600;
            margin-bottom: 0;
        }

.categories-post {
    padding-top: 10px;
}

.categories-post-item {
    margin-bottom: 45px;
}

    .categories-post-item.categories-post-item--large {
        margin-bottom: 55px;
    }

        .categories-post-item.categories-post-item--large .categories-post-item-pic {
            height: 533px;
        }

        .categories-post-item.categories-post-item--large .categories-post-item-text .post-label--large {
            margin-bottom: 10px;
        }

        .categories-post-item.categories-post-item--large .categories-post-item-text h3 a {
            font-size: 26px;
            line-height: 34px;
        }

        .categories-post-item.categories-post-item--large .categories-post-item-text p {
            font-size: 15px;
            margin-bottom: 21px;
        }

        .categories-post-item.categories-post-item--large .categories-post-item-text .post-social {
            margin-top: 25px;
        }

            .categories-post-item.categories-post-item--large .categories-post-item-text .post-social span {
                font-size: 14px;
                color: #888888;
                font-weight: 600;
                text-transform: uppercase;
                margin-right: 25px;
            }

            .categories-post-item.categories-post-item--large .categories-post-item-text .post-social a {
                margin-right: 20px;
            }

                .categories-post-item.categories-post-item--large .categories-post-item-text .post-social a:last-child {
                    margin-right: 0;
                }

                .categories-post-item.categories-post-item--large .categories-post-item-text .post-social a i {
                    color: #111111;
                    margin-right: 5px;
                }

                .categories-post-item.categories-post-item--large .categories-post-item-text .post-social a span {
                    margin-right: 0;
                }

.categories-post-item-pic {
    position: relative;
    margin-bottom: 25px;
    height: 506px;
}

    .categories-post-item-pic.small-item {
        height: 253px;
    }

    .categories-post-item-pic.smaller-large {
        height: 380px;
    }

    .categories-post-item-pic .post-meta {
        background: #ffffff;
        display: inline-block;
        height: 65px;
        width: 65px;
        text-align: center;
        padding-top: 18px;
        position: absolute;
        left: 20px;
        top: 20px;
    }

        .categories-post-item-pic .post-meta h4 {
            font-size: 26px;
            color: #111111;
            font-weight: 900;
            line-height: 14px;
            font-family: "Nunito Sans", sans-serif;
        }

        .categories-post-item-pic .post-meta span {
            font-size: 12px;
            color: #888888;
            font-weight: 600;
            text-transform: uppercase;
        }

.categories-post-item-text {
    text-align: center;
}

    .categories-post-item-text .post-label--large li {
        list-style: none;
        display: inline-block;
        margin-right: 18px;
        color: #f4952f;
        font-size: 12px;
        text-transform: uppercase;
        position: relative;
        font-weight: 700;
    }

        .categories-post-item-text .post-label--large li:last-child {
            margin-right: 0;
        }

            .categories-post-item-text .post-label--large li:last-child:after {
                display: none;
            }

        .categories-post-item-text .post-label--large li:after {
            position: absolute;
            right: -14px;
            top: -2px;
            content: "|";
            color: #cccccc;
        }

    .categories-post-item-text .post-label {
        font-size: 12px;
        color: #f4952f;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .categories-post-item-text h3 {
        margin-bottom: 5px;
    }

        .categories-post-item-text h3 a {
            color: #111111;
            line-height: 29px;
            letter-spacing: 0.5px;
            font-size: 22px;
            display: block;
        }

            .categories-post-item-text h3 a:hover {
                text-decoration: underline;
            }

    .categories-post-item-text .post-widget {
        margin-bottom: 10px;
    }

    .categories-post-item-text .post-widget {
        padding-left: 0px !important;
    }

        .categories-post-item-text .post-widget li {
            list-style: none;
            display: inline-block;
            margin-right: 25px;
            font-size: 12px;
            color: #888888;
            position: relative;
        }

            .categories-post-item-text .post-widget li span {
                color: #111111;
            }

            .categories-post-item-text .post-widget li:after {
                position: absolute;
                right: -18px;
                top: -1px;
                content: "|";
                color: #cccccc;
            }

            .categories-post-item-text .post-widget li:last-child {
                margin-right: 0;
            }

                .categories-post-item-text .post-widget li:last-child:after {
                    display: none;
                }

    .categories-post-item-text p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 21px;
    }

.categories-post-item-small {
    background: #f5f5f5;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    position: relative;
    padding-top: 60px;
    margin-bottom: 30px;
}

    .categories-post-item-small img {
        position: absolute;
        left: 30px;
        top: 30px;
    }

    .categories-post-item-small p {
        font-size: 15px;
        color: #46424d;
        letter-spacing: 0.5px;
        font-weight: 600;
    }

    .categories-post-item-small .posted-by {
        font-size: 15px;
        color: #f4952f;
        font-weight: 600;
        text-align: right;
    }

.categories-post-item-plain {
    height: 506px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

    .categories-post-item-plain:after {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        opacity: 0.6;
        z-index: -1;
    }

    .categories-post-item-plain .post-meta {
        background: rgba(0, 0, 0, 0.3);
        display: inline-block;
        height: 65px;
        width: 65px;
        text-align: center;
        padding-top: 18px;
    }

        .categories-post-item-plain .post-meta h4 {
            font-size: 26px;
            color: #ffffff;
            font-weight: 900;
            line-height: 14px;
            font-family: "Nunito Sans", sans-serif;
        }

        .categories-post-item-plain .post-meta span {
            font-size: 12px;
            color: #ffffff;
            font-weight: 600;
            opacity: 0.5;
            text-transform: uppercase;
        }

    .categories-post-item-plain .categories-post-item-text ul {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .categories-post-item-plain .categories-post-item-text h3 a {
        color: #ffffff;
    }

    .categories-post-item-plain .post-social {
        margin-top: 10px;
    }

        .categories-post-item-plain .post-social span {
            font-size: 14px;
            color: #ffffff;
            opacity: 0.5;
            font-weight: 600;
            text-transform: uppercase;
            margin-right: 25px;
        }

        .categories-post-item-plain .post-social a {
            margin-right: 20px;
        }

            .categories-post-item-plain .post-social a:last-child {
                margin-right: 0;
            }

            .categories-post-item-plain .post-social a i {
                color: #ffffff;
                opacity: 0.7;
                margin-right: 5px;
            }

            .categories-post-item-plain .post-social a span {
                margin-right: 0;
            }

.load-more-btn a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #111111;
    text-transform: uppercase;
    padding: 12px 125px 10px;
    background: #ebebeb;
}

/*---------------------
  Categories Grid
-----------------------*/

.breadcrumb-text {
    margin-bottom: 30px;
}

    .breadcrumb-text h2 {
        color: #000000;
        margin-bottom: 5px;
    }

        .breadcrumb-text h2 span {
            color: #f4952f;
        }

    .breadcrumb-text .breadcrumb-option a {
        display: inline-block;
        font-size: 16px;
        color: #111111;
        margin-right: 14px;
        position: relative;
    }

        .breadcrumb-text .breadcrumb-option a:after {
            position: absolute;
            right: -12px;
            top: 0;
            content: "/";
        }

    .breadcrumb-text .breadcrumb-option span {
        font-size: 16px;
        color: #888888;
    }

/*---------------------
  Categories Grid
-----------------------*/

.categories-list-post-item {
    margin-bottom: 10px;
}

    .categories-list-post-item .categories-post-item-pic {
        height: 220px;
        margin-bottom: 0;
    }

    .categories-list-post-item .categories-post-item-text {
        text-align: left;
    }

.categories-pagination a {
    display: inline-block;
    background: #f2f2f2;
    color: #444444;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 18px 10px;
    margin-right: 6px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

    .categories-pagination a:hover {
        color: #ffffff;
        background: #f4952f;
    }

    .categories-pagination a:last-child {
        color: #f4952f;
        margin-right: 0;
    }

        .categories-pagination a:last-child:hover {
            color: #ffffff;
        }

.sidebar-about-item {
    margin-bottom: 60px;
}

    .sidebar-about-item img {
        min-width: 100%;
        margin-bottom: 20px;
    }

    .sidebar-about-item h6 {
        font-size: 15px;
        color: #444444;
        font-family: "Nunito Sans", sans-serif;
    }

        .sidebar-about-item h6 span {
            color: #f4952f;
        }

.sidebar-item-title,
.humberger-menu-title {
    margin-bottom: 15px;
}

    .sidebar-item-title h6,
    .humberger-menu-title h6 {
        display: inline-block;
        font-size: 22px;
        color: #111111;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
    }

        .sidebar-item-title h6:after,
        .humberger-menu-title h6:after {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 50%;
            width: 100%;
            background: #f4952f;
            opacity: 0.3;
            content: "";
        }

.sidebar-follow-item {
    margin-bottom: 60px;
}

.sidebar-item-follow-links a,
.humberger-menu-about .humberger-menu-about-social a {
    display: inline-block;
    font-size: 16px;
    color: #111111;
    height: 46px;
    width: 46px;
    background: #f2f2f2;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 6px;
}

    .sidebar-item-follow-links a:last-child,
    .humberger-menu-about .humberger-menu-about-social a:last-child {
        margin-right: 0;
    }

    .sidebar-item-follow-links a:hover,
    .humberger-menu-about .humberger-menu-about-social a:hover {
        background: #f4952f;
        color: #ffffff;
    }

.sidebar-feature-item {
    margin-bottom: 60px;
}

.sidebar-feature-item-large {
    height: 200px;
    position: relative;
    margin-bottom: 30px;
}

    .sidebar-feature-item-large .sidebar-feature-item-large--text {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 0 20px;
        bottom: 15px;
    }

        .sidebar-feature-item-large .sidebar-feature-item-large--text span {
            font-size: 12px;
            color: #f4952f;
            font-weight: 700;
            text-transform: uppercase;
        }

        .sidebar-feature-item-large .sidebar-feature-item-large--text h5 a {
            color: #ffffff;
            line-height: 23px;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

.sidebar-feature-item-list-single {
    margin-bottom: 30px;
}

    .sidebar-feature-item-list-single:last-child {
        margin-bottom: 0;
    }

    .sidebar-feature-item-list-single .post-meta {
        background: #f5f5f5;
        display: inline-block;
        height: 65px;
        width: 65px;
        text-align: center;
        padding-top: 18px;
        float: left;
        margin-right: 20px;
    }

        .sidebar-feature-item-list-single .post-meta h4 {
            font-size: 26px;
            color: #111111;
            font-weight: 900;
            line-height: 14px;
            font-family: "Nunito Sans", sans-serif;
        }

        .sidebar-feature-item-list-single .post-meta span {
            font-size: 12px;
            color: #888888;
            font-weight: 600;
            opacity: 0.5;
            text-transform: uppercase;
        }

    .sidebar-feature-item-list-single .post-text {
        overflow: hidden;
    }

        .sidebar-feature-item-list-single .post-text span {
            font-size: 12px;
            color: #f4952f;
            font-weight: 700;
            text-transform: uppercase;
        }

        .sidebar-feature-item-list-single .post-text h5 {
            margin-top: 5px;
        }

            .sidebar-feature-item-list-single .post-text h5 a {
                color: #46424d;
                line-height: 23px;
                font-weight: 700;
                letter-spacing: 0.5px;
            }

.sidebar-item-banner {
    margin-bottom: 60px;
}

    .sidebar-item-banner img {
        min-width: 100%;
    }

.sidebar-item-categories {
    margin-bottom: 60px;
}

    .sidebar-item-categories ul li {
        list-style: none;
    }

        .sidebar-item-categories ul li a {
            color: #444444;
            font-size: 15px;
            font-weight: 600;
            padding-bottom: 6px;
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 6px;
            -webkit-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
            display: block;
        }

            .sidebar-item-categories ul li a:hover {
                color: #f4952f;
            }

            .sidebar-item-categories ul li a span {
                float: right;
                font-weight: 400;
            }

        .sidebar-item-categories ul li.p-left {
            margin-left: 20px;
        }

        .sidebar-item-categories ul li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

.sidebar-subscribe-item p,
.humberger-menu-subscribe p {
    font-size: 15px;
}

.sidebar-subscribe-item form .email-input,
.humberger-menu-subscribe form .email-input {
    height: 46px;
    width: 100%;
    padding-left: 15px;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    color: #888888;
    margin-bottom: 10px;
}

    .sidebar-subscribe-item form .email-input::-webkit-input-placeholder,
    .humberger-menu-subscribe form .email-input::-webkit-input-placeholder {
        color: #888888;
    }

    .sidebar-subscribe-item form .email-input::-moz-placeholder,
    .humberger-menu-subscribe form .email-input::-moz-placeholder {
        color: #888888;
    }

    .sidebar-subscribe-item form .email-input:-ms-input-placeholder,
    .humberger-menu-subscribe form .email-input:-ms-input-placeholder {
        color: #888888;
    }

    .sidebar-subscribe-item form .email-input::-ms-input-placeholder,
    .humberger-menu-subscribe form .email-input::-ms-input-placeholder {
        color: #888888;
    }

    .sidebar-subscribe-item form .email-input::placeholder,
    .humberger-menu-subscribe form .email-input::placeholder {
        color: #888888;
    }

.sidebar-subscribe-item form label,
.humberger-menu-subscribe form label {
    position: relative;
    font-size: 15px;
    color: #888888;
    padding-left: 20px;
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
}

    .sidebar-subscribe-item form label .checkmark,
    .humberger-menu-subscribe form label .checkmark {
        position: absolute;
        left: 0;
        top: 6px;
        height: 10px;
        width: 10px;
        border: 1px solid #e1e1e1;
    }

    .sidebar-subscribe-item form label input,
    .humberger-menu-subscribe form label input {
        position: absolute;
        visibility: hidden;
        display: none;
    }

        .sidebar-subscribe-item form label input:checked ~ span,
        .humberger-menu-subscribe form label input:checked ~ span {
            background: #f4952f;
            border-color: #f4952f;
        }

/*---------------------
    About Section
-----------------------*/

.single-post {
    padding-top: 0;
}

.single-post-hero {
    height: 260px;
}

.single-post-title {
    background: #ffffff;
    -webkit-box-shadow: -1px 5px 5px rgba(20, 14, 5, 0.1);
    box-shadow: -1px 5px 5px rgba(20, 14, 5, 0.1);
    padding: 30px;
    padding-right: 40px;
    position: relative;
    margin-top: -80px;
    margin-bottom: 8px;
}

.single-post-title-meta {
    background: #f2f2f2;
    height: 110px;
    width: 110px;
    text-align: center;
    padding-top: 28px;
    float: left;
    margin-right: 30px;
}

    .single-post-title-meta h2 {
        font-size: 42px;
        color: #111111;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 900;
        line-height: 28px;
    }

    .single-post-title-meta span {
        font-size: 24px;
        color: #888888;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 2px;
        display: block;
    }

.single-post-title-text {
    overflow: hidden;
}

    .single-post-title-text .label {
        padding-left: 0px !important;
    }

        .single-post-title-text .label li {
            list-style: none;
            display: inline-block;
            margin-right: 18px;
            color: #f4952f;
            font-size: 12px;
            text-transform: uppercase;
            position: relative;
            font-weight: 700;
        }

            .single-post-title-text .label li:last-child {
                margin-right: 0;
            }

                .single-post-title-text .label li:last-child:after {
                    display: none;
                }

            .single-post-title-text .label li:after {
                position: absolute;
                right: -14px;
                top: -2px;
                content: "|";
                color: #d7d7d7;
            }

    .single-post-title-text h4 {
        font-size: 26px;
        color: #111111;
        line-height: 34px;
    }

    .single-post-title-text .widget {
        padding-left: 0px !important;
    }

        .single-post-title-text .widget li {
            list-style: none;
            display: inline-block;
            margin-right: 25px;
            font-size: 12px;
            color: #888888;
            position: relative;
        }

            .single-post-title-text .widget li span {
                color: #111111;
            }

            .single-post-title-text .widget li:after {
                position: absolute;
                right: -18px;
                top: -1px;
                content: "|";
                color: #d7d7d7;
            }

            .single-post-title-text .widget li:last-child {
                margin-right: 0;
            }

                .single-post-title-text .widget li:last-child:after {
                    display: none;
                }

.single-post-social-item {
    position: absolute;
    top: 0px;
    left: -33px;
}

    .single-post-social-item ul li {
        list-style: none;
    }

        .single-post-social-item ul li a {
            display: inline-block;
            font-size: 16px;
            color: #111111;
            height: 46px;
            width: 46px;
            background: #f2f2f2;
            line-height: 46px;
            text-align: center;
            -webkit-transition: all, 0.3s;
            -o-transition: all, 0.3s;
            transition: all, 0.3s;
            margin-bottom: 10px;
        }

            .single-post-social-item ul li a:last-child {
                margin-right: 0;
            }

            .single-post-social-item ul li a:hover {
                background: #f4952f;
                color: #ffffff;
            }

.single-post-top-text,
.single-post-middle-text {
    margin-bottom: 25px;
}

    .single-post-top-text p,
    .single-post-middle-text p {
        font-size: 15px;
    }

.single-post-recipe-details {
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

.single-post-recipe-details-option {
    background: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 20px;
}

    .single-post-recipe-details-option ul {
        overflow: hidden;
    }

        .single-post-recipe-details-option ul li {
            list-style: none;
            float: left;
            margin-right: 48px;
        }

            .single-post-recipe-details-option ul li:last-child {
                margin-right: 0;
            }

            .single-post-recipe-details-option ul li h5 {
                text-transform: uppercase;
                margin-bottom: 5px;
            }

                .single-post-recipe-details-option ul li h5 i {
                    font-size: 16px;
                    margin-right: 5px;
                }

            .single-post-recipe-details-option ul li span {
                font-size: 14px;
                color: #888888;
            }

            .single-post-recipe-details-option ul li .primary-btn i {
                margin-right: 5px;
            }

.single-post-recipe-details-indegradients {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

    .single-post-recipe-details-indegradients h5 {
        font-size: 20px;
        color: #111111;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .single-post-recipe-details-indegradients ul li {
        list-style: none;
        font-size: 15px;
        color: #444444;
        line-height: 30px;
        position: relative;
        padding-left: 20px;
    }

        .single-post-recipe-details-indegradients ul li:before {
            position: absolute;
            left: 0;
            top: 13px;
            height: 3px;
            width: 3px;
            background: #111111;
            content: "";
        }

.single-post-recipe-details-direction {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 25px;
    padding-bottom: 15px;
}

    .single-post-recipe-details-direction h5 {
        font-size: 20px;
        color: #111111;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .single-post-recipe-details-direction ul li {
        list-style: none;
        font-size: 15px;
        color: #444444;
        line-height: 30px;
        position: relative;
        padding-left: 20px;
    }

        .single-post-recipe-details-direction ul li span {
            font-size: 15px;
            color: #111111;
            opacity: 0.7;
            position: absolute;
            left: 0;
            top: 0;
        }

.single-post-middle-text {
    margin-bottom: 20px;
}

    .single-post-middle-text p {
        font-size: 15px;
    }

.single-post-quote {
    padding-left: 75px;
    position: relative;
    margin-bottom: 20px;
}

    .single-post-quote::before {
        position: absolute;
        left: 0;
        top: 3px;
        background-image: url(../img/categories/single-post/quote-left.png);
        height: 55px;
        width: 55px;
        content: "";
    }

    .single-post-quote p {
        font-size: 24px;
        color: #111111;
        line-height: 30px;
        margin-bottom: 10px;
        font-family: "Unna", serif;
    }

    .single-post-quote span {
        font-size: 15px;
        color: #888888;
        text-transform: uppercase;
    }

.single-post-desc {
    margin-bottom: 25px;
}

    .single-post-desc p {
        font-size: 15px;
    }

    .single-post-desc h4 {
        color: #111111;
        text-transform: uppercase;
        margin-bottom: 12px;
    }

.single-post-more-details {
    margin: 15px 10px;
    text-align: justify;
}

.single-post-more-details-1 {
    margin-top: 10px;
    text-align: justify;
}

.single-post-more-details img {
    min-width: 100%;
}

.single-post-more-details p {
    font-size: 15px;
    margin-bottom: 0;
}

.single-post-more-details ul {
    display: inline-block;
    vertical-align: middle;
    padding-left: 60px;
    margin: 0;
}


    .single-post-more-details ul li {
        line-height: 1.5;
        margin-bottom: 10px;
    }

        .single-post-more-details ul li::before {
            display: inline-block;
            width: 20px;
        }

.single-post-more-details .ql-indent-1 {
    content: "◦";
    margin-left: 5px;
}

.single-post-more-details .ql-indent-2 {
    content: "▪";
    margin-left: 25px;
}


.single-post-last-text {
    margin-bottom: 25px;
}

    .single-post-last-text p {
        font-size: 15px;
    }

        .single-post-last-text p:first-child {
            margin-bottom: 10px;
        }

.single-post-tags {
    margin-bottom: 30px;
}

    .single-post-tags a {
        display: inline-block;
        font-size: 13px;
        color: #444444;
        background: #f2f2f2;
        padding: 6px 12px;
        letter-spacing: 1px;
        margin-right: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
    }

        .single-post-tags a:last-child {
            margin-right: 0;
        }

.single-post-next-previous {
    margin-bottom: 60px;
}

.single-post-previous,
.single-post-next {
    display: block;
}

    .single-post-previous h6,
    .single-post-next h6 {
        font-size: 15px;
        color: #111111;
        text-transform: uppercase;
        font-weight: 600;
        font-family: "Nunito Sans", sans-serif;
        margin-bottom: 25px;
    }

        .single-post-previous h6 span,
        .single-post-next h6 span {
            font-size: 23px;
            color: #444444;
            position: relative;
            top: 4px;
        }

.single-post-previous-meta,
.single-post-next-meta {
    height: 65px;
    width: 65px;
    background: #f5f5f5;
    text-align: center;
    padding-top: 20px;
    float: left;
    margin-right: 20px;
}

    .single-post-previous-meta h4,
    .single-post-next-meta h4 {
        font-size: 26px;
        font-family: "Nunito Sans", sans-serif;
        font-weight: 900;
        line-height: 12px;
    }

    .single-post-previous-meta span,
    .single-post-next-meta span {
        font-size: 12px;
        color: #888888;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.single-post-previous-text,
.single-post-next-text {
    overflow: hidden;
}

    .single-post-previous-text span,
    .single-post-next-text span {
        font-size: 12px;
        color: #f4952f;
        text-transform: uppercase;
        font-weight: 700;
    }

    .single-post-previous-text h5,
    .single-post-next-text h5 {
        line-height: 23px;
        margin-top: 5px;
    }

.single-post-next {
    text-align: right;
}

.single-post-next-meta {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

.disclaimer {
    padding: 20px 30px;
    background: #f5f5f5;
    height: 479px;
}

    .disclaimer h4 {
        text-transform: uppercase;
    }

    .disclaimer p {
        font-size: 15px;
    }

.disclaimer_text {
    overflow: hidden;
}

    .disclaimer_text h4 {
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .disclaimer_text p {
        font-size: 13px;
    }


.single-post-author-profile {
    padding: 30px;
    background: #f5f5f5;
    margin-bottom: 50px;
}

.single-post-author-profile-pic {
    float: left;
    margin-right: 30px;
}

    .single-post-author-profile-pic img {
        height: 90px;
        width: 90px;
        border-radius: 50%;
    }

.single-post-author-profile-text {
    overflow: hidden;
}

    .single-post-author-profile-text h4 {
        text-transform: uppercase;
    }

    .single-post-author-profile-text p {
        font-size: 15px;
    }

    .single-post-author-profile-text .single-post-author-profile-social a {
        display: inline-block;
        font-size: 16px;
        color: #111111;
        height: 36px;
        width: 36px;
        background: #e1e1e1;
        line-height: 36px;
        text-align: center;
        margin-right: 6px;
        margin-top: 5px;
    }

        .single-post-author-profile-text .single-post-author-profile-social a:last-child {
            margin-right: 0;
        }

.single-post-comment {
    margin-bottom: 20px;
}

.widget-title {
    margin-bottom: 40px;
}

    .widget-title h4 {
        display: inline-block;
        color: #111111;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
    }

        .widget-title h4:after {
            position: absolute;
            left: 0;
            bottom: 0;
            height: 50%;
            width: 100%;
            background: #f4952f;
            opacity: 0.3;
            content: "";
        }

.single-post-comment-item {
    margin-bottom: 10px;
}

    .single-post-comment-item.single-post-comment-item--reply {
        padding-left: 120px;
    }

.single-post-comment-item-pic {
    float: left;
    margin-right: 25px;
}

    .single-post-comment-item-pic img {
        height: 90px;
        width: 90px;
        border-radius: 50%;
    }

.single-post-comment-item-text {
    overflow: hidden;
    position: relative;
}

    .single-post-comment-item-text h5 {
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .single-post-comment-item-text span {
        font-size: 12px;
        color: #888888;
        display: block;
        margin-bottom: 10px;
    }

    .single-post-comment-item-text p {
        font-size: 15px;
    }

    .single-post-comment-item-text ul {
        position: absolute;
        top: 0;
        right: 0;
    }

        .single-post-comment-item-text ul li {
            list-style: none;
            margin-right: 15px;
            display: inline-block;
        }

            .single-post-comment-item-text ul li a {
                font-size: 18px;
                color: #444444;
                -webkit-transition: all, 0.3s;
                -o-transition: all, 0.3s;
                transition: all, 0.3s;
            }

                .single-post-comment-item-text ul li a:hover {
                    color: #f4952f;
                }

            .single-post-comment-item-text ul li:last-child {
                margin-right: 0;
            }

.single-post-leave-comment form .input-list {
    margin-right: -20px;
}

    .single-post-leave-comment form .input-list input {
        height: 46px;
        width: calc(33.33% - 20px);
        background: transparent;
        border: 1px solid #e1e1e1;
        font-size: 14px;
        color: #444444;
        padding-left: 20px;
        margin-bottom: 20px;
        margin-right: 16px;
    }

        .single-post-leave-comment form .input-list input:last-child {
            color: #444444;
        }

.single-post-leave-comment form textarea {
    height: 190px;
    width: 100%;
    background: transparent;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #444444;
    padding-top: 12px;
    padding-left: 20px;
    margin-bottom: 14px;
    resize: none;
}

    .single-post-leave-comment form textarea:last-child {
        color: #444444;
    }

.single-post-leave-comment form button {
    width: 100%;
}

/*---------------------
  Footer
-----------------------*/

.footer {
    background: #f5f5f5;
    padding-top: 20px;
    margin: 20px;
}

.footer-instagram {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.footer-instagram-item {
    height: 305px;
    margin-right: -10px !important;
    margin-left: -10px !important;
    margin-bottom: 10px;
}

.footer-instagram-avatar {
    display: inline-block;
    padding: 20px 30px;
    background: #ffffff;
    position: absolute;
    height: 90px;
    width: 240px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-120px, -50px);
    -ms-transform: translate(-120px, -50px);
    transform: translate(-120px, -50px);
    z-index: 1;
}

    .footer-instagram-avatar .footer-instagram-avatar--pic {
        float: left;
        margin-right: 15px;
    }

        .footer-instagram-avatar .footer-instagram-avatar--pic img {
            height: 50px;
            width: 50px;
            border-radius: 50%;
        }

    .footer-instagram-avatar .footer-instagram-avatar--text {
        overflow: hidden;
    }

        .footer-instagram-avatar .footer-instagram-avatar--text h5 {
            font-size: 20px;
            color: #111111;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .footer-instagram-avatar .footer-instagram-avatar--text span {
            font-size: 14px;
            color: #888888;
        }

.footer-text {
    padding: 30px 0 30px;
    text-align: center;
}

    .footer-text .footer-logo {
        margin-bottom: 10px;
        margin-top: -32px;
    }

        .footer-text .footer-logo a {
            display: inline-block;
        }

    .footer-text p {
        text-align: center;
        font-size: 15px;
        /*margin-bottom: 30px;*/
    }

.footer-social {
    position: absolute;
    width: 70px;
    top: 0px
}

.footer-text .footer-social a {
    display: inline-block;
    font-size: 16px;
    color: #111111;
    height: 46px;
    width: 46px;
    background: #e7e7e7;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 6px;
    margin-bottom: 10px;
}

    .footer-text .footer-social a:last-child {
        margin-right: 0;
    }

    .footer-text .footer-social a:hover {
        background: #f4952f;
        color: #ffffff;
    }

.footer-copyright {
    font-size: 15px;
    color: #444444;
    border-top: 1px solid #e1e1e1;
    text-align: center;
    padding-top: 10px;
}

.footer-menu {
}

    .footer-menu ul {
        list-style: none;
        padding-left: 10px;
    }

        .footer-menu ul li {
            list-style: none;
        }

            .footer-menu ul li a {
                font-size: 13px;
                color: #111111;
                font-weight: 600;
                font-family: "Nunito Sans", sans-serif;
                text-transform: uppercase;
                position: relative;
                padding: 10px 0;
                display: block;
            }

                .footer-menu ul li a:hover {
                    color: #fd7e14;
                }
/*---------------------
    About Section
-----------------------*/

.about {
    padding-bottom: 90px;
    padding-top: 0;
}

.about-pic {
    margin-right: -10px;
}

.about-pic-item-large {
    margin-bottom: 10px;
}

    .about-pic-item-large img {
        min-width: 100%;
        border-radius: 12px;
    }

.about-pic-item {
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .about-pic-item img {
        min-width: 100%;
        border-radius: 12px;
    }

.about-text {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}

.about-right-text h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about-right-text p {
    font-size: 15px;
}

.about-right-text ul {
    margin-left: 20px;
    margin-bottom: 10px;
}

    .about-right-text ul li {
        list-style: none;
        font-size: 15px;
        color: #444444;
        line-height: 30px;
        position: relative;
        padding-left: 20px;
    }

        .about-right-text ul li:before {
            position: absolute;
            left: 0;
            top: 13px;
            height: 3px;
            width: 3px;
            background: #444444;
            content: "";
        }

.about-right-text .about-right-text-social {
    margin-top: 30px;
}

    .about-right-text .about-right-text-social a {
        display: inline-block;
        font-size: 14px;
        color: #444444;
        background: #ebebeb;
        height: 46px;
        width: 46px;
        margin-right: 6px;
        line-height: 46px;
        text-align: center;
    }

        .about-right-text .about-right-text-social a:last-child {
            margin-right: 0;
        }


/*---------------------
  Contact
-----------------------*/

.contact {
    padding-top: 0;
}

.contact-text {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.contact-map {
    height: 350px;
    -webkit-box-shadow: 0px 5px 5px rgba(20, 14, 5, 0.1);
    box-shadow: 0px 5px 5px rgba(20, 14, 5, 0.1);
    margin-bottom: 30px;
}

    .contact-map iframe {
        width: 100%;
    }

.contact-widget ul li {
    list-style: none;
    margin-bottom: 20px;
}

    .contact-widget ul li i {
        height: 50px;
        width: 50px;
        border: 1px solid #e1e1e1;
        font-size: 18px;
        color: #f4952f;
        line-height: 50px;
        text-align: center;
        display: inline-block;
        margin-right: 16px;
    }

    .contact-widget ul li span {
        display: inline-block;
        font-size: 14px;
        color: #444444;
    }

.contact-form .contact-form-title h2 {
    text-transform: uppercase;
    margin-bottom: 18px;
}

.contact-form .contact-form-title p {
    font-size: 15px;
    margin-bottom: 20px;
}

.contact-form form input {
    height: 46px;
    width: 100%;
    background: transparent;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #444444;
    padding-left: 20px;
    margin-bottom: 20px;
}

    .contact-form form input:last-child {
        color: #444444;
    }

.contact-form form textarea {
    height: 180px;
    width: 100%;
    background: transparent;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #444444;
    padding-top: 12px;
    padding-left: 20px;
    margin-bottom: 14px;
    resize: none;
}

    .contact-form form textarea:last-child {
        color: #444444;
    }

.contact-form form button {
    width: 100%;
}

/*---------------------
  Sign In
-----------------------*/

.fixed-position {
    overflow: hidden;
}

.signin {
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto;
}

.signin-content {
    width: 640px;
    text-align: center;
    margin: 80px 0 50px;
}

    .signin-content p {
        font-size: 16px;
        color: #ffffff;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }

.signin-form {
    background: #ffffff;
}

    .signin-form .nav-tabs {
        border-bottom: none;
    }

    .signin-form .nav-item {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }

        .signin-form .nav-item .nav-link {
            font-size: 16px;
            color: #111111;
            text-transform: uppercase;
            border: none;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            letter-spacing: 1px;
        }

            .signin-form .nav-item .nav-link.active {
                background: #f2f2f2;
            }

.signin-form-text {
    padding: 50px;
    padding-top: 38px;
}

    .signin-form-text p {
        font-size: 15px;
        color: #111111;
        margin-bottom: 15px;
    }

    .signin-form-text form input {
        height: 46px;
        width: 100%;
        background: transparent;
        border: 1px solid #e1e1e1;
        font-size: 14px;
        color: #444444;
        padding-left: 20px;
        margin-bottom: 20px;
    }

        .signin-form-text form input:last-child {
            color: #444444;
        }

    .signin-form-text form label {
        position: relative;
        font-size: 15px;
        color: #444444;
        padding-left: 20px;
        margin-bottom: 30px;
        display: block;
        cursor: pointer;
        margin-left: 20px;
        text-align: left;
        margin-bottom: 20px;
    }

        .signin-form-text form label input:checked ~ .checkmark {
            color: #f4952f;
        }

        .signin-form-text form label .checkmark {
            position: absolute;
            left: 0;
            top: 6px;
            height: 10px;
            width: 10px;
            border: 1px solid #e1e1e1;
            border-radius: 2px;
        }

        .signin-form-text form label input {
            position: absolute;
            visibility: hidden;
            display: none;
        }

            .signin-form-text form label input:checked ~ span {
                background: #f4952f;
                border-color: #f4952f;
            }

.signin-form-signup-social {
    margin-bottom: 20px;
}

    .signin-form-signup-social a {
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        height: 46px;
        width: 46px;
        background: #f2f2f2;
        border-radius: 50%;
        line-height: 46px;
        text-align: center;
        margin-right: 6px;
    }

        .signin-form-signup-social a.facebook {
            background: #1369c2;
        }

        .signin-form-signup-social a.twitter {
            background: #24c9ec;
        }

        .signin-form-signup-social a.google {
            background: #d41623;
        }

        .signin-form-signup-social a:last-child {
            margin-right: 0;
        }

.divide {
    font-size: 15px;
    color: #111111;
    margin-bottom: 15px;
}

.signin-logo {
    margin-bottom: 10px;
}

/*---------------------
  404
-----------------------*/

.section-404 {
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    left: 0;
    top: 0;
    padding: 0 15px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-y: auto;
}

.text-404 {
    text-align: center;
}

    .text-404 h1 {
        font-size: 200px;
        font-weight: 700;
        color: #ffffff;
        line-height: 192px;
    }

    .text-404 h3 {
        color: #ffffff;
        margin-bottom: 8px;
    }

    .text-404 p {
        font-size: 15px;
        color: #c4c4c4;
        margin-bottom: 35px;
    }

    .text-404 form {
        width: 470px;
        position: relative;
        margin: 0 auto;
    }

        .text-404 form input {
            width: 100%;
            height: 46px;
            background: #f4952f;
            border: none;
            padding-left: 20px;
            font-size: 15px;
            color: #ffffff;
        }

            .text-404 form input::-webkit-input-placeholder {
                color: #ffffff;
            }

            .text-404 form input::-moz-placeholder {
                color: #ffffff;
            }

            .text-404 form input:-ms-input-placeholder {
                color: #ffffff;
            }

            .text-404 form input::-ms-input-placeholder {
                color: #ffffff;
            }

            .text-404 form input::placeholder {
                color: #ffffff;
            }

        .text-404 form button {
            font-size: 16px;
            color: #ffffff;
            background: transparent;
            border: none;
            position: absolute;
            right: 15px;
            top: 0;
            height: 46px;
        }

/*---------------------
  Typography
-----------------------*/

.typography {
    padding-top: 0;
}

.typography-text {
    border-top: 1px solid #ebebeb;
    padding-top: 50px;
}

    .typography-text p {
        font-size: 15px;
    }

.typography-top-text {
    margin-bottom: 25px;
}

    .typography-top-text h3 {
        text-transform: uppercase;
        margin-bottom: 20px;
    }

.typography-desc {
    margin-bottom: 30px;
}

    .typography-desc img {
        min-width: 100%;
    }

    .typography-desc p {
        margin-bottom: 10px;
    }

        .typography-desc p:last-child {
            margin-bottom: 0;
        }

    .typography-desc h2 {
        margin-bottom: 10px;
    }

    .typography-desc h3 {
        margin-bottom: 12px;
    }

    .typography-desc h4 {
        margin-bottom: 18px;
    }

    .typography-desc .large-h5 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .typography-desc h5 {
        margin-bottom: 20px;
    }

    .typography-desc h6 {
        margin-bottom: 18px;
    }

.typography-last-text {
    margin-bottom: 35px;
}

.typography-text-list p {
    margin-bottom: 8px;
}

.typography-text-list h3 {
    text-transform: uppercase;
    margin-bottom: 8px;
}

.typography-text-list ul {
    margin-bottom: 8px;
    padding-left: 30px;
}

    .typography-text-list ul li {
        list-style: none;
        font-size: 15px;
        color: #444444;
        line-height: 30px;
        position: relative;
        padding-left: 24px;
    }

        .typography-text-list ul li.p-left {
            margin-left: 30px;
        }

        .typography-text-list ul li:before {
            position: absolute;
            left: 0;
            top: 13px;
            height: 3px;
            width: 3px;
            background: #111111;
            content: "";
        }

.typography-text-list--unorder {
    margin-bottom: 30px;
}

.typography-text-list--order ul li span {
    position: absolute;
    left: 0;
    top: 0;
}

.typography-text-list--order ul li:before {
    display: none;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1300px;
    }
}

/* Medium Device = 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-menu ul li {
        margin-right: 34px;
    }

    .single-post-recipe-details-option ul li {
        margin-right: 8px;
    }

    .header-menu ul li:hover .header-megamenu-wrapper {
        top: 42px;
        opacity: 1;
        visibility: visible;
    }

    .header-megamenu-wrapper {
        max-width: 950px;
    }

    .signin {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-instagram-item {
        height: 180px;
    }

    .home_welcome {
        padding: 35px 20px 20px;
    }
}

/* Tablet Device = 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-megamenu-wrapper {
        max-width: 730px;
    }

    .header-menu ul li {
        margin-right: 25px;
    }

    .categories-item {
        height: 330px;
    }

    .sidebar-item-follow-links a,
    .humberger-menu-about .humberger-menu-about-social a {
        margin-bottom: 10px;
    }

    .single-post-recipe-details-option ul li {
        margin-right: 35px;
    }

    .single-post-social-item {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 25px;
    }

        .single-post-social-item ul li {
            display: inline-block;
            margin-right: 6px;
        }

    .single-post-more-details img {
        margin-bottom: 25px;
    }

    .about-right-text {
        padding-top: 30px;
    }

    .signin {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .home_welcome {
        padding: 35px 20px 20px;
    }

    .footer-instagram-item {
        height: 180px;
    }
}

/* Wide Mobile = 480px */
@media only screen and (max-width: 767px) {
    .home_welcome {
        padding: 20px;
    }

    .parent-humberger {
        display: block;
    }

    .header-humberger {
        display: block;
        text-align: center;
        padding: 10px 0 5px;
    }

    .header-menu-custom {
        display: none;
    }

    .single-post-social-item {
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 25px;
    }

        .single-post-social-item ul li {
            display: inline-block;
            margin-right: 6px;
        }

    .single-post-more-details img {
        margin-bottom: 25px;
    }

    .about-right-text {
        padding-top: 30px;
    }

    .contact-form {
        padding-top: 15px;
    }

    .header-menu {
        display: none;
    }

    .header-search {
        padding: 5px 0 11px;
        text-align: center;
    }

    .header-btn,
    .header-social {
        display: none;
    }

    .header-logo {
        padding: 15px 0 15px;
        text-align: center;
    }

    .header-social {
        text-align: center;
        padding: 0 0 15px;
    }

    .sidebar-item {
        padding-top: 30px;
    }

    .categories-list-post-item .categories-post-item-pic {
        margin-bottom: 30px;
    }

    .single-post-recipe-details-option {
        padding-bottom: 5px;
    }

        .single-post-recipe-details-option ul li {
            margin-bottom: 15px;
        }

    .signin-content {
        width: 450px;
        text-align: center;
    }

    .typography-desc img {
        margin-bottom: 30px;
    }

    .single-post-leave-comment form .input-list {
        margin-right: 0;
    }

        .single-post-leave-comment form .input-list input {
            width: 100%;
            margin-right: 0;
        }

    .search-model-form input {
        width: 100%;
    }

    .single-post-hero {
        height: 700px;
    }

    .signin {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-instagram-item {
        height: 180px;
    }

    .footer-social {
        position: absolute;
        width: 90%;
        top: 0px
    }

    .footer-text .footer-social a {
        display: inline-block;
        font-size: 16px;
        color: #111111;
        height: 46px;
        width: 46px;
        background: #e7e7e7;
        border-radius: 50%;
        line-height: 46px;
        text-align: center;
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        transition: all, 0.3s;
        margin-right: 6px;
        margin-bottom: 10px;
    }

        .footer-text .footer-social a:last-child {
            margin-right: 0;
        }

        .footer-text .footer-social a:hover {
            background: #f4952f;
            color: #ffffff;
        }
}

/* Small Device = 320px */
@media only screen and (max-width: 479px) {
    .humberger-menu-wrapper {
        width: 300px;
        padding: 50px 30px 60px 30px;
    }

    .hero-inside-item--meta {
        float: none;
        margin-bottom: 10px;
    }

    .sidebar-item-follow-links a,
    .humberger-menu-about .humberger-menu-about-social a {
        margin-bottom: 10px;
    }

    .load-more-btn a {
        padding: 12px 80px 10px;
    }

    .single-post-title-meta {
        float: none;
        margin-right: 0;
    }

    .single-post-title-text {
        overflow: visible;
        padding-top: 20px;
    }

    .single-post-recipe-details-option ul li {
        float: none;
        margin-right: 0;
    }

    .single-post-tags a {
        margin-bottom: 10px;
    }

    .single-post-previous,
    .single-post-next {
        margin-bottom: 30px;
    }

    .single-post-author-profile-pic {
        float: none;
        margin-right: 0;
    }

    .single-post-author-profile-text {
        overflow: visible;
        padding-top: 30px;
    }

    .single-post-comment-item-text ul {
        position: relative;
    }

    .single-post-comment-item.single-post-comment-item--reply {
        padding-left: 0;
    }

    .signin-content {
        width: 300px;
    }

    .signin-form-text {
        padding: 30px;
    }

    .text-404 form {
        width: 100%;
    }

    .single-post-comment-item-pic {
        float: none;
        margin-bottom: 15px;
    }

    .search-model-form {
        width: 100%;
    }

        .search-model-form input {
            width: 100%;
            font-size: 18px;
        }

    .text-404 h1 {
        font-size: 100px;
        line-height: 100px;
    }
}

.builder-promo-section {
    background-color: #d0ebf3;
}

.builder-promo-item {
    border: 1px solid #d5ba08;
    border-radius: 15px;
    background-color: #f1db81;
}

.builder-promo-content {
    border: 1px solid #d0ebf3;
    border-radius: 5px;
    padding: 10px;
}

    .builder-promo-content h3 {
        background-color: #d0ebf3;
        padding: 5px 10px;
        border-radius: 3px;
    }

.cp-promo-content {
    border: 1px solid #dbf2ce;
    border-radius: 5px;
    padding: 10px;
}

    .cp-promo-content h3 {
        background-color: #dbf2ce;
        padding: 5px 10px;
        border-radius: 3px;
    }
