/*

Theme Name: Hello Elementor Child per luigieinaudi.it

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

*/

.hidden{
	visibility: hidden;
	display: none;
}

.sf_date_field label:after {
    content: "\e908";
    font-family: 'eicons';
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    font-size: 20px;
    color: #8e8e8e;
    z-index: 9;
    font-weight: 400;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.searchandfilter label {
    position: relative;
}
.searchandfilter input, .searchandfilter select, .searchandfilter label {
   width: 100%;
    height: 50px;
}
@media screen and (max-width: 480px){
.searchandfilter input, .searchandfilter select, .searchandfilter label {
    width: 100%;
    height: 50px;
}
}
.searchandfilter ul {
    display: block;
    margin: 0; 
	position: relative;
}

.searchandfilter input[type="submit"] {
    width: 200px;
    height: 50px;
    border-radius: 6px;
}
.searchandfilter-date-picker .ui-widget {
    background: #003c71; 
}
.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month, .searchandfilter-date-picker .ui-datepicker select.ui-datepicker-year {
    height: 30px; 
	padding: 0;
}
.sf_date_field li{
	width: 49%;
    float: left;
	margin-bottom: 10px !important;
}
.sf_date_field li:first-child {
    margin-right: 2% !important;
}
.sf-field-reset {
    width: 50%;
    text-align: left;
    position: absolute;
    left: 230px;
    bottom: 12px;
}

.enlink-wrapper {
    background: #fff;
}

.enlink-wrapper a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.enlink-wrapper a p {
    margin-bottom: 0;
}

.enlink-wrapper a img {
    width: 32px;
    margin-right: 10px;
}

blockquote,q {
    quotes: "" ""
}

blockquote:after,blockquote:before,q:after,q:before {
    content: ""
}

blockquote {
    border-left: 5px solid #dddddd;
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative
}

blockquote {
    margin: 1.5em 1em 1.5em 3em;
    font-size: 1.1em;
    line-height: inherit;
    position: relative
}

main#content {
    margin: 4em auto;
}
/*
ol, ul {
    margin: 0 0 1.5em 3em;
}

address, blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
*/
input {
    outline: none;
}

.js-wpv-page-selector {
    display: inline-block;
    width: auto;
    background-color: #FAFAFA;
    border-color: #DDDDDD;
    padding: .75em;
    color: #666;
}
