@keyframes example {
  0%   {transform: scale(1.555);}
  100% {transform: scale(1);}
}


#hero .img-with-animation{
	animation-name: example;
	animation-duration: 3.5s;
	

}

#hero{
	overflow:hidden;
}

/* GRID SPACE 15/09 - AJUSTES GERAIS */

body a {
    color: #000;
    font-weight: normal;
}

body .wpb_wrapper a {
    text-decoration: underline
}

body a:hover {
    color: #000;
    opacity: .65
}

body h1 {
    font-family: 'GTSuper', serif;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.02em;
    font-weight: normal 
}

body h2,
.homeCTA h2 a {
    font-family: 'GTSuper', serif;
    font-size: 34px;
    line-height: 40px;
    font-weight: normal 
}

.homeCTA h2 a {
    text-transform: uppercase
}

body h3 {
    font-family: 'Founders', sans-serif; 
    font-size: 34px;
    line-height: 40px;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: normal 
}

body h4, .tabbed span {
    font-family: 'Founders', sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: normal ;
}

.tabbed li a,
.nectar-cta .link_wrap a {
    text-decoration: none 
}

body p,
body li,
body input[type="text"],
body input[type="email"],
body input[type="tel"],
body input[type="number"],
body textarea {
    font-family: 'Founders', sans-serif; 
    font-size: 20px;
    line-height: 30px;
    font-weight: normal 
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'Founders', sans-serif; 
    font-weight: normal 
}

b, bold, strong {
    font-weight: 600
}

pre {
    background: #F7F5F4;
}

#header-outer {
    position: absolute;
    background-color: transparent !important
}

body.home #header-space,
body.page-id-160 #header-space,
body.page-id-162 #header-space,
body.page-id-65 #header-space {
    display: none
}

#header-space {
    height: 170px !important
}

#hero:before {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    background: linear-gradient(180deg, #000000 1%, rgba(0, 0, 0, 0) 70%);
    opacity: 0.4;
    z-index: 3;
    top: 0
}

#hero .using-image .row-bg {
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
}

.m1 {
    border-top: 1px solid #000
}

.Vdesktop {
    display: block 
}

.Vmobile {
    display: none !important
}

/* MENU ICON */
a[aria-label="Navigation Menu"] .label {
    text-transform: uppercase;
    font-family: 'Founders', sans-serif;
    font-size: 16px !important ;
}

#top nav ul li a {
    color: #000
}

#header-outer.transparent.dark-slide a[aria-label="Navigation Menu"] span[aria-hidden="true"] {
    border: .5px solid #fff;
}

a[aria-label="Navigation Menu"] span[aria-hidden="true"] {
    padding: 28px;
    border: .5px solid #000;
    border-radius: 100%
}

a[aria-label="Navigation Menu"].open span[aria-hidden="true"] {
    border: .5px solid #000;
}

a[aria-label="Navigation Menu"] .lines-button:after {
    display: none 
}

a[aria-label="Navigation Menu"] .lines {
    visibility: hidden 
}

#header-outer.transparent.dark-slide a[aria-label="Navigation Menu"] .lines:before,
#header-outer.transparent.dark-slide a[aria-label="Navigation Menu"] .lines:after {
    background: #fff !important
}

#top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#top nav ul .slide-out-widget-area-toggle a:hover .lines:before {
    background: #000 !important
}

#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after {
    border-top: 1px solid #000 
}

#slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button) {
    background-size: 0 1px;
}

#slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button):hover {
    background-size: 100% 1px;
}

a[aria-label="Navigation Menu"] .lines:before,
a[aria-label="Navigation Menu"] .lines:after {
    height: 1px;
    visibility: visible;
    position: relative;
    background: #000 !important
}

a[aria-label="Navigation Menu"] .lines:after {
    width: .75rem;
    top: 4px;
    margin: -1px
}

a[aria-label="Navigation Menu"] .lines:before {
    width: 1.3rem; 
    top: 4px;
    margin: -10px;
}

a[aria-label="Navigation Menu"].open .lines,
a[aria-label="Navigation Menu"].closed .close-wrap {
    display: none 
}

a[aria-label="Navigation Menu"] .close-line {
    width: 1px !important
}

