/*
 Theme Name:   Nuit de la Glisse
 Theme URI:    https://novelar.fr
 Description:  Thème Nuit de la Glisse
 Author:       Jérôme
 Author URI:   https://novelar.fr
 Template:     hello-elementor
 Version:      1.0.1
*/

html, body {
    overflow-x: hidden;
    font-size: 16px;
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );

}
ul {
    list-style: none;
}

h1.entry-title {display:none;}
.elementor-text-editor b {
  color:var( --e-global-color-primary );
}


i.fa, i.fas {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
dd {margin-left:0;}
form i {
  font-size:0.8em;
}
label {
    text-align: left;
    line-height: 150%;
    position: relative;
    padding-bottom: 5px;
    color: inherit;
    display: block;
}

label {
  opacity: 0.8;
}



/*--------------------------------------------------------------
# GENERAL 
--------------------------------------------------------------*/
small {font-size:0.4em;}
.light {font-weight:200;}

.dialog-message {font-size:1em;}


b, strong {
    font-weight: bold;
}


::placeholder {
    color:#9B9B9B;
    font-size: 1em;
    font-weight: var( --e-global-typography-text-font-weight );
}
blockquote {
    padding: 50px;
    position: relative;
    border: 0;
    font-size:1.3em;
}

blockquote:before {
    background-image: url(./images/blockquote-left.png);
    left: 0;
    top: 0;
}
blockquote:after {
    background-image: url(./images/blockquote-right.png);
    right: 0;
    bottom: 0;
}
blockquote:before, blockquote:after {
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size:contain;
    position: absolute;
}
input {
    appearance: none;
    outline: none;
}
[type="search"] {
    appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
button.elementor-button, 
input[type="button"], 
input[type="submit"], 
a.elementor-button {
    font-size: 1em;
    font-weight: bold;
    color: var( --e-global-color-primary );
    border-radius: 0px 0px 0px 0px;
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    background-color: var( --e-global-color-accent );
    overflow: hidden;
    position: relative;
    pointer-events: auto;
    cursor: pointer;
    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 15%);
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 15%);
    border-radius:0;
    border:none;
}
button.elementor-button:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover, 
a.elementor-button:hover {
    color:#fff;
        -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 15%);
}
.elementor-button span {
    /* display: block; */
    position: relative;
    /* mix-blend-mode: difference; */
    z-index: 10;
}
.elementor-button:hover span {
    animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}

@keyframes MoveScaleUpInitial {
    to {
        transform: translate3d(0,-105%,0) scale3d(1,2,1);
        opacity: 0;
    }
}

@keyframes MoveScaleUpEnd {
    from {
        transform: translate3d(0,100%,0) scale3d(1,2,1);
        opacity: 0;
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}
.elementor-button::before, .elementor-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.elementor-button::before {
    content: '';
    background: var( --e-global-color-primary );
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0,100%,0) scale3d(0,0,0);
}

