/*
Theme Name: Natalis
Theme URI:
Description:
Version: 1.0
Text Domain: natalis

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
2.0 Global
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Intro';
    src: url('assets/fonts/Intro/Intro.eot');
    src: url('assets/fonts/Intro/Intro.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Intro/Intro.woff2') format('woff2'),
         url('assets/fonts/Intro/Intro.woff') format('woff'),
         url('assets/fonts/Intro/Intro.ttf') format('truetype'),
         url('assets/fonts/Intro/Intro.svg#Intro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: 'Montserrat', sans-serif;
    --main-bg-color: #fff;
    --light-bg-color: #F8F9FA;
    --dark-bg-color: #2b2d2e;
    --darker-bg-color: #1e2022;
    --optional-dark: #000;
    --green-accent: #00A66C;
    --green-accent-secondary: #7AC216;
    --green-accent-lighter: #c1ec51;
    --green-accent-darker: #59C36A;
    --blue-accent: #74b6cc;
    --blue-accent-darker: #367fec;
    --rose-accent: #fa8dc4;
    --olive-accent: #c6d200;
    --text-color-gray: #818385;
    --border-bottom-light-gray: #e5e5e5;
    --text-color-light-gray: #b5b5b6;
    --text-color-light-dark: #2b2d2e;
    --red-accent: #fd4829;
    --red-sale-accent: #FA3D4A;
    --lang-bg-color: #404243;
    --transition: 0.3s ease;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body:after {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 24, 27, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.loading:after {
    opacity: 1;
    visibility: visible;
}

.content-wrapper {
    margin: auto;
    padding: 0 30px;
    width: 100%;
    max-width: 1260px;
    box-sizing: border-box;
}

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-center.has-text-align-center {
    justify-content: center;
}

.form-control {
    padding: 8px 15px;
    width: 100%;
    height: 40px;
    outline: 0;
    border: 1px solid #362442;
    border-radius: 4px;
    box-sizing: border-box;
}

.button {
    display: flex;
    padding: 0 28px;
    height: 42px;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: var(--green-accent-lighter);
    color: var(--dark-bg-color);
    text-decoration: none;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 20px;
    box-sizing: border-box;
    transition: opacity .3s ease;
}

.button-alt {
    color: var(--main-bg-color);
    background-color: transparent;
    border: 2px solid var(--green-accent-lighter);
    transition: color 0.3s ease, background-color 0.3s ease;
}

.button:hover {
    opacity: 0.7;
}

.button-alt:hover {
    opacity: 1;
    background-color: var(--green-accent-lighter);
    color: var(--dark-bg-color);
}

.button svg {
    margin-right: 7px;
    width: 14px;
    fill: var(--dark-bg-color);
}

.button-alt svg {
    fill: var(--green-accent-lighter);
    transition: fill 0.3s ease;
}

.button-alt:hover svg {
    fill: var(--dark-bg-color);
}

.popups-wrapper {
    display: none;
}

.popup-wrapper {
    width: 100%;
    max-width: 560px;
    padding: 35px;
}

.popup-wrapper .popup-header {
    margin-bottom: 40px;
}

.popup-wrapper .popup-header .popup-title {
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: var(--dark-bg-color);
    text-transform: uppercase;
}

ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

ul.page-numbers li {
    display: block;
}

ul.page-numbers li a,
ul.page-numbers li span {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    color: var(--text-color-light-gray);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: color var(--transition), background-color var(--transition);
}

ul.page-numbers li span.current,
ul.page-numbers li a:hover {
    background: var(--light-bg-color);
    color: var(--optional-dark)
}

ul.page-numbers li a:hover path {
    fill: var(--optional-dark);
}

/*--------------------------------------------------------------
3.0 Typographic
--------------------------------------------------------------*/

.text-center {
    text-align: center;
}

.formatted-text * {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color-light-dark);
}

h1, .h1,
.formatted-text h1,
.formatted-text .h1 {
    margin: 0;
    font-family: 'Intro', 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 42px;
    line-height: 42px;
    color: var(--text-color-light-dark);
    text-transform: uppercase;
}