/* MENU */
body #slide-out-widget-area-bg,
body #slide-out-widget-area.fullscreen-split {
    height: auto;
    background: #F7F5F4 !important;
    box-shadow: 0px 4px 250px rgba(0, 0, 0, 0.1);
}

#slide-out-widget-area.fullscreen-split .inner-wrap {
    padding-top: 0 !important
}

#slide-out-widget-area.fullscreen-split .inner > .container {
    padding: 0;
    max-width: 90%;
    margin: 120px auto}

#slide-out-widget-area .inner .off-canvas-menu-container li a {
    color: #000;
    font-family: 'GTSuper', serif;
    font-size: 34px;
    line-height: 40px;
    font-weight: normal;
}

#slide-out-widget-area .inner .off-canvas-menu-container li {
    padding-left: 24px;
    margin-bottom: 1rem !important
}

#slide-out-widget-area .inner .off-canvas-menu-container li:after {
    color: #000;
    font-size: 12px; 
    position: absolute; 
    left: 0;
    top: 6px
}

#slide-out-widget-area.fullscreen-split .inner>.container {
    left: 0;
    right: 0;
}

#slide-out-widget-area .inner .off-canvas-menu-container li:first-child:after {
    content: '01'; 
}

#slide-out-widget-area .inner .off-canvas-menu-container li:nth-child(2):after {
    content: '02'; 
}

#slide-out-widget-area .inner .off-canvas-menu-container li:nth-child(3):after {
    content: '03'; 
}

#slide-out-widget-area .inner .off-canvas-menu-container li:nth-child(4):after {
    content: '04'; 
}

#slide-out-widget-area .inner .off-canvas-menu-container li:nth-child(5):after {
    content: '05'; 
}

#slide-out-widget-area .inner .off-canvas-menu-container li:nth-child(6):after {
    content: '06'; 
}

#slide-out-widget-area .inner .off-canvas-menu-container li:nth-child(7):after {
    content: '07'; 
}

#slide-out-widget-area .inner .off-canvas-menu-container li:nth-child(8):after {
    content: '08'; 
}

#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after {
    border-color: #000;
}

#slide-out-widget-area.fullscreen-split .inner > .container,
#slide-out-widget-area.fullscreen-split .right-side {
    display: block;
}

#slide-out-widget-area a {
    color: #000
}

#slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li > a:not(.tag-cloud-link):not(.nectar-button) {
    background-image: linear-gradient(to right, #000000, #000000)
}

#slide-out-widget-area.fullscreen-split .right-side {
    width: 100%;
    padding-right: 60%;
}

#menu-inferior {
    display: flex;
    justify-content: space-between ;
    height: 48px;
}

#menu-inferior li a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 46px;
}

#menu-inferior li:last-child {
    position: absolute;
    width: 200px;
    right: 0;
    line-height: 44px;
    text-align: center;
    height: 48px;
    border: 1px solid #000 !important;
    top: -10px
}

#menu-inferior li:last-child a:hover {
    background-image: none !important 
}

/* HERO */
#hero img.heroImage {
    min-height: 70vh;
    height: 80vh;
    max-height: 760px;
    object-fit: cover
}

#hero img.subheroImage {
    min-height: 50vh;
    height: 65vh;
    max-height: 680px;
    object-fit: cover;
    object-position: 0 80% ;
}

/* BUTTON */

.voltaButton {
    border: 1px solid #000;
    padding: 15px 40px !important;
    display: table;
}

.voltaButton.whiteButton {
    border-color: white
}

.voltaButton a {
    text-decoration: none !important 
}

.voltaButton.center {
    margin: 0 auto
}

.voltaButton.right {
    float: right;
}

.nectar-cta .link_wrap .link_text:after {
    border: none;
}

.row .col h3, .row .col h4 {
    margin-bottom: 0;
}

.voltaButton {
    display: inline-block;
    padding: 1em;
    background-color: transparent;
    text-decoration: none;
    color: white;
    transition: color 0.5s ease;
}

.voltaButton:hover h4 {
    color: #fff !important
}

.voltaButton h4 a:hover {
    opacity: 1 !important
}

