/*
Theme name: Q Theme
Theme url: http://www.craq.it
Version: 8.5
Author: <a href="http://www.craq.it" title="Craq Design Studio">Craq Design Studio</a>
Author url: http://www.craq.it
*/

/***********************************************************************************************************************
// STRUCTURE AND GLOBAL STYLE
/**********************************************************************************************************************/
/* Globals & Editor Rules
-------------------------------------------------------------- */
body{font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 1.4em; color: #000000; position: relative; z-index: 99999;}
h1{font-size: 40px;}
h2{font-size: 36px;}
h3{font-size: 30px;}
h4{font-size: 26px;}
h5{font-size: 22px;}
h6{font-size: 20px;}
h1,h2,h3,h4,h5,h6{line-height: 1em; font-family: 'Montserrat', sans-serif; text-transform: uppercase}
b, strong{font-weight: bold;}
em{font-style: italic;}
sup{vertical-align: text-top; font-size: 9px;}
sub{font-size: 9px;}
ul li{list-style: disc inside none;}
ul li{list-style: disc outside none;}
ul{margin-left: 15px;}
li{margin: 3px;}
p{margin: 10px 0;}
table{width: 100%;}
td{padding: 10px;}
a{color:#00a19a; text-decoration: none; transition: 0.5s ease;}
a:hover{color: #00a19a;}

/* Structure & Globals
-------------------------------------------------------------- */
body, #page{
    margin: 0;
    min-width: 1366px;
    overflow-x: hidden;
}
body:before{
    content: '1400';
    display: none;
}
#menuOverlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: rgba(0,0,0,0.8);
    display: none;
    cursor: pointer;
}
.centralWrapper{
    display: block;
    margin: auto;
    width: 1266px;
    padding: 0 50px;
}
#main{
    margin-top: 100px;
}
#loadingWrapper{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
#loadingWrapper img{
    width: 70px;
    height: auto;
}
#mainNav .flexContainer{
    justify-content: space-between;
}
.editionPrev a{
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}
.editionPrev{
    text-align: right;
}
.editionPrev a:hover{
    color: #d02d26;
}
.languageSwitch a.active{
    color: #d02d26;
}

/* Entry Content
------------------*/
.entryContent h1, .entryContent h2, .entryContent h3,
.entryContent h4, .entryContent h5, .entryContent h6 {
    margin: 40px 0 20px;
}
.entryContent p{
    margin: 15px 0;
}
.entryContent p:first-of-type{
    margin-top: 0;
}
.entryContent img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}
.entryContent img.alignleft{
    float: left;
    margin-right: 20px;
}
.entryContent img.alignright{
    float: right;
    margin-left: 20px;
}
.entryContent ol, .entryContent ul{
    margin-left: 20px;
}
.entryContent ul li{
    list-style: disc;
}
.entryContent ol li{
    list-style: decimal;
}
.entryContent .gallery-item{
    box-sizing: border-box;
    padding: 0 10px;
    overflow: hidden;
}
.entryContent .gallery-item img{
    border:none!important;
}

