/*
 Theme Name:     Company
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/****************************/
/* INPUT FORM CONTATTI 
*/

input.text, input.title, input[type="email"], input[type="password"], input[type="tel"], input[type="text"], select, textarea {

    padding: 10px;
    border-radius: 5px;
	width: 100%;

}

/****************************/
/* BOTTONE FORM CONTATTI 
*/
.wpcf7-form-control.wpcf7-submit {
    width: 143px;
    padding: 10px;
    border-radius: 7px;
    background: orange;

}

.cn-button.bootstrap {
    font-family: sans-serif !important;
    display: inline-block !important;
    *display: inline !important;
    padding: 4px 12px !important;
    margin-right: .3em !important;
    margin-bottom: 0 !important;
    *margin-left: .3em !important;
    line-height: 20px !important;
    color: #333 !important;
    text-align: center !important;
    text-shadow: 0 1px 1px rgba(255,255,255,.75) !important;
    font-style: normal !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25) !important;
    background-color: #006dcc !important;
    *background-color: #04c !important;
    background-image: -moz-linear-gradient(top,#0088cc,#0044cc) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0044cc)) !important;
    background-image: -webkit-linear-gradient(top,#0088cc,#0044cc) !important;
    background-image: -o-linear-gradient(top,#0088cc,#0044cc) !important;
    background-image: linear-gradient(to bottom,#0088cc,#0044cc) !important;
    background-repeat: repeat-x !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-color: #04c #04c #002a80 !important;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25) !important;
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    padding: 2px 10px !important;
    font-size: 12px !important;
    text-decoration: none !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    outline: none !important;

}

/*css form su 2 colonne e privacy scorrevole*/

.riga-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.riga-flex p {
	width: 49%;
}

.privacy {
	overflow: auto;
    max-height: 90px;
    margin-bottom: 20px;
    background-color: #F9F9F9;
    padding: 10px;
    font-size: 12px;
    color: #999;
}

.btn-prenota {
    position: fixed;
    top: 30rem;
    right: 0;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    background: #f0f0f0;
    color: #5e724f;
    font-weight: 800;
    font-size: clamp(1rem, 1.25rem, 1.5rem);
    width: fit-content;
    padding: .5rem 1rem .5rem .5rem;
    border: 1px solid;
	border-right:0px solid;
	display: flex;
    align-items: center;
	z-index:10000;
	margin-top:50px;
}

.btn-prenota img {
	margin-right:.5rem;
	max-width:42px;
}

ul#menu-main-menu > li.current-menu-item > a {
	font-weight:800;
}

.wrap-social a i {
    min-width: 3rem;
    font-size: 2em;
}
.wrap-social a {
    font-weight: 300;
}
.wrap-social {
    display: flex;
    gap: 3.5rem;
}

div#left-area {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: grid;
   /* grid-template-columns: repeat(3, 1fr);*/
    gap: 1rem;
}

.et_right_sidebar #main-content .container:before, p.post-meta {
display:none;
}

article {
    font-weight: 300;
    content: " ";
    text-align: center;
}

h2.entry-title {
    font-size: 1.5rem;
}

@media (max-width:980px) {
	div#left-area {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width:767px) {
	button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
		display:none !important;
	}
	
	div#left-area {
		grid-template-columns: repeat(1, 1fr);
	}
}