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

/* all */
.elementor-g-recaptcha {
    display: none !important;
}

/* header */
a.glink {
    color: #fff !important;
}

/* header */
header.page-header {
    display: none !important;
}

/* gare */
.searchandfilter ul li{display: inline !important;}
.searchandfilter ul{
    background-color: #F1F1F1;
    padding: 15px;
}
.searchandfilter ul [type=submit]{
    color: #fff;
    border: 1px solid #fff;
}
.searchandfilter ul [type=submit]:hover{
    background-color: #fff;
    color: #F1F1F1;
}
.elementor-widget-dyncontel-terms .dce-terms .dce-term-item {
    display: none !important;
}
.box-gara-home .elementor-icon i, .box-gara-home .elementor-icon svg{
	margin-top: 7px;
}

/* submission */
.cf7sg-container .cf7-smart-grid.has-grid .container{
    max-width: 100% !important;
}
[type=submit] {
    margin-top: 20px;
    border-color: #ce2b13;
    color: #ce2b13;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff !important;
    background-color: #ce2b13;
    text-decoration: none;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover,
[type=submit]{
    font-family: var(--e-global-typography-primary-font-family ), Sans-serif;
}
.wpcf7-acceptance .wpcf7-list-item, .wpcf7-list-item.first {
    margin: 0 !important;
}
.columns {
    margin-bottom: 10px !important;
}
.wpcf7-form-control-wrap {
    margin-top: 10px;
}
/* footer */
.footer a{color: #fff !important;}