/*
Theme Name: Advantronic
Theme URI: https://www.advantronic.es/
Version: 1.0
Description: Tema hijo de "storefront" para tener una base
Author: Arnau Giannoni
Author URI: https://hixd.es/
Template: storefront
*/
 
@import url("../storefront/style.css");

html, body,
#content .hentry .entry-content > .wp-block-columns > .wp-block-column > .map{
    min-width: 320px;
}

/* Ajustes estilo tema padre */
.site-header,
.site-footer{
    margin: 0;
    padding: 0;

    background: none;
    color: #1C1C1C;
}
.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header{
    margin-bottom: 5em;
}
.storefront-breadcrumb {
    margin: 0 0 1.618em;
    padding: 1em 0;
}
body .col-full {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-sizing: content-box;
}
body,
button,
input,
textarea,
body #content .has-very-dark-gray-color{
    color: #1C1C1C;
}
ul, ol{
    margin: 0 0 1.4em 1em;
    padding: 0;
}
ul > li + li, ol > li + li{
    margin-top: 1.4em;
}
ul:last-child, ol:last-child{
    margin-bottom: 0;
}
ul{
    list-style: none;
}
ul:not(.inline-list):not(.menu):not(.products) li::before {
    content: "\2022";
    color: #FF6A00;

    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}
ul.inline-list,
ol.inline-list{
    margin: -0.25em;
    list-style: none;
}
ul.inline-list > li,
ol.inline-list > li,
#content .hentry .entry-content ul.inline-list > li.wp-block-button{
    display: inline-block;
    margin: 0.25em;
}
ol.alphabetic{
    list-style: lower-alpha;
}
*:focus, a:focus, input:focus, textarea:focus, button:focus {
    outline: none;
}
a, a:active, a:hover, a:focus, a:visited,
.hentry .entry-content a:not(.button):not(.components-button):hover,
.hentry .entry-content a:not(.button):not(.components-button):focus,
.hentry .entry-content a:not(.button):not(.wp-block-button__link):hover,
.hentry .entry-content a:not(.button):not(.wp-block-button__link):focus{
    text-decoration: underline;
    color: #FF6A00;
}
body #content a .has-very-dark-gray-color,
body #content a.has-very-dark-gray-color,
body #content a:visited .has-very-dark-gray-color,
body #content a.has-very-dark-gray-color:visited{
    text-decoration: underline;
}
body #content a:hover .has-very-dark-gray-color,
body #content a.has-very-dark-gray-color:hover,
body #content a:focus .has-very-dark-gray-color,
body #content a.has-very-dark-gray-color:focus{
    color: #FF6A00;
}
.hentry .entry-content a:not(.button):not(.components-button),
#content .hentry .entry-content > .product-categories-grid > .product-category-item .category-title > a{
    text-decoration: none;
}
#content .hentry .entry-content > .product-categories-grid > .product-category-item .sub-category-title > a,
nav ul.menu > li.menu-item > a:not(.button):not(.wp-block-button__link){
    text-decoration: none;
    color: #1C1C1C;
}
#content .hentry .entry-content > .product-categories-grid > .product-category-item .sub-category-title > a{
    font-weight: 600;
}
#content .hentry .entry-content > .product-categories-grid > .product-category-item .sub-category-title > a:hover,
#content .hentry .entry-content > .product-categories-grid > .product-category-item .sub-category-title > a:focus,
nav ul.menu > li.menu-item > a:not(.button):not(.wp-block-button__link):hover,
nav ul.menu > li.menu-item > a:not(.button):not(.wp-block-button__link):focus{
    text-decoration: none;
    color: #FF6A00;
}
.widget_nav_menu ul li::before{
    display: none;
}
#content .hentry .entry-header{
    border: none;
}
blockquote{
    font-style: normal;
}
p + h2, p + h3, p + h4,
ul + h2, ul + h3, ul + h4,
ol + h2, ol + h3, ol + h4,
table + h2, table + h3, table + h4,
blockquote + h2, blockquote + h3, blockquote + h4,
form + h2, form + h3, form + h4{
    margin-top: 0;
}
h2 + h3, .beta + h3{
    border-top: none;
    padding-top: 0;
}

/** IMORT FONT **/
/*@import url('https://rsms.me/inter/inter.css');*/
@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 100;
  font-display: swap;
  src: url("assets/fonts/Inter-Thin.woff2") format("woff2"),
       url("assets/fonts/Inter-Thin.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 100;
  font-display: swap;
  src: url("assets/fonts/Inter-ThinItalic.woff2") format("woff2"),
       url("assets/fonts/Inter-ThinItalic.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 200;
  font-display: swap;
  src: url("assets/fonts/Inter-ExtraLight.woff2") format("woff2"),
       url("assets/fonts/Inter-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 200;
  font-display: swap;
  src: url("assets/fonts/Inter-ExtraLightItalic.woff2") format("woff2"),
       url("assets/fonts/Inter-ExtraLightItalic.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/Inter-Light.woff2") format("woff2"),
       url("assets/fonts/Inter-Light.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 300;
  font-display: swap;
  src: url("assets/fonts/Inter-LightItalic.woff2") format("woff2"),
       url("assets/fonts/Inter-LightItalic.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/Inter-Regular.woff2") format("woff2"),
       url("assets/fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/Inter-Italic.woff2") format("woff2"),
       url("assets/fonts/Inter-Italic.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/Inter-Medium.woff2") format("woff2"),
       url("assets/fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/Inter-MediumItalic.woff2") format("woff2"),
       url("assets/fonts/Inter-MediumItalic.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/Inter-SemiBold.woff2") format("woff2"),
       url("assets/fonts/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/Inter-SemiBoldItalic.woff2") format("woff2"),
       url("assets/fonts/Inter-SemiBoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/Inter-Bold.woff2") format("woff2"),
       url("assets/fonts/Inter-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/Inter-BoldItalic.woff2") format("woff2"),
       url("assets/fonts/Inter-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/Inter-ExtraBold.woff2") format("woff2"),
       url("assets/fonts/Inter-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/Inter-ExtraBoldItalic.woff2") format("woff2"),
       url("assets/fonts/Inter-ExtraBoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/Inter-Black.woff2") format("woff2"),
       url("assets/fonts/Inter-Black.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style:  italic;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/Inter-BlackItalic.woff2") format("woff2"),
       url("assets/fonts/Inter-BlackItalic.woff") format("woff");
}
/* END IMPORT */

/* SET FONT FAMILY */
html,
body,
button,
input,
select,
textarea,
body > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput,
body > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput input,
#ajaxsearchliteres1 .results .asl_nores .asl_keyword {
    font-family: 'Inter', sans-serif;
}

/** TEXT CONFIG **/
html, body,
#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput,
#ajaxsearchliteres1 .results .asl_nores .asl_keyword{
    font-size: 16px;
}
p{
    margin: 0 0 2em;
}
strong, b{
    font-weight: 600;
}
.big-strong strong,
.big-strong b,
strong.big-strong,
b.big-strong{
    font-weight: 800;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
#ajaxsearchliteres1 > .results .item > .asl_content.post-box > .post-content > .post-header > .post-title,
#ajaxsearchliteres1 > .results .item > .asl_content.post-box > .post-content > .post-header > .post-subtitle,
.post-box > .post-content > .post-header > .post-title,
.post-box > .post-content .post-subtitle{
    margin: 0 0 1em;
    font-size: 1em;
    font-weight: 600;
    color: #1C1C1C;
}
h1, .h1, h1 a, .h1 a,
h2, .h2, h2 a, .h2 a,
h3, .h3, h3 a, .h3 a,
h4, .h4, h4 a, .h4 a,
h6, .h6, h6 a, .h6 a{
    font-size: 1em;
    font-weight: 500;
}
h1, .h1{
    font-size: 3em;
    margin-bottom: 0.7em;
}
h2, .h2{
    font-size: 2.5em;
    margin-bottom: 1em;
    color: #FF6A00;
}
h3, .h3{
    font-size: 1.9em;
    line-height: 1.25em;
    margin-bottom: 1.5em;
}
h4, .h4{
    font-size: 1.3em;
    margin-bottom: 1.5em;
    color: #FF6A00;
}

.post-box > .post-content .post-subtitle,
.post-box > .post-content .post-subtitle a{
    font-size: 1em;
    font-weight: 400;
}
.small{
    font-size: 0.8em;
}
#ajaxsearchliteres1 > .results .item > .asl_content.post-box > .post-content > .post-header > .post-title,
.post-box > .post-content > .post-header > .post-title,
#ajaxsearchliteres1 > .results .item > .asl_content.post-box > .post-content > .post-header > .post-title a,
.post-box > .post-content > .post-header > .post-title a{
    font-size: 1.2em;
}
#ajaxsearchliteres1 > .results .item > .asl_content.post-box > .post-content > .post-header > .post-title,
.post-box > .post-content > .post-header > .post-title{
    margin-bottom: 0.7em;
}
.no-margin,
.no-margins-in > *,
.no-margins-in > .wp-block-group__inner-container > *,
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6, .h6,
#ajaxsearchliteres1 > .results .item > .asl_content.post-box > .post-content > .post-header > .post-subtitle,
.post-box > .post-content .post-subtitle{
    margin-bottom: 0;
}

/** ELEMENT PADDINGS **/
body > #page > #masthead.site-header{
    margin-bottom: 4em;
}
#content,
#content #primary,
#content #primary #main{
    margin: 0 auto;
    padding: 0;
}
#content .hentry{
    margin: 0 auto;
    padding: 0 0 3em;
}
body .storefront-breadcrumb,
#content .hentry .entry-header,
#content .hentry .entry-content > .default-padding,
#content .hentry .entry-content > .wp-block-media-text > .wp-block-media-text__content,
#content .hentry .entry-content > .wp-block-columns,
#content .hentry .entry-content > .wp-block-columns.effect-staircase > .wp-block-column,
#content .hentry .entry-content > .wp-block-group,
#content .hentry .entry-footer,
#content .hentry.product > .entry-summary,
#content .hentry.product > .woocommerce-product-gallery,
#content .hentry .entry-content > .product-categories-grid{
    margin: 0 auto;
    padding: 4em;
}
#content .hentry .entry-content > .wp-block-media-text.inline-image > .wp-block-media-text__media{
    padding: 4em 2em 4em 4em;
}
body.search-results #content #primary #main .post-box-list{
    padding-left: 4em;
    padding-right: 4em;
}
#content .hentry .entry-content > .block-header{
    padding-bottom: 1.5em;
}
#content .hentry.product > .woocommerce-tabs > .wc-tabs > li{
    padding-left: 3em;
}
#content .hentry .entry-content > .wp-block-columns.effect-staircase{
    padding: 0 !important;
}
body .storefront-breadcrumb,
#content .hentry .entry-header,
#content .hentry.product > .entry-summary,
#content .hentry.product > .woocommerce-product-gallery,
#content .hentry .entry-content > .no-padding-top,
#content .hentry .entry-content > .default-padding.no-padding-top{
    padding-top: 0;
}
body .storefront-breadcrumb,
#content .hentry .entry-footer,
#content .hentry .entry-content > .default-padding.no-padding-bottom{
    padding-bottom: 0;
}

/** NO LIST MENUS **/
nav ul.menu,
nav ul.menu > li.menu-item,
#content .hentry .entry-content > .product-categories-grid > .product-category-item .sub-categories,
#content .hentry .entry-content > .product-categories-grid > .product-category-item .sub-categories > li,
#content .hentry.product > .woocommerce-tabs > .wc-tabs{
    margin: 0;
    padding: 0;
    list-style: none;
}

