body {
    overflow-x: hidden;
}

h1,
h2,
h3 {
    color: #222;
    font-weight: bold;
}

img {
    width: 100%;
    height: auto;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
    text-decoration: none;
    transition: 300ms;
    outline: none;
}

.btn.focus,
.btn:focus {

    outline: none !important;
    box-shadow: none !important;

}

button,
button:focus {
    outline: none;
}

label {
    display: block;
    text-align: left;
}

.reservition-submit button:focus,
button:active,
button:hover,
button:visited {
    outline: none;
    box-shadow: none !important;
}

.mp-pusher {
    z-index: 1;
}

.alignleft {
    text-align: left
}

.alignright {
    text-align: right
}

.aligncenter {
    text-align: center
}

.bypostauthor,
.gallery-caption,
.wp-caption-text,
.wp-caption {
    font-size: initial;
}

/* end custom css reset
***************************/

/* start svgs css style
***************************/

svg.bottom,
svg.up {
    display: inherit;
    height: 7px;
    position: absolute;
}

svg.bottom {
    left: 0;
    bottom: -1px;
}

svg.up {
    top: -1px;
    left: 0;
    /*width: calc(102% - 6px);*/

}

/* end svgs css reset
***************************/

/* start custom css style
***************************/
.background-color {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    top: 0;
    z-index: -1;
}

/* start top_header style
***************************/

.top_header.top_header_side {
    display: none;
}

.top_header {
    padding-top: 3px;
    height: 33px;
    color: #fff;
}

.top_header .row {
    justify-content: space-between;

}

.social-icon-number {
    font-size: 13px;
}

.social-icon-number>.icon {
    font-size: 20px;
}

.social-icon-number i {
    margin: 5px;
}

.social-icons {
    text-align: center;
}

.social-icons a i {
    margin: 0 5px;
}

.top_header a {
    color: #eee;
    display: inline-block;
    transition: 300ms;
}

.top_header a:hover {
    color: #fdfdfd;
    transform: scale(1.3);

}

.social-icons>a>.icon {
    margin-left: 11px;
}

/* end top_header style
***************************/

/* start hero-section  style
***************************/
.hero-section {
    padding: 45px 0;
    overflow: hidden;
}

.header-hero {
    padding: 0;
    height: auto;
    background-size: cover;
}

/* end top_header style
***************************/

/* start  loader   style
***************************/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.loader>div {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* end loader  style
***************************/

/* start hero-section  style
***************************/

.header {
    padding: 15px 0;
    position: relative;
}

.header-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.navigation-mobile {
    padding-top: 46px;
}

.navigation-mobile .row {
    justify-content: space-between;
}

.header .logo {
    float: left;
    z-index: 1;
}

.text-logo {
    z-index: 562;
    margin: 0;
    text-align: left;
    line-height: 1;
}


.text-logo::first-letter {
    font-size: 45px;
    color: #ecbd6d;
}

/*mobile header style*/
.navigation-mobile .logo-mobile {
    text-align: center;
}

.navigation-mobile .logo-mobile .text-logo-mobile {
    color: #fff;
    font-weight: bold;
    text-align: left;
    z-index: 562;
}

.navigation-mobile .logo-mobile .text-logo-mobile::first-letter {
    font-size: 45px;
}


nav.menu li a {
    padding-left: 13px;
    padding-right: 13px;
}

.menu {
    float: left;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

nav.header-menu>.menu {
    display: flex;
    align-items: center;
    height: 100%;
}

nav.header-menu>.menu>ul {
    margin-bottom: 0;
}

.menu ul.ul-menu>li {
    /*float: left;*/
    background: none;
}

.menu ul.ul-menu>li>a {
    color: #f9f9f9;
    border: none;
    padding: 18px 13px;
}

.menu ul li a:hover {
    color: #ecbd6d;
}

.sf-arrows>li:hover>.sf-with-ul::after {
    border-top-color: #ECBD6D;
}

.sf-vertical.sf-arrows>li>.sf-with-ul::after {
    border-left-color: #f9f9f9;
    border-top-color: transparent;
}

.sf-vertical.sf-arrows>li>ul.sub-menu {
    left: 100%;
    top: 0;
}

.sf-vertical.sf-arrows li:hover>.sf-with-ul::after {
    border-left-color: #ECBD6D;
    border-top-color: transparent;
}

.sf-vertical li {
    width: 100%;
}

.sf-arrows .sf-with-ul::after {
    right: -1px;

    border-top-color: #f9f9f9;
}

.sf-vertical>li>.sf-with-ul::after {
    right: -1px;
    border-top-color: #f9f9f9;
}

.sf-vertical.sf-arrows .sf-with-ul::after {
    right: 5px;
}

.sub-menu>li>a.sf-with-ul::after {
    right: 10%;
    border-left-color: rgba(0, 0, 0, .7);
}

.sf-arrows ul li:hover>.sf-with-ul::after {
    border-left-color: #ECBD6D;
}

.sub-menu a {
    color: #222;
    border: none;
    border-bottom: 1px solid #ECBD6D;
    padding: 9px 15px;
}

.sub-menu li:last-of-type>a {
    border: none;
}

.sf-vertical {
    width: 100%;
    text-align: center;
}

.side-header .menu {
    float: none;
}

.menu .sf-menu ul {
    background: #f9f9f9;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    top: 100%;
}

.menu .sf-menu ul li {
    background: none;
    padding: 0 13px;
}

.icon-search:before {
    content: "\e904";
    font-size: 25px;
    position: relative;
    top: 4px;
    left: 9px;
}

.icons-menu-mobile,
.menu-icon {
    padding-top: 15px;
}

.icons-menu button,
.icons-menu-mobile button {
    color: #f9f9f9;
    display: inline;
    border: none;
    background: none;
    padding: 0;
    outline: none;
    transition: 300ms;
}

div.search .btn {
    color: #E85454;
    border: none;
    background: none;
    padding: 0;
    position: absolute;
    display: inline;
    top: -10px;
    right: 0;
}

div.search .btn span {
    font-size: 30px;
}

div.search .btn:hover {

    color: #ff4e44;
    cursor: pointer;
}

.search__form input {
    border: none;
    border-bottom: 1px solid #E1BD6D;
    background: none;
}

.search__form input:focus {
    outline: none;
}

.icons-menu a,
.icons-menu-mobile button,
.icons-menu button {
    transition: 300ms;
    color: #fff;
}

.icons-menu-mobile button:hover,
.icons-menu button:hover,
.icons-menu a:hover {
    color: #E1BD6D;
    cursor: pointer;
}

.header .container .row .icons-menu {
    float: right;
    z-index: 1;
    padding: 7px 0;
}

.header .reservition-submit {
    float: left;
    width: 50%;
    position: relative;

}

.header .reservition {
    color: #f9f9f9;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 14px;
    border: 1px solid #E1BD6D;
    display: inline-block;
    margin: 0 15px;
}

.header .reservition:hover {
    background: #E1BD6D;
    color: #f9f9f9;
}

#btn-search {
    float: right;
    margin: 5px 10px 5px 0;
}

.basket span.fas {
    float: right;
    margin-top: 6px;
}

.basket span.fas {
    float: right;
    margin-left: 14px;
}

#trigger span {
    display: inline-block;
}

/*icon basket hovering animation*/

.basket span.fas:hover,
.shopping span.fas:hover {
    /*float: right;*/
    animation: animationFrames linear 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 0;
    -webkit-animation: animationFrames linear 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 0;
    -moz-animation: animationFrames linear 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 0;
    -o-animation: animationFrames linear 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
}

@keyframes animationFrames {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: rotate(0deg);
    }

    20% {
        -moz-transform: rotate(15deg);
    }

    40% {
        -moz-transform: rotate(-10deg);
    }

    60% {
        -moz-transform: rotate(5deg);
    }

    80% {
        -moz-transform: rotate(-5deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: rotate(0deg);
    }

    20% {
        -o-transform: rotate(15deg);
    }

    40% {
        -o-transform: rotate(-10deg);
    }

    60% {
        -o-transform: rotate(5deg);
    }

    80% {
        -o-transform: rotate(-5deg);
    }

    100% {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: rotate(0deg);
    }

    20% {
        -ms-transform: rotate(15deg);
    }

    40% {
        -ms-transform: rotate(-10deg);
    }

    60% {
        -ms-transform: rotate(5deg);
    }

    80% {
        -ms-transform: rotate(-5deg);
    }

    100% {
        -ms-transform: rotate(0deg);
    }
}


.basket-icon-number {
    font-size: 10px;
    background: #222;
    border: 1px solid #fff;
    color: #ECBD6D;
    position: absolute;
    padding: 2px 0;
    border-radius: 50%;
    right: 12px;
    z-index: 1;
    font-family: "Cabin Medium", sans-serif !important;
    top: -6px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 1.618 !important;
}

.side-header .basket-mobile .basket-icon-number {
    right: -4px;
    top: -6px;
}

.icons-menu-web-right {
    color: #fff;
    border-left: 1px solid;
    width: 160px;
    position: relative;
}

.icons-menu-web-right>a {
    float: right;
    margin-top: 6px;
    padding-right: 17px;
}


.icons-menu-web-right .price {
    font-size: 12px;
    position: absolute;
    right: 45px;
    top: -3px;
}

.view-catr {
    font-size: 12px;
    color: #cdcdcd;
    position: absolute;
    right: 45px;
    top: 17px;
    opacity: 0.5;
}

.article-black-delichef-content {
    text-align: center;
    background: rgb(255, 255, 255);
    box-shadow: 0 15px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
    max-width: 600px;
    margin: 0 auto;
}

.black-delichef-content {
    border: 1px solid #ecbd6d;
    padding: 21px 30px;
    position: relative;
}

.post-edge.left .black-delichef-content {
    padding: 21px 40px 20px 0;
}

.post-edge .black-delichef-content {
    padding: 21px 0 20px 40px;
}

span.sub-title {
    min-height: 30px;
    font-size: 84px;
    line-height: 1.618;
    z-index: 0;
    display: block;
    margin-bottom: -55px;
}

.black-delichef-content h2 {
    margin-top: -57px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
}

.black-delichef-content p {
    font-size: 18px;
}

.line-breack {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.line-breack:before {
    width: 43%;
    height: 1px;
    content: "";
    display: block;
    margin: 0 auto;
    background: #222;
    position: relative;
    top: 12px;
    right: 27%;
}

.line-breack:after {
    width: 43%;
    height: 1px;
    content: "";
    display: block;
    margin: 0 auto;
    background: #222;
    position: relative;
    top: -14px;
    left: 27%;
}

.black-delichef-content .line-breack>span.content-main {
    transform: rotate(45deg);
    color: #ffaa17;
    font-size: 15px;
    z-index: 2;
    display: inline-block;
}

.black-delichef-content .line-breack>span.content-left {
    content: "\ea1e";

    transform: rotate(45deg);
    color: #ecbd6d;
    font-size: 15px;
    z-index: 1;
    display: inline-block;
    margin-right: -9px;
}

.black-delichef-content .line-breack>span.content-right {
    content: "\ea1e";

    transform: rotate(45deg);
    color: #ecbd6d;
    font-size: 15px;
    z-index: 1;
    display: inline-block;
    margin-left: -9px;
}

.owl-carousel .owl-prev {
    color: #f7f7f7;
    font-size: 21px;
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 18%;
}

.owl-carousel .owl-prev:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 45px 35px 0;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: rgba(236, 186, 109, 0.8);
    border-left-color: transparent;
    line-height: 0;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: relative;
    top: 25px;
    left: 20px;
    z-index: -1;
    opacity: 0.75;
}

.owl-carousel .owl-next {
    color: #f7f7f7;
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 18%;
    z-index: 999;
}

.owl-carousel .owl-next:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 40px;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: rgba(236, 186, 109, 0.8);
    line-height: 0;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: relative;
    top: 25px;
    right: 20px;
    z-index: -1;
    opacity: 0.75;
}

.owl-dots {
    text-align: center;
    margin: 50px auto 0;
    direction: rtl;
}

.owl-dot {
    display: inline-block;
}

.owl-dot span {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    transform: rotate(45deg);
    border: 1px solid #ffaa17;
    transition: 300ms;
}

.owl-dot.active span {
    background: #ffaa17;
    display: inline-block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    transform: rotate(45deg);
    border: 1px solid #ffaa17;
    transition: 300ms;

}

.post {
    position: relative;
    margin: 50px auto;
    display: inline-block;
    width: 100%;
    z-index: 1;
}

.image_post {
    float: right;
}

.content_post {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    text-align: center;
    top: 80px;
    z-index: 999;
}

.image_post_left {
    float: left;
}

.content_post_left {
    right: 0;
}

