@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,700;1,300;1,700&display=swap');

:root{
    --color-primary: #00AEEF;
}

/* 
Main CSS for ONTRAX 22 
by SUPERREBEL DIGITAL
*/


html {
    font-size: 62.5%;
    line-height: 1;
}
body {
    font-family: 'Poppins', Verdana, sans-serif;
    font-size: 1.8rem;
    line-height: 2.8rem;
}
th, td {
    padding: 0;
}
td > a {
    color: #ffffff;
    text-decoration: none;
}
td > a:hover {
    color: #00AEEF;
    text-decoration: underline;
    text-decoration-color: #00AEEF;
}
strong {
    font-weight: 700;
}
h1 {
    font-size: 8rem;
    line-height: 7.2rem;
    margin: 0 0 2rem -0.4rem;
    z-index: 1;
}
h2 {
    font-size: 4rem;
    line-height: 4rem;
    margin: 4rem 0 2rem -0.2rem;
}
h3 {
    font-size: 2.8rem;
    line-height: 2.8rem;
    margin: 4rem 0 1.5rem -0.15rem;
}
h4 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin: 2.6rem 0 1.2rem -0.15rem;
}
em { font-style: italic; }
.productContent strong {
    text-shadow: 1px 1px 0 #fff, 1px 0 0 #fff, 0 1px 0 #fff;
}
ul.arrows > li:before {
    content: '→';
    color: #000;
    margin-right: 10px;
}
section {
    position: relative;
}
.wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.wp-block-embed__wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
a {
    color: #00AEEF;
    text-decoration-color: rgba(0, 243, 255, 0);
    text-underline-offset: 1px;
    transition: .35s;
}
a:hover {
    color: #00AEEF;
    text-decoration-color: #00AEEF;
    text-underline-offset: 6px;
    transition: .15s;
}
a:active {
    color: #00AEEF;
    text-underline-offset: 1px;
    transition: .075s;
}
.btn {        
    font-size: inherit;
    line-height: 1;
    position: relative;
    overflow: hidden;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 18px 20px;
    transition: .25s;
    display: block;
    margin-top: 20px;
}
.btn:hover {
    transition: .075s;
}
.btn.btnPrimary {
    background-color: #00AEEF;
    color: #ffffff;
}
.btn.fit-content {
    width: fit-content;
}
.wp-block-image figcaption {
    margin: calc(-1.5rem - 10px) 0 2.8rem 0;
    background-color: white;
    display: block;
    width: fit-content;
    position: relative;
    padding: 5px 10px 5px 0;
    font-style: italic;
    color: rgba(0,0,0,.5);
}
.black { color: #000; }
.blue { color: #00AEEF; }
.grey { color: rgba(0,0,0,.5);}
.blackBG { background-color: #000; }
.entry-content > a,
.entry-content p > a {
    color: #00AEEF;
    text-decoration: none;
}
.entry-content > a:hover {
    color: #00AEEF;
    text-decoration: underline;
}
/*
.entry-content strong,
.entryContent strong {    
    text-shadow: 
        0.5px 0.5px 0 rgba(0,0,0,1), 
        0 0.25px 0 rgba(0,0,0,1), 
        0.25px 0 0 rgba(0,0,0,1);
}*/
.entry-content h2 {
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.entry-content p,
.productAbout p {
    margin-bottom: 1.8rem;
}
.entry-content video {
    max-width: 100%;
}
.entry-content > ul {
    margin-bottom: 2rem;
}



/* Exclusive tyle elements */
.edgeWhiteAfter:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 80px solid #fff;
    border-right: 80px solid transparent;
    left: 0;
    bottom: -1px;
}
.edgeWhiteAfterRight:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 80px solid #fff;
    border-left: 80px solid transparent;
    right: -1px;
    top: -1px;
}
.edgeWhiteAfterBR:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 80px solid #fff;
    border-left: 80px solid transparent;
    right: -1px;
    bottom: -1px;
}
.edgeBlackBefore:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 80px solid #000;
    border-right: 80px solid transparent;
    left: 0;
    top: -80px;
}
.edgeGreyAfter:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 80px solid #ECECEC;
    border-right: 80px solid transparent;
    left: 0;
    bottom: -1px;
}
.textCyan {
    color: #00AEEF;
}
a.textCyan {
    color: #00AEEF;
    text-decoration: none;
}
a.textCyan:hover {
    text-decoration: underline;
}


