/* 
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 */
body [type=button]:focus,
body [type=submit]:focus,
body button:focus{
    outline: 0;
}
.searchandfilter ul{
    padding-left:0;
    margin-left:0;
    display:flex;
    justify-content: center;
    align-items: flex-end;
}

.searchandfilter ul li{
    width:100%;
    text-align: center;
}

.searchandfilter ul li h4{
    text-transform: uppercase;
    color: #333;
}

.searchandfilter select.sf-input-select{
    background-color:transparent;
}

.searchandfilter input[type="submit"]{
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #00abe9;
    border:1px solid #00abe9;
    border-radius: 5px;
    padding: 12px 24px;
}

.box-lasciati-ispirare a:before,
.box-lasciati-ispirare a h3{
    transition: all .3s ease-in-out;
}

.box-lasciati-ispirare a:hover:before,
.box-lasciati-ispirare a:focus:before{
    background-color: transparent !important;
}

.elementor-shortcode .gt_white_content {
    height: auto;
}
.elementor-shortcode .gt_white_content .gt_languages {
    max-height: 100%;
}
.elementor-shortcode .gt_white_content a:last-child{
    border-bottom:0;
}
/*.box-lasciati-ispirare a:hover h3,*/
/*.box-lasciati-ispirare a:focus h3{*/
/*    opacity:0;*/
/*}*/

@media (max-width: 1119px){
    .searchandfilter ul li.sf-field-submit{
        width: 100px;
    }
    .searchandfilter ul li{
        padding:0 10px;
    }
    .searchandfilter ul li:first-child{
        padding-left:0;
    }
    .searchandfilter ul li:last-child{
        padding-right:0;
    }
}

@media (max-width: 991px){
    .searchandfilter ul{
        flex-wrap: wrap;
    }
    .searchandfilter ul li{
        width:25%;
    }
    .searchandfilter ul li:first-child,
    .searchandfilter ul li{
        padding:0 10px;
    }

    .searchandfilter ul li.sf-field-submit{
        padding:20px 10px 0 10px;
    }
}

@media (max-width: 767px){
    .searchandfilter ul li:first-child,
    .searchandfilter ul li{
        width:50%;
        padding:0 10px 10px;
    }

    .searchandfilter ul li label{
        width:100%;
    }
}

@media (max-width: 600px){
    .searchandfilter ul li:first-child,
    .searchandfilter ul li{
        width:100%;
    }
}