/** CUSTOM POPUPS **/
body .popup{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);

    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    opacity: 0;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    -o-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
}
body .popup.show{
    opacity: 1;
}
body .popup > .popup-wrapper{
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 100%;
    background: #FF6A00;

    margin: auto;
    padding: 0;

    text-align: left;
    color: #FFFFFF;
}
body .popup > .popup-wrapper h1,
body .popup > .popup-wrapper h2,
body .popup > .popup-wrapper h3,
body .popup > .popup-wrapper h4,
body .popup > .popup-wrapper h5,
body .popup > .popup-wrapper a{
    color: #FFFFFF;
    margin-bottom: 0;
}
body .popup > .popup-wrapper > .close-popup{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;

    display: block;
    overflow: hidden;
    width: 4.2em;
    height: 4.2em;
    background: #D95A00;
}
body .popup > .popup-wrapper > .close-popup::before,
body .popup > .popup-wrapper > .close-popup::after{
    content: '';

    display: block;
    width: 2px;
    height: calc(100% - 2em);
    
    position: absolute;
    top: calc(50% - 1em);
    left: calc(50% - 1px);

    background: #FFFFFF;
    border-radius: 3px;

    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
body .popup > .popup-wrapper > .close-popup::before{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body .popup > .popup-wrapper > .close-popup::after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
body .popup > .popup-wrapper > .popup-content{
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    width: 100%;
    max-width: 1200px;
    max-height: 100%;
    padding: 3.7em 2.5em;
}
body .popup > .popup-wrapper > .popup-content > * + div{
    margin-top: 2em;
}

/** WORDPRES ELEMENTS **/
/* admin edit link */
#content .hentry .edit-link{
    display: none;
}
/* buttons */
#content .hentry .wp-block-button{
    margin: 0 0 1.4em;
}
#content .hentry .wp-block-button:last-child{
    margin-bottom: 0;
}
#content .hentry .wp-block-button > .wp-block-button__link,
#content .hentry .wp-block-button.is-style-outline > .wp-block-button__link,
div.wpcf7 .wpcf7-submit{
    border-radius: 50px !important;
    border-width: 2px;
    padding: 0.6em 2em;
    font-size: 1em;
    font-weight: 500;
    min-width: 12em;
    text-decoration: none;
}
#content .hentry .wp-block-button.full-button > .wp-block-button__link,
#content .hentry .wp-block-button.is-style-outline.full-button > .wp-block-button__link,
div.wpcf7 .wpcf7-submit.full-button{
    padding-left: 0;
    padding-right: 0;
    min-width: 100%;
}
#content .hentry .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background){
    background: none;
}
#content .hentry .wp-block-button:not(.is-style-outline) > .wp-block-button__link,
div.wpcf7 .wpcf7-submit{
    color: #FFFFFF;
    background-color: #1C1C1C;
}
#content .hentry .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover,
#content .hentry .wp-block-button:not(.is-style-outline) > .wp-block-button__link:focus,
div.wpcf7 .wpcf7-submit:not(:disabled):hover,
div.wpcf7 .wpcf7-submit:not(:disabled):focus{
    color: #FFFFFF;
    background-color: #FF6A00;
}
#content .hentry .wp-block-button:not(.is-style-outline) > .wp-block-button__link.bg-grey:hover,
#content .hentry .wp-block-button:not(.is-style-outline) > .wp-block-button__link.bg-grey:focus{
    color: #FFFFFF;
    background-color: #1D1D1D;
}
#content .hentry .wp-block-button.is-style-outline > .wp-block-button__link:hover,
#content .hentry .wp-block-button.is-style-outline > .wp-block-button__link:focus{
    color: #FF6A00;
    border-color: #FF6A00;
}
/* tables */
#content .hentry .entry-content .wp-block-table table:not( .has-background ) tbody > tr > td{
    padding: 0.8em 0;
    background-color: transparent;
}
#content .hentry .entry-content .wp-block-table.is-style-stripes table:not( .has-background ) tbody > tr,
#content .hentry .entry-content .wp-block-table table:not( .has-background ) tbody > tr > td{
    padding-left: 0.5em;
    padding-right: 0.5em;
}
#content .hentry .entry-content .wp-block-table:not(.is-style-stripes) table:not( .has-background ) tbody > tr:first-child > td{
    padding-top: 0;
}
#content .hentry .entry-content .wp-block-table:not(.is-style-stripes) table:not( .has-background ) tbody > tr:last-child > td{
    padding-bottom: 0;
}
#content .hentry .entry-content .wp-block-table.is-style-stripes table:not( .has-background ) tbody > tr > td:first-child{
    padding-left: 1em;
}
#content .hentry .entry-content .wp-block-table:not(.is-style-stripes) table:not( .has-background ) tbody > tr > td:first-child{
    padding-left: 0;
}
#content .hentry .entry-content .wp-block-table.is-style-stripes table:not( .has-background ) tbody > tr > td:last-child{
    padding-right: 1em;
}
#content .hentry .entry-content .wp-block-table:not(.is-style-stripes) table:not( .has-background ) tbody > tr > td:last-child{
    padding-right: 0;
}
#content .hentry .entry-content .wp-block-table.auto-size table{
    width: auto;
}
/* media + text */
#content .hentry .entry-content > .wp-block-media-text{
    position: relative;
    padding: 0;
}
#content .hentry .entry-content > .wp-block-media-text:first-child > .wp-block-media-text__media{
    margin-top: 0;
}
#content .hentry .entry-content .mobile-title,
#content .hentry .entry-content > .wp-block-media-text.not-mobile-img > .wp-block-media-text__content > .only-mobile{
    display: none;
}
#content .hentry .entry-content > .wp-block-media-text > .wp-block-media-text__content > .wp-block-quote{
    position: absolute;
    line-height: 1em;
    top: calc(100% + 3em);
    left: calc(100% - 4em);

    display: block;
    margin: 0;
    padding: 0;
    border: none;
    white-space: nowrap;

    -ms-transform: rotate(-90deg); /* IE 9 */
    -ms-transform-origin: left center; /* IE 9 */
    transform: rotate(-90deg);
    transform-origin: left center;
}
#content .hentry .entry-content > .wp-block-media-text > .wp-block-media-text__content > .wp-block-quote *{
    color: #FFFFFF;
    font-size: 4.7em;
    line-height: 1em;
}
.home #content .hentry .entry-content > .wp-block-media-text > .wp-block-media-text__content > .wp-block-quote *{
    font-size: 5.7em;
}
/* block columns */
#content .hentry .entry-content .wp-block-columns:not(.full-width) {
    gap: 0;
}
#content .hentry .entry-content .wp-block-columns:not(.full-width) > .wp-block-column[class*='bg-']:not(:first-child),
#content .hentry .entry-content .wp-block-columns:not(.full-width) > .wp-block-column[class*='bg-']:not(:last-child){
    padding: 1.1em;
    border-radius: 5px;
}
/* first block columns */
#content .hentry .entry-content > .wp-block-columns{
    margin: 0 -10px;
}
#content .hentry .entry-content > .wp-block-columns > .wp-block-column{
    margin: 0 10px;
    padding: 0 0 1em;
    flex-basis: 100%;
}
#content .hentry .entry-content > .wp-block-columns.effect-staircase,
#content .hentry .entry-content > .wp-block-columns.effect-staircase > .wp-block-column{
    margin: 0;
    gap: 0;
}
#content .hentry .entry-content > .wp-block-columns.effect-staircase > .wp-block-column > h3{
    position: relative;
}
#content .hentry .entry-content > .wp-block-columns.effect-staircase > .wp-block-column > h3:before{
    content: '';
    position: absolute;
    top: 0.85em;
    left: -1.9em;

    display: block;
    width: 1.3em;
    height: 1px;
    background: #FF6A00;
}
/* full width columns */
#content .hentry .entry-content > .wp-block-columns.full-width{
    padding: 2em 0 0;
    margin: 0;
}
#content .hentry .entry-content > .wp-block-columns.full-width.no-padding-top{
    padding-top: 0;
}
#content .hentry .entry-content > .wp-block-columns.full-width > .wp-block-column{
    padding: 2em 4em;
    margin: 0;
}

/** WPML elements **/
.otgs-development-site-front-end{
    display: none !important;
}
.widget_icl_lang_sel_widget .wpml-ls{
    margin: 0;
    padding: 0;
}
.widget_icl_lang_sel_widget .wpml-ls ul,
.wpml-ls-legacy-list-horizontal .wpml-ls-item{
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_icl_lang_sel_widget .wpml-ls ul{
    margin: 0 !important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item{
    padding: 0.5em 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item + .wpml-ls-item{
    padding-left: 1em;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item::before{
    display: none !important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item .wpml-ls-link{
    text-decoration: none;
    padding: 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item .wpml-ls-link:hover,
.wpml-ls-legacy-list-horizontal .wpml-ls-item .wpml-ls-link:focus,
.wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language .wpml-ls-link{
    color: #FF6A00;
    text-decoration: none;
}

/** CONTACT FORMS **/
div.wpcf7 form{
    max-width: 1100px;
    margin: 0 auto;

    font-size: 0.8em;

    /*
    background: #FF6A00;
    color: #FFFFFF;
    */
}
div.wpcf7 form span.wpcf7-list-item{
    margin: 0;
}
div.wpcf7 form .form-content label{
    font-weight: 400;
    display: block;
    margin: 0 0 10px;
}
div.wpcf7 form .form-content .wpcf7-form-control-wrap{
    display: block;
    margin: 5px 0 20px;
}
div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='text'],
div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='number'],
div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='email'],
div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='tel'],
div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='url'],
div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='password'],
div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='search'],
div.wpcf7 form .form-content .wpcf7-form-control-wrap select,
div.wpcf7 form .form-content .wpcf7-form-control-wrap textarea,
div.wpcf7 form .form-content .wpcf7-form-control-wrap .input-text{
    width: 100%;
    margin: 0;
    padding: 0.7em 1em;
    font-weight: normal;
    border: none;
    box-shadow: none;

    background-color: #333333; /* #EA6303; orange*/
    color: #FFFFFF;
    /*border-bottom: 2px solid #FFFFFF;*/
}
div.wpcf7 form .form-content .wpcf7-form-control-wrap input::placeholder,
div.wpcf7 form .form-content .wpcf7-form-control-wrap textarea::placeholder {
    color: currentColor;
    opacity: 1; /* Firefox */
}
div.wpcf7 form .form-content .wpcf7-form-control-wrap input:-ms-input-placeholder,
div.wpcf7 form .form-content .wpcf7-form-control-wrap textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: currentColor;
}
div.wpcf7 form .form-content .wpcf7-form-control-wrap input::-ms-input-placeholder,
div.wpcf7 form .form-content .wpcf7-form-control-wrap textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: currentColor;
}
div.wpcf7 form .form-content .wpcf7-form-control-wrap textarea{
    width: 100% !important;
    height: 11em;
    min-height: 11em;
}
div.wpcf7 form .form-content .wpcf7-form-control-wrap > span{
    font-size: 0.8em;
    /*color: #FFFFFF;*/
}
div.wpcf7 form .form-footer{
    position: relative;
}
div.wpcf7 form .form-footer > *{
    margin-top: 1em;
}
div.wpcf7 form .form-footer .wpcf7-form-control-wrap input[type='checkbox']{
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
}
div.wpcf7 form .form-footer .wpcf7-form-control-wrap input[type='checkbox'] + *{
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.5em;
    max-width: calc(100% - 1em);
    line-height: 1.3em;
}
div.wpcf7 form .form-footer .wpcf7-submit{
    width: 100%;
    color: currentColor;
    border: 2px solid currentColor;
    border-radius: 33px;
    background: none;
}
div.wpcf7 form .form-footer .wpcf7-submit:not(:disabled):hover,
div.wpcf7 form .form-footer .wpcf7-submit:not(:disabled):focus{
    color: #FF6A00;
    background: none;
}
div.wpcf7 form .form-footer > .ajax-loader{
    position: absolute;
    right: 1em;
    bottom: 1em;
    margin: 0;
    background: none;
}
@media( min-width: 600px ){
    div.wpcf7 form .form-footer:after{
        content: '';
        display: block;
        clear: both;
    }
    div.wpcf7 form .form-footer > br{
        display: none;
    }
    div.wpcf7 form .form-footer .wpcf7-submit{
        float: right;
        margin: 0;
        width: auto;
    }
}
@keyframes spinner-border {
    to { transform: rotate(360deg); }
}
div.wpcf7 form .form-footer > .ajax-loader:before{
    content: '';
    display: block;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
    vertical-align: text-bottom;
    border: 3px solid #FFFFFF;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
div.wpcf7 form div.wpcf7-response-output,
div.wpcf7 form div.wpcf7-validation-errors,
div.wpcf7 form div.wpcf7-acceptance-missing{
    margin: 1em 0 0;
    font-size: 0.8em;
    border: 2px solid #FFFFFF;
}
div.wpcf7 form.invalid .wpcf7-response-output,
div.wpcf7 form.unaccepted .wpcf7-response-output,
div.wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #dc3232;
}
/* in popup */
.popup-content div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='text'],
.popup-content div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='number'],
.popup-content div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='email'],
.popup-content div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='tel'],
.popup-content div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='url'],
.popup-content div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='password'],
.popup-content div.wpcf7 form .form-content .wpcf7-form-control-wrap input[type='search'],
.popup-content div.wpcf7 form .form-content .wpcf7-form-control-wrap select,
.popup-content div.wpcf7 form .form-content .wpcf7-form-control-wrap textarea,
.popup-content div.wpcf7 form .form-content .wpcf7-form-control-wrap .input-text{
    background-color: #fff;
    color: #1C1C1C;
}
.popup-content div.wpcf7 form .form-footer .wpcf7-submit:not(:disabled):hover,
.popup-content div.wpcf7 form .form-footer .wpcf7-submit:not(:disabled):focus{
    background-color: #FFF;
    color: #FF6A00;
}
.popup-content div.wpcf7 form .form-content .wpcf7-form-control-wrap > span{
    color: #FFF;
}

