/* 
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
*/

/* Add your custom styles here */
@font-face {
  font-family: Didot;
  src: url("fonts/Didot.ttc");
}
h1, h2, h3, h4, h5, h6, a, p, .elementor-widget-container {
    font-family: "itc-american-typewriter", serif!important;
    font-weight: 500!important;
}
header#site-header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
    transition: all 0.5s;
}
header#site-header .header-inner {
    max-width: 100%!important;
    display: block;
}
header#site-header nav.site-navigation.show ul li a {
    color: #EFDD68;
    font-size: 60px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 30px;
    transition: all 0.5s;
}
footer#site-footer {
    display: none;
}
header#site-header.sticky {
    position: fixed;
    background: #000000d6;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
}
header#site-header.sticky nav.site-navigation.show ul li a{
    font-size: 30px;
    transition: all 0.5s;
}
div#main-title h1 {
    text-shadow: 5px 2px 0px #EA180D, 2px 10px 20px #0000;
}
.boxes .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 60px!important
}
div#contact_form form ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
div#contact_form form ul li input, div#contact_form form ul li textarea {
    background: #454545;
    border: none;
    border-radius: 0;
    padding: 18px 20px!important;
    box-shadow: 38px 28px 28px #000;
    font-size: 16px;
    color: #fff!important;
    outline: none;
    margin-bottom: 10px;
}
div#contact_form form ul li textarea{
    height: 160px;
    width: 100%;
}
div#contact_form form ul li input.wpcf7-form-control.wpcf7-submit {
    background: #efdd68;
    color:#000!important;
    padding: 15px 60px!important;
     box-shadow: 38px 28px 28px #000;
     font-size: 24px;
     transition: all 0.5s;
}
div#contact_form form ul li input.wpcf7-form-control.wpcf7-submit:hover {
    background: #faf0b0;
    transition: all 0.5s;
}
div#contact_form form ul li:last-child p{
    text-align: center;
}
div#contact_form form span.wpcf7-spinner {
    display: block;
}
div#contact_form .wpcf7-response-output {
    color: #fff;
    text-align: center;
}
@media(max-width: 1800px) {
    header#site-header nav.site-navigation.show ul li a {
        font-size: 50px;
    }
    div#main-title h1 {
        font-size: 300px;
        line-height: 300px;
    }
}
@media(max-width: 1600px) {
    header#site-header nav.site-navigation.show ul li a {
        font-size: 40px;
    }
    div#main-title h1 {
        font-size: 280px;
        line-height: 280px;
    }

}
@media(max-width: 1400px) {
    header#site-header nav.site-navigation.show ul li a {
        font-size: 30px;
    }
    div#main-title h1 {
        font-size: 220px;
        line-height: 220px;
        text-shadow: -2px -2px 0px #EA180D, 2px 10px 20px #0000;
    }
    div#main-title .elementor-widget-container {
        padding: 50px 0;
        margin: 0 0 50px 0;
    }
}
@media(max-width: 1200px) {
     div#main-title h1 {
        font-size: 200px;
    }
    header#site-header nav.site-navigation.show ul li a {
        font-size: 24px;
        padding: 0 20px;
    }
}
@media(max-width: 991px) {
    header#site-header {
        position: absolute;
    }
    header#site-header button.site-navigation-toggle span {
        color: #fff;
        width: 34px !important;
    }
    div#main-title h1 {
        font-size: 150px;
    }
    header#site-header .site-navigation-dropdown ul.menu li.current-menu-item a, header#site-header .site-navigation-dropdown ul.menu li:hover a{
     background: #EE190E;
     color: #fff!important;
}
header#site-header .site-navigation-toggle-holder .site-navigation-toggle {
    padding: 0;
}
    div#main-title .elementor-widget-container {
        padding: 0;
        margin: 0 0 100px 0;
    }

}
@media(max-width: 767px) {
     div#main-title h1 {
        font-size: 120px;
    }
    .boxes .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 0px!important
}
}
@media(max-width: 676px) {
    div#main-title h1 {
        font-size: 100px;
    }
}
@media(max-width: 593px) {
    div#main-title h1 {
        font-size: 80px;
    }
}
@media(max-width: 480px) {
    div#main-title h1 {
        font-size: 60px;
    }
}
@media(max-width: 320px) {
    div#main-title h1 {
        font-size: 50px;
    }
}