/* Navigation */
header {
    background-color: #2f2f2f;
    color: #fff;
    position: fixed;
    width: 100%;
    max-height: 60px;
    z-index: 90;
    font-size: 1.6rem;
}
nav a {
    color: #fff;
    text-decoration: none;
}
nav a:hover {
    color: #00AEEF;
}
#navHeader {
    padding: 10px;
}
#navHeader a {
    display: block;
}
.headerNav {
    display: inline-flex;
    color: #fff;
}
.headerNav li {
    margin-right: 20px;
    float: left;
}
.headerNav li > a {
    padding: 20px 0 18px;
    line-height: 0;
}
.headerNav a {
    color: #fff;
    text-decoration: none;
    border-bottom: 0 solid rgba(256,256,256,0);
    transition: .35s;
}
.headerNav li.current-menu-item a {
    border-bottom: 2px solid rgba(256,256,256,1);
    transition: .15s;
}
.headerNav a:hover,
.headerNav li.current-menu-item a:hover {
    border-bottom: 2px solid  #00AEEF;
    transition: .15s;
}
.headerNav > ul {
    height: 40px;
}
#contactMenu {
    flex-direction: column;
}
/* Mobile */
#topNavs:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 50px solid #fff;
    border-left: 80px solid transparent;
    border-right: 1px solid #fff;
    left: -90px;
    top: 0;
}
#navToggle {    
    position: absolute;
    left: -80px;
    top: 0;
    width: 80px;
    height: 80px;
    transition: .35s;
}
.bar {
    width: 20px;
    height: 2px;
    background: #000;
    margin-left: 35px;
    display: block;
    transition: .35s;
}
.bar.barT {
    margin-top: 24px;
}
.bar.barM {
    margin-top: 5px;
}
.bar.barB {
    margin-top: 5px;
}
.toggled .bar {
    margin: 30px 0 0 50px;
}
.toggled .bar.barT { transform: rotate(45deg); }
.toggled .bar.barM { background-color: rgba(0,0,0,0); }
.toggled .bar.barB { transform: rotate(-45deg) translate(45px, -45px)  }
.toggled#topNavs {
    box-shadow: -10px 0 40vw rgb(0 0 0 / 35%);
}

#logo > svg {
    height: 40px;
    max-width: calc(100% - 20px);
}
#logo > svg > path,
#logo > svg > polygon { fill: #fff; }