h2, .h2,
.formatted-text h2,
.formatted-text .h2 {
    margin: 0;
    font-family: 'Intro', 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    color: var(--text-color-light-dark);
    text-transform: uppercase;
}

h3, .h3,
.formatted-text h3,
.formatted-text .h3 {
    margin: 0;
    font-family: 'Intro', 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
    color: var(--text-color-light-dark);
    text-transform: uppercase;
}

h4, .h4,
.formatted-text h4,
.formatted-text .h4 {
    margin: 0;
    font-family: 'Intro', 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: var(--text-color-light-dark);
    text-transform: uppercase;
}

.formatted-text .is-style-stripes {
    border: 0 !important;
}

.formatted-text .width-50 {
    width: 100%;
    max-width: 50%;
    margin: auto;
}

.formatted-text .is-style-stripes table tr {
    background-color: transparent !important;
}

@media screen and (max-width: 480px) {
    h1, .h1,
    .formatted-text h1,
    .formatted-text .h1 {
        font-size: 36px;
        line-height: 36px;
    }

    h2, .h2,
    .formatted-text h2,
    .formatted-text .h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .formatted-text .width-50 {
        max-width: none;
    }
}

/*--------------------------------------------------------------
8.0 Plugins
--------------------------------------------------------------*/

.fancybox__container {
    z-index: 100000;
}

.wpforms-form .wpforms-hidden {
    display: none;
}

.wpforms-form .wpforms-field + .wpforms-field {
    margin-top: 15px;
}

.wpforms-form .wpforms-field .wpforms-field-label {
    display: block;
    padding: 0 15px;
    margin-bottom: 5px;
}

.wpforms-form .wpforms-field .wpforms-field-label .wpforms-required-label {
    color: var(--red-accent);
}

.wpforms-form .wpforms-field input[type="text"],
.wpforms-form .wpforms-field input[type="email"],
.wpforms-form .wpforms-field textarea {
    padding: 0 15px;
    width: 100%;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    color: var(--text-color-light-dark);
    background: var(--main-bg-color);
    border: 1px solid var(--border-bottom-light-gray);
    outline: 0;
    border-radius: 100px;
    transition: border-color 0.3s ease;
}

.wpforms-form .wpforms-field textarea {
    padding: 15px;
    height: 100px;
    border-radius: 30px;
}

.wpforms-form .wpforms-field input[type="text"].wpforms-error,
.wpforms-form .wpforms-field input[type="email"].wpforms-error,
.wpforms-form .wpforms-field textarea.wpforms-error {
    border-color: var(--red-accent);
}

.wpforms-form .wpforms-field .wpforms-error {
    display: block;
    margin-top: 2px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: bold;
    color: var(--red-accent);
}

.wpforms-form .wpforms-field .wpforms-error a {
    color: var(--red-accent);
}

.wpforms-form .wpforms-submit-container {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.wpforms-confirmation-container {
    text-align: center;
    color: var(--green-accent-darker);
    font-weight: bold;
}

.rc-notice-right-bottom {
    padding: 10px;
    box-shadow: none;
}

.rc-notice-right-bottom-content {
    position: relative;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    border-radius: 50%;
    overflow: hidden;
}

.rc-notice-right-bottom-content video {
    position: absolute;
    object-fit: cover;
}

.rc-notice-right-bottom-content .rc-notice-content-inner {
    position: relative;
    display: flex;
    padding: 0 40px 40px;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
}

.rc-notice-right-bottom-content .rc-notice-content-inner .rc-notice-text {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--main-bg-color);
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
}

.rc-notice-right-bottom-content .rc-notice-content-inner .rc-notice-button a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 20px;
    text-decoration: none;
    transition: filter .3s ease;
}

.rc-notice-right-bottom-content .rc-notice-content-inner .rc-notice-button a:hover {
    filter: brightness(1.5);
}

/*--------------------------------------------------------------
10 Media
--------------------------------------------------------------*/
