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

#prenota label {
    color: black;
}

.blog-st-title h1 {
    font-size: 100px;
    text-transform: uppercase;
	font-weight: 300;
}

.elementor-field-group label {
    color: black !important;
}

.elementor-kit-5 input[type="submit"] {
    color: #ffffff !important;
}

/* Privacy And Cookies */


main#content.post-9310 ,main#content.post-13205 {
    box-shadow: 0 0 30px 0 #ddd;
    padding: 40px;
    margin: 50px AUTO;
	border-radius: 0 0 130px
}

/*span.elementor-button-icon.elementor-align-icon-left {
    color: black !important;
}

.no-bg a.elementor-button.elementor-button-link.elementor-size-sm {
	background-color:transparent !important;
}

.no-bg a.elementor-button.elementor-button-link.elementor-size-sm:hover {
	background-color:transparent !important;
}


.elementor-field-group span.elementor-button-text {
    color: #000 !important;
	font-weight: 600;
}

.elementor-field-group button.elementor-button.elementor-size-sm{
	  background-color:#FFEA61 !important;
}

a.elementor-button.elementor-button-link.elementor-size-sm {
    background-color:#FFEA61 !important;
}

a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    background-color:#2AAAAF !important;
}


span.elementor-button-text {
    color: #000 !important;
	font-weight: 600;
}*/

.cli-bar-btn_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a#wt-cli-accept-all-btn,
a#cookie_action_close_header_reject,
a.medium.cli-plugin-button.cli-plugin-main-button.cli_settings_button{
    width: 100%;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
.cli-bar-message {
    font-size: 18px;
    line-height: 32px;
}

.searchandfilter ul > li > ul:not(.children) {
    margin-left: 0;
    padding: 0px;
    display: grid;
}
.searchandfilter li {
    display: inline;
margin-bottom: 10px;
}
input[type=date]{
	margin-bottom: 10px;
}
form.searchandfilter {
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
}
.elementor-kit-5 input[type="submit"]{
	color: var( --e-global-color-primary );
}



.sectionservice .textservice  {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
    transition-duration: 1s;
}
.sectionservice .titleservice {
    transform: translate3d(0, 0, 0);
    transition-duration: 1s;
}

.sectionservice:hover .textservice{
    opacity: 1;
    transition-duration: 1s;
}
.sectionservice:hover .titleservice {
    transform: translate3d(0, -100px, 0);
    transition-duration: 1s;
}

.elementor-element.e-con-full.blurred-bg {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(30px);
    -webkit-box-shadow: 0 10px 10px 1px #0000;
    background-color: #ffea61b0  !important;
}


@media only screen and (max-width: 992px){
span.ch2{
    font-size: 28px!important;
    color: #000;
    padding-left: 0px!important;
}
	.blog-st-title h1 {
    font-size: 30px;
}
}
span.ch2{
    font-size: 51px;
    color: #000;
    padding-left: 80px;
}