/** CUSTOM ELEMENTS **/
/* block header */
#content .hentry{
    counter-reset: section;
}
body.home #content .hentry .entry-footer .menu{
    font-size: 1.25em;
}
/*body.home #content .hentry .entry-footer .menu > .menu-item:before,*/
#content .hentry .block-header > * > *:first-child:before{
    counter-increment: section;
    content: "0" counters(section, ".") " ";

    color: #FF6A00;
    font-size: 0.71429em;
    line-height: 1em;
    font-weight: 300;
    vertical-align: top;

    margin-left: -1.5em;

    position: relative;
    top: -0.5em;
}
/*body.home #content .hentry .entry-footer .menu > .menu-item:before,*/
#content .hentry .block-header > * > .h1:first-child:before,
#content .hentry .block-header > * > .h2:first-child:before{
    font-size: 0.5em;
}
#content .hentry .block-header > * > .h2:first-child:before{
    font-size: 0.6em;
}
#content .hentry h1.with-subtitle,
#content .hentry h2.with-subtitle{
    margin-bottom: 0;
}
/* entry footer */
#content .hentry .entry-footer nav.page-footer-menu ul.menu > .menu-item + .menu-item{
    margin-top: 1.5em;
}
/* post box */
.post-box{
    position: relative;
}
.post-box:before{
    content: '';
    position: absolute;
    top: 0;
    left: 3.5em;

    display: block;
    width: calc(100% - 7em);
    height: 1px;
    background: #DDDDDD;
}
.post-box > .img-wrapper{
    display: block;
}
#ajaxsearchliteres1 > .results .item > .asl_content.post-box > .post-content > .post-header > .post-title,
.post-box > .post-content > .post-header > .post-title{
    position: relative;
    display: block;
    margin: 0 0 0.3em;
    padding: 0;
}
.post-box > .post-content > .post-header > .post-title > a,
.post-box > .post-content .post-subtitle > a{
    text-decoration: none !important;
    font-size: 1em;
    color: #1C1C1C;
}
.post-box > .post-content > .post-header > .post-title > a,
.post-box > .post-content > .post-header > .post-title > a:hover,
.post-box > .post-content > .post-header > .post-title > a:focus{
    font-weight: 600;
}
.post-box > .post-content .extract{
    margin: 0;
    padding: 0;
}
.post-box > .post-content .post-documents{
    padding-top: 1em;
    font-size: 0.8em;
}
.post-box > .post-content .post-documents > *{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.post-box > .post-content .post-documents > .documents-menu > .menu > .menu-item{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 0.5em 0;
}
.post-box > .post-content .post-documents > span,
.post-box > .post-content .post-documents > .documents-menu > .menu > .menu-item{
    padding-top: 0.5em;
}
.post-box > .post-content .post-documents > .documents-menu > .menu > .menu-item a,
.post-box > .post-content .post-documents > .documents-menu > .menu > .menu-item a:hover,
.post-box > .post-content .post-documents > .documents-menu > .menu > .menu-item a:focus{
    text-decoration: underline;
    color: #FF6A00;
}
.post-box > .post-content .post-documents > .documents-menu > .menu > .menu-item a:hover,
.post-box > .post-content .post-documents > .documents-menu > .menu > .menu-item a:focus{
    text-decoration: none;
}

/* COOKIE VAR CHANGES */
.gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li::before{
    display: none;
}
.gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li a,
.gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content ul#moove-gdpr-menu li button{
    text-transform: none;
}

/* PRODUCT CATEGORY GRID */
/* product category gird in tow columns */
#content .hentry .entry-content > .product-categories-grid{
    margin: 0 -3em -6em;
}
#content .hentry .entry-content > .product-categories-grid + *{
    clear: both;
}
#content .hentry .entry-content > .product-categories-grid::after{
    content: '';
    display: block;
    clear: both;
}
#content .hentry .entry-content > .product-categories-grid > .product-category-item{
    float: left;
    width: calc(50% - 4em);
    margin: 0 2em 6em;
}
#content .hentry .entry-content > .product-categories-grid > .product-category-item:nth-child(2n+1){
    clear: left;
}
/* product category gird item title */
#content .hentry .entry-content > .product-categories-grid > .product-category-item > .product-category-info{
    margin-top: 1em;
}
#content .hentry .entry-content > .product-categories-grid > .product-category-item > .product-category-info > .category-title,
#content .hentry .entry-content > .product-categories-grid > .product-category-item > .product-category-info > .category-description{
    margin-bottom: 0.5em;
}
#content .hentry .entry-content > .product-categories-grid > .product-category-item > .product-category-info > .category-title > a.icon-arrow-small{
    position: relative;
    display: block;
    padding-right: 2em;
}
#content .hentry .entry-content > .product-categories-grid > .product-category-item > .product-category-info > .category-title > a.icon-arrow-small:after{
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.25em;
    background-image: url('assets/images/ico-arrow-orange.svg');
}
#content .hentry .entry-content > .product-categories-grid > .product-category-item > .product-category-info > .category-description,
#content .hentry .entry-content > .product-categories-grid > .product-category-item > .product-category-info > .sub-categories{
    font-size: 0.8em;
}
@media( min-width: 550px ){
    /* product category gird item image left */
    #content .hentry .entry-content > .product-categories-grid > .product-category-item:after{
        content: '';
        display: block;
        clear: both;
    }
    #content .hentry .entry-content > .product-categories-grid > .product-category-item > .product-category-image {
        float: left;
        width: 13.5em;
    }
    #content .hentry .entry-content > .product-categories-grid > .product-category-item > .product-category-info {
        float: right;
        width: calc(100% - 14em);
        margin-top: 0;
    }
}
/* product sub-categories list in tow columns */
#content .hentry .entry-content > .product-categories-grid > .product-category-item .sub-categories{
    margin: 0 -1em;
}
#content .hentry .entry-content > .product-categories-grid > .product-category-item .sub-categories:after{
    content: '';
    display: block;
    clear: both;
}
#content .hentry .entry-content > .product-categories-grid > .product-category-item .sub-categories > li{
    float: left;
    width: calc(50% - 2em);
    margin: 1em 1em 0;
}
#content .hentry .entry-content > .product-categories-grid > .product-category-item .sub-categories > li:before{
    display: none;
}

