/* 
Theme Name: Hello Elementor Child
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
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
*/

/* TUTTO IL SITO */
b, strong {
    font-weight: 700;
}

/* ARTICOLI SINGOLI */
.single-post .post-tags {
    display: none!important;
}
.single-post h2 {
    font-size: 24px;
	color: #323C7A;
}
.single-post h3 {
    font-size: 20px;
    font-weight: bold;
    color: #E5007E;
}

/* FORM ISCRIZIONE NEWSLETTER */
#form-mailchimp label {
    line-height: 1.2!important;
    width: 100%!important;
}
#form-mailchimp input.wpcf7-form-control.has-spinner.wpcf7-submit {
    float: left!important;
    border-radius: 0px!important;
    text-transform: uppercase!important;
    color: #ffffff!important;
    background-color: #E5007E!important;
    align-items: center;
    min-width: 50%;
    margin-left: 25%;
}

/* FORM SOSTIENICI */
#form-sostienici .elementor-field-option a {
	color:#ffffff!important;
	font-weight:600;
}
#form-sostienici .elementor-message.elementor-message-success {
    color: #289a0e!important;
    background-color: #ffffff!important;
    padding: 10px!important;
    font-weight: 600!important;
    font-size: 18px!important;
}

/* FAQ */
span.elementor-accordion-icon.elementor-accordion-icon-left {
    margin-top: 6px;
}




/* -------------------------------- LAPTOP 1280 px ---------------------------------------- */
@media (max-width: 1280px) {
	.elementor-39 .elementor-element.elementor-element-6ff16e0 > .elementor-widget-container {
    background-position: 25% 25px!important;
	}
	.elementor-39 .elementor-element.elementor-element-b210972 > .elementor-widget-container {
    background-position: 65% 45%!important;
	}
}


/* -------------------------------- LAPTOP 1280 px ---------------------------------------- */
@media (max-width: 1280px) and (min-width: 1025px) {
	
	.elementor-7244 .elementor-element.elementor-element-d3b106e {
    width: var( --container-widget-width, 20vw )!important;
    max-width: 20vw!important;
    --container-widget-width: 20vw!important;
    --container-widget-flex-grow: 0;
	}
}


/* -------------------------------- TABLET IPAD MINI 768 px ---------------------------------------- */
@media (max-width: 768px) {
	.titolo-articoli-correlati .elementor-heading-title {
		font-size:40px!important;
	}
}


/* -------------------------------- SMARTPHONE 428 px ---------------------------------------- */
@media (max-width: 428px) {
	.titolo-articoli-correlati .elementor-heading-title {
		font-size:30px!important;
	}
	.elementor-39 .elementor-element.elementor-element-6ff16e0 > .elementor-widget-container {
    background-position: 50% 25px!important;
	}
}