.elementor-button:hover::before {
    transform: translate3d(0,0,0) scale3d(1,1,1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.elementor-button::after {
    content: '';
    background: var( --e-global-color-primary );
    transform: translate3d(0,-100%,0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.elementor-button:hover::after {
    transform: translate3d(0,0,0);
    transition-duration: 0.05s;
    transition-delay: 0.4s;
    transition-timing-function: linear;
}
.elementor-button.elementor-button-info {
    background:transparent;
    color:var( --e-global-color-accent );
    border-radius:0;
    box-shadow: inset 0px 0px 0px 2px var( --e-global-color-accent );
    -webkit-box-shadow: inset 0px 0px 0px 2px var( --e-global-color-accent );
}

.elementor-button.elementor-button-info::after,
.elementor-button.elementor-button-info::before {background: var( --e-global-color-accent );}
.elementor-button.elementor-button-info:hover {
    color:#fff;
    border-radius:0;
}
.elementor-button.elementor-button-info.active {
    background: var( --e-global-color-accent );
    color:#fff;
    border-radius:0;
}

.elementor-widget-heading h2, .sublined{
  display:inline;
  box-shadow: inset 0 -0.35em 0 var( --e-global-color-accent );
  transition: box-shadow .5s ease;
}

.elementor-widget-heading:hover h2,.sublined:hover{
  box-shadow: inset 0 -1.25em 0 var( --e-global-color-accent );
}

.shadow-underline-blue h2{
  box-shadow: inset 0 -0.45em 0 var( --e-global-color-primary );
}
.shadow-underline-blue:hover h2{
  box-shadow: inset 0 -1.25em 0 var( --e-global-color-primary );
}
/*--------------------------------------------------------------
# FORMULAIRES
--------------------------------------------------------------*/
*:focus {
    outline: none;
}
.elementor-field-textual.elementor-size-lg,
.elementor-field-textual.elementor-size-md,
.elementor-field-textual.elementor-size-sm{
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
}
/*
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], select, textarea,
body.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text,
body.woocommerce form .form-row input.input-text, body.woocommerce form .form-row textarea {
    display: block;
    width: 100%;
    height: 3.75rem;
    border-radius: 0px;
    appearance: none;
    border: 0px none;
    outline: none;
    background-color: transparent;
}
input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, .select-container:focus, textarea:focus,
.woocommerce form .form-row .input-text:focus, .woocommerce-page form .form-row .input-text:focus {
     box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}

*/
input[type="checkbox"] {
    position: relative;
    width: 1em;
    height: 1em;
    border: 1px solid #dedede;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block !important;
    appearance: none;
    outline: 0;
    cursor: pointer;
    display:inline-block;
    vertical-align: middle;
    -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
    transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.elementor-field-subgroup .elementor-field-option label {display:inline;}
input[type="checkbox"]::before {
    position: absolute;
    content: '';
    display: block;
    top: -0.1em;
    left: 0.2em;
    width: 0.5em;
    height: 0.9em;
    border-style: solid;
    border-color: #dedede;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    opacity: 0;
}

input[type="checkbox"]:checked {
    color: var( --e-global-color-primary );
    border-color: #fff;
    background: #fff;
}
input[type="checkbox"]:checked::before {
      opacity: 1;
      color:var( --e-global-color-primary );
          border-color: var( --e-global-color-primary );
}

input[type="checkbox"]:checked + span {
    color:var( --e-global-color-primary );
}

input[type="checkbox"]:checked ~ label::before {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


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

} 
@media only screen and (max-width:1024px ) {

} 
@media only screen and (max-width:767px ) {
    html, body { font-size:11px;}
    blockquote {
      padding: 2em 1em;
      position: relative;
      border: 0;
  }
  blockquote:before, blockquote:after {
      width: 20px;
      height: 20px;
  }

}

.height-100vh,
.height-100vh .elementor-widget-container,
.height-100vh iframe {
    min-height:100vh;
}

/*--------------------------------------------------------------
# ELEMENTOR
--------------------------------------------------------------*/

p.elementor-heading-title,
.elementor-heading-title p {
    font-size:1.5em;
    line-height:1.3em;
}
.single-post h2 {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    line-height: var( --e-global-typography-secondary-line-height );
}
.single-post h3 {
    font-family: "Playfair Display", Sans-serif;
    text-transform: none;
    line-height: 1.5em;
}


.elementor-text-editor  ul {
  margin-bottom: 0.7em;
}
.elementor-text-editor  ul > li {
    margin-left: 1em;
    list-style-type: none;
    margin-top: 0.7em;
}
.elementor-text-editor ul > li:before {
    content: "\f054";
        -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var( --e-global-color-primary );
    font-size: 0.7em;
    top: .125em;
    right: .75em;
    margin-right: 10px;
}

.elementor-text-editor b {
  color:var( --e-global-color-primary );
}
.elementor-widget-call-to-action .elementor-cta__description {
    text-align: justify;
}
.elementor-popup-modal .dialog-close-button {
    border: 1px solid #808181;
    padding: 5px;
}



/*-----------------------------------------------------------
# LOGO et STICKY
-------------------------------------------------------------- */



#header.sticky #nav-desktop a {color:#fff;}

.nav-wrapper {
background: -moz-linear-gradient(top, rgba(0,0,30,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,30,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,30,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#header.sticky #nav-desktop > .menu-item.button-header > a {
    color:#fff;
    background: var( --e-global-color-accent );
}

.home .custom-logo-link {
    display:none;
}
.custom-logo-link, .custom-logo-link img {
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position:relative;

}

/*-----------------------------------------------------------
# HEADER
-------------------------------------------------------------- */
.elementor-editor-active #header, 
.elementor-editor-active .custom-logo-link
{display:none;}
.elementor-editor-active main {margin:0;}
#header {
    position: fixed;
    z-index: 999;
    width: 100%;
    /* top: 0; */
    left: 0;
}
#nav-desktop > .menu-item.button-header > a {
    height: 42px;
    line-height: 42px;
    margin-left: 15px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    padding: 0px 20px 0px 20px;
    color:var( --e-global-color-accent );
    background-color:transparent;
    text-transform: initial;
    box-shadow: inset 0 0 0 2px  var( --e-global-color-accent );
      -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
    
}

#nav-desktop > .menu-item.button-header > a:hover {
    color:var( --e-global-color-primary );
    background-color:var( --e-global-color-accent );
}

.button-header > a > span:before {
    top: 5px;
    left: 5px;
    height: 30px;
    width: 30px;
}
#nav-desktop > .menu-item.button-header > a:before {display:none;}
#header .nav-wrapper {
    box-shadow:none;
    line-height: 80px;
    height:80px;
      -o-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content:flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
}

.custom-logo-link {
  z-index:9999;
    display: block;
    width:160px; 
    float: left;
    position: absolute;
    padding: 10px 20px;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* vertical-align: middle; */
}
#nav-desktop {
  display:flex;
  list-style: none;
  text-align:center;
  margin-right:20px;
}
#nav-desktop, #nav-desktop ul {
    padding: 0;
    list-style: none;
}
/*ALL NIV */

#nav-desktop a {
    display:block;
    color:#fff;
    text-transform: uppercase;
    font-weight:400;
    letter-spacing: 0.2;
    font-size:0.9em;
}


