/*
Theme Name: Flatsome Child DeWan
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 4.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'BeyondInfinity';
    src: url('../fonts/BeyondInfinity.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Beyond Infinity - Demo';
    src: url('../fonts/BeyondInfinity.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Semibold.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 */
}

body {
    overflow: hidden !important;
}

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

:-webkit-direct-focus, div:focus {
    outline-color: transparent;
    outline-style: auto;
    outline-width: 0;
}

:focus {
    outline: none !important;
}

*,
*: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;
    overflow-x: hidden;
    /*padding-top: 25px;*/
}

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: 'Montserrat', Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

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

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

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

.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: "Montserrat", Helvetica, sans-serif !important;
}

body a:not(.button):not(.primary-btn):not(.second-btn) {
    font-size: 14.4px;
    line-height: 1.75;
    text-transform: none;
    color: #000 !important;
    font-weight: 400;
}

.html_topbar_right .second-btn {
    text-align: center;
    display: block;
}

.footer-float a:not(.button):not(.primary-btn):not(.second-btn):not(.livechat-btn) {
    font-size: 14.4px;
    line-height: 1.75;
    text-transform: none;
    color: #000 !important;
    font-weight: 400;
    width: 65% !important;
}
.footer-float a.livechat-btn {
    width: 120px;
}

body #wpadminbar a {
    color: #FFF !important;
}

body a:not(.button):not(.primary-btn):not(.second-btn):hover {
    text-decoration: none;
    color: #000 !Important;
}

.copyright-footer {
    color: #FFF;
}

body .absolute-footer .footer-primary .copyright-footer a:not(.button):not(.primary-btn):not(.second-btn) {
    color: #FFF !important;
}

body .absolute-footer .footer-primary .copyright-footer a:not(.button):not(.primary-btn):not(.second-btn):hover {
    color: #FFF !important;
}

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;
}


.top-flying-button a span {
    color: #fff !important;
}

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%;
}

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;
}

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: #000;*/
    padding: 40px 0;
    font-size: 12px;
    background: #FFF;
    /*background: url(/wp-content/uploads/2019/05/dewan-mural-correct-green.jpg) center center no-repeat #000;*/
}

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

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

.footer-bottom ul ul.sub-menu {
    display: none;
}

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;
}

.menu-container .row {
    width: 100%;
    max-width: none;
    margin-left: 0 !important;
}

body:not(.home) .menu-section {
    margin-bottom: 20px;
}

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

.header-menu {
    /*background: #000;*/
    background: url(../images/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 8px;
    font-family: 'Montserrat', Helvetica, sans-serif;
    display: inline-block;
}

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

ul.menu li.get-quote a, ul.menu li.menu-btn 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 .mobile-btns {
    display: none;
    text-align: center;
    cursor: pointer;
}

.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;
}

.footer-logo .ux-logo-link {
    padding: 0 !important;
}

.home-accessibility h4 {
    margin-bottom: 0;
}

.access-icon h4 {
    margin-bottom: 0;
    line-height: 3;
}

.header-top > .flex-row {
    padding: 0;
}

.header-top .flex-left {
    display: none;
}

.header-top .flex-right {
    display: none;
}

.header-top .flex-center {
    width: 100%;
}

.header-top .flex-center li.html {
    width: 100vw;
}

.header-top a, .header-bottom-nav.mobile-nav .html_topbar_right a {
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    text-align: right;
    /*animation: float 2s ease-in-out infinite;*/
    margin: 0;
    overflow: hidden;
    background: transparent;
    width: 100%;
    border: 0;
    box-shadow: none;
}

.header-top a:hover, .header-bottom-nav.mobile-nav .html_topbar_right a:hover {
    background: transparent;
    border: 0;
    color: #FFF;
}

.header-top a span, .header-bottom-nav.mobile-nav .html_topbar_right a span {
    position: relative;
    display: inline-block;
    padding: 0 22px;
    font-size: 14px;
    -webkit-animation: wt-btn_sign-marquee 20s linear infinite;
    -moz-animation: wt-btn_sign-marquee 20s linear infinite;
    -o-animation: wt-btn_sign-marquee 20s linear infinite;
    animation: wt-btn_sign-marquee 20s linear infinite;
}

.header-top a span:after, .header-bottom-nav.mobile-nav .html_topbar_right a span:after {
    content: attr(data-text);
    position: absolute;
    left: 100%;
    padding: 0 23px;
}

