/*
	Theme Name: Perdomo Worldwide
	Theme URI: perdomoworldwide.com
	Description: WP Theme for Perdomo Worldwide
	Version: 1.014
	Author: Squatch Creative
	Author URI: https://squatch.us

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

:root {
	--header:124px;
	--header-scrolled:80px;
	--transition:240ms ease-in-out all;
}

/*WP CORE
=========================*/

*,:after,:before{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.alignnone{margin:0}.aligncenter,div.aligncenter{display:block;margin: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.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}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.alignleft,.wp-caption.alignnone{margin:0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.gallery-caption,.wp-caption .wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

.alignfull, .container.alignfull {
	width:100%;
	max-width:100%;
	margin:0;
}

@media all and (min-width:1281px) {
	.alignwide,
	.container.alignwide {
		width: 1280px;
		max-width: 100%;
		position: relative;
		left: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 0;
	}
	
}


article > *:not(.alignwide, .alignfull) {
    width: 968px;
    margin: 0 auto;
	max-width:100%;
}

.wp-block-image {
	margin-bottom:0;
}

.wp-block-image img {
    max-width: 100%;
    display: block;	
}

.wp-block-columns {
    margin-bottom: 0;
}

::selection {
    background-color: var(--wp--preset--color--primary);
    color: #ffffff;
}

html {
	font-size:18px;
}

body {
	margin:0px; 
	padding:0px;
	font-family: 'Roboto', Arial, sans-serif;
	background:#fff;
	color:#000;
} 
div { 
	display:block; 
	position:relative; 
	margin:0px; 
	padding:0px; 
}
.body-wrapper {
	max-width:100%;
	width:100%; 
	overflow:hidden; 
}
.container {
	float:none; 
	clear:both; 
	margin:0px auto; 
	padding:0px 1rem;
	width:100%; 
	height:auto; 	
}
.row {
	clear:both; 
	margin:0px auto; 
	padding:0; 
	width:100%; 
	height:auto; 
	display:flex;
	flex-flow:row wrap;
	justify-content:flex-start;
	align-items:stretch;
	max-width:1280px; 
}
div[class*='span'] {
	float:left;
	margin:0px auto; 
	padding:28px 28px; 
	height:auto;
   	box-sizing: border-box;
}
.span5 { width:5%; }
.span10 { width:10%; }
.span15 { width:15%; }
.span20 { width:20%; }
.span25 { width:25%; }
.span30 { width:30%; }
.span33 { width:33%; }
.span35 { width:35%; }
.span40 { width:40%; }
.span45 { width:45%; }
.span50 { width:50%; }
.span55 { width:55%; }
.span60 { width:60%; }
.span65 { width:65%; }
.span66 { width:66%; }
.span70 { width:70%; }
.span75 { width:75%; }
.span80 { width:80%; }
.span85 { width:85%; }
.span90 { width:90%; }
.span100 { width:100%; }

h1, h2, h3, h4, h5, h6 {
	font-family:'Teko'; 
	font-optical-sizing: auto;
	font-weight:600; 
}

h1 {
	font-size:4rem;
	line-height:100%;
	margin:1.25rem 0;
}
h1.impact {
	font-family: 'Roboto';
    font-size: 10rem;
    font-weight: 700;
    line-height: 90%;
    color: white;
    text-transform: uppercase;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 2px #FFFBFB;
    -webkit-text-stroke-width: 2px;
}
h2 {
	font-size:3rem;
	line-height:100%;
	margin:1.15rem 0;
}

h3 {
	font-size:2.4rem;
	line-height:100%;
	margin:1.15rem 0;
}

h4 {
	font-size:1.45rem;
	line-height:105%;
	margin:0;
	font-weight:500;
}

p {
	font-size:1rem;
	line-height:180%;
	margin:1.7rem 0;
	padding:0;
}
article ul li {
    font-size: 1rem;
    line-height: 150%;
}
a {
	transition: var(--transition); 
	text-decoration:none;
	color:var(--wp--preset--color--primary);
}
a:hover {
	color:#000000;
}
a.large-link {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
}
figure.background-image {
	z-index:1;
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
img.background {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}
image-overlay {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background:rgba(0,0,0,0.5);
	pointer-events:none;
}
figure {
	display:block;
	position:relative;
	margin:0 auto;
}
img, a img {
	display:inline-block; 
	max-width:100%; 
	height:auto; 
	border:0px;
	padding:0px;
	margin:0px auto;
}
svg {
	display:block;
	position:relative;
	width:100%;
	height:auto;
}
small {
    font-size: 70%;
    line-height: 130%;
    display: block;
}
.bold, strong {font-weight:bold;}
.italic, em { font-style:italic;}
.hidden { display:none; }
.clear {	clear:both; float:none; display:block; position:relative; }
.text-center { text-align:center; }
.text-right { text-align:right; } 
.no-gap { margin:0px auto !important; padding:0px !important; } 
hr.wp-block-separator {
    display: block;
    clear: both;
    position: relative;
    max-width: 100%;
    width: 100%;
    border: 0px;
    border-bottom: 1px #dfdfdf solid;
    height: 1px;
    margin: 1rem auto;
}
.is-style-hero-indent {
    padding: 3rem 1rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 200px !important;
    margin-top: -100px !important;
	z-index:5;
}
iframe {
    border: 0;
    width: 100%;
	display:block;
}

/* FORMS & BUTTONS
============================== */

input, textarea {
   	box-sizing: border-box;
	display:block;
	max-width:100%;
	width:100%;
	height:auto;
	padding:1.15rem;
	margin:0 auto; 
	font-size:1rem;
	line-height:100%;	
	border:1px #b7b7b7 solid; 
	color:#000;
}

a.button, input[type="submit"], button, .wp-block-button a {
    display: inline-flex;
    position: relative;
    margin: 0 auto;
    padding: 1.35rem 2.75rem 1rem 2.75rem;
    width: auto;
    height: auto;
    font-size: 1.5rem;
    font-family: 'Teko';
    text-transform: uppercase;
    font-weight: 400;
    line-height: 100%;
    border: 0px;
    gap: 1.25rem;
    background: var(--wp--preset--color--primary);
    color: white;
    transition: var(--transition);
}

a.button:hover, input[type="submit"]:hover, .wp-block-button a:hover {
	background:#000;
	color:white;
}
.wp-block-button__link:hover {
    background: black;
    color: white;
}

a.button:before, input[type="submit"]:before, button:before, .wp-block-button a:before {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 2.5%;
    width: 95%;
    height: 6px;
    background: var(--wp--preset--color--primary);
    opacity: 0.5;
	transition: var(--transition);
}

a.button:hover:before, input[type="submit"]:hover:before, button:hover:before, .wp-block-button a:hover:before {
	top:0;
	width:100%;
	left:0;
	background:black;
}

a.button.outline {
    font-size: 1.18rem;
    background: transparent;
    color: var(--wp--preset--color--primary);
    border: 1px solid var(--wp--preset--color--primary);
}

a.button.outline:before {
    display: none;
}

a.button.outline:hover {
    border-color: var(--wp--preset--color--accent);
    color: var(--wp--preset--color--accent);
}

form.wpcf7-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    --gap: 1.5rem;
    --columns: 2;
    gap: var(--gap);
	border: 1px solid #e5e5e5;
    padding: 2.5rem;
}

form.wpcf7-form form-field {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}

form.wpcf7-form form-field.full {
    width: 100%;
}

form.wpcf7-form form-field p {
    margin: 0;
}

.grecaptcha-badge { visibility: hidden; }












/* HEADER
================================*/

.header {
    background: white;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    height: var(--header);
    transition: var(--transition);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index:999;
}

body.header-scrolled .header {
    background: white;
}

.header-spacer {
    width: 100%;
    height: var(--header);
}

.header .row {
    justify-content: space-between;
    align-items: center;
	max-width:100%;
	gap:1rem;
}

figure.header-logo {
    width: 276px;
    height: 71px;
    max-width: 100%;
    margin: 0;
    z-index: 999;
}

body.header-scrolled figure.header-logo {
    overflow: hidden;
}

figure.header-logo a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.header-logo a img {
    display: block;
    width: 100%;
    height: auto;
}

body.header-scrolled .header {
    top: 0;
    height: var(--header-scrolled);
    background: white;
}

figure.header-logo svg path {
    transition: var(--transition);
}

a.header-telephone {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    margin: 0 auto 0 0;
    padding: 0.45rem 1rem 0;
}

a.header-telephone span {
    display: block;
    color: #394ea1;
    line-height: 100%;
}

a.header-telephone span:first-of-type {
    font-size: 0.7rem;
    text-transform: uppercase;
}

a.header-telephone span:last-of-type {
    font-size: 1.75rem;
    font-family: 'Teko';
}

ul.menu {
	list-style:none; 
	margin:0px; 
	padding:0px;
	display:flex;
	position:relative;
	flex-flow:row wrap;
	gap:1rem;
}

ul.menu li {
	display:block;
	position:relative;
}

ul.menu li a {
    display: flex;
    align-items: center;
    height: var(--header-scrolled);
    width: auto;
    margin: 0px;
    padding: 0.85rem 0.75rem 0.65rem 0.75rem;
    color: #394ea1;
    text-decoration: none;
    font-family: 'Teko';
    font-size: 1.35rem;
    line-height: 100%;
}

ul.menu li a:hover {
	color:var(--wp--preset--color--secondary);
}

ul.menu li.header-button > a {
	background: var(--wp--preset--color--primary);
    padding-left: 1.8rem;
    padding-right: 1.8rem;
}

ul.menu li.header-button > a:hover {
	background: var(--wp--preset--color--accent);
	color:white;
}

.mobile-menu {
	display:none;
}

.header ul.sub-menu li {
	display:block; 
	float:none; 
	clear:both;
}
@media all and (min-width:1081px) {
	body.header-scrolled .header ul.sub-menu {
		box-shadow: 0px 2px 10px rgba(0,0,0,0.25);
	}
	.header ul.sub-menu {
		display: block;
		position: absolute;
		z-index: -1;
		background: #fff;
		top:calc(100% + 3rem);
		left: -4px;
		padding:0.5rem 1rem 1rem 1rem;
		margin: 0px;
		list-style: none;
		text-align: left;
		box-shadow: none;
		border-top: 4px var(--wp--preset--color--secondary) solid;
		transition:z-index 0s linear, opacity 90ms ease, pointer-events 0s linear, top 90ms ease;
		pointer-events: none;
		opacity: 0.0;
	}
	.header ul.menu li:hover > ul.sub-menu {
		opacity:1.0;
		pointer-events:auto;
		top:100%;
		z-index:100;
	}
	.header ul.sub-menu li a {
		width: 170px;
		color: black;
		height: auto;
	}

	.header ul.sub-menu li a:hover {
		color:var(--wp--preset--color--secondary);
	}
}
















/* HERO CAROUSEL 
=============================== */

.hero-block video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

ul.hero-slider-carousel {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	background:black;
	z-index:2;
}

.has-video ul.hero-slider-carousel {
	background:transparent;
}

ul.hero-slider-carousel li {
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    margin: 0;
	padding-top: var(--header);
}

.row.slider-content {
    z-index: 10;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    text-align: center;
}

.row.slider-content > * {
	opacity: 0.0;
    transform: translate(0,100%);
    transition: 1.25s cubic-bezier(0.4, 0.32, 0.18, 0.96) all;
}

.slick-active .row.slider-content > * {
    opacity: 1.0;
    transform: translate(0,0);
}

.slick-current.reset-animation .row.slider-content > * {
	transition:0ms linear all;
	opacity:0.0;
	transform: translate(0,100%);
	transition-delay:0ms !important;
}

.row.slider-content p {
    color: white;
}

.row.slider-content h1 {
    margin: 0;
    transition-delay: 1000ms !important;
}

.row.slider-content p {
    max-width: 100%;
    text-wrap: balance;
}

.row.slider-content p.description {
	transition-delay:1400ms !important;
}

.row.slider-content p.slider-button {
	transition-delay:1800ms !important;
}

ul.hero-slider-carousel img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	z-index:1;
	filter:grayscale(95%);
	transition: 0.25s .5s cubic-bezier(.23,1,.32,1) all;
}

ul.hero-slider-carousel li.slick-active img {
    transform: scale(1.2);
    transition:15s cubic-bezier(.23,1,.32,1) all;
}

.hero-slider-carousel image-overlay {
    opacity: 0.75;
}

ul.hero-slider-carousel .slick-current.reset-animation img {
	transition:0.000001ms linear all;
	transform: scale(1);
	transition-delay:0ms !important;
}

ul.hero-slider-carousel .slick-track {
    display: flex;
}

ul.hero-slider-carousel .slick-track .slick-slide {
    display: flex;
}

.hero-slider-carousel ul.slick-dots {
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    margin: 0;
    opacity: 0.8;
}

.hero-slider-carousel button.slick-prev.slick-arrow {
    left: 0;
    z-index: 15;
}

.hero-slider-carousel button.slick-next.slick-arrow {
    right: 0;
    z-index: 15;
}












.hero-cover h1 {
    font-family: 'Roboto';
    font-size: 13rem;
    font-weight: 700;
    line-height: 110%;
    color: white;
    text-transform: uppercase;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 2px #FFFBFB;
    -webkit-text-stroke-width: 2px;
	animation: zoomup 5s ease infinite;
}

@keyframes zoomup {
  0%,
  20%,
  100% {
    filter: blur(0);
    color: transparent;
    text-shadow: none;
  }
  10% {
    color: #ffb703;
    filter: blur(0.5px);
    text-shadow: 0 0 10px #ffb703, 0 0 20px #ffb703, 0 0 30px #ffb703,
      0 0 40px #ffb703, 0 0 50px #ffb703, 0 0 60px #ffb703;
  }
}




/* DESCRIPTIVE TABS
====================================== */

.descriptive-tabs-block {
    border: 1px solid #efefef;
}

ul.tabs {
	z-index: 10;
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

ul.tabs li {
	position: relative;
    flex: 1;
    text-align: center;
    border-right: 1px solid #E5E5E5;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
	background:white;
    font-family: 'Teko';
    font-size: 1.5rem;
    min-height: 72px;
    cursor: pointer;
    transition: var(--transition);
}

ul.tabs li:last-of-type {
	border-right:0;
}

ul.tabs li:hover, ul.tabs li.active {
    color: white;
    background: var(--wp--preset--color--primary);
}


ul.tabs li:after {
    display: block;
    content: '';
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: var(--wp--preset--color--primary);
    width: 18px;
    height: 10px;
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    transform: translate(-50%,-10px);
    opacity: 0.0;
    transition: var(--transition);
}

ul.tabs li.active:after {
    opacity: 1.0;
    transform: translate(-50%,0);
}

tab-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 1rem;
}

.tab-copy {
    flex: 0 0 50%;
    padding: 3.5rem;
}

tab-content figure {
	flex: 1;
}

tab-content:not(.active) {
    display: none;
}

.tab-copy h3 {
    margin-top: 0;
}

tab-content figure img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.highlights {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none;
    margin: 1.5rem 0 1.9rem 0;
    padding: 0;
    gap: 0.8rem 0.5rem;
}

ul.highlights li {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.6rem;
    flex: 0 0 calc(50% - 0.25rem);
    line-height: 130%;
}

ul.highlights li svg {
    display: block;
    width: 22px;
    height: 22px;
	flex: 0 0 22px;
    object-fit: contain;
    background: var(--wp--preset--color--primary);
    fill: white;
    padding: 4px;
    border-radius: 50%;
}

.more-tab {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
    margin-top: 2rem;
    background: var(--wp--preset--color--light-gray);
}

.more-tab h3 {
    margin: 0;
    font-size: 1.55rem;
}

.more-tab a.button {
    margin: 0;
}
















/* PORTFOLIO LISTING BLOCK
========================================== */

.portfolio-listing-block {
    padding: 5rem 1rem 0 1rem;
    overflow: hidden;
}

.portfolio-listing-block:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7vw;
    background: white;
    z-index: 0;
}

