.clsc-popup {
background-color: rgba(0, 0, 0, 0.4);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 5px;
left: 20px;
right: 20px;
opacity: 0 !important;
overflow: auto;
position: fixed;
top: 20px;
bottom: 20px;
transition: opacity 0.5s ease !important;
visibility: hidden !important;
z-index: 9999;
}
.clsc-popup--show {
opacity: 1 !important;
visibility: visible !important;
}
.clsc-popup:before {
content: "";
display: block;
position: absolute;
z-index: -1;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: var(--overlay-opacity);
background-color: var(--overlay-color);
}
.clsc-popup__close {
color: #FFF;
cursor: pointer;
fill: #FFF;
font-size: 24px;
position: absolute;
right: 20px;
top: 20px;
width: 50px;
}
.clsc-popup__content {
box-sizing: border-box;
color: #FFF;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
padding: 0 40px;
filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}
.clsc-popup__content__copy {
margin: 0 auto;
max-width: 600px;
}
.clsc-popup__content__button {
margin: 0 auto;
max-width: 600px;
width: 100%;
}
.clsc-popup__content__button a {
background-color: var(--button-color);
border-radius: 5px;
box-sizing: border-box;
color: var(--button-text-color);
display: block;
font-size: 22px;
font-weight: bold;
margin-top: 20px;
padding: 10px 20px;
text-align: center;
text-decoration: none;
transition: background-color 0.3s ease;
width: 100%;
}
.clsc-popup__content h1,
.clsc-popup__content h2,
.clsc-popup__content h3,
.clsc-popup__content h4,
.clsc-popup__content p {
color: #FFF;
}
.clsc-popup__content h1 {
font-size: 48px;
font-weight: bold;
margin-bottom: 20px;
}
.clsc-popup__content h2 {
font-size: 40px;
font-weight: bold;
margin-bottom: 20px;
}
.clsc-popup__content h3 {
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
}
.clsc-popup__content--left {
align-items: flex-start;
width: 50%;
}
.clsc-popup__content--center .clsc-popup__content__copy,
.clsc-popup__content--center .clsc-popup__content__button {
text-align: center;
max-width: 600px;
}
.clsc-popup__content--right {
align-items: flex-start;
width: 50%;
left: auto;
right: 0;
}
@media (max-width: 768px) {
.clsc-popup__content {
padding: 0 20px;
}
.clsc-popup__content--left,
.clsc-popup__content--right {
width: 100%;
}
}.banner-title {
font-family: 'dtcvandijkm00regular';
font-size: 4vw;
position: absolute;
z-index: 2;
top: calc(50% + 75px);
margin: 0;
margin-top: -0.5em;
left: 0;
right: 0;
text-align: center;
font-weight: bold;
}
.home .banner-title {
top: 49%;
}
#banner .badge {
transform: translate(-50%, 35%);
}@font-face {
font-family: 'dtcvandijkm00regular';
src: url(//pcs-floors.com/wp-content/themes/pcsfloors/fonts/urw-webfont.woff2) format('woff2'),
url(//pcs-floors.com/wp-content/themes/pcsfloors/fonts/urw-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}