.header-bottom-nav.mobile-nav .html_topbar_right {
    color: #FFF;
    background: #000;
    margin-left: -20px;
    margin-top: 5px;
}

.header-bottom-nav.mobile-nav .html_topbar_right a {
    color: #FFF;
    margin-bottom: -5px !important;
}

@keyframes flyingbutton {
    0% {
        bottom: 20px;
        left: 20px;
        right: auto;
        opacity: 1;
    }
    25% {
        top: 20px;
        left: 20px;
        right: auto;
        opacity: 1;
    }
    50% {
        top: 20px;
        left: auto;
        right: 20px;
        opacity: 1;
    }
    75% {
        bottom: 20px;
        left: auto;
        right: 20px;
        opacity: 1;
    }
    100% {
        bottom: 20px;
        left: 20px;
        right: auto;
        opacity: 1;
    }
}

@media screen and (min-width:850px) {
    #popmake-3390 .large-2 {
        flex-basis: 20%;
        max-width: 20%;
    }
}
@media screen and (max-width: 849px) {

    .html_topbar_right {
        margin-left: -15px;
    }
    .html_topbar_right a {
        margin: 0;
    }
    .header-bottom-nav.mobile-nav {
        display: block;
    }

    .footer-float a.livechat-btn {
        bottom: auto !important;
        top: 0 !important;
        right: 0 !important;
        left: auto !important;
        width: auto !important;
        position: fixed !important;
        /* animation: none !important; */
        animation: float-noshadow 2s ease-in-out infinite !important;
    }

    .footer-float a.livechat-btn img {
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 48em) {
    .home-banner {
        position: relative;
        background-color: #fedcd2;
        text-align: center;
        padding: 30vh 0 80px;
        min-height: 75% !important;
    }
        
    .footer-float {
        position: fixed;
        bottom: 15px !important;
        right: -2px !important;
        z-index: 8999999;
        max-width: 180px;
        justify-content: right;
        justify-items: right;
        display: grid;

    }

    .footer-float .second-btn {
        background: #2C403F !important;
        color: #FFF !important;
        text-transform: uppercase !important;
        padding: 2px 10px !important;
        margin: 5px 15px 5px 0 !important;
        font-weight: 400 !important;
        white-space: nowrap !important;
        border: #2C403F 1px solid !important;
        -webkit-transition: all 0.3s ease-in-out 0s !important;
        transition: all 0.3s ease-in-out 0s !important;
        display: inline-block !important;
        width: auto !important;
        -webkit-appearance: none !important;
        cursor: pointer !important;
        border-radius: 0 !important;
        width: 90% !important;
        text-align: center !important;
        font-size: 12px !important;
    }

    .footer-float .second-btn.takeaway-btn {
        background: #DF3B2F !important;
    }

    .footer-float a.livechat-btn {
        bottom: auto !important;
        top: 15px !important;
        right: 0 !important;
        left: auto !important;
        width: auto !important;
        position: fixed !important;
        /* animation: none !important; */
        animation: float-noshadow 2s ease-in-out infinite !important;
    }

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

    .top-flying-button {
        top: 140px !important;
    }
}

.home-banner {
    position: relative;
    background-color: #fedcd2;
    text-align: center;
    padding: 30vh 0 80px;
    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: "Montserrat", 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(../images/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(../images/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(../images/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 h3 {
    /*font-size: 36px;*/
}

.ui-datepicker {
    margin: 0;
}

#map {
    margin-bottom: 40px;
}

.home-contact {
    /*background: #f5bbd6;*/
    background: url(../images/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: #FFF !important;
    /*background: linear-gradient(to bottom right, #ef5241, #c85da3);*/
    background: black;
    text-transform: uppercase;
    padding: 5px 30px !important;
    margin: 0 !important;
    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 !important;
    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: linear-gradient(to bottom right, #c85da3, #ef5241);*/
    background: #FFF !important;
    color: #000 !important;
}

.New-text ul li {
    margin-left: 0;
}

.woocommerce .shop-container ul.products li.product .button, .back-btn a {
    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;
}

.footer-float .second-btn {
    background: #2C403F !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    padding: 0px 10px !important;
    margin: 5px 20px 5px 0 !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
    border: #2C403F 1px solid !important;
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
    display: inline-block !important;
    width: auto !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    width: 90% !important;
    text-align: center !important;
    font-size: 15px;
}

.footer-float .second-btn.takeaway-btn {
    background: #DF3B2F !important;
    border: #DF3B2F 1px solid !important;
}

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

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-10px);
    }
    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

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

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

.third-btn, ul.menu li.menu-btn a {
    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, ul.menu li.menu-btn a: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;
    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%;
}

.contact-feedback {
    background: rgba(200,200,200,0.3);
    padding: 30px 20px;
}

.page-template-page-home1 #grad {
    min-height: 90vh;
    position: relative;
    /*background: url('https://i.stack.imgur.com/suKT3.jpg');*/
    background: url(../images/DeWan-13-2.jpg);
    /*background: url(/wp-content/uploads/2020/06/WhatsApp-Image-2020-06-25-at-8.58.17-PM.jpeg);*/
    background-size: cover;
    background-attachment: fixed;
    background-position: top 30% 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%;
}

.num-1 {
    padding-left: 20px;
}

.num-1::before {
    content: '1.';
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.num-2 {
    padding-left: 20px;
}

.num-2::before {
    content: '2.';
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.num-3 {
    padding-left: 20px;
}

.num-3::before {
    content: '3.';
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.num-4 {
    padding-left: 20px;
}

.num-4::before {
    content: '4.';
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.gform_wrapper.gravity-theme .gform_footer button,.gform_wrapper.gravity-theme .gform_footer input,.gform_wrapper.gravity-theme .gform_page_footer button,.gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 8px;
    background: black;
}

#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: black 1px solid !important;
    margin-top: 50px;
}

.contact-banner, .about-banner, .service-banner, .event-banner {
    background: url(../images/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(../images/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(../images/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(../images/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(../images/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, .subpage {
    background: url(../images/dewan-mural-long-bw.jpg) center center no-repeat #FFF;
    background-size: cover;
    /*padding: 50px 0;*/
}

.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;
}

.col, .columns, .gallery-item{
    padding: 0px 15px 0px;
}

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;
}

.new-single-event, .new-event {
    padding-top: 50px;
}

.new-single-event img {
    height: auto;
}

.new-single-event img.event_gallery_img {
    padding: 5px;
}

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

.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(../images/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: 8999999;
    max-width: 180px;
    justify-content: right;
    justify-items: right;
    display: grid
;
}

/*.top-flying-button {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 30px;*/
/*    z-index: 10000000;*/
/*    background: linear-gradient(to bottom right, #ef5241, #c85da3);*/
/*    display: none;*/
/*}*/

/*.top-flying-button + .menu-section {*/
/*    margin-top: 30px;*/
/*}*/

/*html.pum-open .menu-section {*/
/*margin-top: 0;*/
/*}*/

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding-right: 0;
}

.top-flying-button {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 10000000;
    background: #000000;
}

.top-flying-button + .menu-section {
    margin-top: 30px;
}

.top-flying-button a {
    display: inline-block !important;
    padding: 5px 20px;
    font-size: 14px;
    text-align: right !important;
    /*animation: float 2s ease-in-out infinite;*/
    margin: 0;
    overflow: hidden;
    background: transparent;
    width: 100%;
    border: 0;
    box-shadow: none;
}

.top-flying-button a:hover {
    background: transparent;
    border: 0;
    color: #FFF;
}

.top-flying-button a span {
    position: relative !important;
    display: inline-block !important;
    padding: 0 22px;
    -webkit-animation: wt-btn_sign-marquee 30s linear infinite;
    -moz-animation: wt-btn_sign-marquee 30s linear infinite;
    -o-animation: wt-btn_sign-marquee 30s linear infinite;
    animation: wt-btn_sign-marquee 30s linear infinite;
    width: max-content !important;
}

.top-flying-button a span:after {
    content: attr(data-text);
    position: absolute;
    left: 100%;
    padding: 0 23px;
}

@-webkit-keyframes wt-btn_sign-marquee {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

@-moz-keyframes wt-btn_sign-marquee {
    0% {
        -moz-transform: translate3d(0%, 0, 0);
        transform: translate3d(50%, 0, 0)
    }

    100% {
        -moz-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

@-o-keyframes wt-btn_sign-marquee {
    0% {
        transform: translate3d(0%, 0, 0)
    }

    100% {
        transform: translate3d(-50%, 0, 0)
    }
}

@keyframes wt-btn_sign-marquee {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        -moz-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        -moz-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}

@media scren and (max-width: 48em) {
    .footer-float a.livechat-btn {
        position: fixed !important;
        right: 15px !important;
        left: auto !important;
        top: 15px !important;
        margin-left: auto !important;
        text-align: right;
        width: auto !important;
        max-width: 80px !important;
    }
}