/*
Theme Name: Countdown
Theme URI: https://niteothemes.com/cmp-coming-soon-maintenance/?theme=countdown
Author: NiteoThemes
Author URI: https//niteothemes.com

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normaalize.css/
*/

/*--------------------------------------------------------------
# Kawneer brand tokens (overridden in countdown-theme.php :root)
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

article {
    margin: 0;
}

article:last-of-type {
    margin-bottom: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    /*text-decoration: none;*/
    transition: color 0.3s ease-in-out;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
    width: auto !important;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

code {
    background-color: #beffe9;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    box-shadow: inset 0 0 0 0 !important;
    -webkit-box-shadow: inset 0 0 0 0 !important;
    -webkit-appearance: none;
    outline: none;
}

.cmp-subscribe textarea {
    overflow: auto;
    padding: 0;
    border-radius: 5px;
    text-indent: 5px;
    width: 100%;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    text-indent: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    text-indent: 5px;
}

input[type='checkbox'],
input[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    height: auto;
}

input[type='search'] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    padding: 0;
    border-radius: 5px;
    text-indent: 5px;
    width: 100%;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

body {
    margin: 0;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5em;
}

.inner-wrap {
    position: relative;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    min-height: 100vh;
    padding: 48px 16px;
    -moz-flex-direction: column;
    flex-direction: column;
    text-align: left;
}

.cmp-hero {
    align-items: flex-start;
    box-sizing: border-box;
    justify-content: center;
}

#background-image {
    opacity: 0;
    transition: opacity 0.5s;
}

#background-image.loaded {
    opacity: 1;
}

.video-banner iframe,
.video-banner video {
    transition: opacity 1500ms;
}

#background-wrapper,
#background-image,
#background-color,
.background-overlay,
.video-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.background-overlay {
    z-index: 10;
}

#background-image.pattern {
    background-repeat: repeat;
    background-size: initial;
}

.inner-content,
footer {
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0;
    padding: 0;
    -moz-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    -webkit-flex-grow: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-grow: 1;
    -moz-flex-shrink: 0;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    text-align: left;
    overflow: visible;
    opacity: 1;
}

.cmp-hero__content {
    gap: 40px;
    max-width: 1200px;
    width: 100%;
}

.cmp-hero__layout {
    align-items: stretch;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
    width: 100%;
}

.cmp-hero__col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.cmp-hero__col--copy {
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

.cmp-hero__col--countdown {
    align-items: stretch;
    justify-content: stretch;
    min-height: 280px;
}

.cmp-hero__logo {
    margin-bottom: 8px;
}

.cmp-hero__logo .logo-wrapper {
    padding-top: 0;
    text-align: left;
}

.cmp-hero__header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    width: 100%;
}

.cmp-hero .cmp-title,
.cmp-hero h2.cmp-title {
    font-family: var(--cmp-font-family-heading, 'Cal Sans', sans-serif);
    font-size: clamp(2.5rem, 8vw, 4rem);
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 0;
    max-width: none;
    text-align: left;
}

.cmp-hero__subtitle {
    font-family: var(--cmp-font-family-body, 'Manrope', sans-serif);
    font-size: clamp(1.125rem, 2.5vw, 1.75rem);
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    max-width: none;
    text-align: left;
}

.cmp-hero__intro {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.5;
    margin: 0;
    max-width: 36rem;
    text-align: left;
}

.cmp-hero__intro p {
    margin: 0 0 12px;
}

.cmp-hero__intro p:last-child {
    margin-bottom: 0;
}

.cmp-hero__counter {
    align-items: stretch;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: stretch;
    min-height: 100%;
    width: 100%;
}

.cmp-hero__text {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    max-width: 36rem;
}

.cmp-hero__text p {
    margin: 0;
}

.cmp-hero__text--above {
    font-weight: 600;
}

