/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

@font-face {
    font-family: 'Gotham Pro';
    src: url('./assets/fonts/GothamPro.eot');
    src: local('Gotham Pro'), local('GothamPro'), url('./assets/fonts/GothamPro.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/GothamPro.woff') format('woff'), url('./assets/fonts/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fixel Display';
    src: url('./assets/fonts/FixelDisplay-Medium.eot');
    src: local('Fixel Display Medium'), local('FixelDisplay-Medium'), url('./assets/fonts/FixelDisplay-Medium.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/FixelDisplay-Medium.woff2') format('woff2'), url('./assets/fonts/FixelDisplay-Medium.woff') format('woff'), url('./assets/fonts/FixelDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    overflow-x: hidden
}

html {
    overflow-x: hidden
}

:root {
    --main-color: #FF199C;
}

/* Fancybox Styles */
.fancybox-slide--html {
    padding: 10px 15px;
}
.fancybox-wrapper {
    display: none;
    border-radius: 5px;
}
.fancybox-wrapper.fancybox-content {
    background-color: #fff;
    color: #111;
    overflow-y: auto;
}
.fancybox-wrapper.callback-popup {
    width: 100%;
    max-width: 100%;
    overflow: unset;
}
.fancybox-wrapper .fancybox-close-small {
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: var(--main-color);
    border-radius: 0 5px 0 5px;
    color: #111;
    opacity: 1;
}
.fancybox-wrapper .fancybox-close-small:hover {
    background-color: var(--main-color);
    color: #111;
}
.fancybox-wrapper .fancybox-close-small,
.fancybox-wrapper .fancybox-close-small svg {
    transition: all 0.2s ease-in-out;
}
.fancybox-wrapper .fancybox-close-small:hover svg {
    transform: rotate(-180deg);
}
.popup-form-title {
    margin-bottom: 25px;
    font-family: "Fixel Display", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}
.popup-form-subtitle {
    margin-bottom: 25px;
    line-height: 1.55;
    text-align: center;
}
.popup-form-notification {
    margin-top: 20px;
    font-size: 0.75rem;
}
.popup-form-notification a {
    font-size: 0.75rem;
}

/* Contact Form 7 */
.popup-form-submit {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}
.popup-form-submit .wpcf7-submit {
    margin-bottom: 5px;
    padding: 10px 25px;
    background-color: var(--main-color);
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
}
.popup-form-field {
    margin-bottom: 20px;
}
.popup-form-field label {
    margin-bottom: 2px;
}
.popup-form-field input[type="text"], .popup-form-field input[type="email"], .popup-form-field input[type="url"], .popup-form-field input[type="password"], .popup-form-field input[type="search"], .popup-form-field input[type="number"], .popup-form-field input[type="tel"], .popup-form-field input[type="range"], .popup-form-field input[type="date"], .popup-form-field input[type="month"], .popup-form-field input[type="week"], .popup-form-field input[type="time"], .popup-form-field input[type="datetime"], .popup-form-field input[type="datetime-local"], .popup-form-field input[type="color"], .popup-form-field textarea {
    width: 100%;
    color: #797979;
    border: 1px solid #111;
    border-radius: 0;
    padding: 7px 10px;
    outline: none;
    transition: all 0.2s ease-in-out;
}
.popup-form-field input[type="text"]:focus, .popup-form-field input[type="email"]:focus, .popup-form-field input[type="url"]:focus, .popup-form-field input[type="password"]:focus, .popup-form-field input[type="search"]:focus, .popup-form-field input[type="number"]:focus, .popup-form-field input[type="tel"]:focus, .popup-form-field input[type="range"]:focus, .popup-form-field input[type="date"]:focus, .popup-form-field input[type="month"]:focus, .popup-form-field input[type="week"]:focus, .popup-form-field input[type="time"]:focus, .popup-form-field input[type="datetime"]:focus, .popup-form-field input[type="datetime-local"]:focus, .popup-form-field input[type="color"]:focus, .popup-form-field textarea:focus {
    border-color: var(--main-color);
    color: #111;
}
.popup-form-field textarea {
    resize: none;
}
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid-tip {
    font-size: 0.75rem;
}

/* MEDIA QUERIES */
@media screen and (max-width: 500px) {
    .popup-form-title {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 600px) {
    .fancybox-slide--html {
        padding: 6px;
    }
    .fancybox-wrapper.callback-popup {
        width: 500px;
    }
}
