/*
Theme Name: Obelix Coffee
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
    --text-secondary-color: #ACAFAD;
    --nav-hover-color: var(--primary-color);
    --divider-color: #393939;
    --title-color: #30271c;
    --footer-color: #c1c1c1;
    --icon-font: 'fl-icons' !important;
}

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Popular */
.social-icons a {
    margin-right: .5rem !important;
}

.button.radius {
    border-radius: 999px;
    padding: 0.5rem 2rem;
}

.capitalize {
    text-transform: capitalize;
}

.section-grey {
    background-color: #f5f5f5;
}

/* cta-text-block */
.cta-text-block {}

.cta-text-block .sub-title * {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    opacity: 0.9;
    color: var(--primary-color);
}

.cta-text-block .title * {
    color: #333333;
    font-size: 57px;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 0.4em;
}

.cta-text-block .description * {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
}

.cta-text-block .quote * {
    color: #6B6E71 !important;
}

.cta-text-block .button {}

/* header */
#masthead .header-inner {
    padding: 0 5rem;
}

#masthead .sub-menu {
    background-color: #000;
    border: none;
}

#masthead .nav-dropdown.nav-dropdown-default>li>a {
    color: #fff !important;
    position: relative;
    width: max-content;
}

#masthead .top-divider {
    display: none;
}

.nav-dropdown-has-arrow li.has-dropdown:after {
    border-color: hsla(0, 0%, 87%, 0) hsla(0, 0%, 87%, 0) #000;
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none;
}

.nav .sub-menu li.current-menu-item a:after,
.nav .sub-menu li a:hover:after {
    width: 100%;
}

.nav .sub-menu li a {
    left: 0;
    transition: all 0.3s ease;
}

.nav .sub-menu li a:hover {
    text-decoration: var(--primary-color) !important;
    left: 6px;
}

.nav>li {
    padding: 0;
    margin-right: 1rem;
}

.nav>li>a {
    font-size: 14px;
    font-weight: 700;
}

.nav li,
footer .obl-menu-list li {
    position: relative;
}


.nav li a:after,
footer .obl-menu-list li a:after {
    width: 0;
    display: block;
    content: '';
    height: 2.2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.3s ease;
}

.nav li.current-menu-item>a:after,
.nav li a:hover:after {
    background-color: var(--nav-hover-color);
    width: 100%;
    transition: all 0.3s ease;
}

.header-nav .menu-item i {
    font-size: 1em !important;
    top: -1px !important;
    color: #333333 !important;
    opacity: 1 !important;
}

.nav-dropdown.nav-dropdown-default>li>a {
    font-size: 16px;
    color: #333333;
}

/* home page */

.home-slider .text-inner h1 {
    font-size: 70px;
    font-weight: 500;
}

.home-slider .text-inner .button {
    font-weight: 500;
    text-transform: capitalize;
}

/* Blog */
.post-item .post-title {
    margin-bottom: 1rem;
}

.post-item .post-title * {
    font-size: 20px;
    color: var(--title-color) !important;
    font-size: 22px;
    letter-spacing: .5px;
    line-height: 1.22727em;
    font-weight: 700;
}

.post-item .is-divider {
    display: none;
}

.post-item .from_the_blog_excerpt {
    color: #666;
    font-size: 18px;
    line-height: 26px;
    font-style: normal;
    font-weight: 400;
}

.post-item .button {
    font-size: 16px;
    font-weight: 600;
}

.post-item .button:after {
    content: '\e926';
    font-family: var(--icon-font);
    font-weight: 500;
}

.post-archive .obl-post-list .post-item {
    /* border-bottom: 1px solid #dddddd; */
    padding: 2rem 0;
}

/* Testimonial */

.testimonial .text p {
    font-weight: 400;
}

.testimonial .flickity-page-dots {
    bottom: 0;
}

/* Product - Archive page */
.filter-block {
    margin-bottom: 2rem;
}

.select {
    border: 1px solid #ddd;
}

#filter-form {
    padding: 1rem;
    background-color: #FBF9F4;
}

.not-founds {
    width: 100%;
    text-align: center;
}

/* Footer */
/* footer .obl-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
} */

footer .obl-menu-list li {
    margin-right: 1.5rem;
    color: var(--text-secondary-color);
    font-weight: 700;
    letter-spacing: 0.7px;
}

footer .obl-custom-menu ul li {
    margin-bottom: 0 !important;
}

