/*
 * Version: 2.1
 * File Description: Place here your custom CSS styles
 */
body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

p {
    font-weight: 400;
}

.header.dark {
    background-color: #030303;
    border-top-color: #191919;
}

.fixed-header-on .dark.header.fixed {
    background-color: #030303;
    min-height: 80px;
}

.header-container {
    position: relative;
    z-index: 21;
}

.clear-translucent-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    overflow: hidden;
    color: #000;
}

.clear-translucent-bg>div {
    z-index: 3;
    position: relative;
}

.clear-translucent-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    background-color: rgba(0, 0, 0, 0);
}

.dark .footer {
    background-color: #252525;
}

.dark .subfooter {
    background-color: #030303;
    border-color: #030303;
}

.dark .footer h1,
.dark .footer h2,
.dark .footer h3,
.dark .footer h4,
.dark .footer h5,
.dark .footer h6,
.footer-content {
    color: #f8f9fa;
}

.dark .footer-content .nav.flex-column>li>a,
.dark .footer-content .nav.flex-column>li>a.active,
.dark .footer-content .nav.flex-column>li>a.active:focus,
.dark .footer-content .nav.flex-column>li>a:focus {
    color: #f8f9fa;
}

.title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.title hr {
    height: 1px;
    background: transparent;
    border: none;
    margin: 20px auto;
    width: 250px;
    position: relative;
}

.title hr::after {
    content: "";
    width: 60px;
    height: 6px;
    background-color: #000;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.title.text-left hr {
    margin: 20px 0;
}

.title.text-left hr::after {
    left: 0;
    transform: translateX(0);
}

.title.text-right hr {
    margin: 20px 0;
    margin-left: auto;
}

.title.text-right hr::after {
    left: unset;
    right: 0;
    transform: translateX(0);
}

.dark-translucent-bg .title hr::after {
    background-color: white;
}

.sub-title {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 1.5px;
}

.sub-title span {
    background: #ce2029;
    color: #fff;
    padding: 5px 10px;
}

.section_desc {
    font-size: 17px;
    line-height: 25px;
    color: #5a5a5a;
    margin: 0 auto;
    /* font-family: "Montserrat", sans-serif;*/
    /* letter-spacing: 1px; */
    /* font-style: italic; */
    font-weight: 400;
}

.pv-80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

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

.slideshow .slider-caption--large h1 {
    font-size: 70px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 65px;
}

.header-first {
    padding: 0 0 0 0;
}

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

.dark.header .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.9);
}

.dark.header .navbar-nav li .nav-link {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #f8f9fa;
    text-transform: lowercase;
    font-family: "Poppins", sans-serif;
}

.feature-food-item.image-box .body h3 {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #030303;
    letter-spacing: 0.7px;
}

.feature-food-item.image-box a {
    display: block;
    text-decoration: none;
}

.feature-food-item.image-box img {
    display: block;
    padding: 2px;
    border: 2px dotted #ce2029;
    transition: all ease-in 5ms;
}

.feature-food-item.image-box a:hover img {
    border: 2px solid;
}

.slick-carousel.featureMenu .slick-arrow {
    top: 50%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    /* margin-top: -13px; */
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: #ce2029;
    border: none;
    background-image: url("../images/arrow-slider.png");
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center;
    background-size: 35%;
}

.slick-carousel.featureMenu .slick-arrow.slick-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-carousel.featureMenu .slick-arrow.slick-next {
    right: 0;
}

.gallery_item img {
    border-radius: 5px;
    min-height: 270px;
    max-height: 270px;
    width: 100%;
    object-fit: cover;
    transform: scale(1.2) translateY(-20px);
}

.gallery_item .overlay-link i {
    border: 1px solid #ce2029;
    color: #ffffff;
    background-color: #ce2029;
}

.bg-light-default {
    background: #f9f5ec;
}

.banner {
    background-color: #424065;
}

.banner .slider-revolution-5-container.tp-shadow1 {
    box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.8);
}

