/*
	Theme Name: Welift
	Theme URI: https://welift.nl
	Description: Welift custom theme
	Version: 1.0
	Author: Martijn van Beelen
	Author URI: https://cre-aiddevelopment.nl
	Tags: HTML5, CSS3
*/


/*------------------------------------*\
    FONTS
\*------------------------------------*/
@font-face {
    font-family: "Agrandir";
    src: url('fonts/Agrandir-Regular.woff2') format('woff2'), url('fonts/Agrandir-Regular.woff') format('woff'), url('fonts/Agrandir-Regular.eot') format('eot');
}
@font-face {
    font-family: "Agrandir-Bold";
    src: url('fonts/Agrandir-TextBold.woff2') format('woff2'), url('fonts/Agrandir-TextBold.woff') format('woff'), url('fonts/Agrandir-TextBold.eot') format('eot');
}
@font-face {
    font-family: "Monument";
    src: url('fonts/MonumentExtended-Regular.woff2') format('woff2'), url('fonts/MonumentExtended-Regular.woff') format('woff'), url('fonts/MonumentExtended-Regular.eot') format('eot');
}
@font-face {
    font-family: "Monument bold";
    src: url('fonts/MonumentExtended-Bold.woff2') format('woff2'), url('fonts/MonumentExtended-Bold.woff') format('woff'), url('fonts/MonumentExtended-Bold.eot') format('eot');
}
@font-face {
    font-family: "Monument medium";
    src: url('fonts/MonumentExtended-Medium.woff2') format('woff2'), url('fonts/MonumentExtended-Medium.woff') format('woff'), url('fonts/MonumentExtended-Medium.eot') format('eot');
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
    margin: 0;
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: none;
}
body {
	font:300 18px/1.5 'Agrandir', Helvetica, Verdana, sans-serif;
    letter-spacing: 0.05em;
	color:#000;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
    width: 100%;
    -webkit-text-size-adjust: none;
    touch-action: pan-y;
}
@media only screen and (min-width: 1024px) {
    body.stopscroll {
        overflow: hidden;
    }
}
small {
    font-size: 0.8em !important;
    line-height: 1.2em !important;
}
main {
    flex-grow: 9999999;
    padding-top: 115px;
}
.text-right {
    text-align: right;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
::placeholder {
    color: #d4d4d4;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.hidden {
    display: none;
}
mark {
    background: #EE7566;
}
ul.is-style-branded {
    list-style-type: none;
    padding-left: 30px;
}
main ul.is-style-branded li:before {
    content:''; 
    position: absolute; 
    height: 16px; 
    width: 16px; 
    background-image:url('img/bullet.svg'); 
    background-size:contain; 
    background-repeat:no-repeat; 
    margin-left: -30px;
    margin-top: 5px;
}
.we-fuel main ul.is-style-branded li:before {
    background-image:url('img/bullet-wefuel.svg'); 
}

/*------------------------------------*\
    COLORS
\*------------------------------------*/

a.has-wit-color,
a.has-wit-color:hover,
a.has-wit-color:focus,
a.has-wit-color:visited,
a.has-wit-color:active,
.has-wit-color {
    color: #FFFFFF;
}

a.has-zwart-color,
a.has-zwart-color:hover,
a.has-zwart-color:focus,
a.has-zwart-color:visited,
a.has-zwart-color:active,
.has-zwart-color,
.wp-block-social-link-anchor {
    color: #000000 !important;
}

a.has-donkergrijs-color,
a.has-donkergrijs-color:hover,
a.has-donkergrijs-color:focus,
a.has-donkergrijs-color:visited,
a.has-donkergrijs-color:active,
.has-donkergrijs-color {
    color: #444036;
}

a.has-lichtgrijs-color,
a.has-lichtgrijs-color:hover,
a.has-lichtgrijs-color:focus,
a.has-lichtgrijs-color:visited,
a.has-lichtgrijs-color:active,
.has-lichtgrijs-color {
    color: #ECE9E9;
}

a.has-roze-color,
a.has-roze-color:hover,
a.has-roze-color:focus,
a.has-roze-color:visited,
a.has-roze-color:active,
.has-roze-color {
    color: #EE7566;
}

a.has-donkergroen-color,
a.has-donkergroen-color:hover,
a.has-donkergroen-color:focus,
a.has-donkergroen-color:visited,
a.has-donkergroen-color:active,
.has-donkergroen-color {
    color: #424F32;
}

a.has-geel-color,
a.has-geel-color:hover,
a.has-geel-color:focus,
a.has-geel-color:visited,
a.has-geel-color:active,
.has-geel-color {
    color: #D2A92A;
}

.news-container.has-grey-background-color,
.has-grey-background-color {
    background-color: #f5f5f5;
}
.has-gradient-background-color {
    background-color: #EE7566;
    background: linear-gradient(90deg, #EE7566 0%, #EE7566 100%);
}
.has-gradient-backgroundtotransparant-color {
    background-color: #EE7566;
    background: linear-gradient(90deg, #EE7566 0%, rgba(34,95,170,0) 100%);
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background, 
.wp-block-cover.has-background-dim:not(.has-background-gradient):before, 
.wp-block-cover .wp-block-cover__gradient-background {
    /* opacity: 1 !important; */
}
.wp-block-cover.has-gradient-background-color.has-background-dim:not(.has-background-gradient):before, 
.wp-block-cover.has-gradient-background-color .wp-block-cover__gradient-background {
    background-image: linear-gradient(90deg, #EE7566 0%, #EE7566 100%);
    /* opacity: 1 !important; */
    z-index: -1;
}
.wp-block-cover.has-gradienttotransparant-background-color.has-background-dim:not(.has-background-gradient):before, 
.wp-block-cover.has-gradienttotransparant-background-color .wp-block-cover__gradient-background {
    background-image: linear-gradient(90deg, #EE7566 0%,  rgba(34,95,170,0) 100%);
    /* opacity: 1 !important; */
    z-index: -1;
}

.has-wit-background-color {
    background-color: #FFFFFF;
}

.has-zwart-background-color {
    background-color: #000000;
}

.has-roze-background-color {
    background-color: #EE7566;
}

.has-donkergrijs-background-color {
    background-color: #444036;
}

.has-lichtgrijs-background-color {
    background-color: #ECE9E9;
}

.has-geel-background-color {
    background-color: #D2A92A;
}
.has-transparant-background-color {
    background-color: rgba(255,255,255,0);
}


.wp-block-quote:before,
.is-style-dark * {
    color: #FFF !important;
}
.is-style-light * {
    color: #595B60 !important;
}
.wp-block-quote:before {
    font-weight: 300 !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
    background-color: #ECE9E9;
    padding: 1em 0;
    position: fixed;
    top: 50px;
    z-index: 9999;
    width: 100%;
}
header.title {
    min-height: initial;
}
footer > .container,
.header > .container {
    max-width: 1600px;
}
.navheader {
    display: flex;
}
/* logo */
.logo {
    height: 100%;
    display: flex;
    padding: 15px 0;
    align-items: flex-start;
    flex-direction: row;
    flex-basis: 250px;
    flex-grow: 1;
    min-width: 250px;
}
.logo a {
    display: block;
    width: 100%;
}
.logowelift {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-image: url('img/logo-welift-stretch.png');
    background-size: 100% 100%;
    height: 36px;
    width: 165px;
    padding-left: 0;
    transition: width 0.5s, margin 0.5s, padding 0.5s;
}
.logowelift.animate,
.logowelift:hover {
    width: 100%;
    margin-left: -30px;
}
footer .logowelift.animate {
    margin-left: 0;
}
.logo-img {
    height: 36px !important;
}
/* nav */
header .nav.main {
    flex-direction: column;
    align-self: stretch;
    display: flex;
    flex-grow: 9999;
}
header .nav > ul {
    list-style-image: initial;
    width: 100%;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-self: stretch;
    height: 100%;
}
header .nav > ul li:before {
    content: none;
}
footer ul li:before,
header .nav li:before {
    content: none;
}
header .nav > ul > li {
    padding: 0 15px;
    position: relative;
}
header .nav > ul > li.wpml-ls-item {
}
header .nav > ul > li.wpml-ls-item a {
}
header .nav > ul > li.wpml-ls-item:hover {
    background-image: initial;
}
header .nav > ul > li.wpml-ls-item:hover a {
    color: inherit;
}
header .nav > ul .wpml-ls-flag {
    display: inline-block;
    max-width: 18px;
    margin-bottom: -17px;
    margin-top: 7px;
}
header .nav > ul > li > a > .wpml-ls-flag {
    display: inline-block;
    max-width: 18px;
    margin-bottom: -20px;
    margin-top: 7px;
}
.wpml-ls-menu-item .wpml-ls-flag+span {
    margin-left: 22px;
}
header .nav > ul > li a {
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    padding: 15px 0;
    height: 100%;
    font-weight: 300;
    font-size: 1.7rem;
    transition: color 0.5s, font-weight 0.5s;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
header .nav.ecommercemenu {
    flex-direction: column;
    align-self: stretch;
    display: flex;
    flex-grow: 1;
}
header .nav.ecommercemenu > ul > li a {
    text-transform: initial;
    font-size: 0.9em;
}
header .nav > ul > li.current-menu-ancestor > a,
header .nav > ul > li.current-page-ancestor > a,
header .nav > ul > li.current-page > a,
header .nav > ul > li:hover > a,
header .nav > ul > li > a:hover,
header .nav > ul > li.current-menu-item:not(.login) > a {
    color: #EE7566;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    padding: 0;
    height: 100%;
}
header .nav > ul > li.current-menu-item > a,
header .nav > ul > li.current-menu-ancestor > a,
header .nav > ul > li.current-page-ancestor > a,
header .nav > ul > li.current-page > a {
    font-weight: 700;
}
/*
header .nav > ul > li.current-menu-item > a:before,
header .nav > ul > li.current-menu-ancestor > a:before,
header .nav > ul > li.current-page > a:before,
header .nav > ul > li:hover > a:before {
    display: block;
    content: "";
    width: calc(100% - 30px);
    right: 0;
    height: 5px;
    background-color: #EE7566;
    position: absolute;
    top: 0;
}
header .menu-item-has-children > a:after {
    content: "\f078";
    display: inline-block;
    margin-left: 8px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    right: 0;
    font-size: 0.7em;
}
*/
header .nav .sub-menu {
    position: absolute;
    z-index: 99;
    background-color: #F5F5F5;
    list-style-type: none;
    padding: 15px;
    margin: -25px 0 0 -15px;
    display: none;
}
header .nav > ul > li:hover > ul.sub-menu {
    display: block;
}
header .nav .sub-menu li a,
header .nav .sub-menu li a:hover,
header .nav .sub-menu li a:active,
header .nav .sub-menu li a:focus,
header .nav .sub-menu li a:visited {
    font-size: 0.9em;
    padding: 10px 0 0px 0;
    color: #3C3C3C;
    text-transform: unset;
    white-space: nowrap;
}
header .nav .sub-menu li:before {
}
header .nav .sub-menu li {
    border-bottom: 1px solid rgba(255,255,255,0);
}
header .nav .sub-menu li:hover,
header .nav .sub-menu li.current-menu-item {
    border-bottom: 1px solid #3C3C3C;
}
header .nav > ul > li.menu-item-has-children > a {
}
.mobnav {
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-size: 1.8em;
    color: #EE7566;
    width: 50%;
    text-align: right;
}
.mobnav a {
    text-align: right;
    padding: 10px 20px;
    display: block;
    font-stretch: expanded;
}
.mobnav a i.fa-bars {
    -webkit-transform:scale(1.2,1); /* Safari and Chrome */
    -moz-transform:scale(1.2,1); /* Firefox */
    -ms-transform:scale(1.2,1); /* IE 9 */
    -o-transform:scale(1.2,1); /* Opera */
    transform:scale(1.2,1); /* W3C */
}
.mobilenav {
    display: none;
    position: fixed;
    margin-top: 15px;
    background-color: #ECE9E9;
    box-shadow: 0px 6px 4px rgba(0,0,0,0.1);
    top: 86px;
    bottom: 0;
    left: 0;
    right: 0;
}
.mobilenav > div > div > ul:first-of-type {
    margin-bottom: 30px;
}
.mobilenav ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
}
.mobilenav ul li a {
    display: inline-block;
    padding: 8px 0 4px 0px;
    width: auto;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.mobilenav ul li.button.login {
    width: auto;
    margin: 32px 0 4px 0px;
    display: inline-block;
    order: 999;
    width: fit-content;
}
.mobilenav > div > div > ul > .wpml-ls-item > a {
    color: rgba(0,0,0,0.5);
}
.mobilenav .sub-menu {
    margin-left: 20px;
}

nav.extramenu {
    position: fixed;
    left: calc((100vw - 1600px) / 2);
    top: 150px;
    height: 660px;
    z-index: 999;
    justify-content: space-between;
    margin-right: -180px;
}
nav.extramenu ul {
    list-style-image: initial;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly;
    width: 20px;
}
nav.extramenu ul li {
    transform: rotate(-90deg) translateY(-90px);
    width: 220px;
    text-align: center;
    height: 20px;
}
nav.extramenu ul li:first-of-type {
	text-align: right;
}
nav.extramenu ul li:last-of-type {
	text-align: left;
}
nav.extramenu ul li:before {
    content: none;
}
nav.extramenu ul li a {
    text-transform: uppercase;
    color: #EE7566;
    font-size: 1.7rem;
}
.we-fuel nav.extramenu ul li a {
    color: #D2A92A;
}
nav.extramenu ul li.current-menu-item {
    font-weight: bold;
}
nav.extramenu ul li.current-menu-item a {
    /* border-bottom: 2px solid #EE7566; */
}
@media only screen and (max-width: 1450px) {
    header .nav > ul > li a {
        font-size: 1.6rem;
    }
    header .nav > ul > li.menu-item-has-children > a {
    }
    header .nav > ul > li {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 1330px) {
    .mobnav {
        display: block;
    }
    nav.nav.ecommercemenu,
    nav.nav.main {
        display: none;
    }
    .wpml-ls-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .wpml-ls-item ul.sub-menu {
    }
}
@media only screen and (max-width: 1699px) {
    .logowelift.animate,
    .logowelift:hover {
        margin-left: 0px;
    }
}
@media only screen and (max-width: 540px) {
    .logo-img {
        height: 28px !important;
    }
    .logowelift {
        height: 28px;
        width: 128px;
    }
}


.people.bx-wrapper,
.people.bx-viewport {
    overflow: visible !important;
}
.bx-viewport {
    margin-left: 0px;
}
.welift-item,
.news-article {
    margin-bottom: 40px;
}
.news-container {
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.person-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.welift-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-content: stretch;
}
.news-container .news-image {
}
.news-container .news-image .news-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 80%;
}
.people {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-item {
    margin-bottom: 40px;
    flex-basis: 33%;
}
.latestnews.slider {
    display: block;
    margin-left: 0px;
}
.person {
    margin-bottom: 40px;
    flex-basis: calc(33% - 20px);
    padding: 0px !important;
    position: relative;
}
.person.testimonials:after {
    content: "“";
    color: #EE7566;
    bottom: -10px;
    right: 10px;
    font-size: 8em;
    height: 0;
    overflow: visible;
    display: block;
    font-family: 'Agrandir';
    padding-right: 20px;
    text-align: right;
    position: absolute;
    bottom: 0.4em;
}
.person.no-image {
    font-size: 1.2em;
    background-color: #424F32;
}
.person.no-image * {
    color: #FFF !important;
}
.person.has-image {
    background-color: #ECE9E9;
}
.news-item.pink .news-container {
    background-color: #EE7566;
}
.news-item.black .news-container {
    background-color: #000000;
}
.news-item.green .news-container {
    background-color: #424F32;
}
body.geel .news-item.pink .news-container {
    background-color: #D2A92A;
}
body.geel .news-item.pink *,
.news-item.green *,
.news-item.black * {
    color: #FFF;
}
.person-title,
.news-date {
    width: 100%;
    height: 32px;
    text-transform: uppercase;
    padding: 8px 20px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.person-title {
    justify-content: start;
}
.no-image .person-title {
    height: auto;
    margin-bottom: 1.4em;
}
.person-title h2 {
    font-family: 'monument';
    font-size: 2.0rem;
    width: calc(100% - 15px);
}
.person.no-image .person-title h2 {
    /* font-size: 1.3em; */
}
.person.has-image .person-title {
    z-index: 1;
}
.person-image,
.news-image {
    width: calc(100% - 40px);
    padding-bottom: calc(100% - 40px);
    background-size: cover;
    background-position: center center;
    transition: background-size 6s;
    position: relative;
    opacity: 1;
    transition: opacity 0.5s;
}
.textfirst .news-image {
    opacity: 0;
}
.person-image {
}
.person-content {
    padding: 20px;
}
.person-content > *:last-of-type {
    margin-bottom: 0;
}
.news-item .news-container .news-title {
    width: calc(100% - 20px);
    padding-bottom: calc(100% - 40px);
    background-size: cover;
    background-position: center center;
    transition: background-size 6s;
    position: absolute;
    bottom: 0;
    left: 20px;
    padding: 0 40px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.5s;
}
.news-item .news-container .news-title .excerpt {
    margin-top: 15px;
}
.news-item .news-container.imagefirst .news-title.has-image {
    opacity: 0;
}
.news-item:hover .news-title.has-image {
    opacity: 0;
}
.news-item:hover .imagefirst .news-title.has-image {
    opacity: 1;
}
.news-item .news-container .news-title h2 {
    margin: 0;
    font-size: 3em;
    display: inline-block;
}
.news-item.diagonaal .news-container .news-title {
    top: 0;
    justify-content: center;
    left: 0;
    width: 100%;
    align-items: center;
}
.news-item.diagonaal .news-container .news-title h2 {
    text-align: center;
    transform: rotate(-30deg);
    font-size: 4em !important;
    width: fit-content;
}
.news-item:hover .news-image {
    opacity: 0;
}
.news-item:hover .textfirst .news-image {
    opacity: 1;
}
.welift-container .welift-image {
    background-color: #EE7566;
    border-radius: 50%;
    background: linear-gradient(90deg, #EE7566 0%, #EE7566 100%);
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    transition: background-size 6s;
    position: relative;
}
.welift-container .welift-image div.title {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0px;
}
.welift-container .welift-image div.title h4{
    background-color: #595B60;
    color: #FFF;
    width: fit-content;
    display: inline-block;
    padding: 4px 12px;
}
.grid4 .welift-container .welift-content h5,
.grid4 .welift-container div.title h4 {
    font-size: 1.2em;
}
.welift-container .welift-image div.title h4 a,
.welift-container .welift-image div.title h4 a:hover,
.welift-container .welift-image div.title h4 a:visited,
.welift-container .welift-image div.title h4 a:focus,
.welift-container .welift-image div.title h4 a:active {
    text-decoration: none;
    color: #FFF;
}
.welift-container .welift-content {
    height: auto;
    flex-grow: 999;
}
.welift-container .welift-imgcontainer {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: block;
    width: 80%;
    flex-grow: 1;
}
.welift-container .welift-details {
    margin-top: 30px;
    flex-grow: 1;
}
.welift-container .welift-details .socials {
    font-size: 1.4em;
}
.welift-container .welift-details ul {
    list-style-image: initial;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}
.welift-container .welift-details ul li {
    border-bottom: 1px solid #EE7566;
    width: 100%;
    padding: 2px 0;
}
.welift-container .welift-details ul li:before {
    content: none;
}
.news-container .news-content {
    padding: 30px;
    flex-grow: 999;
}
.news-container .news-link {
    margin: 0 30px 30px 30px;
}
.newsslider {
}
.newsslide {
    display: flex;
    flex-wrap: wrap;
}
.products {
}
.product {
    background-color: #ECE9E9;
    padding: 30px;
    margin-bottom: 5%;
    margin-top: 80px;
    width: 100%;
    display: inline-block;
}
ul.wp-block-social-links li:before,
ul.woocommerce-order-overview li:before,
ul.wc_payment_methods li:before,
ul.products li:before {
    content: none !important;
}
.wc-block-featured-product {
    background-image: initial !important;
}
.product.type-product {
    background-color: initial;
}
.product:nth-of-type(0) {
    margin-top: 160px;
}
.product:nth-of-type(1) {
    margin-top: 120px;
}
.product:nth-of-type(2) {
    margin-top: 100px;
}
.product:nth-of-type(3) {
    margin-top: 230px;
}
.product:nth-of-type(4) {
    margin-top: 170px;
}
.product.type-product {
    margin-top: 0;
}
li.product h2,
li.product h2 a,
li.product h2 a:hover,
li.product h2 a:active,
li.product h2 a:focus,
li.product h2 a:visited,
.product h3,
.product h3 a,
.product h3 a:hover,
.product h3 a:active,
.product h3 a:focus,
.product h3 a:visited {
    color: #424F32;
    text-align: center;
    font-family: 'Monument';
    text-transform: uppercase;
    margin-bottom: -6px;
}
.product .productimage {
    margin-bottom: 15px;
}
.product .product-content {
    width: 100%;
    display: flex;
}
.product .product-content .price,
.product .product-content .content {
    flex-basis: 50%;
    text-align: right;
}
.woocommerce ul.products li.product .price,
.product .product-content .price {
    text-align: left;
    font-size: 1.4em;
    font-weight: bold;
    color: #424F32;
}
.product .product-content .content a,
.product .product-content .content a:hover,
.product .product-content .content a:active,
.product .product-content .content a:focus,
.product .product-content .content a:visited {
    font-weight: 300;
    color: #000000;
}
.related.products {
    display: inline-block;
}
.wtr-time-wrap.block, .wtr-time-wrap.before-content {
    display: inline;
    color: inherit;
}
.single-content > .wtr-time-wrap {
    display: none;
}
#wtr-slider {
    background-color: #EE7566 !important;
    opacity: 1 !important;
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
    background-color: #EBE9E9;
    background: linear-gradient(90deg, #424F32 49.9%, #EBE9E9 50%);
    padding: 0px 0 0px 0;
    background-position: bottom left;
    background-repeat: no-repeat;
}
footer .logo {
    height: auto;
    margin-bottom: 1em;
}
.footer-widget {
    background-color: #EBE9E9;
    padding: 40px;
    color: #000;
}
footer .footer-widget > div > * {
    margin-top: 0;
    padding-top: 15px;
}
footer .fw1 {
    padding-right: 60px;
    background-color: #424F32;
}
footer .fw2.footer-widget {
    padding-left: 60px;
}
footer .fw3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-widget > div:first-of-type > h3 {
    display: block;
    margin-top: 15px;
}
footer .widget_nav_menu ul {
    list-style-image: initial;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
footer .widget_nav_menu ul li {
    margin-bottom: 0px;
}
footer .totop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: rgba(89,91,96,0.2);
    color: #FFF;
    width: 48px;
    height: 48px;
    font-size: 1.4em;
    z-index: 9999;
}
footer .footer-widget * {
    color: #000;
    font-size: 1em;
}
footer .footer-widget.fw1 * {
    color: #FFF;
}
footer .footer-widget .menu * {
    text-transform: uppercase;
    line-height: 1.8em;
}
footer h3 {
    color: #FFFFFF !important;
    font-family: 'Monument';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em !important;
    padding-bottom: 15px;
}
footer .widget_media_image {
    padding-bottom: 15px;
    border-bottom: 1px solid #444037;
}
footer .mc4wp-form-fields {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}
footer .mc4wp-form-fields label {
    margin-right: 20px;
    width: 100%;
}
footer .mc4wp-form-fields input[type=email] {
    background-color: initial;
    border-style: solid;
    border: 0;
    border-bottom: 1px solid #FFF;
    padding: 6px 0;
    color: #FFF;
}
footer .socials {
    padding-top: 10px;
}
.copyright {
    text-align: center;
    width: 100%;
    font-size: 0.9em;
    padding: 10px 0;
}
.swiper-slide {
    align-self: center;
}
.sp-lc-logo {
    padding: 0 20px;
}
.sp-lc-logo img {
    filter: url('data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale');
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.zindex1 {
    z-index: -1;
}
.zindex2 {
    z-index: -2;
}
.zindexplus1 {
    z-index: 1;
}
.zindexplus2 {
    z-index: 2;
}
@media only screen and (max-width: 768px) {
    footer .fw2.footer-widget,
    footer .fw1,
    .footer-widget {
        padding: 0px 20px 20px 20px;
    }
    footer.footer .fw3 {
        padding-bottom: 60px;
    }
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
select {
    background-color: #FFF;
    border-radius: 0px;;
    width: 100%;
    padding: 0.667em 0;
    border: 0;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #424F32;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
select:focus {
    border-bottom: 1px solid #EE7566;
}
select {
    padding: 5px 18px;
}
footer input[type=text],
footer input[type=email],
footer input[type=password],
footer input[type=number],
footer select {
    border: 1px solid #595B60;
}
a.edit,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button,
.woocommerce input.button,
input[type=submit],
button,
a.button,
a.button:visited,
a.button:focus,
a.button:focus,
a.button.outline:hover {
    background-color: #EE7566;
    border-radius: 500px;
    padding: 8px 16px 4px 16px;
    border: 1px solid #EE7566;
    margin-bottom: 10px !important;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover,
.woocommerce input.button:hover,
input[type=submit]:hover,
button:hover,
a.button.outline,
a.button:hover {
    border: 1px solid #EE7566;
    border-radius: 500px;
    padding: 8px 16px 4px 16px;
    color: #EE7566;
    background-color: #FFF;
    margin-bottom: 10px !important;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
}
li.button.login a span {
	display: none;
}
li.button.login {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 500;
}
li.button.login:hover a,
li.button.login a,
li.button.login a:hover,
li.button.login a:active,
li.button.login a:visited,
li.button.login a:focus {
    /* background-color: #EE7566; 
    padding: 9px 16px 5px 16px;
     */
	padding: 0;
    border-radius: 500px;
    height: auto;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    font-family: 'Monument';
    font-weight: bold;
    text-transform: uppercase !important;
    font-size: 0.8em !important;
    transition: color 0.5s;
}
li.button.login:hover a {
    color: #000;
}
li.button.login a:after {
    display: inline-block;
    content: "\f007";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 1.8em;
    margin-left: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    /* margin: -3px 0 auto 10px; */
    border: 1px solid #000;
    transition: border 0.5s;
    margin-top: -1px;
}
li.button.login:hover a:after {
    /* border: 1px solid #FFF; */
}
.mobilenav li.button.login a:after {
    text-align: right;
}
li.button.elearning {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 999;
}
li.button.elearning:hover a,
li.button.elearning a,
li.button.elearning a:hover,
li.button.elearning a:active,
li.button.elearning a:visited,
li.button.elearning a:focus {
    background-color: #EE7566; 
    padding: 9px 16px 5px 16px;
    border-radius: 500px;
    height: auto;
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    font-family: 'Monument';
    font-weight: bold;
    text-transform: uppercase !important;
    font-size: 0.8em !important;
    transition: color 0.5s;
}
li.button.elearning:hover a {
    color: #FFF;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.bx-wrapper {
    border: 0;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: initial;
    background: initial;
}
.bx-wrapper .bx-pager.bx-default-pager a,
.bx-pager-item .bx-pager-link {
    margin: 0 10px;
    background-color: #AFAFAF;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-pager-item .bx-pager-link.active {
    background-color: #424F32;
}
.bx-nextslide,
.bx-prevslide {
    display: inline-block;
    vertical-align: bottom;
    margin: -7px 30px;
    cursor: pointer;
}
.bx-wrapper .bx-controls-direction a {
    text-indent: 0;
}
.bx-wrapper .bx-prev {
    margin-left: 15px;
    background: initial;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #000;
    font-size: 1em;
    content: '\f053';
    background-color: rgba(255,255,255,0.3);
    text-indent: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bx-wrapper .bx-next {
    margin-right: 0px;
    background: initial;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #000;
    font-size: 1em;
    text-align: right;
    content: '\f054';
    background-color: rgba(255,255,255,0.3);
    text-indent: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
}
body.rtl .bx-wrapper .bx-viewport{ direction: ltr; }
.bx-wrapper .bx-pager {
    position: relative;
}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.nomargin {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
	font:700 56px/1.0 'Agrandir-Bold', Helvetica, Arial, sans-serif;
    color: #000000;
}
.monument *,
.is-style-monumentoutline,
.is-style-monumentupperbar,
.is-style-monumentlowerbar,
.is-style-monument {
	font-family: 'Monument';
    letter-spacing: 0;
}
.is-style-monumentoutline,
.is-style-outline {
  -webkit-text-stroke: 1.5px #424F32;
  color: #FFF;
}
h1 {
    text-transform: uppercase;
    font-size: 66px;
}
.woocommerce div.product h1.product_title:before,
.is-style-monumentupperbar:before,
.is-style-upperbar:before {
    content: '';
    display: block;
    width: 100px;
    height: 8px;
    margin-bottom: 25px;
    background-color: #000;
}
.is-style-monumentlowerbar:after,
.is-style-lowerbar:after {
    content: '';
    display: block;
    width: 100px;
    height: 8px;
    margin-top: 25px;
    background-color: #000;
    margin-bottom: 60px;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
    margin-top: 8px;
    margin-bottom: 1em;
}
h1.lowspacing + *,
h2.lowspacing + *,
h3.lowspacing + *,
h4.lowspacing + *,
h5.lowspacing + *,
h6.lowspacing + * {
    margin-top: -20px !important;
    display: block;
}
main ul,
main ol,
main p {
    transition: opacity 2.8s;
    margin-bottom: 1.4em;
}
main ul * {
    font-weight: 700 !important;
}
p:empty:last-of-type {
    display: none;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 900;
}
.has-small-font-size {
    font-size: 14px !important;
}
.has-normal-font-size {
    font-size: 16px !important;
}
.has-medium-font-size {
    font-size: 40px !important;
}
.has-large-font-size {
    font-size: 70px !important;
}
.has-huge-font-size {
    font-size: 90px !important;
}
h2 {
    font-size: 38px;
    margin-bottom: 1em;
}
h3 {
    font-size: 30px;
    margin-bottom: 1em;
}
h4 {
    font-size: 28px;
    margin-bottom: 1em;
}
h5, h6 {
    font-size: 24px;
    margin-bottom: 1em;
}
main h1 + h1,
main h1 + h2,
main h1 + h3,
main h1 + h4,
main h1 + h5,
main h2 + h2,
main h2 + h3,
main h2 + h4,
main h2 + h5,
main h3 + h3,
main h3 + h4,
main h3 + h5,
main h4 + h4,
main h4 + h5,
main h5 + h5,
main h6 + h6 {
    margin-top: -0.9em;
}
ul {
}
div.single-content > ul {
    list-style-type: none;
    padding-left: 30px;
}
div.single-content > ul > li:before {
    content: '';
    display: inline-block;
    height: 1.2em;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -30px;
    background-position: left;
    vertical-align: middle;
    /* background-image: url('img/bullet.png'); */
}
.wp-block-uagb-tabs ul {
    list-style-image: initial;
}
.wp-block-uagb-tabs ul > li:before {
    content: none;
}
.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:focus, .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:active {
    outline: none !important;
}
.wp-block-uagb-faq-child .uagb-faq-questions-button .uagb-question {
    padding-right: 1em;
}
.uagb-question:after {
    top: 0;
}
a:not([href]) {
    cursor: default;
}
span.arrow,
a.arrow {
    display: inline-block;
    position: relative;
}
span.arrow:after,
a.arrow:after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    display: inline-block;
    margin-left: 5px;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

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

}
@media only screen and (max-width:1024px) {
    .person {
        flex-basis: calc(50% - 15px);
    }
    .people {
        flex-wrap: wrap;
    }
    .news-item {
        flex-basis: 50%;
    }

    .has-small-font-size {
        font-size: 12px !important;
    }
    .has-normal-font-size {
        font-size: 16px !important;
    }
    .has-medium-font-size {
        font-size: 36px !important;
    }
    .has-large-font-size {
        font-size: 46px !important;
    }
    .has-huge-font-size {
        font-size: 52px !important;
    }
    .news-item .news-container .news-title .excerpt {
    }
    .wp-block-spacer {
        transform: scale(1,0.8);
    }

}
@media only screen and (max-width:768px) {
    h1 {
        font-size: 38px !important;
    }
    h2 {
        font-size: 32px !important;
    }
    h3 {
        font-size: 28px !important;
    }
    h4 {
        font-size: 24px !important;
    }
    h5 {
        font-size: 20px !important;
    }

    .has-small-font-size {
        font-size: 12px !important;
    }
    .has-normal-font-size {
        font-size: 16px !important;
    }
    .has-medium-font-size {
        font-size: 32px !important;
    }
    .has-large-font-size {
        font-size: 42px !important;
    }
    .has-huge-font-size {
        font-size: 46px !important;
    }
    main h1,
    main h2,
    main h3,
    main h4,
    main h5,
    main h6 {
        margin-top: 8px;
        margin-bottom: 1.4em;
    }
    .person {
        flex-basis: calc(100%);
    }
    .people {
        flex-wrap: wrap;
    }
    .news-item .news-container .news-title h2 {
        font-size: 2rem;
    }
    .news-item .news-container .news-title .excerpt {
    }
    .news-item {
        flex-basis: 100%;
    }
    .wp-block-uagb-tabs {
        flex-direction: column !important;
    }
    .uagb-tabs__wrap ul.uagb-tabs__panel {
        flex-direction: column !important;
    }
    .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile ul.uagb-tabs__panel {
        max-width: 100% !important;
    }
    .uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab, .uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab {
        padding-left: 0 !important;
		width: 100%;
    }
    .wp-block-spacer {
        transform: scale(1,0.5);
    }
}
@media only screen and (max-width:572px) {
    h1 {
        font-size: 32px !important;
    }
    h2 {
        font-size: 28px !important;
    }
    h3 {
        font-size: 24px !important;
    }
    h4 {
        font-size: 20px !important;
    }
    h5 {
        font-size: 16px !important;
    }

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

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    SPLITTING
\*------------------------------------*/

.rotatecontainer {
    transform: rotate(-30deg);
    max-width: 100px;
    margin-left: 170px;
    margin-top: 160px;
}
.circle{
    transform-style: preserve-3d;
    animation: 8s rotating linear infinite;
}

@keyframes rotating{
    0%{
        transform: perspective(1000px) rotateY(360deg) rotateX(15deg);
    }
    100%{
        transform: perspective(1000px) rotateY(0deg) rotateX(15deg);
    }
}

.char{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 5em;
    width: 41px;
    transform-style: preserve-3d;
    transform-origin: center;
    transform: rotateY(calc(var(--char-index) * 12deg))
    translateZ(191px);
}

@media only screen and (max-width: 1024px) {
    .rotatecontainer {
        margin-left: 50px;
        margin-top: 500px;
        margin-bottom: 940px;
    }
}

@media only screen and (max-width: 768px) {
    .rotatecontainer {
        margin-left: 310px;
        margin-top: -220px;
        margin-bottom: 220px;
        overflow: visible;
    }
    .char{
        position: absolute;
        top: 0;
        left: 0;
        font-size: 5em;
        width: 31px;
        transform-style: preserve-3d;
        transform-origin: center;
        transform: rotateY(calc(var(--char-index) * 12deg))
        translateZ(145px);
    }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#EE7566;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#EE7566;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#EE7566;
	color:#FFF;
	text-shadow:none;
}

.we-fuel ::selection {
	background:#D2A92A;
	color:#FFF;
	text-shadow:none;
}
.we-fuel ::-webkit-selection {
	background:#D2A92A;
	color:#FFF;
	text-shadow:none;
}
.we-fuel ::-moz-selection {
	background:#D2A92A;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
.alignwide,
.bx-wrapper.alignfull,
.alignfull {
    margin: 0px calc(50% - 50vw);
    /* max-width: 100vw; */
    width: 100vw;
    padding: 0 0px;
}
@media (min-width: 1600px) {
    .alignwide {
        max-width: 1600px;
        margin-left: calc(50% - 800px) !important;
        margin-right: calc(50% - 800px) !important;
        width: 100vw;
    }
}
@media (max-width: 992px) {
    .alignwide {
        margin: 0px;
        width: 100%;
    }
}
.wp-block-cover__inner-container {
    max-width: 1305px;
    margin-left: auto;
    margin-right: auto;
}
.alignwide .wp-block-cover__inner-container {
    max-width: initial;
}
.wp-block-cover__inner-container > *:last-child {
    /* margin-bottom: 8px; */
}
.wp-block-cover {
    padding: 0px 0;
    min-height: 20px;
    height: auto;
	overflow: visible;
}
.wp-block-cover.is-style-branded:before {
    background-image: url('img/branding.png');
    background-repeat: no-repeat;
    background-size: 25% auto;
    background-position: 100% top;
    opacity: 1 !important;
}
.wp-block-cover.is-style-branded2:before {
    background-image: url('img/branding2.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center right;
    opacity: 1 !important;
}
.wp-block-image img {
    height: auto;
}
.wp-block-columns.has-background {
    padding: initial;
}
.wp-block-quote {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 500px;
    line-height: 1.1em;
}
.wp-block-quote p {
    margin-bottom: 30px;
}
.wp-block-quote cite {
    display: block;
    font-style: normal;
    font-size: 0.5em;
}
.wp-block-quote.has-text-align-right {
    float: right;
}
/*
.wp-block-quote:before {
    content: "\"";
    font-size: 114px;
    font-weight: bold;
    position: absolute;
    left: 0;
    color: #EE7566;
    top: 0em;
    line-height: 0.7em;
}*/
.wp-post-image {
    margin-bottom: 5px;
}
/*
.wp-block-uagb-columns.uagb-columns__gap-30 {
    margin-left: -15px;
    margin-right: -15px;
}
.wp-block-uagb-columns.uagb-columns__gap-30 .uagb-column__wrap {
}
.wp-block-uagb-columns.uagb-columns__gap-20 {
    margin-left: -20px;
    margin-right: -20px;
}
.wp-block-uagb-columns.uagb-columns__gap-20 .uagb-column__wrap {
}
.wp-block-uagb-columns.uagb-columns__gap-15 {
    margin-left: -15px;
    margin-right: -15px;
}
.wp-block-uagb-columns.uagb-columns__gap-15 .uagb-column__wrap {
}
.wp-block-uagb-columns.uagb-columns__gap-10 {
    margin-left: -10px;
    margin-right: -10px;
}
.wp-block-uagb-columns.uagb-columns__gap-10 .uagb-column__wrap {
}
.wp-block-uagb-columns.uagb-columns__gap-5 {
    margin-left: -5px;
    margin-right: -5px;
}
.wp-block-uagb-columns.uagb-columns__gap-5 .uagb-column__wrap {
}
.wp-block-uagb-columns.uagb-columns__gap-0 {
    margin-left: 0px;
    margin-right: 0px;
}
*/
.wp-block-uagb-columns.uagb-columns__gap-0 .uagb-column__wrap {
}
.uagb-column__wrap {
    overflow: visible !important;
}
.uagb-columns__inner-wrap {
    justify-content: space-between;
    padding: 0 !important;
    height: 100%;
}
.wpcf7-response-output {
    color: #FFF !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
footer .wpcf7-response-output {
    color: #00648c !important;
}
.wpcf7message {
    display: none;
    opacity: 1;
    transition: opacity 0.3s;
}
.wpcf7message.submitted {
    opacity: 1;
}
.wpcf7form {
}
.wc-block-featured-product__link > .wp-block-button a,
.wp-block-button a {
    font-size: 1em;
    padding: 4px 18px 3px 20px;
}
.wp-block-button.is-style-download a {
}
.wp-block-button.is-style-download a:before {
    display: inline-block;
    content: "\f019";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 1.1em;
    margin-right: 10px;
}
.wp-block-button.is-style-arrowright a {
}
.wp-block-button.is-style-circular a:after,
.wp-block-button.is-style-circularleft a:before,
.wp-block-button.is-style-arrowright a:after {
    display: inline-block;
    content: "\f177\f86c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.1em;
    margin-left: 10px;
    vertical-align: middle;
    width: 1em;
    overflow: hidden;
    transition: width 0.3s;
    letter-spacing: 0;
    white-space: nowrap;
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    transform: rotateY(180deg);
}
.wp-block-button.is-style-circularleft a {
    margin-left: 1em;
    transition: margin-left 0.3s;
}
.wp-block-button.is-style-circularleft:hover a {
    margin-left: 0em;
}
.wp-block-button.is-style-circularleft a:before {
    content: "\f177\f86c";
    margin-right: 10px;
    margin-left: 0;
    width: 1em;
    -webkit-transform:rotateY(360deg);
    -moz-transform:rotateY(360deg);
    -o-transform:rotateY(360deg);
    -ms-transform:rotateY(360deg);
    transform: rotateY(360deg);
}
/* .wp-block-button.is-style-arrowright:hover a:after { */
.wp-block-button.is-style-circular:hover a:after,
.wp-block-button.is-style-circularleft:hover a:before {
    width: 1.9em;
}
.wp-block-button.is-style-arrowleft a {
    padding-right: 0;
}
.wp-block-button.is-style-arrowleft a:before {
    display: inline-block;
    content: "\f177";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 1.1em;
    margin-right: 10px;
    vertical-align: middle;
}
.wp-block-button.is-style-arrowdown a {
    padding-left: 0;
    position: relative;
    overflow: visible;
    text-align: left;
}
.wp-block-button.is-style-arrowdown a:before {
    display: inline-block;
    position: relative;
    left: 0;
    content: "\f175";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 1.1em;
    margin-right: 10px;
    text-align: left;
    width: 100%;
}
.wp-block-button.is-style-outline a {
    border: 1px solid #EE7566;
    color: #EE7566;
    background-color: initial;
}
.wp-block-button.is-style-circularleft,
.wp-block-button.is-style-circular {
    height: 3em;
    overflow: visible;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wp-block-button.is-style-circularleft {
    position: relative;
}
.wp-block-button.is-style-circularleft a:after,
.wp-block-button.is-style-circular a:before {
    content: '';
    border: 1px solid #EE7566;
    background-color: inherit;
    width: 4em;
    height: 4em;
    overflow: visible;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: -1em;
    margin-top: -1.2em;
    z-index: -1;
}
.wp-block-button.is-style-circularleft a.has-roze-background-color:after,
.wp-block-button.is-style-circular a.has-roze-background-color:before,
.has-roze-background-color .wp-block-button.is-style-circularleft a:after,
.has-roze-background-color .wp-block-button.is-style-circular a:before {
    border: 1px solid #000000;
}
.wp-block-button.is-style-circularleft a:after {
    left: auto;
    right: -1.2em;
    margin-top: -2.8em;
}
.wp-block-button.is-style-circularleft a,
.wp-block-button.is-style-circular a {
    width: fit-content;
    padding: 2px;
    white-space: nowrap;
    margin-left: 1em;
    position: relative;
}
.wp-block-button {
    margin-bottom: 0;
}
.wp-block-button__link.has-transparant-background-color {
    padding-left: 0;
    padding-right: 30px;
}
.wp-block-eedee-block-gutenslider.content-change .slide-content {
    padding: 0;
}
.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:focus, .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:active {
    outline: none;
}
.uagb-faq-item {
    border: 0 !important;
    border-bottom: 1px solid #EBE9E9 !important;
}
.uagb-icon-active.uagb-faq-icon-wrap,
.uagb-faq-item .uagb-icon {
    display: none !important;
}
.uagb-question {
    color: #000000 !important;
    font-weight: 700;
    position: relative;
}
.uagb-question:after {
    position: absolute;
    right: 0;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    transform: rotate(0deg);
    color: #000;
    font-size: 0.9em;
    transition: transform 0.5s;
}
.uagb-faq-item-active .uagb-question:after {
    transform: rotate(180deg);
}
.uagb-faq-questions-button.uagb-faq-questions {
    padding: 5px 0px !important;
}
.uagb-faq-content > span {
    margin: 30px 0 30px 0 !important;
}
.uagb-columns__wrap .uagb-columns__inner-wrap {
    margin-left: 0;
    margin-right: 0;
}
.uagb-column__inner-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: 100%;
}
.single-content > p {
    max-width: 970px;
}
.wp-block-image.logo {
    width: auto;
    height: auto;
}
.wp-block-image.logo img {
    margin-top: 30px;
    margin-bottom: -30px;
    opacity: 0;
    transition: opacity 0.8s, margin-top 0.8s, margin-bottom 0.8s;
}
.wp-block-image.logo img.showme {
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 1;
}
.wp-block-image.is-style-shadow img {
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    margin: 4px 8px 8px 4px;
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 23px 30px;
}
@media only screen and (min-width: 1200px) {
    .uag-hide-desktop {
        display: none !important;
    }
}
@media only screen and (min-width: 768px and max-width: 1200px) {
    .uag-hide-tab {
        display: none !important;
    }
}
@media only screen and (max-width: 768px) {
    .uag-hide-mob {
        display: none !important;
    }
}
.social {
    font-size: 2em;
    margin-right: 10px;
}
.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link,
.wp-block-social-links .wp-social-link a {
    padding: 4px 8px 4px 0;
}
body .uwy.userway_p1 .uai {
    bottom: 25px !important;
    left: 15px !important;
    top: initial !important;
    right: initial !important;
}
.epyt-live-chat-wrapper {
    display: flex !important;
    flex-wrap: nowrap;
}
.epyt-live-chat-wrapper .epyt-live-chat-video,
.epyt-live-chat-wrapper .epyt-live-chat-box {
    flex-basis: 75%;
    width: 75%;
}
.epyt-live-chat-wrapper .epyt-live-chat-box {
    flex-basis: 25%;
    width: 25%;
}
.wp-block-cgb-coverslider-welift .wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cgb-coverslider-welift .wp-block-cover-image video.wp-block-cover__video-background, 
.wp-block-cgb-coverslider-welift .wp-block-cover img.wp-block-cover__image-background, 
.wp-block-cgb-coverslider-welift .wp-block-cover video.wp-block-cover__video-background {
    z-index: -2;
}
.wp-block-cgb-coverslider-welift .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradienttotransparant-background,
.wp-block-cgb-coverslider-welift .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradienttotransparant):before, 
.wp-block-cgb-coverslider-welift .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradienttotransparant-background, 
.wp-block-cgb-coverslider-welift .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradienttotransparant):before,
.wp-block-cgb-coverslider-welift .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cgb-coverslider-welift .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, 
.wp-block-cgb-coverslider-welift .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, 
.wp-block-cgb-coverslider-welift .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    z-index: -1;
}

.uagb-tabs__wrap {
    margin: 0;
    margin-bottom: 15px;
}
.uagb-tabs__wrap .uagb-tabs__body-wrap {
    border: 0 !important;
    padding: 0;
}
.uagb-tabs__wrap .uagb-tabs__body-container {
    padding: 0 !important;
}
.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab,
.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active {
    background-color: initial;
    border: 0 !important;
    padding-left: 0;
    margin-right: 40px;
}
.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a span:after {
    display: inline-block;
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.1em;
    margin-left: 10px;
    vertical-align: middle;
}
.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a,
.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a span {
    color: #000 !important;
    text-transform: uppercase;
}
.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:hover a,
.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active a span,
.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab:hover a span,
.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab.uagb-tabs__active a span {
    color: #EE7566 !important;
}

@media (max-width: 1023px) {
    .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile {
        flex-wrap: wrap;
    }
    .uagb-tabs__wrap.uagb-tabs__vstyle6-mobile .uagb-tabs__body-wrap,
    .uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel {
        width: 100%;
        max-width: 100%;
    }
    .uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel .uagb-tab {
        padding-left: 0;
        width: 100%;
    }
}


span.skilllevel {
    width: 2.4em;
    height: 2.4em;
    background-color: #000;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    font-family: 'monument';
    padding-left: 0.4em;
    padding-top: 5px;
    margin-left: 12px;
}

/* WOOCOMMERCE */
div.woocommerce {
    margin-bottom: 50px;
}
article > div.woocommerce {
    margin-top: 100px;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #EE7566;
    border-radius: 5px;
    padding: 0.667em 1.333em;
    border: 1px solid #EE7566;
    margin-bottom: 10px !important;
    color: #FFF;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
    border-radius: 500px;
}
.woocommerce .quantity .qty {
    width: 100px;
}
.woocommerce div.product {
    display: flex;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    float: initial;
}
.woocommerce div.product div.summary, 
.woocommerce #content div.product div.summary {
}
.woocommerce div.product div.summary.entry-summary {
    padding-top: 100px;
}
.woocommerce div.product div.summary.entry-images, 
.woocommerce #content div.product div.summary.entry-images {
}
.woocommerce h2.price {
    margin-top: -1.9em;
}
.woocommerce div.product div.woocommerce-product-gallery {
    width: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product div.woocommerce-product-gallery > figure {
    width: 50%;
    margin-bottom: 30px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper > div,
.woocommerce div.product div.woocommerce-product-gallery > figure > div {
    margin-left: 30px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:first-of-type,
.woocommerce div.product div.woocommerce-product-gallery > figure:first-of-type {
    margin-top: 100px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    flex-wrap: wrap;
    flex-direction: column;
}
.woocommerce table.shop_attributes td {
    font-style: normal;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: rgba(238,117,102,1);
    color: #000;
    opacity: 0.5;
}
.woocommerce .woocommerce-breadcrumb {
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background-color: rgba(0,0,0,0);
}
.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
}
.woocommerce-MyAccount-navigation ul li:before {
    content:''; 
    position: absolute; 
    height: 16px; 
    width: 16px; 
    background-image:url('img/bullet.svg'); 
    background-size:contain; 
    background-repeat:no-repeat; 
    margin-left: -30px;
    margin-top: 5px;
}
.woocommerce table.shop_attributes th,
.woocommerce-product-attributes-item__label {
    padding-left: 0;
}
.hideshipping .woocommerce-shipping-totals.shipping {
    display: none;
}
.product.type-product {
    padding: 0;
}
.fancybox-bg {
    background-color: rgba(66,79,50,1) !important;
}
.fancybox-button {
    background-color: #EE7566 !important;
    border: 0 !important;
}
.fancybox-button:hover {
    background-color: #000 !important;
    border: 0 !important;
    border-radius: 0;
}
.related.products {
    width: 100%;
    margin: 60px 0;
}
.wc-block-featured-product {
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
    padding-bottom: 30px;
    margin: 0 15px 30px 15px;
    width: auto;
}
.wc-block-featured-product .wc-block-featured-product__description,
.wc-block-featured-product .wc-block-featured-product__link, 
.wc-block-featured-product .wc-block-featured-product__price, 
.wc-block-featured-product .wc-block-featured-product__variation {
    text-align: left;
    color: #000 !important;
    padding: 16px 30px 0;
}
.wc-block-featured-product .wc-block-featured-product__title {
    margin-top: -22px;
    padding: 0;
    font-family: 'Monument';
    color: #424F32 !important;
    font-size: 4rem;
}
.wc-block-featured-product .wc-block-featured-product__wrapper {
    overflow: visible;
}
.wc-block-featured-product, 
.wc-block-featured-product .wc-block-featured-product__wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    align-content: baseline;
}
.wc-block-featured-product__link,
.wc-block-featured-product__price {
    margin-left: 30px;
    margin-right: 30px;
    background-color: #EE7566;
}
body.geel .wc-block-featured-product__link,
body.geel .wc-block-featured-product__price {
    margin-left: 30px;
    margin-right: 30px;
    background-color: #D2A92A;
}
.wc-block-featured-product .wc-block-featured-product__link, 
.wc-block-featured-product__link {
    padding-bottom: 30px;
}
.wc-block-featured-product .wc-block-featured-product__price {
    padding-top: 30px;
    margin-top: 30px;
    font-weight: bold;
}
.woocommerce .products ul,
.woocommerce ul.products,
.related.products ul.products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.related.products ul.products li.product {
    padding: 15px 30px;
    background-color: #EBE9E9;
    width: 31%;
    margin: 0;
    display: block;
    float: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 4%;
}
.woocommerce ul.products li.product > a {
    display: flex;
    flex-direction: column;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product a h2 {
    width: 100%;
    color: #424F32;
    text-align: center;
    font-family: 'Monument';
    text-transform: uppercase;
    margin-bottom: -6px;
    order: 0;
    font-size: 30px;
    padding-bottom: 0;
}
.woocommerce ul.products li.product a img {
    order: 1;
}
.woocommerce ul.products li.product a .product-content {
    order: 2;
}
.woocommerce ul.products li.product a .product-content .content span.arrow {
    font-weight: 300 !important;
}
.woocommerce ul.products li.product .button {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}
.related.products ul.products li.product a {
    display: flex;
    flex-direction: column;
}
.related.products ul.products li.product img {
    order: 2;
}
.related.products ul.products li.product h2 {
    order: 1;
    text-align: center;
    font-family: 'Monument';
    color: #424F32;
    font-size: 30px;
}
.related.products ul.products li.product span.price {
    order: 3;
}
.related.products ul.products li.product a.button {
    text-align: center;
    /* border: 1px solid #424F32; */
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    display: none;
}
.woocommerce .products ul::after, .woocommerce ul.products::after {
    display: none;
}
#order_review_heading {
    margin-top: 2em;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color: #EBE9E9;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #424F32;
    color: #FFF;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #424F32;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-info {
    border-top-color: #424F32;
}
.woocommerce-info::before {
    color: #424F32;
}
.woocommerce-Address {
    padding-bottom: 30px;
}
a.edit, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
input[type=submit], 
button, a.button, 
a.button:visited, 
a.button:focus,
a.button:focus, 
a.button.outline:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
input[type=submit]:hover, 
button:hover, 
a.button.outline, 
a.button:hover {
    margin-top: 15px;
}
button.fancybox-button {
    margin-top: 0;
}
.priceblock {
    margin: 0 15px;
    padding: 20px;
    background-color: #FFF;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.3);
    color: #000;
}
.priceblock .priceblock-pricing {
    padding: 30px;
    background-color: #EE7566;
}
.we-fuel .priceblock .priceblock-pricing {
    background-color: #D2A92A;
}
.billing-toggle {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1em;
    font-weight: bold;
}
.priceblock h2 {
    display: block;
    margin-top: -40px;
    padding: 0;
    font-family: 'Monument';
    color: #424F32 !important;
    font-size: 3.8rem;
}
.priceblock h4 {
    font-size: 2rem;
}
.priceblock button.addtocart {
    background-color: #000;
    border: 1px solid #000;
    font-weight: normal;
    color: #FFF;
}
.priceblock button.addtocart:after {
    display: inline-block;
    content: "\f177\f86c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.1em;
    margin-left: 10px;
    vertical-align: middle;
    width: 1em;
    overflow: hidden;
    transition: width 0.3s;
    letter-spacing: 0;
    white-space: nowrap;
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    transform: rotateY(180deg);
}
.priceblock .excluded {
    color: #ECE9E9;
}
.we-fuel .priceblock .excluded:before,
.priceblock .excluded:before {
    background-image:url('img/bullet-light.svg'); 
}
.priceblock .woocommerce-Price-amount {
    font-family: 'Agrandir-Bold';
    font-size: 1.1em;
}
.wcdropdown {
    margin-bottom: 20px;
}
.toggle {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}
.wcdropdown select {
    padding-left: 0;
}
.toggle .switch {
    position: relative;
    display: inline-block;
    width: 82px;
    height: 26px;
}
.toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle label {
    color: #000;
    transition: color 0.5s;
}
.toggle label.current {
    color: #EB6A5B;
}
.we-fuel .toggle label.current {
    color: #D2A92A;
}

/* The slider */
.toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 6px;
    left: 0;
    right: 0;
    bottom: -6px;
    background-color: #ECE9E9;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 4px 20px;
}
.we-fuel .toggle .slider {
    /* background-color: #D2A92A; */
}

.toggle .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #EB6A5B;
    -webkit-transition: .4s;
    transition: .4s;
    margin: -8px;
}
.we-fuel .toggle .slider:before {
    background-color: #D2A92A;
}

.toggle .slider.switched {
    background-color: #ECE9E9;
}
.we-fuel .toggle .slider.switched {
}

.toggle input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.toggle .slider.switched:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
border-radius: 34px;
}

.slider.round:before {
border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
    .related.products ul.products {
        flex-wrap: wrap;
    }
    .related.products ul.products li.product {
        width: 48%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .related.products ul.products li.product {
        width: 100%;
        margin-bottom: 30px;
    }
    .woocommerce h2.price {
        margin-top: -1em;
    }
}




.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 20px;
    padding-right: 20px;
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1 {
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-left: -20px;
    margin-right: -20px;
}
@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1400px) {
    .wp-block-cover__inner-container {
        max-width: 1140px;
    }
    header .nav > ul > li a,
    header .nav > ul > li a:hover,
    header .nav > ul > li a:focus,
    header .nav > ul > li a:visited,
    header .nav > ul > li a:active {
        line-height: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .wp-block-cover__inner-container {
        max-width: 960px;
    }
    header .nav > ul > li {
        padding-right: 30px;
    }
    header .nav > ul > li a,
    header .nav > ul > li a:hover,
    header .nav > ul > li a:focus,
    header .nav > ul > li a:visited,
    header .nav > ul > li a:active {
        font-size: 14px;
        line-height: 1;
    }
    .bm-content:hover,
    .bm-content:active,
    .bm-content:visited,
    .bm-content:focus,
    .bm-content {
        line-height: 1.1em;
    }
    .epyt-live-chat-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .epyt-live-chat-wrapper .epyt-live-chat-video,
    .epyt-live-chat-wrapper .epyt-live-chat-box {
        flex-basis: 100%;
        width: 100%;
    }
    .epyt-live-chat-wrapper .epyt-live-chat-box {
        flex-basis: 100%;
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .monument b,
    .monument strong,
    .monument * b,
    .monument * strong,
    .is-style-monumentoutline b,
    .is-style-monumentoutline strong,
    .is-style-monumentupperbar b,
    .is-style-monumentupperbar strong,
    .is-style-monumentlowerbar b,
    .is-style-monumentlowerbar strong,
    .is-style-monument b,
    .is-style-monument strong {
        font-family: 'Monument medium';
        font-weight: 500;
    }
    .uagb-columns__stack-tablet>.uagb-columns__columns-1>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-2>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-3>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-4>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-5>.uagb-column__wrap,.uagb-columns__stack-tablet>.uagb-columns__columns-6>.uagb-column__wrap {
        width:100% !important
    }

    .uagb-columns__stack-tablet>.uagb-columns__inner-wrap {
        display: block
    }

    .uagb-columns__stack-tablet.uagb-columns__reverse-tablet .uagb-columns__inner-wrap {
        display: flex;
        flex-direction: column-reverse
    }

    .uagb-columns__reverse-tablet .uagb-columns__inner-wrap {
        display: flex;
        flex-direction: row-reverse
    }
    .products > div {
        justify-content: space-between;
        display: flex;
    }
    li.product,
    article.product {
        margin-top: 0px !important;
        margin-bottom: 20px;
        width: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
    }
    .product h3 {
        margin-top: 0 !important;
    }
    .product .product-content {
        flex-direction: column;
    }
    .woocommerce ul.products li.product .price, .product .product-content .price,
    .product .product-content .price,
    .product .product-content .content {
        text-align: center;
    }
    .woocommerce ul.products li.product .price, .product .product-content .price,
    .product .product-content .price {
        font-size: 1.2em;
        margin-bottom:-7px;
    }
    .person-title, .news-date.person-title, .news-date {
        height: 38px;
    }
    .wp-block-cover.is-style-branded:before {
        background-size: 45% auto;
    }
}
@media only screen and (max-width: 991px) {
    .wp-block-cover__inner-container {
        max-width: 720px;
    }
    .wp-block-column:not(:first-child) {
        margin-left: 20px;
    }
    header .row {
        position: relative;
    }
    header {
        min-height: 120px;
    }
    nav.nav {
        position: absolute;
        display: none;
        background-color: #F5F5F5;
        top: 120px;
        z-index: 9999;
        padding-bottom: 10px;
    }
    nav.nav ul {
        display: block;
    }
    nav.nav ul li {
        display: block;
        width: 100%;
        flex-basis: 100%;
    }
    header .nav > ul > li.current-menu-item > a:before,
    header .nav > ul > li.current-menu-ancestor > a:before,
    header .nav > ul > li.current-page > a:before,
    header .nav > ul > li:hover > a:before {
        content: none;
    }
    header .menu-item-has-children > a:after {
        font-size: 1.1em;
        content: none;
    }
    header .nav > ul > li {
        padding-left: 0;
        padding-right: 0;
    }
    header .nav > ul > li.current-menu-item > a,
    header .nav > ul > li.current-menu-ancestor > a,
    header .nav > ul > li.current-page > a,
    header .nav > ul > li:hover > a,
    header .nav > ul > li > a, 
    header .nav > ul > li > a:hover, 
    header .nav > ul > li > a:focus, 
    header .nav > ul > li > a:visited, 
    header .nav > ul > li > a:active {
        font-size: 18px;
        padding: 12px 0 12px 30px;
        margin-right: 0px;
    }
    header .nav > ul > li.current-menu-item,
    header .nav > ul > li.current-menu-ancestor,
    header .nav > ul > li.current-page,
    header .nav > ul > li:hover {
        background-position: 0px -40px;
    }
    header .nav .sub-menu {
        position: relative;
        width: 100%;
        margin: 0;
        display: block;
        height: 0;
        padding: 0;
    }
    header .nav .sub-menu li a, header .nav .sub-menu li a:hover, header .nav .sub-menu li a:active, header .nav .sub-menu li a:focus, header .nav .sub-menu li a:visited {
        padding: 8px 0 8px 40px;
    }
    header .nav .sub-menu li {
        display: none;
    }
    header .nav .sub-menu.open {
        height: auto;
    }
    header .nav .sub-menu.open li {
        display: block;
    }
    header .nav .sub-menu:before {
        content: "\f078";
        display: block;
        top: -30px;
        margin-left: 8px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        position: absolute;
        right: 0;
        font-size: 1em;
        cursor: pointer;
        color: #EE7566;
    }
    header .nav .sub-menu.open:before {
        content: "\f077";
    }
    .single-content {
        width: 100%;
        margin-right: 0%;
    }
    .wp-block-column:not(:first-child) {
        margin-left: 0px;
    }
    .boardmember {
        width: 33.33%;
        flex-basis: 33.33%;
    }
    .boardmember.filler {
        display: none;
    }
    .bm-content:hover,
    .bm-content:active,
    .bm-content:visited,
    .bm-content:focus,
    .bm-content {
        line-height: 1.4em;
    }
}
@media only screen and (max-width: 768px) {
    .wp-block-cover__inner-container {
        max-width: 540px;
        padding: 0 15px;
    }
    header {
        min-height: 104px;
    }
    footer .footer-widget {
    }
    .wp-block-image {
        text-align: center;
    }
    .boardmember {
        width: 50%;
        flex-basis: 50%
    }
    .news-item {
        margin-bottom: 40px;
    }
    header .nav > ul > li.current-menu-item > a,
    header .nav > ul > li.current-menu-ancestor > a,
    header .nav > ul > li.current-page > a,
    header .nav > ul > li:hover > a,
    header .nav > ul > li > a, 
    header .nav > ul > li > a:hover, 
    header .nav > ul > li > a:focus, 
    header .nav > ul > li > a:visited, 
    header .nav > ul > li > a:active {
    }
    .has-background-gradient {
        background: initial !important;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .wp-block-image.is-style-shadow img {
        box-shadow: initial;
        margin: 0px 0px 0px 0px;
    }
    .uagb-tabs__wrap.uagb-tabs__hstyle1-mobile .uagb-tab {
        border-style: solid;
        margin: 5px 10px 5px 0px;
        padding: 4px 12px;
        border-radius: 4px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .related.products ul.products li.product,
    .products .product {
        padding: 10px;
    }
    .bx-wrapper .bx-pager {
        padding-top: 0;
    }
    .woocommerce .woocommerce-ordering {
        float: left;
        width: 100%;
    }
}
@media only screen and (max-width: 576px) {
    .wp-block-cover__inner-container {
        max-width: 100%;
        /* padding: 0 30px; */
    }
    body {
        max-width: 100% !important;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product a h2,
    .product h3 {
        font-size: 20px !important;
    }
    .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product a h2,
    li.product h2, li.product h2 a, li.product h2 a:hover, li.product h2 a:active, li.product h2 a:focus, li.product h2 a:visited, .product h3, .product h3 a, .product h3 a:hover, .product h3 a:active, .product h3 a:focus, .product h3 a:visited {
        margin-bottom: -3px;
    }
}
.post-edit-link {
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: block;
    padding: 10px 20px;
    background-color: #eb5055;
    color: #FFF;
    z-index: 9999;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

#onetrust-consent-sdk #onetrust-banner-sdk,
#onetrust-consent-sdk #onetrust-banner-sdk * {
    font-size: 14px !important;
}
.onsale,
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
	display: none !important;
}

.preheader {
    background-color: #EE7566;
    height: 50px;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    color: #000;
    padding: 0px 15px;
    transition: height 0.5s ease-in-out;
}
.preheader.open {
    height: 100vh;
}
.preheader .cta,
.preheader .close {
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    cursor: pointer;
}
.preheader .close {
    display: none;
}
.preheader .cta span,
.preheader .close span {
    color: #000;
}
.preheadercontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 60px);
    text-align: center;
}
.preheadercontent * {
    color: #FFF;
}
.preheaderproducts {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    width: 100%;
    max-width: 980px;
    margin: 40px auto 0 auto;
    gap: 40px;
}
.preheaderproduct {
    flex-grow: 1;
    padding-bottom: 20px;
    width: calc(33.3% - 20px);
}
.preheaderproduct h4 {
    font-size: 2.2rem !important;
    line-height: 2.4rem;
    min-height: 3em;
}
.preheaderproduct span.text-right {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-size: 0.9em;
}
@media only screen and (max-width: 990px) {
    .preheaderproduct h4 {
        font-size: 1.6rem !important;
        line-height: 1.9rem;
        min-height: 3em;
    }
}
@media only screen and (max-width: 768px) {
    .preheaderproduct h4 {
        font-size: 1.6rem !important;
        line-height: 1.9rem;
        min-height: initial;
    }
    .preheaderproducts {
        max-width: 80%;
        flex-wrap: wrap;
        gap: 0;
    }
    .preheaderproduct {
        flex-basis: 100%;
        border-top: 1px solid #FFF;
        padding-top: 20px;
        margin-bottom: 0;
    }
    .preheaderproduct:first-of-type {
        border-top: 0px;
    }
    .preheaderproduct img {
        display: none;
    }
    .preheaderproduct span.text-right {
        font-size: 0.8em;
    }
}