/** 
 * Filename: i-agree-popups.css
 * Description: I Agree! Popup Styles
 * Version: 1.0.0 (19-02-16)
 * Author: Talisman
**/

.iAgreePopup {position:fixed; top:0; left:0; right:0; bottom:0; display:none; z-index:999999;}
.iAgreePopup .popupBG {background:#000; opacity:0.8; position:absolute; top:0; left:0; right:0; bottom:0; z-index:0; }
.iAgreePopup .popupContainer { height:calc( 100% - 64px ); max-height:100%; width:calc(100% - 64px ); max-width:100%;left:32px; top:32px; z-index:1; position:absolute; }


.iAgreePopup .popupContainer .popupContent{ text-align: center; color:#fff; padding:16px; }
.iAgreePopup .popupContent__info { max-width: 888px; margin:0 auto; }

.iAgreePopup .popupContent__info h1{ font-size: 35px;padding-bottom: 32px; }
.iAgreePopup .popupContent__info p{ font-size: 20px; }
.iAgreePopup .popupContent__actions a{  color:#fff; font-size: 20px; text-decoration: none;}


#wpadminbar #wp-admin-bar-i-agree-popups .ab-icon:before {content: '\f314';top: 3px;}

.stick-body { overflow: hidden;height: 100vh; }
.stick-body .zsiq_floatmain{ display: none!important; }

@media screen and ( max-width: 767px )
{
	.iAgreePopup .popupContainer{ height:calc( 100% - 32px );width:calc(100% - 32px );left:16px; top:16px;}

	.popupContent{ overflow-y: scroll;height: 100%; padding-bottom: 100px; }
}
