@font-face {
    font-family: 'FontAwesome5Brands-Regular';
    src: url('../fonts/FontAwesome5Brands-Regular.woff2') format('woff2'),
    url('../fonts/FontAwesome5Brands-Regular.woff') format('woff'),
    url('../fonts/FontAwesome5Brands-Regular.ttf') format('truetype'),
    url('../fonts/FontAwesome5Brands-Regular.svg#FontAwesome5Brands-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome5Pro-Solid';
    src: url('../fonts/FontAwesome5Pro-Solid.woff2') format('woff2'),
    url('../fonts/FontAwesome5Pro-Solid.woff') format('woff'),
    url('../fonts/FontAwesome5Pro-Solid.ttf') format('truetype'),
    url('../fonts/FontAwesome5Pro-Solid.svg#FontAwesome5Pro-Solid') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome5Pro-Regular';
    src: url('../fonts/FontAwesome5Pro-Regular.woff2') format('woff2'),
    url('../fonts/FontAwesome5Pro-Regular.woff') format('woff'),
    url('../fonts/FontAwesome5Pro-Regular.ttf') format('truetype'),
    url('../fonts/FontAwesome5Pro-Regular.svg#FontAwesome5Pro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome5Pro-Light';
    src: url('../fonts/FontAwesome5Pro-Light.woff2') format('woff2'),
    url('../fonts/FontAwesome5Pro-Light.woff') format('woff'),
    url('../fonts/FontAwesome5Pro-Light.ttf') format('truetype'),
    url('../fonts/FontAwesome5Pro-Light.svg#FontAwesome5Pro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sophistica Slant 2';
    src: url('../fonts/SophisticaSlant2.woff2') format('woff2'),
    url('../fonts/SophisticaSlant2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**/

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),
    url('../fonts/Gotham-MediumItalic.woff') format('woff'),
    url('../fonts/Gotham-MediumItalic.ttf') format('truetype'),
    url('../fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
    url('../fonts/Gotham-Light.woff') format('woff'),
    url('../fonts/Gotham-Light.ttf') format('truetype'),
    url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.ttf') format('truetype'),
    url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-LightItalic.woff2') format('woff2'),
    url('../fonts/Gotham-LightItalic.woff') format('woff'),
    url('../fonts/Gotham-LightItalic.ttf') format('truetype'),
    url('../fonts/Gotham-LightItalic.svg#Gotham-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff'),
    url('../fonts/Gotham-Bold.ttf') format('truetype'),
    url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff'),
    url('../fonts/Gotham-Book.ttf') format('truetype'),
    url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
    url('../fonts/Gotham-BookItalic.woff') format('woff'),
    url('../fonts/Gotham-BookItalic.ttf') format('truetype'),
    url('../fonts/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BoldItalic.woff2') format('woff2'),
    url('../fonts/Gotham-BoldItalic.woff') format('woff'),
    url('../fonts/Gotham-BoldItalic.ttf') format('truetype'),
    url('../fonts/Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


a, p, span, input, textarea {
    font-family: 'Gotham';
    -webkit-font-smoothing: antialiased;
    display: initial;
}
p a {
	color: #BF9E4E;
	text-decoration: none;
}
/* Grid defaults */
.shush-row {
    display:flex;
}
.shush-col-1 {
    width:8.333%;
}
.shush-col-2 {
    width:16.666%;
}
.shush-col-3 {
    width:25%;
}
.shush-col-4 {
    width:33.333%;
}
.shush-col-5 {
    width:41.666%;
}
.shush-col-6 {
    width:50%;
}
.shush-col-7 {
    width:58.333%;
}
.shush-col-8 {
    width:66.666%;
}
.shush-col-9 {
    width:75%;
}
.shush-col-10 {
    width:83.333%;
}
.shush-col-11 {
    width:91.666%;
}
.shush-col-12 {
    width:100%;
}
.shush-row-center {
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.container {
    max-width:1640px;
    width:100%;
    margin: 0 auto;
    height: 100%;
	padding: 0 5vw;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham', sans-serif;
}
h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}
p {
	font-size: 14px;
	font-family: 'GothamBook', sans-serif;
	line-height: 20px;
	margin: 0;
	display: block;
}
h2 {
    font-weight: bold;
    font-size:25px;
    text-transform: uppercase;
}
h3 {
    font-weight: 500;
    font-size:19px;
}
input {
    border-radius: 0;
}

input[type="search"] {
    -webkit-appearance: none;
}
input {
    -webkit-appearance: none;
}
input, textarea {
    font-family: 'Gotham';
    background-color: transparent;
    border: none;
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0;
    width: 100%;
    box-shadow: 0 3px 0px -2px #fff;
}
.wpcf7-form-control.wpcf7-textarea {
    max-height: 150px;
}
input:focus, textarea:focus {
    border: none;
    outline: none;
}
.wpcf7-submit {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.btn-light-white {
	font-family: 'Gotham', sans-serif;
	display: inline-block;
	background-color: transparent !important;
	color: #fff !important;
	padding: 16px 28px !important;
	text-transform: uppercase;
	text-decoration: none !important;
	letter-spacing: 3.6px;
	font-weight: bold !important;
	box-shadow: 0 0 0 1px #fff;
	border-radius: 0 !important;
	font-size: 12px !important;
	margin: 75px auto 0;
	display: block;
}
.wpcf7-response-output {
	color: #fff;
	text-align: center;
}
.wpcf7-not-valid-tip {
	font-size: 1em;
	font-weight: normal;
	display: block;
	margin-top: 15px;
}
label {
	font-family: 'Gotham', sans-serif;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.wpcf7-form {
	text-align: left;
}
.wpcf7-form p {
	line-height: 0;
	margin-bottom: 22px;
	display: block;
}
.wpcf7-form p:last-child {
	text-align:center;
}
.footer-logo img {
	max-width:80px;
}
/*.banner {*/
/*    height: 100vh;*/
/*}*/
.parallax-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; /* adjust this value to change the speed of the parallax effect */
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.hero-inner-content {
    max-width: 35%;
    background-color: transparent;
    right: -50%;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    animation: slideInRight 1s forwards;
}
.hero-inner-content div:first-child {
    display: flex;
    background-color: transparent;
    flex: 0 0 90px;
    animation: slideInRightInnerOne 1s forwards;
    animation-delay: 500ms;
    right: -90px;
    position: relative;
    z-index: 0;
}
.hero-inner-content .vertical-bars div:first-child {
    background-color: #fff;
    animation: slideInRightInnerOne 1s forwards;
    animation-delay: 1200ms;
    flex: 0 0 45px;
    right: -45px;
    position: relative;
}
.hero-inner-content .vertical-bars div:nth-child(2) {
    background-color: #DE2A23;
    flex: 0 0 45px;
    animation: slideInRightInnerTwo 1s forwards;

    right: -45px;
    position: relative;
}

.hero-inner-content div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #00254a;
    z-index: 1;
}
.hero-inner-content.slide_in_right {
    right: 15%;
}

@keyframes slideInRight {
    from {
        right: -50%;
    }
    to {
        right: 15%;
    }
}
@keyframes slideInRightInnerOne {
    from {
        right: -90px;
    }
    to {
        right: 0;
    }
}
@keyframes slideInRightInnerTwo {
    from {
        right: -45px;
    }
    to {
        right: 0;
    }
}
.hero-inner-content div:last-child img {
    opacity: 0;
}
.hero-inner-content.show-logo div:last-child img {
    animation: showLogo 2s forwards;
    padding: 0 2vw;
}
@keyframes showLogo {
    from {
        opacity: 0;
        transform: scale(0.9,0.9);
    }
    to {
        opacity: 1;
        transform: scale(1,1);
    }
}
#fp-nav ul li a.active span {
    background-color:#ED1C23 !important;
}

#fp-nav ul li, .fp-slidesNav ul li {
    width: 17.75 !important;
    height: 17.75px !important;
    margin: 12px !important;
}

#fp-nav ul a {
    outline: none !important;
}
#fp-nav ul li a span{

    height: 17.75px !important;
    width: 17.75px !important;
    margin: -8.875px 0 0 -8.875px !important;
    background-color: #ffffff !important;
}
#fp-nav ul li:hover a span {
    background-color:#ED1C23 !important;
}

.hero-subline span {
    font-family: Georgia, Serif;
    color:#A79260;
    font-style: italic;
    font-size: 2vw;
}
.hero-subline {
    opacity: 0;
    position: absolute;
    bottom: 10%;
    z-index: 3;
    animation: showSubline 1s forwards;
    animation-delay: 1s;
    background-color: transparent !important;
    text-align: center;
}

@keyframes showSubline {
    from {
        opacity: 0;
        transform: scale(0.9,0.9);
    }
    to {
        opacity: 1;
        transform: scale(1,1);
    }
}
.about-content {
    padding: 10vh 3vw 0 5vw;
}
.about-content h2, .about-content h3, .about-content p {
    color:#ffffff;
}

.mobile-businesses {
    display: none !important;
}

.business-images-row,
.business-contents-row,
.business-buttons-row {
    display: flex;
    gap: 20px;
    width: 100%;
}
.businesses-item-wrapper {
    flex-direction: column;
    gap: 40px;
}
.businesses-item {
    display: flex;
    flex-direction: column;
    flex-basis: content;
    justify-content: space-between;
    align-items: center;
    padding: 21px;
}
.business-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.business-content {
    display: flex;
    flex-direction: column;
}
.businesses-item-btn.shush-col-3 {
    height: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.business-image.shush-col-3 {
    padding-left: 20px;
    padding-right: 20px;
}
.footer-2, .footer-3 {
    padding: 2%;
}
.flex-col-right {
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: end;
}
#menu-footer {
    display: flex;
}
#menu-footer li:first-child:after {
    content: "|";
    margin: 0 10px;
}
#menu-footer li a {
    color:#06060B;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Gotham';
    font-weight: 500;

}
.footer-2 .flex-col-left {
    color: #fff;
    font-family: 'Gotham', sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.copyright {
    font-family: 'GothamBook', sans-serif;
    font-size:15px;
    color:#fff;
}
.logo {
    opacity:0;
    max-width: 102px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 36px;
    margin-right: 36px;
    animation: showSubline 1s forwards;
    animation-delay: 1s;
}
.btn-dark {
    font-family: 'Gotham', sans-serif;
    display: inline-block;
    background-color: transparent;
    color: #06060B;
    padding: 16px 28px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3.6px;
    font-weight: bold;
    box-shadow: 0 0 0 1px #06060B;
    font-size: 12px !important;
}

.btn-theme,
.btn-light {
    font-family: 'Gotham', sans-serif;
    display: inline-block;
    background-color: transparent;
    color: #fff;
    padding: 16px 28px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 3.6px;
    font-weight: bold;
    box-shadow: 0 0 0 1px #fff;
    font-size: 12px !important;
}

.btn-theme {
	color: #a29161 !important;
	margin: 0px;
    border-radius: 0px;
	box-shadow: 0 0 0 1px #a29161 !important;
}

.btn-theme:focus,
.btn-theme:hover {
    background-color: #a29161 !important;
    color: #fff !important;
}

.btn-wrapper {
    margin-top: 50px;
}
.footer-1 .btn-wrapper {
    margin:0 !important;
}

#our-businesses {
	background-color: #ffffff !important;
}