.portfolio-listing-block .row {
    justify-content: space-between;
    align-items: center;
}

p.subtitle {
    font-weight: bold;
    margin: 0;
    color: var(--wp--preset--color--primary);
}

ul.project-slider {
    display: block;
    list-style: none;
    margin: 2rem auto 8px auto;
    padding: 0;
    width: 60vw;
    z-index: 10;
}

ul.project-slider li {
    display: flex !important;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    padding: 0rem 0;
    margin: 0 1rem;
    aspect-ratio: 15 / 9;
    height: auto;
	box-shadow:0px 0px 10px rgba(0,0,0,0.45);
}

ul.project-slider .slick-list {
    overflow: visible;
}

ul.project-slider li figure, ul.project-slider li figure img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.project-slider .slick-track {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.project-slider-info {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(0,0,0,0.8);
    padding: 1.8rem 2.5rem;
    gap: 0.5rem;
}

.project-slider-info * {
    margin: 0;
}

.project-slider-info h3 {
    font-weight: 400;
	color:white;
}









/* LAYOUT BOXES
============================ */

/* NEWS LISTING BLOCK
================================ */

.layout-boxes {
    display: flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items:stretch;
    --gap: 2.5rem;
    --columns: 3;
    gap: var(--gap);
}

.layout-box {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: var(--transition);
}

.layout-boxes.layout-tile .layout-box {
    min-height: 400px;
    justify-content: flex-end;
}

.layout-boxes.layout-card .layout-box {
	border: 1px solid #e5e5e5;
}

.layout-box figure {
    width: 100%;
    height: auto;    
    overflow: hidden;
    position: relative;
}

.layout-boxes.layout-tile .layout-box figure {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layout-boxes.layout-card .layout-box figure {
	aspect-ratio: 16/9;
}

.layout-box figure img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.layout-boxes.layout-tile .layout-box:hover img {
    transform: scale(1.1);
}

.layout-tile image-overlay {
    background: linear-gradient(10deg, rgba(0, 0, 0, 0.85) 10%, rgba(0, 0, 0, 0.25));
}

.layout-card image-overlay {
    display:none;
}

.layout-box-content {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 1.5rem;
    position: relative;
    z-index: 4;
	width:100%;
	flex:1;
}

.layout-tile .layout-box-content {
    padding: 2.5rem;
    flex: 0;
}

.layout-box-content * {
    margin: 0;
	width:100%;
}

.layout-box-content h3 {
    font-size: 1.95rem;
    font-weight: 500;
	text-wrap:balance;
}

.layout-boxes.layout-tile .layout-box h3 {
	color:white;
}

.layout-tile p.description {
    color: white;
    font-size: 0.899999rem;
    text-wrap: balance;
}

.layout-box-content a.button.outline {
    margin: auto 0 0 0;
}

.layout-boxes.layout-card.is-style-contact-info .layout-box:nth-of-type(3) figure img {
    object-fit: contain;
    max-width: 76px;
    position: relative;
}

.layout-boxes.layout-card.is-style-contact-info .layout-box-content {
    gap: 1.5rem;
    padding-bottom: 2.5rem;
    text-wrap: balance;
    align-items: center;
}

.layout-boxes.layout-card.is-style-contact-info .layout-box h3 {
    text-align: center;
}

.layout-boxes.layout-card.is-style-contact-info .layout-box p {
    font-size: 0.89999rem;
    line-height: 155%;
    text-align: center;
}

.layout-boxes.layout-card.is-style-contact-info .layout-box p span {
    display: block;
    font-size: 2rem;
    line-height: 150%;
    font-weight: 700;
}













/* SCROLLING MARQUEE BLOCK
====================================== */

.scrolling-marquee-block {
    overflow: hidden;
    --gap: 5rem;
    display: flex;
    flex-flow: row;
    align-items: center;
    min-height: 400px;
    justify-content:flex-start;
    gap: var(--gap);
}

.scrolling-marquee-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.word-list {
	z-index:10;
	list-style: none;
    margin: 0;
    padding: 0;
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 44s linear infinite;
}

.word-list li {
    font-size: 6rem;
    font-weight: 700;
    line-height: 110%;
    color: white;
    text-transform: uppercase;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 0.8px #FFFBFB;
    -webkit-text-stroke-width: 1px;
}


@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@media (prefers-reduced-motion: reduce) {
	.word-list {
		animation-play-state: paused !important;
	}
}









/*HIGHLIGHT BADGE
========================== */

.wp-block-cover.badge-cover {
    overflow: visible;
    max-width: 95%;
}

.wp-block-cover.badge-cover .wp-block-cover__inner-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.highlight-badge-block {
	opacity:0.0;
    position: absolute;
    top: 280px;
    right: -70px;
    width: 200px;
    height: auto;
    padding: 1.7rem 1.5rem;
	transition:opacity 0.5s 0.25s ease-in-out;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
}

highlight-text {
    display: block;
    position: relative;
    text-align: center;
    font-family: 'Teko';
    font-size: 6rem;
    line-height: 90%;
    color: var(--wp--preset--color--accent);
}

.highlight-badge-block label {
    display: block;
    text-align: center;
    font-family: 'Teko';
    font-size: 1.75rem;
    line-height: 100%;
    margin: 0;
}





/* COUNTER
====================================== */

.counter-block {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1rem;
    border: 1px solid #e5e5e5;
    padding: 5rem 1rem 3rem 1rem;
}

counter-label {
	display: block;
	font-family: 'Teko';
	font-size: 1.15rem;
	line-height: 100%;
}

.counter-wrapper {
    display: flex;
    flex-flow: row;
    white-space: nowrap;
    align-items: flex-end;
    justify-content: center;
    animation-delay: 500ms !important;
}
.counter-wrapper span {
    font-family: 'Teko';
    font-size: 9rem;
    font-weight: 400;
    line-height: 50%;
	font-variant-numeric: tabular-nums;
}

.counter-wrapper span.prepend, 
.counter-wrapper span.append {
    color: var(--wp--preset--color--accent);
}

.counter-wrapper span.number {
    font-weight: 700;
}









/*TESTIMONIALS
========================== */

.testimonial-listing-block {
    overflow: hidden;
    padding:0 100px;
}

ul.testimonial-slider {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 968px;
    width: 100%;
}

ul.testimonial-slider li {
    position:relative;
    width: 100%;
    margin: 0 1rem;
	padding:40px 0 0 0;
}

ul.testimonial-slider li .quote-holder {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5e5e5;
    width: 100%;
    padding:3.5rem 2.5rem;
    gap: 1.5rem;
}

ul.testimonial-slider li figure img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 128px;
    max-width: 240px;
    object-fit: contain;
}

ul.testimonial-slider li figure {
    display: flex;
    margin: 0;
    padding: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

ul.testimonial-slider li * {
    margin: 0;
}

blockquote {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 1.2rem;
}

blockquote p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 150%;
}

cite {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
}

cite span.name {
    display: block;
    font-size: 1.25rem;
    line-height: 100%;
    font-family: 'Teko';
    font-style: normal;
    font-weight: 700;
}

cite span.title {
    display: block;
    font-family: 'Teko';
    font-style: normal;
    font-size: 1rem;
    color: #999999;
    line-height: 100%;
}

ul.testimonial-slider li:before {
    content: '\201C';
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 40px;
    height: 80px;
    width: 80px;
    background: var(--wp--preset--color--primary);
    color: white;
    font-size: 9rem;
    line-height: 100%;
    z-index: 1;
}

button.slick-arrow {
    background: transparent;
    padding: 0;
    width: 50px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    height: 100%;
}

button.slick-arrow:before {
    display: none;
}

button.slick-arrow svg {
    width: 24px;
    height: 24px;
    object-fit: contain;
    fill: #b1b1b1;
}

button.slick-prev.slick-arrow {
    left: -100px;
}

button.slick-next.slick-arrow {
    right: -100px;
}

ul.slick-dots {
    list-style: none;
    margin: 2rem 0 0 0;
    padding: 0;
    border: 0;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

ul.slick-dots li {
    border: 0;
    width: 18px;
    height: 18px;
    overflow: hidden;
    padding: 0;
    font-size: 0px;
    color: transparent;
    border-radius: 50%;
    position: relative;
    margin: 0;
	
}

ul.slick-dots li button {
    border: 0;
    background: #e5e5e5;
    padding: 0;
    font-size: 0px;
    color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
	padding:0;
}

ul.slick-dots li button:before {
    display: none;
}

ul.slick-dots li.slick-active button {
    background: var(--wp--preset--color--gray);
}









/* PROJECT HIGHLIGHTS
============================= */

.project-highlights-block.is-style-hero-indent {
    flex-flow: row wrap;
    background: var(--wp--preset--color--primary);
    z-index: 10;
    --gap: 2rem;
    gap: var(--gap);
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 2.5rem 5rem;
}

project-highlight {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    color: white;
	z-index:10;
}

project-highlight.highlights {
    flex: 0 1 30%;
}

project-highlight svg {
    display: block;
    width: 24px;
    height: 24px;
    fill: white;
    object-fit: contain;
    object-position: top center;
}

project-highlight ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 0.5rem;
}

project-highlight span {
    font-family: 'Teko';
    font-size: 1.75rem;
    line-height: 80%;
}

project-highlight ul li {
    font-family: 'Teko';
    font-size: 1.25rem;
    line-height: 100%;
}

.project-highlights-block image-overlay {
    background: var(--wp--preset--gradient--perdomo-gradient-reverse);
    opacity: 0.95;
}

.project-highlights-block img.background {
    object-position: bottom center;
}








/* LISTING BLOCK
================================ */

.listings-block {
    display: flex;
    flex-flow:row wrap;
    justify-content: flex-start;
    align-items:stretch;
    width:1280px;
    max-width:100%;
    margin:1rem auto;
    --gap: 2.5rem;
    --columns: 3;
    gap: var(--gap);
}

.listing-item {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
    border: 1px solid #e5e5e5;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    transition: var(--transition);
	background:white;
}

.listing-item:hover {
    border-color: var(--wp--preset--color--accent);
}

.listing-item figure {
    width: 100%;
    height: auto;
    aspect-ratio: 13/9;
    overflow: hidden;
    position: relative;
}

.listing-item figure img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.listing-item-box {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 1.5rem;
    flex: 1;
}

.listing-item-box * {
    margin: 0;
}

.listing-item-box time {
    margin-top: auto;
    color: var(--wp--preset--color--accent);
    font-size: 0.722222rem;
}

.listing-item-box h3 {
    font-size: 1.95rem;
    font-weight: 500;
}

.listing-item:hover img {
    transform: scale(1.1);
}

ul.terms {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.25rem 0.75rem;
}

ul.terms li {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #a5a5a5;
}

#post-archive section.featured-info image-overlay {
    background: var(--wp--preset--gradient--perdomo-gradient);
    opacity: 0.75;
}