/* Sweep To Left */
.voltaButton {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.voltaButton:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.voltaButton:hover, .voltaButton:focus, .voltaButton:active {
    color: white;
}

.voltaButton:hover:before, .voltaButton:focus:before, .voltaButton:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* SLIDER */ 
.nectar-flickity:not(.masonry) .flickity-viewport {
    margin-bottom: 30px !important    
}

.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next {
    right: 0
}

.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous {
    left: 0
}

.fancybox-navigation button:before {
    background: transparent;
    border: .5px solid #000;
    width: 48px;
    height: 48px;
}

.fancybox-navigation button svg {
    filter: invert(100%);
    top: 4px;
    left: -4px
}

#explore .owl-carousel .owl-dots {
    width: 29%; 
    margin: 0 auto;
}

#explore .owl-carousel .owl-dots:after {
    content: '';
    width: 28%;
    height: 1px;
    background: black ;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#explore .owl-carousel .owl-dot span {
    transform: none;
    background: transparent;
    border: 1px solid transparent;
    width: 10vw;
    height: 5px;
    border-radius: 0;
    margin: 0;
}

#explore .owl-carousel .owl-dot.active span {
    background: black !important;
    border-color: transparent;
    transform: none;
}

#explore .owl-carousel img,
#explore .flickity-slider img {
    width: 95%;
    height: 235px;
    object-fit: cover;
    margin-bottom: 5%
}

#explore .owl-carousel p,
#explore .flickity-slider p {
    color: #9F9A97;
    margin-top: 8%;
    width: 90%;
    height: 252px;
    min-height: 180px;
}

/* OVERVIEW */
#heading h2.m2,
#heading h1.m2 {
    padding-left: 35px
}

#heading h1:after,
#heading h2:after {
    position: absolute;
    left: 0;
    top: -1px;
    
    font-family: 'Founders', sans-serif;
    font-size: 14px;
    display: block;
    letter-spacing: .02rem;
    font-weight: normal;
}

#heading h1.um:after {
    content: '01';
}

#heading h1.dois:after {
    content: '02';
}

#heading h1.tres:after {
    content: '03';
}

#heading h1.quatro:after {
    content: '04';
}

#heading h1.cinco:after {
    content: '05';
}

#heading h1.seis:after {
    content: '06';
}

#heading h1.sete:after {
    content: '07';
}

#heading h1.oito:after {
    content: '08';
}

#overview h3 {
    position: absolute;
}

#overview img {
    width: 850px;
    height: 520px;
    object-fit: cover;
    margin: 0 auto;
}

#overview .wpb_wrapper p {
    text-align: left;
}

#overview .flickity-viewport {
    margin: 3% auto;
}

.portfolio-items[data-ps="7"] .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg {
    background: rgba(0, 0, 0, 0) !important
}

.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button:after,
.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button svg {
    visibility: hidden !important
}

.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button:before {
    background: transparent;
}

.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-button.previous:before {
    background: url(/wp-content/uploads/2021/01/arrow-left.svg) no-repeat center;
    background-size: 100%
}

.nectar-flickity[data-controls*="arrows_overlaid"] .flickity-button.next:before {
    background: url(/wp-content/uploads/2021/01/arrow-right.svg) no-repeat center;
    background-size: 100%
}

.nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="accent-color"] .flickity-prev-next-button:hover:before {
    background-color: transparent 
}

/* TABS */
#experience ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1020px;
}

#experience .link-comporta h4 {
    margin-bottom: 25px;
    color: #9F9A97
}

.tabbed[data-style*="material"][data-color-scheme="accent-color"] ul::after {
    background-color: #000;
}

.tabbed > ul li .active-tab,
.tabbed > ul li .active-tab, .tabbed > ul li .active-tab:hover {
    background: transparent;
}

#experience .tabbed > ul li a {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.tabbed > ul li a,
.tabbed > ul li a.active-tab {
    color: #000;
    border-bottom: 2px solid transparent !important
}

.tabbed > ul li a.active-tab {
    border-color: #000 !important
}

.fancybox-bg {
    background: #F7F5F4 
}

#gallery {
    padding-bottom: 0 !important
}