#our-team .hero-subline,
#our-businesses .hero-subline {
    position: relative;
    bottom: 0;
    text-align: left;
}

.values-content {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #a79260;
    padding-left: 3vw;
    padding-right: 10vw;
}

.values-content p, .values-content h2 {
    color:#fff;
}
.values-content h2 {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin: 0;
}
.businesses-item:first-child {
    padding-left: 0;
}
.businesses-item:last-child {
    padding-right: 0;
}
.item-values {
    margin-top: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.about-content h2 {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
#fp-nav.white-bk ul li a span {
    background-color: #000000 !important;
}
#fp-nav.white-bk ul li a.active span {
     background-color:#ED1C23 !important;
 }
.page-id-3 header, .page-id-35 header {
    text-align: right;
    background-color: #171516;
}
.page-id-3 .logo, .page-id-35 .logo {
    position: relative;
    margin: 0;
    padding: 20px;
}
.content-inner {
    margin: 100px 0;
}
.shush-row-center.businesses-item-wrapper.desktop-businesses {
	margin-top: 5%;
}


section#our-team {
/*     padding: 50px 0px; */
}

section#our-team .shush-row-center {
    flex-wrap: wrap;
	align-items: normal;
    margin: 20px -15px 0px;
}

.ourTeam_card {
    padding: 15px;
	text-align: left;
}