.row-company-info .icon-box-left,
.row-company-info .icon-box-right {
    gap: 10px;
}

.row-company-info .company-info-text:not(.title):hover {
    color: var(--primary-color) !important;
}

footer .button.is-outline {
    border: none;
}

footer .obl-menu-link::before {
    content: "\e925";
    font-family: var(--icon-font);
    margin-right: 10px;
}

footer .obl-menu-link:hover {
    color: var(--primary-color) !important;
}

footer .button.icon {
    background-color: #22282C;
}

footer .button i,
footer button i {
    top: 0;
}

footer .wpcf7-submit {
    width: 100%;
    padding: 10px 5px;
}

footer .row-company-info .company-info .company-info-text {
    color: white !important;
    text-transform: none;
}

footer .company-info i::before {
    background-color: var(--primary-color);
    padding: 5px;
}

footer .company-info i.company_address::before {
    padding: 5px 7px;
}

footer .company-info {
    padding-bottom: 10px;
}

footer .company-info.company-address .title {
    display: block;
}

footer .company-info {
    align-items: flex-start;
}

footer .company-info.icon-box-left .icon {
    margin-top: 7px;
}

footer .absolute-footer-menu .obl-menu-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

footer .absolute-footer-menu .obl-menu-list li {
    padding: 20px 50px;
    border-right: 1px solid var(--border-header-color);
}

footer .absolute-footer-menu .obl-menu-list li a {
    color: var(--text-light);
}

footer .absolute-footer-menu .obl-menu-list li:first-child {
    border-left: 1px solid var(--border-header-color);
}

.back-to-top i {
    top: 4px !important;
    color: var(--primary-color);
}

.box-text .button {
    margin-top: 0.5em;
}

.large-columns-3 .post-item .badge.post-date {
    top: calc(27% + 10px);
}

footer .absolute-footer-menu .obl-menu-list .obl-menu-link::before {
    content: none;
}

footer .absolute-footer-menu li {
    margin-bottom: 0;
}

footer .row.absolute-footer-menu {
    max-width: 100%;
}

footer .absolute-footer-menu .obl-custom-menu {
    border: 1px solid var(--border-header-color);
}

footer .absolute-footer-menu>.col {
    padding: 0;
}


footer .company-info .title {
    color: var(--footer-color);
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}

footer .obl-menu-list li a,
footer p {
    color: var(--footer-color) !important;
}

/* Absolute footer */
.absolute-footer::before {
    content: '';
    background-color: var(--divider-color);
    width: 80%;
    height: 1px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.absolute-footer .payment-icons {
    display: none;
}

.absolute-footer .copyright-footer,
.absolute-footer a {
    font-size: 16px;
}

/* Food menu */
.food-menu-item {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
}

.food-menu-item:last-child {
    margin-bottom: 0;
}

.food-menu-item .title {
    width: 100%;
    margin-left: 18px;
}

.food-menu-item .title .details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: dashed 1px #ffffff5e;
    margin-bottom: 10px;
    padding-bottom: 6px;
    align-items: baseline;
}

.food-menu-item .title .details .name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 0;
}

.food-menu-item .title p {
    margin-bottom: 0;
    margin-top: 0px;
}

.food-menu-item img {
    width: 80px;
    height: 80px;
}

.food-menu-item .serp {
    height: 1px;
    border-top: dashed 1px white;
    width: 40%;
    position: relative;
    top: 31px;
}

.food-menu-item .price {
    font-size: 17px;
    white-space: nowrap;
}

.thuc-don-tab a {
    font-size: 22px !important;
}

/* Blog archive */
.post-archive .box-blog-post {
    display: flex;
    background-color: #FBF9F4;
}

.post-archive .box-image {
    width: 100%;
}

.post-archive .box-text {
    display: flex;
    align-items: center;
    padding: 2rem;
}

.post-archive .blog-post-inner {
    height: 100%;
}

.post-archive .cat-label {
    border-radius: 15px;
    background-color: var(--secondary-color);
    text-transform: uppercase;
    padding: 5px 17px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
}

.post-archive .cat-label a {
    color: #fff !important;
}

.post-archive .post-title {
    padding: 1rem 0;
}

.post-archive .post-title a {
    font-size: 28px;
    font-weight: 600;
}

.blog-widget {
    padding: 1rem !important;
    background-color: #fbf9f4;
}