/** CUSTOM CLASSES **/
/* phone link with icon */
.phone-link > a::before,
a.phone-link::before{
    content: '';
    
    display: inline-block;
    vertical-align: middle;
    
    width: 0.9em;
    height: 0.9em;
    margin: auto 0.3em auto 0;
    padding: 0;

    background: url('assets/images/ico-phone-orange.svg') no-repeat center center;
    background-size: contain;
}
/* ico social */
.icon-social{
    display: inline-block;
    vertical-align: middle;
    
    width: 1.4em;
    height: 1.4em;
}
a.icon-social,
.icon-social > a{
    display: inline-block;
    vertical-align: middle;
    
    background: url('assets/images/ico-facebook.svg') no-repeat center center;
    background-size: contain;

    overflow: hidden;
    color: transparent;
}
.icon-social > a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 !important;

    font-size: 0;
    color: transparent !important;
    text-decoration: none !important;
}
a.icon-facebook,
.icon-facebook > a{
    background-image: url('assets/images/ico-facebook.svg');
}
a.icon-facebook-white,
.icon-facebook-white > a,
body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation ul.menu > li.menu-item.icon-facebook > a{
    background-image: url('assets/images/ico-facebook-white.svg');
}
a.icon-facebook-orange,
.icon-facebook-orange > a,
a.icon-facebook:hover,
.icon-facebook > a:hover{
    background-image: url('assets/images/ico-facebook-orange.svg');
}
a.icon-twitter,
.icon-twitter > a{
    background-image: url('assets/images/ico-twitter.svg');
}
a.icon-twitter-white,
.icon-twitter-white > a,
body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation ul.menu > li.menu-item.icon-twitter > a{
    background-image: url('assets/images/ico-twitter-white.svg');
}
a.icon-twitter-orange,
.icon-twitter-orange > a,
a.icon-twitter:hover,
.icon-twitter > a:hover{
    background-image: url('assets/images/ico-twitter-orange.svg');
}
/* ico download */
.icon-download:after,
.icon-download-left:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 20px;
    margin-left: 15px;
    background: url('assets/images/ico-download.svg') no-repeat center right;
    background-size: contain;
}
.icon-download-left:before{
    margin-left: 0;
    margin-right: 15px;
}
a.icon-download-white,
.icon-download-white > a{
    background-image: url('assets/images/ico-download-white.svg');
}
a.icon-download-orange,
.icon-download-orange > a,
.hentry .entry-content a:not(.button):not(.components-button).icon-download:after,
a.icon-download:hover:after,
a.icon-download-left:hover:before{
    background-image: url('assets/images/ico-download-orange.svg');
}
/* ico arrow */
.icon-arrow:after,
.icon-arrow-left:before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 2.5em;
    height: 1em;
    margin-left: 1.5em;
    background: url('assets/images/ico-arrow.svg') no-repeat center right;
    background-size: contain;
}
.h1 .icon-arrow:after,
.h1 .icon-arrow-left:before,
.icon-arrow-small.icon-arrow:after,
.icon-arrow-small.icon-arrow-left:before{
    width: 1.8em;
    height: 0.6em;
    margin-left: 0.6em;
}
.icon-arrow-left:before{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* image popup */
.pswp--supports-fs .pswp__ui > .pswp__button--arrow--left,
.pswp--supports-fs .pswp__ui > .pswp__button--arrow--right{
    width: 70px;
    margin: 0 20px;
}
.pswp--supports-fs .pswp__ui > .pswp__button--arrow--left:before,
.pswp--supports-fs .pswp__ui > .pswp__button--arrow--right:before{
    width: 100%;
    left: 0;
    top: 0;
    right: 0;

    background: url('assets/images/ico-arrow-white.svg') no-repeat center right;
    background-size: contain;
}
.pswp--supports-fs .pswp__ui > .pswp__button--arrow--left:before{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@keyframes arrow-animation {
    0% {
        margin-left: 1.5em;
        margin-right: 0;
    }
    50% {
        margin-left: 0.5em;
        margin-right: 1em;
    }
    100% {
        margin-left: 1.5em;
        margin-right: 0;
    }
}
a.icon-arrow:hover:after,
a.icon-arrow-left:hover:before{
    background-image: url('assets/images/ico-arrow-orange.svg');
    -webkit-animation: arrow-animation 1s linear infinite;
    animation: arrow-animation 1s linear infinite;
}
@keyframes arrow-animation-small {
    0% {
        margin-left: 0.6em;
        margin-right: 0;
    }
    50% {
        margin-left: 0.2em;
        margin-right: 0.4em;
    }
    100% {
        margin-left: 0.6em;
        margin-right: 0;
    }
}
.h1 a.icon-arrow:hover:after,
.h1 a.icon-arrow-left:hover:before,
a.icon-arrow-small.icon-arrow:hover:after,
a.icon-arrow-small.icon-arrow-left:hover:before{
    -webkit-animation: arrow-animation-small 1s linear infinite;
    animation: arrow-animation-small 1s linear infinite;
}
/* bacground grey */
#content .hentry .bg-grey,
#content .hentry .entry-content .wp-block-table.is-style-stripes tbody > tr:nth-child(odd),
#content .hentry .entry-content .wp-block-columns.col-bg-grey > .wp-block-column,
#content .hentry .wp-block-button:not(.is-style-outline) > .wp-block-button__link.bg-grey:not(.active):not(:hover){
    background-color: #F6F6F6;
}
#content .hentry .wp-block-button:not(.is-style-outline) > .wp-block-button__link.bg-grey:not(.active):not(:hover){
    color: #1c1c1c;
}
/* bacground black */
#content .hentry .bg-black{
    background-color: #1C1C1C;
    color: #FFFFFF;
}
#content .hentry .bg-black h1,
#content .hentry .bg-black h2,
#content .hentry .bg-black h3,
#content .hentry .bg-black h4,
#content .hentry .bg-black h5,
#content .hentry .bg-black h6{
    color: #FFFFFF;
}
#content .hentry .bg-black strong{
    color: #FF6A00;
}
#content .hentry .bg-black .wp-block-button:not(.is-style-outline) > .wp-block-button__link{
    color: #1C1C1C;
    background-color: #FFFFFF;
}
#content .hentry .bg-black .wp-block-button.is-style-outline > .wp-block-button__link{
    color: #FFFFFF;
    border-color: #FFFFFF;
}
#content .hentry .bg-black .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover,
#content .hentry .bg-black .wp-block-button:not(.is-style-outline) > .wp-block-button__link:focus{
    color: #FFFFFF;
    background-color: #FF6A00;
}
#content .hentry .bg-black .wp-block-button.is-style-outline > .wp-block-button__link:hover,
#content .hentry .bg-black .wp-block-button.is-style-outline > .wp-block-button__link:focus{
    color: #FF6A00;
    border-color: #FF6A00;
}
#content .hentry .bg-black a.icon-arrow:after,
#content .hentry .bg-black a.icon-arrow-left:before,
#content .hentry a.bg-black.icon-arrow:after,
#content .hentry a.bg-black.icon-arrow-left:before{
    background-image: url('assets/images/ico-arrow-white.svg');
}
#content .hentry .bg-black a.icon-arrow:hover:after,
#content .hentry .bg-black a.icon-arrow-left:hover:before,
#content .hentry a.bg-black.icon-arrow:hover:after,
#content .hentry a.bg-black.icon-arrow-left:hover:before{
    background-image: url('assets/images/ico-arrow-orange.svg');
}
/* background orange */
#content .hentry .bg-orange,
#content .hentry .wp-block-button:not(.is-style-outline) > .wp-block-button__link.bg-orange{
    background-color: #FF6A00;
    color: #FFFFFF;
}
#content .hentry .bg-orange a,
#content .hentry .bg-orange a:active,
#content .hentry .bg-orange a:hover,
#content .hentry .bg-orange a:focus,
#content .hentry .bg-orange a:visited,
#content .hentry .wp-block-button:not(.is-style-outline) > .wp-block-button__link.bg-orange a,
#content .hentry .wp-block-button:not(.is-style-outline) > .wp-block-button__link.bg-orange a:active,
#content .hentry .wp-block-button:not(.is-style-outline) > .wp-block-button__link.bg-orange a:hover,
#content .hentry .wp-block-button:not(.is-style-outline) > .wp-block-button__link.bg-orange a:focus,
#content .hentry .wp-block-button:not(.is-style-outline) > .wp-block-button__link.bg-orange a:visited,
#content .hentry .bg-orange h1,
#content .hentry .bg-orange h2,
#content .hentry .bg-orange h3,
#content .hentry .bg-orange h4,
#content .hentry .bg-orange h5,
#content .hentry .bg-orange h6,
#content .hentry .block-header.bg-orange > .wp-block-group__inner-container > *:first-child:before{
    color: #FFFFFF;
}
#content .hentry .bg-orange .wp-block-button:not(.is-style-outline) > .wp-block-button__link{
    color: #FF6A00;
    background-color: #FFFFFF;
}
#content .hentry .bg-orange .wp-block-button.is-style-outline > .wp-block-button__link{
    color: #FFFFFF;
    border-color: #FFFFFF;
}
#content .hentry .bg-orange .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover,
#content .hentry .bg-orange .wp-block-button:not(.is-style-outline) > .wp-block-button__link:focus{
    color: #FFFFFF;
    background-color: #1c1c1c;
}
#content .hentry .bg-orange .wp-block-button.is-style-outline > .wp-block-button__link:hover,
#content .hentry .bg-orange .wp-block-button.is-style-outline > .wp-block-button__link:focus{
    color: #FF6A00;
    border-color: #FF6A00;
    background-color: #FFFFFF;
}
#content .hentry .bg-orange a.icon-arrow:after,
#content .hentry .bg-orange a.icon-arrow-left:before,
#content .hentry .bg-orange a.icon-arrow:hover:after,
#content .hentry .bg-orange a.icon-arrow-left:hover:before,
#content .hentry a.bg-orange.icon-arrow:after,
#content .hentry a.bg-orange.icon-arrow-left:before,
#content .hentry a.bg-orange.icon-arrow:hover:after,
#content .hentry a.bg-orange.icon-arrow-left:hover:before{
    background-image: url('assets/images/ico-arrow-white.svg');
}
@media only screen and (max-width: 999px){
    /* put media image size */
    #content .hentry .entry-content > .wp-block-media-text.not-mobile-img > .wp-block-media-text__media{
        display: none;
    }
    #content .hentry .entry-content > .wp-block-media-text.not-mobile-img > .wp-block-media-text__content > .only-mobile{
        display: block;
    }
    #content .hentry .entry-content > .wp-block-media-text.not-mobile-img > .wp-block-media-text__content > .only-mobile:first-child{
        width: calc(100% + 8em);
        max-width: none;
        margin: -3em -4em 3em;
    }
    #content .hentry .entry-content > .wp-block-media-text.not-mobile-img > .wp-block-media-text__content > .only-mobile:last-child{
        width: calc(100% + 8em);
        max-width: none;
        margin: 3em -4em -4.01em;
    }

    /* inline media + text */
    #content .hentry .entry-content > .wp-block-media-text.inline-image > .wp-block-media-text__media{
        padding: 4em 4em 1em;
    }

    /* orange effect-staircase box in mobile (not columns) */
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd){
        background-color: #FF6A00;
        color: #FFFFFF;
    }
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd) h1,
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd) h2,
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd) h3,
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd) h4,
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd) h5,
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd) h6{
        color: #FFFFFF;
    }
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd) > h3:before{
        background-color: #FFFFFF;
    }
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd) .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover,
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd) .wp-block-button:not(.is-style-outline) > .wp-block-button__link:focus{
        color: #FFFFFF;
        background-color: #1c1c1c;
    }
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd) .wp-block-button.is-style-outline > .wp-block-button__link:hover,
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd) .wp-block-button.is-style-outline > .wp-block-button__link:focus{
        color: #FF6A00;
        border-color: #FF6A00;
        background-color: #FFFFFF;
    }
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd) .wp-block-button:not(.is-style-outline) > .wp-block-button__link{
        color: #FF6A00;
        background-color: #FFFFFF;
    }
    #content .hentry .entry-content .wp-block-columns.effect-staircase > .wp-block-column:nth-child(odd) .wp-block-button.is-style-outline > .wp-block-button__link{
        color: #FFFFFF;
        border-color: #FFFFFF;
    }

    /* contact map in full width */
    #content .hentry .entry-content > .wp-block-columns > .wp-block-column > .map{
        margin: 4em -4em -4em;
        width: calc(100% + 8em);
        max-width: none;
        height: 430px;
    }
}
@media only screen and (min-width: 1000px){
    body.page-template-default:not(.simple-page) > #page > #masthead.site-header{
        margin-bottom: 0;
    }

    
    #content .hentry .entry-content > .wp-block-columns.no-right-padding{
        padding-right: 0;
    }
    

    #content .hentry .entry-content > .wp-block-media-text:first-child > .wp-block-media-text__media{
        display: block;
        width: 100%;
        background: #FF6A00;
    }
    #content .hentry .entry-content > .wp-block-media-text:first-child > .wp-block-media-text__media > img{
        border-radius: 0;
    }
    /*
    #content .hentry .entry-content > .wp-block-media-text:first-child > .wp-block-media-text__media > img{
        width: auto;
        min-width: 10px;
        min-height: 100%;
    }
    */

    /* full width wrapper in columns */
    #content .hentry .entry-content > .wp-block-columns.full-width > .wp-block-column{
        padding: 2em 2em 4em;
    }
    #content .hentry .entry-content > .wp-block-columns.full-width > .wp-block-column:first-child{
        padding-left: 4em;
    }
    #content .hentry .entry-content > .wp-block-columns.full-width > .wp-block-column:last-child{
        padding-right: 4em;
    }

    /* orange effect-staircase box in columns */
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd),
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even){
        background-color: #FF6A00;
        color: #FFFFFF;
    }
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd) h1,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even) h1,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd) h2,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even) h2,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd) h3,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even) h3,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd) h4,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even) h4,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd) h5,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even) h5,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd) h6,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even) h6{
        color: #FFFFFF;
    }
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd) > h3:before,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even) > h3:before{
        background-color: #FFFFFF;
    }
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd) .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd) .wp-block-button:not(.is-style-outline) > .wp-block-button__link:focus,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even) .wp-block-button:not(.is-style-outline) > .wp-block-button__link:hover,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even) .wp-block-button:not(.is-style-outline) > .wp-block-button__link:focus{
        color: #FFFFFF;
        background-color: #1c1c1c;
    }
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd) .wp-block-button.is-style-outline > .wp-block-button__link:hover,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd) .wp-block-button.is-style-outline > .wp-block-button__link:focus,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even) .wp-block-button.is-style-outline > .wp-block-button__link:hover,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even) .wp-block-button.is-style-outline > .wp-block-button__link:focus{
        color: #FF6A00;
        border-color: #FF6A00;
        background-color: #FFFFFF;
    }
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd) .wp-block-button:not(.is-style-outline) > .wp-block-button__link,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even) .wp-block-button:not(.is-style-outline) > .wp-block-button__link{
        color: #FF6A00;
        background-color: #FFFFFF;
    }
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(even) > .wp-block-column:nth-child(odd) .wp-block-button.is-style-outline > .wp-block-button__link,
    #content .hentry .entry-content .wp-block-columns.effect-staircase:nth-child(odd) > .wp-block-column:nth-child(even) .wp-block-button.is-style-outline > .wp-block-button__link{
        color: #FFFFFF;
        border-color: #FFFFFF;
    }
}
/* color grey */
.color-grey{
    color: #ABABAB;
}
/* color black */
.color-black{
    color: #1C1C1C;
}
/* color orange */
.color-orange{
    color: #FF6A00;
}
/* color white */
.color-white{
    color: #FFFFFF;
}
/* text-align */
.text-right{
    text-align: right; 
}
.text-left{
    text-align: left; 
}
.text-center{
    text-align: center; 
}
/* font-weight */
.font-normal{
    font-weight: normal;
}
.font-semibold{
    font-weight: 600;
}
.font-bold{
    font-weight: 700;
}
/* font-size */
.font-small,
.font-small-in > *,
.font-small-in > .wp-block-group__inner-container > *,
.hentry .entry-content .wp-block-button .wp-block-button__link.font-small,
.editor-styles-wrapper .wp-block-button .wp-block-button__link.font-small{
    font-size: 0.8em;
}

/** HEADER **/
body > #page > #masthead.site-header{
    height: 3.57em;
}
body > #page > #masthead.site-header > .col-full{
    position: fixed;
    top: 0;
    width: 100%;
    background: #FFF;
    border: none;
}
body > #page > #masthead.site-header > .col-full > .site-branding,
body > #page > #masthead.site-header > .col-full > .header-content{
    border-bottom: 1px solid #DDDDDD;
}
/* header logo */
body > #page > #masthead.site-header .site-branding{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    
    width: 15em;
    min-height: 50px;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    /* background-color: #FF6A00; */
    text-align: center;
    line-height: calc(3.5em - 1px);
}
/*
body > #page > #masthead.site-header > .col-full > .site-branding{
    border-bottom: 1px solid #FF6A00;
}
*/
body > #page > #masthead.site-header .site-branding + .header-content{
    position: relative;
    float: left;
    width: calc(100% - 15em);
    height: 3.5em;
    min-height: 50px;
}
body > #page > #masthead.site-header .site-branding .site-title,
body > #page > #masthead.site-header .site-branding .site-title a,
body > #page > #masthead.site-header .site-branding .site-title a:hover,
body > #page > #masthead.site-header .site-branding .site-title a:focus{
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    text-align: center;

    text-decoration: none;
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: -0.31px;
    line-height: 30px;
}
/* header burger */
body > #page > #masthead.site-header .main-navigation{
    height: 100%;
}
body > #page > #masthead.site-header .main-navigation button.menu-toggle{
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-image: none;
    padding: 0;
    width: 20px;
    height: 100%;
    margin: 0 15px;
}
body > #page > #masthead.site-header .main-navigation button.menu-toggle > span{
    font-size: 0;
    color: transparent;
}
body > #page > #masthead.site-header .main-navigation button.menu-toggle::before,
body > #page > #masthead.site-header .main-navigation button.menu-toggle::after,
body > #page > #masthead.site-header .main-navigation button.menu-toggle span::before{
    height: 2px;
    width: 100%;
    
    top: 50%;
    left: 0;
    
    border-radius: 0;
    background-color: #FF6A00;
}
/* header nav */
body > #page > #masthead.site-header .main-navigation{
    width: calc(100% - 100px);
    text-align: right;
}
body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation{
    display: none;
}
body > #page > #masthead.site-header .main-navigation ul.menu > li{
    padding: 0 50px 0 0;
}
@media only screen and (min-width: 1000px){
    body > #page > #masthead.site-header .main-navigation ul.menu > li{
        padding: 0 70px 0 0;
    }
    
    body > #page > #masthead.site-header .site-branding,
    body > #page > #masthead.site-header .site-branding + .header-content{
        min-height: 70px;
    }
}
@media only screen and (min-width: 1200px){
    body > #page > #masthead.site-header .main-navigation ul.menu > li{
        padding-left: 20px;
    }
}
body > #page > #masthead.site-header .main-navigation ul.menu > li > *{
    padding: 0;
    line-height: 3.5em;
}
/* header search */
body > #page > #masthead.site-header .site-search{
    display: block;
    width: 100px;
    margin: 0;
    padding: 0;
}
body > #page > #masthead.site-header .site-search > *{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #FFFFFF;

    -webkit-transition: width 0.3s linear;
    -moz-transition: width 0.3s linear;
    -o-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
body > #page > #masthead.site-header .site-search > * #ajaxsearchlite1,
body > #page > #masthead.site-header .site-search > * .wpdreams_asl_container,
body > #page > #masthead.site-header .site-search > * .asl_w_container,
body > #page > #masthead.site-header .site-search > * .probox{
    overflow: visible;
    background: none;
    height: 100%;
    width: 100%;
    min-width: 0;
}
body > #page > #masthead.site-header .site-search > * .probox{
    width: calc(100% - 90px);
    padding-left: 90px;
}
body > #page > #masthead.site-header .site-search > * .probox .proloading,
body > #page > #masthead.site-header .site-search > * .probox .proclose{
    width: 1.4em;
    height: 1.4em;
    margin: 1.3em 0 0;
}
body > #page > #masthead.site-header .site-search > * .probox .proloading div.asl_simple-circle{
    border-color: #FFFFFF;
}
body > #page > #masthead.site-header .site-search > * .probox .proclose > svg{
    display: none;
}
body > #page > #masthead.site-header .site-search > * .probox .proclose:before,
body > #page > #masthead.site-header .site-search > * .probox .proclose:after{
    content: '';
    position: absolute;
    top: 0.3em;

    display: block;
    height: calc(100% - 0.1em);
    width: 0.1em;
    background: #FFFFFF;
}
body > #page > #masthead.site-header .site-search > * .probox .proclose:before{
    left: 0.2em;

    -ms-transform-origin: left top; /* IE 9 */
    transform-origin: left top;

    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body > #page > #masthead.site-header .site-search > * .probox .proclose:after{
    right: 0.2em;
    
    -ms-transform-origin: right top; /* IE 9 */
    transform-origin: right top;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