#tab-gallery:after {
    left: 50%;
    right: 50%;
    margin-left:  -50vw;
    margin-right: -50vw;
    width: 100vw;
    top: 5%;
    
    display: block;
    position: absolute;
    content: '';
    height: 1px;

    visibility: visible;
    
    background: #000;
}

#contentList .wpb_text_column {
    padding: 4% 10% 2% 0;
}

.nectar-fancy-ul ul li {
    line-height: 37px;
    padding-left: 12%;
    margin-bottom: 0 !important;
}

.nectar-fancy-ul ul li:nth-child(1) {
    background: url(/wp-content/uploads/2021/01/icon-air-1.svg) no-repeat 0 ;
}

.nectar-fancy-ul ul li:nth-child(2) {
    background: url(/wp-content/uploads/2021/01/icon-heating_room-1.svg) no-repeat 0 ;
}

.nectar-fancy-ul ul li:nth-child(3) {
    background: url(/wp-content/uploads/2021/01/icon-central_heating-1.svg) no-repeat 0 ;
}

.nectar-fancy-ul ul li:nth-child(4) {
    background: url(/wp-content/uploads/2021/01/icon-fire-2.svg) no-repeat -3px ;
}

.nectar-fancy-ul ul li:nth-child(5) {
    background: url(/wp-content/uploads/2021/01/icon-swimming_pool-1.svg) no-repeat 0 ;
}

.nectar-fancy-ul ul li:nth-child(6) {
    background: url(/wp-content/uploads/2021/01/icon-cooking_pot-1.svg) no-repeat 0 ;
}

.nectar-fancy-ul ul li:nth-child(7) {
    background: url(/wp-content/uploads/2021/01/icon-espresso_cup-1.svg) no-repeat 0 ;
}

.nectar-fancy-ul ul li:nth-child(8) {
    background: url(/wp-content/uploads/2021/01/icon-blender-1.svg) no-repeat -5px ;
}

.nectar-fancy-ul ul li:nth-child(9) {
    background: url(/wp-content/uploads/2021/01/icon-hair_dryer-1.svg) no-repeat 0 ;
}

.nectar-fancy-ul ul li:nth-child(10) {
    background: url(/wp-content/uploads/2021/01/icon-tv_on-1.svg) no-repeat 0 ;
}

.nectar-fancy-ul ul li:nth-child(11) {
    background: url(/wp-content/uploads/2021/01/icon-open_book-1.svg) no-repeat 0 ;
}

.nectar-fancy-ul ul li:nth-child(12) {
    background: url(/wp-content/uploads/2021/01/icon-jeep-1.svg) no-repeat 0  center;
}

.nectar-fancy-ul ul li:nth-child(13) {
    background: url(/wp-content/uploads/2021/02/icon-wi-fi.svg) no-repeat 0  center;
}

.nectar-fancy-ul ul li:nth-child(14) {
    background: url(/wp-content/uploads/2021/02/icon-audio.svg) no-repeat 0 center;
}

.nectar-fancy-ul ul li:nth-child(15) {
    background: url(/wp-content/uploads/2021/02/icon-dumbbell.svg) no-repeat 0 center;
}

.nectar-fancy-ul ul li:nth-child(16) {
    background: url(/wp-content/uploads/2021/02/icon-weber.svg) no-repeat 0 center;
}

.nectar-fancy-ul ul li:nth-child(17) {
    background: url(/wp-content/uploads/2021/02/icon-bicycle.svg) no-repeat 0 center;
}

.nectar-fancy-ul ul li:nth-child(18) {
    background: url(/wp-content/uploads/2021/02/icon-sun_lounger.svg) no-repeat 0 center;
}

.nectar-fancy-ul ul li:nth-child(19) {
    background: url(/wp-content/uploads/2021/02/icon-ping_pong.svg) no-repeat 0 center;
}

/* MAP */
h2.location {
    background: url(/wp-content/uploads/2021/02/location-icon.svg) no-repeat; 
    height: 48px;
    line-height: 48px;
    padding-left: 70px;
}

#location img {
    height: 560px;
    object-fit: cover ;
}

/* CONTACT */
#contactForm,
#contactForm .date {
    display: flex;
}

#contactForm .col {
    width: 50%
}

#contactForm br {
    display: none;
}