/* Language Switcher */
#langSwitch:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 80px solid #fff;
    border-left: 80px solid transparent;
    border-right: 1px solid;
    left: -80px;
}
#langSwitch {
    width: 180px;
    height: 80px;
    position: fixed;
    background: #fff;
    right: -180px;
    top: 0;
    transition: .35s;
}
#langSwitch > li {
    list-style: none;
    margin-left: -45px;
    transition: .35s;
    position: relative;
}
#langSwitch:hover > li {
    margin-left: -40px;
    transition: .15s;
}
#langSwitch > ul {
    display: block;
    left: -30px;
    position: absolute;
    transition: .35s;
}
#langSwitch ul li a {
    display: block;
    float: left;
    color: #000;
}
#langSwitch:hover {
    right: 0;
    transition: .15s;
}
#langSwitch:hover > ul {
    left: 0;
    transition: .15s;
}
/* WPML */
#langSwitch > li > div > ul > li > a {
    padding: 20px;
}
.wpml-ls-link > span {
    color: rgba(0,0,0,.5);
    transition: .35s;
}
.wpml-ls-link:hover > span {
    color: rgba(0,0,0,1);
    transition: .15s;
}
.wpml-ls-current-language > a > span {
    border-bottom: 2px solid #000;
    color: #000;
}
.wpml-ls-legacy-list-horizontal {
    border: none !important;
    padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal > ul {
    display: flex;
}
.wpml-ls-current-language {
    order: -1;
}



/* Main */
.main {
    padding: 60px 0 0;
    min-height: 60vh;
}
.main .entry-content {
    position: relative;
}
.quotationBTN {
    position: fixed;
    top: calc(100vh - 100px);
    right: 20px;
    z-index: 100;
}
.entryContent p {
    margin-bottom: 1.8rem;
}
.entryContent ul {
    margin-bottom: 1.8rem;
}
.entryContent ul > li {
    margin-left: 20px;
    margin-bottom: 2px;
}
.entryContent ul > li:before {
    content: '→';
    color: #00AEEF;
    margin-right: 6px;
    margin-left: -20px;
}



/* Home */
#homeHeader {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#headerVid {
    overflow: hidden;
    max-height: calc(100vh - 60px);
}
#headerVidContent {
    width: 100%;
    position: absolute;
    top: 0;
    aspect-ratio: 16 / 9;
    background-color: rgba(0,0,0,.05);
    height: calc(100vh - 60px);
}
#headerVidContentInner {
    height: calc(100% - 60px);
    display: flex;
}
#headerVidContentInner > .row {
    align-items: flex-end;
}
#headerVid > video {
    width: 100%;
    margin-bottom: -10px;
}
#headerVidContent h1,
#headerVidContent p {
    color: #fff;
    z-index: 1;
}
.catImage {
    background-size: cover;
    background-repeat: no-repeat;
    height: 30vh;
}

a.catLink {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--color-primary) !important;
    color: #000;
    height: 100%;
}
a.catLink:hover{
    color: #fff;
}
a.catLink h3{
    padding: 20px 40px 20px 20px;
    margin: 0;
    font-size: inherit;
    line-height: 1;
}

/*
.catLink a {
    box-shadow: none !important;
    padding: 2rem 0;
    min-height: 100%;
    display: flex;
    align-items: flex-end;
    flex-direction: column-reverse;
    text-decoration: none;
    border-bottom: 1px solid #000 !important;
}
.catLink a:hover {
    text-decoration: none;
    background-color: #00AEEF;
}
.catLink:after {
    display: none;
}
.catLink > a > h3 {
    font-size: 2.8rem;
    line-height: 2.4rem;
    color: #000000;
    margin: 0;
}
.catLink a:hover > h3{
    color: #fff;
}
*/
/* video overlay */
#fullVid.toggled {
    z-index: 100;
    opacity: 1;
    transition: .15s;
}
#fullVid {
    width: 90vw;
    margin-top: 50vh;
    transform: translateY(-50%);
    position: fixed;
    left: 5vw;
    top: 0;
    cursor: pointer;
    z-index: -1;
    box-shadow: 0 0 200vw 100vw rgba(0,0,0,.65);    
    opacity: 0;
    transition: .35s;
}
#fullVidClose {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .35s;
}
#fullVidClose.toggled {
    z-index: 50;
    opacity: 1;
    transition: .15s;
}
#products {
    background-color: #fff;
}
.productList li,
.productShortcode {
    margin-top: 20px;
    position: relative;
    color: #fff;
}
.productList li:after,
.productShortcode:after,
.serviceList > li:after {
    content: '→';
    position: absolute;
    right: 20px;
    bottom: 16.5px;
    transition: .25s;
    color: #000;
}
.productList li:hover:after,
.productShortcode:hover:after,
.serviceList > li:hover:after  {
    right: 13px;
    color: #fff;
    transition: .075s;
}
.productList li:active:after,
.productShortcode:active:after,
.serviceList > li:active:after {
    right: 6px;
    transition: .075s;
}
.productList li.private:after {
    content: '';
}
.productList li > a,
.productShortcode > a,
.productList li > div {    
    align-self: flex-end;
    background: #fff;
    border: none;
    border-radius: 0;
    color: #000;
    display: flex;
    font-size: inherit;
    flex-direction: column;
    line-height: 1;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: .25s;
    justify-content: flex-end;
    box-shadow: 0 1px 0 rgba(0,0,0,.15), 
                0 3px 4px rgba(0,0,0,.15),
                0 5px 10px rgba(0,0,0,.15);
}
.productList li > a > span {
    display: block;
    padding: 20px;
}
.productList li > a:hover,
.productList li:hover > a,
.productShortcode:hover > a {
    box-shadow: 0 1px 0 rgba(0,0,0,.15), 
                0 6px 8px rgba(0,0,0,.15),
                0 10px 20px rgba(0,0,0,.15);
    background-color: #00AEEF;
    color: #ffffff;
    transition: .075s;
    cursor: pointer;
}
.productList li a:hover::before,
.productShortcode a:hover:before {
    right: 10px;
    transition: .075s;
}
.productList li a:active::before,
.productShortcode a:active:before {
    right: 0;
    transition: .075s;
}