.link-style-one,
.mailster-form .submit-button {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ecbd6d;
    padding: 2px 15px 2px 14px;
    color: #ecbd6d;
    margin: 10px auto;
    transition: 200ms;
    background: none;
}

.link-style-one span {
    margin: 3px;
}

.link-style-one:hover,
.mailster-form .submit-button:hover {
    color: #fff;
    background-color: #ecbd6d;

}

.our-menu {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 0;
}

.head-our-menu {
    position: relative;
    background-size: cover;
    overflow: hidden;
    z-index: -1;
    padding: 21px 50px;
}

.head-our-menu .background_over {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.head-section-delichef-content {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
    color: #f9f9f9;
}

.head-section-delichef-content h2 {
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
    color: #f9f9f9;
}

.line-breack-head {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.line-breack-head::before {
    width: 11%;
    height: 1px;
    content: "";
    display: block;
    margin: 0 auto;
    background: #f9f9f9;
    position: relative;
    top: 12px;
    right: 8%;
}

.line-breack-head::after {

    width: 11%;
    height: 1px;
    content: "";
    display: block;
    margin: 0 auto;
    background: #f9f9f9;
    position: relative;
    top: -10px;
    left: 8%;

}

.imagelogo {
    max-width: 145px;
}

nav.menu>div.menu>ul>li {
    float: left;
}




.head-section-delichef-content .line-breack-head>span.content-main {
    transform: rotate(45deg);
    color: #ffaa17;
    font-size: 15px;
    z-index: 2;
    display: inline-block;
}

.head-section-delichef-content .line-breack-head>span.content-left {
    content: "\ea1e";
    transform: rotate(45deg);
    color: #ecbd6d;
    font-size: 15px;
    z-index: 1;
    display: inline-block;
    margin-right: -11px;
}

.head-section-delichef-content .line-breack-head>span.content-right {
    content: "\ea1e";
    transform: rotate(45deg);
    color: #ecbd6d;
    font-size: 15px;
    z-index: 1;
    display: inline-block;
    margin-left: -9px;
}

.section-filter-content {
    background: #f9f9f9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: -35px;
}

.section-filter-content li {
    border-right: 1px solid #ffaa17;
    padding: 0 15px;
    margin: 15px 0 !important;
}

.section-filter-content a {
    color: #777777;
    display: inline-block;
}

.section-filter-content a:hover {
    color: #ffaa17;
}

.section-filter-content li:last-of-type {
    border: none;
}

.section-filter-content i {
    position: relative;
    padding: 0 15px;

}

.section-filter-content i:after {
    content: "";
    border: 1px solid #ffaa17;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 9px;
    transform: rotate(45deg);
    top: -6px;

}

.section-filter-content .active a {
    color: #ffaa17;
}

.section-filter-content i {
    font-size: 13px;
}

.portfolio-section {
    margin: 50px auto;
    padding: 0;
}

.content-portfolio {
    width: 100%;
    padding: 13px 10px;
    background: #ffffff;
}

.info-contents {
    width: 100%;
    text-transform: capitalize;
    font-size: 18px;
    font-family: Cabin, sans-serif;
    font-weight: bold;
}

.border-content {
    width: 90%;
    border-bottom: 1px solid;
    height: 17px;
    position: absolute;
}

.name-portfolio {
    background: #fff;
    z-index: 1;
    padding-right: 15px;
}

.price-content {
    background: #fff;
    z-index: 1;
    position: relative;
    direction: rtl;
    height: 28px;
}

.materials-section {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    font-family: Cabin, sans-serif;
    clear: both;
    height: 25px;
}

.image-portfolio {
    height: 340px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.image-portfolio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-portfolio:hover .portfolio-content-hover {
    opacity: 1;
    transition: 300ms;
}

.portfolio-content-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: 300ms;
    z-index: 1;
}

.article-portfolio:hover {
    transition: 300ms;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.cart-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
}

.list-cart-icons {
    /*color: #f9f9f9;*/
    /*background: rgba(255, 170, 23, 0.8);*/
    /*padding: 5px;*/
    color: #555;
    background: rgba(255, 255, 255, 0.8);
    width: 35%;
    margin: 45px auto;
    padding: 5px 21px;
}

/*.list-cart-icons:after {*/
/*content: "";*/
/*width: 0;*/
/*height: 0;*/
/*border-style: solid;*/
/*border-width: 28px 42px 0 0;*/
/*border-color: rgba(255, 170, 23, 0.8) transparent transparent;*/
/*position: absolute;*/
/*bottom: -12px;*/
/*left: 0;*/
/*}*/

.list-cart-icons a {
    color: #555;
    display: inline-block;
}

.list-cart-icons a:hover {
    transform: scale(1.1);
    color: #ffaa17;
}

.shopping_menu_icon {
    color: #555;
    background: #fff;
    transform: rotate(45deg);
    display: inline-block;
    padding: 6px;
    height: 50px;
    width: 50px;
}

.shopping_menu_icon:hover {
    color: #ffaa17;
    transform: scale(1.2);
}

.shopping_menu_icon:hover span {
    transform: rotate(0deg);
    transition: 300ms;
    color: #ffaa17;
}

.wrapper_shopping_menu {
    width: 100%;
    height: 100%;
    border: 1px solid #ecbd6d;
    padding: 5px;

}

.wrapper_shopping_menu span {
    transition: 300ms;
    transform: rotate(-45deg);
    display: inline-block;
    color: #555;

}

.list-cart-icons li {
    padding: 8px;
    border-bottom: 1px solid;
}

.list-cart-icons li:last-of-type {
    border: none;
}

.stars-portfolio {
    position: absolute;
    bottom: 27px;
    left: 0;
    color: #f9f9f9;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.our-team,
.testimonials,
.custom-header-section {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}

.head-our-team {
    position: relative;
    background-size: cover;
    z-index: -1;
}

.wrapper_team_sec div {
    overflow: hidden;
}

.head-our-team:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
    background: #000;

}

.section-chef-items {
    margin: 30px auto;
}

.wrapper_team_image {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: 300ms;
    height: 320px;
}

.wrapper_team_sec:hover {
    transition: 300ms;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.wrapper_team_sec:hover .wrapper_contents {
    bottom: 0;
    transition: 300ms;
}

.wrapper_contents {
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    transition: 300ms;
}

.wrapper_team_image:after {
    content: " ";
    position: absolute;
    z-index: 0;
    border: 1px solid #ecbd6d;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.wrapper_team_sec {
    position: relative;
    transition: 300ms;
    overflow: hidden;
}

.wrapper_team_image img {
    height: 100% !important;
}

.wrapper_team_image::before {
    content: " ";
    opacity: 0.3;
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
}

.wrapper_team_head {
    position: absolute;
    top: 35%;
    text-align: center;
    width: 100%;
    color: #fff;
}

.wrapper_team_head .team_name {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.wrapper_team_head .team_expertise {
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0 20px;
}

.our-team .social-icons {
    padding: 7px 0;
}

.header-section-content {
    width: 53%;
    display: inline-block;
    margin: 28px auto;
}

.sectuon-chefs .chef-contents {
    display: flex;
    flex-wrap: wrap;
}

.consumer-section {
    padding: 0;
}

.consumer-img {
    transform: rotate(45deg);
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.consumer-img img {
    width: 100%;
    height: 100% !important;
    transform: rotate(-45deg) scale(1.4);
}

.consumer-img::after {
    content: "";
    width: 90px;
    height: 90px;
    transform: rotate(45deg);
    background: #ffaa17;
}

.consumer-item {
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.consumer-image {
    margin: 0 auto;
    width: 90px;
    height: 90px;
}

.image-consumer-item {
    width: 90px;
    position: relative;
    margin: 30px auto;
}

.back-consumer-img {
    position: absolute;
    background: #ffaa17;
    width: 90px;
    height: 90px;
    top: -7px;
    transform: rotate(45deg);
}

.consumer-stars {
    margin: 33px auto 10px;
    color: #ffaa17;
}

.consumer-name {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.quotes-left span {
    font-size: 25px;
    color: #ffaa17;
}

.contact-us-contents {
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.98);
}

.contact-us {
    margin: 50px auto 0;
    display: inline-block;
    width: 100%;
}

.contact-us form input[type="text"],
.contact-us form input[type="tel"],
.contact-us form input[type="email"],
.contact-us form textarea,
.contact-us form select {
    padding: 44px 86px !important;
    border: none;
    border-bottom: 1px solid #777777;
    transition: 300ms;
    font-size: 18px;
    font-family: cabin, sans-serif;
    background: none;
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.contact-us textarea {
    width: 100%;
    max-width: 100%;
    height: 150px;
    max-height: 300px;
}

.contact-us form input:focus,
textarea:focus,
select:focus,
.respond-wrap form input:focus {
    border-bottom: 1px solid #ecbd6d;
    transition: 300ms;
    box-shadow: 0 4px 4px #0000001a;
    z-index: 1;
    background: #fff;

}

.contact-us form button {
    float: left;
    background: transparent;
    border: 1px solid;
    border-radius: 3px;
    color: #ecbd6d;
    padding: 7px 50px;
    margin: 15px 0;
    transition: 300ms;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    font-family: Cabin, sans-serif;
}

.contact-us form button:hover {
    transition: 300ms;
    color: #fff;
    background: #ecbd6d;
    cursor: pointer;
}

.input-group-contact {
    position: relative;
    padding: 0;
}

.input-group-contact label {
    position: absolute;
    left: 20px;
    z-index: 2;
    top: 58px;
    margin: 0;
}

.input-group-contact label span {
    color: #ecbd6d;
    font-size: 20px;
    border: 1px solid #ecbd6d;
    height: 47px;
    width: 47px;
    transform: rotate(45deg);
    padding: 10px;
}

.input-group-contact label span:before {
    transform: rotate(-45deg);
    display: inline-block;
}

#contact-us-map {
    width: 100%;
    z-index: -1;
}

#contact-us-map iframe {
    width: 100% !important;
    height: 100% !important;
}

.find-us {
    position: relative;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
}

.find-us:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background: #000;
}

.find-us-susial-icons {
    margin: 20px auto;
}

.find-us-susial-icons a {
    width: 64px;
    height: 64px;
    border: 1px solid #ecbd6d;
    display: inline-block;
    color: #fff;
    transform: rotate(45deg);
    padding: 14px;
    margin: 0 10px;
}

.find-us-susial-icons a:hover {
    background: cornflowerblue;
}

.find-us-susial-icons i {
    transform: rotate(-45deg);
    display: inline-block;
    font-size: 28px;
}

.go-to-top {
    text-align: center;
    margin-top: 37px;
    position: relative;
    z-index: 2;
}

.go-to-top a::before {
    position: absolute;
    top: -20px;
    left: calc(50% - 50px);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 60px 50px;
    border-bottom-color: rgba(236, 186, 109, 0.8);
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    z-index: -1;
}

.go-to-top i {
    color: #fff;
    font-size: 25px;
    padding-bottom: 9px;
}

.footer {
    color: #fff;
    padding: 20px 0;
}

.footer .footer-items {
    margin: 20px 0;
    text-align: left;
}


.footer_wrapper span.sub-title {
    top: 18px;
}


.footer .footer-items h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: cabin, sans-serif;
    padding: 20px 0;
    border-bottom: 1px solid;
    margin: 20px 0;
}

.footer .footer-items .hours-footer-item {
    color: #ecbd6d;
}

.copyright {
    background: #222;
    padding: 10px;
    margin-top: 0;
}

.copyright p {
    margin: 0;
    color: #fff;
    font-style: italic;
    text-align: center;
}

.footer input[type="text"],
input[type="email"],
input[type="password"] {
    padding: 8px 15px 9px;
    width: 100%;
    border: none;
}

.sidebar {
    border: 1px solid #ecbd6d;
    margin: 25px 0;
    padding: 15px;
    float: left;
    width: 100%;
    background: #fff;
}

aside .widget-title {
    border-bottom: 1px solid #ecbd6d;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0;
}

aside .widget-title span {
    background: #ecbd6d;
    padding: 3px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

aside form {
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    width: 100%;
    padding: 7px 10px;
    font-size: 13px;
    border: 1px solid #666;
    border-radius: 3px;
    margin-top: 10px;
}

#sidebar-wrapper input[type="text"],
.select-order-wrapper select {
    margin-top: 0;
}

#searchsubmit {
    position: absolute;

    right: 0;

    background: none;

    border: none;

    top: 0;

    transition: 300ms;

    padding: 6px 12px;

    cursor: pointer;

    font-family: cabin, sans-serif;

    bottom: 0;

    margin: 0;

    color: #333;
}

label.screen-reader-text {
    display: none;
}

#searchsubmit:hover {
    background: #ecbd6d;
    transition: 300ms;
    color: #fff;
}

aside .recentpost {
    position: relative;
    overflow: hidden;
    margin: 15px auto;
}

aside .recentpost .image-content {
    height: 70px;
    width: 70px;
    overflow: hidden;
    float: left;
}

aside .recentpost .image-content img {
    width: 100%;
    height: 100%;
}

aside .recentpost .recentpost-content {
    float: left;
    margin-left: 15px;
    width: calc(100% - 85px);
}

aside .recentpost .recentpost-content .info-content span {
    font-size: 10px;
    font-style: italic;
    opacity: 0.9;
}

aside .recentpost-content .title-content {

    text-transform: capitalize;
    margin: 1px 0;
    display: block;
    font-size: 12px;
}



aside .sidebar-widget ul li a {
    color: #333;
    text-transform: capitalize;

}

aside .sidebar-widget ul li:hover a,
aside .sidebar-widget ul li:hover span {
    color: #ecbd6d;
    transition: 300ms;
}

aside .sidebar-widget ul li {
    margin: 7px 0;
}

aside .sidebar-widget ul li:before {
    content: " ";
    background: #ecbd6d;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 6px;
    transition: 300ms;
}

aside .sidebar-widget ul li:hover:before {
    transform: rotate(180deg);
    transition: 300ms;
}

.category-item-number {
    float: right;
}

.blog {
    direction: ltr
}

.blog .wrapper-blog-contents {
    margin: 25px 0;
    position: relative;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background: #fff;
    z-index: 0;
}

.blog article.wrapper-blog-contents:after {
    content: " ";
    position: absolute;
    z-index: 0;
    border: 1px solid #ecbd6d;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.image-blog {
    max-height: 320px;
    overflow: hidden;
    margin: 0;
}

.blog-contents {
    padding: 25px 40px 33px;
    position: relative;
    z-index: 1;
}

.blog-contents .title-blog a:hover h2 {
    transition: 300ms;
    color: #ecbd6d;
}

.blog-contents h2 {
    text-transform: uppercase;
    transition: 300ms;
}

.blog-buttons {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-buttons .read-more {
    float: left;
}

.blog-buttons .read-more a {
    text-transform: uppercase;
    margin: 0;
}

.blog-buttons .post-meta {
    float: right;
    margin: 2px auto;
}

.blog-contents>.post-meta {
    margin-bottom: 15px;
    margin-left: -5px;
}

.post-meta a {
    color: #777777;
}

.post-meta a:hover {
    color: #222;
}

.post-meta i {
    margin: 7px;
    color: #ecbd6d;
}

.post-meta>span:after {
    content: ",";
    padding-left: 5px;
}

.post-meta>span:last-of-type:after {
    content: "";
}

.paging-navigation .loop-pagination {
    margin: 0 auto;
    text-align: center;
    display: block;
    position: relative;
    direction: ltr;
}

.paging-navigation {
    margin: 50px auto;
}

.paging-navigation .page-numbers {
    color: #777;
    transition: 300ms;
    position: relative;
    padding: 0 22px;
}

.paging-navigation a:hover {
    color: #ecbd6d;
    transition: 300ms;
}

.paging-navigation .page-numbers.current {
    color: #222;
    font-size: 17px;
}

.paging-navigation .page-numbers.next span,
.paging-navigation .page-numbers.prev span {
    font-size: 70px;
    color: #ecbd6d;
    transition: 300ms;
    position: absolute;
    left: 0;
    top: 26px;
}

.paging-navigation .page-numbers.next {
    display: inline-block;
    top: -70px;
    transition: 300ms;
}

.paging-navigation .page-numbers.next:hover {
    transform: translate(7px);
    transition: 300ms;
}

.paging-navigation .page-numbers.prev {
    display: inline-block;
    top: -70px;
    transition: 300ms;
}

.paging-navigation .page-numbers.prev:hover {
    transform: translate(-7px);
    transition: 300ms;
}

blockquote {
    color: #ecbd6d;
    display: block;
    padding: 22px 0 27px 30px;
}

blockquote::before {
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    content: "\f10d";
    color: #ecbd6d;
    display: block;
    margin-bottom: 5px;
}

.single-blog-tags {
    border-top: 1px solid #ecbd6d;
    padding-top: 15px;
}

.single-blog-tags .tags {
    margin-left: -5px;
}

.single-blog-tags a {
    text-transform: capitalize;
    color: #222;
    border: 1px solid #ecbd6d;
    padding: 4px 16px;
    margin: 5px;
    display: inline-block;
}

.single-blog-tags a:hover {
    color: #fff;
    background: #ecbd6d;
    transition: 300ms;
}

.post-comments-container {
    padding: 50px 30px;
}

.post-comments-container h3.comment-list-title,
h3.comment-list-title span {
    color: #ecbd6d;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Cabin Medium", sans-serif;
}

.post-comments-container .comment-author-image {
    float: left;
    margin-right: 20px;
}

.post-comments-container .comment-author-image img {
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.post-comments-container .comment-info-container {
    overflow: hidden;
}

.post-comments-container .comment-info-container .comment-info {
    float: left;
}

.post-comments-container .comment-info-container a {
    float: right;
    color: #ecbd6d;
    border: 1px solid;
    padding: 2px 8px;
    text-transform: capitalize;
    font-size: 14px;
}

.post-comments-container .comment-info-container a:hover {

    color: #fff;
    background: #ecbd6d;

}

.post-comments-container .comment-info .user-name {
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
}

.post-comments-container .comment-info .comment-date {
    font-size: 15px;
    color: #777;
    font-style: italic;
}

.post-comments-container .children {
    margin-left: 50px;
}

.post-comments-container .comment {
    margin: 49px auto;
}

.post-comments-container .comment:last-of-type {
    margin: 49px auto 0;
}

.respond-wrap {
    padding: 50px 30px;
}

.respond-wrap h3 {
    color: #ecbd6d;
    font-style: italic;
    font-size: 35px;
    font-weight: 400;
}

.respond-wrap form input,
.respond-wrap form textarea,
.respond-wrap form select {
    padding: 44px 86px !important;
    border: none;
    border-bottom: 1px solid #777777;
    transition: 300ms;
    font-size: 18px;
    font-family: cabin, sans-serif;
}

form input[type="submit"] {
    float: left;
    background: transparent;
    border: 1px solid;
    border-radius: 3px;
    color: #fff;
    padding: 7px 50px;
    margin: 15px 0;
    transition: 300ms;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    font-family: Cabin, sans-serif;
    display: inline-block;
    width: initial;

}

form input[type="submit"]:hover {
    transition: 300ms;
    color: #fff;
    cursor: pointer;
}

/*.respond-wrap form input:focus, .respond-wrap textarea:focus, .respond-wrap select:focus {*/
/*border-bottom: 1px solid #ecbd6d;*/
/*transition: 300ms;*/
/*}*/

.respond-wrap form #submit {
    float: left;
    background: transparent;
    border: 1px solid;
    border-radius: 3px;
    color: #ecbd6d;
    padding: 7px 50px !important;
    margin: 15px 0;
    transition: 300ms;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    font-family: Cabin, sans-serif;
    margin-top: 15px;
}

.respond-wrap form #submit:hover {
    transition: 300ms;
    color: #fff;
    background: #ecbd6d;
    cursor: pointer;
}

.post-edge {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    max-height: 364px;
    overflow: hidden;
}

.post-edge .image_post_edge {
    float: right;
    padding: 0;
    height: 300px;
    z-index: 0;
}

.post-edge .image_post_edge.left {
    float: left;
    padding: 0;
    height: 300px;
    z-index: 0;
}

.post-edge .content_post_edge {
    padding: 0;
    text-align: center;
}

.post-edge .content_post_edge span.sub-title,
.post span.sub-title {
    position: initial;
}

.post-edge .content_post_edge.right {
    padding: 0;
    text-align: center;
    float: right;
}

.post-edge .black-delichef-content {
    border: none;
    z-index: 1;
}

article .content_post_edge::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 364px 0 0 287px;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    line-height: 0;
    filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    right: -287px;
}

article.post-edge.wrapper-blog-contents.left .content_post_edge::before {

    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 364px 287px 0 0;
    border-color: transparent rgb(255, 255, 255) transparent transparent;
    line-height: 0;
    filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    left: -287px;

}

article.post-edge.wrapper-blog-contents::after {
    content: " ";
    position: absolute;
    z-index: 0;
    border: 1px solid #ecbd6d;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.details_content_sec {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 3px;
    text-align: center;
    z-index: 2;
    transition: 300ms;

}

.wrapper_detail_content {
    background: #ecbd6d;
    color: #fff;
    padding: 5px 0;
    float: left;
    width: 101%;
}

.wrapper_detail_content>div {
    width: 50%;
    float: right;
}

.wrapper_detail_content>div.stars {
    float: left;
    padding: 0 15px;
}

.wrapper_detail_content ul {
    margin: 0;
}

.wrapper_detail_content ul a {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    margin: 0;
    border-left: 1px solid;
}

.wrapper_detail_content li:first-of-type a {
    border-left: none;
}

.wrapper_detail_content .links li {
    margin: 0;
}

.wrapper_detail_content ul a:hover i.fa-shopping-basket {
    animation: animationFrames linear 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 0;
    -webkit-animation: animationFrames linear 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 0;
    -moz-animation: animationFrames linear 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 0;
    -o-animation: animationFrames linear 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
}

.wrapper_detail_content ul a:hover i.fa-link {
    transition: 300ms;
    transform: scale(1.1);
}

.article-portfolio-list {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 25px auto;
    display: flex;
    height: 90px;
    background: #ffffff;
}

.image-portfolio-list {
    float: left;
    width: 160px;
    max-height: 90px;
    padding: 0;
    position: relative;
}

.image-portfolio-list:hover a {
    opacity: 1;
}

.image-portfolio-list a {
    position: absolute;

    background: rgba(0, 0, 0, 0.5);

    width: 100%;

    height: 100%;

    text-align: center;

    color: #fff;

    font-size: 22px;
    opacity: 0;
    z-index: 1;
}

.image-portfolio-list a i {
    padding-top: 30px;
}

.content-portfolio-list {
    padding: 9px 15px 12px;
}

.content-portfolio-list:hover .details_content_sec {
    bottom: 11px;
}

.portfolio-section img {
    position: absolute;
    width: initial !important;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.info-contents .name-portfolio a {
    font: 18px bold;
    font-family: Cabin, sans-serif;
    color: #333333;
}

.wrapper-content>div.container {
    padding: 30px 15px;
}

body.side-header-wrapper-layout {
    margin-left: 280px;
    padding: 0 !important;
}

.side-header {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 3000;
    padding: 25px 20px;
}

.side-header nav>ul {
    border-top: 1px solid #fff;
    padding: 10px 0 0;
    margin: 0;
}

.sf-arrows .sf-with-ul {
    padding-right: 0.8em;
}

.side-header-content .icons-menu {
    display: flex;
    justify-content: space-around;
}

.side-header-content .text-logo {
    text-align: center;
}

.side-header-content .reservition-submit {
    float: none;
    padding: 8px 0;
}

.side-header-content .search-icon-mobile {
    float: none;
    margin: 0 20px;
}

.side-header-content .social-icons a span {
    margin: 10px;
    font-size: 18px;
}

.side-header-content .shopping {
    position: relative;
    width: auto;
    float: left;
    border: none;
    padding-top: 3px;
}

.side-header-content .logo {
    margin: 25px auto 15px;
}

.side-header-content .icons-menu-mobile {
    padding: 10px 0;
}

.side-header-content .search-icon-mobile {
    padding: 0;
    margin: 0;
}

.side-header-content .social-icons {
    border-top: 1px solid #fff;
}

.social-icons a {
    color: #eee;
    display: inline-block;
    transition: 300ms;
}

.section-chef-items .social-icons a {
    font-size: 20px;
    margin: 5px 12px;
}

.social-icons a:hover {
    color: #fdfdfd;
    transform: scale(1.3);
}

/*custom css */

.sidebar {
    direction: ltr
}

.sidebar .otw-widget-title {
    text-align: left;
}

#reserve-btn .otw-submit:hover {
    color: #fff;
}

#reserve-btn>.modal-dialog {
    max-width: initial;
}

