/**
 * @copyright   Copyright (c) 2017 Magenio Team (http://magenio.com)
 * @author    Antonio Carboni
 * Single block Privacy Policy V. 2.1.VVV
 */ 
.magenioform {color: #000; }
.privacy-container { display:none; }
.control-privacy { margin-top: 12px; }
.magenio-privacy-textarea { background:#fff; border:1px solid #999; height:150px; overflow-y:scroll; padding:8px; max-width:516px; }
.input-box-privacy { position: relative; padding-bottom: 15px; }
.input-box-privacy .validation-advice { position: absolute; top: 15px; left: 0; }

.block .input-box-privacy .input-box { display: inline-block; }
.input-box-privacy .input-box { display: inline}
.input-box-privacy .validation-advice {
    background: rgba(255, 255, 255, 0.97) none repeat scroll 0 0 !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    font-weight: bold;
    left: 0;
    padding: 10px 5px !important;
    position: absolute;
    top: 23px;
    z-index: 1;
}

.footer #subscribe-form .input-box-privacy .validation-advice {
    border: 0 none;
    font-weight: normal;
    min-width: 130px;
    top: 20px;
}
.input-box-privacy {
    clear: left;
}
.footer #subscribe-form .input-box-privacy label,
.footer .block-subscribe .input-box-privacy label {
    font-size: 12px;
    text-transform: none;
}
.footer .block-subscribe .input-box-privacy .input-box {
    width: auto;
}
.privacy-container.visible {
    display: block;
}