/*
 * Please see wp-cookie-allow.php for more details.
 * @author $Author$
 * @version $Id$
 * @since 2.3.3
 */
 
/* Bar and box */
#wpca-trans-layer { width:100%; height:100%; position:fixed; top:0; left:0; z-index:99997; zoom:1 }
.wpca-lay-out, .wpca-lay-out * { box-sizing:border-box }  
.wpca-lay-out { position:fixed; height:auto; display:block; z-index:99998 }
.wpca-lay-out { background-color:#444444 }
.wpca-lay-out.wpca-top { top:0 }
.wpca-lay-out.wpca-bottom { bottom:0 }
.wpca-lay-out.wpca-hide { display:none }
.wpca-lay-out.wpca-show { display:block }
.wpca-lay-out.wpca-align-left p { text-align:left; }
.wpca-lay-out.wpca-align-center p { text-align:center }
.wpca-lay-out.wpca-align-right p { text-align:right }
.wpca-lay-out .wpca-lay-out-content { min-height:40px }
.wpca-lay-out .wpca-lay-out-content p { padding:0 5px; margin:0; position:relative; z-index:100; opacity:100; min-height:40px }
.wpca-lay-out .wpca-lay-out-content * { font-size:16px; line-height:33px }
.wpca-lay-out.wpca-close-x { overflow:visible }
.wpca-btn-privacy { cursor:pointer }

/* the Bar */  
#wpca-bar { width:100%; min-height:30px; padding:15px 20px }
#wpca-bar-content { width:80%; text-align:center; display:inline-block; vertical-align:top }
#wpca-bar-meta { width:20%; display:inline-block; vertical-align:top; text-align:right }
#wpca-bar-meta .wpca-btn-accept { display:inline-block }
#wpca-bar.wpca-top.wpca-shadow { -webkit-box-shadow: 2px 2px 5px 0px rgba(68, 68, 68, 0.75); -moz-box-shadow: 2px 2px 5px 0px rgba(68, 68, 68, 0.75); box-shadow: 2px 2px 5px 0px rgba(68, 68, 68, 0.75); }
#wpca-bar.wpca-bottom.wpca-shadow { -webkit-box-shadow: 2px -2px 5px 0px rgba(68, 68, 68, 0.75); -moz-box-shadow: 2px -2px 5px 0px rgba(68, 68, 68, 0.75); box-shadow: 2px -2px 5px 0px rgba(68, 68, 68, 0.75); }

/* the Box */
#wpca-box { width:20%; min-height:10%; max-height:100%; padding:15px 20px }
#wpca-box.wpca-tl { top:0; left:0 }
#wpca-box.wpca-tr { top:0; right:0 }
#wpca-box.wpca-bl { bottom:0; left:0 }
#wpca-box.wpca-br { bottom:0; right:0 }
/* centered box */
#wpca-box.wpca-ct {
	position:fixed; top:50%; left:50%; transform:translate(-50%, -50%);
}
#wpca-box-content { width:100%; text-align:center }

#wpca-box-meta { width:100%;  text-align:center }
#wpca-box-meta .wpca-btn-accept {  }
.wpca-btn-align-left #wpca-box-meta { text-align:left }
.wpca-btn-align-right #wpca-box-meta { text-align:right }
#wpca-box.wpca-shadow { -webkit-box-shadow: 2px 2px 5px 0px rgba(68, 68, 68, 0.75); -moz-box-shadow: 2px 2px 5px 0px rgba(68, 68, 68, 0.75); box-shadow: 2px 2px 5px 0px rgba(68, 68, 68, 0.75); }

/* close */
#wpca-close { cursor:pointer }
.wpca-lay-out #wpca-close { position:absolute; display:inline-block; right:10px }
.wpca-lay-out.wpca-top #wpca-close { bottom:-30px }
.wpca-lay-out.wpca-bottom #wpca-close { top:-30px }
.wpca-lay-out.wpca-ct #wpca-close { right:0px; top:-30px }

/* Responsive - media queries (fallback) */
@media screen and (max-width: 640px), screen and (max-height: 375px) {
	
	.wpca-lay-out img { max-width:100%; height:auto }
	#wpca-box { width:100% !important; margin:0 !important; border-radius:0 !important }
	#wpca-bar-content, #wpca-bar-meta { display:block; width:100% }  
	#wpca-bar-content *, #wpca-box-content * { font-size:14px; line-height:26px }
	#wpca-bar-meta, #wpca-box-meta { padding-top:5px }
	#wpca-bar-meta .wpca-btn-accept, #wpca-box-meta .wpca-btn-accept { width:100% }	
	/* centered box */
	#wpca-box.wpca-ct { top:0; left:0; transform:none; height:100%; z-index:99999 }		
}

@media screen and (max-width: 430px) {}
@media screen and (max-width: 396px) {}
@media screen and (max-width: 360px) {}