#reserve-btn>.modal-dialog .article-black-delichef-content {
    max-width: 750px;
}

.elementor-section {
    z-index: 0 !important;
}

.body {
    overflow-x: hidden;
}

h1,
h2,
h3 {
    color: #222;
    font-weight: bold;
}

img {
    width: 100%;
    height: auto;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
    text-decoration: none;
    transition: 300ms;
    outline: none;
}

.btn.focus,
.btn:focus {

    outline: none !important;
    box-shadow: none !important;

}

button,
button:focus {
    outline: none;
}

label {
    display: block;
    text-align: left;
}

.reservition-submit button:focus,
button:active,
button:hover,
button:visited {
    outline: none;
    box-shadow: none !important;
}

.mp-pusher {
    z-index: 1;
}

.alignleft {
    text-align: left
}

.alignright {
    text-align: right
}

.aligncenter {
    text-align: center
}

.bypostauthor,
.gallery-caption,
.wp-caption-text,
.wp-caption {
    font-size: initial;
}

/* end custom css reset
***************************/

/* start svgs css style
***************************/

svg.bottom,
svg.up {
    display: inherit;
    height: 7px;
    position: absolute;
}

svg.bottom {
    left: 0;
    bottom: -1px;
}

svg.up {
    top: -1px;
    left: 0;
    /*width: calc(102% - 6px);*/

}