body > #page > #masthead.site-header .site-search > * .probox .promagnifier{
    box-shadow: none;
}
body > #page > #masthead.site-header .site-search > * .probox .promagnifier .innericon{
    position: absolute;
    top: 0;
    left: 0;

    width: 100px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
body > #page > #masthead.site-header .site-search > * .probox .promagnifier .innericon > svg{
    position: relative;
    top: calc(50% - 0.8em);

    width: 1.7em;
    height: 1.7em;
    margin: 0 auto;
    fill: #FF6A00;
}
body > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput{
    margin-left: 0;
    padding-left: 0;
}
body > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput form{
    height: 100%;
}
body > #page > #masthead.site-header .site-search > * #ajaxsearchlite1 .probox .proinput input,
body > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput input{
    height: 100%;
    font-size: 20px;

    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
body > #page > #masthead.site-header .site-search > * #ajaxsearchlite1 .probox .proinput input::placeholder,
body > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: currentColor;
    opacity: 1; /* Firefox */
}
body > #page > #masthead.site-header .site-search > * #ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder,
body > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: currentColor;
}
body > #page > #masthead.site-header .site-search > * #ajaxsearchlite1 .probox .proinput input::-ms-input-placeholder,
body > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput input::-ms-input-placeholder { /* Microsoft Edge */
    color: currentColor;
}
/* white title */
body.white-title > #page > #masthead.site-header .site-branding{
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
body.white-title > #page > #masthead.site-header .site-branding .site-title,
body.white-title > #page > #masthead.site-header .site-branding .site-title a{
    color: #FF6A00;
}
/* search orange */
body > #page > #masthead.site-header .site-search > *:hover,
body.orange-search > #page > #masthead.site-header .site-search > *{
    background-color: #FF6A00;
}
body > #page > #masthead.site-header .site-search > *:hover .probox .promagnifier .innericon > svg,
body.orange-search > #page > #masthead.site-header .site-search > * .probox .promagnifier .innericon > svg{
    fill: #FFFFFF;
}
/* search opened */
body.search-opened{
    overflow: hidden;
}
body:not(.search-opened) #ajaxsearchliteres1{
    display: none !important;
}
body.search-opened > #page > #masthead.site-header > .col-full{
    position: relative;
    z-index: 10001;
}
body.search-opened > #page > #masthead.site-header > .col-full > .header-content{
    border-bottom: none;
}
body.search-opened > #page > #masthead.site-header:after{
    position: absolute;
    z-index: 10000;
    left: 0;

    width: 100vw;
    height: 100vh;
    margin: 0;
    background: rgba(0,0,0,0.6);
}
body.search-opened > #page > #masthead.site-header .site-search > *{
    width: calc(100vw - 17.1em);
}
body.search-opened > #page > #masthead.site-header .site-search > * #ajaxsearchlite1 .probox .proinput input,
body.search-opened > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput input{
    color: currentColor !important;
}
body.search-opened > #page > #masthead.site-header .site-search > * #ajaxsearchlite1 .probox .proinput input.autocomplete,
body.search-opened > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput input.autocomplete{
    display: none !important;
}
body.search-opened > #page > #masthead.site-header .site-search > * #ajaxsearchlite1 .probox .proinput input::placeholder,
body.search-opened > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: currentColor !important;
    opacity: 1; /* Firefox */
}
body.search-opened > #page > #masthead.site-header .site-search > * #ajaxsearchlite1 .probox .proinput input::-ms-input-placeholder,
body.search-opened > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: currentColor !important;
}
body.search-opened > #page > #masthead.site-header .site-search > * #ajaxsearchlite1 .probox .proinput input::-ms-input-placeholder,
body.search-opened > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput input::-ms-input-placeholder { /* Microsoft Edge */
    color: currentColor !important;
}


/** SEARCH BAR RESULTS **/
#ajaxsearchliteres1{
    /* margin-top: -10px; (plugin old version) */
    margin-top: 0;
}
#ajaxsearchliteres1 > .results{
    max-height: calc(100vh - 110px);
}
@media only screen and (min-width: 1000px){
    #ajaxsearchliteres1 > .results{
        max-height: calc(100vh - 120px);
    }
}
@media only screen and (min-width: 1200px){
    #ajaxsearchliteres1 > .results{
        font-size: 20px;
        max-height: calc(100vh - 139px);
    }
}
#ajaxsearchliteres1 > .results .asl_nores{
    padding: 20px 10px 30px;
}
#ajaxsearchliteres1 > .results .asl_nores > .asl_nores_header{
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 1.2em;
}
#ajaxsearchliteres1 > .results .asl_nores > .asl_keyword{
    display: inline-block;
    padding: 0 5px 10px;
}
#ajaxsearchliteres1 > .results .item,
#ajaxsearchliteres1 > .results .item:first-child{
    padding: 0;
}
#ajaxsearchliteres1 > .results .item > .asl_content{
    padding: 2em;
}
#ajaxsearchliteres1 > .results .item + .asl_spacer{
    background-color: #DDDDDD;
}
#ajaxsearchliteres1 > .results .item + .asl_spacer:last-child{
    display: none;
}
/* using post-box */
#ajaxsearchliteres1 > .results .item > .asl_content.post-box{
    cursor: pointer;
}
#ajaxsearchliteres1 > .results .item > .asl_content.post-box:before{
    display: none;
}
#ajaxsearchliteres1 > .results .item > .asl_content.post-box > .img-wrapper{
    display: block;
    width: 150px;
    height: 150px;
    margin-bottom: 1.618em;
}
#ajaxsearchliteres1 > .results .item > .asl_content.post-box > .post-content > .post-header > .post-title a,
#ajaxsearchliteres1 > .results .item > .asl_content.post-box > .post-content > .post-header > .post-subtitle a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    color: #1C1C1C;
}
#ajaxsearchliteres1 > .results .item > .asl_content.post-box > .post-content > .post-header > .post-title a{
    font-weight: 600;
}
#ajaxsearchliteres1 > .results .item > .asl_content.post-box:hover > .post-content > .post-header > .post-title a,
#ajaxsearchliteres1 > .results .item > .asl_content.post-box:focus > .post-content > .post-header > .post-title a{
    color: #FF6A00;
}
/* show more button */
#ajaxsearchliteres1 > .results + .showmore{
    margin: 0;
    padding: 20px 60px 20px 0;
    border: none;
    border-top: 1px solid #D8D8D8;
    text-align: right;
    font-size: 1em;
    line-height: 1em;
    background: none;
    cursor: default;
    text-shadow: none;
}
#ajaxsearchliteres1 > .results + .showmore > a,
#ajaxsearchliteres1 > .results + .showmore > a:hover,
#ajaxsearchliteres1 > .results + .showmore > a:focus{
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 70px 0 0;
    border: none;

    text-decoration: none;
    color: #FF6A00;
    font-weight: 500;
    font-size: 1em;
    line-height: 1em;
}
#ajaxsearchliteres1 > .results + .showmore > a::after{
    content: '';
    position: absolute;
    top: 0.1em;
    right: 0;

    display: block;
    width: 4em;
    height: 0.8em;

    background: url('assets/images/ico-arrow-orange.svg') no-repeat center right;
    background-size: contain;
}
#ajaxsearchliteres1 > .results + .showmore > a:hover::after{
    -webkit-animation: arrow-animation 1s linear infinite;
    animation: arrow-animation 1s linear infinite;
}

/** SEARCH RESULTS PAGE **/
body.search-results #content #primary #main .entry-header{
    padding-bottom: 0;
}
body.search-results #content #primary #main .post-box-list > .post-box::before{
    left: 0;
    width: 100%;
}
body.search-results #content #primary #main .post-box-list > .post-box:first-child::before{
    display: none;
}

/** BREADCRUMBS **/
body .storefront-breadcrumb{
    display: none;
}
body .storefront-breadcrumb .woocommerce-breadcrumb{
    font-size: 0.8em;
}
body .storefront-breadcrumb .woocommerce-breadcrumb a:first-of-type::before{
    display: none;
}

/** FOOTER **/
body > #page > #colophon.site-footer{
    font-size: 14px;
}
body > #page > #colophon.site-footer > .col-full{
    display: flex;
}
body > #page > #colophon.site-footer > .col-full > *{
    padding: 1em 2em 0;
}
body > #page > #colophon.site-footer > .col-full > *:first-child{
    padding-top: 2em;
}
body > #page > #colophon.site-footer > .col-full > *:last-child{
    padding-bottom: 2em;
}
/* footer menus inline */
body > #page > #colophon.site-footer > .col-full .widget_nav_menu > * > .menu,
body > #page > #colophon.site-footer > .col-full nav.language-menu .menu{
    margin: 0 -0.5em;
}
body > #page > #colophon.site-footer > .col-full .widget_nav_menu > * > .menu > .menu-item,
body > #page > #colophon.site-footer > .col-full nav.language-menu .menu > .menu-item{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em 0;
    padding: 0;
}
body > #page > #colophon.site-footer > .col-full .menu-footer-container > .menu > .menu-item{
    margin-bottom: 10px;
}
body > #page > #colophon.site-footer > .col-full nav.language-menu .menu > .menu-item.current-menu-item{
    color: #FF6A00;
}
/* site info */
body > #page > #colophon.site-footer > .col-full > .footer-left > *{
    display: inline-block;
    vertical-align: middle;
}
body > #page > #colophon.site-footer > .col-full .footer-title{
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 1em;
}
body > #page > #colophon.site-footer > .col-full .footer-title > a{
    text-decoration: none;
}
body > #page > #colophon.site-footer > .col-full .footer-title > a:hover,
body > #page > #colophon.site-footer > .col-full .footer-title > a:focus{
    text-decoration: none;
    color: #FF6A00;
}
body > #page > #colophon.site-footer > .col-full .footer-title > a svg{
    display: inline-block;
    width: auto;
    height: 1em;
}
/* site footer menu */
@media only screen and (min-width: 1040px){
    body > #page > #colophon.site-footer > .col-full .menu-footer-container > .menu > .menu-item{
        display: inline-block;
        vertical-align: middle;
        margin: 0 0.5em 0;
        padding: 0;
    }
    body > #page > #colophon.site-footer > .col-full .menu-footer-container > .menu > .menu-item + .menu-item:before{
        content: '|';
        display: inline-block;
        vertical-align: middle;
        padding: 0 1em 0 0;
    }
    body > #page > #colophon.site-footer > .col-full .menu-footer-container > .menu > .menu-item > *{
        display: inline-block;
        vertical-align: middle;
    }
}
/* footer widgets inline */
body > #page > #colophon.site-footer > .col-full .widget{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 1em;
}
/* footer widget space */
body > #page > #colophon.site-footer > .col-full > .footer-right{
    margin-right: -1em;
    margin-left: -1em;
}

/** SIMPLE PAGE CONFIG **/
body.simple-page #content .hentry .entry-header{
    text-align: center;
}
body.simple-page #content .hentry .entry-header .entry-title{
    font-size: 2.7em;
}
body.simple-page #content .hentry .entry-content > .wp-block-group.simple-content{
    padding-top: 0;
}
#content .hentry .entry-content > .wp-block-group.simple-content > .wp-block-group__inner-container{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#content .hentry .entry-content > .wp-block-group.simple-content > .wp-block-group__inner-container h2,
#content .hentry .entry-content > .wp-block-group.simple-content > .wp-block-group__inner-container h3,
#content .hentry .entry-content > .wp-block-group.simple-content > .wp-block-group__inner-container h4,
#content .hentry .entry-content > .wp-block-group.simple-content > .wp-block-group__inner-container h5{
    font-size: 1em;
    font-weight: 500;
    color: currentColor;
}
#content .hentry .entry-content > .wp-block-group.simple-content > .wp-block-group__inner-container h2{
    font-weight: 600;
}
#content .hentry .entry-content > .wp-block-group.simple-content > .wp-block-group__inner-container .wp-block-group{
    padding-bottom: 2em;
}
#content .hentry .entry-content > .wp-block-group.simple-content > .wp-block-group__inner-container .wp-block-group,
#content .hentry .entry-content > .wp-block-group.simple-content > .wp-block-group__inner-container ul,
#content .hentry .entry-content > .wp-block-group.simple-content > .wp-block-group__inner-container ol{
    padding-left: 1em;
}