#contactForm p {
    padding: 0
}

#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm input[type="tel"],
#contactForm input[type="number"],
#contactForm textarea {
    width: 80%;
    border-radius: 4px;
    background: transparent;
    border: 1px solid #BBB2AE;
    box-shadow: none;
    margin-bottom: 12px;
    padding: 2% 3%;
    max-height: 55px;
}

#contactForm input[type="text"]:focus,
#contactForm input[type="email"]:focus,
#contactForm input[type="tel"]:focus,
#contactForm input[type="number"]:focus,
#contactForm textarea {
    border-color: black;
    color: black 
}

#contactForm input[type="number"] {
    margin-bottom: 0;
    padding-bottom: 
}

#contactForm textarea {
    max-height: 290px
}

#contactForm h4 {
    margin-top: 4%
}

#contactForm .date p {
    width: 80%;
    margin-top: 2%;
    display: flex;
}

#contactForm .date input {
    width: 100%;
    height: 55px;
    background: url(/wp-content/uploads/2021/01/icon-calendar.svg) no-repeat center right 15px;
    cursor: pointer;
    border: 1px solid #BBB2AE;
    font-size: 20px;
    padding-left: 6%;
}

#contactForm .date span {
    width: 48%;
}

#contactForm .date span:first-child {
    margin-right: 4%
} 

#contactForm .policy-radio {
    width: 82%;
}

#contactForm .policy-radio,
#contactForm .policy-radio div {
    display: flex;
    justify-content: space-between;
}

#contactForm input[type="submit"] {
    position: relative;
    
    background: transparent;
    color: #000;
    
    border-radius: 0 !important;
    border: 1px solid #000;
    
    padding: 13px 60px !important;
    
    text-transform: uppercase;
    font-family: 'Founders', sans-serif;
    font-weight: normal;
    font-size: 16px
}

#contactForm input[type="submit"]:hover {
    box-shadow: none !important;
    transition: all .2s easE !important;
}

#contactForm .policy-radio span {
    margin: 0;
    font-family: 'Founders', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

#contactForm .policy-radio a {
    margin-left: 5px;
    text-transform: uppercase;
    font-family: 'Founders', sans-serif;
    color: #9F9A97;
}

#contactForm input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin: 0;
    margin-right: 15px;
    visibility: hidden;
}

#contactForm input[type=checkbox]:before {
    content: "";
    visibility: visible;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: -6px;
    left: 0;
    border: 1px solid #D7CFCB;
    background-color: #D7CFCB;
}

#contactForm input[type=checkbox]:checked:after {
    content: "";
    display: block;
    visibility: visible;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    left: 7px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: .5px solid black;
    padding: 1.5%;
    width: 90%;
    color: white;
    border-radius: 5px;
    background: rgba(0, 0, 0, 1);
    margin: 1.5% 0;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: .01rem
}

.wpcf7-form .wpcf7-not-valid-tip {
    width: 80%;
    box-shadow: none;
    background: transparent;
    color: red;
    padding: 0 0 3%
}

.wpcf7 form .wpcf7-response-output {
    padding: 2%;
    text-align: center;
}

.row .col img.img-with-animation.nectar-lazy:not([srcset]) {
    width: auto
}

/* CALENDAR */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #000;
    box-shadow: none 
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    background: #000 !important
}

/* FAQ */
#FAQ .toggle.default {
    background: url(/wp-content/uploads/2021/01/icon-minus.svg) no-repeat top right 14px;
    margin-bottom: 0;
}

#FAQ .toggle.open {
    background: url(/wp-content/uploads/2021/01/icon-plus.svg) no-repeat top right 14px;
}

#FAQ .toggle h3 {
    display: table;
    width: 100%;
    margin-top: 2em;
    padding-bottom: 2.6em
}

#FAQ .toggle h3 a {
    font-size: 16px;
    line-height: 140%;
    text-decoration: none 
}

#FAQ .toggle > h3:before {
    height: 1px;
    width: 100%;
    background: #BBB2AE
    
}

/* FOOTER */
#footer-outer .row {
    padding-top: 3em !important;
    padding-bottom: 8em !important;
}

#footer-outer .row .col {
    display: block ;
    width: 100%;
    float: none;
}