/* end svgs css reset
***************************/

/* start custom css style
***************************/
.background-color {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    top: 0;
    z-index: -1;
}

/* start top_header style
***************************/

.top_header.top_header_side {
    display: none;
}

.top_header {
    padding-top: 3px;
    height: 33px;
    color: #fff;
}

.top_header .row {
    justify-content: space-between;

}

.social-icon-number {
    font-size: 13px;
}

.social-icon-number>.icon {
    font-size: 20px;
}

.social-icon-number i {
    margin: 5px;
}

.social-icons {
    text-align: center;
}

.social-icons a i {
    margin: 0 5px;
}

.top_header a {
    color: #eee;
    display: inline-block;
    transition: 300ms;
}

.top_header a:hover {
    color: #fdfdfd;
    transform: scale(1.3);

}

.social-icons>a>.icon {
    margin-left: 11px;
}

/* end top_header style
***************************/

/* start hero-section  style
***************************/
.hero-section {
    padding: 45px 0;
    overflow: hidden;
}

.header-hero {
    padding: 0;
    height: auto;
    background-size: cover;
}

/* end top_header style
***************************/

/* start  loader   style
***************************/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.loader>div {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/* end loader  style
***************************/

/* start hero-section  style
***************************/

.header {
    padding: 15px 0;
    position: relative;
}

.header-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.navigation-mobile {
    padding-top: 46px;
}

.navigation-mobile .row {
    justify-content: space-between;
}

.header .logo {
    float: left;
    z-index: 1;
}

.text-logo {
    z-index: 562;
    margin: 0;
    text-align: left;
    line-height: 1;
}


.text-logo::first-letter {
    font-size: 45px;
    color: #ecbd6d;
}

/*mobile header style*/
.navigation-mobile .logo-mobile {
    text-align: center;
}

.navigation-mobile .logo-mobile .text-logo-mobile {
    color: #fff;
    font-weight: bold;
    text-align: left;
    z-index: 562;
}

.navigation-mobile .logo-mobile .text-logo-mobile::first-letter {
    font-size: 45px;
}


nav.menu li a {
    padding-left: 13px;
    padding-right: 13px;
}

.menu {
    float: left;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
}

nav.header-menu>.menu {
    display: flex;
    align-items: center;
    height: 100%;
}

nav.header-menu>.menu>ul {
    margin-bottom: 0;
}

.menu ul.ul-menu>li {
    /*float: left;*/
    background: none;
}

.menu ul.ul-menu>li>a {
    color: #f9f9f9;
    border: none;
    padding: 18px 13px;
}

.menu ul li a:hover {
    color: #ecbd6d;
}

.sf-arrows>li:hover>.sf-with-ul::after {
    border-top-color: #ECBD6D;
}

.sf-vertical.sf-arrows>li>.sf-with-ul::after {
    border-left-color: #f9f9f9;
    border-top-color: transparent;
}

.sf-vertical.sf-arrows>li>ul.sub-menu {
    left: 100%;
    top: 0;
}

.sf-vertical.sf-arrows li:hover>.sf-with-ul::after {
    border-left-color: #ECBD6D;
    border-top-color: transparent;
}

.sf-vertical li {
    width: 100%;
}

.sf-arrows .sf-with-ul::after {
    right: -1px;

    border-top-color: #f9f9f9;
}

.sf-vertical>li>.sf-with-ul::after {
    right: -1px;
    border-top-color: #f9f9f9;
}

.sf-vertical.sf-arrows .sf-with-ul::after {
    right: 5px;
}

.sub-menu>li>a.sf-with-ul::after {
    right: 10%;
    border-left-color: rgba(0, 0, 0, .7);
}

.sf-arrows ul li:hover>.sf-with-ul::after {
    border-left-color: #ECBD6D;
}

.sub-menu a {
    color: #222;
    border: none;
    border-bottom: 1px solid #ECBD6D;
    padding: 9px 15px;
}

.sub-menu li:last-of-type>a {
    border: none;
}

.sf-vertical {
    width: 100%;
    text-align: center;
}

.side-header .menu {
    float: none;
}

.menu .sf-menu ul {
    background: #f9f9f9;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    top: 100%;
}

.menu .sf-menu ul li {
    background: none;
    padding: 0 13px;
}

.icon-search:before {
    content: "\e904";
    font-size: 25px;
    position: relative;
    top: 4px;
    left: 9px;
}

.icons-menu-mobile,
.menu-icon {
    padding-top: 15px;
}

.icons-menu button,
.icons-menu-mobile button {
    color: #f9f9f9;
    display: inline;
    border: none;
    background: none;
    padding: 0;
    outline: none;
    transition: 300ms;
}

div.search .btn {
    color: #E85454;
    border: none;
    background: none;
    padding: 0;
    position: absolute;
    display: inline;
    top: -10px;
    right: 0;
}

div.search .btn span {
    font-size: 30px;
}

div.search .btn:hover {

    color: #ff4e44;
    cursor: pointer;
}

.search__form input {
    border: none;
    border-bottom: 1px solid #E1BD6D;
    background: none;
}

.search__form input:focus {
    outline: none;
}

.icons-menu a,
.icons-menu-mobile button,
.icons-menu button {
    transition: 300ms;
    color: #fff;
}

.icons-menu-mobile button:hover,
.icons-menu button:hover,
.icons-menu a:hover {
    color: #E1BD6D;
    cursor: pointer;
}

.header .container .row .icons-menu {
    float: right;
    z-index: 1;
    padding: 7px 0;
}

.header .reservition-submit {
    float: left;
    width: 50%;
    position: relative;

}

.header .reservition {
    color: #f9f9f9;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 14px;
    border: 1px solid #E1BD6D;
    display: inline-block;
    margin: 0 15px;
}

.header .reservition:hover {
    background: #E1BD6D;
    color: #f9f9f9;
}

#btn-search {
    float: right;
    margin: 5px 10px 5px 0;
}

.basket span.fas {
    float: right;
    margin-top: 6px;
}

.basket span.fas {
    float: right;
    margin-left: 14px;
}

#trigger span {
    display: inline-block;
}

/*icon basket hovering animation*/

.basket span.fas:hover,
.shopping span.fas:hover {
    /*float: right;*/
    animation: animationFrames linear 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 0;
    -webkit-animation: animationFrames linear 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 0;
    -moz-animation: animationFrames linear 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 0;
    -o-animation: animationFrames linear 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
}