article#post-archive section.featured-info {
    justify-content: center;
    align-items: center;
    padding-top: calc(var(--header) + 2rem);
}

.post-info-box h1.impact {
    text-align: center;
    width: 100%;
}








/* POSTS
===================================== */
article.post > *:not(section) {
    margin-block: 2rem;
}


section.featured-info {
    position: relative;
    width: 100%;
    background: #ebebeb;
    height: auto;
    aspect-ratio: 3 / 1;
	min-height: 650px;
	max-height:90vh;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 1rem 1rem 2rem 1rem;
}

.single section.featured-info {
	aspect-ratio: 2 / 1;
}

section.featured-info img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.featured-info image-overlay {
    background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.85) var(--header-scrolled), rgba(0, 0, 0, 0.15) calc(var(--header) + 100px), rgba(0, 0, 0, 0.85) 85%, black 100%);
}

.post-info-box {
    z-index: 10;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}

.single .post-info-box {
	width: 968px;
}

.post-info-box * {
    margin: 0;
    padding: 0;
}

.single .post-info-box h1 {
    color: white;
    text-shadow: 0px 0px 4px black;
	text-wrap:balance;
}

.post-info-box p.description {
    color: white;
    text-align: center;
    width: 100%;
}

ul.categories {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
}

ul.categories li a {
    display: block;
    background: var(--wp--preset--color--primary);
    color: white;
    padding: 0.5rem 0.65rem 0.35rem;
    border-radius: 4px;
    font-size: 1rem;
    font-family: 'Teko';
    line-height: 100%;
    text-transform: uppercase;
}