#footer-outer #menu-footer {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between 
}

#footer-outer #menu-footer a {
    font-size: 16px;
    text-transform: uppercase 
}

#footer-outer {
    background: url(/wp-content/uploads/2021/01/logo-dark.svg) no-repeat bottom 18px center  ; 
}

#footer-outer #copyright {
    padding: 0 !important;
    background: transparent;
    display: flex;
    margin-bottom: 10px
}

#footer-outer #copyright p {
    text-align: left;
    text-transform: uppercase;
    font-size: 16px ;
    display: inline-block;
    align-self: flex-end;
    margin-top: 27px;
}

#footer-outer #copyright .container .gridspace p {
    text-align: right;
    color: #bbb2ae;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
}

#footer-outer .custom-html-widget {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    width: 80%;
    max-width: 130px;
    margin: 0 auto;
}

#footer-outer .instagram {
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2021/01/instagram-2.svg) no-repeat center;
    text-indent: -99999px
}

#footer-outer .spotify {
    width: 50px;
    height: 50px;
    background: url(/wp-content/uploads/2021/01/spotify-2.svg) no-repeat center;
    text-indent: -99999px
}

#footer-outer #copyright .container {
    display: flex;
}

#cookie-notice {
    width: 20%;
    min-width: 20%;
    bottom: 2%;
    left: .8%;
    border-radius: 7px
}

#cookie-notice .cn-button.bootstrap {
    background: white;
    border-radius: 0;
    color: #000;
    height: 40px;
    font-size: 14px;
    line-height: 22px;
}

#cookie-notice .cn-text-container {
    width: 90%;
    margin-bottom: 6%
}

#cookie-notice .cn-button {
    font-family: 'Founders', sans-serif; 
    text-transform: uppercase;
    font-weight: normal 
}

#cookie-notice .cn-close-icon {
    top: 19%
}

@media only screen and (min-width: 768px) and (max-width: 1250px) {
    #overview img {
        width: 590px;
        height: 400px;
    }
}