@keyframes animationFrames {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@-moz-keyframes animationFrames {
    0% {
        -moz-transform: rotate(0deg);
    }

    20% {
        -moz-transform: rotate(15deg);
    }

    40% {
        -moz-transform: rotate(-10deg);
    }

    60% {
        -moz-transform: rotate(5deg);
    }

    80% {
        -moz-transform: rotate(-5deg);
    }

    100% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        -webkit-transform: rotate(0deg);
    }

    20% {
        -webkit-transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-o-keyframes animationFrames {
    0% {
        -o-transform: rotate(0deg);
    }

    20% {
        -o-transform: rotate(15deg);
    }

    40% {
        -o-transform: rotate(-10deg);
    }

    60% {
        -o-transform: rotate(5deg);
    }

    80% {
        -o-transform: rotate(-5deg);
    }

    100% {
        -o-transform: rotate(0deg);
    }
}

@-ms-keyframes animationFrames {
    0% {
        -ms-transform: rotate(0deg);
    }

    20% {
        -ms-transform: rotate(15deg);
    }

    40% {
        -ms-transform: rotate(-10deg);
    }

    60% {
        -ms-transform: rotate(5deg);
    }

    80% {
        -ms-transform: rotate(-5deg);
    }

    100% {
        -ms-transform: rotate(0deg);
    }
}


.basket-icon-number {
    font-size: 10px;
    background: #222;
    border: 1px solid #fff;
    color: #ECBD6D;
    position: absolute;
    padding: 2px 0;
    border-radius: 50%;
    right: 12px;
    z-index: 1;
    font-family: "Cabin Medium", sans-serif !important;
    top: -6px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 1.618 !important;
}

.side-header .basket-mobile .basket-icon-number {
    right: -4px;
    top: -6px;
}

.icons-menu-web-right {
    color: #fff;
    border-left: 1px solid;
    width: 160px;
    position: relative;
}

.icons-menu-web-right>a {
    float: right;
    margin-top: 6px;
    padding-right: 17px;
}


.icons-menu-web-right .price {
    font-size: 12px;
    position: absolute;
    right: 45px;
    top: -3px;
}

.view-catr {
    font-size: 12px;
    color: #cdcdcd;
    position: absolute;
    right: 45px;
    top: 17px;
    opacity: 0.5;
}

.article-black-delichef-content {
    text-align: center;
    background: rgb(255, 255, 255);
    box-shadow: 0 15px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
    max-width: 600px;
    margin: 0 auto;
}

.black-delichef-content {
    border: 1px solid #ecbd6d;
    padding: 21px 30px;
    position: relative;
}

.post-edge.left .black-delichef-content {
    padding: 21px 40px 20px 0;
}

.post-edge .black-delichef-content {
    padding: 21px 0 20px 40px;
}

span.sub-title {
    min-height: 30px;
    font-size: 84px;
    line-height: 1.618;
    z-index: 0;
    display: block;
    margin-bottom: -55px;
}

.black-delichef-content h2 {
    margin-top: -57px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
}

.black-delichef-content p {
    font-size: 18px;
}

.line-breack {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.line-breack:before {
    width: 43%;
    height: 1px;
    content: "";
    display: block;
    margin: 0 auto;
    background: #222;
    position: relative;
    top: 12px;
    right: 27%;
}

.line-breack:after {
    width: 43%;
    height: 1px;
    content: "";
    display: block;
    margin: 0 auto;
    background: #222;
    position: relative;
    top: -14px;
    left: 27%;
}

.black-delichef-content .line-breack>span.content-main {
    transform: rotate(45deg);
    color: #ffaa17;
    font-size: 15px;
    z-index: 2;
    display: inline-block;
}

.black-delichef-content .line-breack>span.content-left {
    content: "\ea1e";

    transform: rotate(45deg);
    color: #ecbd6d;
    font-size: 15px;
    z-index: 1;
    display: inline-block;
    margin-right: -9px;
}

.black-delichef-content .line-breack>span.content-right {
    content: "\ea1e";

    transform: rotate(45deg);
    color: #ecbd6d;
    font-size: 15px;
    z-index: 1;
    display: inline-block;
    margin-left: -9px;
}

.owl-carousel .owl-prev {
    color: #f7f7f7;
    font-size: 21px;
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 18%;
}

.owl-carousel .owl-prev:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 45px 35px 0;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: rgba(236, 186, 109, 0.8);
    border-left-color: transparent;
    line-height: 0;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: relative;
    top: 25px;
    left: 20px;
    z-index: -1;
    opacity: 0.75;
}

.owl-carousel .owl-next {
    color: #f7f7f7;
    font-size: 21px;
    position: absolute;
    left: 9px;
    top: 18%;
    z-index: 999;
}

.owl-carousel .owl-next:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 0 35px 40px;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: rgba(236, 186, 109, 0.8);
    line-height: 0;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: relative;
    top: 25px;
    right: 20px;
    z-index: -1;
    opacity: 0.75;
}

.owl-dots {
    text-align: center;
    margin: 50px auto 0;
    direction: rtl;
}

.owl-dot {
    display: inline-block;
}

.owl-dot span {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    transform: rotate(45deg);
    border: 1px solid #ffaa17;
    transition: 300ms;
}

.owl-dot.active span {
    background: #ffaa17;
    display: inline-block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    transform: rotate(45deg);
    border: 1px solid #ffaa17;
    transition: 300ms;

}

.post {
    position: relative;
    margin: 50px auto;
    display: inline-block;
    width: 100%;
    z-index: 1;
}

.image_post {
    float: right;
}

.content_post {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    text-align: center;
    top: 80px;
    z-index: 999;
}

.image_post_left {
    float: left;
}

.content_post_left {
    right: 0;
}

.link-style-one,
.mailster-form .submit-button {
    display: inline-block;
    overflow: hidden;
    border: 1px solid #ecbd6d;
    padding: 2px 15px 2px 14px;
    color: #ecbd6d;
    margin: 10px auto;
    transition: 200ms;
    background: none;
}

.link-style-one span {
    margin: 3px;
}

.link-style-one:hover,
.mailster-form .submit-button:hover {
    color: #fff;
    background-color: #ecbd6d;

}

.our-menu {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 0;
}

.head-our-menu {
    position: relative;
    background-size: cover;
    overflow: hidden;
    z-index: -1;
    padding: 21px 50px;
}

.head-our-menu .background_over {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.head-section-delichef-content {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
    color: #f9f9f9;
}

.head-section-delichef-content h2 {
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
    color: #f9f9f9;
}

.line-breack-head {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.line-breack-head::before {
    width: 11%;
    height: 1px;
    content: "";
    display: block;
    margin: 0 auto;
    background: #f9f9f9;
    position: relative;
    top: 12px;
    right: 8%;
}

.line-breack-head::after {

    width: 11%;
    height: 1px;
    content: "";
    display: block;
    margin: 0 auto;
    background: #f9f9f9;
    position: relative;
    top: -10px;
    left: 8%;

}

.imagelogo {
    max-width: 145px;
}

nav.menu>div.menu>ul>li {
    float: left;
}




.head-section-delichef-content .line-breack-head>span.content-main {
    transform: rotate(45deg);
    color: #ffaa17;
    font-size: 15px;
    z-index: 2;
    display: inline-block;
}

.head-section-delichef-content .line-breack-head>span.content-left {
    content: "\ea1e";
    transform: rotate(45deg);
    color: #ecbd6d;
    font-size: 15px;
    z-index: 1;
    display: inline-block;
    margin-right: -11px;
}

.head-section-delichef-content .line-breack-head>span.content-right {
    content: "\ea1e";
    transform: rotate(45deg);
    color: #ecbd6d;
    font-size: 15px;
    z-index: 1;
    display: inline-block;
    margin-left: -9px;
}

.section-filter-content {
    background: #f9f9f9;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin-top: -35px;
}

.section-filter-content li {
    border-right: 1px solid #ffaa17;
    padding: 0 15px;
    margin: 15px 0 !important;
}

.section-filter-content a {
    color: #777777;
    display: inline-block;
}

.section-filter-content a:hover {
    color: #ffaa17;
}

.section-filter-content li:last-of-type {
    border: none;
}

.section-filter-content i {
    position: relative;
    padding: 0 15px;

}

.section-filter-content i:after {
    content: "";
    border: 1px solid #ffaa17;
    height: 25px;
    width: 25px;
    position: absolute;
    left: 9px;
    transform: rotate(45deg);
    top: -6px;

}

.section-filter-content .active a {
    color: #ffaa17;
}

.section-filter-content i {
    font-size: 13px;
}

.portfolio-section {
    margin: 50px auto;
    padding: 0;
}

.content-portfolio {
    width: 100%;
    padding: 13px 10px;
    background: #ffffff;
}

.info-contents {
    width: 100%;
    text-transform: capitalize;
    font-size: 18px;
    font-family: Cabin, sans-serif;
    font-weight: bold;
}

.border-content {
    width: 90%;
    border-bottom: 1px solid;
    height: 17px;
    position: absolute;
}

.name-portfolio {
    background: #fff;
    z-index: 1;
    padding-right: 15px;
}

.price-content {
    background: #fff;
    z-index: 1;
    position: relative;
    direction: rtl;
    height: 28px;
}

.materials-section {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    font-family: Cabin, sans-serif;
    clear: both;
    height: 25px;
}

.image-portfolio {
    height: 340px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.image-portfolio img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-portfolio:hover .portfolio-content-hover {
    opacity: 1;
    transition: 300ms;
}

.portfolio-content-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: 300ms;
    z-index: 1;
}

.article-portfolio:hover {
    transition: 300ms;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
}

.cart-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
}

.list-cart-icons {
    /*color: #f9f9f9;*/
    /*background: rgba(255, 170, 23, 0.8);*/
    /*padding: 5px;*/
    color: #555;
    background: rgba(255, 255, 255, 0.8);
    width: 35%;
    margin: 45px auto;
    padding: 5px 21px;
}

/*.list-cart-icons:after {*/
/*content: "";*/
/*width: 0;*/
/*height: 0;*/
/*border-style: solid;*/
/*border-width: 28px 42px 0 0;*/
/*border-color: rgba(255, 170, 23, 0.8) transparent transparent;*/
/*position: absolute;*/
/*bottom: -12px;*/
/*left: 0;*/
/*}*/

.list-cart-icons a {
    color: #555;
    display: inline-block;
}

.list-cart-icons a:hover {
    transform: scale(1.1);
    color: #ffaa17;
}

.shopping_menu_icon {
    color: #555;
    background: #fff;
    transform: rotate(45deg);
    display: inline-block;
    padding: 6px;
    height: 50px;
    width: 50px;
}

.shopping_menu_icon:hover {
    color: #ffaa17;
    transform: scale(1.2);
}

.shopping_menu_icon:hover span {
    transform: rotate(0deg);
    transition: 300ms;
    color: #ffaa17;
}

.wrapper_shopping_menu {
    width: 100%;
    height: 100%;
    border: 1px solid #ecbd6d;
    padding: 5px;

}

.wrapper_shopping_menu span {
    transition: 300ms;
    transform: rotate(-45deg);
    display: inline-block;
    color: #555;

}

.list-cart-icons li {
    padding: 8px;
    border-bottom: 1px solid;
}

.list-cart-icons li:last-of-type {
    border: none;
}

.stars-portfolio {
    position: absolute;
    bottom: 27px;
    left: 0;
    color: #f9f9f9;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.our-team,
.testimonials,
.custom-header-section {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}

.head-our-team {
    position: relative;
    background-size: cover;
    z-index: -1;
}

.wrapper_team_sec div {
    overflow: hidden;
}

.head-our-team:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
    background: #000;

}

.section-chef-items {
    margin: 30px auto;
}

.wrapper_team_image {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: 300ms;
    height: 320px;
}

.wrapper_team_sec:hover {
    transition: 300ms;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.wrapper_team_sec:hover .wrapper_contents {
    bottom: 0;
    transition: 300ms;
}

.wrapper_contents {
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    transition: 300ms;
}

.wrapper_team_image:after {
    content: " ";
    position: absolute;
    z-index: 0;
    border: 1px solid #ecbd6d;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.wrapper_team_sec {
    position: relative;
    transition: 300ms;
    overflow: hidden;
}

.wrapper_team_image img {
    height: 100% !important;
}

.wrapper_team_image::before {
    content: " ";
    opacity: 0.3;
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
}

.wrapper_team_head {
    position: absolute;
    top: 35%;
    text-align: center;
    width: 100%;
    color: #fff;
}

.wrapper_team_head .team_name {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.wrapper_team_head .team_expertise {
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0 20px;
}

.our-team .social-icons {
    padding: 7px 0;
}

.header-section-content {
    width: 53%;
    display: inline-block;
    margin: 28px auto;
}

.sectuon-chefs .chef-contents {
    display: flex;
    flex-wrap: wrap;
}

.consumer-section {
    padding: 0;
}

.consumer-img {
    transform: rotate(45deg);
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.consumer-img img {
    width: 100%;
    height: 100% !important;
    transform: rotate(-45deg) scale(1.4);
}

.consumer-img::after {
    content: "";
    width: 90px;
    height: 90px;
    transform: rotate(45deg);
    background: #ffaa17;
}

.consumer-item {
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

.consumer-image {
    margin: 0 auto;
    width: 90px;
    height: 90px;
}

.image-consumer-item {
    width: 90px;
    position: relative;
    margin: 30px auto;
}

.back-consumer-img {
    position: absolute;
    background: #ffaa17;
    width: 90px;
    height: 90px;
    top: -7px;
    transform: rotate(45deg);
}

.consumer-stars {
    margin: 33px auto 10px;
    color: #ffaa17;
}

.consumer-name {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.quotes-left span {
    font-size: 25px;
    color: #ffaa17;
}

.contact-us-contents {
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.98);
}

.contact-us {
    margin: 50px auto 0;
    display: inline-block;
    width: 100%;
}

.contact-us form input[type="text"],
.contact-us form input[type="tel"],
.contact-us form input[type="email"],
.contact-us form textarea,
.contact-us form select {
    padding: 44px 86px !important;
    border: none;
    border-bottom: 1px solid #777777;
    transition: 300ms;
    font-size: 18px;
    font-family: cabin, sans-serif;
    background: none;
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.contact-us textarea {
    width: 100%;
    max-width: 100%;
    height: 150px;
    max-height: 300px;
}

.contact-us form input:focus,
textarea:focus,
select:focus,
.respond-wrap form input:focus {
    border-bottom: 1px solid #ecbd6d;
    transition: 300ms;
    box-shadow: 0 4px 4px #0000001a;
    z-index: 1;
    background: #fff;

}

.contact-us form button {
    float: left;
    background: transparent;
    border: 1px solid;
    border-radius: 3px;
    color: #ecbd6d;
    padding: 7px 50px;
    margin: 15px 0;
    transition: 300ms;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    font-family: Cabin, sans-serif;
}

.contact-us form button:hover {
    transition: 300ms;
    color: #fff;
    background: #ecbd6d;
    cursor: pointer;
}

.input-group-contact {
    position: relative;
    padding: 0;
}

.input-group-contact label {
    position: absolute;
    left: 20px;
    z-index: 2;
    top: 58px;
    margin: 0;
}

.input-group-contact label span {
    color: #ecbd6d;
    font-size: 20px;
    border: 1px solid #ecbd6d;
    height: 47px;
    width: 47px;
    transform: rotate(45deg);
    padding: 10px;
}

.input-group-contact label span:before {
    transform: rotate(-45deg);
    display: inline-block;
}

#contact-us-map {
    width: 100%;
    z-index: -1;
}

#contact-us-map iframe {
    width: 100% !important;
    height: 100% !important;
}

.find-us {
    position: relative;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
}

.find-us:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background: #000;
}

.find-us-susial-icons {
    margin: 20px auto;
}

.find-us-susial-icons a {
    width: 64px;
    height: 64px;
    border: 1px solid #ecbd6d;
    display: inline-block;
    color: #fff;
    transform: rotate(45deg);
    padding: 14px;
    margin: 0 10px;
}

.find-us-susial-icons a:hover {
    background: cornflowerblue;
}

.find-us-susial-icons i {
    transform: rotate(-45deg);
    display: inline-block;
    font-size: 28px;
}

.go-to-top {
    text-align: center;
    margin-top: 37px;
    position: relative;
    z-index: 2;
}

.go-to-top a::before {
    position: absolute;
    top: -20px;
    left: calc(50% - 50px);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 60px 50px;
    border-bottom-color: rgba(236, 186, 109, 0.8);
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    z-index: -1;
}

.go-to-top i {
    color: #fff;
    font-size: 25px;
    padding-bottom: 9px;
}

.footer {
    color: #fff;
    padding: 20px 0;
}

.footer .footer-items {
    margin: 20px 0;
    text-align: left;
}


.footer_wrapper span.sub-title {
    top: 18px;
}


.footer .footer-items h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: cabin, sans-serif;
    padding: 20px 0;
    border-bottom: 1px solid;
    margin: 20px 0;
}

.footer .footer-items .hours-footer-item {
    color: #ecbd6d;
}

.copyright {
    background: #222;
    padding: 10px;
    margin-top: 0;
}

.copyright p {
    margin: 0;
    color: #fff;
    font-style: italic;
    text-align: center;
}

.footer input[type="text"],
input[type="email"],
input[type="password"] {
    padding: 8px 15px 9px;
    width: 100%;
    border: none;
}

.sidebar {
    border: 1px solid #ecbd6d;
    margin: 25px 0;
    padding: 15px;
    float: left;
    width: 100%;
    background: #fff;
}

aside .widget-title {
    border-bottom: 1px solid #ecbd6d;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0;
}

aside .widget-title span {
    background: #ecbd6d;
    padding: 3px 15px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

aside form {
    position: relative;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    width: 100%;
    padding: 7px 10px;
    font-size: 13px;
    border: 1px solid #666;
    border-radius: 3px;
    margin-top: 10px;
}

#sidebar-wrapper input[type="text"],
.select-order-wrapper select {
    margin-top: 0;
}

#searchsubmit {
    position: absolute;

    right: 0;

    background: none;

    border: none;

    top: 0;

    transition: 300ms;

    padding: 6px 12px;

    cursor: pointer;

    font-family: cabin, sans-serif;

    bottom: 0;

    margin: 0;

    color: #333;
}

label.screen-reader-text {
    display: none;
}

#searchsubmit:hover {
    background: #ecbd6d;
    transition: 300ms;
    color: #fff;
}

aside .recentpost {
    position: relative;
    overflow: hidden;
    margin: 15px auto;
}

aside .recentpost .image-content {
    height: 70px;
    width: 70px;
    overflow: hidden;
    float: left;
}

aside .recentpost .image-content img {
    width: 100%;
    height: 100%;
}

aside .recentpost .recentpost-content {
    float: left;
    margin-left: 15px;
    width: calc(100% - 85px);
}

aside .recentpost .recentpost-content .info-content span {
    font-size: 10px;
    font-style: italic;
    opacity: 0.9;
}

aside .recentpost-content .title-content {

    text-transform: capitalize;
    margin: 1px 0;
    display: block;
    font-size: 12px;
}



aside .sidebar-widget ul li a {
    color: #333;
    text-transform: capitalize;

}

aside .sidebar-widget ul li:hover a,
aside .sidebar-widget ul li:hover span {
    color: #ecbd6d;
    transition: 300ms;
}

aside .sidebar-widget ul li {
    margin: 7px 0;
}

aside .sidebar-widget ul li:before {
    content: " ";
    background: #ecbd6d;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 6px;
    transition: 300ms;
}

aside .sidebar-widget ul li:hover:before {
    transform: rotate(180deg);
    transition: 300ms;
}

.category-item-number {
    float: right;
}

.blog {
    direction: ltr
}

.blog .wrapper-blog-contents {
    margin: 25px 0;
    position: relative;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    background: #fff;
    z-index: 0;
}

.blog article.wrapper-blog-contents:after {
    content: " ";
    position: absolute;
    z-index: 0;
    border: 1px solid #ecbd6d;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.image-blog {
    max-height: 320px;
    overflow: hidden;
    margin: 0;
}

.blog-contents {
    padding: 25px 40px 33px;
    position: relative;
    z-index: 1;
}

.blog-contents .title-blog a:hover h2 {
    transition: 300ms;
    color: #ecbd6d;
}

.blog-contents h2 {
    text-transform: uppercase;
    transition: 300ms;
}

.blog-buttons {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-buttons .read-more {
    float: left;
}

.blog-buttons .read-more a {
    text-transform: uppercase;
    margin: 0;
}

.blog-buttons .post-meta {
    float: right;
    margin: 2px auto;
}

.blog-contents>.post-meta {
    margin-bottom: 15px;
    margin-left: -5px;
}

.post-meta a {
    color: #777777;
}

.post-meta a:hover {
    color: #222;
}

.post-meta i {
    margin: 7px;
    color: #ecbd6d;
}

.post-meta>span:after {
    content: ",";
    padding-left: 5px;
}

.post-meta>span:last-of-type:after {
    content: "";
}

.paging-navigation .loop-pagination {
    margin: 0 auto;
    text-align: center;
    display: block;
    position: relative;
    direction: ltr;
}

.paging-navigation {
    margin: 50px auto;
}

.paging-navigation .page-numbers {
    color: #777;
    transition: 300ms;
    position: relative;
    padding: 0 22px;
}

.paging-navigation a:hover {
    color: #ecbd6d;
    transition: 300ms;
}

.paging-navigation .page-numbers.current {
    color: #222;
    font-size: 17px;
}

.paging-navigation .page-numbers.next span,
.paging-navigation .page-numbers.prev span {
    font-size: 70px;
    color: #ecbd6d;
    transition: 300ms;
    position: absolute;
    left: 0;
    top: 26px;
}

.paging-navigation .page-numbers.next {
    display: inline-block;
    top: -70px;
    transition: 300ms;
}

.paging-navigation .page-numbers.next:hover {
    transform: translate(7px);
    transition: 300ms;
}

.paging-navigation .page-numbers.prev {
    display: inline-block;
    top: -70px;
    transition: 300ms;
}

.paging-navigation .page-numbers.prev:hover {
    transform: translate(-7px);
    transition: 300ms;
}

blockquote {
    color: #ecbd6d;
    display: block;
    padding: 22px 0 27px 30px;
}

blockquote::before {
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    content: "\f10d";
    color: #ecbd6d;
    display: block;
    margin-bottom: 5px;
}

.single-blog-tags {
    border-top: 1px solid #ecbd6d;
    padding-top: 15px;
}

.single-blog-tags .tags {
    margin-left: -5px;
}

.single-blog-tags a {
    text-transform: capitalize;
    color: #222;
    border: 1px solid #ecbd6d;
    padding: 4px 16px;
    margin: 5px;
    display: inline-block;
}

.single-blog-tags a:hover {
    color: #fff;
    background: #ecbd6d;
    transition: 300ms;
}

.post-comments-container {
    padding: 50px 30px;
}

.post-comments-container h3.comment-list-title,
h3.comment-list-title span {
    color: #ecbd6d;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Cabin Medium", sans-serif;
}

.post-comments-container .comment-author-image {
    float: left;
    margin-right: 20px;
}

.post-comments-container .comment-author-image img {
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.post-comments-container .comment-info-container {
    overflow: hidden;
}

.post-comments-container .comment-info-container .comment-info {
    float: left;
}

.post-comments-container .comment-info-container a {
    float: right;
    color: #ecbd6d;
    border: 1px solid;
    padding: 2px 8px;
    text-transform: capitalize;
    font-size: 14px;
}

.post-comments-container .comment-info-container a:hover {

    color: #fff;
    background: #ecbd6d;

}

.post-comments-container .comment-info .user-name {
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
}

.post-comments-container .comment-info .comment-date {
    font-size: 15px;
    color: #777;
    font-style: italic;
}

.post-comments-container .children {
    margin-left: 50px;
}

.post-comments-container .comment {
    margin: 49px auto;
}

.post-comments-container .comment:last-of-type {
    margin: 49px auto 0;
}

.respond-wrap {
    padding: 50px 30px;
}

.respond-wrap h3 {
    color: #ecbd6d;
    font-style: italic;
    font-size: 35px;
    font-weight: 400;
}

.respond-wrap form input,
.respond-wrap form textarea,
.respond-wrap form select {
    padding: 44px 86px !important;
    border: none;
    border-bottom: 1px solid #777777;
    transition: 300ms;
    font-size: 18px;
    font-family: cabin, sans-serif;
}

form input[type="submit"] {
    float: left;
    background: transparent;
    border: 1px solid;
    border-radius: 3px;
    color: #fff;
    padding: 7px 50px;
    margin: 15px 0;
    transition: 300ms;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    font-family: Cabin, sans-serif;
    display: inline-block;
    width: initial;

}

form input[type="submit"]:hover {
    transition: 300ms;
    color: #fff;
    cursor: pointer;
}

/*.respond-wrap form input:focus, .respond-wrap textarea:focus, .respond-wrap select:focus {*/
/*border-bottom: 1px solid #ecbd6d;*/
/*transition: 300ms;*/
/*}*/

.respond-wrap form #submit {
    float: left;
    background: transparent;
    border: 1px solid;
    border-radius: 3px;
    color: #ecbd6d;
    padding: 7px 50px !important;
    margin: 15px 0;
    transition: 300ms;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    font-family: Cabin, sans-serif;
    margin-top: 15px;
}

.respond-wrap form #submit:hover {
    transition: 300ms;
    color: #fff;
    background: #ecbd6d;
    cursor: pointer;
}

.post-edge {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    max-height: 364px;
    overflow: hidden;
}

.post-edge .image_post_edge {
    float: right;
    padding: 0;
    height: 300px;
    z-index: 0;
}

.post-edge .image_post_edge.left {
    float: left;
    padding: 0;
    height: 300px;
    z-index: 0;
}

.post-edge .content_post_edge {
    padding: 0;
    text-align: center;
}

.post-edge .content_post_edge span.sub-title,
.post span.sub-title {
    position: initial;
}

.post-edge .content_post_edge.right {
    padding: 0;
    text-align: center;
    float: right;
}

.post-edge .black-delichef-content {
    border: none;
    z-index: 1;
}

article .content_post_edge::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 364px 0 0 287px;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    line-height: 0;
    filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    right: -287px;
}

article.post-edge.wrapper-blog-contents.left .content_post_edge::before {

    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 364px 287px 0 0;
    border-color: transparent rgb(255, 255, 255) transparent transparent;
    line-height: 0;
    filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    top: 0;
    left: -287px;

}

article.post-edge.wrapper-blog-contents::after {
    content: " ";
    position: absolute;
    z-index: 0;
    border: 1px solid #ecbd6d;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.details_content_sec {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 3px;
    text-align: center;
    z-index: 2;
    transition: 300ms;

}

.wrapper_detail_content {
    background: #ecbd6d;
    color: #fff;
    padding: 5px 0;
    float: left;
    width: 101%;
}

.wrapper_detail_content>div {
    width: 50%;
    float: right;
}

.wrapper_detail_content>div.stars {
    float: left;
    padding: 0 15px;
}

.wrapper_detail_content ul {
    margin: 0;
}

.wrapper_detail_content ul a {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    margin: 0;
    border-left: 1px solid;
}

.wrapper_detail_content li:first-of-type a {
    border-left: none;
}

.wrapper_detail_content .links li {
    margin: 0;
}

.wrapper_detail_content ul a:hover i.fa-shopping-basket {
    animation: animationFrames linear 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 0;
    -webkit-animation: animationFrames linear 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 0;
    -moz-animation: animationFrames linear 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 0;
    -o-animation: animationFrames linear 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
}

.wrapper_detail_content ul a:hover i.fa-link {
    transition: 300ms;
    transform: scale(1.1);
}

.article-portfolio-list {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 25px auto;
    display: flex;
    height: 90px;
    background: #ffffff;
}

.image-portfolio-list {
    float: left;
    width: 160px;
    max-height: 90px;
    padding: 0;
    position: relative;
}

.image-portfolio-list:hover a {
    opacity: 1;
}

.image-portfolio-list a {
    position: absolute;

    background: rgba(0, 0, 0, 0.5);

    width: 100%;

    height: 100%;

    text-align: center;

    color: #fff;

    font-size: 22px;
    opacity: 0;
    z-index: 1;
}

.image-portfolio-list a i {
    padding-top: 30px;
}

.content-portfolio-list {
    padding: 9px 15px 12px;
}

.content-portfolio-list:hover .details_content_sec {
    bottom: 11px;
}

.portfolio-section img {
    position: absolute;
    width: initial !important;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.info-contents .name-portfolio a {
    font: 18px bold;
    font-family: Cabin, sans-serif;
    color: #333333;
}

.wrapper-content>div.container {
    padding: 30px 15px;
}

body.side-header-wrapper-layout {
    margin-left: 280px;
    padding: 0 !important;
}

.side-header {
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 3000;
    padding: 25px 20px;
}

.side-header nav>ul {
    border-top: 1px solid #fff;
    padding: 10px 0 0;
    margin: 0;
}

.sf-arrows .sf-with-ul {
    padding-right: 0.8em;
}

.side-header-content .icons-menu {
    display: flex;
    justify-content: space-around;
}

.side-header-content .text-logo {
    text-align: center;
}

.side-header-content .reservition-submit {
    float: none;
    padding: 8px 0;
}

.side-header-content .search-icon-mobile {
    float: none;
    margin: 0 20px;
}

.side-header-content .social-icons a span {
    margin: 10px;
    font-size: 18px;
}

.side-header-content .shopping {
    position: relative;
    width: auto;
    float: left;
    border: none;
    padding-top: 3px;
}

.side-header-content .logo {
    margin: 25px auto 15px;
}

.side-header-content .icons-menu-mobile {
    padding: 10px 0;
}

.side-header-content .search-icon-mobile {
    padding: 0;
    margin: 0;
}

.side-header-content .social-icons {
    border-top: 1px solid #fff;
}

.social-icons a {
    color: #eee;
    display: inline-block;
    transition: 300ms;
}

.section-chef-items .social-icons a {
    font-size: 20px;
    margin: 5px 12px;
}

.social-icons a:hover {
    color: #fdfdfd;
    transform: scale(1.3);
}

/*custom css */

.sidebar {
    direction: ltr
}

.sidebar .otw-widget-title {
    text-align: left;
}

#reserve-btn .otw-submit:hover {
    color: #fff;
}

#reserve-btn>.modal-dialog {
    max-width: initial;
}