ul.post-meta {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.5rem;
}

ul.post-meta li {
    color: white;
	font-size: 0.888889rem;
}

ul.pagination {
    padding: 1.25rem 0;
    margin:1.25rem auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    gap: 0.75rem;
}

ul.pagination li a {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    line-height: 100%;
    gap: 0.65rem;
}

ul.pagination li a svg {
    width: 14px;
    height: auto;
}

li.next-link {
    margin-left: auto;
}

li.prev-link svg {
    transform: rotate(180deg);
}






/* PROJECTS ARCHIVE
=============================== */

.listings-block.listing-projects  {
    --columns: 2;
    --gap: 1.75rem;
}

.listing-item.project-listing {
    aspect-ratio: 13 / 9;
    justify-content: flex-end;
	min-height:400px;
}

.listing-item.project-listing figure {
    position: absolute;
    aspect-ratio: unset;
    height: 100%;
}

.listing-item.project-listing .listing-item-box {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.8);
    padding: 1rem 1rem;
    gap: 0.5rem;
    flex: 0;
    width: 100%;
    text-wrap: balance;
}

.listing-item.project-listing .listing-item-box * {
    margin: 0;
}

.listing-item.project-listing .listing-item-box h3 {
    font-weight: 400;
    color: white;
}

.project-listing ul.terms li {
    position: relative;
    font-size: 0.89999rem;
    font-weight: 400;
    text-transform: none;
	
}

