/* Default */
#cr-backdrop {display: none;position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; z-index:999; opacity:0.5;}
#cr-backdrop.white {background:#ffffff;}
#cr-backdrop.black {background:#000000;}
#cr-modal {
	display: none;
	background:#fff;
	width:330px; 
	box-shadow: 0 0 30px #000; 
	background-size: contain; 
	background-repeat: repeat-x; 
	text-align: center; 
	position:fixed; 
	top:50%; 
	left:50%; 
	margin-top:-150px; 
	margin-left:-150px; 
	padding:20px; 
	z-index:999999;
}
#cr-modal .cr-modal-del {position:absolute; right:20px; cursor:pointer;}
#cr-modal h2 {font-size: 40px; margin: 0 0 14px 0;}
#cr-modal h2:after {
    display: none;
    margin: 0;
    border-bottom: none;
}
#cr-modal a {display:block; padding: 10px; font-size: 14px; font-weight: 400; text-align: center; vertical-align: middle; cursor: pointer; width: 100%; background-color: #666666; text-transform: uppercase; color: #FFFFFF;}
#cr-modal a:hover {background-color:#dddddd;}

/* Festive style */

#cr-modal.festive {background-image: url(/wp-content/plugins/vc-chrisrenga-popup/assets/modal-overlay.jpg);}
#cr-modal.festive h2 {font-family: 'Great Vibes', cursive; font-weight: 400;}
#cr-modal.festive a {background-color: #f73f4c;}
#cr-modal.festive a:hover {background-color:#c5323d;}

/* flowers style */
#cr-modal.flowers {background-image: url(/wp-content/plugins/vc-chrisrenga-popup/assets/pattern-green.jpg);}
#cr-modal.flowers a {background-color: #00631d;}
#cr-modal.flowers a:hover {background-color: #004314;}

/* her style */
#cr-modal.her {box-shadow: none; border: 1px solid #ddd; background-color: rgba(255,255,255, 0.9); }
#cr-modal.her h2 {font-family: industrial736_btitalic, Garamond, 'Hoefler Text', 'Times New Roman', Times, serif; color:#00631d; text-align: left;}
#cr-modal.her p {text-align: left; font-size: 12px;}
#cr-modal.her a {font-size: 12px; width: 100%; max-width: 100%; font-weight: initial; text-align: left; text-transform: initial;}
#cr-modal.her a:hover {background: #000;}

