/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@font-face {
    font-family: 'Mundial Narrow';
    src: url('fonts/MundialNarrow-Medium.eot');
    src: url('fonts/MundialNarrow-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/MundialNarrow-Medium.woff2') format('woff2'),
        url('fonts/MundialNarrow-Medium.woff') format('woff'),
        url('fonts/MundialNarrow-Medium.ttf') format('truetype'),
        url('fonts/MundialNarrow-Medium.svg#MundialNarrow-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mundial Narrow';
    src: url('fonts/MundialNarrow-ExtraBold.eot');
    src: url('fonts/MundialNarrow-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MundialNarrow-ExtraBold.woff2') format('woff2'),
        url('fonts/MundialNarrow-ExtraBold.woff') format('woff'),
        url('fonts/MundialNarrow-ExtraBold.ttf') format('truetype'),
        url('fonts/MundialNarrow-ExtraBold.svg#MundialNarrow-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body,
p {
    font-weight: 400;
    font-family: 'Mundial Narrow' !important;
    font-size: 21px !important;
}


.mundial_narrow,
.mundial_narrow p {
    font-family: 'Mundial Narrow';
    font-weight: 500;
}

.mundial_narrow-bold,
.mundial_narrow-bold h3,
.mundial_narrow-bold p,
.mundial_narrow-bold a,
h2 {
    font-family: 'Mundial Narrow' !important;
    font-weight: bold !important;
}

.forminator-input {
    border: 0 !important;
    outline: none !important;
    background-color: #a5a7a9 !important;
    color: #000000 !important;
    font-size: 19px !important;
    font-family: "Playfair Display", Sans-serif !important;
    border-radius: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.subscribe-form .forminator-input {
    padding-right: 155px !important;
}

.subscribe-form .forminator-row-last {
    position: absolute !important;
    margin: 0 !important;
    right: -15px !important;
    top: 0 !important;
}

.forminator-button {
    background-color: #d17233 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    letter-spacing: 2px !important;
    font-family: 'Mundial Narrow' !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    padding: 12px 25px !important;
}

.forminator-button:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.cpright p {
    font-size: 15px !important;
}

.foo-txt p {
    font-size: 13px !important;
}

@media (max-width: 767px) {
    .subscribe-form .forminator-input {
        padding-right: 15px !important;
    }

    .subscribe-form .forminator-row-last {
        position: relative !important;
        right: auto !important;
    }
}