#reserve-btn>.modal-dialog .article-black-delichef-content {
    max-width: 750px;
}

.elementor-section {
    z-index: 0 !important;
}

.elementor-widget-container {
    overflow: hidden;
}

.elementor-widget:not(:last-child) {
    margin: 0 !important;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

.mp-level li i {
    position: relative;
    top: -40px;
    left: 20px;
    float: left;

}

.btn--search-close {
    top: 2.25em;
}

.search__input::placeholder {
    opacity: 0.3;
}

/*footer socials background */
.footer_wrapper {
    margin-top: -6px;
}

.find-us-susial-icons>.twitter:hover {
    background: #1da1f3;
}

.find-us-susial-icons>.instagram:hover {
    background: #d6249f;
    transition: 300ms;
}

.find-us-susial-icons>.facebook-f:hover {
    background: #3b5999;
}

.find-us-susial-icons>.google-plus-g:hover {
    background: #e0483a;
}

.find-us-susial-icons>.youtube:hover {
    background: #ff0000;
}

.find-us-susial-icons>.linkedin-in:hover {
    background: #0077B5;
}

.close {
    color: #aaa;
    border: none;
    background: none;
    padding: 0;
    transition: 200ms;

}

#reserve-btn .close span {
    font-size: 40px;
    margin-top: -10px;
    display: inline-block;
}