.project-listing ul.terms li:after {
    content: '•';
    display: inline-block;
    margin: 0 0.25rem;
}

.project-listing ul.terms li:last-of-type:after {
    display: none;
}

.project-listing ul.terms {
    gap: 0.25rem 0;
}

p.project-services {
    color: var(--wp--preset--color--accent);
    font-size: 0.899999rem;
    line-height: 120%;
}

p.project-description {
    color: #e5e5e5;
    font-size: 0.899999rem;
    line-height: 120%;
}



/* SINGLE PROJECTS
================================== */

article.projects > *:not(section) {
    margin-block: 2rem;
}

.single article.projects section.featured-info {
    padding-bottom: calc(100px + 2rem);
}

.single article.projects section.featured-info .post-info-box {
    width: 1280px;
	text-align: center;
    align-items: center;
	
}

.single article.projects section.featured-info .post-info-box ul.post-meta {
    display: none;
}







/* SOCIAL SHARE
============================ */

.social-share-container {
	width:100%;
	position:relative;
    padding: 1.25rem 1rem;
    margin: 3rem 0;
}

ul.social-share {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin: 0 auto;
    padding: 0 0 2rem 0;
    gap: 0.75rem;
    max-width: 968px;
    border-bottom: 1px solid #e5e5e5;
}