.ourTeam_card .img_header {
    background: linear-gradient(0deg, #a29161 86%, rgb(0 0 0 / 0%) 0%);
    height: 320px;
}

.ourTeam_card .img_header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.ourTeam_card .ourTeam_content {
    padding: 25px 0px;
}

.ourTeam_card .ourTeam_content p {
    color: #708089;
    min-height: 40px;
}

.custom_row {
    display: flex;
    flex-wrap: wrap;
}


/************* OUR TEAM MODAL POPUP *************/

body.modal_open {
    overflow: hidden !important;
}

.popup {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
}

.popup.is-visible {
    display: block;
}

.popup .popup__content {
	max-width: 1000px;
    width: calc(100% - 50px);
	min-height: 100px;
/* 	max-height: 60vh; */
	overflow: auto;
	padding: 50px;
	background: white;
	color: black;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}
.popup .popup__content .close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
    height: 30px;
    line-height: 1;
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #708189;
	cursor: pointer;
}

.popup .popup__content .close:hover {
	color: #000000;
}

.popup .popup__content .close:before {
    content: "✕";
}

.popup .custom_row .column_one:first-child {
    flex: 0 0 100%;
    max-width: 300px;
}

.popup .custom_row .column_one:last-child {
    flex: 0 0 100%;
    max-width: calc(100% - 300px);
	padding: 55px 15px 0px 30px;
}

