* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

@font-face {
    font-family: 'lora';
    src: url(../font/Lora-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'lora', sans-serif;
    font-size: 14px;
}

.h1,
h1 {
    font-size: 2.5rem;
}

.h2,
h2 {
    font-size: 2rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #191919;
    line-height: 1.3;
    font-weight: 400;
    font-family: "lora", serif;
}

p {
    font-family: "lora", sans-serif;
    color: #595959;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 1rem;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #191919;
    font-weight: 500;
    font-size: 14px;
    font-family: "lora", sans-serif;
}

ul,
ol {
    margin: 0;
}

ul li,
ol li {
    list-style: none;
}

img {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

/* :: 4.0 Header Area CSS */

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.header-area {
    position: relative;
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
}

.header-area .top-header {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    width: 100%;
    height: 60px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.header-area .top-header .top-header-content {
    height: 60px;
}

.top-header-content h1 {
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-header {
        border-bottom: 1px solid #f2f4f5;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .top-header {
        border-bottom: 1px solid #f2f4f5;
        height: 35px;
    }

    .top-header-content .heade-logo {
        display: none;
    }

    .header-area .top-header .top-header-content {
        height: 30px;
    }
}

.header-area .top-header .top-header-content .top-social-info a {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
}

.header-area .top-header .top-header-content .top-social-info a:hover {
    color: #eea2a4;
}

@media only screen and (max-width: 767px) {
    .header-area .top-header .top-header-content .top-social-info a {
        padding: 0 5px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .header-area .top-header .top-header-content .top-social-info a {
        padding: 0 10px;
    }
}

.header-area .foode-main-menu {
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

.header-area .foode-main-menu .classy-navbar {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .foode-main-menu .classy-navbar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .foode-main-menu .classy-navbar {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 5px;
        padding-bottom: 5px;
        align-items: center;
    }
}

.header-area .foode-main-menu .classy-navbar .nav-brand {
    display: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .foode-main-menu .classy-navbar .nav-brand {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .foode-main-menu .classy-navbar .nav-brand {
        display: block;
    }
}

.breakpoint-off .classynav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    margin-top: 10px;
}

.classynav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.classynav ul li {
    clear: both;
    position: inherit;
    z-index: 10;
}

.header-area .foode-main-menu .classynav ul li a {
    padding: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .foode-main-menu .classynav ul li a {
        padding: 0 15px;
    }
}

.header-area .foode-main-menu .classynav ul li a:hover,
.header-area .foode-main-menu .classynav ul li a:focus {
    color: #eea2a4;
}

.header-area .foode-main-menu .classynav ul li ul li a {
    padding: 0 20px;
    letter-spacing: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .foode-main-menu .classynav ul li ul li a {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .foode-main-menu .classynav ul li ul li a {
        padding: 0 30px;
    }
}

.header-area {
    padding: 20px 0;
    /* position: sticky; */
    top: 0;
    z-index: 99;
}

@media (max-width:767px) {
    .header-area {
        padding: 0;
    }

    .classy-navbar .nav-brand {
        font-size: 20px;
        font-weight: 500;
        color: #565656;
        display: block;
        margin-right: 30px;
    }

    .classy-navbar-toggler .navbarToggler {
        display: block;
        cursor: pointer;
    }

    .classy-navbar-toggler .navbarToggler.active span:nth-of-type(1) {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        top: 8px;
    }

    .classy-navbar-toggler .navbarToggler.active span:nth-of-type(2) {
        opacity: 0;
    }

    .classy-navbar-toggler .navbarToggler.active span:nth-of-type(3) {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        top: -8px;
    }

    .classy-navbar-toggler .navbarToggler span {
        position: relative;
        background-color: #858585;
        border-radius: 3px;
        display: block;
        height: 3px;
        margin-top: 5px;
        padding: 0;
        -webkit-transition-duration: 300ms;
        transition-duration: 300ms;
        width: 30px;
        cursor: pointer;
    }

    .classy-navbar .classy-menu {
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: -310px;
        z-index: 1000;
        width: 300px;
        height: 100%;
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        padding: 0;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .classy-navbar .classy-menu.menu-on {
        left: 0;
    }

    .classycloseIcon {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 12;
    }

    .classycloseIcon .cross-wrap {
        width: 26px;
        height: 26px;
        cursor: pointer;
        position: relative;
    }

    .classycloseIcon .cross-wrap span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        border-radius: 6px;
        background: #232323;
    }

    .classycloseIcon .cross-wrap span.top {
        top: 12px;
        left: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .classycloseIcon .cross-wrap span.bottom {
        bottom: 12px;
        left: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


    .header-area .foode-main-menu .classynav {
        padding-top: 70px;
    }

    .header-area .foode-main-menu .classynav ul {
        display: block;
    }

    .header-area .foode-main-menu .classynav ul li a {
        padding: 0 25px 20px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 14px;
        text-align: left;
    }
}

/* :: 6.0 About Us Area CSS */
.about-content {
    position: relative;
    z-index: 1;
}

.about-content img {
    margin-bottom: 30px;
}

.about-content p {
    font-size: 16px;
}

.about-content blockquote h5 {
    font-size: 18px;
    color: #eea2a4;
    line-height: 1.8;
    font-weight: 300;
    font-style: italic;
}

.about-content ul {
    position: relative;
    z-index: 1;
    margin-left: 10%;
}

.about-content ul li {
    font-size: 16px;
    color: #595959;
    margin-bottom: 15px;
    display: block;
}

.about-content ul li i {
    position: relative;
    z-index: 1;
    top: -2px;
    font-size: 8px;
    color: #191919;
    margin-right: 10px;
}

.about-content .signature {
    text-align: center;
}

.breadcrumb-area {
    margin-top: 20px;
}

@media (max-width:767px) {
    .breadcrumb-area {
        margin-top: 0;
    }
}

/* :: 9.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

.footer-area .footer-social-info {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}

.footer-area .footer-social-info a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

.footer-area .footer-social-info a:hover,
.footer-area .footer-social-info a:focus {
    color: #eea2a4;
}

.footer-area .copywrite-text {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    text-align: center;
}

.footer-area .copywrite-text p {
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .footer-area .copywrite-text p {
        font-size: 12px;
    }
}

.footer-area .copywrite-text p a {
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 400;
}

.footer-area .copywrite-text p a:hover,
.footer-area .copywrite-text p a:focus {
    color: #eea2a4;
}

@media only screen and (max-width: 767px) {
    .footer-area .copywrite-text p a {
        font-size: 12px;
    }
}

.footer-social-info div,
.footer-social-info a {
    margin: 10px 5px 15px 20px;
}

.post-content div,
.post-content p {
    max-width: 100%;
}

/* :: 11.0 Blog Area CSS */
.single-blog-post {
    position: relative;
    z-index: 1;
}

.single-blog-post .post-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    margin-right: 6%;
}

@media only screen and (max-width: 767px) {
    .single-blog-post .post-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%;
        margin-right: 0;
    }
}

.single-blog-post .post-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
    width: 44%;
}

@media only screen and (max-width: 767px) {
    .single-blog-post .post-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%;
    }
}

.single-blog-post .post-content .post-date {
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #eea2a4;
}

.h4,
h4 {
    font-size: 1.5rem;
}

.single-blog-post .post-content .post-title h4 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
}

.single-blog-post .post-content .post-title h4:hover {
    color: #eea2a4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-post .post-content .post-title h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-post .post-content .post-title h4 {
        font-size: 20px;
    }
}

.single-blog-post .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.single-blog-post .post-content .post-meta a {
    display: inline-block;
    font-size: 14px;
    color: #191919;
    margin-right: 15px;
}

.single-blog-post .post-content .post-meta a:first-child {
    font-style: italic;
}

.single-blog-post .post-content .post-meta a span,
.single-blog-post .post-content .post-meta a i {
    color: #a6a6a6;
    margin-left: 3px;
}

.single-blog-post .post-content .post-meta a:hover {
    color: #eea2a4;
}

.single-blog-post .post-content .read-more-btn {
    display: block;
    margin-top: 20px;
    color: #a6a6a6;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-blog-post .post-content .read-more-btn i {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    color: #eea2a4;
}

.single-blog-post .post-content .read-more-btn:hover,
.single-blog-post .post-content .read-more-btn:focus {
    color: #eea2a4;
}

.single-blog-post .post-content .read-more-btn:hover i,
.single-blog-post .post-content .read-more-btn:focus i {
    margin-left: 5px;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.styled-pagination {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 8px 7px 0px;
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 9px 5px;
    font-size: 13px;
    text-transform: uppercase;
    min-width: 40px;
    border: 1px solid #dfdfdf;
    color: #a2a2a2;
    font-weight: 700;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    font-family: 'lora', sans-serif;
}

.styled-pagination li a.next,
.styled-pagination li a.prev {
    padding: 8px 24px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #fff;
    border-color: #eea2a4;
    background-color: #eea2a4;
}

.post-content h2 {
    font-weight: 700;
}

/* :: 12.0 Comment Area */

textarea {
    overflow: auto;
    resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.leave-comment-area {
    position: relative;
    z-index: 1;
}

.leave-comment-area h4 {
    margin-bottom: 30px;
    font-weight: 700;
}

.leave-comment-area form .form-control {
    width: 100%;
    height: 40px;
    border: 1px solid #ebebeb;
    font-size: 14px;
    color: #a6a6a6;
    padding: 10px 20px;
    margin-bottom: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.leave-comment-area form .form-control:focus {
    box-shadow: none;
    border-color: #eea2a4;
}

.leave-comment-area form textarea.form-control {
    width: 100%;
    height: 120px;
}

.foode-btn {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 180px;
    height: 45px;
    color: #191919;
    background-color: #ffffff;
    border: 1px solid #191919;
    border-radius: 3px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 43px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
}

.foode-btn.active,
.foode-btn:hover,
.foode-btn:focus {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    background-color: #191919;
}

.foode-btn.btn-sm {
    min-width: 80px;
    height: 30px;
    line-height: 28px;
}


/* :: 15.0 Sidebar Area CSS */
.single-widget-area {
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.single-widget-area .widget-title {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 45px;
    text-align: center;
}

.single-widget-area .widget-title::before {
    width: 100%;
    height: 14px;
    background-image: url(../img/img3.png);
    background-position: center center;
    background-repeat: repeat;
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
    content: '';
}

.single-widget-area .widget-title h6 {
    position: relative;
    z-index: 5;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 1;
    background-color: #ffffff;
    padding: 0 25px;
    display: inline-block;
}

.single-widget-area .single-latest-post {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-widget-area .single-latest-post:last-child {
    margin-bottom: 0;
}

.single-widget-area .single-latest-post .post-content {
    width: 100%;
}

.single-widget-area .single-latest-post .post-content .post-title h6 {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.single-widget-area .single-latest-post .post-content .post-title h6:hover,
.single-widget-area .single-latest-post .post-content .post-title h6:focus {
    color: #eea2a4;
}

.single-widget-area .foode-catagories {
    position: relative;
    z-index: 1;
}

.single-widget-area .foode-catagories li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dotted #ebebeb;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1;
    font-family: "lora", serif;
    font-weight: 300;
}

.single-widget-area .foode-catagories li a span {
    color: #191919;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-widget-area .foode-catagories li a span i {
    display: inline-block;
    position: relative;
    top: -3px;
    font-size: 8px;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    background: #a6a6a6;
}

.single-widget-area .foode-catagories li a span:last-child {
    color: #a6a6a6;
    font-weight: 400;
}

.single-widget-area .foode-catagories li a:hover span,
.single-widget-area .foode-catagories li a:focus span {
    color: #eea2a4;
}

.single-widget-area .foode-catagories li:last-child a {
    border-bottom: none;
}

.single-widget-area .foode-archives {
    position: relative;
    z-index: 1;
}

.single-widget-area .foode-archives li a {
    display: block;
    border-bottom: 1px dotted #ebebeb;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1;
    font-family: "lora", serif;
    font-weight: 300;
}

.single-widget-area .foode-archives li a span {
    color: #191919;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-widget-area .foode-archives li a span i {
    position: relative;
    top: -3px;
    font-size: 8px;
    margin-right: 8px;
}

.single-widget-area .foode-archives li a:hover span,
.single-widget-area .foode-archives li a:focus span {
    color: #eea2a4;
}

.single-widget-area .foode-archives li:last-child a {
    border-bottom: none;
}

.single-widget-area .search-form {
    position: relative;
    z-index: 2;
}

.single-widget-area .search-form input {
    background-color: #f2f4f5;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #a6a6a6;
    border: none;
    border-radius: 0;
}

.single-widget-area .search-form input:focus {
    box-shadow: none;
}

.single-widget-area .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 10;
    border: none;
    background-color: #eea2a4;
    cursor: pointer;
    color: #ffffff;
}

.single-widget-area .search-form button:hover {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    background-color: #191919;
}

.single-widget-area img {
    width: 100%;
}

.single-post-details-area {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.single-post-details-area .post-content .post-date {
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #eea2a4;
}

.single-post-details-area .post-content .post-title {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    .single-post-details-area .post-content .post-title {
        font-size: 23px;
        font-weight: 600;
        text-align: center;
    }

    .single-post-details-area .post-content p {
        line-height: 1.3;
    }

    .single-post-details-area .post-content .post-date {
        display: none;
    }
}

.single-post-details-area .post-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-post-details-area .post-content .post-meta a {
    display: inline-block;
    font-size: 14px;
    color: #191919;
    margin-right: 15px;
}

.single-post-details-area .post-content .post-meta a:first-child {
    font-style: italic;
}

.single-post-details-area .post-content .post-meta a span,
.single-post-details-area .post-content .post-meta a i {
    color: #a6a6a6;
    margin-left: 3px;
}

.single-post-details-area .post-content .post-meta a:hover {
    color: #eea2a4;
}

.single-post-details-area .post-content p {
    font-size: 16px;
    color: #595959;
}

.single-post-details-area .post-content blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    padding: 15px 0 10px 0;
}

.single-post-details-area .post-content blockquote .blockquote-icon {
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

.single-post-details-area .post-content blockquote .blockquote-icon img {
    width: 40px;
    height: auto;
}

.single-post-details-area .post-content blockquote .blockquote-text h6 {
    font-weight: 300;
    line-height: 1.9;
}

.single-post-details-area .post-content blockquote .blockquote-text h6:first-child {
    font-style: italic;
}

.single-post-details-area .post-content blockquote .blockquote-text h6:last-child {
    color: #eea2a4;
}

.post-tags-share {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

@media (max-width:767px) {
    .post-tags-share {
        display: block !important;
    }
}

.post-tags-share .popular-tags li a {
    display: inline-block;
    margin: 4px;
    border: 1px solid #ebebeb;
    padding: 10px 15px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    color: #191919;
}

.post-tags-share .popular-tags li a:hover,
.post-tags-share .popular-tags li a:focus {
    color: #eea2a4;
}

.post-tags-share .post-share span {
    font-family: "lora", serif;
    font-size: 14px;
}

.post-tags-share .post-share a {
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
}

.post-tags-share .post-share a:hover,
.post-tags-share .post-share a:focus {
    color: #eea2a4;
}

@media only screen and (max-width: 767px) {
    .post-tags-share .post-share a {
        padding: 0 5px;
    }

    .post-share {
        margin-top: 10px;
    }
}

.related-posts {
    position: relative;
    z-index: 1;
}

.related-posts .curve-line {
    width: 100%;
    height: 6px;
}

.related-posts .headline {
    margin-bottom: 30px;
    font-weight: 700;
}

.map-area {
    position: relative;
    z-index: 2;
}

.map-area iframe {
    width: 100%;
    height: 530px;
    border: none;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .map-area iframe {
        height: 300px;
    }
}

/* :: 16.0 Contact Area CSS */
.contact-content-area {
    position: relative;
    z-index: 50;
    padding: 8%;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    top: -100px;
    background-color: #ffffff;
}

.contact-content {
    position: relative;
    z-index: 2;
}

.contact-content h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.contact-content .single-contact-info {
    position: relative;
    margin-bottom: 20px;
}

.contact-content .single-contact-info:last-child {
    margin-bottom: 0;
}

.contact-content .single-contact-info .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
}

.contact-content .single-contact-info .icon i {
    font-size: 16px;
    margin-top: 8px;
}

.contact-content .single-contact-info p {
    margin-bottom: 0;
    font-size: 16px;
}

.contact-content .contact-social-info a {
    display: inline-block;
    margin-right: 25px;
}

.contact-content .contact-social-info a:hover,
.contact-content .contact-social-info a:focus {
    color: #eea2a4;
}

@media only screen and (max-width: 767px) {
    .contact-content .contact-social-info a {
        margin-right: 15px;
    }
}

.contact-content .contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 45px;
    width: 100%;
    background-color: #ffffff;
    font-size: 12px;
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 15px 30px;
    font-style: italic;
    font-weight: 700;
    color: #bbbbbb;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.contact-content .contact-form-area .form-control:focus {
    box-shadow: none;
    border-color: #eea2a4;
}

.contact-content .contact-form-area textarea.form-control {
    height: 120px;
}

/* :: 17.0 Typography CSS */
.type-face {
    position: relative;
    z-index: 1;
}

.type-face p {
    font-size: 16px;
}

.foode-image,
.foode-blockquote {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.foode-list-area {
    position: relative;
    z-index: 1;
}

.foode-list {
    position: relative;
    z-index: 1;
}

.foode-list li {
    font-size: 16px;
    color: #595959;
    margin-bottom: 15px;
    display: block;
}

.foode-list li:last-child {
    margin-bottom: 0;
}

.foode-list li i {
    position: relative;
    z-index: 1;
    top: -2px;
    font-size: 8px;
    color: #191919;
    margin-right: 10px;
}

blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    padding: 15px 0 10px 0;
}

blockquote .blockquote-icon {
    position: relative;
    z-index: 1;
    margin-right: 20px;
}

blockquote .blockquote-icon img {
    width: 40px;
    height: auto;
}

blockquote .blockquote-text h6 {
    font-weight: 300;
    line-height: 1.9;
}

blockquote .blockquote-text h6:first-child {
    font-style: italic;
}

blockquote .blockquote-text h6:last-child {
    color: #eea2a4;
}

.contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 45px;
    width: 100%;
    background-color: #ffffff;
    font-size: 12px;
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 15px 30px;
    font-style: italic;
    font-weight: 700;
    color: #bbbbbb;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.contact-form-area .form-control:focus {
    box-shadow: none;
    border-color: #eea2a4;
}

.contact-form-area textarea.form-control {
    height: 120px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.single-blog-post.related-post .post-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px !important;
}

.single-blog-post.related-post .post-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 5px;
    width: 100%
}

.t_de {
    height: 0.2rem;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}

.top-header {
    display: none;
}