/** SINGLE PRODUCT PAGE **/
/* product gallery */
#content .hentry.product > .woocommerce-product-gallery{
    position: relative;
}
#content .hentry.product > .woocommerce-product-gallery > .woocommerce-product-gallery__trigger{
    display: none;
}
#content .hentry.product > .woocommerce-product-gallery > .prev-product-gallery-img,
#content .hentry.product > .woocommerce-product-gallery > .next-product-gallery-img{
    z-index: 10;
    position: absolute;
    top: calc(50% - 40px);

    display: block;
    width: 1.5em;
}
#content .hentry.product > .woocommerce-product-gallery > .prev-product-gallery-img{
    left: 1em;
}
#content .hentry.product > .woocommerce-product-gallery > .next-product-gallery-img{
    right: 1em;
}
#content .hentry.product > .woocommerce-product-gallery > .prev-product-gallery-img:before,
#content .hentry.product > .woocommerce-product-gallery > .next-product-gallery-img:after{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#content .hentry.product > .woocommerce-product-gallery > .prev-product-gallery-img:hover:before,
#content .hentry.product > .woocommerce-product-gallery > .next-product-gallery-img:hover:after{
    -webkit-animation: none;
    animation: none;

}
#content .hentry.product > .woocommerce-product-gallery > .prev-product-gallery-img.disabled,
#content .hentry.product > .woocommerce-product-gallery > .next-product-gallery-img.disabled{
    display: none;
}
#content .hentry.product > .woocommerce-product-gallery > .flex-viewport > .woocommerce-product-gallery__wrapper .wp-post-image,
#content .hentry.product > .woocommerce-product-gallery > .flex-viewport > .woocommerce-product-gallery__wrapper img{
    /*
    width: 100%;
    height: auto;
    */
    margin: 0 auto;
}
/* product gallery controls */
#content .hentry.product > .woocommerce-product-gallery > .flex-control-nav,
#content .hentry.product > .woocommerce-product-gallery > .flex-control-nav > li{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
#content .hentry.product > .woocommerce-product-gallery > .flex-control-nav > li{
    display: inline-block;
    width: 60px;
    height: 4px;
    margin: 5px;

    background: #E1E1E1;
    cursor: pointer;
    overflow: hidden;
}
#content .hentry.product > .woocommerce-product-gallery > .flex-control-nav > li.active,
#content .hentry.product > .woocommerce-product-gallery > .flex-control-nav > li:hover{
    background: #FF7500;
}
#content .hentry.product > .woocommerce-product-gallery > .flex-control-nav > li > img{
    display: none;
}
/* product gallery popup */
body > .pswp > .pswp__bg{
    background: rgba(0,0,0,0.6);
}
/* product summary */
#content .hentry.product > .entry-summary .product_subtitle,
#content .hentry.product > .entry-summary .product_title{
    margin-bottom: 0.5907em;
}
#content .hentry.product > .entry-summary .price{
    display: none;
}
#content .hentry.product > .entry-summary .woocommerce-product-details__short-description{
    margin-bottom: 2.5917em;
}
#content .hentry.product > .entry-summary .product_meta{
    margin: 0 -10px;
}
#content .hentry.product > .entry-summary .product_meta > .wp-block-button > .wp-block-button__link,
#content .hentry.taxonomy.type-product_cat .woocommerce-products-header > .link-buttons-wrapper > .wp-block-button > .wp-block-button__link{
    width: 100%;
    padding: 1em;
}
#content .hentry.taxonomy.type-product_cat .woocommerce-products-header .term-description > * + *{
    margin-top: 2em;
}
#content .hentry.taxonomy.type-product_cat .woocommerce-products-header .term-description > .description-wrapper{
    overflow: hidden;
    -webkit-transition: height 0.5s linear;
    -moz-transition: height 0.5s linear;
    -o-transition: height 0.5s linear;
    transition: height 0.5s linear;
}
#content .hentry.taxonomy.type-product_cat .woocommerce-products-header .term-description > .description-wrapper + .read-more{
    display: none;
    text-decoration: none;
    font-weight: 600;
    margin-top: 0.5em;
}
#content .hentry.taxonomy.type-product_cat .woocommerce-products-header .term-description > .description-wrapper + .read-more:not(:hover):not(:focus){
    color: currentColor;
}
#content .hentry.taxonomy.type-product_cat .woocommerce-products-header .term-description > .short-description-points ul li{
    font-weight: 600;
}
/* active read more */
#content .hentry.taxonomy.type-product_cat .woocommerce-products-header .term-description > .description-wrapper.closed > .last-element{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
#content .hentry.taxonomy.type-product_cat .woocommerce-products-header .term-description > .description-wrapper.closed > .last-element ~ *{
    display: none;
}
#content .hentry.taxonomy.type-product_cat .woocommerce-products-header .term-description > .description-wrapper.closed + .read-more{
    display: block;
}
/* product detail info */
#content .hentry.product > .woocommerce-product-info{
    border-top: 1px solid #DDDDDD;
}
#content .hentry.product .entry-content > .wp-block-group.block-content,
#content .hentry.taxonomy.type-product_cat > .entry-content > .block-header:not([class*="bg-"]) + .block-content:not([class*="bg-"]),
#content .hentry.taxonomy.type-product_cat > .entry-content > .block-header[class*="bg-"] + .block-content[class*="bg-"]{
    padding-top: 0;
}
#content .hentry.taxonomy.type-product_cat > .entry-content > .block-header.bg-orange + .block-content:not([class*="bg-"]){
    padding-top: 2.5em;
}
#content .hentry.product .entry-content > .block-header:last-child{
    display: none;
}
#content .hentry.product .entry-content > .wp-block-group.block-content{
    font-size: 0.8em;
}
#content .hentry.product .entry-content > .wp-block-group table{
    margin: 0 0 2em;
}
#content .hentry.product .entry-content > .wp-block-group table:last-child{
    margin-bottom: 0;
}
#content .hentry.product .entry-content > .wp-block-group table tr th,
#content .hentry.product .entry-content > .wp-block-group table tr td{
    background: none;
    border: none;
    padding: 0 0 0.8em;
}
#content .hentry.product .entry-content > .wp-block-group table tr td{
    padding-left: 2em;
}
#content .hentry.product .entry-content > .wp-block-group table tr td.link-to-technical-specifications{
    white-space: nowrap;
}
#content .hentry.product .entry-content > .wp-block-group table tr td:last-child{
    text-align: right;
}
#content .hentry.product .entry-content > .wp-block-group table tr + tr th,
#content .hentry.product .entry-content > .wp-block-group table tr + tr td,
#content .hentry.product .entry-content > .wp-block-group > .multiple-technical-specifications table tbody tr th,
#content .hentry.product .entry-content > .wp-block-group > .multiple-technical-specifications table tbody tr td{
    padding-top: 0.8em;
    border-top: 1px solid #DDDDDD;
}
#content .hentry.product .entry-content > .wp-block-group table tr:last-child th,
#content .hentry.product .entry-content > .wp-block-group table tr:last-child td{
    padding-bottom: 0;
}
#content .hentry.product .entry-content > .wp-block-group table tr th + td:last-child{
    text-align: right;
}
#content .hentry.product .entry-content > .wp-block-group > .multiple-technical-specifications > .technical-specifications-menu{
    font-size: 1.25em;
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
    overflow: auto;
}
#content .hentry.product .entry-content > .wp-block-group > .multiple-technical-specifications > .technical-specifications-menu > .inline-list{
    display: inline-block;
    white-space: nowrap;
}
#content .hentry.product .entry-content > .wp-block-group > .multiple-technical-specifications > .technical-specifications-menu > .inline-list > li{
    margin: 0;
    padding: 0 1em;
}
#content .hentry.product .entry-content > .wp-block-group > .multiple-technical-specifications > .technical-specifications-menu a{
    opacity: 0.25;
    font-weight: bold;
    color: #1C1C1C;
    text-decoration: none;
}
#content .hentry.product .entry-content > .wp-block-group > .multiple-technical-specifications > .technical-specifications-menu a:hover,
#content .hentry.product .entry-content > .wp-block-group > .multiple-technical-specifications > .technical-specifications-menu a:focus{
    opacity: 1;
    color: #FF6A00;
    text-decoration: none;
}
#content .hentry.product .entry-content > .wp-block-group > .multiple-technical-specifications > .technical-specifications-menu a.active,
#content .hentry.product .entry-content > .wp-block-group > .multiple-technical-specifications > .technical-specifications-menu a.active:hover,
#content .hentry.product .entry-content > .wp-block-group > .multiple-technical-specifications > .technical-specifications-menu a.active:focus{
    cursor: default;
    opacity: 1;
    color: #1C1C1C;
    text-decoration: none;
}
#content .hentry.product .entry-content > .wp-block-group > .multiple-technical-specifications table tbody tr th,
#content .hentry.product .entry-content > .wp-block-group > .multiple-technical-specifications table tbody tr td{
    padding-left: 1.8em;
    padding-right: 1.8em;
    font-weight: normal;
}
#content .hentry.product .entry-content > .wp-block-group.block-certificates > p{
    margin-bottom: 0;
}
#content .hentry.product .entry-content > .wp-block-group.block-certificates > p > img{
    margin-top: 1em;
}
#content .hentry.product .entry-content > .wp-block-group.block-certificates > p > img + img{
    margin-left: 1em;
}
#content .hentry.product .entry-content > .wp-block-group#related-products{
    padding-bottom: 1em;
}
#content .hentry.product .entry-content > .wp-block-group.block-related-products{
    padding-bottom: 0;
    border-bottom: 1px solid #DDDDDD;
}
#content .hentry.product .entry-content > .wp-block-group.block-related-products > .products-list > .post-box:before{
    top: auto;
    bottom: 0;
}
#content .hentry.product .entry-content > .wp-block-group.block-related-products > .products-list > .post-box:last-child:before{
    display: none;
}

/* CATEGORY PAGE */
#content .hentry.taxonomy.type-product_cat .woocommerce-products-header{
    text-align: left;
    padding: 0 0 7em;
}
#content .hentry.taxonomy.type-product_cat .woocommerce-products-header .page-title{
    margin-bottom: 0.5em;
}
#content .hentry.taxonomy.type-product_cat .woocommerce-products-header > .link-buttons-wrapper{
    padding-bottom: 0;
}
/* subcategory block and products list */
#content .hentry.taxonomy.type-product_cat .product_cat-filter-wrapper > ul{
    margin: 0 -2.3em -1em;
    padding: 0 1.5em 1em;

    white-space: nowrap;
    overflow: auto;

    font-size: 16px;
}
#content .hentry.taxonomy.type-product_cat .product_cat-filter-wrapper > ul > li > .wp-block-button__link{
    min-width: 0;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}
#content .hentry.taxonomy.type-product_cat .filter-wrapper + .sub-taxonomy-list{
    margin-top: 2em;
}
#content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .sub-taxonomy-item + .sub-taxonomy-item{
    margin-top: 5em;
}
#content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .sub-taxonomy-item > .sub-taxonomy-title{
    margin-bottom: 0.3em;
}
#content .hentry.product .entry-content > .wp-block-group.block-related-products > .products-list > .post-box,
#content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .products-list > .post-box,
#content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .sub-taxonomy-item > .products-list > .post-box,
body.search-results #content #primary #main .post-box-list > .post-box{
    cursor: pointer;
    padding: 2em 0;
}
#content .hentry.product .entry-content > .wp-block-group.block-related-products > .products-list > .post-box:before,
#content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .sub-taxonomy-item > .products-list > .post-box:before{
    width: 100%;
    left: 0;
}
#content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .products-list > .post-box:first-child:before{
    display: none;
}
#content .hentry.product .entry-content > .wp-block-group.block-related-products > .products-list > .post-box > .post-content > .post-header > .post-title:after,
#content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .products-list > .post-box > .post-content > .post-header > .post-title:after,
#content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .sub-taxonomy-item > .products-list > .post-box > .post-content > .post-header > .post-title:after,
body.search-results #content #primary #main .post-box-list > .post-box > .post-content > .post-header > .post-title:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;

    display: block;
    width: 2.5em;
    height: 1em;
    margin: -0.5em 0 0;
    background: url('assets/images/ico-arrow-orange.svg') no-repeat center right;
    background-size: contain;
    
    /*
    -webkit-animation: arrow-animation 1s linear infinite;
    animation: arrow-animation 1s linear infinite;
    */
}
#content .hentry.product .entry-content > .wp-block-group.block-related-products > .products-list > .post-box:hover .post-title a,
#content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .products-list > .post-box:hover .post-title a,
#content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .sub-taxonomy-item > .products-list > .post-box:hover .post-title a{
    color: #FF6A00;
}
#content .hentry.product .entry-content > .wp-block-group.block-related-products > .products-list > .post-box:hover .post-subtitle a:hover,
#content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .products-list > .post-box:hover .post-subtitle a:hover,
#content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .sub-taxonomy-item > .products-list > .post-box:hover .post-subtitle a:hover{
    color: inherit;
}