.dark.header .navbar-nav .dropdown .nav-link {
    border-bottom: 0;
}

.dark.header .navbar-nav .dropdown .nav-link:hover,
.dark.header .navbar-nav .dropdown .nav-link:focus {
    border-bottom-color: transparent;
    color: #ce2029;
}

.dark.header .navbar-nav li .nav-link:hover,
.dark.header .navbar-nav li .nav-link:focus,
.dark.header .navbar-nav .active .nav-link,
.dark.header .navbar-nav .active .nav-link:hover,
.dark.header .navbar-nav .active .nav-link:focus {
    color: #ce2029;
}

.custom-overlay {
    position: relative;
}

.overlay-divider-top,
.overlay-divider-bottom,
.overlay-divider-footer-top {
    display: block;
    position: absolute !important;
    width: 100%;
    height: 100px;
    pointer-events: none;
    background-repeat-y: no-repeat;
}

.overlay-divider-top {
    background-size: 100% 100px;
    top: -1px;
    z-index: 3 !important;
    transform: rotate(180deg);
}

.overlay-divider-bottom {
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 23 !important;
    padding-bottom: 100px;
}

.overlay-divider-spagetti {
    background-image: url("../images/overlay_spagetti.png");
}

.page-banner .breadcrumb {
    justify-content: center;
}

.page-banner .breadcrumb li.breadcrumb-item.active {
    color: #fff;
}

.page-banner .breadcrumb .breadcrumb-item a,
.page-banner .breadcrumb .breadcrumb-item i {
    color: #fff;
}

.page-banner .breadcrumb .breadcrumb-item a,
.page-banner .breadcrumb .breadcrumb-item i,
.page-banner .breadcrumb li.breadcrumb-item.active {
    font-size: 16px;
    letter-spacing: 0.8px;
}

.home-intro p {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    /* letter-spacing: .6px; */
}

.contact-form input.form-control {
    height: 50px;
}

.contact-list {
    display: inline-block;
    text-align: left;
    margin-bottom: 0px;
    padding: 0;
}

.contact-list li {
    text-transform: none;
    padding: 0 0 0 45px !important;
    position: relative;
    margin: 0px 0 10px;
    list-style: none;
}

.contact-list li i {
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 7px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-right: 12px;
}

.contact-list li strong {
    font-weight: 600;
    font-size: 18px;
}

.listing-item.food-item {
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    padding: 0;
    min-height: 357px;
    max-height: 360px;
}

.listing-item.food-item:hover .body h3 {
    text-decoration: none;
}

.listing-item.food-item:hover h3 a,
.listing-item.food-item:focus h3 a {
    color: #ce2029;
    text-decoration: none;
}

.listing-item.food-item:focus,
.listing-item.food-item:hover {
    outline-color: rgb(206, 32, 41);
}

.listing-item .body p {
    display: none;
}

.home-about {
    background-image: url('../images/section_background_img_1.jpg');
    background-position: 100% 50%;
}

.gallery_item .overlay-container {
    border-radius: 5px;
}

.custom--mega--menu {
    width: 100%;
}

@media (max-width: 1200px) {
	#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
		font-size: 16px;
	}
}

@media (min-width: 992px) {
    .fixed-header-on .header-first {
        padding: 0 0 0 0;
    }

    .fixed-header-on .main-navigation .navbar-nav>li>a {
        padding-top: 28px;
        padding-bottom: 27px;
    }

    .header.dark {
        height: 80px;
    }

    .dark.header .navbar-nav li .nav-link {
        font-size: 22px;
        font-weight: 600;
        color: #f8f9fa;
        letter-spacing: 1px;
        padding: 24px 15px 22px 15px;
    }

    .header .navbar-nav .dropdown-toggle::after {
        top: 54%;
        right: -4px;
    }
}

@media(max-width: 991px) {
    .header .navbar-brand {
        padding: 0;
    }

    .home-about {
        background-image: unset;
    }
}