@media only screen and (max-width: 747px) {
    .wpb_row.full-width-content {
        padding-left: 8%;
        padding-right: 8%;
    }
    
    #ajax-content-wrap .vc_row.left_padding_5pct .row_col_wrap_12,
    #ajax-content-wrap .vc_row.right_padding_5pct .row_col_wrap_12 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .Vdesktop {
        display: none 
    }

    .Vmobile {
        display: block !important
    }
    
    #heading {
        padding-top: 15% !important;
    }
    
    body h2,
    .homeCTA h2 a {
        font-size: 29px;
    }
    
    body h2 br {
        display: none;
    }
    
    #header-outer #top #logo {
        margin: 0 auto; 
        display: block !important;
    }
    
    #header-outer #top #logo img {
        margin: 0 auto !important; 
        display: block;
    }
    
    #header-outer #top #logo .starting-logo {
        left: 0; 
        right: 0;
    }
    
    #hero {
        padding: 0;
    }
    
    #hero img {
        height: 80vh;
        object-fit: cover;
    }
    
    #top .span_9 > .slide-out-widget-area-toggle a.using-label .label {
        display: none;
    }
    
    a[aria-label="Navigation Menu"].open span[aria-hidden="true"] {
        border: .7px solid #000;
    }
    
    body #header-outer a[aria-label="Navigation Menu"] .lines:after {
        width: .75rem;
        height: 1px !important;
        top: 1px !important;
        margin: -10px !important
    }

    body #header-outer a[aria-label="Navigation Menu"] .lines:before {
        width: 1.3rem; 
        height: 1px !important;
        top: 2px !important;
        margin: -5px;
    }
    
    body #slide-out-widget-area-bg, 
    body #slide-out-widget-area.fullscreen-split {
        height: 100%
    }
    
    #slide-out-widget-area.fullscreen-split .inner > .container {
        margin: auto;
    }
    
    #header-outer.side-widget-open #logo {
        visibility: hidden 
    }
    
    #slide-out-widget-area.fullscreen-split .inner > .container {
        margin: 0 auto;
        height: 100vh;
        padding-top: 2rem;
    }
    
    #slide-out-widget-area.fullscreen-split .right-side {
        padding-right: 0;
        position: absolute;
        padding-top: 2rem
    }
    
    #menu-inferior li:last-child {
        top: 5px;
        left: 0;
        right: 0; 
        margin: 0 auto;
    }
    
    #slide-out-widget-area.fullscreen-split .right-side-inner > * {
        margin-top: 20%
    }
    
    #menu-inferior li a {
        font-size: 10px;
    }
    
    #menu-inferior li:last-child a {
        font-size: 16px
    }
    
    .bottom-meta-wrap {
        display: none; 
    }
    
    #explore .owl-carousel .owl-dots,
    #explore .owl-carousel .owl-dots:after {
        width: 97%; 
    }
    
    #explore .owl-carousel .owl-dot span {
        width: 15vw
    }
    
    #hero:before {
        display: none 
    }
    
    #footer-outer #copyright .container, 
    #footer-outer #menu-footer {
        width: 100%;
        display: block;
    } 
    
    #footer-outer #menu-footer li {
        width: 100% !important;
        text-align: center !important;
        margin: 0 !important
    }
    
    #footer-outer .row {
        padding-bottom: 9rem !important  
    }
    
    #footer-outer .row .col {
        margin-bottom: 0; 
    }
    
    #footer-outer #copyright .container .gridspace p,
    #footer-outer #copyright p {
        text-align: center;
        width: 100%; 
    }
    
    #footer-outer #copyright .container .gridspace {
        margin-bottom: 15px;
    }
    
    #footer-outer {
        background-position: bottom 10rem center 
    }
    
    #explore {
        padding-top: 15% !important;
        padding-bottom: 15% !important
    }
    
    #explore .owl-carousel p {
        height: 260px
    }
    
    #explore .owl-carousel img {
        width: 100%;
        height: 13rem
    }
    
    .flexContent .wpb_wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .flexContent .wpb_wrapper .voltaButton {
        height: 55px;
        width: 75%;
    }
    
    .voltaButton.right {
        float: none;
    }
    
    #overview {
        padding-top: 15% !important
    }
    
    #overview .flickity-enabled {
        padding-top: 35%
    }
    
    #overview img {
        width: 100%;
    }    
    
    .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button {
        display: none 
    }
    
    .portfolio-items:not(.carousel) .col.span_4, 
    .portfolio-items:not(.carousel) .col.span_3, 
    .portfolio-items:not(.carousel) .col.span_6 {
        width: 50%; 
        padding: 0
    }
    
    ul.wpb_tabs_nav {
        height: 60px;
        padding: 0 !important;
        overflow-x: scroll;
        white-space: nowrap;
        display: flex;
        border: none;
        position: relative;
        width: 116%; 
        left: -8%;
        margin: 5% auto 20% auto !important;
        border-bottom: 1px solid gray 
    }
    
    ul.wpb_tabs_nav:after {
        display: none !important
    }
    
    ul.wpb_tabs_nav li {
        display: inline-block;
        bottom: 0 !important; 
    }
    
    ul.wpb_tabs_nav li a {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
    #experience ul {
        max-width: 116%; 
        width: 116%;
    }
    
    #experience .tabbed > ul li a {
        padding-left: 10% !important; 
        padding-right: 10% !important; 
    }
    
    #overview img {
        height: 280px;
        object-fit: cover;
    }
    
    #contactForm,
    #contactForm .policy-radio {
        display: block; 
        width: 100%;
    }
    
    #contactForm .policy-radio span {
        width: 100%;
    }
    
    #contactForm .col,
    #contactForm .date {
        width: 100%;
    }
    
    #contactForm input[type="text"], #contactForm input[type="email"], #contactForm input[type="tel"], #contactForm input[type="number"], #contactForm textarea {
        width: 100%; 
    }
    
    #contactForm input[type="submit"] {
        position: static;
        display: block;
        margin-top: 5%;
        width: 100%;
    }
    
    #FAQ .toggle h3 {
        padding-right: 15%
    }
    
    #cookie-notice {
        width: 90%;
        min-width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    
    #location img {
        height: 450px;
        object-position: 68%;
    }
    
}


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform:translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform:translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name:fadeInUp
}