.productList li > a:active {
    box-shadow: 0 1px 0 rgba(0,0,0,.15), 
    0 1px 1px rgba(0,0,0,.15),
    0 1px 2px rgba(0,0,0,.15);
}

.productList img,
.productShortcode a > img {
    max-height: 200px;
}
#about {
    background-color: #00AEEF;
    color: #fff;
    overflow: hidden;
    margin-bottom: -60px;
}
#ontraxExample {
    margin: -30% -25% 10%;
    width: 150%;
}
/* SERVICES */
#services {
    background-color: rgba(0,0,0,.075);
}
.serviceCard {
    background: #000;
    border: none;
    border-radius: 0;
    display: inline-block;
    color: #fff;
    font-size: inherit;
    height: 100%;
    text-decoration: none;
    transition: .25s;
    width: 100%;
    min-height: 100%;
}
a:hover .serviceCard {
    background: var(--color-primary);
}
.serviceList > li {
    position: relative;
}
.serviceList > li > a:hover {
    transition: .075s;
    cursor: pointer;
}
.serviceImg {
    min-height: 16rem;
    background-size: cover;
    background-position: center;
    background-color: rgba(256,256,256,.15);
}
.serviceContent {
    padding: 20px 40px 20px 20px;
}
.serviceList h3 {
    margin: 0;
    font-size: 1.8rem;
    line-height: 1;
}
.serviceList p {
    margin-top: 1.8rem;
    line-height: 1.5;
    font-size: 1.4rem;
}
.serviceRow {  
    border: none;
    border-radius: 0;
    display: inline-block;
    font-size: inherit;
    height: 100%;
    text-decoration: none;
    margin: 1rem 0 2rem;
    transition: .25s;
    text-align: center;
}
.serviceRow .serviceImg {
    height: 100%;
}