.cmp-hero__text--below {
    color: var(--cmp-color-clay-800, #5d605f);
}

.cmp-hero__social {
    margin: 0;
}

.cmp-hero__social .social-list {
    text-align: left;
}

.cmp-hero__subscribe .cmp-subscribe {
    margin: 0;
}

.content {
    margin-bottom: 0;
}

footer {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    -webkit-flex-grow: 0;
}

.logo-wrapper {
    padding-top: 30px;
}

.logo-wrapper img {
    max-width: 700px;
    max-height: 270px;
}

.social-wrapper.body {
    /*margin-top: -3em;*/
    margin-bottom: 3em;
}

.social-list {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.social-list li {
    position: relative;
    list-style: none;
    display: inline-block;
    padding: 0 2px;
}

.social-list a {
    align-items: center;
    display: flex;
    height: 40px;
    justify-content: center;
    line-height: 1;
    transition: var(--cmp-transition, all 0.3s ease-in-out);
    width: 40px;
}

.social-list a:hover i,
.social-list a:focus i {
    color: var(--cmp-color-white, #fff);
}

.social-list i {
    transition: var(--cmp-transition, all 0.3s ease-in-out);
}

.body .social-list i {
    font-size: 1.125rem;
}

.body .social-list li {
    padding: 0 4px;
}

.social-list.body i {
    color: var(--cmp-color-black, #000);
}

.social-list.footer {
    padding-bottom: 5px;
}

.social-list.footer li:not(:last-of-type)::after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    width: 1px;
    opacity: 0.5;
}

.subscribe {
    padding: 1em 0;
    padding-bottom: 2em;
}

.cmp-form-notes p {
    width: 100%;
    margin-bottom: 0;
}

.cmp-subscribe {
    display: flex;
    flex-direction: column;
    margin: 2em 0;
}

.cmp-form-inputs {
    order: 1;
}

.copyright {
    margin-top: 0;
}

.inner-content .cmp-subscribe form {
    max-width: 480px;
    margin: 0;
    width: 100%;
    text-align: left;
}

.inner-content .cmp-subscribe form br {
    display: none;
}

.cmp-subscribe input {
    display: inline-block;
    line-height: 3em;
    height: 3em;
    box-sizing: border-box;
    vertical-align: middle;
    margin-bottom: 10px;
}

.cmp-subscribe label {
    display: block;
    text-align: left;
    font-size: 0.8em;
    padding: 0 0 0px 0;
}

.input-icon {
    position: relative;
}

.input-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f1d8';
    position: absolute;
    line-height: 3em;
    padding-left: 10px;
    font-weight: 400;
}

.cmp-subscribe input[type='email'].subscribe-input {
    text-indent: 35px;
}

.subscribe-response {
    text-align: left;
    padding-left: 5px;
}

.cmp-subscribe input[type='email'],
.cmp-subscribe input[type='text'] {
    width: 100%;
    background-color: var(--cmp-color-clay-50, #e8ece9);
    border-radius: 8px;
    color: var(--cmp-color-black, #000);
    font-style: normal;
    font-weight: 400;
    text-indent: 15px;
}

.cmp-subscribe input[type='email']::placeholder,
.cmp-subscribe input[type='text']::placeholder {
    color: var(--cmp-color-clay-800, #5d605f);
    font-style: normal;
    opacity: 1;
}

.cmp-subscribe input[type='email']:focus,
.cmp-subscribe input[type='text']:focus {
    border-color: var(--cmp-color-black, #000);
    outline: none;
}

.cmp-subscribe input[type='email'] {
    width: 75%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.cmp-subscribe input[type='submit'] {
    width: 25%;
    padding: 0;
    border-radius: 9999px;
    border: 2px solid var(--cmp-color-active, #30b83d);
    border-left: none;
    color: var(--cmp-color-white, #fff);
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0;
    margin-left: -7px;
    text-transform: none;
    transition: var(--cmp-transition, all 0.2s ease-out);
}

.cmp-subscribe input[type='submit'] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cmp-subscribe input[type='submit']:focus-visible {
    box-shadow: 0 0 0 2px var(--cmp-color-white, #fff), 0 0 0 4px var(--cmp-color-black, #000);
    outline: none;
}

/* wpcf7-form */

/* contact form 7 */

.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-validation-errors {
    display: none !important;
}

.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -21px;
    left: 0px;
    text-align: left;
    font-size: 0.7em;
}

div.wpcf7-mail-sent-ng {
    border: none;
}

div.wpcf7-response-output {
    border: none;
    margin: 0;
    padding: 0;
}

.cmp-hero {
    --corner-size: 32px;
}

.cmp-hero .has-corner-top-right-bottom-left {
    clip-path: polygon(
        0 0,
        calc(100% - var(--corner-size, 32px)) 0,
        100% var(--corner-size, 32px),
        100% 100%,
        var(--corner-size, 32px) 100%,
        0 calc(100% - var(--corner-size, 32px))
    );
}

#counter,
.cmp-hero__counter-timer {
    padding: 0;
    text-align: center;
    width: 100%;
}

.cmp-hero__counter-timer--days-only .counter-box:not(:first-child) {
    display: none;
}

.cmp-hero__counter-timer--days-only {
    display: flex;
    flex: 1;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.cmp-hero__counter-timer--days-only .counter-box {
    display: block;
    flex: 1;
    height: 100%;
    margin-right: 0;
    max-width: none;
    min-height: 280px;
    width: 100%;
}

.counter-box {
    position: relative;
    display: inline-block;
    width: calc(25% - 22px);
    background-color: #efefef;
    border-radius: 0;
    color: var(--cmp-color-black, #000);
}

.cmp-hero__counter-timer--days-only .counter-box::before {
    display: none;
}

.counter-box::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.counter-box:not(:last-of-type) {
    margin-right: 20px;
}

.counter-inner {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: none;
}

.counter-label {
    display: none;
}

.counter-caption,
.counter-caption p {
    color: var(--cmp-color-clay-800, #5d605f);
    font-family: var(--cmp-font-family-body, 'Manrope', sans-serif);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}

.counter-caption p:not(:last-child) {
    margin-bottom: 4px;
}

.counter-inner span {
    color: var(--cmp-color-black, #000);
    display: inline-block;
    font-family: var(--cmp-font-family-heading, 'Cal Sans', sans-serif);
    font-size: clamp(3rem, 10vw, 6rem);
    font-weight: 400;
    line-height: 0.8;
}

.cmp-hero__counter-timer--days-only .counter-inner span {
    font-size: clamp(4rem, 14vw, 8rem);
}

/* contact form 7 */

.wpcf7 .screen-reader-response,
.wpcf7 .wpcf7-validation-errors {
    display: none;
}

.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -3em;
    left: 15px;
    right: -100px;
    text-align: left;
}

.lang-switch-wrapper {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 100;
}

@media only screen and (max-width: 1024px) {
    .text-logo {
        font-size: 1.6em;
    }
    body {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 820px) {
    .counter-box:not(:last-of-type) {
        margin-right: 30px;
    }
    .counter-box {
        width: calc(25% - 28px);
    }
    #counter {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .cmp-hero__layout {
        gap: 32px;
        grid-template-columns: minmax(0, 1fr);
    }
}

@media only screen and (min-width: 768px) {
    .cmp-hero__col--countdown {
        min-height: 0;
    }

    .cmp-hero__counter-timer--days-only .counter-box {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .inner-wrap {
        padding: 64px;
    }
}

@media only screen and (max-width: 768px) {
    .logo-wrapper img {
        max-width: 100%;
    }
    .inner-content,
    footer {
        width: 100%;
    }
    .text-logo {
        font-size: 1.3em;
    }
    body {
        font-size: 15px !important;
    }
    .lang-switch-wrapper {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}

@media only screen and (max-width: 620px) {
    .counter-box span {
        font-size: 2em;
    }
    .counter-box {
        width: calc(25% - 17px);
    }
    .counter-box:not(:last-of-type) {
        margin-right: 15px;
    }
    .logo-wrapper {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 520px) {
    .counter-box p {
        font-size: 0.7em;
    }
    .counter-box {
        width: calc(25% - 6px);
    }
    .counter-box:not(:last-of-type) {
        margin-right: 0;
    }
    input[type='email'],
    input[type='submit'],
    .cmp-subscribe input[type='email'] {
        display: block;
        width: 100%;
    }
    input[type='submit'],
    .cmp-subscribe input[type='submit'] {
        margin: 0;
        border-top-left-radius: 9999px;
        border-bottom-left-radius: 9999px;
        border-left: 2px solid var(--cmp-color-active, #30b83d);
        width: 100%;
    }
    input[type='email'],
    .cmp-subscribe input[type='email'] {
        margin-bottom: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .text-logo {
        font-size: 1.2em;
    }
    body {
        font-size: 14px !important;
    }
}
