/**
 * LICENCE
 * 
 * ALL RIGHTS RESERVED.
 * YOU ARE NOT ALLOWED TO COPY/EDIT/SHARE/WHATEVER.
 * 
 * IN CASE OF ANY PROBLEM CONTACT AUTHOR.
 * 
 *  @author    Tomasz Dacka (kontakt@tomaszdacka.pl)
 *  @copyright PrestaHelp.com
 *  @license   ALL RIGHTS RESERVED
 */

.advancedpopup {
    width:inherit;
    height:inherit;
    box-sizing: border-box;

}
.advancedpopup .content {
    background-size:cover;
    background-position: center center;
}
.advancedpopup iframe {
    width:100%;
    height:100%;
}
.advancedpopup .text {
    width:inherit;
    height:inherit;
}
.advancedpopup .social {
    height:50px;
    line-height: 50px;
    padding: 0px 9px;
    color:#777;
    font-size:20px;
}
.advancedpopup .social *{
    vertical-align: middle;
}
.advancedpopup .social img {
    float:right;
    top:9px;
    position:relative;
    margin-left:10px;
}

.advancedpopup .newsletter input{
    position:absolute;
}