/* Global Element
------------------*/
.coverBg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
}
.gradient{
    background: rgba(255,255,255,0.3);
    background: -moz-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=1 );
}
.hidden{
    display: none;
}
.shadow{
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.shadowHover:hover{
    box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    color: inherit!important;
    transition: 0.3s ease;
}
.round{
    width: 55px;
    height: 55px;
    -webkit-border-radius: 55px 55px 55px 55px;
    border-radius: 55px 55px 55px 55px;
}

/* Button & Material Design
------------------*/
.button{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    padding: 10px 30px;
}
.button:hover{
    color: #00a19a;
}
.materialButton{
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.materialButton:hover{
    box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 2px 4px rgba(0,0,0,0.22);
}
.rippleButton{
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.rippleButton .ink {
    display: block;
    position: absolute;
    background:rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.rippleButton .ink.animate {
    -webkit-animation:ripple 0.65s linear;
    -moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
    -o-animation:ripple 0.65s linear;
    animation:ripple 0.65s linear;
}
@-webkit-keyframes ripple {100% {opacity: 0; -webkit-transform: scale(2.5);}}
@-moz-keyframes ripple {100% {opacity: 0; -moz-transform: scale(2.5);} }
@-o-keyframes ripple {100% {opacity: 0; -o-transform: scale(2.5);} }
@keyframes ripple {100% {opacity: 0; transform: scale(2.5);}}

/* Align
------------------*/
.flexContainer{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


/***********************************************************************************************************************
// COOKIES POLICY
/**********************************************************************************************************************/
#cookieBanner{
    background: #000000;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    font-size: 14px;
    line-height: 1.4em;
}
#cookieBanner .text{
    padding: 0 10%;
}
#cookieBanner .actionsButton{
    margin-top: 10px;
}
#cookieBanner .actionsButton a{
    text-transform: uppercase;
    margin: 0 15px;
}

/***********************************************************************************************************************
// HEADER STYLE
/**********************************************************************************************************************/
/* Header
-------------------------------------------------------------- */
/* Main Menu Desktop
------------------*/
#mainNav {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -moz-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -o-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -ms-transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1.000), opacity 0.35s ease-in-out 0.1s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}
#mainNav.navUp{
    top: -100px;
}
#mainNav.navDown{
    top: 0;
}
#mainNavContainer{
    height: 70px;
    margin: 15px auto;
    position: relative;
    display: flex;
}
#mainNavContainer .flexContainer{
    align-items: center;
}
#mainLogo {
    flex-basis: 300px;
}
#mainMenu {
    text-align: right;
    padding-left: 40px;
    flex-grow: 1;
}
#mainLogo img{
    max-width: 100%;
    max-height: 70px;
    display: block;
}
.menu li{
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}
.menu li a{
    color: #000000;
}
.menu li a:hover{
    color: #00a19a;
}

/* Mobile Menu
------------------*/
#mobLink{
    display: none;
    flex-grow: 1;
    text-align: right;
}
#mobLink i{
    color: #000000;
    font-size: 48px;
    cursor: pointer;
}
#mobNav{
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: -3px 0px 5px 0px rgba(0,0,0,0.3);
    z-index: 99999;
    width: 400px;
    text-align: right;
    box-sizing: border-box;
    overflow-y: scroll;
    display: none;
}
#mobNav .inside{
    display: inline-block;
    width: 100%;
    padding: 80px 80px 80px 50px;
    box-sizing: border-box;
}
#mobNav .close{
    font-size: 46px;
    cursor: pointer;
    margin: 20px 0;
}
#mobNav .close:hover{
    color: #00a19a;
}
#mobNav ul{
    margin: 0;
}
#mobNav li{
    display: block;
    margin: 35px 0;
    font-size: 21px;
}
#mobNav li a{
    color: #000000;
}
#mobNav li a:hover{
    color: #00a19a;
}

