/*
Theme Name: Flatsome Child for Chef Wan Restaurants
Theme URI: http://kodedigital.expert/
Description: This is a HTML theme for Kode Digital Experts Services
Author: Xian
Author URI: http://kohbeixian.com/
Version: 1.0.1
Text Domain: chefwanrestaurants
Template: flatsome
*/

@font-face {
    font-family: 'BauerBodoni';
    src: url('font/BauerBodoniStd-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'QuickSand';
    src: url('font/QuickSand/quicksand-light.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'QuickSand';
    src: url('font/QuickSand/quicksand-book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'QuickSand';
    src: url('font/QuickSand/quicksand-bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Old Newspaper';
    src: url('font/oldnewspapertypes.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Albura';
    src: url('font/ALBURA-Regular.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('font/Lato/Lato-Hairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('font/Lato/Lato-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('font/Lato/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('font/Lato/Lato-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('font/Lato/Lato-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('font/Lato/Lato-Semibold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Dellamonde';
    src: url('font/Dellamonde.otf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('font/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html {
    background: #FFF;
    overflow-x: hidden;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /*-webkit-touch-callout: none; /* iOS Safari */
    /*-webkit-user-select: none; /* Safari */
    /*-khtml-user-select: none; /* Konqueror HTML */
    /*-moz-user-select: none; /* Firefox */
    /*-ms-user-select: none; /* Internet Explorer/Edge */
    /*user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #FFF;
    background-size: cover;
    margin: 0 auto;
    /*color: #4d9e87;*/
    font-family: "Montserrat", Helvetica, sans-serif !important;
    /*-webkit-touch-callout: none; /* iOS Safari */
    /*-webkit-user-select: none; /* Safari */
    /*-khtml-user-select: none; /* Konqueror HTML */
    /*-moz-user-select: none; /* Firefox */
    /*-ms-user-select: none; /* Internet Explorer/Edge */
    /*user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
    font-size: 16px;
    line-height: 1.75;
    min-height: 100vh;
}

div.clear {
    clear: both;
}

.container h1, .container h2, .container h3, .container h4, .container h5, .container h6 {
    /*color: #4d9e87;*/
    color: #000;
    margin-bottom: 30px;
    display: block;
    line-height: 1.5;
    font-family: 'BauerBodoni', Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

body h1, .container h1 {
    /*font-size: 30px;*/
    /*font-weight: 700;*/
    /*text-shadow: 1px 3px 3px #233B39;*/
    /*color: #233B39;*/
}

body h2, .container h2, body h3, .container h3 {
    /*font-size: 24px;*/
    /*color: #233B39;*/
}

body h4, .container h4 {
    /*font-size: 16px;*/
    /*color: #233B39;*/
}

.container h3 {
    margin: 0 0 30px;
}

p {
    /*margin-bottom: 30px;*/
    /*line-height: 1.75;*/
    /*font-size: 16px;*/
    /*font-weight: 400;*/
    /*color: rgba(0, 0, 0, 0.5);*/
    /*font-family: "Lato", Helvetica, sans-serif !important;*/
}

body a {
    /*font-size: 16px;*/
    /*line-height: 1.75;*/
    /*text-transform: none;*/
    color: #000;
}

body a:hover {
    text-decoration: none;
    color: #EED9B8;
}

header a, a {
    text-decoration: none;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header a, a:hover {
    text-decoration: none;
    color: #4d9e87;
}

header ul.top-menu {
    border-top: 2px #4d9e87 solid;
    border-bottom: 2px #4d9e87 solid;
    padding: 20px 0;
    margin: 30px 0;
}

header li {
    display: inline-block;
    width: auto;
    margin: 0 20px;
    font-size: 16px;
}

header li a {
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
}

img {
    max-width: 100%;
}

img.main-logo {
    margin: 10px 0;
}

ul, ol {
    padding: 0;
}

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

a:hover, a:focus {
    color: #4d9e87;
}

.wpcf7 p {
    margin: 0;
}

span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
}

body:not(.single-product):not(.woocommerce-page) input:not([type=checkbox]):not([type=radio]):not([type=submit]), form textarea {
    width: 100%;
    color: #323e41;
    box-shadow: none;
    padding: 5px;
    margin: 10px 0;
    -webkit-appearance: none;
    display: inline-block;
    border: 1px solid #323e41;
    box-sizing: border-box;
}

body:not(.single-product):not(.woocommerce-page) input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus, form textarea:focus, a:focus {
    outline-color: transparent;
    -moz-outline-color: transparent;
    outline-offset: 0px !important;
    outline: none !important;
}

form textarea {
    height: 120px;
    margin: 10px 0;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

textarea:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder {
    color: #999;
}

textarea::-webkit-input-placeholder {
    color: #999;
}

.home-section {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.made-by-xian {
    display: inline-block;
    vertical-align: middle;
}

.made-by-xian a, .made-by-xian img {
    display: inline-block;
    vertical-align: middle;
}

.single-5 {
    width: 20%;
    float: left;
    margin-top: 20px;
}

h3.strike {
    display: table;
    white-space: nowrap;
    text-transform: uppercase;
}

h3.strike:before, h3.strike:after {
    border-top: 3px solid #4d9e87;
    content: '';
    display: table-cell;
    position: relative;
    top: 10px;
    width: 50%;
}

h3.strike:before {
    right: 30px;
}

h3.strike:after {
    left: 20px;
}

ol.commentlist li.comment {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}

/*********** XIAN CUSTOM ***********/
.site-title img {
    max-width: 150px;
}

footer .site-info {
    text-align: left;
}

.site-content h3 {
    color: #4d9e87;
}

.site-content > h3, .home-skill > h3, .home-top-banner h3, footer h3 {
    font-size: 30px;
}

h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.content-area {
    display: block;
    position: relative;
}

.site-main:not(.no-sidebar) {
    width: 100%;
    float: left;
    display: inline-block;
}

.sidebar {
    margin-left: 70%;
}

.site-main.no-sidebar {
    width: 100%;
}

aside.content-bottom-widgets {
    width: 30%;
    float: left;
    display: inline-block;
}

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

.site-footer p {
    margin: 0 0 30px;
    font-size: 14px;
}

.site-footer a {
    margin: 0 5px;
    font-size: 14px;
}

.site-footer .footer-top {
    background: #f0f0f0;
    color: #000;
    padding: 100px 0;
}

.site-footer .footer-top p {
    color: #000;
}

.site-footer .footer-bottom {
    color: #FFF;
    background: #882d18;
    padding: 15px 0;
    font-size: 12px;
}

.site-footer .footer-bottom p {
    margin: 0;
}

.site-footer .footer-bottom a {
    color: #FFF;
}

img {
    max-width: 100%;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

span.smaller {
    font-size: 9px;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}

hr {
    background-color: #d1d1d1; /* Make sure color schemes don't affect to print */
    margin: 0 0 1.75em;
    border: 0;
    height: 2px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

.text-uppercase {
    text-transform: uppercase;
}

.navigation-top, .navigation-top .sub-menu {
    background-color: #FFF;
}

.navigation-top .sub-menu li:hover {
    background-color: #4d9e87;
}

.navigation-top a {
    color: #000;
}

.navigation-top .top-logo {
    width: 20%;
    float: left;
    clear: none;
}

.navigation-top .top-logo img {
    max-height: 150px;
    width: auto;
    margin-top: 15px;
}

.navigation-top .header-right {
    width: 80%;
    float: left;
    clear: none;
    text-align: right;
}

.navigation-top nav ul.menu {
    text-align: right;
}

footer .site-info {
    text-transform: uppercase;
}

footer .site-info a {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
}

footer p {
    color: #FFF;
    margin-bottom: 0;
}

.home #container {
    width: 70%;
    float: right;
    padding: 0 30px;
}

aside#secondary {
    width: 30%;
    float: left;
}

.header-right nav {
    margin-top: 25px;
}

.site-branding {
    margin: 10px 0;
    /* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.site-header-menu {
    margin: 20px 0 0 auto;
}

.home-bg-content {
    padding: 20px 0 0;
    position: relative;
    text-align: center;
}

.home-bg-content-new {
    padding: 20px 0 0;
    position: absolute;
    text-align: center;
    bottom: 0;
}

.home-top-banner h1 {
    font-weight: bolder;
    color: #FFF;
    font-size: 40px;
    margin-bottom: 30px;
    word-break: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.menu-section {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1900;
    text-align: center;
    background: #000;
}

img.main-logo {
    max-width: 200px;
    margin-bottom: 30px !important;
}

.header-menu {
    /*background: #000;*/
    background: url(/wp-content/uploads/2020/11/De.Wan_website-header-2500.jpg) bottom 30% center no-repeat #323e41;
    background-size: cover;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header-menu.sticky {
    position: fixed !important;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header-menu ul.menu {
    /*padding: 5px 0;*/
    text-align: center;
    margin-bottom: 0;
    /*margin-top: 40px;*/
    padding: 0;
}

.header-menu ul.menu li {
    display: inline-block;
    width: auto;
    /*margin: 0 10px;*/
    margin: 0;
    font-size: 11px;
    position: relative;
}

.header-menu ul.menu li.menu-item-has-children {
    margin-top: 1px;
}

/*.header-menu ul.menu li.menu-item-has-children > a:after {*/
/*    content: '\f107';*/
/*    font-family: FontAwesome;*/
/*    color: #000;*/
/*    margin-left: 5px;*/
/*}*/

.header-menu ul.menu li a {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #000;
    padding: 10px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    display: inline-block;
}

ul.menu li.get-quote {
    /*display: block;*/
    /*clear: both;*/
}

ul.menu li.get-quote a {
    margin: 5px 0 !important;
    padding: 5px 20px !important;
}

.header-menu ul.menu li > a:hover:before, .header-menu ul.menu li.current_page_item a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.header-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 400;
    width: 250px;
}

.header-menu ul.sub-menu li {
    background: #2c413f;
    color: #FFF;
    margin: 0;
    text-align: left;
    width: 100%;
}

.header-menu ul.sub-menu li a {
    color: #FFF;
    padding: 5px 10px;
}

.header-menu ul.sub-menu li:hover {
    background: #4d9e87;
    color: #FFF;
}

.header-menu ul.sub-menu li:hover a {
    color: #FFF;
}

.header-menu ul.menu li.primary-btn a {
    border: 1px solid #a2a472;
    background: #a2a472;
    color: #FFF;
    padding: 5px 10px;
}

.header-menu ul.menu li.primary-btn a:hover {
    background: #FFF;
    color: #a2a472;
}

.header-menu ul.menu li.shopping-cart a:after {
    content: "\f07a";
    font-family: 'FontAwesome';
    margin-left: 5px;
}

.header-menu ul.menu li.user a:after {
    content: "\f007";
    font-family: 'FontAwesome';
    margin-left: 5px;
}

.header-menu .mobile-btns {
    display: none;
    text-align: center;
    cursor: pointer;
}

.menu-container .header-nav {
    /*background: rgba(50,62,65,0.9);*/
    background: rgba(255,255,255,0.9);
}

.site-footer ul.menu li {
    display: inline-block;
    width: auto;
    margin: 0 15px;
}

.social-nav {
    padding: 15px 0;
}

.social-nav a {
    margin: 0 15px;
}

.social-nav a i {
    color: #D93E34;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
    margin-right: 0;
    padding-right: 0;
    margin-top: 17px;
    position: relative;
    margin-bottom: 8px;
    background-image: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    background-color: #000;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 11% 10%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.main-body {
    text-align: center;
}

body:not(.page-template-page-noheader) .header-menu {
    position: relative;
}

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

body:not(.page-template-page-noheader) .header-menu .header-logo img {
    max-height: 100px;
    width: auto;
    margin: 10px 0;
}

.home-banner {
    position: relative;
    background-color: #fedcd2;
    text-align: center;
    padding: 150px 0;
    /*min-height: 90vh;*/
}

.home-banner h1 {
    color: #fedcd2;
    font-size: 30px;
    line-height: 2;
    font-weight: 400;
    font-family: 'Montserrat', Helvetica, sans-serif;
    text-transform: none;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.home-banner h2, .home-banner h3 {
    font-size: 24px;
    color: #FFF;
    font-family: 'Montserrat', Helvetica, sans-serif;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}

.home-banner p {
    color: #FFF;
}

.subpage-banner {
    padding: 80px 0;
}

.subpage-banner a, .subpage-banner h1, .subpage-banner p {
    color: #FFF;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
    margin: 0;
}

.subpage-banner p {
    margin-top: 10px;
}

.subpage-banner a:hover {
    color: #D93E34;
}

.second-text {
    color: #4d9e87;
}

.white-text {
    color: #FFF;
}

.header-hire {
    padding-top: 40px;
}

.header-hire a.outline {
    color: #4d9e87;
    border: 2px solid #4d9e87;
    padding: 10px 20px;
    font-size: 12px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav.nav-pills {
    background: #fedcd2;
    color: #FFF;
}

.nav.nav-pills a {
    color: #FFF;
}

.nav.nav-pills li {
    padding: 15px;
}

.nav.nav-pills li.active {
    background: rgba(255, 255, 255, .15);
}

.block-header-image {
    width: 81px;
    height: 60px;
    text-align: center;
    position: relative;
    margin: auto
}

.block-header-image:after, .block-header-image:before {
    content: "";
    display: inline-block;
    height: 3px;
    width: 30px;
    background-color: #fedcd2;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}

.block-header-image:before {
    right: -30px;
}

.block-header-image:after {
    left: -30px;
}

.block-header-image img {
    width: 57px;
    height: auto;
}

.polyrow {
    position: relative;
    background: #000;
    z-index: 6;
    display: table;
    width: 100%;
}

.dw_poly_top, .dw_poly_bottom {
    position: absolute;
    width: 100%;
    display: none;
}

.poly_top_outer, .poly_bottom_outer {
    position: relative;
    z-index: 12;
}

.home-about, .contact-quote .poly_top_outer, .about-info .poly_top_outer, .contact-location .poly_top_outer {
    margin-top: 0;
    display: inline-block;
    width: 100%;
}

.home-about .container, .home-insta .container, .home-location .container, .home-contact .container {
    /*padding: 80px 0;*/
    position: relative;
}

.home-about {
    background: transparent;
    /*margin-top: -199px;*/
}

.home-about-inner {
    background: #FFF;
    color: #000;
    margin-top: -8px;
}

.home-about-inner h1 {
    font-size: 22px;
    text-shadow: none;
}

.home-about-inner h2 {
    font-family: "Lato", Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.home-about p {
    /*color: #000;*/
}

.home-insta {
    /*background: #000;*/
    padding: 80px 0;
    /*background: linear-gradient(to bottom, #ef5241, #c85da3);*/
    background: url(/wp-content/uploads/2019/05/dewan-3d2-black.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.home-insta h3, .home-insta p {
    color: #FFF;
}

#sb_instagram {
    margin-bottom: 30px;
}

.home-about-inner, .home-location-inner {
    padding: 80px 0;
    background: url(/wp-content/uploads/2019/05/dewan-mural-long-bw.jpg) center center no-repeat #FFF;
    background-size: cover;
}

.home-location {
    margin-top: -2px;
}

.home-location-inner {
    /*background: #FFF;*/
    background: url(/wp-content/uploads/2019/05/dewan-mural-long-bw.jpg) center center no-repeat #FFF;
    background-size: cover;
    display: inline-block;
    width: 100%;
    margin-top: -9px;
    padding: 50px 0;
}

.home-location-inner.contact-location {
    padding: 260px 0 50px;
}

.home-location h3 {
    font-size: 36px;
}

#map {
    margin-bottom: 40px;
}

.home-contact {
    /*background: #f5bbd6;*/
    background: url(/wp-content/uploads/2019/05/dewan-mural-long-pink.jpg) center center no-repeat #f1f1f1;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
}

.home-contact h3 {
    color: #712526;
    margin: 0;
}

.home-contact h3 a {
    color: #712526;
}

.home-contact p {
    color: #000;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.home-contact img {
    max-width: 60px;
    margin-top: 30px;
}

.single-album {
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-bottom: 100%;
    overflow: hidden;
    height: 0;
}

.album-title, .album-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.album-front, .album-title {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all ease-in-out 500ms;
    transition: all ease-in-out 500ms;
}

.album-front {
    background-color: #fff;
}

.album-title {
    background-color: #fedcd2;
    /*display: none;*/
    padding: 30px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.home-about-banner .about-items:nth-child(even) .single-album .album-title {
    background-color: #4d9e87;
}

.album-title h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
    margin-top: 40px;
    text-transform: none;
    font-weight: 700;
}

.single-album:hover .album-front {
    /*-webkit-transform: rotateY(-180deg);*/
    /*transform: rotateY(-180deg);*/
}

.single-album:hover .album-title {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    /*display: block;*/
}

#map {
    height: 400px;
}

/***** CUSTOM *****/

.row.white-overlay {
    background: rgba(255, 255, 255, 0.5);
}

body.page-template-page-noheader {
    margin: 0px;
    overflow: visible;
    text-align: center;
}

body.page-template-page-noheader .grad h1 {
    position: fixed;
    bottom: 50px;
    right: 0;
    top: 0;
    left: 0;
    margin-top: 70vh;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 3px;
    font-size: 45px;
}

body.page-template-page-noheader #grad:after {
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}

body.page-template-page-noheader #grad::after {
    background: radial-gradient(circle at top, #ef5241, #c85da3);
}

body.page-template-page-noheader .cs-row, body.page-template-page-noheader .cs-row i:before, body.page-template-page-noheader .cs-row a {
    color: #FFF;
}

body.page-template-page-noheader .cs-row a:hover {
    text-decoration: none;
}

body.page-template-page-noheader .header-menu {
    background: transparent;
}

body.page-template-page-noheader .site-footer {
    background: transparent;
    text-align: center;
    display: none;
}

.outline-link {
    position: relative;
    display: inline-block;
}

a.primary-btn, #gform_1 input[type=submit], input[type=submit], a.primary-btn.collapse-toggle:not([href]):not([tabindex]), ul.menu li.get-quote a,
/*body.woocommerce form.cart button.single_add_to_cart_button.button*/
{
    color: #000 !important;
    background: #FFF;
    text-transform: uppercase;
    padding: 5px 30px;
    margin: 10px 0;
    font-weight: 400;
    /*border: #fedcd2 1px solid;*/
    /*-webkit-transition: all 0.3s ease-in-out 0s;*/
    /*transition: all 0.3s ease-in-out 0s;*/
    display: inline-block;
    width: auto;
    -webkit-appearance: none !important;
    cursor: pointer;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 0;
}

a.primary-btn:hover, #gform_1 input[type=submit]:hover, input[type=submit]:hover, a.primary-btn.collapse-toggle:not([href]):not([tabindex]):hover, a.primary-btn.collapse-toggle:not([href]):not([tabindex]):focus, ul.menu li.get-quote a:hover, ul.menu li.get-quote a:focus,
/*body.woocommerce form.cart button.single_add_to_cart_button.button:hover*/
{
    background: #000;
    color: #FFF !important;
    border-radius: 10px;
}

.second-btn, .woocommerce .shop-container ul.products li.product .button {
    background: #4d9e87;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 30px 20px 30px 0;
    font-weight: 400;
    white-space: nowrap;
    border: #4d9e87 1px solid;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 0;
}

.second-btn:hover, .woocommerce .shop-container ul.products li.product .button:hover {
    background: #FFF;
    color: #4d9e87 !important;
}

.third-btn {
    background: #323e41;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 30px 20px 30px 0;
    font-weight: 400;
    white-space: nowrap;
    border: #323e41 1px solid;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
    cursor: pointer;
    border-radius: 0;
    white-space: normal;
}

.third-btn:hover {
    background: #FFF;
    color: #323e41;
}

div.collapse.in {
    display: block;
}

hr.line-vertical {
    background: #4d9e87;
    height: 80px;
    width: 1px;
    margin: 20px auto;
}

hr.line-underline {
    width: 50px;
    height: 3px;
    background: #4d9e87;
    margin: -30px auto 30px;
}

/********** SUB PAGES ************/

.subpage-content, .contact-content, .portfolio-content, .service-content {
    padding: 50px 0;
}

.subpage-content h1 {
    /*margin-bottom: 50px;*/
    /*color: #fedcd2;*/
}

.page-template-page-subpage h1 {
    /*margin-bottom: 30px;*/
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 36px;
}

.about-content {
    padding: 50px 0;
}

.about-content .row {
    margin-bottom: 50px;
}

.about-2col-content .twocol-text {
    padding: 50px !important;
}

.twocol-top {
    background: #333;
    color: #FFF;
}

.twocol-top h3 {
    color: #fedcd2;
}

.menu-item-row {
    padding: 20px 0;
}

.menu-item-row + .menu-item-row {
    border-top: #4d9e87 1px dotted;
}

.menu-list {
    padding: 50px;
    background: #FFF;
}

.menu-list p {
    color: #000;
}

.service-col {
    margin-bottom: 50px;
}

.service-col .service-text {
    padding: 30px;
    background: #f0f0f0;
}

.services-list {
    margin-top: 50px;
}

.service-size {
    background: rgba(222, 222, 222, 0.3);
    padding: 50px 20px;
    margin-bottom: 50px;
}

.services-items .service-image {
    padding-bottom: 250px;
}

.service-singles {
    margin: 50px 0;
}

.service-singles .col {
    display: flex;
}

.service-singles .col .service-inner {
    background: rgba(254, 220, 210, 0.3);
    padding: 50px 20px;
    box-shadow: 5px 5px 5px #ccc;
}

.service-singles .col:nth-child(2) .service-inner {
    background: #fedcd2;
}

.total-service .col {
    margin: 15px auto;
}

.total-service .col h4 {
    margin-top: 30px;
}

.total-service img {
    max-width: 80px;
}

/*.service-singles .col .service-inner:hover {*/
/*transform: scale(1.05);*/
/*}*/

.home-cta {
    padding: 30px 0;
    background: #fedcd2;
    color: #000;
}

.home-cta h3 {
    color: #000;
    font-size: 28px;
    margin-bottom: 10px;
}

.home-cta p {
    color: #000;
}

.home-intro h3 {
    margin-bottom: 0;
    font-size: 60px;
    opacity: 0.1;
    font-weight: 700;
    float: right;
    position: absolute;
    font-family: 'Albura', cursive;
    letter-spacing: 0;
    text-transform: none;
    font-style: italic;
}

.about-info .slick h3 {
    margin-bottom: 0;
    font-size: 40px;
    opacity: 0.1;
    font-weight: 700;
    font-family: 'Albura', cursive;
    /*position: absolute;*/
    letter-spacing: 0;
    text-transform: none;
    font-style: italic;
}

.home-intro h4 {
    margin-top: 50px;
    font-size: 24px;
}

.about-info .slick h4 {
    /*margin-top: 20px;*/
    font-weight: 700;
    font-size: 24px;
}

.contact-icon i {
    padding: 13px 15px;
    border: 1px solid #000;
    border-radius: 50%;
}

.page-template-page-home1 #grad {
    min-height: 90vh;
    position: relative;
    /*background: url('https://i.stack.imgur.com/suKT3.jpg');*/
    background: url(/wp-content/uploads/2019/05/DeWan-5-1.jpg);
    /*background: url(/wp-content/uploads/2019/03/dewan-openingsoon.jpg);*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    margin-top: 100px;
}

.page-template-page-home1 #grad h1 {
    position: absolute;
    bottom: 50px;
    right: 0;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 3px;
    font-size: 45px;
    margin-top: 50vh;
    z-index: 991;
}

.play {
    /*display: none;*/
    display: inline-block;
    background: transparent;
    height: 25px;
    width: 75px;
    border-radius: 15px;
    padding-top: 5px;
    font-size: 14px;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -34px;
    position: absolute;
    color: transparent;
    /*visibility: hidden;*/
}

#popmake-146 .pum-content {
    height: 600px !important;
    max-height: 80vh !important;
    overflow-y: scroll !important;
}

#gform_wrapper_1 {
    display: block !important;
    overflow-y: scroll;
    height: 100%;
}

#gform_1 li:not(.show_label) label.gfield_label {
    display: none;
}

#gform_1 input[type=text], #gform_1 input[type=email], #gform_1 input[type=tel], #gform_1 textarea {
    border: 0;
    border-bottom: 1px solid #000;
    padding: 0;
}

#gform_1 .gform_footer {
    text-align: center;
}

#gform_1 .gsection {
    border-bottom: #c85da3 1px solid;
    margin-top: 50px;
}

.contact-banner, .about-banner, .service-banner, .event-banner {
    background: url(/wp-content/uploads/2019/01/dewan-2.jpeg) center center no-repeat;
    background-attachment: fixed;
    padding: 70vh 0 0;
    background-position: center center;
    background-size: cover;
    display: none;
}

.about-banner {
    background: url(/wp-content/uploads/2019/05/DeWan-28.jpg) center center no-repeat;
    background-attachment: fixed;
    padding: 70vh 0 0;
    background-position: center center;
    background-size: cover;
}

.service-banner {
    background: url(/wp-content/uploads/2019/01/dewan-3.jpeg) center center no-repeat;
    background-attachment: fixed;
    padding: 70vh 0 0;
    background-position: center center;
    background-size: cover;
}

.event-banner {
    background: url(/wp-content/uploads/2019/01/dewan-3d2.jpeg) center center no-repeat;
    background-attachment: fixed;
    padding: 70vh 0 0;
    background-position: center center;
    background-size: cover;
}

.contact-banner {
    background: url(/wp-content/uploads/2019/05/linc-contact-1.jpg) bottom center no-repeat;
    background-attachment: fixed;
    padding: 70vh 0 0;
    background-position: center center;
    background-size: cover;
}

.contact-quote .poly_top_outer, .about-info .poly_top_outer, .service-info .poly_top_outer, .contact-location .poly_top_outer, .event-info .poly_top_outer {
    background: transparent;
    /*margin-top: -99px;*/
    /*padding: 50px 0;*/
    display: none;
}

.contact-quote, .about-info, .service-info, .contact-location, .event-info {
    background: url(/wp-content/uploads/2019/05/dewan-mural-long-bw.jpg) center center no-repeat #FFF;
    background-size: cover;
    padding: 220px 0 50px;
}

.service-top {
    margin-bottom: 50px;
}

.contact-quote svg.poly_top, .about-info svg.poly_top, .service-info svg.poly_top, .contact-location svg.poly_top, .event-info svg.poly_top {
    height: 100px !important;
}

.main-body {
    position: relative;
}

.jump-top-content {
    position: absolute;
    top: 80vh;
    width: 100%;
    text-align: center;
    z-index: 600;
}

body.page-template-page-subpage .jump-top-content {
    top: 60vh;
}

.jump-top-content a.jump-btn {
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 3px solid #c85da3;
    display: block;
    padding-top: 2px;
    margin: 0 auto;
    display: none;
}

.jump-top-content a i:before {
    color: #c85da3;
    font-size: 30px;
}

/*li.gfield.event_type {*/
/*margin-top: 40px;*/
/*margin-bottom: 60px;*/
/*}*/

/*li.gfield.event_type ul.gfield_radio {*/
/*text-align: center;*/
/*}*/

/*li.gfield.event_type ul.gfield_radio li label {*/
/*border: 2px solid #c85da3;*/
/*text-align: center;*/
/*padding: 10px 30px;*/
/*font-size: 18px;*/
/*text-transform: uppercase;*/
/*font-weight: 700;*/
/*}*/

/*li.gfield.event_type ul.gfield_radio li input {*/
/*visibility: hidden;*/
/*display: none;*/
/*}*/

/*li.gfield.event_type ul.gfield_radio li input[type=radio]:checked + label, li.gfield.event_type ul.gfield_radio li label:hover {*/
/*background: linear-gradient(to bottom right, #ef5241, #c85da3);*/
/*color: #FFF;*/
/*border-color: transparent;*/
/*}*/

.gform_wrapper div.validation_error {
    color: #ef5241 !important;
    border-color: #ef5241 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: transparent;
    border: 0;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
    margin-top: 0;
}

.gform_wrapper .validation_message {
    color: #ef5241 !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 0 !important;
}

.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
    margin-top: 7px;
    margin-left: 10px;
}

.main-content .event-single:nth-child(2n) {
    background: rgba(222, 222, 222, 0.3);
}

.row.event-single {
    padding: 50px 0;
}

.about-info .slick {
    padding: 0 0 50px;
}

ul.slick-dots {
    margin-bottom: 80px;
}

ul.slick-dots li button:before, ul.slick-dots li.slick-active button:before {
    color: #c85da3;
}

.about-chefwan {
    margin-bottom: 50px;
}

.about-chefwan h3 {
    margin-top: 50px;
    color: #FFF;
}

.about-chefwan p {
    color: #FFF;
}

.about-middle {
    background: url(/wp-content/uploads/2019/05/chefwan-bg-2000.jpg) center center no-repeat;
    background-size: cover;
    padding: 120px 0 50px;
    color: #FFF;
    margin: 30px 0 50px;
    background-attachment: fixed;
}

.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li.gchoice_1_30_5 {
    display: none;
}

.footer-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 8912;
    display: none;
}

.footer-float a {
    margin: 0 5px;
    padding: 5px 20px;
    display: block;
    margin-top: 10px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    background: #2c413f;
    border: 1px solid rgba(100, 100, 100, 0.5) !important;
    color: #FFF;
}

.footer-float a:hover {
    background: #FFF;
    color: #2c413f !important;
    border-color: #2c413f !important;
}

.footer-float a.whatsapp-btn {
    background: #25d366;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
    border: 0 !important;
}

.footer-float a.livechat-btn {
    background: transparent;
    animation: float-noshadow 2s ease-in-out infinite;
    border: 0 !important;
    box-shadow: none;
    bottom: 40px;
    position: relative;
    margin-left: 0;
    padding: 0;
}

.footer-float a.livechat-btn img {
    max-width: 120px;
}

@keyframes float-noshadow {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-10px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 8px 3px #dcf8c6;
    }

    100% {
        box-shadow: 0 0 15px 6px #dcf8c6;
    }
}

.row.media-row {
    padding-top: 30px;
}

.media-video.col {
    margin-bottom: 50px;
    padding: 30px;
}

.media-video video {
    object-fit: cover;
}

.media-con .media-img {
    padding-top: 300px;
    position: relative;
}

.media-con .media-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media-con h4 {
    word-wrap: break-word;
    margin-top: 20px;
}

.media-con h4 a {
    line-height: 1.2;
    color: #2c413f;
    font-weight: 400;
}

.media-page-nav {
    padding-bottom: 0;
}

.media-page-nav .page-nav-container {
    width: fit-content;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: none;
}

.media-page-nav .page-nav-container .page-numbers {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    margin: 5px 5px 30px 5px;
    width: 45px;
    height: 45px;
    background-color: rgba(255,255,255,0.9);
    color: #555555;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    box-shadow: 1px 1px 5px 0px #8988887a;
}

.media-page-nav .page-nav-container .page-numbers:hover,
.media-page-nav .page-nav-container .page-numbers.current {
    background-color: #a2a472;
    color: #ffffff;
}

/**** ecommerce ****/

body.woocommerce .shop-container, body.woocommerce-cart .shop-container, body.woocommerce-checkout .shop-container, body.woocommerce-account .shop-container {
    padding-top: 30px;
}

body.single-product h1, .shop-container h2.woocommerce-loop-product__title {
    color: #252525;
    margin: 0;
}

.shop-container h2.woocommerce-loop-product__title {
    font-weight: 400;
    text-transform: none;
}

.shop-container li.product {
    text-align: left;
}

body.single-product p.price, .shop-container span.price span {
    color: #434343;
    margin-bottom: 30px;
}

body.single-product p.price span.amount {
    color: #434343;
}

body.single-product .site-main:not(.no-sidebar) {
    float: none;
}

body.single-product .product_meta {
    display: none;
}

.woocommerce-product-details__short-description {
    text-align: left;
}

.woocommerce .summary .price {
    text-align: left;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    /*width: 40%;*/
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    /*width: 55%;*/
}

body.woocommerce form.cart {
    /*text-align: left;*/
}

body.woocommerce form.cart .qty-text, .woocommerce div.product form.cart div.quantity, .woocommerce-cart table.cart .cart_item div.quantity {
    /*display: inline;*/
    /*width: auto;*/
    /*float: none;*/
}

body.woocommerce form.cart .qty-text {
    /*margin-right: 30px;*/
}

body.woocommerce form.cart button.plus, body.woocommerce form.cart button.minus, .woocommerce-cart table.cart button.plus, .woocommerce-cart table.cart .cart_item button.minus {
    /*background: none;*/
    /*-webkit-appearance: none;*/
    /*width: 30px;*/
    /*border: none;*/
    /*box-shadow: none;*/
}

body.woocommerce form.cart input:not([type=checkbox]):not([type=radio]):not([type=submit]), .woocommerce-cart table.cart .cart_item input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
    /*width: 70px;*/
    /*padding: 0;*/
    /*border: 0;*/
    /*background: #f0f0f0;*/
}

body.woocommerce form.cart button.single_add_to_cart_button.button {
    /*display: block;*/
    /*float: none;*/
    /*clear: both;*/
    /*background: #80833e;*/
    /*color: #FFF !important;*/
    /*border: 0;*/
    color: #000;
}

[data-icon-label]:after, .secondary.is-underline:hover, .secondary.is-outline:hover, .icon-label, .button.secondary:not(.is-outline), .button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step {
    color: #000;
}

/*body.woocommerce form.cart input[type=number]::-webkit-inner-spin-button,*/
/*body.woocommerce form.cart input[type=number]::-webkit-outer-spin-button,*/
/*.woocommerce-cart table.cart input[type=number]::-webkit-inner-spin-button,*/
/*.woocommerce-cart table.cart input[type=number]::-webkit-outer-spin-button {*/
/*    -webkit-appearance: none;*/
/*    margin: 0;*/
/*}*/

/*.woocommerce .shop-container ul.products li.product .button {*/
/*    margin: 0;*/
/*    font-size: 12px;*/
/*    padding: 10px 20px;*/
/*}*/

/*body.woocommerce-cart .woocommerce table.shop_table {*/
/*    border-radius: 0;*/
/*}*/

/*#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {*/
/*    width: 100px;*/
/*}*/

/*.woocommerce-cart table.cart td.actions .coupon .input-text {*/
/*    width: 200px;*/
/*    max-width: 50%;*/
/*}*/

/*.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {*/
/*    border-radius: 0;*/
/*    background: #4d9e87;*/
/*}*/

/*.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {*/
/*    background: #323e41;*/
/*}*/

/*.woocommerce-checkout .woocommerce form .form-row label {*/
/*    display: none;*/
/*}*/

/*.woocommerce-checkout .woocommerce-input-wrapper {*/
/*    width: 100%;*/
/*}*/

/*.woocommerce-checkout .woocommerce form .form-row input:not([type=checkbox]):not([type=radio]):not([type=submit]), .woocommerce-checkout .woocommerce form .form-row textarea, .woocommerce-checkout .woocommerce form .form-row select, .woocommerce-checkout .woocommerce form .form-row span.select2 {*/
/*    margin-bottom: 10px;*/
/*    border: 1px solid #c0c0c0;*/
/*    padding: 10px;*/
/*    background: #FFF;*/
/*}*/

/*.woocommerce-checkout .woocommerce form .form-row span.select2 {*/
/*    padding: 0;*/
/*}*/

/*.woocommerce-checkout .woocommerce form .form-row span.select2-selection__rendered {*/
/*    padding: 10px;*/
/*    border: 0;*/
/*    line-height: 1.4;*/
/*}*/

/*.woocommerce-checkout .woocommerce form .form-row .select2-container--default .select2-selection--single {*/
/*    border: 0;*/
/*    border-radius: 0;*/
/*    background: transparent;*/
/*    height: auto;*/
/*    line-height: 1;*/
/*}*/

/*.woocommerce-checkout .woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {*/
/*    top: 5px;*/
/*}*/

/*.woocommerce-checkout .woocommerce .checkout-left .left-inner {*/
/*    padding: 20px;*/
/*}*/

/*.woocommerce-checkout .woocommerce .checkout-right .right-inner {*/
/*    background: rgba(239, 239, 239, 0.5);*/
/*    padding: 20px;*/
/*}*/

/*.woocommerce-checkout .checkout-right #payment {*/
/*    background: transparent;*/
/*}*/

/*.woocommerce-checkout .checkout-right #payment ul.payment_methods {*/
/*    border: 0;*/
/*}*/

/*.woocommerce-checkout .checkout-right #payment div.payment_box::before {*/
/*    display: none;*/
/*}*/

/*.woocommerce-checkout .checkout-right #payment div.payment_box {*/
/*    background: transparent;*/
/*    padding: 0;*/
/*}*/

/*.woocommerce-checkout .checkout-right #payment label img {*/
/*    display: none;*/
/*}*/

/*.woocommerce-checkout .woocommerce button.button.alt {*/
/*    background: #323e41;*/
/*}*/

/*.woocommerce-checkout .woocommerce table.shop_table {*/
/*    border: 0;*/
/*}*/

/*.woocommerce-info {*/
/*    border-color: #323e41;*/
/*}*/

/*.woocommerce-info::before {*/
/*    color: #323e41;*/
/*}*/

/*.woocommerce-checkout .woocommerce td.product-name img {*/
/*    max-width: 110px;*/
/*    padding-right: 20px;*/
/*    float: left;*/
/*}*/

/*.woocommerce-checkout ul.woocommerce-shipping-methods {*/
/*    text-align: right;*/
/*}*/

/*.woocommerce-account .woocommerce-MyAccount-navigation {*/
/*    width: 100%;*/
/*    float: none;*/
/*}*/

/*.woocommerce-account .woocommerce-MyAccount-navigation li {*/
/*    width: auto;*/
/*    display: inline-block;*/
/*    margin: 0 20px;*/
/*    line-height: 1;*/
/*}*/

/*.woocommerce-account .woocommerce-MyAccount-navigation li a {*/
/*    color: #323e41;*/
/*    text-transform: uppercase;*/
/*    line-height: 1;*/
/*}*/

/*.woocommerce-account .woocommerce-MyAccount-navigation li a:after {*/
/*    height: 2px;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    background: transparent;*/
/*    content: '';*/
/*    margin-top: 0;*/
/*}*/

/*.woocommerce-account .woocommerce-MyAccount-navigation li:hover a:after, .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:after {*/
/*    background: #323e41;*/
/*}*/

/*.woocommerce-account .woocommerce-MyAccount-content {*/
/*    width: 100%;*/
/*    float: none;*/
/*    padding: 50px 0;*/
/*}*/

/*.woocommerce-account .woocommerce form .woocommerce-address-fields .form-row label, .woocommerce-account .woocommerce form.edit-account .form-row label {*/
/*    width: 100%;*/
/*    display: inline-block;*/
/*    text-align: left;*/
/*    color: #323e41;*/
/*    font-weight: 700;*/
/*}*/

/*.woocommerce-account .woocommerce form .woocommerce-address-fields .form-row .woocommerce-input-wrapper, .woocommerce-account .woocommerce form.edit-account .form-row .woocommerce-input-wrapper {*/
/*    width: 100%;*/
/*}*/

/*.woocommerce-account .woocommerce form .woocommerce-address-fields .form-row label .required, .woocommerce-account .woocommerce form.edit-account .form-row label .required {*/
/*    color: #323e41;*/
/*}*/

/*.woocommerce-account .woocommerce form .woocommerce-address-fields .form-row input, .woocommerce-account .woocommerce form.edit-account .form-row input {*/
/*    width: 100%;*/
/*    border: 0;*/
/*    border-bottom: 1px solid #323e41;*/
/*}*/

/*.woocommerce-account .woocommerce form .woocommerce-address-fields .form-row .select2-container--default .select2-selection--single .select2-selection__rendered,*/
/*.woocommerce-account .woocommerce form.edit-account .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*    text-align: left;*/
/*}*/

/*.woocommerce-account .woocommerce form button.button {*/
/*    background: #323e41;*/
/*    border-radius: 0;*/
/*    color: #FFF;*/
/*    margin-top: 30px;*/
/*    text-transform: uppercase;*/
/*    font-weight: 400;*/
/*    padding: 10px 20px;*/
/*}*/

/*.woocommerce-account .woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-account.woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {*/
/*    display: none;*/
/*}*/

/*.woocommerce-account .woocommerce .col2-set::after, .woocommerce-account.woocommerce-page .col2-set::after {*/
/*    display: none;*/
/*}*/

/*.woocommerce-account .woocommerce form.edit-account fieldset {*/
/*    margin-top: 50px;*/
/*}*/

/*.woocommerce-order {*/
/*    text-align: left;*/
/*}*/

/*.woocommerce-account .woocommerce form.edit-account .form-row label[for="account_display_name"] {*/
/*    display: none;*/
/*}*/

/*label[for=account_display_name] + input#account_display_name {*/
/*    display: none;*/
/*}*/

/*label[for=account_display_name] + input#account_display_name + span {*/
/*    display: none;*/
/*}*/

.home-shop {
    position: relative;
}

.home-shop hr {
    margin-bottom: 30px;
}

.home-shop h3.shop-title {
    font-size: 64px;
    opacity: 0.1;
    font-family: 'Albura', sans-serif;
    position: absolute;
    right: 10%;
    top: 40px;
}

.home-shop > h4 {
    margin: 50px 0;
}

.home-shop h3.product-title {
    text-transform: none;
    color: #323e41;
    font-size: 18px;
    margin-bottom: 15px;
}

.home-shop h3.product-title a {
    color: #323e41;
    font-size: 18px;
    line-height: 1;
}

.home-shop p {
    line-height: 1.2;
    margin-bottom: 10px;
}

.home-shop p.price {
    color: #c85da3;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: left;
}

.woocommerce div.product .woocommerce-tabs .panel {
    text-align: left;
}

#gform_wrapper_3 {
    margin: 0;
}

.gform_wrapper#gform_wrapper_3 .top_label .gfield_label, .gform_wrapper#gform_wrapper_3 legend.gfield_label {
    margin: 0;
}

.gform_wrapper#gform_wrapper_3 ul.gform_fields li.gfield {
    margin: 0;
}

.gform_wrapper#gform_wrapper_3 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin-top: 0;
}

.new-event {
    background: url(/wp-content/uploads/2019/05/dewan-mural-long-bw.jpg) center center no-repeat #FFF;
}

.new-single-event {
    background: url(/wp-content/uploads/2019/05/dewan-mural-long-bw.jpg) center center no-repeat #FFF;
    padding: 240px 0 80px;
}

.new-event h1, .new-single-event h1 {
    padding-top: 220px;
    margin-bottom: 60px;
    font-size: 36px;
}

.new-event h3, .new-single-event h3 {
    font-size: 28px;
    margin-bottom: 10px;

}

.event_gallery_img {
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.new-event p, .new-single-event p {
    font-size: 18px;
    color: #0b0b0b;
}

.new-event .row {
    margin-bottom: 100px;
}

.new-single-event .row {
    margin-bottom: 100px;
}

.event-img {
    box-shadow: 5px 5px 5px #b3b3b3;
    max-width: 100%;
    cursor: pointer;
    transition: .5s ease;
}

.single-event-img {
    box-shadow: 5px 5px 5px #b3b3b3;
    max-width: 100%;
}

.event-img:hover {
    opacity: 0.6;
}

.wo-event-title a {
    font-size: 28px;
    margin-bottom: 10px;
}

.back-btn {
    margin-top: -120px;
}

.back-btn a {
    border-radius: 0;
    padding: 13px 35px;
    font-size: 18px;
    margin: 0;
    background: #2c413f;
    border-color: #2c413f;
    color: #fff;
    font-weight: 700;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(100, 100, 100, 0.5) !important;
}

.new-single-event a:hover {
    background: #FFF;
    color: #2c413f !important;
    border-color: #2c413f !important;
}

.coming-soon-pg {
    min-height: 100vh;
    /*background: url(/wp-content/uploads/sites/2/2021/04/bg.jpg) center center no-repeat;*/
    /*background-size: cover;*/
}

.coming-soon-pg .left-pg {
    min-height: 110vh;
    position: relative;
    /*background: url(http://chefwanrestaurants.com/wp-content/uploads/sites/2/2020/03/dewan-mural-long-pink-727x1024-1.jpg);*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*margin-top: -50px;*/
}

.coming-soon-pg .row {
    height: 100vh !important;
}

.coming-soon-pg .right-pg {
    /*     background: #fff; */
    background-size: cover;
    /*     margin-top: -50px; */
}

.contain-wd {
    background: rgba(239, 239, 239, 0.5);
    max-width: 90%;
    padding: 15px 0 25px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.contain-wd h4 {
    font-size: 45px;
    margin-top: 20px;
    font-weight: 700;
    color: #233B39;
}

.contain-wd p {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contain-wd img {
    max-width: 60%;
}

.contain-wd-2 img {
    max-width: 50%;
}

.contain-wd a {
    border-radius: 0;
    padding: 13px 35px;
    font-size: 18px;
    margin: 0;
    background: #2c413f;
    border-color: #2c413f;
    color: #fff;
    font-weight: 700;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(100, 100, 100, 0.5) !important;
    text-transform: uppercase;
}

.contain-wd a:hover {
    background: #FFF;
    color: #2c413f !important;
    border-color: #2c413f !important;
}

.contain-wd-2 {
    background: Transparent;
    max-width: 95%;
    padding: 15px 0 15px;
    margin: 0 auto;
    display: inline-block;
}

.contain-wd-2 h4 {
    font-size: 45px;
    margin-top: 50px;
    font-weight: 700;
    color: #000;
}

.contain-wd-2 a {
    border-radius: 0;
    padding: 8px 35px;
    font-size: 18px;
    background: #2c413f;
    border-color: #2c413f;
    color: #fff;
    font-weight: 700;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(100, 100, 100, 0.5) !important;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
}

.contain-wd-2 a:hover {
    background: #FFF;
    color: #2c413f !important;
    border-color: #2c413f !important;
}

.contain-wrap {
    padding: 30px;
    /*background: rgba(239, 239, 239, 0.8);*/
}

.contain-wrap img {
    max-width: 200px;
}

.contain-wrap h3 {
    margin: 30px 0;
}

.contain-wrap h3 a {
    color: #000;
    font-family: 'Old Newspaper', sans-serif;
    font-size: 30px;
}

.contain-wrap p {
    font-family: 'Albura', sans-serif;
}

.home-banner {
    padding: 150px 0 350px;
    background-size: cover !important;
}

.home-chefwan-sec {
    /*background: url(/wp-content/uploads/sites/2/2020/12/new-bg-2.png) center -35px no-repeat;*/
    /*background-size: cover !important;*/
    padding-bottom: 50px;
}

.home-chefwan-sec h1 {
    font-family: "Montserrat-Bold", Helvetica, sans-serif !important;
    font-size: 30px;
    margin-bottom: -10px;
    margin-top: 35px;
    text-transform: uppercase;
}

.home-chefwan-sec img.title-border, img.title-border {
    max-width: 170px;
    margin-bottom: 35px;
    margin-top: 10px;
}

.home-chefwan-sec .single-box {
    margin-bottom: 20px;
    padding: 0 25px;
}

.home-chefwan-sec .single-box .text {
    padding: 20px;
    position: relative;
    /*min-height: 380px;*/
}

.home-chefwan-sec .single-box h3 {
    font-family: 'Dellamonde', sans-serif;
    color: #fff;
    margin-bottom: 0;
    font-size: 120px;
}

.home-chefwan-sec .single-box p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-shadow: 1px 1px #000;
}

.home-chefwan-sec .single-box img {
    -webkit-filter: invert() brightness(1);
    filter: invert() brightness(1);
    max-width: 120px;
}

.home-chefwan-sec p a.primary-btn {
    font-size: 12px;
    padding: 5px 20px;
    text-shadow: none;
    color: #000;
    background: #FFF;
}

.home-whatson-sec {
    background: #A69F87;
}

.home-whatson-sec .container-fluid {
    padding: 0;
}

.home-whatson-sec .whats-on h3 {
    font-family: 'Dellamonde', sans-serif;
    color: #d8d59e;
    font-size: 60px;
    font-style: italic;
    position: relative;
    top: 30px;
    margin-right: 20px;
}

.home-whatson-sec .whats-on h4 {
    font-family: "Montserrat-Bold", Helvetica, sans-serif !important;
    color: #fff;
    position: relative;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 24px;
    margin-right: 20px;
}

.home-whatson-sec .whatson-image {
    height: 100%;
}

.home-product-sec {
    /*background: url(/wp-content/uploads/sites/2/2020/12/new-bg-2.png) center no-repeat;*/
    /*background-size: cover !important;*/
}

.home-product-sec .product-title h3 {
    font-family: "Montserrat-Bold", Helvetica, sans-serif !important;
    font-size: 30px;
    margin-top: 35px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.home-product-sec img.title-border {
    max-width: 170px;
    margin-bottom: 35px;
}

.home-product-sec .product-box {
    border: 1px solid #c5d7ac;
    margin-bottom: 34px;
}

.home-product-sec .product-box a {
    display: inline-block;
}

.home-product-sec .product-box img {
    width: 100%;
    height: 250px;
}

.home-product-sec .product-box .info-box {
    height: 160px;
    background: #fff;
    padding: 10px 10px;
}

.home-product-sec .product-box .info-box h3 {
    margin: 0;
    line-height: normal;
    font-family: "Montserrat-Bold", Helvetica, sans-serif !important;
}

.home-product-sec .product-box .info-box a {
    color: #000;
}

.home-product-sec .product-box .info-box p {
    margin-bottom: 0;
    color: #a2a472;
    font-weight: 300;
}

.home-product-sec .product-box .info-box a.primary-btn, .woocommerce ul.products li.product .button {
    background: #80833e;
    margin: 0;
    padding: 10px 30px;
    margin-bottom: 15px;
    color: #fff !important;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #80833e;
    border-radius: 0;
}

.woocommerce ul.products li.product .button:hover {
    background: #FFF;
    color: #80833e !important;
}

.home-media-sec h3 {
    font-family: 'Dellamonde', sans-serif !important;
    color: #a2a472;
    font-size: 90px;
    text-align: left;
    font-style: italic;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 500;
    padding-left: 130px;

}

.home-media-sec .media-title h4 {
    font-family: "Montserrat-Bold", Helvetica, sans-serif !important;
    color: #000;
    position: relative;
    top: -55px;
    text-align: left;
    margin-bottom: 0;
}

.home-media-sec .media-box {
    background: #000;
    border-radius: 5px;
    height: 400px;
    margin-bottom: 50px;
}

.home-media-sec .media-box .media-img {
    background-size: cover !important;
    height: 400px;
    border-radius: 5px;
    margin-bottom: 50px;
    transition: .5s ease;
}

.home-media-sec .media-box .text-box {
    color: #fff;
    padding: 5px;
    transition: .5s ease;
    position: relative;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    background: rgba(0, 0, 0, 0.7);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.home-media-sec .media-box .text-box a, .home-media-sec .media-box .text-box h4 {
    color: #fff !important;
    transition: .5s ease;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 300;
}

.contact-page-banner img {
    width: 100%;
}

.contact-section {
    padding-bottom: 30px;
}

.contact-section .row .single-res:first-child {
    border-right: 2px solid #a2a472;
}

.contact-section .row .single-res p {
    color: #007271;
}

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

.restaurant-social a i.fa-facebook {
    background: #3b5998;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 7px 5px;
    color: #FFF;
}

.restaurant-social a i.fa-instagram {
    background: linear-gradient(56deg,#FFDC80,#FCAF45, #E1306C, #5851DB, #833AB4);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 7px 5px;
    color: #FFF;
}

.restaurant-delivery {
    display: none;
}

.restaurant-delivery {
    margin-top: 30px;
}

.restaurant-delivery h4 {
    margin-bottom: 0;
}

.restaurant-delivery a {
    margin: 0 10px;
}

.restaurant-delivery img {
    max-width: 100px;
}

.woocommerce ul.products li.product .price {
    color: #007271;
}

.new-single-product {
    padding-top: 50px;
    width: 100%;
    display: inline-block;
}

div.cus-service {
    padding: 30px 0;
    text-align: center;
    background: #a2a472;
    font-size: 24px;
    color: #FFF;
}

div.cus-service p {
    margin: 0;
}

div.cus-service a {
    color: #FFF;
}

table.cwr-list {
    width: 100%;
    height: 100vh;
    table-layout: fixed;
}

table.cwr-list td {
    vertical-align: middle;
    position: relative;
}

.contain-wrap img {
    filter: invert(100);
}

.contain-wrap h3, .contain-wrap h3 a {
    color: #FFF;
}

.contain-wrap > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}

.contain-wrap .img-overlay {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}

td.contain-wrap:hover > .img-overlay {
    background: rgba(207,77,89,0.8);
}

.contain-wrap .single-res-content {
    position: relative;
    z-index: 9;
}

.dw-res {
    background: url(/wp-content/uploads/2019/09/dewan-interior-1-1100x733.jpg) center center no-repeat;
    background-size: cover;
}

.ccw-res {
    background: url(/wp-content/uploads/sites/2/2021/05/130737801_213089873611964_5229349217746659222_n.jpg) center center no-repeat;
    background-size: cover;
}

.cwr-res {
    background: url(/wp-content/uploads/sites/2/2020/12/dewan-tote2.jpg) center center no-repeat;
    background-size: cover;
}

.bapf_sfilter.bapf_ckbox label {
    margin-bottom: 0;
}

.berocket_single_filter_widget h3 {
    text-transform: none;
    font-family: 'QuickSand',sans-serif;
    font-weight: normal;
}

a.shopee-btn.button {
    background: #ee4d2d;
    color: #FFF;
}

section.related.products {
    display: inline-block;
    width: 100%;
}

.home-brands-new h4 {
    color: #EED9B8;
}

.home-brands-new a.button.dewan-btn {
    background: #0A0A5B;
}

.home-brands-new a.button.ccw-btn {
    background: #D61664;
}

.home-brands-new a.button span {
    color: #EED9B8;
}

.header-button a.button {
    border-color: #EED9B8;
}

.header-button a i {
    color: #EED9B8;
}

.header-button a span.menu-title {
    color: #EED9B8;
}

.header-cart-title span.amount {
    color: #EED9B8;
}

.header-nav [data-icon-label]:after {
    color: #000;
}

footer h4 {
    font-family: 'Montserrat', sans-serif;
}

.main-menu-overlay + .off-canvas-left .mfp-content {
    background: #EED9B8;
    color: #000;
}

.off-canvas-left .form-flat input:not([type=submit]) {
    background-color: #FFF;
}

.main-menu-overlay + .off-canvas-left .mfp-content a {
    color: #000;
}

.off-canvas .nav-vertical li li>a {
    font-size: 12px;
}

.irs--flat .irs-bar, .irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to, .irs--flat .irs-handle>i:first-child {
    background-color: #000;
}

.irs--flat .irs-from:before, .irs--flat .irs-single:before, .irs--flat .irs-to:before {
    border-top-color: #000;
}

.bapf_sfilter.bapf_button_berocket .bapf_button {
    /*background-color: #EED9B8;*/
    /*font-weight: 700;*/
    font-size: 14px;
    color: #FFF;
    text-transform: none;
    border-radius: 10px;
    font-weight: 400;
    text-transform: none;
    background: #000;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    margin-bottom: 0;
}

/*.off-canvas-left .nav-sidebar.nav-vertical>li+li {*/
/*    border: 0;*/
/*}*/

/*.off-canvas:not(.off-canvas-center) .nav-vertical li>a {*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*}*/

.copyright-footer {
    color: #000;
}

.gform_wrapper.gravity-theme #field_submit input, .gform_wrapper.gravity-theme .gform_footer input {
    border-radius: 10px;
    font-weight: 400;
    text-transform: none;
}

.scroll-to-bullets a, .featured-title, .label-new.menu-item > a:after, .nav-pagination > li > .current, .nav-pagination > li > span:hover, .nav-pagination > li > a:hover, .has-hover:hover .badge-outline .badge-inner, button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline), .featured-table .title, .is-outline:hover, .has-icon:hover .icon-label, .nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .header-vertical-menu__opener, .is-outline:hover, .tagcloud a:hover, .grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt, .nav-box > li > a:hover, .nav-box > li.active > a, .nav-pills > li.active > a, .current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before, .banner, .header-top, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner {
    border-radius: 10px;
    font-weight: 400;
    text-transform: none;
}

[data-icon-label]:after, .secondary.is-underline:hover, .secondary.is-outline:hover, .icon-label, .button.secondary:not(.is-outline), .button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step {
    border-radius: 10px;
    font-weight: 400;
    text-transform: none;
}

.accordion-title.active, .has-icon-bg .icon .icon-inner, .logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a, .nav-outline >li.active > a, .cart-icon strong, [data-color='primary'], .is-outline.primary{
    border-radius: 10px;
    font-weight: 400;
    text-transform: none;
}

.checkout-breadcrumbs a {
    font-family: 'Montserrat', sans-serif;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    border-radius: 10px;
}

form.checkout .has-border {
    border-radius: 10px;
}

input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, .woocommerce-form input[type=password], .woocommerce-form input[type=date] {
    border-radius: 10px;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select {
    border-radius: 10px;
}

p.gform_required_legend {
    display: none;
}

.contact-customer-service p {
    margin-bottom: 0;
}

.my-account .woocommerce form .form-row .required {
    color: #000;
}

.cwr-footer a:hover {
	color: #000;
}

@media screen and (max-width: 990px) {
    .header-logo.text-left, .top-nav .text-left, .top-nav .text-right {
        text-align: center !important;
    }

    .home-chefwan-sec .single-box h3 {
        font-size: 80px;
    }
}

@media screen and (max-width: 767px) {

    .home-media-sec .media-box {
        margin-bottom: 0px;
    }

    .home-chefwan-sec .single-box .text {
        top: 0px;
    }

    .home-chefwan-sec .center-boxx {
        padding: 0;
        margin: 0;
    }

    .home-chefwan-sec .center-boxx br {
        display: none;
    }

    .header-menu ul.menu {
        margin-top: 0px;
    }

    .contain-wd-2 {
        margin-top: 40px;
    }

    .contain-wd-2 h4 {
        font-size: 34px;
        margin-top: 40px;
        font-weight: 700;
        color: #000;
    }

    .contain-wd {
        margin-top: 70px;
    }

    .contain-wd img {
        max-width: 80%;
        margin-bottom: 30px;
    }

    .contain-wd-2 img {
        max-width: 80%;
    }

    .contain-wd {
        top: unset;
        left: unset;
        transform: unset;
        position: unset;
    }

    .contain-wd-2 {
        top: unset;
        left: unset;
        transform: unset;
        position: unset;
    }

    .contain-wd p {
        display: none;
    }

    .coming-soon-pg .col-md-6 {
        min-height: 50vh;
    }

    .header-menu ul.menu li.primary-btn {
        margin-top: 0;
        margin-bottom: 0;
    }

    .header-menu .menu.navigation {
        position: relative;
    }

    .navigation-top .top-logo {
        width: 100%;
        padding: 0 25%;
    }

    .navigation-top .header-right {
        width: 100%;
        text-align: center;
    }

    .navigation-top .header-right nav li {
        text-align: center;
    }

    .home #container {
        width: 100%;
    }

    aside#secondary {
        width: 100%;
        padding: 0 20px;
    }

    #primary {
        padding: 0;
    }

    .header-menu ul.menu {
        display: none;
        text-align: center;
    }

    .mobile-btns {
        display: inline-block !important;
        width: 100%;
    }

    .header-logo.text-left, .top-nav .text-left, .top-nav .text-right {
        text-align: center !important;
    }

    .top-nav .text-right {
        margin-top: 20px;
    }

    .header-logo.text-left img {
        margin: 10px auto;
    }

    .navbar-toggle {
        display: block !important;
        margin: 10px auto;
    }

    .header-menu ul.menu li {
        width: 100%;
        margin: 0;
        padding: 5px 0;
    }

    .header-menu ul.menu li ul.sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        text-align: center;
        margin-top: 5px;
    }

    .header-menu ul.menu li ul.sub-menu li {
        background: transparent;
        color: #FFF;
        text-align: center;
    }

    .header-menu ul.menu > li.menu-item-has-children:after {
        content: '\f078';
        font-family: FontAwesome;
        color: #FFF;
        margin-left: 10px;
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .menu .col-xs-12.text-left {
        text-align: center !important;
    }

    .home-banner {
        padding: 80px 0 50px;
    }

    .home-banner h1 {
        line-height: 1.5;
    }

    .home-banner img {
        margin-top: 50px;
    }

    .header-menu {
        border: 0;
    }

    .sub-top-banner {
        padding: 0;
        background-position: center center;
    }

    .sub-top-banner h1 {
        font-size: 24px;
    }

    .footer-bottom .container.text-left, .footer-bottom .container.text-left .text-right {
        text-align: center !important;
    }

    .about-content {
        padding: 40px 0;
    }

    .services-items .service-image {
        padding-bottom: 250px;
    }

    .main-logo {
        max-width: 160px;
    }

    .page-template-page-home1 .text-left {
        text-align: center !important;
    }

    .col {
        margin: 20px 0;
    }

    .popup-gravity {
        max-width: 80vw;
    }

    .home-intro h3 {
        font-size: 30px;
        text-align: center;
        float: none;
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        margin: 0;
    }

    .home-intro h4 {
        margin-top: -30px;
    }

    .grad a.primary-btn {
        width: 80% !important;
        left: 10% !important;
        bottom: 10% !important;
    }

    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        width: 100%;
    }

    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 100%;
    }

    .grad a.third-btn {
        width: 80vw !important;
        left: 10vw !important;
    }

    .contact-section .row .single-res:first-child {
        border-right: none;
    }

    .media-page-nav .page-nav-container .page-numbers {
        padding: 5px;
        width: 35px;
        height: 35px;
    }

}

