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

.elementor-location-single, footer {
  padding-inline: 4% !important; /* left & right */
}

@media (max-width: 767px) { /* Elementor default mobile breakpoint */
  .elementor-location-single, footer {
    padding-inline: 1% !important;
  }
}

header {
	padding-left: 6% !important;
	padding-right: 6% !important;
}

.listing-title {
	font-size: 35px !important;
	text-decoration: underline;
	text-decoration-color: #D47F4E;
}

.listing-gift {
	font-size: 25px !important;
	text-decoration: underline;
	text-decoration-color: #D47F4E;
}

.pulsante-scopri {
	border: 1px solid #000000;
}


.regalo-box, .title-box, .cover-box, .tabella-contenuti {
	border: 1px solid #000000;
	box-shadow: 6px 6px 0px #000 !important; /* offset shadow as "second border" */
}

.regalo-box, .title-box {
	margin-bottom: 2% !important;
}

@media (max-width: 767px) { /* Elementor default mobile breakpoint */
  .regalo-box, .title-box {
    margin-bottom: 8% !important;
  }
}

.gift-image, .cover-image {
	padding: 1%;
	border: 1px solid #000000;
}