/* Default pages */
.content img {
    max-width: 100%;
    height: auto;
}
.content img, 
.content figure {
    max-width: 100%;
    height: 100%;
    min-height: 100%;
}
.content ul ul {
    margin: .625rem 0 .625rem 2.5rem;
}
.content ul li {
    position: relative;
    margin-left: 2rem;
}
.content blockquote {
    position: relative;
    margin-top: calc(80px + 2.4rem);
    margin-bottom: 2.4rem;
    background: rgba(0,0,0,1);
    color: #fff;
    padding: 25px 25px calc(25px - 1.8rem);
}
.content blockquote:before {    
    content: '';
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-right: 80px solid #000000;
    position: absolute;
    left: 0;
    top: -80px;
    box-shadow: 0px 1px 0 0px black;
}
.content blockquote:after {    
    content: '';
    width: 0;
    height: 0;
    border-top: 80px solid transparent;
    border-right: 80px solid #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
}
.content blockquote p {
    margin-bottom: 1.8rem;
}
.content blockquote em {
    display: block;
    font-size: small;
    font-style: italic;
    line-height: 100%;
    margin-top: 20px;
    text-align: right;
    width: calc(100% - 55px);
}
.content blockquote em:before {
    content: '— '
}
.content blockquote .quote:before {
    content: "\201C ";
    float: left;
    margin-right: 5px;
} 
.content blockquote .quote:after {
    content: "\201D ";
    margin-left: 0;
    display: inline;
} 
blockquote::before,
blockquote::after {
    content: "\"";
}
blockquote cite {
    text-align: right;
    display: block;
    font-size: 75%;
    font-style: italic;
    line-height: 150%;
    margin-right: 80px;
}
.content ul li:before {
    content: '\25B8';
    position: absolute;
    margin-left: -2rem;
    color: #00AEEF;
}
.contentHeader {
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    position: relative;
}
.contentHeader h1 {
    color: #fff;
    text-shadow: 0 2px 20px rgba(0,0,0,1);
}
.contentHeader > div {
    min-height: 60vh;
}
.contentHeader > .gradientOverlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
    background: -webkit-linear-gradient(0deg,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
    background: linear-gradient(0deg,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.content > article {
    max-width: 860px;
    margin: 0 auto;
}



/* Forms */
#getOntrax {
    position: fixed;
    right: -100vw;
    transition: .35s;
    z-index: 1000;
    bottom: -90vw;
    height: 100vh;
}
#getOntrax.toggled {
    right: 0;
    bottom: 0;
    transition: .35s;
    z-index: 120;
}
#getOntrax a {
    color: #000;
    text-decoration: none;
}
#getOntrax a:hover {
    text-decoration: underline;
}
#getOntrax > .wpcf7 {    
    position: absolute;
    right: 0;
    min-height: 80vh;
    bottom: 0;
    width: 33vw;
    min-width: 360px;
    max-width: 90vw;
    color: #fff;
}
@keyframes overlayBGin {
    0% {background-color: rgba(0,0,0,0);}
    100% {background-color: rgba(0,0,0,.5);}
}
@keyframes overlayBGout {
    0% {background-color: rgba(0,0,0,.5);}
    100% {background-color: rgba(0,0,0,0);}
}
.overlay {
    display: block;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0);
    z-index: 100;
    opacity: 0;
    display: none;
    animation: overlayBGout 1s .35s forwards ease-out;
}
.overlay.toggled {
    z-index: 100;
    opacity: 1;
    display: block;
    animation: overlayBGin 1s .35s forwards ease-out;
}
.wpcf7 {
    background-color: #00AEEF;
    padding: 40px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2rem 0;
}
.wpcf7-submit .btn {
    margin-bottom: 2rem;
}
.wpcf7-not-valid-tip {
    float: right;
}
.screen-reader-response ul {
    display: none;
}
label {
    width: 100%;
    margin-top: 20px;
    color: #fff;
}
input[type="text"],
input[type="email"],
textarea,
select {
    width: 100%;
}
input[type="text"],
input[type="email"],
textarea,
select {
    min-height: 40px;
    border: 2px solid transparent;
    border-bottom: 2px solid #fff;
    background: transparent;
    color: #fff;
}
textarea {
    border-left: 2px solid #fff;
}
input[type="text"]:focus-visible,
input[type="email"]:focus-visible,
textarea:focus-visible,
select:focus-visible {
    border: 2px solid #fff;
    outline: 0;
}


/* Products */
.productContent h1 {
    font-size: 6rem;
    line-height: 5rem;
}
.productImg {
    aspect-ratio: 3 / 2;
    min-height: 120px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}
.productImg h3 {
    color: #000000;
}
.productIcon {
    max-height: 10vh;
    position: absolute;
    left: -1px;
    top: 0;
    background-color: #000;    
    z-index: 10;
}
.productOwl {
    position: relative;
    list-style: none;
}
.productOwl .owl-item {
    float: left;
}
.productOwlGallery {
    position: relative;
}
.productOwlDots {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    background: #fff;
    margin: 0;
}
.productOwlDots button {    
    width: 20px;
    height: 20px;
    border: 0;
    background: rgba(0,0,0,.5);
    margin-right: 4px;    
}
.productOwlDots button.active {
    background: #00AEEF;    
}
.productOwlDots.disabled {
    display: none;
}
.owl-stage-outer {
    overflow: hidden;
}
.owl-nav {
    display: none;
}
blockquote {
    margin-bottom: 1.8725rem;
}
blockquote img {
    width: 20%;
}