.close:hover {
    cursor: pointer;
    color: #e8312d;
    transition: 200ms;
}

/*calendar suppport*/

#calendar_wrap {
    position: relative;
    padding: 5px;
    width: 300px;
    text-align: center;
    border: 1px solid #0a0a0a;
    border-radius: 2px;
    background-image: linear-gradient(to top, #222 11%, #2d2d2d 10%, #222 10%);
    background-image: -o-linear-gradient(to top, #222 11%, #2d2d2d 10%, #222 10%);
    background-image: -moz-linear-gradient(to top, #222 11%, #2d2d2d 10%, #222 10%);
    background-image: -webkit-linear-gradient(to top, #222 11%, #2d2d2d 10%, #222 10%);
    background-image: -ms-linear-gradient(to top, #222 11%, #2d2d2d 10%, #222 10%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.11, #222), color-stop(0.1, #2d2d2d), color-stop(0.1, #222));
    font-family: sans-serif;
    -moz-box-shadow: inset 0 1px 0 #757575, inset 1px 0 0 #3a3a3a, inset -1px 0 0 #3a3a3a, inset 0 -1px 0 #3a3a3a;
    -webkit-box-shadow: inset 0 1px 0 #757575, inset 1px 0 0 #3a3a3a, inset -1px 0 0 #3a3a3a, inset 0 -1px 0 #3a3a3a;
    box-shadow: inset 0 1px 0 #757575, inset 1px 0 0 #3a3a3a, inset -1px 0 0 #3a3a3a, inset 0 -1px 0 #3a3a3a
}

#wp-calendar,
table {
    width: 100%;
    background: #f4f4f4;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px black, 0 0 0 2px #3d3d3d, 0 2px 0 0 #646464;
    -moz-box-shadow: 0 0 0 1px black, 0 0 0 2px #3d3d3d, 0 2px 0 0 #646464;
    box-shadow: 0 0 0 1px black, 0 0 0 2px #3d3d3d, 0 2px 0 0 #646464;
    border-spacing: 0;
    border-collapse: collapse
}

#wp-calendar thead {
    font-style: italic;
    color: #5b5754;
    text-shadow: 0 1px 0 #ebebeb;
    font-weight: normal;
    font-size: 12px;
    border-top: 1px solid #fcfcfc;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dadada));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #dadada);
    background-image: -moz-linear-gradient(top, #f5f5f5, #dadada);
    background-image: -o-linear-gradient(top, #f5f5f5, #dadada);
    background-image: linear-gradient(to bottom, #f5f5f5, #dadada)
}

#wp-calendar caption {
    color: #fdfdfd;
    padding: 5px 5px 15px
}

#wp-calendar th {
    padding: 10px 5px;
    color: #787573;
    border-bottom: 1px solid #c5c5c5
}

#wp-calendar td {
    text-align: center;
    padding: 5px 10px;
    font-size: 13px;
    color: #4c5359;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    text-shadow: 0 1px 0 #fff;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dadada));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #dadada);
    background-image: -moz-linear-gradient(top, #f5f5f5, #dadada);
    background-image: -o-linear-gradient(top, #f5f5f5, #dadada);
    background-image: linear-gradient(to bottom, #f5f5f5, #dadada)
}

#wp-calendar td#today {
    color: #fff;
    text-shadow: 0 1px 0 #3775b1;
    background-color: #f30003;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6eb8f3), to(#388be8));
    background-image: -webkit-linear-gradient(top, #6eb8f3, #388be8);
    background-image: -moz-linear-gradient(top, #6eb8f3, #388be8);
    background-image: -o-linear-gradient(top, #6eb8f3, #388be8);
    background-image: linear-gradient(to bottom, #6eb8f3, #388be8);
    -moz-box-shadow: inset 0 1px 0 #4c9adb;
    -webkit-box-shadow: inset 0 1px 0 #4c9adb;
    box-shadow: inset 0 1px 0 #4c9adb;
    border-top: 1px solid #287cc2;
    border-bottom: 1px solid #287cc2
}

#wp-calendar a {
    margin: -3px -10px;
    padding: 3px 10px !important;
    text-decoration: none;
    color: #4c5359;
    text-shadow: 0 1px 0 #fff;
}

#wp-calendar #prev a,
#next a {
    background: 0;
    display: block;
    margin: 0;
    padding: 0
}

#wp-calendar #prev {
    position: absolute;
    top: 6px;
    left: 10px;
    padding: 5px;
    text-indent: -9999px;
    border: 0;
    border-radius: 15px;
    width: 18px;
    height: 18px;
    background-color: #151515;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#4d4d4d));
    background-image: -webkit-linear-gradient(top, #151515, #4d4d4d);
    background-image: -moz-linear-gradient(top, #151515, #4d4d4d);
    background-image: -o-linear-gradient(top, #151515, #4d4d4d);
    background-image: linear-gradient(to bottom, #151515, #4d4d4d)
}

#wp-calendar #prev a {
    height: 20px;
    width: 20px;
    margin: -1px;
    display: block;
    border-radius: 20px;
}

#wp-calendar #next {
    position: absolute;
    top: 10px;
    right: 5px;
    text-indent: -9999px;
    border: 0;
    background: 0
}

#wp-calendar #next a {
    height: 22px;
    width: 21px;
}

#wp-calendar tfoot .pad {
    display: none
}

.wpb_wrapper .slider .owl-carousel .owl-stage {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*404 page*/
.contents-404 {}

.contents-404 .title-404-page {
    color: #51bdfd;
    font-size: 210px;
    font-weight: bold;
}

.contents-404 .subtitle-404-page {
    text-transform: uppercase;
    font-size: 64px;
}

.elementor-lightbox-item img {
    width: initial !important;
}

.owl-carousel {
    overflow: hidden;
}

/*for wpBakery*/
.vc_welcome-brand {
    max-width: 300px;
    margin: 0 auto;
}

.vc_row.wpb_row.vc_row-fluid {
    margin: 0;
}



/*wpm support*/

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {

    margin: 0 !important;
}



@media screen and (min-width: 1200px) {
    .navigation-mobile {
        display: none;
    }

}

@media screen and (max-width: 1199px) {

    body.side-header-wrapper-layout {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .top_header_wrapper {
        margin: 0 !important;
    }

    .top_header.top_header_side {
        display: block;
    }

    .header {
        display: none;
    }

    .side-header {
        display: none;
    }

    .wrapper-content {
        margin-left: 0;
    }

    .shopping {
        width: auto;
        float: left;
    }

    .shopping .fa-shopping-basket {
        float: right;
        margin-top: 10px;
    }

    .basket-icon-number {
        right: -6px;
        top: -2px;

    }

    .search-icon-mobile {
        float: left;
        margin: 0 5px;
        height: 32px;
        padding-right: 10px;
        margin-top: 2px;
    }

    .icons-menu-mobile .icons-menu>div {
        border-right: 1px solid #fff;
        height: 33px;
        margin: 0 5px;
    }

    .icons-menu-mobile .icons-menu>div:last-of-type {
        border-right: none;
    }

    .shopping .basket-mobile {
        position: relative;
    }

    .shopping>a {}

    .reservition-submit-mobile {
        float: left;
        padding: 1px 10px;
    }

    #mp-menu {}

    #mp-menu a {
        color: #222;
    }

    #mp-menu a span {
        margin: 0 20px 0 0;
    }

    #mp-menu a:hover {
        color: #fff;
        background: #ecbd6d;
    }

    article.post-edge.wrapper-blog-contents::before {
        right: 247px;

    }

    article.post-edge.wrapper-blog-contents.left::before {
        right: 534px;
    }

    .footer_wrapper {
        margin: 0 !important;
        margin-top: -6px !important;
    }
}

@media screen and (max-width: 991px) {

    article.wrapper-blog-contents::before,
    article.post-edge.wrapper-blog-contents.left::before,
    article .content_post_edge::before {
        display: none !important;
    }

    .post-edge.left .black-delichef-content,
    .post-edge .black-delichef-content {
        padding: 21px 40px;
    }

    .delichef-custom-content .post-edge.left .black-delichef-content,
    .post-edge .black-delichef-content {
        padding: 21px 0;
    }

    .post-edge .image_post_edge,
    .post-edge .black-delichef-content {
        left: 0;
    }

    .materials-section {
        font-size: 14px;
    }

    .post-edge .image_post_edge {
        padding: 0;
        height: 100%;
        max-width: 100% !important;
        position: absolute;
        left: 0;
        top: 0;
    }

    .post-edge .black-delichef-content {
        display: block;
        background: rgba(255, 255, 255, 0.7);
        position: relative;
        left: 0;
        margin: 15px;
    }

    .post-edge .content_post_edge.right {
        float: none;
        width: 100% !important;
    }

    article.post-edge.wrapper-blog-contents::after {
        width: calc(97% - 7px);
        height: calc(94% - 1px);
    }
}

@media screen and (min-width: 1200px) {
    .side-header-wrapper>.row {
        display: none;
    }


}

@media screen and (max-width: 900px) {
    .article-black-delichef-content {
        max-width: 60%;
    }

    .modal-content.article-black-delichef-content {
        max-width: 100%;
    }


    .wrapper_contents {
        position: absolute;
        bottom: 0;
        background: #d49b30;
        left: 0;
        right: 0;
        text-align: center;
        color: #fff;
        transition: 300ms;
    }
}

@media screen and (max-width: 768px) {
    .section-chef-items .social-icons a {
        font-size: 20px;
        margin: 5px 7px;
    }

    article.post-edge.wrapper-blog-contents::after {
        display: none;
    }

    .content_post {
        padding: 15px 30px;

    }

    article.post-edge.wrapper-blog-contents::after {
        width: calc(95% - 4px);
        height: calc(93% - 3px);
    }

    .post-edge .black-delichef-content {
        left: 0;
    }

    .section-filter-content li {
        border-right: none;
        border-bottom: 1px solid #ffaa17;
        padding: 25px;
        margin: 0 !important;
    }

    .image-portfolio-list a:hover {
        opacity: 0;
    }

    .image-portfolio-list a:hover {
        opacity: 0;
    }
}

@media screen and (max-width: 600px) {

    .black-delichef-content h2 {
        margin-top: -60px;
        z-index: 1;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 25px;
    }

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

    .black-delichef-content {
        padding: 10px;
        position: relative;
    }

    .post {
        position: relative;
        margin: 30px auto;
        overflow: visible;
        display: inline-block;
    }

    .content_post {
        min-width: 100% !important;
        padding: 15px;
    }

    .link-style-one {
        margin: 0 auto;
    }

    .article-black-delichef-content {
        max-width: 95%;
    }

    #trigger span {
        margin: 10px 20px;
        display: inline-block;
    }

    .icons-menu-mobile {
        margin: 7px 20px;
    }
}

@media screen and (max-width: 575px) {
    .image-portfolio-list {
        width: inherit;
    }

    .article-portfolio-list {
        overflow: inherit;
        height: inherit;
    }

    .content-portfolio-list:hover .details_content_sec {
        bottom: -34px;
    }

}

@media screen and (max-width: 391px) {
    article.post-edge.wrapper-blog-contents::after {
        width: calc(92% - 5px);
        height: calc(92% - 3px);
    }

    .icons-menu-mobile {
        float: none;
        margin: 0 auto;
    }

    .article-black-delichef-content h2 {
        font-size: 27px;
    }

    .span.sub-title {
        font-size: 70px;
    }

    .logo-mobile .text-logo-mobile {
        margin: 0 10px;
    }
}

    {
    overflow: hidden;
}

.elementor-widget:not(:last-child) {
    margin: 0 !important;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

.mp-level li i {
    position: relative;
    top: -40px;
    left: 20px;
    float: left;

}

.btn--search-close {
    top: 2.25em;
}

.search__input::placeholder {
    opacity: 0.3;
}

/*footer socials background */
.footer_wrapper {
    margin-top: -6px;
}

.find-us-susial-icons>.twitter:hover {
    background: #1da1f3;
}

.find-us-susial-icons>.instagram:hover {
    background: #d6249f;
    transition: 300ms;
}

.find-us-susial-icons>.facebook-f:hover {
    background: #3b5999;
}

.find-us-susial-icons>.google-plus-g:hover {
    background: #e0483a;
}

.find-us-susial-icons>.youtube:hover {
    background: #ff0000;
}

.find-us-susial-icons>.linkedin-in:hover {
    background: #0077B5;
}

.close {
    color: #aaa;
    border: none;
    background: none;
    padding: 0;
    transition: 200ms;

}

#reserve-btn .close span {
    font-size: 40px;
    margin-top: -10px;
    display: inline-block;
}

.close:hover {
    cursor: pointer;
    color: #e8312d;
    transition: 200ms;
}

/*calendar suppport*/

#calendar_wrap {
    position: relative;
    padding: 5px;
    width: 300px;
    text-align: center;
    border: 1px solid #0a0a0a;
    border-radius: 2px;
    background-image: linear-gradient(to top, #222 11%, #2d2d2d 10%, #222 10%);
    background-image: -o-linear-gradient(to top, #222 11%, #2d2d2d 10%, #222 10%);
    background-image: -moz-linear-gradient(to top, #222 11%, #2d2d2d 10%, #222 10%);
    background-image: -webkit-linear-gradient(to top, #222 11%, #2d2d2d 10%, #222 10%);
    background-image: -ms-linear-gradient(to top, #222 11%, #2d2d2d 10%, #222 10%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.11, #222), color-stop(0.1, #2d2d2d), color-stop(0.1, #222));
    font-family: sans-serif;
    -moz-box-shadow: inset 0 1px 0 #757575, inset 1px 0 0 #3a3a3a, inset -1px 0 0 #3a3a3a, inset 0 -1px 0 #3a3a3a;
    -webkit-box-shadow: inset 0 1px 0 #757575, inset 1px 0 0 #3a3a3a, inset -1px 0 0 #3a3a3a, inset 0 -1px 0 #3a3a3a;
    box-shadow: inset 0 1px 0 #757575, inset 1px 0 0 #3a3a3a, inset -1px 0 0 #3a3a3a, inset 0 -1px 0 #3a3a3a
}

#wp-calendar,
table {
    width: 100%;
    background: #f4f4f4;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px black, 0 0 0 2px #3d3d3d, 0 2px 0 0 #646464;
    -moz-box-shadow: 0 0 0 1px black, 0 0 0 2px #3d3d3d, 0 2px 0 0 #646464;
    box-shadow: 0 0 0 1px black, 0 0 0 2px #3d3d3d, 0 2px 0 0 #646464;
    border-spacing: 0;
    border-collapse: collapse
}

#wp-calendar thead {
    font-style: italic;
    color: #5b5754;
    text-shadow: 0 1px 0 #ebebeb;
    font-weight: normal;
    font-size: 12px;
    border-top: 1px solid #fcfcfc;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dadada));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #dadada);
    background-image: -moz-linear-gradient(top, #f5f5f5, #dadada);
    background-image: -o-linear-gradient(top, #f5f5f5, #dadada);
    background-image: linear-gradient(to bottom, #f5f5f5, #dadada)
}

#wp-calendar caption {
    color: #fdfdfd;
    padding: 5px 5px 15px
}

#wp-calendar th {
    padding: 10px 5px;
    color: #787573;
    border-bottom: 1px solid #c5c5c5
}

#wp-calendar td {
    text-align: center;
    padding: 5px 10px;
    font-size: 13px;
    color: #4c5359;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    text-shadow: 0 1px 0 #fff;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dadada));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #dadada);
    background-image: -moz-linear-gradient(top, #f5f5f5, #dadada);
    background-image: -o-linear-gradient(top, #f5f5f5, #dadada);
    background-image: linear-gradient(to bottom, #f5f5f5, #dadada)
}

#wp-calendar td#today {
    color: #fff;
    text-shadow: 0 1px 0 #3775b1;
    background-color: #f30003;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6eb8f3), to(#388be8));
    background-image: -webkit-linear-gradient(top, #6eb8f3, #388be8);
    background-image: -moz-linear-gradient(top, #6eb8f3, #388be8);
    background-image: -o-linear-gradient(top, #6eb8f3, #388be8);
    background-image: linear-gradient(to bottom, #6eb8f3, #388be8);
    -moz-box-shadow: inset 0 1px 0 #4c9adb;
    -webkit-box-shadow: inset 0 1px 0 #4c9adb;
    box-shadow: inset 0 1px 0 #4c9adb;
    border-top: 1px solid #287cc2;
    border-bottom: 1px solid #287cc2
}

#wp-calendar a {
    margin: -3px -10px;
    padding: 3px 10px !important;
    text-decoration: none;
    color: #4c5359;
    text-shadow: 0 1px 0 #fff;
}

#wp-calendar #prev a,
#next a {
    background: 0;
    display: block;
    margin: 0;
    padding: 0
}

#wp-calendar #prev {
    position: absolute;
    top: 6px;
    left: 10px;
    padding: 5px;
    text-indent: -9999px;
    border: 0;
    border-radius: 15px;
    width: 18px;
    height: 18px;
    background-color: #151515;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#4d4d4d));
    background-image: -webkit-linear-gradient(top, #151515, #4d4d4d);
    background-image: -moz-linear-gradient(top, #151515, #4d4d4d);
    background-image: -o-linear-gradient(top, #151515, #4d4d4d);
    background-image: linear-gradient(to bottom, #151515, #4d4d4d)
}

#wp-calendar #prev a {
    height: 20px;
    width: 20px;
    margin: -1px;
    display: block;
    border-radius: 20px;
}

#wp-calendar #next {
    position: absolute;
    top: 10px;
    right: 5px;
    text-indent: -9999px;
    border: 0;
    background: 0
}

#wp-calendar #next a {
    height: 22px;
    width: 21px;
}

#wp-calendar tfoot .pad {
    display: none
}

.wpb_wrapper .slider .owl-carousel .owl-stage {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*404 page*/
.contents-404 {}

.contents-404 .title-404-page {
    color: #51bdfd;
    font-size: 210px;
    font-weight: bold;
}

.contents-404 .subtitle-404-page {
    text-transform: uppercase;
    font-size: 64px;
}

.elementor-lightbox-item img {
    width: initial !important;
}

.owl-carousel {
    overflow: hidden;
}

/*for wpBakery*/
.vc_welcome-brand {
    max-width: 300px;
    margin: 0 auto;
}

.vc_row.wpb_row.vc_row-fluid {
    margin: 0;
}



/*wpm support*/

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {

    margin: 0 !important;
}



@media screen and (min-width: 1200px) {
    .navigation-mobile {
        display: none;
    }

}

@media screen and (max-width: 1199px) {

    body.side-header-wrapper-layout {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .top_header_wrapper {
        margin: 0 !important;
    }

    .top_header.top_header_side {
        display: block;
    }

    .header {
        display: none;
    }

    .side-header {
        display: none;
    }

    .wrapper-content {
        margin-left: 0;
    }

    .shopping {
        width: auto;
        float: left;
    }

    .shopping .fa-shopping-basket {
        float: right;
        margin-top: 10px;
    }

    .basket-icon-number {
        right: -6px;
        top: -2px;

    }

    .search-icon-mobile {
        float: left;
        margin: 0 5px;
        height: 32px;
        padding-right: 10px;
        margin-top: 2px;
    }

    .icons-menu-mobile .icons-menu>div {
        border-right: 1px solid #fff;
        height: 33px;
        margin: 0 5px;
    }

    .icons-menu-mobile .icons-menu>div:last-of-type {
        border-right: none;
    }

    .shopping .basket-mobile {
        position: relative;
    }

    .shopping>a {}

    .reservition-submit-mobile {
        float: left;
        padding: 1px 10px;
    }

    #mp-menu {}

    #mp-menu a {
        color: #222;
    }

    #mp-menu a span {
        margin: 0 20px 0 0;
    }

    #mp-menu a:hover {
        color: #fff;
        background: #ecbd6d;
    }

    article.post-edge.wrapper-blog-contents::before {
        right: 247px;

    }

    article.post-edge.wrapper-blog-contents.left::before {
        right: 534px;
    }

    .footer_wrapper {
        margin: 0 !important;
        margin-top: -6px !important;
    }
}

@media screen and (max-width: 991px) {

    article.wrapper-blog-contents::before,
    article.post-edge.wrapper-blog-contents.left::before,
    article .content_post_edge::before {
        display: none !important;
    }

    .post-edge.left .black-delichef-content,
    .post-edge .black-delichef-content {
        padding: 21px 40px;
    }

    .delichef-custom-content .post-edge.left .black-delichef-content,
    .post-edge .black-delichef-content {
        padding: 21px 0;
    }

    .post-edge .image_post_edge,
    .post-edge .black-delichef-content {
        left: 0;
    }

    .materials-section {
        font-size: 14px;
    }

    .post-edge .image_post_edge {
        padding: 0;
        height: 100%;
        max-width: 100% !important;
        position: absolute;
        left: 0;
        top: 0;
    }

    .post-edge .black-delichef-content {
        display: block;
        background: rgba(255, 255, 255, 0.7);
        position: relative;
        left: 0;
        margin: 15px;
    }

    .post-edge .content_post_edge.right {
        float: none;
        width: 100% !important;
    }

    article.post-edge.wrapper-blog-contents::after {
        width: calc(97% - 7px);
        height: calc(94% - 1px);
    }
}

@media screen and (min-width: 1200px) {
    .side-header-wrapper>.row {
        display: none;
    }


}

@media screen and (max-width: 900px) {
    .article-black-delichef-content {
        max-width: 60%;
    }

    .modal-content.article-black-delichef-content {
        max-width: 100%;
    }


    .wrapper_contents {
        position: absolute;
        bottom: 0;
        background: #d49b30;
        left: 0;
        right: 0;
        text-align: center;
        color: #fff;
        transition: 300ms;
    }
}

@media screen and (max-width: 768px) {
    .section-chef-items .social-icons a {
        font-size: 20px;
        margin: 5px 7px;
    }

    article.post-edge.wrapper-blog-contents::after {
        display: none;
    }

    .content_post {
        padding: 15px 30px;

    }

    article.post-edge.wrapper-blog-contents::after {
        width: calc(95% - 4px);
        height: calc(93% - 3px);
    }

    .post-edge .black-delichef-content {
        left: 0;
    }

    .section-filter-content li {
        border-right: none;
        border-bottom: 1px solid #ffaa17;
        padding: 25px;
        margin: 0 !important;
    }

    .image-portfolio-list a:hover {
        opacity: 0;
    }

    .image-portfolio-list a:hover {
        opacity: 0;
    }
}

@media screen and (max-width: 600px) {

    .black-delichef-content h2 {
        margin-top: -60px;
        z-index: 1;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 25px;
    }

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

    .black-delichef-content {
        padding: 10px;
        position: relative;
    }

    .post {
        position: relative;
        margin: 30px auto;
        overflow: visible;
        display: inline-block;
    }

    .content_post {
        min-width: 100% !important;
        padding: 15px;
    }

    .link-style-one {
        margin: 0 auto;
    }

    .article-black-delichef-content {
        max-width: 95%;
    }

    #trigger span {
        margin: 10px 20px;
        display: inline-block;
    }

    .icons-menu-mobile {
        margin: 7px 20px;
    }
}

@media screen and (max-width: 575px) {
    .image-portfolio-list {
        width: inherit;
    }

    .article-portfolio-list {
        overflow: inherit;
        height: inherit;
    }

    .content-portfolio-list:hover .details_content_sec {
        bottom: -34px;
    }

}

@media screen and (max-width: 391px) {
    article.post-edge.wrapper-blog-contents::after {
        width: calc(92% - 5px);
        height: calc(92% - 3px);
    }

    .icons-menu-mobile {
        float: none;
        margin: 0 auto;
    }

    .article-black-delichef-content h2 {
        font-size: 27px;
    }

    .span.sub-title {
        font-size: 70px;
    }

    .logo-mobile .text-logo-mobile {
        margin: 0 10px;
    }
}