ul.social-share li {
    position: relative;
}

tool-tip {
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 0.65rem;
    line-height: 100%;
    width: auto;
    white-space: nowrap;
    text-align: center;
    background: black;
    color: white;
    display: block;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    transition: var(--transition);
    transform: translate(-50%,0);
    opacity: 0.0;
    pointer-events: none;
}

ul.social-share li:hover tool-tip {
    opacity: 1.0;
    transform: translate(-50%,calc(-100% - 0.5rem));
}

ul.social-share li.share-title {
    color: black;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
    margin-right: auto;
}

ul.social-share li a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: gray;
}

ul.social-share li a svg {
    fill: white;
    width: 24px;
    height: 24px;
    object-fit: contain;
	transition: var(--transition);
}

ul.social-share li a.social-refer.linkedin {
    background: #1275B1;
}

ul.social-share li a.social-refer.twitter {
    background: black;
}

ul.social-share li a.social-refer.facebook {
    background: #0163E0;
}

ul.social-share li a.social-refer.copy-clipboard {
    background: #6AA342;
}

ul.social-share li a:hover {
	background:gray;
}

ul.social-share li a:hover svg {
    fill:white;
}

section.listings-block.related-listings {
    margin: 4rem auto;
	justify-content: center;
}

section.listings-block.related-listings h2 {
    width: 100%;
    text-align: center;
}

section.listings-block.related-listings.related-projects {
    --gap: 1.75rem;
    --columns: 2;
}





/* FOOTER 
================================*/

aside.sidebar {
    margin-bottom: -100px;
    z-index: 10;
    position: relative;
}

.footer {
    background: black;
    color: white;
    padding: calc(5rem + 100px) 1rem 0rem 1rem;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 6rem;
}

.footer .row {
    gap: 1.5rem;
	justify-content: space-between;
}

.footer-info {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2.5rem;
    margin-right: 3vw;
}

.footer-addresses {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.5rem;
    flex: 1;
    margin-right: 5vw;
}

.footer-addresses * {
	margin:0;
}

.footer-addresses p {
    color: #b1b1b1;
}

.footer-addresses p strong {
    color: white;
}

.footer .footer-addresses a {
    color: white;
    font-family: 'Teko';
    font-size: 2rem;
}

figure.footer-logo {
    width: 180px;
    max-width: 100%;
    margin: 0;
}

.footer-logo svg {
    fill: white;
}

ul.social {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem;
}

ul.social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

ul.social li a svg {
    fill: white;
    width: 24px;
    height: 24px;
    object-fit: contain;
	transition:var(--transition);
}

ul.social li a:hover svg {
	fill:var(--wp--preset--color--secondary);
}

nav.footer-nav {
    display: flex;
    flex-flow: row;
    gap: 1.5rem;
    flex: 1;
}