/** MEDIA QUERIS FOR MINOR SIZES (default end in 1000px) **/
@media only screen and (max-width: 1390px){
    /* footer ajust */
    body > #page > #colophon.site-footer > .col-full > .footer-left > *,
    body > #page > #colophon.site-footer > .col-full > .footer-right > *{
        display: block;
    }
    body > #page > #colophon.site-footer > .col-full > .footer-right{
        display: flex;
        flex-direction: column;
    }
    body > #page > #colophon.site-footer > .col-full > .footer-right > *{
        order: 2;
    }
    body > #page > #colophon.site-footer > .col-full > .footer-right > *:last-child{
        order: 1;
        margin-bottom: 10px;
    }
}
/* BIG TABLET */
@media only screen and (max-width: 1039px){
    /* footer not columns */
    body > #page > #colophon.site-footer{
        border-top: 1px solid #DDDDDD;
    }
    body > #page > #colophon.site-footer > .col-full{
        position: relative;
        flex-direction: column;
    }
    body > #page > #colophon.site-footer > .col-full > *{
        order: 2;
        padding-bottom: 20px;
    }
    body > #page > #colophon.site-footer > .col-full > .footer-left{
        order: 3;
    }
    body > #page > #colophon.site-footer > .col-full > .footer-right{
        order: 1;
    }
    body > #page > #colophon.site-footer > .col-full > .footer-right > *:last-child{
        position: absolute;
        bottom: 25px;
        right: 0;
        margin-bottom: 0;
    }
}
/* TABLET */
@media only screen and (max-width: 999px){
    /* update font size */
    html, body,
    #ajaxsearchlite1 .probox .proinput,
    div.asl_w .probox .proinput,
    body > #page > #masthead.site-header .site-search > * #ajaxsearchlite1 .probox .proinput input,
    body > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput input{
        font-size: 14px;
    }
    h1, .h1{
        font-size: 3.45em;
    }
    h2, .h2{
        font-size: 2.86em;
    }
    h3, .h3{
        font-size: 2.15em;
    }
    h4, .h4{
        font-size: 1.45em;
    }
    h5, .h5{
        font-size: 1.15em;
    }
    .big{
        font-size: 1.29em;
    }
    h4.big, .h4.big{
        font-size: 2em;
    }
    .small{
        font-size: 0.9em;
    }

    /* reduce header search */
    body > #page > #masthead.site-header .main-navigation{
        width: calc(100% - 50px);
    }
    body > #page > #masthead.site-header .site-search,
    body > #page > #masthead.site-header .site-search > *,
    body > #page > #masthead.site-header .site-search > * .probox .promagnifier .innericon{
        width: 50px;
    }
    body > #page > #masthead.site-header .site-search > * .probox .promagnifier .innericon > svg{
        top: calc(50% - 9px);
        width: 18px;
        height: 18px;
    }
    body > #page > #masthead.site-header .site-search > * .probox{
        width: calc(100% - 50px);
        padding-left: 50px;
    }
    
    /* remove media columns */
    #content .hentry .entry-content > .wp-block-media-text:first-child > .wp-block-media-text__content,
    #content .hentry .entry-content > .wp-block-group:not([class*="bg-"]):first-child{
        padding-top: 0;
    }
    #content .hentry .entry-content > .wp-block-media-text,
    #content .hentry .entry-content > .wp-block-columns{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #content .hentry .entry-content > .wp-block-columns{
        width: calc(100% + 20px);
    }
    #content .hentry .entry-content > .wp-block-media-text > .wp-block-media-text__media{
        width: 100%;
    }
    #content .hentry .entry-content > .wp-block-media-text:not(.mobile-top-image) > .wp-block-media-text__media{
        order: 2;
    }
    #content .hentry .entry-content > .wp-block-media-text:not(.mobile-top-image) > .wp-block-media-text__content{
        order: 1;
    }

    /* remove product categories grid */
    #content .hentry .entry-content > .product-categories-grid{
        margin: 0 auto;
    }
    #content .hentry .entry-content > .product-categories-grid > .product-category-item{
        float: none;
        width: 100%;
        margin: 0;
    }
    #content .hentry .entry-content > .product-categories-grid > .product-category-item + .product-category-item{
        margin-top: 3em;
        border-top: 1px solid #DDDDDD;
        padding-top: 3em;
    }
}
/* set mobile header */
@media only screen and (max-width: 767px){
    body > #page > #masthead.site-header .site-branding + .header-content{
        display: flex;
    }
    body > #page > #masthead.site-header .main-navigation{
        order: 2;
        width: auto;
    }
    body > #page > #masthead.site-header .site-search{
        order: 1;
        position: relative;
        width: 100%;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation{
        position: absolute;
        z-index: 100;
        top: 3.5em;
        right: 0;

        overflow: auto;
        width: 100vw;
        height: calc(100vh - 3.5em);
        padding: 0;
        background: #ff6a00;
        color: #FFFFFF;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation > .content-wrapper{
        display: flex;
        height: 100%;
        flex-direction: column;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation > .content-wrapper > *{
        display: block;
        width: 100%;
        margin: 0;
        padding: 0 0 50px;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation > .content-wrapper > *:last-child{
        align-self: flex-end;
        margin-top: auto;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation > .content-wrapper > * > * + *{
        padding-top: 15px;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation ul.menu,
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation ul.menu > li.menu-item{
        text-align: left;
        padding-top: 10px;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation ul.menu > li > *{
        padding-left: 35px;
        line-height: 1.3em;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation ul.menu > li.menu-item > a:not(.button):not(.wp-block-button__link),
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation ul.menu > li.menu-item > a:not(.button):not(.wp-block-button__link):hover,
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation ul.menu > li.menu-item > a:not(.button):not(.wp-block-button__link):focus{
        color: #FFFFFF;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation .primary-menu > ul.menu > li.menu-item{
        font-size: 2.55em;
        line-height: 1.3em;
        padding-top: 20px;
        padding-bottom: 15px;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation ul.menu > li.menu-item-type-lang{
        display: inline-block;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation ul.menu > li.menu-item-type-lang:not(.current-menu-item){
        opacity: 0.6;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation ul.menu > li.menu-item-type-lang > *{
        padding-right: 0;
    }
    body.search-opened > #page > #masthead.site-header .site-search > *{
        right: -50px;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation ul.menu > li.menu-item.icon-social{
        margin: 20px 0 0 35px;
        padding: 0;
    }
}
@media only screen and (min-width: 768px){
    /* remove burger */
    body > #page > #masthead.site-header .main-navigation button.menu-toggle,
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation .mobile-menu-footer{
        display: none;
    }
    body > #page > #masthead.site-header .main-navigation .primary-mobile-navigation{
        display: flex !important;
        text-align: right;
        align-items: center;
        justify-content: flex-end;
        
        height: 100%;
    }
}
/* SMALL MOBILE */
@media only screen and (max-width: 599px){
    .hentry .entry-content .wp-block-columns .wp-block-column:empty{
        display: none;
    }
    .hentry .entry-content .only-with-columns{
        display: none;
    }
}
@media only screen and (max-width: 669px){
    h1, .h1{
        font-size: 2.55em;
    }
    h2, .h2, .mobile-h2{
        font-size: 1.9em;
    }
    h3, .h3{
        font-size: 1.6em;
    }
    h4, .h4{
        font-size: 1.3em;
    }
    h4.big, .h4.big{
        font-size: 1.5em;
    }
    #content .hentry.taxonomy.type-product_cat .woocommerce-products-header .term-description > .short-description-points ul li{
        font-size: 1.15em;
    }
    .small{
        font-size: 0.85em;
    }
    #content .hentry .entry-content .mobile-title{
        display: block;
    }
    #content .hentry .entry-content > .wp-block-media-text > .wp-block-media-text__content > .wp-block-quote{
        display: none;
    }
    body .storefront-breadcrumb,
    #content .hentry .entry-header,
    #content .hentry .entry-content > .default-padding,
    #content .hentry .entry-content > .wp-block-media-text > .wp-block-media-text__content,
    #content .hentry .entry-content > .wp-block-columns,
    #content .hentry .entry-content > .wp-block-columns.effect-staircase > .wp-block-column,
    #content .hentry .entry-content > .wp-block-group,
    #content .hentry .entry-footer,
    #content .hentry.product > .entry-summary,
    #content .hentry.product > .woocommerce-product-gallery,
    #content .hentry .entry-content > .product-categories-grid{
        padding: 2.5em 2.7em;
    }
    #content .hentry .entry-content > .wp-block-media-text.inline-image > .wp-block-media-text__media{
        padding: 2.5em 2.7em 1em;
    }
    #content .hentry .entry-content > .block-header{
        padding-bottom: 2em;
    }
    body .storefront-breadcrumb,
    #content .hentry .entry-header,
    #content .hentry.product > .entry-summary,
    #content .hentry.product > .woocommerce-product-gallery,
    #content .hentry .entry-content > .no-padding-top,
    #content .hentry .entry-content > .default-padding.no-padding-top{
        padding-top: 0;
    }
    body.search-results #content #primary #main .post-box-list{
        padding-left: 2.7em;
        padding-right: 2.7em;
    }
    #content .hentry .entry-content > .wp-block-media-text.not-mobile-img > .wp-block-media-text__content > .only-mobile:first-child{
        width: calc(100% + 5.4em);
        max-width: none;
        margin: -2.5em -2.7em 2.5em;
    }
    #content .hentry .entry-content > .wp-block-media-text.not-mobile-img > .wp-block-media-text__content > .only-mobile:last-child{
        width: calc(100% + 5.4em);
        max-width: none;
        margin: 2.5em -2.7em -2.5em;
    }

    /* contact map full width */
    #content .hentry .entry-content > .wp-block-columns > .wp-block-column > .map{
        margin: 3em -2.7em -4em;
        width: calc(100% + 5.4em);
    }
}
@media only screen and (max-width: 550px){
    body.search-opened > #page > #masthead.site-header .site-search > *{
        width: 100vw;
    }
    .post-box > .post-content .post-documents > span{
        display: none;
    }
    .post-box > .post-content .post-documents > .documents-menu > .menu > .menu-item{
        padding: 10px 0 0;
        display: block;
    }
    .post-box > .post-content .post-documents > .documents-menu > .menu > .menu-item:first-child{
        padding-top: 0;
    }
}

