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

:root {
  --primary-color: #FDBE34; 
}
.w100,
.w100 img,
.w100 a{
	width: 100%
}
.ctaList a {
    border: 1px solid var(--primary-color);
    padding: 20px;
    border-radius: 10px;
}

form#footerForm label {
    width: 100%;
    color: #fff;
    font-size: 14px;
    display: block;
	margin-bottom: 15px;
}
form#footerForm input, form#footerForm select, form#footerForm textarea {
    color: #fff;
    background: transparent;
    border: 0;
    margin-top: 5px;
    border-bottom: 1px solid #f7f7f7;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
	display: block;
    width: 100%;
}

form#footerForm textarea {
	height: 200px	
}

form#footerForm input[type="submit"] {
    border: 1px solid var(--primary-color);
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

form#footerForm input[type="submit"]:hover {
	background: var(--primary-color);
	transition: all 0.3s ease-in-out;
}

form#footerForm .wpcf7-response-output {
    color: #fff;
}

nav ul.wpr-mobile-nav-menu {
    margin-top: 30px !important;
}
.mainMenuWrapper {
    transition: all 0.3s ease-in-out;
}
.mainMenuWrapper.scrolled {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
     transition: all 0.3s ease-in-out;
}