/***********************************************************************************************************************
// QTHEME GALLERY
/**********************************************************************************************************************/
.galleryContainer {
    position: relative;
}
.qthemeWpGallery.default{
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.qthemeWpGallery.default .imageWpWrapper{
    margin-bottom: 50px;
}
.qthemeWpGallery.default.col1 .imageWpWrapper{width: 100%;}
.qthemeWpGallery.default.col2 .imageWpWrapper{width: 48%; margin-right: 4%;}
.qthemeWpGallery.default.col3 .imageWpWrapper{width: 32%; margin-right: 2%;}
.qthemeWpGallery.default.col4 .imageWpWrapper{width: 23.5%; margin-right: 2%;}
.qthemeWpGallery.default.col5 .imageWpWrapper{width: 18.8%; margin-right: 1.5%;}
.qthemeWpGallery.default.col6 .imageWpWrapper{width: 15.83%; margin-right: 1%;}
.qthemeWpGallery.default .imageWpWrapper.last{margin-right: 0;}
.qthemeWpGallery.slider{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 40px;
}
.qthemeWpGallery.slider .imageWpWrapper {
    display: inline-block;
    margin-right: 25px;
}
.qthemeWpGallery .imageCover{
    height: 0;
    padding: 30% 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.qthemeWpGallery .caption{
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.1em;
}
.qthemeSlickNavigator{
    position: relative;
    display: flex;
    align-items: center;
}
.qthemeSlickNavigator .slick-next, .qthemeSlickNavigator .slick-prev{
    width: inherit;
    height: inherit;
    top: inherit;
    position: relative;
    left: inherit;
    right: inherit;
}
.qthemeSlickNavigator .slick-next:before, .qthemeSlickNavigator .slick-prev:before{
    font-family: 'Material Icons';
    content: '\e314';
    font-size: 24px;
    color: #212121;
    transform: none;
}
.qthemeSlickNavigator .slick-next:before{
    content: '\e315';
}

/***********************************************************************************************************************
// QTHEME FORM
/**********************************************************************************************************************/
.qthemeForm input[type=text],
.qthemeForm input[type=password],
.qthemeForm input[type=email],
.qthemeForm input[type=tel],
.qthemeForm input[type=url],
.qthemeForm textarea,
.simpleselect .placeholder{
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    width: 100%;
    cursor: text;
}
.qthemeForm input.required,
.qthemeForm input.wpcf7-validates-as-required,
.qthemeForm .simpleSelect.required{
    background-image: url(img/required.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 5px 5px;
}
.qthemeForm input:not([type=submit]):focus,
.qthemeForm textarea:focus{
    border-bottom: 1px solid #00a19a;
}
.qthemeForm .qthemeFieldCheckbox input,
input[type=checkbox].qthemeFormCheckbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.qthemeForm .qthemeFieldCheckbox input + label,
input[type=checkbox].qthemeFormCheckbox + label.qthemeFormCheckboxLabel {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
}
.qthemeForm .qthemeFieldCheckbox input:checked + label,
input[type=checkbox].qthemeFormCheckbox:checked + label.qthemeFormCheckboxLabel {
    background-position: 0 -20px;
}
.qthemeForm .qthemeFieldCheckbox label,
label.qthemeFormCheckboxLabel {
    background-image: url(img/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.simpleselect{
    width: 100%;
}
.simpleselect .placeholder{
    color: #cccccc;
    cursor: pointer;
}
.simpleselect .placeholder::after{
    background-image: url(img/select.png);
    background-repeat: no-repeat;
    width: 15px;
    right: 5px;
    cursor: pointer;
}
.simpleselect .placeholder:hover{
    background: none;
}
.simpleselect .options{
    width: 100%;
}
.simpleselect .option:hover{
    background: #00a19a!important;
}
::-webkit-input-placeholder {
    color: #cccccc;
}
:-moz-placeholder {
    color: #cccccc;
}
::-moz-placeholder {
    color: #cccccc;
}
:-ms-input-placeholder {
    color: #cccccc;
}

/* Form Fields
-------------------------------------------------------------- */
.qthemeFormMessage{
    color: #d02d26;
    margin: 10px 0;
}
.qthemeFormMessage.success{
    color: green;
}
.qthemeField{
    margin: 20px 0;
}

/***********************************************************************************************************************
/* STRIPE CSS
/**********************************************************************************************************************/
/* Globals
------------------------------------------*/
.stripe{
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #000000;
}
.stripe.mobileView{
    display: none;
}
.stripe .overlay{
    z-index: 1;
}
.stripe.topBorder{
    border-top: 1px solid #cccccc;
}
.stripe.bottomBorder{
    border-bottom: 1px solid #cccccc;
}
.stripe.allBorder{
    border-bottom: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.stripe .centralWrapper{
    position: relative;
    z-index: 3;
}
.stripe .stripeTitle{
    margin-top: 0;
    margin-bottom: 50px;
}
.stripe.whiteText, .stripe.whiteText .button{
    color: #ffffff;
}

/* Stripe Content Grid
------------------------------------------*/
.stripe .boxesContainer{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.stripe.leftStripeTitleHorizontalAlign .stripeTitle,.stripe.singleLeftStripeTitleHorizontalAlign .stripeTitle{text-align: left;}
.stripe.centerStripeTitleHorizontalAlign .stripeTitle,.stripe.singleCenterStripeTitleHorizontalAlign .stripeTitle{text-align: center;}
.stripe.rightStripeTitleHorizontalAlign .stripeTitle,.stripe.singleRightStripeTitleHorizontalAlign .stripeTitle{text-align: right;}
.stripe.stripeSingle.singleLeftStripeTitleHorizontalAlign .stripeTitle,
.stripe.stripeSingle.singleCenterStripeTitleHorizontalAlign .stripeTitle,
.stripe.stripeSingle.singleRightStripeTitleHorizontalAlign .stripeTitle{
    display: flex;
}
.stripe.stripeSingle.leftHorizontalAlign .stripeTitle,
.stripe.leftHorizontalAlign .boxesContainer{
    justify-content: flex-start;
}
.stripe.stripeSingle.centerHorizontalAlign .stripeTitle,
.stripe.centerHorizontalAlign .boxesContainer{
    justify-content: center;
}
.stripe.stripeSingle.rightHorizontalAlign .stripeTitle,
.stripe.rightHorizontalAlign .boxesContainer{
    justify-content: flex-end;
}
.stripe.stripeMultiple.adaptiveHorizontalAlign .boxesContainer {
    justify-content: space-between;
}
.stripe.topVerticalAlign .boxesContainer{
    align-items: flex-start;
}
.stripe.middleVerticalAlign .boxesContainer{
    align-items: center;
}
.stripe.bottomVerticalAlign .boxesContainer{
    align-items: flex-end;
}
.stripe.leftJustify .box .icon,
.stripe.leftJustify .box .title,
.stripe.leftJustify .box .content,
.stripe.leftJustify .box .buttonsContainer{
    text-align: left;
}
.stripe.centerJustify .box .icon,
.stripe.centerJustify .box .title,
.stripe.centerJustify .box .content,
.stripe.centerJustify .box .buttonsContainer{
    text-align: center;
}
.stripe.rightJustify .box .icon,
.stripe.rightJustify .box .title,
.stripe.rightJustify .box .content,
.stripe.rightJustify .box .buttonsContainer{
    text-align: right;
}
.boxesContainer .box.col1,.stripe.stripeSingle .stripeTitle .col1{width:100%;}
.boxesContainer .box.col12,.stripe.stripeSingle .stripeTitle .col12{width:48%;}
.boxesContainer .box.col13,.stripe.stripeSingle .stripeTitle .col13{width:30.6%;}
.boxesContainer .box.col14,.stripe.stripeSingle .stripeTitle .col14{width:22%;}
.boxesContainer .box.col23,.stripe.stripeSingle .stripeTitle .col23{width:65.4%;}
.boxesContainer .box.col34,.stripe.stripeSingle .stripeTitle .col34{width:74%;}

/* Stripe Content Boxes
------------------------------------------*/
.stripe.stripeNoPaddingBottom{
    padding-bottom: 30px;
}
.stripeContent .box{
    margin-bottom: 50px;
    margin-left: 4%;
}
.stripeContent .box.openLine, .stripeContent.adaptiveHorizontalAlign .box{
    margin-left: 0;
}
.boxesContainer .box > *{
}
.boxesContainer .box > *:first-child{
    margin-top: 0;
}
.boxesContainer .box .icon i{
    font-size: 48px;
}
.boxesContainer .box img{
    max-width: 100%;
    height: auto;
}

/* Image Box
--------------------*/
.tile{
    display: block;
    width: 100%;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}
.tile a{
    color: #000000;
}
.tile .tileImage {
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tile .tileTitle  {
    flex-basis: auto;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    box-shadow: 0px -5px 3px -5px rgba(0,0,0,0.3);
    padding: 20px;
    background: #ffffff;
}
.imageWrapper .inside{
    flex-direction: column;
    height: 100%;
}
.imageWrapper.normal{
    position: relative;
}
.imageWrapper.normal .lightboxOpen{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}
.lightboxOpen{
    text-align: center;
    font-size: 48px;
    flex-basis: auto;

}
.lightboxOpen i{
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity: 0.8;
    padding: 16px;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
}
.lightboxOpen i,
.box:hover .lightboxOpen.dark i{
    color: #000000;
    background: #cccccc;
}
.lightboxOpen.dark i,
.box:hover .lightboxOpen i{
    background: #000000;
    color: #cccccc;
}

/* Stripe Slideshow
------------------------------------------*/
.stripeSlide{
    padding: 0;
}
.slideWrapper {
    height: 500px;
}
.slideWrapper.slick-dotted.slick-slider{
    margin: 0;
}
.slideWrapper .slideItem{
    height: 500px;
    width: 100%;
    display: inline-block;
}
.slideWrapper .slick-prev{
    left: 3%;
    z-index: 9;
}
.slideWrapper .slick-next{
    right: 2%;
    z-index: 9;
}
.slideWrapper .slick-prev,
.slideWrapper .slick-next {
    transition: 0.5s ease;
    opacity: 0;
    transform: none;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
}
.slideWrapper .slick-prev svg,
.slideWrapper .slick-next svg{
    fill: #00a19a;
    width: 30px;
    height: 30px;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    transition: 0.5s ease;
}
.slideWrapper:hover .slick-prev,
.slideWrapper:hover .slick-next{
    opacity: 1;
}
.slideWrapper:hover .slick-prev:hover svg,
.slideWrapper:hover .slick-next:hover svg{
    background: #000000;
}
.slideWrapper .slick-prev::before,
.slideWrapper .slick-next::before{
    display: none;
}
.slideWrapper .caption{
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    padding: 40px 30px 20px;
    max-width: 400px;
    position: absolute;
}
.slideWrapper .caption .title{
    color: #ffffff;
    font-size: 24px;
}
.slideWrapper .caption .content{
    font-size: 15px;
    line-height: 1.2em;
    margin: 20px 0;
}
.slideWrapper .caption .button{
    color: #ffffff;
}
.slideWrapper .caption .button:hover{
    color: #00a19a;
}
.slideWrapper .slick-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(0,0,0,0.7);
    padding: 10px 20px;
    width: auto;
    height: auto;
    line-height: 0;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
}
.slideWrapper .slick-dots li{
    width: auto;
    height: auto;
    margin: 0 3px;
}
.slideWrapper .slick-dots li button{
    width: 5px;
    height: 5px;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    background: #cccccc;
    cursor: pointer;
    transition: 0.3s ease;
    line-height: 1em;
}
.slideWrapper .slick-dots li button:hover,
.slideWrapper .slick-dots li.slick-active button{
    background: #00a19a;
}
.slideWrapper .slick-dots li button::before{
    display: none;
}

/***********************************************************************************************************************
// PAGES STANDARD STYLE
/**********************************************************************************************************************/
/* Page / Single Standard
-------------------------------------------------------------- */
.pagePadding{
    padding: 50px 0;
}
.pageTitle {
    margin: 30px auto;
    display: inline-block;
    width: 100%;
}
.pageCover img{
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

/* Page Login
-------------------------------------------------------------- */
.qthemeLogin.recoverPwd,
.qthemeLogin.editPwd{
    display: none;
}
.qthemeLogin .actionUILogin {
    cursor: pointer;
}
.qthemeLogin #loginMessage{
    color: red;
}
.qthemeLogin #loginMessage.success{
    color: green;
}

/* Page 404
-------------------------------------------------------------- */
.content404{
    text-align: center;
    padding: 30px 0;
}
.content404 h1{
    font-size: 90px;
    font-weight: bold;
    margin-bottom: 5px;
}
.content404 .pageNotFound{
    font-size: 30px;
    font-weight: bold;
}
.content404 .disclaimer{
    margin-top: 30px;
    font-size: 22px;
}

/***********************************************************************************************************************
// PLACES
/**********************************************************************************************************************/
.placeTile{
    margin-bottom: 15px;
}
.placeTile .visible{
    display: flex;
    padding: 20px;
    cursor: pointer;
    align-items: center;
}
.placeTile .visible > * {
    flex-basis: auto;
}
.placeTile .visible .time{
    color: #B2B2B2;
}
.placeTile .visible .name{
    flex-grow: 1;
    padding: 0 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.placeTile .hiddenWrapper{
    height: 0;
    overflow: hidden;
}
.placeTile .hiddenWrapper .inside{
    display: flex;
    padding: 20px;
    justify-content: space-between;
}
.placeTile .hiddenWrapper .description{
    box-sizing: border-box;
    padding-right: 50px;
    flex-grow: 1;
}
.placeTile .hiddenWrapper .description .descTitle{
    font-weight: bold;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
}
.placeTile .hiddenWrapper .description .address{
    color: #B2B2B2;
    font-size: 15px;
    margin-bottom: 20px;
}
.placeTile .hiddenWrapper .image{
    flex-basis: 400px;
    display: block;
}
.placeTile .hiddenWrapper .image .bg{
    width: 400px;
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.suggestedDrink{
    margin-top: 50px;
}
.suggestedDrink .descTitle{
    margin-bottom: 10px;
}
.suggestedDrink .resource{
    display: flex;
    align-items: center;
    margin: 5px 0;
}
.suggestedDrink .resource img{
    margin: 0;
    margin-right: 10px;
    max-height: 36px;
    max-width: 36px;
}
.suggestedDrink .resource a{
    color: #000000;
}
.suggestedDrink .resource a:hover{
    color: #00a19a;
}
.acf-map{
    margin-top: 80px;
    width: 100%;
    height: 500px;
}

/***********************************************************************************************************************
// FOOTER STYLE
/**********************************************************************************************************************/
/* Footer
-------------------------------------------------------------- */
#pageFooter{
    background-color: #d02d26;
    padding: 20px 0;
}
#pageFooter .inside{
    justify-content: flex-end;
    align-items: center;
}
#pageFooter .logoFooter{
    display: inline-block;
    line-height: 1;
}
#pageFooter .logoFooter:hover{
    opacity: 1;
}

/***********************************************************************************************************************
// WORDPRESS CLEAN
/**********************************************************************************************************************/
#wp-admin-bar-wp-logo,
#wp-admin-bar-search,
#wp-admin-bar-customize{
    display: none;
}
.admin-bar #mainNav:not(.navUp){
    top: 32px;
}
.admin-bar #main{
    margin-top: 132px;
}

/***********************************************************************************************************************
// RESPONSIVE STYLE
/**********************************************************************************************************************/
@media only screen and (max-width: 1366px) {
    body, #page{min-width: inherit;}
    .centralWrapper{width: 1120px; padding: 0 40px; }
}
@media only screen and (max-width: 1200px) {
    body, #page{min-width: inherit;}
    .centralWrapper{width: 980px; padding: 0 22px; }
}
@media only screen and (max-width: 1024px) {
    .centralWrapper{width: 90%; padding: 0 5%;}
    #mainMenu{display: none;}
    #mobLink{display: block;}
    .stripe.desktopView{display: none;}
    .stripe.mobileView{display: block;}
    .boxesContainer{display: block;}
    .boxesContainer .box{display: block; width: 100%!important; margin: 30px 0!important;}
    /* Places */
    .placeTile .hiddenWrapper .inside{display: block;}
    .placeTile .hiddenWrapper .description{width: 100%;padding-right: 0;}
    .placeTile .hiddenWrapper .image{width: 100%; margin-top: 50px;}
    .placeTile .hiddenWrapper .image .bg{width: 100%;}
}
@media only screen and (max-width: 782px) {
    #wpadminbar{position: fixed;}
    .admin-bar #mainNav:not(.navUp){top: 46px;}
    .admin-bar #main{margin-top: 146px;}
}
@media only screen and (max-width: 768px) {
    .boxesContainer .box{margin: 20px 0!important;}
    .slideWrapper .caption{max-width: 300px;}
    .qthemeWpGallery.default:not(.col1) .imageWpWrapper{width: 44%!important; margin-right: 3%!important; margin-left: 3%!important;}
}
@media only screen and (max-width: 480px) {
    #mobNav{max-width: 95%}
    .boxesContainer .box{margin: 5px 0!important;}
    .qthemeWpGallery.default:not(.col1) .imageWpWrapper{width: 100%!important; margin-right: 0%!important; margin-left: 0%!important;}
}