/* --------------------------------------------------------
 * Theme Name: SCUOLASTICO
 * Theme URI: https://www.scuolastico.it/
 * Author: Karon S.r.l.
 * Author URI: https://www.karon.it/
 * --------------------------------------------------------
 */
.cookiebar {
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}

.iframe-terze-parti {
    /*border: 1px solid rgb(217, 217, 217);
    border-radius: 8px;*/
    padding: 10px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin: 5px 0 28px;
}

.iframe-terze-parti .img-placeholder {
    display:inline-block;
    position: relative;
    border-radius: 4px;
    background-color: rgb(217, 217, 217);
    background-image: url("/img/player-placeholder.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.iframe-terze-parti.iframe-bloccato.iframe-gmaps .img-placeholder {
    background-image: url("/img/maps-placeholder.jpg");
    background-size: cover;
}
.iframe-terze-parti.iframe-bloccato.iframe-youtube .img-placeholder {
    background-image: url("/img/youtube-placeholder.jpg");
    background-size: cover;
}

.iframe-terze-parti .link-sinistra,
.iframe-terze-parti .link-centrale,
.iframe-terze-parti .link-destra {
    width: 33%;
    vertical-align: top;
    display: inline-block;
}

.iframe-terze-parti .link-sinistra {
    padding-right: 10px;
}
.iframe-terze-parti .link-centrale {
    padding: 0;
}
.iframe-terze-parti .link-destra {
    padding-left: 10px;
}
.iframe-terze-parti.iframe-bloccato .link-sinistra,
.iframe-terze-parti.iframe-bloccato .link-centrale {
    display: none;
}
.iframe-terze-parti.iframe-bloccato .link-destra {
    width: 100%;
}

.bg-agid {
	background-color: rgb(0, 102, 204);
}