/* NIV 1 */
#nav-desktop li {
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}

#nav-desktop > li a {
    position: relative;
    padding: 0 10px;
    display: block;
}
#nav-desktop > li.menu-item-has-children > a:after {
    content: "";
    margin: 0px 0px 0px 8px;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    width: 10px;
    height: 6px;
    right: 0;
    background: url(./images/down.svg);
    background-size: cover;
}

#nav-desktop > li a:before {
    background: var( --e-global-color-accent );
    height: 4px;
    width: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#nav-desktop > li.current_page_item > a:before,
#nav-desktop > li > a:hover::before {width:100%;}

#nav-desktop > li.current_page_item > a {
   font-weight: 900;
}

/* NIV 2 horizontal */
#nav-desktop > li {
    z-index:999;
}
#nav-desktop .sub-menu {
    position: absolute;
    left: 0;
    min-width: 240px;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    background: #000000;
    visibility: hidden;
    opacity: 0;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}
#nav-desktop .menu-item:hover .sub-menu {
  opacity:1;
  visibility: visible;
}
#nav-desktop .sub-menu li {
  width:100%;
  line-height: 1;
    clear: both;
}
#nav-desktop .sub-menu li a {
    padding:20px;
}
#nav-desktop .sub-menu > li > a:hover {
  background: var( --e-global-color-accent );
  color:#fff;
}
#nav-desktop > li > ul > li > ul > li {
    display:block;
    text-align:left;
    padding: 0
}
#nav-desktop > li > ul > li > ul > li > a {font-style: italic;}


#menu-background:after {
    content:"";
    background:rgba(0,0,0,0.5);
    position:fixed;
    left:0;
    top:0;
    z-index:0;
    pointer-events: none;
    height: 100%;
    width:100%;

}
#menu-background {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity:0;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    transition: opacity  .3s ease;
}

#menu-background .background-item {
    opacity:0;
    width:100%;
    height:100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -o-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
#menu-background.show, #menu-background .background-item.show {
    opacity: 1;
        -o-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
#right-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index:9999;
}



/* WPML */

