.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@import url("https://fonts.googleapis.com/css2?family=Helvetica+Neue:wght@400;700&display=swap");
@font-face {
font-family: "Gotham";
src: url(//arneloffice.webdesignpilot.com/wp-content/themes/ArnelOfficeTheme2024/Gotham/Gotham-Bold.otf) format("opentype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Gotham";
src: url(//arneloffice.webdesignpilot.com/wp-content/themes/ArnelOfficeTheme2024/Gotham/Gotham-Book.otf) format("opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Gotham";
src: url(//arneloffice.webdesignpilot.com/wp-content/themes/ArnelOfficeTheme2024/Gotham/Gotham-Light.otf) format("opentype");
font-weight: lighter;
font-style: normal;
}
@font-face {
font-family: "Gotham";
src: url(//arneloffice.webdesignpilot.com/wp-content/themes/ArnelOfficeTheme2024/Gotham/Gotham-Medium.otf) format("opentype");
font-weight: medium;
font-style: normal;
}
@font-face {
font-family: "Gotham";
src: url(//arneloffice.webdesignpilot.com/wp-content/themes/ArnelOfficeTheme2024/Gotham/Gotham-Ultra.otf) format("opentype");
font-weight: 900;
font-style: normal;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
line-height: 1.6;
font-family: "Helvetica Neue", sans-serif;
color: #333;
background-color: #fff;
}
table tr td {
padding: 10px var(--Space-300, 12px);
justify-content: center;
align-items: center;
gap: 10px;
}
table tr td a {
text-align: center;
text-decoration: none;
color: var(--304835, #304835);
display: block;
padding: 0 25px;
font-family: Inter;
font-style: normal;
font-weight: 500;
line-height: 28px;
cursor: pointer;
width: 94px;
font-size: 1.4rem;
}
table tr td a:hover {
background-color: #304835;
color: white;
} .nav-menu {
position: fixed;
left: 0;
top: 0;
width: 250px;
height: 100%;
background-color: #fff;
transform: translateX(-100%);
transition: transform 0.3s ease-in-out;
z-index: 1000;
box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
overflow-y: auto;
padding: 20px;
}
.nav-menu.open {
transform: translateX(0);
} .menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease-in-out;
}
.menu-overlay.active {
opacity: 1;
visibility: visible;
} .menu-button,
.close-menu {
cursor: pointer;
z-index: 1001;
} .nav-menu {
position: fixed;
left: 0;
top: 0;
width: 100%;
max-width: 250px;
height: 100%;
background-color: #fff;
transform: translateX(-100%);
transition: transform 0.3s ease-in-out;
z-index: 1000;
box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
overflow-y: auto;
padding: 20px;
}
.nav-menu.open {
transform: translateX(0);
} .menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease-in-out;
}
.menu-overlay.active {
opacity: 1;
visibility: visible;
} header {
border-top: 3px solid #ab8e66;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 999;
}
header .header-container {
position: relative;
left: 0;
top: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: linear-gradient(0deg, rgba(54, 101, 50, 0) 0%, rgba(48, 72, 53, 0.7) 100%);
backdrop-filter: blur(2px);
}
header .header-container .menu-button {
padding: 20px 50px 20px 50px;
background-color: transparent;
border: none;
}
@media (max-width: 768px) {
header .header-container .menu-button {
padding: 20px;
}
}
header .header-container .logo {
top: 20px;
position: absolute;
left: 0;
right: 0;
bottom: 10px;
margin-inline: auto;
width: fit-content;
}
header .header-container .logo a img {
max-width: 90px;
}
header .header-container .logotop {
display: none;
}
header .header-container .menu-button,
header .header-container .close-menu {
cursor: pointer;
z-index: 1001;
}
.nav-menu {
width: 100%;
max-width: 385px;
height: 100vh;
padding: 39px 48px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
flex-direction: column;
gap: 100px;
flex-shrink: 0;
}
.nav-menu .close-menu {
width: 36.75px;
height: 36.75px;
background-color: #ffffff;
border: none;
cursor: pointer;
}
.nav-menu .menu-ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
flex-direction: column;
align-self: stretch;
width: 100%;
}
.nav-menu .menu-ul li {
width: 100%;
border-bottom: 1px solid #366532;
}
.nav-menu .menu-ul li:last-child {
border-bottom: none;
}
.nav-menu .menu-ul li a {
font-family: "Gotham", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 28px;
color: #304835;
cursor: pointer;
transition: color 0.3s ease-in-out;
text-decoration: none;
width: 100%;
min-width: 300px;
display: block;
padding: 22px 0;
}
.nav-menu .menu-ul li a:hover {
color: #366532;
}
.hero-section {
position: relative;
width: 100%;
height: 80vh; background-image: url(https://arneloffice.webdesignpilot.com/wp-content/themes/ArnelOfficeTheme2024/assets/css/.https://arneloffice.webdesignpilot.com/wp-content/themes/ArnelOfficeTheme2024/assets/css/.https://arneloffice.webdesignpilot.com/wp-content/themes/ArnelOfficeTheme2024/assets/css/images/Arnel-office.jpg);
background-size: cover;
background-position: center;
display: flex;
align-items: center;
justify-content: center; }
@media (max-width: 768px) {
.hero-section {
height: 60vh;
}
}
.hero-section .hero-content {
text-align: center;
color: #fff; z-index: 1;
}
.hero-section .hero-logo {
max-width: 130px;
margin-bottom: 20px;
}
.hero-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4); z-index: 0;
}
.hero-pages {
position: relative;
width: 100%;
height: 70vh; background-size: cover;
background-position: center center;
background-repeat: no-repeat;
display: flex;
align-items: center;
justify-content: center;
background-attachment: fixed; }
@media (max-width: 768px) {
.hero-pages {
height: 60vh;
}
}
.hero-pages .hero-pages-content {
text-align: center;
color: #fff; z-index: 1;
}
.hero-pages .hero-pages-logo {
max-width: 130px;
margin-bottom: 20px;
}
.hero-pages::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3); z-index: 0;
}
.venue-description {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
flex-direction: column;
width: 100%;
background: #f2f0ed;
color: #366532;
padding: 50px 123px;
gap: 10px;
}
@media (max-width: 768px) {
.venue-description {
padding: 100px 20px;
}
}
.venue-description h1 {
color: #366532;
text-align: center;
width: 100%;
font-family: "Gotham", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 28px; }
.venue-description .venue-sep {
stroke-width: 1px;
stroke: #366532;
width: 100%;
max-width: 432px;
height: 0px;
margin: 36px auto;
}
.venue-description .venue-cont {
color: #366532;
text-align: center;
font-family: "Gotham", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 28px; width: 100%;
max-width: 1194px;
}
.venue-description .ext-link {
color: #366532;
text-decoration: none;
font-weight: 600;
}
.venue-description .ext-link:hover {
text-decoration: underline;
}
.welcome-widget {
background-color: #f2f0ed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 50px 20px;
width: 100%;
gap: 10px;
}
@media (max-width: 768px) {
.welcome-widget {
padding: 100px 20px;
}
}
.welcome-widget .welcome-title {
width: 100%;
text-align: center;
font-size: 32px;
font-style: normal;
font-family: "Gotham", sans-serif;
font-weight: 400;
color: #304835;
line-height: 28px;
}
.welcome-widget .bar-section {
width: 100%;
max-width: 432px;
padding: 15px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.welcome-widget .bar-section img {
width: 100%;
height: auto;
}
.welcome-widget .welcome {
width: 100%;
color: #366532;
text-align: center;
font-family: "Gotham", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 28px; }
.welcome-widget .welcome p {
margin: 0 auto 28px;
max-width: 1064px;
}
.contact-section {
background-color: #f2f0ed;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 50px 123px;
width: 100%;
gap: 10px;
}
@media (max-width: 768px) {
.contact-section {
padding: 100px 20px;
}
}
.contact-section .img-form-container {
background: #fff;
max-width: 1064px;
min-height: 708px;
width: 100%;
border: 1px solid #366532;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.contact-section .img-form-container .box-image {
width: 35%;
height: 100%;
min-height: 716px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
@media (max-width: 768px) {
.contact-section .img-form-container .box-image {
width: 100%;
background-size: 100%;
min-height: 200px;
}
}
.contact-section .img-form-container .box-form {
width: 65%;
padding: 5px 42px 5px 52px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 768px) {
.contact-section .img-form-container .box-form {
padding: 10px 20px;
width: 100%;
}
}
.contact-section .img-form-container .box-form h2 {
color: var(--304835, #304835);
font-family: "Playfair Display";
font-size: 4rem;
font-style: normal;
font-weight: 500;
line-height: 52px; }
.contact-section .img-form-container .box-form p {
color: var(--767676, #767676);
font-family: "Open Sans";
font-size: 1.6rem;
font-style: normal;
font-weight: 300;
line-height: 18px; }
.contact-section .img-form-container .box-form .contact-form {
margin-top: 20px;
}
.contact-section .img-form-container .box-form .contact-form .full-w {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.contact-section .img-form-container .box-form .contact-form .full-w .box {
width: 48%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
flex-direction: column;
gap: 20px;
}
.contact-section .img-form-container .box-form .contact-form .full-w .box sup {
color: #ff9500;
margin-left: 3px;
}
.contact-section .img-form-container .box-form .contact-form .full-w .box input {
padding: 5px 7px;
border-radius: 8px;
width: 100%;
font-family: "Open Sans";
font-size: 1.4rem;
font-style: normal;
font-weight: var(--sds-typography-body-font-weight-regular);
border: 1px solid #d9d9d9;
margin-top: 20px;
margin-bottom: 10px;
}
.contact-section .img-form-container .box-form .contact-form .full-w .box select {
padding: 5px 7px;
border-radius: 8px;
width: 100%;
font-family: "Open Sans";
font-size: 1.4rem;
font-style: normal;
font-weight: var(--sds-typography-body-font-weight-regular);
border: 1px solid #d9d9d9;
margin-top: 20px;
margin-bottom: 10px;
cursor: pointer;
}
.contact-section .img-form-container .box-form .contact-form .full-w p {
width: 100%;
}
.contact-section .img-form-container .box-form .contact-form .full-w p span {
display: block;
}
.contact-section .img-form-container .box-form .contact-form .full-w p input,
.contact-section .img-form-container .box-form .contact-form .full-w p textarea {
padding: 5px 7px;
border-radius: 8px;
width: 100%;
font-family: "Open Sans";
font-size: var(--sds-typography-body-size-medium);
font-style: normal;
font-weight: var(--sds-typography-body-font-weight-regular);
border: 1px solid #d9d9d9;
margin-top: 20px;
margin-bottom: 20px;
}
.contact-section .img-form-container .box-form .contact-form .check-container .wpcf7-list-item {
display: flex;
align-items: center;
gap: 10px;
}
.contact-section .img-form-container .box-form .contact-form .check-container .wpcf7-list-item input[type=checkbox] {
width: 20px;
height: 20px;
border: 1px solid #d9d9d9;
border-radius: 4px;
margin-right: 10px;
cursor: pointer;
}
.contact-section .img-form-container .box-form .contact-form .wpcf7-submit {
color: #fff;
padding: 10px 20px;
width: 100%;
font-family: "Open Sans";
font-size: var(--sds-typography-body-size-medium);
font-style: normal;
font-weight: var(--sds-typography-body-font-weight-regular);
border: var(--sds-size-stroke-border) solid var(--304835, #304835);
margin-top: 10px;
background: var(--304835, #304835);
cursor: pointer;
transition: all 0.3s;
}
.contact-section .img-form-container .box-form .contact-form .wpcf7-submit:hover {
background-color: var(--366532, #366532);
}
.venue-style {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background: #f7f7f7;
position: relative;
}
.venue-style .post-container {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.venue-style .post-container .container-tab-navigation {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.venue-style .post-container .container-tab-navigation .tab-navigation {
padding: 70px 0;
width: 100%;
max-width: 1064px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.venue-style .post-container .container-tab-navigation .tab-navigation button {
color: var(--366532, #366532);
text-align: center;
leading-trim: both;
cursor: pointer;
text-edge: cap;
font-family: "Gotham", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; text-transform: uppercase;
background: none;
border: none;
padding: 24px 55px;
transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
.venue-style .post-container .container-tab-navigation .tab-navigation button {
padding: 24px 20px;
}
}
@media (max-width: 480px) {
.venue-style .post-container .container-tab-navigation .tab-navigation button {
padding: 24px 10px;
}
}
.venue-style .post-container .container-tab-navigation .tab-navigation button.active {
color: var(--304835, #304835);
font-weight: 700;
}
.venue-style .post-container .container-tab-navigation .tab-navigation button:hover {
color: var(--304835, #304835);
border: 1px solid var(--304835, #304835);
}
.venue-style .post-container .su-tabs-nav {
display: none;
}
.venue-style .post-container .su-tabs-panes .su-tabs-pane {
background-color: #f7f7f7;
padding: 0;
}
.venue-style .post-container .su-tabs-panes .su-tabs-pane.active {
display: block;
}
.venue-style .post-container .su-row {
background-color: #fff;
padding-left: 20px;
}
.venue-style .post-container .su-tabs {
padding: 0;
width: 100%;
max-width: 1064px;
}
.venue-style .post-container .su-tabs h2 {
color: var(--304835, #304835);
font-family: "Gotham", sans-serif;
font-size: 42px;
font-style: normal;
font-weight: 400;
line-height: 42px; }
@media (max-width: 768px) {
.venue-style .post-container .su-tabs h2 {
font-size: 32px;
line-height: 32px;
text-align: center;
}
}
.venue-style .post-container .su-tabs .features-subtitle {
color: var(--304835, #304835);
font-family: "Gotham", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px; }
@media (max-width: 768px) {
.venue-style .post-container .su-tabs .features-subtitle {
text-align: center;
}
}
.venue-style .post-container .su-tabs .special-hr {
width: 100%;
max-width: 160px;
height: 0px;
margin: 15px auto 15px 15px;
stroke-width: 1px;
stroke: var(--366532, #366532);
}
@media (max-width: 768px) {
.venue-style .post-container .su-tabs .special-hr {
margin: 15px auto;
}
}
.venue-style .post-container .su-tabs .feature-list {
list-style-type: disc;
padding-left: 18px;
}
@media (max-width: 768px) {
.venue-style .post-container .su-tabs .feature-list {
margin: 0 auto 30px;
max-width: 350px;
width: 100%;
}
}
.venue-style .post-container .su-tabs .feature-list li {
color: #444;
font-family: "Gotham", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 20px; }
.venue-style .post-container .MNT-TableTitle {
width: 100%;
max-width: 1064px;
margin: 0 auto 0 auto;
color: #fff;
background-color: #304835;
padding: 5px;
border-bottom: 4px solid #ab8e66;
text-align: center;
margin-top: 20px;
}
.venue-style .post-container .WDP-TableTitle {
width: 100%;
max-width: 900px;
margin: 0 auto 0 auto;
color: #fff;
background-color: #304835;
padding: 5px;
border-bottom: 4px solid #ab8e66;
text-align: center;
margin-top: 20px;
}
.venue-style .post-container table {
width: 100%;
max-width: 900px;
border-collapse: collapse;
margin: 0 auto 0 auto;
}
.venue-style .post-container table thead {
background: #d5dfd4;
}
.venue-style .post-container table thead th {
color: #304835;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; text-transform: uppercase;
}
.venue-style .post-container table thead th:nth-child(3) {
text-align: left;
padding-left: 3px;
width: 100%;
}
.venue-style .post-container table tr {
border-bottom: 1px solid lightgray;
}
.venue-style .post-container table tr td {
text-align: center;
font-size: 16px;
font-weight: 400;
background-color: #f7f7f7;
border-bottom: 1px solid #767676;
}
.venue-style .post-container table tr td a {
display: flex;
padding: 5px 12px;
justify-content: center;
align-items: center;
color: #767676;
font-size: 16px;
border: 1px solid #366532;
min-width: 105px;
font-family: "Helvetica Neue", sans-serif;
}
.venue-style .post-container table tr td:nth-child(1) {
width: 150px;
}
.venue-style .post-container table tr td:nth-child(2) {
width: 150px;
}
.venue-style .post-container table tr td:nth-child(3) {
text-align: left;
width: 100%;
}
.venue-style .post-container table tr td:nth-child(4) {
width: 150px;
text-align: center;
}
.venue-style .post-container table tr td:nth-child(5) {
width: 150px;
text-align: center;
}
.venue-style .post-container .table > thead,
.venue-style .post-container tr,
.venue-style .post-container th {
min-width: 64px;
}
.venue-style .post-container .slideshow {
width: 100%;
max-height: 516px;
overflow: hidden;
}
.venue-style .post-container .slideshow img {
width: 100%;
height: auto;
}
.venue-style .contact-info {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 135px 0 118px;
position: relative;
}
@media (max-width: 768px) {
.venue-style .contact-info {
padding: 100px 20px;
margin-bottom: 30px;
}
}
.venue-style .contact-info .contact-info-background {
position: relative;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 408px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 768px) {
.venue-style .contact-info .contact-info-background {
height: 100%;
}
}
.venue-style .contact-info .contact-info-background .venue-info {
position: absolute;
background: var(--FFFFFF, #fff);
border: 1px solid var(--366532, #366532);
width: 100%;
max-width: 1060px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
@media (max-width: 768px) {
.venue-style .contact-info .contact-info-background .venue-info {
position: relative;
flex-direction: column;
padding: 20px;
}
}
.venue-style .contact-info .contact-info-background .venue-info .map-box {
width: 100%;
max-width: 529px;
height: auto;
overflow: hidden;
position: relative;
}
.venue-style .contact-info .contact-info-background .venue-info .map-box .map {
width: 100%;
height: 100%;
}
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box {
padding-left: 20px;
max-width: 525px;
}
@media (max-width: 768px) {
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box {
padding: 20px 0;
}
}
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box h2 {
color: var(--304835, #304835);
font-family: "Gotham", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: 42px; max-width: 440px;
margin-bottom: 10px;
}
@media (max-width: 768px) {
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box h2 {
text-align: center;
font-size: 28px;
}
}
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box .address {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #767676;
padding-right: 20px;
font-family: "Gotham", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 3500;
line-height: 18px; text-transform: capitalize;
margin-bottom: 35px;
width: 100%;
max-width: 480px;
overflow-wrap: break-word;
padding-left: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box .address img {
position: absolute;
left: -5px;
}
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box .venue-info-box-columns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
width: 100%;
}
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box .venue-info-box-columns .venue-info-box-column {
width: 49%;
}
@media (max-width: 768px) {
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box .venue-info-box-columns .venue-info-box-column {
width: 100%;
}
}
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box .venue-info-box-columns .venue-info-box-column .contact-title {
color: #304835;
font-family: "Gotham", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 28px; text-transform: uppercase;
margin-bottom: 10px;
}
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box .venue-info-box-columns .venue-info-box-column .contact-name {
color: var(--767676, #767676);
font-family: "Gotham", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 28.467px; margin-bottom: 5px;
}
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box .venue-info-box-columns .venue-info-box-column .phone {
color: #304835;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-family: "Gotham", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 28.467px; text-transform: uppercase;
margin-bottom: 5px;
}
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box .venue-info-box-columns .venue-info-box-column .phone img {
margin-right: 5px;
}
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box .venue-info-box-columns .venue-info-box-column .email {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #366532;
font-family: "Gotham", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 28.467px; text-transform: lowercase;
margin-bottom: 35px;
}
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box .venue-info-box-columns .venue-info-box-column .email img {
margin-right: 5px;
width: 18px;
}
.venue-style .contact-info .contact-info-background .venue-info .venue-info-box .btn-contact {
color: #fff;
text-decoration: none;
cursor: pointer;
display: flex;
width: 259px;
padding: 18px 5px;
justify-content: center;
align-items: center;
gap: 10.168px;
border: 1px solid #304835;
background: #304835;
}
.our-offices {
display: flex;
max-width: 1063px;
width: 100%;
margin: 0 auto;
padding: 50px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
}
@media (max-width: 768px) {
.our-offices {
flex-direction: column;
padding: 74px 20px;
}
}
.our-offices h2 {
align-self: stretch;
color: var(--304835, #304835);
text-align: center;
font-family: "Gotham", sans-serif;
font-size: 42px;
width: 100%;
font-style: normal;
font-weight: 400;
line-height: 28px; }
.our-offices .cat-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 10px;
margin: 57px auto;
width: 100%;
}
@media (max-width: 768px) {
.our-offices .cat-container {
flex-direction: column;
gap: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
}
.our-offices .cat-container .post-cat-four {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
max-width: 240px;
width: 100%;
flex-direction: column;
cursor: pointer;
}
.our-offices .cat-container .post-cat-four .img-cat {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 240px;
height: 240px;
overflow: hidden;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.our-offices .cat-container .post-cat-four .content-cat {
width: 100%;
padding: 5px;
}
.our-offices .cat-container .post-cat-four .content-cat .blog-title {
color: #304835;
text-align: left;
font-family: "Gotham", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; width: 100%;
min-height: 26px;
max-width: 266px;
}
.our-offices .cat-container .post-cat-four .content-cat .blog-title a {
color: #304835;
text-decoration: none;
}
@media (max-width: 768px) {
.our-offices .cat-container .post-cat-four .content-cat .blog-title {
min-height: 20px;
}
}
.our-offices .cat-container .post-cat-four .content-cat .location-p {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #9dba9b;
font-family: "Gotham", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px;
text-transform: uppercase;
}
.our-offices .cat-container .post-cat-four .content-cat .location-p img {
width: 14px;
height: 15px;
margin-right: 5px;
}
.our-offices .inside-pages {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 20px;
}
.about-arnel {
background: linear-gradient(0deg, rgba(48, 72, 53, 0.8) 0%, rgba(48, 72, 53, 0.8) 100%), url(https://arneloffice.webdesignpilot.com/wp-content/themes/ArnelOfficeTheme2024/assets/css/.https://arneloffice.webdesignpilot.com/wp-content/themes/ArnelOfficeTheme2024/assets/css/.https://arneloffice.webdesignpilot.com/wp-content/themes/ArnelOfficeTheme2024/assets/css/images/Metro_Pointe_063.jpg) lightgray 50%/cover no-repeat;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
flex-direction: column;
padding: 205px 188px 206px 188px;
position: relative;
z-index: 1;
background-position: center;
background-size: cover;
}
@media (max-width: 768px) {
.about-arnel {
padding: 100px 20px;
}
}
.about-arnel .about-box {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
flex-direction: column;
max-width: 1064px;
background: #f7f7f7;
padding: 64px 51px;
}
.about-arnel .about-box .title-container-about h2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: var(--304835, #304835);
text-align: center;
font-family: "Gotham", sans-serif;
font-size: 52px;
font-style: normal;
font-weight: 400;
line-height: 28px; }
.about-arnel .about-box .title-container-about h2 .logo-title {
margin-left: 10px;
}
.about-arnel .about-box .title-container-about .bar-section {
width: 100%;
max-width: 432px;
padding: 15px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.about-arnel .about-box .title-container-about .bar-section img {
width: 100%;
height: auto;
}
.about-arnel .about-box .about-container {
color: var(--304835, #304835);
leading-trim: both;
text-edge: cap;
font-family: "Gotham", sans-serif;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 28px;
text-align: center;
width: 100%;
max-width: 962px;
}
.about-arnel .about-box .about-container strong {
font-weight: 700;
}
.title-container {
text-align: center;
font-weight: 700;
color: #304835;
padding-top: 150px;
align-self: stretch;
color: var(--304835, #304835);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Gotham", sans-serif;
font-size: 42px;
width: 100%;
font-style: normal;
font-weight: 400;
line-height: 28px;
}
.index-page {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-top: 130px;
}
.index-page .container-container {
max-width: 1440px;
width: 100%;
margin: 0 auto;
}
.hero-arnel-section {
position: relative;
width: 100%;
max-height: 70vh;
overflow: hidden;
background-size: cover;
background-position: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-repeat: no-repeat;
flex-wrap: nowrap; }
@media (max-width: 768px) {
.hero-arnel-section {
padding: 40px 0 0;
}
}
.hero-arnel-section #slideshow {
object-fit: cover;
width: 100%;
height: auto;
}
.hero-arnel-section #slideshow img {
width: 100%;
height: auto;
}
.hero-arnel-section .hero-arnel-content {
text-align: center;
color: #fff;
z-index: 1;
position: absolute;
}
.hero-arnel-section .hero-logo {
max-width: 130px;
margin-bottom: 20px;
}
@media (max-width: 768px) {
.hero-arnel-section .hero-logo {
max-width: 130px;
margin-bottom: 0;
margin-top: 70px;
}
}
.hero-arnel-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
z-index: 0;
}
footer {
background-color: #304835;
color: #fff;
width: 100%;
padding: 10px 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
footer .footer-container {
max-width: 1440px;
width: 100%;
margin: 0 auto;
padding: 20px 123px 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
justify-content: space-between;
-webkit-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
}
@media (max-width: 768px) {
footer .footer-container {
flex-direction: column;
padding: 50px 20px;
}
}
footer .footer-container .box-footer {
width: 50%;
}
@media (max-width: 768px) {
footer .footer-container .box-footer {
width: 100%;
max-width: 100%;
text-align: center;
margin-bottom: 30px;
}
footer .footer-container .box-footer img {
margin-bottom: 20px;
}
}
footer .footer-container .box-footer p {
color: #fff;
font-family: "Gotham", sans-serif;
font-size: 1.4rem;
font-style: normal;
font-weight: 400;
line-height: 28px; }
@media (max-width: 768px) {
footer .footer-container .box-footer p {
font-size: var(--sds-typography-body-size-medium);
}
}
footer .footer-container .box-footer ul {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 42px;
}
@media (max-width: 768px) {
footer .footer-container .box-footer ul {
flex-direction: column;
gap: 20px;
margin-top: 30px;
}
}
footer .footer-container .box-footer ul li {
margin: 16px 0;
}
@media (max-width: 768px) {
footer .footer-container .box-footer ul li {
margin: 0;
}
}
footer .footer-container .box-footer ul li a {
color: var(--FFFFFF, #fff);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "Gotham", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 28px; text-decoration: none;
}
@media (max-width: 768px) {
footer .footer-container .box-footer ul li a {
font-size: var(--sds-typography-body-size-medium);
}
}
footer .footer-container .box-footer ul li a:hover {
text-decoration: underline;
}