/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author: UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.white-popup{
	position:relative;
	background:#fff;
	padding:25px;
	width:auto;
	max-width: 500px;
	margin:0 auto;
	border-radius: 8px;
}
.white-popup h2{
    color: #ed1c24;
    font-size: 30px;
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.white-popup .text-align-center{
	text-align: center;
	margin-top: 20px;
}
.white-popup .type_email{
	border-bottom: 3px solid #ed1c24;
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
}
.type_email:focus {
  	border-color: inherit !important;
  	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
}
.spin_block_form{
	text-align: center;
	color: #ed1c24;
}
a:hover{
	color: #ee252d !important
}
.custom-pagination{
    text-align: center;
}
.page-numbers {
    background: #e8e8e8;
    padding: 5px 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
}
.font20{font-size: 20px;}
.form-row-wide .checkbox {
	font-size: 18px;
}
.submit-btn-export{
    color: #FFF;
    padding: 10px 30px;
    background: #2271b1;
    border: 0px;
    border-radius: 6px;
    cursor: pointer;
}