/* 
Theme Name: Escavatori
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
*/

header.desktop-menu {
	box-shadow: 0px 1px 8px #cdcdcd !important;
}
/* Ricerca */
.eael-advanced-search-result {
    border-radius: 20px !important;
    box-shadow: 0px 0px 6px #cdcdcd !important;
    border: 5px solid #FBBF00 !important;
}
.eael-advanced-search-widget .eael-advanced-search-result .eael-advanced-search-content a:hover {
    /*box-shadow: 0px 1px 10px #cdcdcd;*/
	box-shadow: none !important;
    border-radius: 10px;
    background: #efefef;
}

/** Menu Popup **/
.popupmenu ul li {
    background: #eeeeee;
    border-radius: 30px;
    padding: 0;
    border: 2px solid #000;
	transition: 0.3s;
}
.popupmenu ul li:hover {
    background: #cdcdcd;
	transition: 0.3s;
}
/** Homepage **/
.punti-forza-home .elementor-element, .blocco-recensioni-home .elementor-element  {
    min-height: 320px;
}

/** Scheda escavatore **/
.single-escavatori .caratteristiche ul li {
	float: left;
    width: 45%;
    border: 3px solid #000000;
    margin-right: 15px;
    margin-top: 20px;
    padding: 8px 5px 0;
    border-radius: 10px;
}
.single-escavatori .caratteristiche ul li span {
    font-size: 1rem;
}
.single-escavatori .galleria div a img.swiper-slide-image {
    height: 450px;
}
.single-escavatori .elementor-image-carousel-wrapper {
    margin-bottom: 20px;
}
.form-escavatore .elementor-field-type-acceptance a {
    color: #000;
}
.form-escavatore div:not(.elementor-field-type-acceptance) > a {
    display: block;
    width: 100%;
}
.form-escavatore input[type="checkbox"] {
    display: block;
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

/* Footer */
a.crediti {
	color: #fff !important;
    font-size: 0.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: row;
}

@media only screen and (max-width:480px) {
	header.mobile-menu {
    	box-shadow: 0px 1px 8px #cdcdcd !important;
	}
	.single-escavatori .galleria div a img.swiper-slide-image {
    	height: 250px;
	}
}