/** MEDIA QUERIS FOR LARGE SIZES (default end in 1000px) **/
/* NOT SMALL MOBILE */
@media only screen and (min-width: 600px){
    /* put contact form groups in columns */
    div.wpcf7 form .form-content .form-columns{
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    div.wpcf7 form .form-content .form-columns > .form-group {
        flex-basis: 0;
        flex-grow: 1;
    }

    /* content in columns (only 2) */
    .two-columns,
    .three-columns{
        column-count: 2;
    }

    .hentry .entry-content .wp-block-columns,
    .editor-styles-wrapper .wp-block-columns{
        margin: 0 -1em;
        gap: 0;
    }
    .hentry .entry-content .wp-block-columns > .wp-block-column,
    .hentry .entry-content .wp-block-columns > .wp-block-column:not(:first-child),
    .hentry .entry-content .wp-block-columns > .wp-block-column:not(:last-child),
    .editor-styles-wrapper .wp-block-columns > .wp-block-column,
    .editor-styles-wrapper .wp-block-columns > .wp-block-column:not(:first-child),
    .editor-styles-wrapper .wp-block-columns > .wp-block-column:not(:last-child){
        flex-basis: calc(50% - 2em);
        flex-grow: 0;
        padding: 0;
        margin: 0 1em 1em;
    }
    .hentry .entry-content .wp-block-columns:not(.full-width) > .wp-block-column[class*='bg-']:not(:first-child),
    .hentry .entry-content .wp-block-columns:not(.full-width) > .wp-block-column[class*='bg-']:not(:last-child){
        flex-basis: calc(50% - 1em);
        margin: 0 0.5em 0.5em;

        padding: 0.5em;
    }
}
@media only screen and (max-width: 781px) and (min-width: 600px){
    .hentry .entry-content .wp-block-columns > .wp-block-column,
    .hentry .entry-content .wp-block-columns > .wp-block-column:not(:first-child),
    .hentry .entry-content .wp-block-columns > .wp-block-column:not(:last-child),
    .editor-styles-wrapper .wp-block-columns > .wp-block-column,
    .editor-styles-wrapper .wp-block-columns > .wp-block-column:not(:first-child),
    .editor-styles-wrapper .wp-block-columns > .wp-block-column:not(:last-child){
        flex-basis: calc(50% - 2em) !important;
    }
    .hentry .entry-content .wp-block-columns:not(.full-width) > .wp-block-column[class*='bg-']:not(:first-child),
    .hentry .entry-content .wp-block-columns:not(.full-width) > .wp-block-column[class*='bg-']:not(:last-child){
        flex-basis: calc(50% - 1em) !important;
    }
}
/* TABLET */
@media only screen and (min-width: 768px){
    /* content in columns (can use 3) */
    .three-columns{
        column-count: 3;
    }

    /* post box with image in left */
    .post-box > .img-wrapper{
        display: inline-block;
        vertical-align: middle;
        width: 150px;
        margin: 0;
        padding: 0;

        background: #F6F6F6;
    }
    #ajaxsearchliteres1 > .results .item > .asl_content.post-box > .img-wrapper{
        margin-bottom: 0;
    }
    .post-box > .img-wrapper > img{
        width: 100%;
        margin: 0;
    }
    .post-box > .post-content{
        display: inline-block;
        vertical-align: middle;
        max-width: calc(100% - 200px);
        margin: 0;
        padding: 0 0 0 40px;
    }
    #content .hentry.product .entry-content > .wp-block-group.block-related-products > .products-list > .post-box > .post-content > .post-header > .post-title:after,
    #content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .products-list > .post-box > .post-content > .post-header > .post-title:after,
    #content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .sub-taxonomy-item > .products-list > .post-box > .post-content > .post-header > .post-title:after,
    body.search-results #content #primary #main .post-box-list > .post-box > .post-content > .post-header > .post-title:after{
        display: none;
    }
    #content .hentry.product .entry-content > .wp-block-group.block-related-products > .products-list > .post-box,
    #content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .products-list > .post-box,
    #content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .sub-taxonomy-item > .products-list > .post-box,
    body.search-results #content #primary #main .post-box-list > .post-box{
        padding: 2em 1.6em;
        margin-left: -1.6em;
        margin-right: -1.6em;
    }
    #content .hentry.product .entry-content > .wp-block-group.block-related-products > .products-list > .post-box{
        padding-top: 2.6em;
        padding-bottom: 2.6em;
    }
    #content .hentry.product .entry-content > .wp-block-group.block-related-products > .products-list > .post-box > .img-wrapper.have-img,
    #content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .products-list > .post-box > .img-wrapper.have-img,
    #content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .sub-taxonomy-item > .products-list > .post-box > .img-wrapper.have-img,
    body.search-results #content #primary #main .post-box-list > .post-box > .img-wrapper.have-img{
        padding: 20px;
        background: #FFF;
    }
    #content .hentry.product .entry-content > .wp-block-group.block-related-products > .products-list > .post-box:hover,
    #content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .products-list > .post-box:hover,
    #content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .sub-taxonomy-item > .products-list > .post-box:hover,
    body.search-results #content #primary #main .post-box-list > .post-box:hover{
        background-color: #F6F6F6;
    }
    #content .hentry.product .entry-content > .wp-block-group.block-related-products > .products-list > .post-box:hover:after,
    #content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .products-list > .post-box:hover:after,
    #content .hentry.taxonomy.type-product_cat .sub-taxonomy-list > .sub-taxonomy-item > .products-list > .post-box:hover:after,
    body.search-results #content #primary #main .post-box-list > .post-box:hover:after{
        content: '';
        position: absolute;
        top: 50%;
        right: 2em;

        display: block;
        width: 2.5em;
        height: 1em;
        margin: -0.5em 0 0;
        background: url('assets/images/ico-arrow-orange.svg') no-repeat center right;
        background-size: contain;
        
        -webkit-animation: arrow-animation 1s linear infinite;
        animation: arrow-animation 1s linear infinite;
    }
}
/* BIG TABLET */
@media only screen and (min-width: 1040px){
    /* extra padding right */
    #content .hentry .entry-content > .extra-right{
        padding-right: 7em;
    }

    /* footer in columns */
    body > #page > #colophon.site-footer > .col-full > *,
    body > #page > #colophon.site-footer > .col-full > *:first-child,
    body > #page > #colophon.site-footer > .col-full > *:last-child{
        margin: 0 auto;
        padding: 2.5em;
    }
    body > #page > #colophon.site-footer > .col-full > .footer-left{
        text-align: left;
        margin-left: 0;
        padding-right: 1em;
    }
    body > #page > #colophon.site-footer > .col-full > .footer-center{
        text-align: center;
        padding-right: 1em;
        padding-left: 1em;
    }
    body > #page > #colophon.site-footer > .col-full > .footer-right{
        text-align: right;
        margin-right: 0;
        padding-left: 1em;
    }

    /* put media text min size */
    #content .hentry .entry-content > .wp-block-media-text.has-media-on-the-right:not(.inline-image) > .wp-block-media-text__content{
        min-width: 600px;
    }
    body.contact-page #content .hentry .entry-content > .wp-block-media-text.has-media-on-the-right:not(.inline-image) > .wp-block-media-text__content{
        min-width: 680px;
    }
    #content .hentry .entry-content > .wp-block-media-text > .wp-block-media-text__media{
        /*max-width: calc(100vw - 600px);*/
        margin-right: auto;
        margin-left: 0;
    }
    #content .hentry .entry-content > .wp-block-media-text.inline-image:not(.has-media-on-the-right) > .wp-block-media-text__media,
    #content .hentry .entry-content > .wp-block-media-text.has-media-on-the-right:not(.inline-image) > .wp-block-media-text__media{
        margin-right: 0;
        margin-left: auto;
    }

    /* put media negative margin */
    #content .hentry .entry-content > .wp-block-columns.right-media-effect > .wp-block-column:last-child{
        margin-bottom: -10em;
    }
    #content .hentry .entry-content > .wp-block-media-text:not(.inline-image) > .wp-block-media-text__media{
        margin-top: 0;
        margin-bottom: -7em;
    }
    #content .hentry .entry-content > .wp-block-media-text > .wp-block-media-text__content > .wp-block-quote{
        top: calc(100% + 8em);
    }
    #content .hentry .entry-content > .wp-block-media-text + *{
        padding-top: 5em;
    }
    
    /* put staircase effect */
    #content .hentry .entry-content > .wp-block-columns.effect-staircase{
        margin-top: 4em;
        margin-bottom: 4em;
    }
    #content .hentry .entry-content > .wp-block-columns.effect-staircase + .wp-block-columns.effect-staircase{
        margin-top: 0;
    }
    #content .hentry .entry-content > .wp-block-columns.effect-staircase > .wp-block-column:first-child{
        margin-top: -4em;
    }
    #content .hentry .entry-content > .wp-block-columns.effect-staircase > .wp-block-column:last-child{
        margin-bottom: -4em;
    }
}
/* DESKTOP */
@media only screen and (min-width: 1200px){
    /* increase font */
    html, body,
    #ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput{
        font-size: 20px;
    }
    body > #page > #masthead.site-header .site-search > * #ajaxsearchlite1 .probox .proinput input,
    body > #page > #masthead.site-header .site-search > * div.asl_w .probox .proinput input{
        font-size: 24px;
    }
    h1, .h1{
        font-size: 2.4em;
    }
    h2, .h2{
        font-size: 2em;
    }
    h3, .h3{
        font-size: 1.8em;
    }
    h4, .h4{
        font-size: 1.2em;
    }
    h4.big, .h4.big{
        font-size: 1.5em;
    }

    /* change media text min size */
    #content .hentry .entry-content > .wp-block-media-text.has-media-on-the-right:not(.inline-image) > .wp-block-media-text__content{
        min-width: 680px;
    }
    body.contact-page #content .hentry .entry-content > .wp-block-media-text.has-media-on-the-right:not(.inline-image) > .wp-block-media-text__content{
        min-width: 850px;
    }
    /*#content .hentry .entry-content > .wp-block-media-text > .wp-block-media-text__media{
        max-width: calc(100vw - 680px);
    }*/

    /* Product page set summary floating */
    #content .hentry.product{
        position: relative;
    }
    #content .hentry.product > .entry-summary{
        position: absolute;
        top: 0;
        right: 0;

        display: block;
        width: 27em;
        padding-bottom: 0 !important;
    }
    #content .hentry.product > .woocommerce-product-info{
        border-top: 0;
    }
    #content .hentry.product > .woocommerce-product-gallery,
    #content .hentry.product > .woocommerce-tabs,
    #content .hentry.product > .woocommerce-product-info > .with-right-column{
        max-width: calc(100% - 27em);
        margin-left: 0;
    }

    /* category header in two columns */
    #content .hentry.taxonomy.type-product_cat .woocommerce-products-header:after{
        content: '';
        display: block;
        clear: both;
    }
    #content .hentry.taxonomy.type-product_cat .woocommerce-products-header > .header-content{
        float: left;
        width: calc(100% - 27em);
        padding-bottom: 0;
        padding-right: 0;
    }
    #content .hentry.taxonomy.type-product_cat .woocommerce-products-header > .link-buttons-wrapper{
        float: right;
        width: 27em;
        text-align: right;
    }
}
/* BIG DESKTOP */
@media only screen and (min-width: 1440px){
    /* increase font *
    html, body,
    #ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput{
        font-size: 20px;
    }
    h1, .h1{
        font-size: 4em;
    }
    h2, .h2{
        font-size: 2.7em;
    }
    h3, .h3{
        font-size: 2.1em;
    }
    h4, .h4{
        font-size: 1.5em;
    }
    */

    /* increase paddings */
    body > #page > #masthead.site-header{
        margin-bottom: 5em;
    }
    body .storefront-breadcrumb,
    #content .hentry .entry-header,
    #content .hentry .entry-content > .default-padding,
    #content .hentry .entry-content > .wp-block-media-text > .wp-block-media-text__content,
    #content .hentry .entry-content > .wp-block-columns,
    #content .hentry .entry-content > .wp-block-columns.effect-staircase > .wp-block-column,
    #content .hentry .entry-content > .wp-block-group,
    #content .hentry .entry-footer,
    #content .hentry.product > .entry-summary,
    #content .hentry.product > .woocommerce-product-gallery,
    #content .hentry .entry-content > .product-categories-grid{
        padding: 5em;
    }
    #content .hentry .entry-content > .wp-block-media-text.inline-image > .wp-block-media-text__media{
        padding: 5em 1em 3em 5em;
    }
    body.search-results #content #primary #main .post-box-list{
        padding-left: 5em;
        padding-right: 5em;
    }
    #content .hentry .entry-content > .wp-block-columns.full-width{
        padding: 2em 0 0;
    }
    #content .hentry .entry-content > .wp-block-columns.full-width > .wp-block-column{
        padding: 3em 2.5em 5em;
        margin: 0;
    }
    #content .hentry .entry-content > .wp-block-columns.full-width > .wp-block-column:first-child{
        padding-left: 5em;
    }
    #content .hentry .entry-content > .wp-block-columns.full-width > .wp-block-column:last-child{
        padding-right: 5em;
    }
    body .storefront-breadcrumb,
    #content .hentry .entry-header,
    #content .hentry.product > .entry-summary,
    #content .hentry.product > .woocommerce-product-gallery,
    #content .hentry .entry-content > .no-padding-top,
    #content .hentry .entry-content > .default-padding.no-padding-top,
    #content .hentry .entry-content > .wp-block-columns.full-width.no-padding-top{
        padding-top: 0;
    }
    #content .hentry .entry-content > .block-header{
        padding-bottom: 2em;
    }
    #content .hentry .entry-content > .extra-right{
        padding-right: 7em;
    }
    #content .hentry.product > .woocommerce-tabs > .wc-tabs > li{
        padding-left: 5em;
    }
    #content .hentry.product > .woocommerce-product-gallery > .prev-product-gallery-img,
    #content .hentry.product > .woocommerce-product-gallery > .next-product-gallery-img{
        width: 3em;
    }
    #content .hentry.product > .woocommerce-product-gallery > .prev-product-gallery-img{
        left: 1.5em;
    }
    #content .hentry.product > .woocommerce-product-gallery > .next-product-gallery-img{
        right: 1.5em;
    }

    /* change media text min size */
    #content .hentry .entry-content > .wp-block-media-text.has-media-on-the-right:not(.inline-image) > .wp-block-media-text__content,
    body.contact-page #content .hentry .entry-content > .wp-block-media-text.has-media-on-the-right:not(.inline-image) > .wp-block-media-text__content{
        min-width: 870px;
    }
    #content .hentry .entry-content > .wp-block-media-text:not(.inline-image):not(.has-media-on-the-right) > .wp-block-media-text__content{
        padding-left: 1em;
    }
    /*#content .hentry .entry-content > .wp-block-media-text > .wp-block-media-text__media{
        max-width: calc(100vw - 870px);
    }*/

    /* change product summary width and category header columns width */    
    #content .hentry.product > .entry-summary,
    #content .hentry.taxonomy.type-product_cat .woocommerce-products-header > .link-buttons-wrapper{
        width: 29.3em;
    }
    #content .hentry.product > .woocommerce-product-gallery,
    #content .hentry.product > .woocommerce-tabs,
    #content .hentry.product > .woocommerce-product-info > .with-right-column,
    #content .hentry.taxonomy.type-product_cat .woocommerce-products-header > .header-content{
        max-width: calc(100% - 29.3em);
    }
}
/* MAX SIZE (start automatic font) */
@media only screen and (min-width: 1920px){
    html, body,
    #ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput{
        font-size: 1.05vw;
    }

    /* fixed font size in concrete elements */
    body > #page > #masthead.site-header{
        font-size: 20px;
    }
    
    /* change media text min size */
    #content .hentry .entry-content > .wp-block-media-text.has-media-on-the-right:not(.inline-image) > .wp-block-media-text__content{
        min-width: 43.5em;
    }
    /*#content .hentry .entry-content > .wp-block-media-text > .wp-block-media-text__media{
        max-width: calc(100vw - 43.5em);
    }*/
}

/** MEDIA QUERIS FOR RANGE **/
@media only screen and (min-width:740px) and (max-width: 1199px){
    /* product meta buttons in 2 columns */
    #content .hentry.product > .entry-summary .product_meta:after{
        content: '';
        display: block;
        clear: both;
    }
    #content .hentry.product > .entry-summary .product_meta > .wp-block-button{
        float: left;
        width: 50%;
        padding: 0 15px;
    }
}