/*
Theme Name: Jimmie Child
Theme URI: https://jimmie.qodeinteractive.com
Description: A child theme of Jimmie
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: jimmie
Template: jimmie
*/

.qodef-page-title {
	min-height: 200px;
}

.elementor a.privacy-link,
.privacy-link {
	color: var(--qode-main-color);
	text-decoration: underline;
}

.qodef-contact-form-7 .wpcf7-form-control-wrap[data-name="privacy-policy"] {
	margin-bottom: 0;
}

.qodef-contact-form-7 .wpcf7-form-control-wrap[data-name="privacy-policy"] label {
	padding: 0;
}

.whistleblowing-privacy label {
	padding-bottom: 0 !important;
}

#qodef-page-footer .widget:not(.widget_jimmie_core_title_widget)[data-area="qodef-footer-top-area-column-1"] {
	margin-bottom: 0;
}

#qodef-page-footer .widget#jimmie_core_icon-8 {
	margin-top: 20px;
	margin-right: 20px;
}


/* SEZIONE HOME CON IMMAGINE E TESTO */
.section-image-text img {
	width: 100%;
	max-height: 80vh;
	object-fit: cover;
	object-position: center;
}



/* COOKIE POLICY */
#cmplz-document, 
.editor-styles-wrapper .cmplz-unlinked-mode {
	max-width: 100%;
}

#cmplz-document p, 
#cmplz-document li, 
#cmplz-document td, 
.editor-styles-wrapper .cmplz-unlinked-mode p, 
.editor-styles-wrapper .cmplz-unlinked-mode li, 
.editor-styles-wrapper .cmplz-unlinked-mode td {
	line-height: 1.5;
	font-size: 17px;
}

#cmplz-document h2, 
#cmplz-document h3, 
.editor-styles-wrapper .cmplz-unlinked-mode h2, 
.editor-styles-wrapper .cmplz-unlinked-mode h3 {
	font-size: 22px;
}

/* nasconde descrizione dalla lista dei prodotti */
#home-products-slider .qodef-woo-product-excerpt,
.qodef-woo-product-list .qodef-woo-product-excerpt {
	display: none;
}

/* nasconde ordinamento nella pagina dei gelati */
.qodef-woo-results {
	display: none;
}

@media screen and (max-width: 768px) {
	#home-products-slider-title
}