.wpml-ls-legacy-dropdown a {
    background: transparent !important;
    color:#fff !important;
    border:none;
}
.wpml-ls-legacy-dropdown {
    width: 60px;
}
.wpml-ls-sub-menu {
    background:transparent !important;
}
body .wpml-ls-legacy-list-horizontal a {
    color: #fff;
}
.wpml-ls-current-language > a {
        font-size: 0.9em;
    font-weight: 600;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    position: relative;
    line-height: 60px;
    padding: 0 10px;
    text-align: left;
}
.search-form {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
/*-----------------------------------------------------------
# MOBILE NAV
-------------------------------------------------------------- */
.menu-mobile,.menu-icon-toggle {
    display:none;
}

.menu-icon-toggle {
    width: 25px;
    height: 20px;
    position: relative;
    z-index: 9;
    margin:15px;
}
.menu-icon-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  border-radius: 5px;
  background-color: var( --e-global-color-accent );
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.menu-icon-toggle:before, .menu-icon-toggle:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  border-radius: 5px;
  background-color: var( --e-global-color-accent );
  -webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s, background-color 0.3s 0.3s;
  transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s, background-color 0.3s 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, background-color 0.3s 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s, background-color 0.3s 0.3s;
}
.menu-icon-toggle::before {
  top: 0;
}
.menu-icon-toggle::after {
  bottom: 0;
  width:80%;
  right: 0;
}
.open .menu-icon-toggle span {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.open .menu-icon-toggle:before, .open .menu-icon-toggle:after {
  background-color: #fff;
  width:100%;
}
.open .menu-icon-toggle:before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open .menu-icon-toggle:after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.open .menu-icon-toggle:before, .open .menu-icon-toggle:after {
    -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s, background-color 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s, background-color 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, background-color 0.3s 0.3s;
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s, background-color 0.3s 0.3s;
}
.menu-background {
  visibility: hidden;
  width: 300%;
  height: 350px;
  position: absolute;
  left: -130%;
  background-color: var( --e-global-color-accent );
  -webkit-transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
  transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
  transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s;
  transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
}
.open .menu-background {
  visibility: visible;
  -webkit-transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
  transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
  transition: background-position 0.5s, transform 0.5s 0.5s;
  transition: background-position 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
}
.menu-background.top {
  -webkit-transform: rotate(-45deg) translateY(-150%);
          transform: rotate(-45deg) translateY(-150%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, var( --e-global-color-accent )));
  background: linear-gradient(to top, #fff 50%, var( --e-global-color-accent ) 50%);
  background-size: 100% 200%;
  background-position: -100% 100%;
}
.open .menu-background.top {
  -webkit-transform: rotate(-45deg) translateY(-49%);
          transform: rotate(-45deg) translateY(-49%);
  background-position: 0 0;
}
.menu-background.middle {
  -webkit-transform: rotate(-45deg) translateY(50%) scaleY(0);
          transform: rotate(-45deg) translateY(50%) scaleY(0);
  background: var( --e-global-color-accent );
}
.open .menu-background.middle {
  -webkit-transform: rotate(-45deg) translateY(50%) scaleY(1);
          transform: rotate(-45deg) translateY(50%) scaleY(1);
}
.menu-background.bottom {
  -webkit-transform: rotate(-45deg) translateY(250%);
          transform: rotate(-45deg) translateY(250%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var( --e-global-color-accent )), color-stop(50%, #fff));
  background: linear-gradient(to bottom, var( --e-global-color-accent ) 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: 0 -100%;
}
.open .menu-background.bottom {
  -webkit-transform: rotate(-45deg) translateY(149%);
          transform: rotate(-45deg) translateY(149%);
  background-position: 0 0;
}
.menu {
    position: fixed;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0, -50%);
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 99999;
    line-height: 1.5;
    width: 100%;
}
.menu .sub-menu {
    display: none;
    margin: 0;
    padding: 5px 0 10px 0;
}
.open .menu {
  visibility: visible;
}
.menu li {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.menu > li {
    margin: 5px 15% !important;
}
.menu a {
    position: relative;
    text-decoration: none;
    color: var(--e-global-color-primary);
}
.menu > li > a {
    display: block;
    font-size: 3em;
    text-transform: uppercase;
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
}
.menu li.current-menu-item > a {
    font-weight: 900;
}
.open .menu li {
  opacity: 1;
  -webkit-transform: translateX(0);
   transform: translateX(0);
   -webkit-transition-delay: 0.5s;
   transition-delay: 0.5s;
}

.open .menu li:nth-child(1) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.open .menu li:nth-child(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.open .menu li:nth-child(3) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.open .menu li:nth-child(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.open .menu li:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.open .menu li:nth-child(6) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.open .menu li:nth-child(7) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.open .menu li:nth-child(8) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.open .menu li:nth-child(9) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.menu a {
    position: relative;
    text-decoration: none;

    line-height: 1em;
    font-weight: 600;
    font-size: 1.2em;
}
.menu a::before {
  content: '';
  display: block;
  height: 2px;
  width: 0;
  position: absolute;
  left: -30px;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.menu a:hover::before {
  width: 15px;
}

.menu-mobile .menu-item-has-children:before {
    display: block;
    content: "+";
    position: absolute;
    right: 5px;
    top: -5px;
    color: #fff;
    font-size: 2em;
}
.open .cart-button {
    color:#fff;
}
.open .cart-menu > li > a > .number-items {
    color:#000;
    background:#fff;
}




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

}

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

    .custom-logo-link, .home .custom-logo-link {
        display:block;
        width: 70px;
        position: fixed;
        padding: 5px 10px;
    }
    .menu-mobile,.menu-icon-toggle  {display:block;}
    #header .nav-wrapper,#header.sticky .nav-wrapper  {
        line-height: 60px;
        height: 60px;
        padding:0 2em;
    }

    .hide-on-med-and-down,#nav-desktop {display:none !important;}

}
@media only screen and (max-width:360px ) {

}

/*--------------------------------------------------------------
# RESPONSIVE
--------------------------------------------------------------*/
@media only screen and (max-width:1230px ) {

}
@media only screen and (max-width:1080px ) {

} 

@media only screen and (max-width:767px ) {
    .slider-home .swiper-slide-contents {
        padding:10% 10%;
    }
    .hide-on-mobile {display:none;}

    small {
        font-size: 0.7em;
    }
  blockquote:before, blockquote:after {
      width: 20px;
      height: 20px;
      background-size: 20px;
  }
  blockquote p {
      font-size: 1em;
      line-height: 1.5em;
      font-weight: 300;
      display:inline;
      text-align:center;
  }
  blockquote {
      padding: 20px 5px;
      position: relative;
      border: 0;
  }
}
