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

/* nascondo badge recaptcha */
.grecaptcha-badge { visibility: hidden; }

.privacy {
    overflow: auto;
    max-height: 90px;
    margin-bottom: 20px;
    background-color: #F9F9F9;
    padding: 10px;
    font-size: 12px;
    color: #999;
}

.testoprivacy {
    font-size: 12px;
    text-align: justify;
    overflow-y: auto;
    height: 100px;
}
.captcha-policy {
    font-size: 12px;
}

/* @media */
/* massimo smartphone */
@media (max-width:767px) {
}
/* minimo tablet piccolo (ipad) */
@media (min-width:768px) {
}
/* minimo tablet grande (ipad pro)*/
@media (min-width:981px) {
}
/* solo Tablet grande */
@media (min-width:980px) and (max-width:1366px) {
	.colonna-recensioni-sx {
    padding: 50px !important;
}
}
/* solo Tablet piccolo */
@media (min-width:768px) and (max-width:980px) {
}

.single-post #main-content .container {
    width: 90%;
    max-width: 1180px;
    margin: auto;
    position: relative;
}

.fa-map-marker-alt:before, .fa-phone:before, .fa-mobile:before, .fa-envelope:before {
    margin-right: 5px;
}

iframe {
	display:block;
}

.testoprivacy {
    background-color: #f6f6f6;
}

.single-post h1.entry-title {
    padding-bottom: 20px;
}

.single-post h4.widgettitle {
    font-weight: bold;
}