@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,500;0,600;0,700;1,400&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
*, *:before, *:after {
box-sizing: border-box;
}
img {
display: block;
max-width: 100%;
}
html {
scroll-behavior: smooth;
}
body.block-body, html.block-body {
overflow: hidden;
}
.clear_list, .page-section.block-container .wp-block-navigation ul, .component_breadcrumbs ul, footer ul, #nav > li ul.sub-menu, #nav, .typography ul:not(.component_tabs):not(.component_technical-list) {
list-style: none;
margin: 0;
padding: 0;
}
.dont_select {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.reset_font {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
text-align: left;
}
.text_left {
text-align: left;
}
.text_left img {
margin: auto;
}
.text_center {
text-align: center;
}
.text_center img {
margin: auto;
}
.text_right {
text-align: right;
}
.text_right img {
margin: auto;
}
.text_white {
color: #fff;
}
.text_white h1, .text_white .h1, .text_white h2, .text_white .h2, .text_white .page-section.block-container .wp-block-navigation ul li a, .page-section.block-container .wp-block-navigation ul li .text_white a, .text_white h3, .text_white .h3, .text_white h4, .text_white .h4 {
color: #fff;
}
.text_white p {
color: rgba(255, 255, 255, 0.5);
}
.add_padding {
padding: 20px;
}
.add_margin_left {
margin-left: 20px;
}
.add_margin_right {
margin-right: 20px;
}
.align_to_container, #hero .hero-image-wrapper, #hero .hero-text-wrapper .hero-text {
margin-left: calc((100vw / 2) - (1400px / 2));
}
@media all and (max-width: 1550px) {
.align_to_container, #hero .hero-image-wrapper, #hero .hero-text-wrapper .hero-text {
margin-left: calc((100vw / 2) - (1200px / 2));
}
}
@media all and (max-width: 1320px) {
.align_to_container, #hero .hero-image-wrapper, #hero .hero-text-wrapper .hero-text {
margin-left: calc((100vw / 2) - (1100px / 2));
}
}
@media all and (max-width: 1220px) {
.align_to_container, #hero .hero-image-wrapper, #hero .hero-text-wrapper .hero-text {
margin-left: calc((100vw / 2) - (900px / 2));
}
}
@media all and (max-width: 1120px) {
.align_to_container, #hero .hero-image-wrapper, #hero .hero-text-wrapper .hero-text {
margin-left: 20px;
margin-right: 20px;
}
}
.align_to_container.right, #hero .right.hero-image-wrapper, #hero .hero-text-wrapper .right.hero-text {
margin-left: auto;
margin-right: calc((100vw / 2) - (1400px / 2));
}
@media all and (max-width: 1550px) {
.align_to_container.right, #hero .right.hero-image-wrapper, #hero .hero-text-wrapper .right.hero-text {
margin-right: calc((100vw / 2) - (1200px / 2));
}
}
@media all and (max-width: 1320px) {
.align_to_container.right, #hero .right.hero-image-wrapper, #hero .hero-text-wrapper .right.hero-text {
margin-right: calc((100vw / 2) - (1100px / 2));
}
}
@media all and (max-width: 1220px) {
.align_to_container.right, #hero .right.hero-image-wrapper, #hero .hero-text-wrapper .right.hero-text {
margin-right: calc((100vw / 2) - (900px / 2));
}
}
@media all and (max-width: 1120px) {
.align_to_container.right, #hero .right.hero-image-wrapper, #hero .hero-text-wrapper .right.hero-text {
margin-left: 20px;
margin-right: 20px;
}
}
.align_to_container.align_to_small, #hero .align_to_small.hero-image-wrapper, #hero .hero-text-wrapper .hero-text {
margin-left: 0;
margin-left: calc((100vw / 2) - (875px / 2));
}
.align_to_container.align_to_small.right, #hero .align_to_small.right.hero-image-wrapper, #hero .hero-text-wrapper .right.hero-text {
margin-left: auto;
margin-right: calc((100vw / 2) - (875px / 2));
}
@media all and (max-width: 935px) {
.align_to_container.align_to_small, #hero .align_to_small.hero-image-wrapper, #hero .hero-text-wrapper .hero-text {
margin-left: 20px;
margin-right: 20px;
}
}
.box_shadow {
box-shadow: 0px 5px 15px rgba(29, 19, 72, 0.15);
background-color: #fff;
}
.box_shadow_big {
box-shadow: 0px 0px 30px rgba(29, 19, 72, 0.15);
background-color: #fff;
}
.border_radius {
border-radius: 8px;
overflow: hidden;
}
@keyframes bounce {
0% {
transform: translateX(-5px);
}
50% {
transform: translateX(0px);
}
100% {
transform: translateX(-5px);
}
}
body {
font-family: "Inter Tight";
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #000;
}
@media all and (max-width: 767px) {
body {
font-size: 14px;
line-height: 24px;
}
}
h1, .h1 {
font-size: 38px;
line-height: 44px;
font-weight: 700;
margin-top: 0;
margin-bottom: 0;
}
@media all and (max-width: 1199px) {
h1, .h1 {
font-size: 35px;
line-height: 40px;
}
}
@media all and (max-width: 991px) {
h1, .h1 {
font-size: 30px;
line-height: 35px;
}
}
@media all and (max-width: 767px) {
h1, .h1 {
font-size: 28px;
line-height: 34px;
}
}
@media all and (max-width: 550px) {
h1, .h1 {
font-size: 26px;
line-height: 30px;
}
}
h1 + p, .h1 + p {
font-size: 18px;
line-height: 28px;
margin-top: 20px;
}
@media all and (max-width: 767px) {
h1 + p, .h1 + p {
font-size: 16px;
line-height: 24px;
}
}
h2, .h2, .page-section.block-container .wp-block-navigation ul li a {
font-size: 32px;
line-height: 38px;
font-weight: 700;
margin-bottom: 20px;
}
@media all and (max-width: 767px) {
h2, .h2, .page-section.block-container .wp-block-navigation ul li a {
font-size: 26px;
line-height: 32px;
}
}
h3, .h3 {
font-size: 26px;
line-height: 32px;
font-weight: 400;
margin-bottom: 5px;
}
@media all and (max-width: 767px) {
h3, .h3 {
font-size: 22px;
line-height: 28px;
margin-bottom: 10px;
}
}
h4, .h4 {
font-size: 22px;
line-height: 32px;
font-weight: 400;
margin-top: 5px;
margin-bottom: 0;
}
h5, .h5 {
font-size: 20px;
line-height: 22px;
font-weight: 600;
color: #000;
margin-top: 0;
margin-bottom: 20px;
}
a {
color: #000;
text-decoration: none;
transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
-webkit-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
-moz-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
}
a:hover {
text-decoration: none;
}
p {
margin-bottom: 10px;
}
small {
font-size: 14px;
line-height: 22px;
font-weight: 400;
}
@media all and (max-width: 767px) {
small {
font-size: 16px;
line-height: 20px;
}
}
.typography p.ltr,
.typography p[dir=ltr],
.typography p {
margin-bottom: 10px;
}
.typography h2 {
margin-top: 30px;
}
@media all and (max-width: 767px) {
.typography h2 {
margin-top: 20px;
}
}
.typography h3 {
margin-top: 15px;
margin-bottom: 5px;
}
.typography h4 {
margin-top: 15px;
margin-bottom: 5px;
}
.typography img {
margin-bottom: 10px;
}
.typography ul:not(.component_tabs):not(.component_technical-list) {
max-width: 600px;
margin-bottom: 10px;
}
.typography ul:not(.component_tabs):not(.component_technical-list) > li {
padding: 3.3333333333px 0;
padding-left: 10px;
position: relative;
}
.typography ul:not(.component_tabs):not(.component_technical-list) > li:before {
content: "";
width: 4px;
height: 4px;
background-color: #FFC80E;
border-radius: 1px;
position: absolute;
top: 10px;
left: 0;
margin-top: 1px;
}
.typography ol {
max-width: 600px;
padding-left: 15px;
margin-bottom: 10px;
}
.wp-admin .block-editor-inner-blocks {
border: 1px solid #F4F2ED;
padding: 10px;
}
.wp-admin .wp-core-ui .button, .wp-admin .wp-core-ui .block-content-with-photo .block-wrapper .content a, .block-content-with-photo .block-wrapper .content .wp-admin .wp-core-ui a, .wp-admin .wp-core-ui #hero .hero-text-wrapper .hero-text a, #hero .hero-text-wrapper .hero-text .wp-admin .wp-core-ui a {
color: #F4F2ED;
border-color: #F4F2ED;
}
.wp-admin .wp-core-ui .button-primary {
background-color: #FFC80E;
border-color: #FFC80E;
color: #fff;
}
:root {
--wp-admin-border-width-focus: 2px;
}
html :where(.wp-block) {
max-width: 90%;
}
.container {
width: 100%;
max-width: 1400px;
margin: auto;
}
@media all and (max-width: 1450px) {
.container {
max-width: 1200px;
}
}
@media all and (max-width: 1320px) {
.container {
max-width: 1100px;
}
}
@media all and (max-width: 1220px) {
.container {
max-width: 900px;
}
}
@media all and (max-width: 1120px) {
.container {
max-width: 100%;
padding: 0 20px;
}
}
.container-small {
width: 100%;
max-width: 875px;
margin: auto;
}
@media all and (max-width: 935px) {
.container-small {
padding: 0 20px;
}
}
.page-section {
padding: 30px 0;
}
@media all and (max-width: 1199px) {
.page-section {
padding: 30px 0;
}
}
@media all and (max-width: 767px) {
.page-section {
padding: 20px 0;
}
}
header {
padding-top: 96px;
}
@media all and (max-width: 991px) {
header {
padding-top: 70px;
}
}
@media all and (max-width: 767px) {
header {
padding-top: 60px;
}
}
header #top-bar {
padding: 20px 0;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 98;
width: 100%;
max-width: 100%;
background-color: #fff;
transition: all 0.5s cubic-bezier(0.45, 0.26, 0, 1);
-webkit-transition: all 0.5s cubic-bezier(0.45, 0.26, 0, 1);
-moz-transition: all 0.5s cubic-bezier(0.45, 0.26, 0, 1);
}
@media all and (max-width: 991px) {
header #top-bar {
padding: 10px 0;
}
}
header #top-bar > .container {
display: flex;
flex-direction: row;
align-items: flex-end;
}
header #top-bar #logo img {
width: 87px;
height: 50px;
}
@media all and (max-width: 991px) {
header #top-bar #logo img {
width: 70px;
height: 40px;
}
}
header #top-bar #menu {
width: calc(100% - 87px);
display: flex;
align-items: flex-end;
flex-direction: row;
}
@media all and (max-width: 991px) {
header #top-bar #menu {
width: 100%;
justify-content: center;
align-items: flex-start;
flex-direction: column;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
background-color: #fff;
opacity: 0;
visibility: hidden;
transform: translateX(100%);
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
padding: 60px;
transition: all 0.5s cubic-bezier(0.45, 0.26, 0, 1);
-webkit-transition: all 0.5s cubic-bezier(0.45, 0.26, 0, 1);
-moz-transition: all 0.5s cubic-bezier(0.45, 0.26, 0, 1);
}
}
@media all and (max-width: 550px) {
header #top-bar #menu {
padding: 40px;
}
}
header #top-bar #menu #nav {
width: 100%;
margin-left: 70px;
}
@media all and (max-width: 991px) {
header #top-bar #menu #nav {
margin: auto;
}
}
header #top-bar #menu #cta {
margin-left: auto;
white-space: nowrap;
display: flex;
align-items: center;
height: 50px;
transition: all 0.5s cubic-bezier(0.45, 0.26, 0, 1);
-webkit-transition: all 0.5s cubic-bezier(0.45, 0.26, 0, 1);
-moz-transition: all 0.5s cubic-bezier(0.45, 0.26, 0, 1);
}
@media all and (max-width: 991px) {
header #top-bar #menu #cta {
margin-left: 0;
margin-top: 20px;
width: 100%;
max-width: 450px;
text-align: center;
justify-content: center;
}
}
header #top-bar #menu-toggle {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-end;
justify-content: flex-start;
padding: 10px;
margin-left: auto;
margin-right: -10px;
cursor: pointer;
position: relative;
z-index: 100;
transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
-webkit-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
-moz-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
}
@media all and (min-width: 992px) {
header #top-bar #menu-toggle {
display: none;
}
}
header #top-bar #menu-toggle span {
display: block;
width: 20px;
height: 4px;
background-color: #000;
border-radius: 1px;
margin: 2px 0;
transform-origin: top left;
transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
-webkit-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
-moz-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
}
header #top-bar #menu-toggle span:first-child + span {
width: 14px;
transform-origin: 6px 6px;
}
header #top-bar.sticky {
padding: 5px 0;
}
header #top-bar.hide {
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
}
body.menu-active,
html.menu-active {
overflow: hidden;
}
body.menu-active header #top-bar #menu {
display: flex;
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
opacity: 1;
visibility: visible;
}
body.menu-active header #top-bar #menu-toggle > span:first-child {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
body.menu-active header #top-bar #menu-toggle > span:first-child + span {
width: 100%;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
}
#nav {
display: flex;
flex-direction: row;
}
@media all and (max-width: 991px) {
#nav {
flex-direction: column;
}
}
#nav a {
font-size: 14px;
line-height: 17px;
font-weight: 400;
color: #3D3D3D;
display: block;
padding: 10px;
position: relative;
}
@media all and (max-width: 991px) {
#nav a {
font-size: 22px;
line-height: 26px;
padding: 10px 0;
}
}
#nav a:hover {
color: #000;
}
#nav a:before {
content: "";
display: block;
height: 2px;
background-color: transparent;
position: absolute;
bottom: 0;
left: 10px;
right: 10px;
transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
-webkit-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
-moz-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
}
@media all and (max-width: 991px) {
#nav a:before {
left: 0;
right: 0;
}
}
#nav > li.current-menu-item > a, #nav > li.current-menu-parent > a {
font-weight: 700;
color: #000;
}
#nav > li.current-menu-item > a:before, #nav > li.current-menu-parent > a:before {
background-color: #000;
}
@media all and (max-width: 991px) {
#nav > li {
margin: 10px 0;
}
}
#nav > li ul.sub-menu {
display: none;
}
@media all and (max-width: 991px) {
#nav > li ul.sub-menu {
display: block;
margin-top: 10px;
margin-bottom: 20px;
}
#nav > li ul.sub-menu a {
font-size: 100%;
padding-left: 20px;
}
}
#nav > li ul.sub-menu li.current_page_item a {
color: #000;
font-weight: 700;
}
#hero {
position: relative;
padding: 80px 0;
margin-bottom: 20px;
}
@media all and (max-width: 767px) {
#hero {
display: flex;
flex-direction: column;
}
}
@media all and (max-width: 1120px) {
#hero {
padding: 60px 0;
}
}
@media all and (max-width: 767px) {
#hero {
padding: 0;
}
}
#hero .hero-text-wrapper {
width: 50%;
background-color: #F4F2ED;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
border-bottom: 12px solid #FFC80E;
box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 1120px) {
#hero .hero-text-wrapper {
width: 80%;
}
}
@media all and (max-width: 767px) {
#hero .hero-text-wrapper {
width: calc(100% - 40px);
margin-top: -60px;
order: 2;
}
}
@media all and (max-width: 550px) {
#hero .hero-text-wrapper {
width: calc(100% - 10px*2);
margin-top: -60px;
order: 2;
}
}
#hero .hero-text-wrapper .hero-text {
padding: 40px;
padding-left: 0;
}
@media all and (max-width: 1200px) {
#hero .hero-text-wrapper .hero-text {
margin-left: 80px;
}
}
@media all and (max-width: 991px) {
#hero .hero-text-wrapper .hero-text {
margin-left: 60px;
}
}
@media all and (max-width: 767px) {
#hero .hero-text-wrapper .hero-text {
margin-left: 40px;
}
}
@media all and (max-width: 550px) {
#hero .hero-text-wrapper .hero-text {
margin-left: 20px;
margin-right: 0;
padding-right: 20px;
}
}
#hero .hero-text-wrapper .hero-text h1 {
font-weight: 400;
}
#hero .hero-text-wrapper .hero-text h1 strong {
font-weight: 700;
display: block;
}
#hero .hero-text-wrapper .hero-text a {
margin-top: 40px;
}
@media all and (max-width: 550px) {
#hero .hero-text-wrapper .hero-text a {
margin-top: 20px;
}
}
#hero .hero-image-wrapper {
overflow: hidden;
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
border-bottom: 12px solid #000;
position: absolute;
top: 0;
right: 0;
left: -12px;
bottom: 0;
z-index: -1;
}
@media all and (max-width: 1120px) {
#hero .hero-image-wrapper {
left: 0;
margin-right: 0;
}
}
@media all and (max-width: 767px) {
#hero .hero-image-wrapper {
height: 500px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin-left: 0;
position: relative;
order: 1;
}
}
#hero .hero-image-wrapper .hero-image {
width: 100%;
height: 100%;
}
#hero .hero-image-wrapper .hero-image img {
object-fit: cover;
width: 100%;
height: 100%;
max-width: initial;
}
footer {
font-size: 14px;
line-heighg: 20px;
color: #3D3D3D;
background-color: #F4F2ED;
padding: 60px 0;
padding-bottom: 40px;
margin-top: 60px;
}
footer a {
color: #3D3D3D;
}
footer a:hover {
color: #000;
}
footer .footer-columns {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: stretch;
justify-content: stretch;
margin-left: -20px;
margin-right: -20px;
margin-bottom: 0;
}
footer .footer-columns > * {
width: calc(25% - 40px);
margin-left: 20px;
margin-right: 20px;
margin-bottom: 40px;
}
@media (max-width: 991px) {
footer .footer-columns {
margin-left: -20px;
margin-right: -20px;
}
footer .footer-columns > * {
width: calc(33.33% - 40px);
margin-left: 20px;
margin-right: 20px;
}
}
@media (max-width: 767px) {
footer .footer-columns {
margin-left: 0px;
margin-right: 0px;
}
footer .footer-columns > * {
width: calc(100% - 0px);
margin-left: 0px;
margin-right: 0px;
}
}
footer .copyright {
text-align: right;
}
@media all and (max-width: 991px) {
footer .copyright {
text-align: center;
}
}
footer .copyright p {
margin: 0;
}
.card {
border-radius: 9px;
background-color: #F4F2ED;
padding: 0;
transition: all 0.45s cubic-bezier(0.45, 0.26, 0, 1);
-webkit-transition: all 0.45s cubic-bezier(0.45, 0.26, 0, 1);
-moz-transition: all 0.45s cubic-bezier(0.45, 0.26, 0, 1);
}
@media all and (max-width: 550px) {
.card:last-child {
margin-bottom: 0 !important;
}
}
.card .card-wrapper {
display: flex;
flex-direction: row;
height: 100%;
}
@media all and (max-width: 550px) {
.card .card-wrapper {
flex-direction: column;
}
}
.card .card-wrapper .image {
width: 250px;
border-top-left-radius: 9px;
border-bottom-left-radius: 9px;
overflow: hidden;
}
@media all and (max-width: 767px) {
.card .card-wrapper .image {
width: 200px;
}
}
@media all and (max-width: 550px) {
.card .card-wrapper .image {
width: 100%;
height: 250px;
border-bottom-left-radius: 0;
border-top-right-radius: 9px;
}
}
.card .card-wrapper .image img {
max-width: initial;
width: 100%;
height: 100%;
object-fit: cover;
}
.card .card-wrapper .content {
width: calc(100% - 250px);
padding: 60px 40px;
}
@media all and (max-width: 767px) {
.card .card-wrapper .content {
width: calc(100% - 200px);
padding: 40px 20px;
}
}
@media all and (max-width: 767px) {
.card .card-wrapper .content {
width: 100%;
}
}
@media all and (max-width: 550px) {
.card .card-wrapper .content {
padding: 20px;
}
}
.card .card-wrapper .content p {
margin: 0;
}
.card .card-wrapper .content h2, .card .card-wrapper .content h3 {
margin-bottom: 20px;
}
@media all and (max-width: 767px) {
.card .card-wrapper .content h2, .card .card-wrapper .content h3 {
margin-bottom: 10px;
}
}
.card .card-wrapper .content h2 strong, .card .card-wrapper .content h3 strong {
font-weight: 700;
}
.card:not(.not-clickable):hover {
box-shadow: 1px 20px 50px rgba(0, 0, 0, 0.15);
}
.card:not(.not-clickable):hover .card-wrapper:after {
right: 20px;
}
.card:not(.not-clickable) .card-wrapper {
position: relative;
}
.card:not(.not-clickable) .card-wrapper:after {
content: "";
display: flex;
align-items: center;
justify-content: center;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #FFC80E;
background-image: url(//activprevent.co.za/wp-content/themes/activprevent/assets/icons/arrow_right.svg);
background-size: 20px 20px;
background-position: center center;
background-repeat: no-repeat;
position: absolute;
right: 40px;
bottom: 20px;
transition: all 0.7s cubic-bezier(0.45, 0.26, 0, 1);
-webkit-transition: all 0.7s cubic-bezier(0.45, 0.26, 0, 1);
-moz-transition: all 0.7s cubic-bezier(0.45, 0.26, 0, 1);
}
.card:not(.not-clickable) .card-wrapper .content {
margin-bottom: 40px;
}
@media all and (max-width: 767px) {
.card:not(.not-clickable) .card-wrapper .content {
margin-bottom: 60px;
}
}
.button, .block-content-with-photo .block-wrapper .content a, #hero .hero-text-wrapper .hero-text a {
font-size: 14px;
line-height: 1;
font-weight: 700;
text-transform: uppercase;
color: #000;
padding: 20px 40px;
border-radius: 3px;
background-color: #FFC80E;
border: 1px solid transparent;
display: inline-block;
vertical-align: middle;
transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
-webkit-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
-moz-transition: all 0.25s cubic-bezier(0.45, 0.26, 0, 1);
}
.button:hover, .block-content-with-photo .block-wrapper .content a:hover, #hero .hero-text-wrapper .hero-text a:hover {
background-color: #fcd348;
border-color: #000;
}
.button.white.outlined, .block-content-with-photo .block-wrapper .content a.white.outlined, #hero .hero-text-wrapper .hero-text a.white.outlined {
background-color: transparent;
border: 2px solid #fff;
color: #fff;
}
.component_breadcrumbs {
font-size: 14px;
line-height: 18px;
font-weight: 400;
color: #3D3D3D;
text-align: left;
width: 100%;
overflow: auto;
padding: 0;
}
@media all and (max-width: 991px) {
.component_breadcrumbs {
margin-top: 20px;
}
}
@media all and (max-width: 767px) {
.component_breadcrumbs {
margin-top: 10px;
}
}
.component_breadcrumbs ul {
margin-bottom: 20px;
display: inline-flex;
flex-direction: row;
}
@media all and (max-width: 767px) {
.component_breadcrumbs ul {
margin-bottom: 5px;
}
}
.component_breadcrumbs ul li {
display: flex;
align-items: center;
}
.component_breadcrumbs ul li:first-child {
margin-left: -10px;
}
.component_breadcrumbs ul li:last-child {
margin-right: -10px;
}
.component_breadcrumbs ul li a {
color: #000;
}
.component_breadcrumbs ul li .icon-angle_right {
font-size: 6px;
}
.component_breadcrumbs ul li a,
.component_breadcrumbs ul li strong {
white-space: nowrap;
padding: 10px;
}
@media all and (max-width: 767px) {
.page-section.block-container > .container-small, .page-section.block-container > .container {
padding-right: 0;
}
}
.page-section.block-container .wp-block-navigation {
border-bottom: 1px solid #F4F2ED;
}
.page-section.block-container .wp-block-navigation ul {
margin-left: -20px;
margin-right: -20px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
}
@media all and (max-width: 767px) {
.page-section.block-container .wp-block-navigation ul {
margin-left: 0;
margin-right: 0;
padding-right: 10px;
overflow: auto;
}
}
.page-section.block-container .wp-block-navigation ul li {
padding: 0 20px;
margin-bottom: -2px;
}
@media all and (max-width: 767px) {
.page-section.block-container .wp-block-navigation ul li {
padding: 0 10px;
margin-bottom: 0;
}
.page-section.block-container .wp-block-navigation ul li:first-child {
margin-left: -10px;
}
}
.page-section.block-container .wp-block-navigation ul li a {
font-weight: 400;
color: #3D3D3D;
display: block;
padding: 10px 0;
margin: 0;
border-bottom: 4px solid transparent;
}
@media all and (max-width: 1199px) {
.page-section.block-container .wp-block-navigation ul li a {
font-size: 22px;
line-height: 26px;
}
}
@media all and (max-width: 767px) {
.page-section.block-container .wp-block-navigation ul li a {
font-size: 18px;
line-height: 22px;
white-space: nowrap;
}
}
@media all and (max-width: 550px) {
.page-section.block-container .wp-block-navigation ul li a {
font-size: 16px;
line-height: 20px;
}
}
.page-section.block-container .wp-block-navigation ul li.current-menu-item a {
font-weight: 700;
color: #000;
border-color: #FFC80E;
}
.block-photo-cards .section-content {
margin-bottom: 40px;
}
.block-photo-cards .cards-wrapper.cards-col-one {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: stretch;
justify-content: stretch;
margin-left: -10px;
margin-right: -10px;
margin-bottom: 0;
justify-content: center;
}
.block-photo-cards .cards-wrapper.cards-col-one > * {
width: calc(100% - 20px);
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
}
.block-photo-cards .cards-wrapper.cards-col-one > .card {
max-width: 875px;
}
.block-photo-cards .cards-wrapper.cards-col-two {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: stretch;
justify-content: stretch;
margin-left: -10px;
margin-right: -10px;
margin-bottom: 0;
}
.block-photo-cards .cards-wrapper.cards-col-two > * {
width: calc(50% - 20px);
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
}
@media (max-width: 1220px) {
.block-photo-cards .cards-wrapper.cards-col-two {
margin-left: -5px;
margin-right: -5px;
}
.block-photo-cards .cards-wrapper.cards-col-two > * {
width: calc(100% - 10px);
margin-left: 5px;
margin-right: 5px;
}
}
.block-photo-cards .cards-wrapper.cards-col-three {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: stretch;
justify-content: stretch;
margin-left: -10px;
margin-right: -10px;
margin-bottom: 0;
}
.block-photo-cards .cards-wrapper.cards-col-three > * {
width: calc(33.33% - 20px);
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
}
@media (max-width: 991px) {
.block-photo-cards .cards-wrapper.cards-col-three {
margin-left: -10px;
margin-right: -10px;
}
.block-photo-cards .cards-wrapper.cards-col-three > * {
width: calc(50% - 20px);
margin-left: 10px;
margin-right: 10px;
}
}
@media (max-width: 550px) {
.block-photo-cards .cards-wrapper.cards-col-three {
margin-left: -10px;
margin-right: -10px;
}
.block-photo-cards .cards-wrapper.cards-col-three > * {
width: calc(100% - 20px);
margin-left: 10px;
margin-right: 10px;
}
}
.block-photo-cards .cards-wrapper.cards-col-four {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: stretch;
justify-content: stretch;
margin-left: -10px;
margin-right: -10px;
margin-bottom: 0;
}
.block-photo-cards .cards-wrapper.cards-col-four > * {
width: calc(25% - 20px);
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
}
.block-photo-cards .cards-wrapper.cards-col-four .card .image {
height: 200px;
}
.block-photo-cards .cards-wrapper.cards-col-three .card .card-wrapper, .block-photo-cards .cards-wrapper.cards-col-four .card .card-wrapper {
flex-direction: column;
}
.block-photo-cards .cards-wrapper.cards-col-three .card .card-wrapper .image, .block-photo-cards .cards-wrapper.cards-col-four .card .card-wrapper .image {
width: 100% !important;
height: 250px !important;
}
.block-photo-cards .cards-wrapper.cards-col-three .card .card-wrapper .content, .block-photo-cards .cards-wrapper.cards-col-four .card .card-wrapper .content {
width: 100% !important;
}
.block-content-with-photo .block-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 40px 0;
}
@media all and (max-width: 767px) {
.block-content-with-photo .block-wrapper {
padding: 0;
}
}
.block-content-with-photo .block-wrapper .image {
width: calc(50% - 10px);
overflow: hidden;
margin-top: -40px;
margin-bottom: -40px;
}
.block-content-with-photo .block-wrapper .image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
border-radius: 9px;
}
@media all and (max-width: 767px) {
.block-content-with-photo .block-wrapper .image img {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
}
@media all and (max-width: 767px) {
.block-content-with-photo .block-wrapper .image {
width: 100%;
height: 400px;
margin-top: 0;
margin-bottom: 0;
}
}
@media all and (max-width: 550px) {
.block-content-with-photo .block-wrapper .image {
height: 300px;
}
}
.block-content-with-photo .block-wrapper .content {
width: calc(50% + 10px);
padding: 60px;
background-color: #F4F2ED;
border-top-right-radius: 9px;
border-bottom-right-radius: 9px;
}
@media all and (max-width: 1199px) {
.block-content-with-photo .block-wrapper .content {
padding: 40px;
}
}
@media all and (max-width: 767px) {
.block-content-with-photo .block-wrapper .content {
width: 100%;
border-top-right-radius: 0;
border-bottom-left-radius: 9px;
}
}
@media all and (max-width: 550px) {
.block-content-with-photo .block-wrapper .content {
padding: 20px;
}
}
.block-content-with-photo .block-wrapper .content a {
margin-top: 20px;
}
.block-content-with-photo .block-wrapper .content ul {
padding-left: 15px;
}
.block-cta .block-wrapper {
display: block;
background-color: #3D3D3D;
border-bottom: 12px solid #FFC80E;
border-radius: 12px;
padding: 40px 0;
color: #fff;
}
.block-cta .block-wrapper .block-content {
display: flex;
align-items: center;
flex-direction: row;
}
@media all and (max-width: 767px) {
.block-cta .block-wrapper .block-content {
flex-direction: column;
align-items: flex-start;
}
}
.block-cta .block-wrapper .block-content .content h2, .block-cta .block-wrapper .block-content .content .h2, .block-cta .block-wrapper .block-content .content .page-section.block-container .wp-block-navigation ul li a, .page-section.block-container .wp-block-navigation ul li .block-cta .block-wrapper .block-content .content a {
font-weight: 400;
margin: 0;
}
.block-cta .block-wrapper .block-content .content h2 strong, .block-cta .block-wrapper .block-content .content h2 b, .block-cta .block-wrapper .block-content .content .h2 strong, .block-cta .block-wrapper .block-content .content .page-section.block-container .wp-block-navigation ul li a strong, .page-section.block-container .wp-block-navigation ul li .block-cta .block-wrapper .block-content .content a strong, .block-cta .block-wrapper .block-content .content .h2 b, .block-cta .block-wrapper .block-content .content .page-section.block-container .wp-block-navigation ul li a b, .page-section.block-container .wp-block-navigation ul li .block-cta .block-wrapper .block-content .content a b {
font-weight: 700;
display: block;
}
.block-cta .block-wrapper .block-content .button, .block-cta .block-wrapper .block-content #hero .hero-text-wrapper .hero-text a, #hero .hero-text-wrapper .hero-text .block-cta .block-wrapper .block-content a, .block-cta .block-content-with-photo .block-wrapper .block-content .content a, .block-content-with-photo .block-cta .block-wrapper .block-content .content a, .block-cta .block-content-with-photo .block-wrapper .content .block-content a, .block-content-with-photo .block-cta .block-wrapper .content .block-content a {
margin-left: auto;
}
@media all and (max-width: 767px) {
.block-cta .block-wrapper .block-content .button, .block-cta .block-wrapper .block-content #hero .hero-text-wrapper .hero-text a, #hero .hero-text-wrapper .hero-text .block-cta .block-wrapper .block-content a, .block-cta .block-content-with-photo .block-wrapper .block-content .content a, .block-content-with-photo .block-cta .block-wrapper .block-content .content a, .block-cta .block-content-with-photo .block-wrapper .content .block-content a, .block-content-with-photo .block-cta .block-wrapper .content .block-content a {
margin-left: 0;
margin-top: 20px;
}
}