/* 
Theme Name: Il baule magico
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Tema per Il baule magico
Author: Sottolinea.com
Author URI: https://sottolinea.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */

/* header */

.header-fisso,
.header-mobile-fisso {
	transform: translatey(-150px);
	-moz-transition: all .8s ease!important;
	-webkit-transition: all .8s ease!important;
	transition: all .8s ease!important;
}

.elementor-sticky--effects.header-fisso,
.elementor-sticky--effects.header-mobile-fisso  {
	height: auto!important;
	transform: translatey(0px);
}

.elementor-sticky--effects.header-scorrevole,
.elementor-sticky--effects.header-mobile-scorrevole {
	display: none!important;
}



/* TITOLI ORO */

.gold-title .elementor-heading-title {

    display:inline-block;

    background:linear-gradient(
        180deg,
        #fff2a5 0%,
        #ffd94d 18%,
        #f6bf14 35%,
        #d98e08 55%,
        #9a5a00 72%,
        #ffd54a 90%,
        #fff3b5 100%
    );

    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;

    filter:
        drop-shadow(0 2px 0 rgba(255,240,180,.25))
        drop-shadow(0 3px 5px rgba(0,0,0,.45))
        drop-shadow(0 8px 16px rgba(0,0,0,.30));

}






/* contact form */

.wpcf7 {
	/*font-size: 0.8em;*/
}

/* .wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea { */
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    /* padding: 7px; */
	/* border-color: #aaa;*/
	font-size: 0.8em;
    margin-top: 10px;
    font-family: sans-serif;
    padding: 5px 10px;
    border: none;
}

.wpcf7 input[type="submit"] {
	padding: 10px 20px;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: contents;
}

.wpcf7 form>div, .wpcf7 form>p {
    margin-bottom: 1em;
}

.wpcf7 label {
    padding: 0 0 5px 0;
    display: block;
}

.cf-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	/*margin-bottom: 10px;*/
}

.cf-col-3.mod, .cf-col-6.mod {
	width: 50%;
}

.cf-col-4.mod {
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

#landing_pages_form .cf-col-1, #landing_pages_form .cf-col-2, #landing_pages_form .cf-col-3, #landing_pages_form .cf-col-4, #landing_pages_form .cf-col-5, #landing_pages_form .cf-col-6, #landing_pages_form .cf-col-7, #landing_pages_form .cf-col-8, #landing_pages_form .cf-col-9, #landing_pages_form .cf-col-10, #landing_pages_form .cf-col-11, #landing_pages_form .cf-col-12 {
	margin-bottom: 0;
}

.wpcf7 .intl-tel-input {
    margin-top: 5px !important;
}

@media ( min-width: 576px ) {
	
	.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
		margin-bottom: 10px;
	}
	
	.cf-col-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.cf-push-1 { margin-left: 8.333333%; }
	.cf-col-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.cf-push-2 { margin-left: 16.66667%; }
	.cf-col-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.cf-push-3 { margin-left: 25%; }
	.cf-col-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.cf-push-4 { margin-left: 33.33333%; }
	.cf-col-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.cf-push-5 { margin-left: 41.66667%; }
	.cf-col-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cf-push-6 { margin-left: 50%; }
	.cf-col-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.cf-push-7 { margin-left: 58.33333%; }
	.cf-col-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cf-push-8 { margin-left: 66.66667%; }
	.cf-col-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.cf-push-9 { margin-left: 75%; }
	.cf-col-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.cf-push-10 { margin-left: 83.33333%; }
	.cf-col-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.cf-push-11 { margin-left: 91.66667%; }
	.cf-col-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}