nav.footer-nav nav-column {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.5rem;
    flex: 1;
}

.footer ul.menu {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer ul.menu li a {
    display: block;
    color: #b1b1b1;
    padding: 0;
    height: auto;
    font-family: 'Roboto';
    font-size: 1rem;
}

.footer ul.menu li a:hover {
    color: white;
}

.newsletter {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2.5rem;
    width: 300px;
    max-width: 100%;
}

form.newsletter-signup {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
}

.footer form * {
    margin: 0;
}

.footer form input {
    background: transparent;
    border: 1px solid #333333;
    color: white;
}

.footer form button {
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
	background: transparent;
    border: 1px solid #333333;
}

.footer form button:before {
	display:none;
}

.footer form button:hover {
    background: var(--wp--preset--color--secondary);
}

.row.meta-footer {
    border-top: 1px solid #333333;
    padding: 1.5rem 0;
    align-items: center;
}

.row.meta-footer * {
    margin: 0;
}

.row.meta-footer p {
    color: #b1b1b1;
    font-size: 0.8999999rem;
}

.row.meta-footer a {
    color: #b1b1b1;
    font-size: 0.8999999rem;
}

.row.meta-footer a:hover {
    color: white;
}

.footer-meta {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2.5rem;
}


.builtby {
	max-width:96px; 
	padding:0; 
	margin:1rem auto; 
	display:block; 
	float:none; 
	clear:both; 
	z-index:100; 	
	opacity:0.45; 
}

.builtby svg {
	display:block;
	width:100%;
	height:auto;
}

.builtby svg path {
    fill: #b1b1b1;
}

.builtby:hover {
	-webkit-animation:shake .2s 1;
	animation: shake .2s 1;
	opacity:1.0; 
}


/* ANIMATIONS
========================*/
@supports (-webkit-animation:test) or (animation:test) {

.animate {
	opacity:0.0; 
}		
.animation {
	-webkit-animation:slideIn 1s forwards;
	animation:slideIn 1s forwards;
}
@keyframes slideIn {
	from 	{ opacity:0.0; }
	to		{ opacity:1.0; }
}

@keyframes shake {
	0% { transform: translate(2px, 1px) rotate(0deg); }
	10% { transform: translate(-1px, -2px) rotate(-1deg); }
	20% { transform: translate(-3px, 0px) rotate(1deg); }
	30% { transform: translate(0px, 2px) rotate(0deg); }
	40% { transform: translate(1px, -1px) rotate(1deg); }
	50% { transform: translate(-1px, 2px) rotate(-1deg); }
	60% { transform: translate(-3px, 1px) rotate(0deg); }
	70% { transform: translate(2px, 1px) rotate(-1deg); }
	80% { transform: translate(-1px, -1px) rotate(1deg); }
	90% { transform: translate(2px, 2px) rotate(0deg); }
	100% { transform: translate(1px, -2px) rotate(-1deg); }
}






}



/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
@media all and (max-width:1280px) {
	
	a.header-telephone {
		display: none;
	}
	
}
@media all and (max-width:1080px) {
	
	:root {
		--header: 84px;
		--header-scrolled: 70px;
	}
	
	article > *:not(.alignfull) {
		width: 100%;
		margin: 0 auto;
		max-width:100%;
		padding:0 1rem;
	}
	
	h1 {
		font-size:2.5rem;
	}
	
	h1.impact {
		font-size: clamp(2.4rem, 11vw, 7rem);
		-webkit-text-stroke: 1px #FFFBFB;
	}
	
	h2 {
		font-size:2rem;
	}
	
	h3 {
		font-size:1.75rem;
	}
	
	p {
		font-size: 0.88889rem;
	}
	
	article p a {
		word-wrap: break-word;
		word-break: break-all;
	}

	div[class*='span'] {
		float:none; 
		clear:both; 
		width:100%; 
	}
	
	.wp-block-group.is-layout-constrained {
		padding: 1rem;
	}
	
	form.wpcf7-form {
		--columns: 1;
		padding: 1rem;
	}
	
	figure.header-logo {
		width: 172px;
		height: 38px;
	}

	.mobile-menu {
		display: flex;
		position: absolute;
		top: 50%;
		margin-top: -24px;
		right:1rem;
		z-index: 1000;
		color: white;
		width: 48px;
		height: 48px;
		cursor: pointer;
		transition: var(--transition);
		justify-content: center;
		align-items: center;
	}
	
	.mobile-menu svg {
		fill: #415eab;
		width: 24px;
		height: 24px;
		object-fit: contain;
		transition:var(--transition);
	}
	
	.header.opened .mobile-menu {
		color:#fff;
	}	
	
	body.nav-opened {
		height: 100vh;
		overflow: hidden;
	}

	nav.nav {
		z-index: 998;
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
		position: fixed;
		top: 0;
		left: calc(-100vw - 1rem);
		width: 100%;
		height: 100%;
		background: white;
		overflow: scroll;
		transition: var(--transition);
		padding: var(--header) 1rem 5rem 1rem;
	}
	
	body.nav-opened nav.nav {
		left: 0;
	}
	
	body.nav-opened figure.header-logo {
		background: white;
	}
	
	body.nav-opened figure.header-logo svg path:not(#PERDOMO-TEXT) {
		opacity: 0.0;
	}
	
	nav.nav ul.menu {
		flex-flow: column;
		gap: 0;
	}

	nav.nav ul.menu li a {
		padding: 0.75rem 1rem 0.65rem 1rem;
		height: auto;
	}

	nav.nav ul.menu li.header-button > a {
		padding: 1rem 1rem 0.75rem 1rem;
		margin-top: 0.5rem;
	}
	
	nav.nav ul.menu li ul.sub-menu {
		padding: 0 0 0.5rem 1.5rem;
		margin: 0;
		list-style: none;
		display:none;
	}

	nav.nav ul.menu li ul.sub-menu li a {
		font-size: 1.1rem;
		padding: 0.5rem;
	}
	
	section.featured-info {
		min-height: 75vh;
		max-height: 75vh;
	}
	
	.layout-boxes {
		--columns: 2 !important;
		--gap: 1rem !important;
	}
	
	.listings-block {
		--columns: 2;
	}
	
	.listing-item-box {
		padding: 1rem;
	}
	
	section.listings-block.related-listings {
		margin: 0 auto 2rem auto;
	}

	article.post .social-share-container {
		margin-block: 0rem !important;
		margin-bottom: auto;
	}
	
	.wp-block-group.is-content-justification-space-between {
		justify-content: center !important;
		gap:1.5rem !important;
	}
	
	.portfolio-listing-block {
		padding: 2rem 1rem 0 1rem;
	}
	ul.project-slider {
		width: 80vw;
	}
	
	.layout-boxes.layout-tile .layout-box {
		min-height:250px;
	}
	
	.project-highlights-block.is-style-hero-indent {
		--gap: 2rem 1rem;
	}
	
	project-highlight, project-highlight.highlights {
		flex: 0 0 calc(50% - 0.5rem);
	}
	
	.is-style-hero-indent {
		padding: 2rem 1rem !important;
	}
	
	.counter-wrapper span {
		font-size: clamp(3rem, 20vw, 5rem);
	}
	
	ul.testimonial-slider li .quote-holder {
		padding: 2rem 1rem;
	}

	ul.testimonial-slider li:before {
		width: 40px;
		height: 40px;
		left: 20px;
		font-size: 5rem;
	}

	ul.testimonial-slider li {
		padding-top: 20px;
		margin: 0;
	}

	blockquote p {
		font-size: 0.88889rem;
	}
	
	.wp-block-cover.badge-cover {
		max-width: 100%;
		min-height: 360px !important;
	}

	.highlight-badge-block {
		width: 125px;
		height: 125px;
		border-radius: 50%;
		right: 2rem;
		top: 50px;
	}

	highlight-text {
		font-size: 1.5rem;
	}

	.highlight-badge-block label {
		font-size: 1rem;
	}
	
	.descriptive-tabs-block {
		width: calc(100% - 2rem) !important;
		padding: 0 !important;
	}
	
	ul.tabs {
		display: none;
	}
	
	tab-content:not(.active) {
		display: flex;
	}
	
	tab-content {
		flex-flow: column;
		gap: 0;
	}

	.tab-copy {
		flex: 1;
		padding: 2rem 1rem;
		order: 2;
	}	

	tab-content figure {
		aspect-ratio: 13/9;
		width: 100%;
		height: auto;
	}
	
	ul.highlights li {
		font-size: 0.7777rem;
	}
	
	.more-tab {
		flex-flow: column;
		padding: 1.5rem 0.5rem 0.5rem 0.5rem;
	}
	
	.scrolling-marquee-block {
		--gap: 2.5rem;
		min-height: 250px;
	}

	.word-list li {
		font-size: 3rem;
	}
	
	
	aside.sidebar {
		margin-bottom: 0;
	}
	
	aside.sidebar .wp-block-group {
		flex-flow: column !important;
		min-height: 250px !important;
		align-items: center;
		justify-content: center;
		text-align:center;
	}
		
	.footer {
		gap: 3rem;
		padding-top: 3rem;
	}	
	
	.footer .row {
		flex-flow: column;
		gap: 2rem;
		align-items: center;
	}

	.footer-info {
		gap: 1rem;
		margin: 0;
	}

	.footer-addresses * {
		text-align: center;
	}

	.footer-addresses {
		justify-content: center;
		align-items: center;
		gap: 1rem;
		margin: 0;
	}

	nav.footer-nav nav-column {
		gap: 1rem;
		align-items: center;
		text-align: center;
	}

	.footer ul.menu {
		align-items: center;
		text-align: center;
	}

	.newsletter {
		gap: 1rem;
		align-items: center;
		text-align: center;
	}

}
@media all and (max-width:768px) {
	ul.project-slider {
		width: 100%;
	}
	ul.project-slider li {
		aspect-ratio: unset;
		min-height: 400px;
		margin: 0 1rem 0 0;
	}
	.project-slider-info {
		padding: 1.5rem 1rem;
		width: 100%;
	}
	ul.slick-dots li, ul.slick-dots li button {
		width: 12px;
		height: 12px;
		padding:0;
		outline:none;
	}
	button.slick-arrow {
		display: none !important;
	}

	p.project-services {
		font-size: 0.777778rem;
	}

	p.project-description {
		font-size: 0.777778rem;
	}
	
	.layout-boxes {
		--columns: 1 !important;
		--gap: 1rem !important;
	}	
	.layout-box-content {
		padding: 1.5rem 1rem;
	}
	.layout-box-content p.description {
		font-size: 0.888889rem;
	}
	.listings-block {
		--columns: 1;
	}
	.listings-block.listing-projects {
		--columns: 1;
		--gap: 1rem;
	}
	section.listings-block.related-listings.related-projects {
		--gap: 1rem;
		--columns: 1;
	}
	ul.social-share li.share-title {
		width: 100%;
		margin: 0;
	}
}

/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/
/**** MEDIA QUERIES *****/

body.page-id-9 article > ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

body.page-id-9 article > ul li {
    text-align: center;
    font-family: 'Teko';
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 120%;
    color: var(--wp--preset--color--secondary);
}

body.page-id-9 ul.word-list {
    animation-duration: 22s;
    gap: 2rem;
    justify-content: flex-start;
}