.popup .custom_row .column_one:last-child h4 {
	margin-bottom: 25px;
}

.popup .custom_row .column_one p {
	margin-bottom: 15px;	
}

.popup .ourTeam_card .img_header {
    background: linear-gradient(0deg, #0d2747 86%, rgb(0 0 0 / 0%) 0%);
    height: 320px;
}

.popup .ourTeam_card .ourTeam_content p {
    min-height: auto;
	margin-bottom: 0px;
}

.popup ul.social_list li {
	display: inline-block;
}

.popup ul.social_list li a {
    display: block;
    width: 30px;
}


@media all and (max-width:1640px) {
    .container {
        padding: 0 5vw;
    }
    .about-content {
        padding: 10vh 3vw 0 0vw;
    }
    .business-content {
        display: flex;
        flex-direction: column;
    }
    .footer-1 {
        padding: 4.1% 0px 4.1% !important;
    }
    .footer-2, .footer-3 {
        padding: 2.19%;
    }

}

@media all and (max-width:1199.98px) {
   
	.ourTeam_card .img_header {
		height: 240px;
	}
	
}

@media all and (max-width:1079.98px) {
	
	section#our-team {
		padding: 50px 0px;
	}

	section#our-team .shush-row-center .shush-col-3 {
		width: 50%;
		margin: 10px 0px;
	}
	
	.ourTeam_card .img_header {
		height: 380px;
	}
	
	.popup .popup__content .close {
    	font-size: 20px;
	}
	
	.popup .custom_row .column_one:first-child {
		max-width: 220px;
	}
	
	.popup .custom_row .column_one:last-child {
		max-width: calc(100% - 220px);
		padding: 40px 15px 0px 10px;
	}
	
	.popup .ourTeam_card .img_header {
		height: 220px;
	}
	
	.popup .popup__content {
    	padding: 25px;
	}
	
}

@media all and (max-width:767.98px) {
	
	section#our-team .shush-row-center .shush-col-3 {
		width: 50%;
		margin: 10px 0px;
	}
	
	.ourTeam_card .img_header {
		height: 260px;
	}
	
}

@media all and (max-width:499.98px) {
	
	section#our-team .shush-row-center .shush-col-3 {
		width: 100%;
		margin: 10px 0px;
	}
	
	.ourTeam_card .img_header,
	.popup .custom_row .ourTeam_card .img_header {
		height: 340px;
	}
	
	.popup .popup__content {
		padding: 10px;
		max-height: 80vh;
	}

	.popup .custom_row .column_one:first-child,
	.popup .custom_row .column_one:last-child {
		max-width: 100% !important;
	}
	
	.popup .custom_row .column_one:last-child {
		padding: 15px;
	}
	
}