@media screen and (max-width: 480px) {

    .header-menu ul.menu li.get-quote a, .footer-bottom ul.menu li.get-quote a {
        font-size: 10px;
    }

    .fixed-menu {
        width: 100%;
    }

    .fixed-menu li {
        width: 100%;
    }

    .fixed-nav {
        right: auto;
        left: auto;
        top: auto;
        bottom: 20px;
        width: 100%;
    }

    .fixed-nav a {
        display: inline;
        margin: 0;
        width: 25%;
        float: left;
        clear: none;
    }

    p {
        margin: 0 0 20px;
    }

    textarea {
        height: 100px;
    }

    .popup-gravity {
        max-width: 90vw;
    }

    .page-template-page-home1 #grad {
        min-height: 40vh;
    }

    .jump-top-content {
        top: 40vh;
    }

    .contact-banner, .about-banner, .service-banner, .event-banner {
        margin-bottom: 100px;
    }

    .footer-float {
        width: 100%;
        right: 0;
        bottom: 0;
        box-shadow: -1px -2px 3px rgba(0, 0, 0, 0.3);
    }

    .footer-float a.whatsapp-btn {
        /*width: 100%;*/
        height: auto;
        width: 40% !important;
        float: none;
        position: absolute;
        left: 10px;
        bottom: 10px;
        padding: 5px;
        word-break: break-word;
        white-space: normal;
        line-height: 1.5;
    }

    .footer-float a {
        width: 50%;
        display: inline-block;
        text-align: center;
        margin: 0;
        float: left;
        height: 70px;
        box-shadow: none;
        line-height: 1;
        padding: 10px 0;
    }

    .site-footer .footer-bottom {
        padding: 40px 0 100px;
    }

    .footer-float a:last-child {
        align-items: center;
        display: flex;
        text-align: center;
        justify-content: center;
    }

    img.main-logo {
        max-height: 60px;
    }

    .contain-wrap p {
        display: none;
    }

    table.cwr-list td {
        width: 100%;
        display: inline-block;
    }

    .footer-float a.livechat-btn {
        margin-left: 0;
        padding: 0;
        right: 0;
        display: inline-block !important;
        float: none;
        height: auto;
        bottom: auto;
        top: 15px;
        position: fixed;
        text-align: right !important;
    }

    .footer-float a.livechat-btn img {
        max-width: 90px;
    }
}