/* Footer */
footer {
    background-color: #2f2f2f;
    color: #fff;
    position: relative;
}
#footerRefs {
    border-bottom: 2px solid rgba(256,256,256,.15);
}
.footerRef {
    width: 100%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#footerSocial li {
    float: left;
    margin-right: 1rem;
    font-size: 2rem;
}
#footerSocial li a {
    color: #fff;
}
#footerSocial li a:hover {
    color: #00AEEF;
}
table {
    border: none;
    width: 100%;
}
.empty {
    background-color: rgba(256,256,256,.15);
    position: relative;
}
.empty:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-top: 40px solid #000;
    border-right: 40px solid transparent;
    left: 0;
    top: 0;
}
.empty:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 40px solid #000;
    border-left: 40px solid transparent;
    right: 0;
    bottom: 0;
}
path#ontraxBlock {
    fill: rgba(256,256,256,.15);
}
#footerNav li {
    display: block;
    width: 100%;
}
#footerNav a {
    color: #fff;
    text-decoration: none;
    padding: 0 0 5px;
    display: block;
}
#footerNav a:hover {
    color: #00AEEF;
    text-decoration: underline;
}
.copyright {
    margin-left: 2px;
}


/* Impressions */
.impressionList li > a,
.impressionList li > div {
    justify-content: center;
}

/* Accordion */
.wp-block-pb-accordion-item {
    border-bottom: 2px solid rgba(0,0,0,.35);
    padding: 0;
    width: 100%;
    margin: 0 0.5rem;
}
.wp-block-pb-accordion-item:hover .c-accordion__content {
    background-color: #ffffff;
}
.wp-block-pb-accordion-item h2{
    font-size: 2rem;
    line-height: 2.6rem;
    padding: 10px 50px 10px 0;
    margin: 0;
    transition: .35s;
}
.wp-block-pb-accordion-item h2:hover {
    background-color: #00AEEF;
    padding-left: 15px;
    transition: .15s;
}
.c-accordion__title:after {
    content: '+';
    color: #000;
    right: 15px;
    position: absolute;
}
.is-open>.c-accordion__title:hover:after {
    color: #000000;
}
.is-open>.c-accordion__title:after {
    content: '-';
    color: #00AEEF;
    right: 15px;
}
.c-accordion__content {
    padding: 20px 0;
}
.c-accordion__content p {
    margin: 10px 0;
}
.wp-block-pb-accordion-item .c-accordion__content {
    height: 0;
    padding: 0;
    overflow: hidden;
}
.wp-block-pb-accordion-item.is-open .c-accordion__content {
    height: 100%;
    padding: 0 0 20px;
}
.wp-block-pb-accordion-item.is-open {
    border-bottom-color: #00AEEF;
}
.is-layout-flex {
    display: flex;
}


/* Blog Posts */
.postCard:hover {
    cursor: pointer;
    text-decoration: none;
}
.postOverview .postThumb {    
    background-size: cover;
    background-position: center;
    transition: .35s;
    min-height: 200px;
}
.postCard:hover .postThumb {   
    transition: .15s;
}
.postExcerpt {
    border-bottom: rgba(0,0,0,.15) 2px solid;
    padding-bottom: 2.4rem;
    display: block;
}
.postExcerpt:hover,
.postExcerpt:active {
    text-decoration: none;
    border-bottom: #00AEEF 2px solid;
}
#related {
    background-color: #F5F5F5;
    margin: 60px 0 0;
    padding-bottom: 40px;
}

.woocommerce-product-attributes-item__label {
    margin-right: 18px;
    display: block;
}
.entryAttrs {
    font-size: 90%;
}


/* ADDED 06-MAR-24 */
.is-layout-flex {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap; 
}
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Hiermee worden de afbeeldingen gelijkmatig verdeeld */
}

.wp-block-gallery .blocks-gallery-item {
    flex: 0 1 calc(33.333% - 20px); /* Hiermee wordt elke afbeelding op een derde van de breedte weergegeven */
    margin-bottom: 20px; /* Ruimte tussen de afbeeldingen */
}

.is-layout-flex {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap; }