@media all and (max-width:1080px) {
	
	 p {
        font-size: 14px;
        font-family: 'GothamBook', sans-serif;
        line-height: 18px;
        margin: 0;
    }
    .footer-1 {
        padding: 95px 0px 95px !important;
    }
    .footer-2, .footer-3 {
        padding: 20px 0;
    }

    .business-image {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .business-content {
        display: flex;
        flex-direction: column;
    }

    .logo {
        opacity: 0;
        max-width: 60px;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 20px;
        margin-right: 5vw;
        animation: showSubline 1s forwards;
        animation-delay: 1s;
    }
    .hero-inner-content {
        max-width: 70%;
        background-color: transparent;
        position: relative;
        width: 100%;
        height: 100vh;
        display: flex;
        animation: slideInRight 1s forwards;
        left: 5vw !important;
    }
    .hero-inner-content div:last-child {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #00254a;
        z-index: 1;
        padding: 0 3vw;
    }
    .hero-subline span {
        font-family: Georgia, Serif;
        color: #A79260;
        font-style: italic;
        font-size: 4vw;
    }
    .hero-inner-content div:first-child {
        display: flex;
        background-color: transparent;
        flex: 0 0 65px;
        animation: slideInRightInnerOne 1s forwards;
        animation-delay: 500ms;
        right: -65px;
        position: relative;
        z-index: 0;
    }
    .hero-inner-content .vertical-bars div:first-child {
        background-color: #fff;
        animation: slideInRightInnerOne 1s forwards;
        animation-delay: 1200ms;
        flex: 0 0 32.5px;
        right: -32.5px;
        position: relative;
    }
    .about-inner-wrapper {
        flex-direction: column;
    }
    .about-inner-wrapper .shush-col-5 {
        width: 100%;
    }
    .about-inner-wrapper .shush-col-7 {
        height: 45vh !important;
        width: 100%;
        position: relative;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    #our-values {
        background-position: top !important;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .values-inner-wrapper {
        flex-direction: column;
    }
    .values-inner-wrapper .shush-col-5 {
        width: 100%;
    }
    .values-inner-wrapper .shush-col-7 {
        height: 24vh !important;
        width: 100%;
        position: relative;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .values-content {
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #a79260;
        padding-left: 3vw;
        padding-right: 10vw;
        padding-top: 5vh;
    }
    .businesses-item-wrapper {
        flex-direction: column;
    }
    #our-businesses {
        padding: 15% 0;
    }

    .footer-1 {
        padding: 35px 0px 35px !important;
    }
    .footer-2, .footer-3 {
        padding: 10px 0;
    }
    .footer-2-mobile {
        flex-direction: column;
    }
    .footer-2-mobile > div {
        width: 100%;
        text-align: center;
        font-size: 10px;
    }
    .footer-2-mobile .flex-col-left span {
        font-size: 12px;
    }
    .footer-2-mobile .flex-col-right {
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center;
        font-size: 14px;
    }
    .footer-2-mobile #menu-footer li a {
        font-size: 13px;
    }


    .footer-3-mobile {
        flex-direction: column;
    }
    .footer-3-mobile > div {
        width: 100%;
        text-align: center;
        font-size: 10px;
    }
    .footer-3-mobile .flex-col-left span {
        font-size: 14px;
    }
    .footer-3-mobile .flex-col-right {
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center;
        font-size: 14px;
    }
    .footer-3-mobile #menu-footer li a {
        font-size: 13px;
    }
    .copyright {
        font-family: 'GothamBook', sans-serif;
        font-size: 10px;
        color: #fff;
        margin-top: 10px;
    }
    .btn-dark {
        padding: 10px 16px;
        font-size: 11px !important;
    }
}

@media all and (max-width: 810px) {
    .desktop-businesses {
        display: none !important;
    }
    .mobile-businesses {
        display: block !important;
    }
    .businesses-item-wrapper {
        flex-direction: column;
        margin-top: 40px;
    }
    .businesses-item-btn {
        margin-top: 50px;
    }
    .businesses-item {
        padding: 0 7vw !important;
        width: 100%;
        display: block;
        margin-bottom: 10%;
    }

    .business-image {
        height: auto;
        display: block;
        margin-bottom: 4%;
    }
    .business-content {
        display: block;
        width: 100%;
    }
    .business-content .btn-wrapper {
        margin-top: 5% !important;
    }
}