/* Styles for the CoverPop-ActionDonate.js widget */
.btn-amount {
  	background-color: #0c6646;
  	/*border-color: #130269; */
	/*background-color: #ED0000;*/
  	color: #ffffff !important; 	
	width: 80px; 
	margin-bottom: 5px;
	margin-right: 5px;
	font-size: 22px;
	line-height: 1.33;
	padding: 10px 16px;
	/*padding: 8px 70px; */
	font-family: "Oswald";
	border: none;
}
.btn-amount:hover, .btn-amount:active, .btn-amount:focus {
	background-color: #449d44; 
	/* background-color: #ED0000; */
}
.btn-grouping {
	max-width: 275px;
	margin-top: 25px;
}
.CoverPop-close{
	z-index: 1000 !important;
	position: relative;
	/*color: black;*/
	color: #ffffff !important;
}
.CoverPop-content {
    max-height: 420px !important;
	max-width: 320px !important; 
	width: 95%;
	background-color: white !important; 
	/*padding: 10px 15px !important;*/
}
.CoverPop-content .form-right {
	float: none;
	width: 100%;
	text-align: center;
	align-content: center;
	/*min-height: 375px; */
	max-width: 300px;
	font-size: 1rem;
	display: none;
}
#popimage {
	/*display: none;*/
	float: none;
	display: block;
	min-height: 400px;
	min-width: 300px;
	background-repeat:no-repeat;
	background-image:url('/assets/img/home/coverpop/2019/Lightbox-Wolf-Arrow-300x400.png');
}

@media (min-width: 768px) {
	.CoverPop-content {
		max-height: none; 
		max-width: 900px;
		min-width: 620px;
		min-height: 420px;
	}
	.CoverPop-content .form-right {
		max-width: 300px;
		width: 49%;
		float: right !important;
		text-align: center;
		align-content: center;
		display: block !important;
	}
	#popimage {
		width: 49%;   
		max-width: 300px;
		max-height: 400px;
		float: left;
		display: block;
		background-image:url('/assets/img/home/coverpop/2019/Lightbox-Wolf-300x400.png');
	}
}