.blog-widget aside {
    padding: .5rem 0;
}

.blog-widget .widget-title {
    color: #111;
    font-size: 18px;
}

.blog-widget form,
.blog-widget ul {
    padding-top: 1rem;
}

.blog-widget .search-field {
    padding: 1.6rem;
    border-radius: 999px;
}

.blog-widget .searchform .button.icon {
    margin: 0;
    background: none;
    border: none;
    color: #000;
}

.blog-widget .is-divider {
    display: none;
}

.blog-widget .searchform .button.icon:hover {
    background-color: none !important;
}

.blog-widget .searchform .flex-col:last-child {
    position: absolute;
    right: 1rem;
    color: #000;
}

.blog-widget .badge.post-date {
    width: 80px;
    height: 80px;
    text-shadow: none;
}

.blog-widget .recent-blog-posts a {
    font-size: 16px;
    font-weight: 600;
}

.blog-widget .cat-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0.7rem;
}

/* Thực đơn - Archive */
.thuc-don .tab-panels .panel.active {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}

.thuc-don .tab-panels {
    padding-top: 5rem;
}

.thuc-don .food-menu-item {
    width: 48% !important;
    border-radius: 5px;
    background-color: #fbf9f4;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.food-menu-item .details a:hover .name {
    color: var(--secondary-color) !important;
}

.thuc-don .food-menu-item .name {
    color: #000;
    font-weight: 700;
}

.thuc-don .food-menu-item .title p {
    color: #333;
}

.thuc-don .food-menu-item .title .details {
    border-bottom: dashed 1px #333;
}

.thuc-don .food-menu-item img {
    border-radius: 5px;
}

.thuc-don .thuc-don-tab li {
    margin-right: 2rem;
}

.thuc-don .food-menu-item .title {
    margin-right: 18px;
}

.thuc-don .food-menu-item:last-child {
    margin-bottom: auto;
}

.thuc-don .price {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
}

.thuc-don .food-menu-item img {
    width: 150px;
    height: 150px;
}

.thuc-don .box-blog-post {
    display: flex;
    background-color: #FBF9F4;
}

.thuc-don .box-image {
    width: 100%;
}

.thuc-don .box-text {
    display: flex;
    align-items: center;
    padding: 2rem;
}

.thuc-don .blog-post-inner {
    height: 100%;
}

.thuc-don .image-cover {
    height: 100%;
}

/* .thuc-don .tab.active {
    background: var(--primary-color);
    padding: 0px 15px;
    border-radius: 10px;
} */

.thuc-don .tab span {
    font-size: 18px;
}

.custom-post-meta-gia_ban .label,
.custom-post-meta-gia .label {
    font-size: 18px;
    font-weight: 700;
    padding-right: 4px;
    color: var(--primary-color);
}

.custom-post-meta-gia_ban .label:after,
.custom-post-meta-gia .label:after {
    content: ':';
}

.custom-post-meta-gia_ban .value,
.custom-post-meta-gia .value {
    font-size: 17px;
    font-weight: 700;
    color: var(--primary-color);
}

.menu-do-uong_loop_item {
    border-radius: 5px;
}

.menu-do-uong_loop_item img {
    border-radius: 5px;
}

.menu-do-uong_loop_item .post-title {
    text-transform: capitalize;
}

.menu-do-uong_loop_item .post-title a:hover {
    color: var(--secondary-color) !important;
}

/* Thực đơn - Single */

/* Post single */
.article-inner p {
    font-size: 18px;
}

.blog-post-inner {
    text-align: left;
}

.blog-post-inner .is-link {
    color: var(--primary-color);
}

.box-text p {
    margin-bottom: 1em
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    /* Header */
    .nav li.current-menu-item a:after,
    .nav li a:hover:after,
    footer .obl-menu-list li a:hover:after {
        width: 0;
    }

    .nav li.current-menu-item a {
        color: var(--primary-color);
    }

    /* Thực đơn - Archive */
    .thuc-don .food-menu-item {
        width: 100% !important;
    }

    /* Blog - Archive */

    .blog-custom-width {
        max-width: 100% !important;
    }

    .post-archive .box-blog-post {
        display: block;
    }

    .absolute-footer::before {
        background-color: unset;
    }

    .post-item .col-inner {
        padding: 0 15px;
    }

    footer .site-logo {
        text-align: center;
    }
}