/************************************************************************/
/* Theme Name: The Hope House
/* Version: 1.0
/* Author: Amber Chutich | Contact Developer
/* Author URI: mailto:mybizwebdev@gmail.com
/* Description: Custom WordPress theme built for The Hope House
/************************************************************************/


.flip-card-inner .icon img{
    height: 100px;
}

.pagination{
	display:flex !important;
	padding: 20px 0 !important;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
	cursor: default !important;
}

.btn-primary{background-color:#2962A4 !important;}
.btn-secondary{background-color: #D5896F !important;}

.bg-navy-blue{background-color:#00274A;}
.bg-royal-blue{background-color:#2962A4;}
.bg-pale-copper{background-color:#D5896F;}
.bg-overlay-light{
	background-image: linear-gradient(rgba(41, 98, 164, .5), rgba(41, 98, 164, .1)) !important;
}

footer[role=contentinfo] .footer-cols h6{color:#2962A4 !important}

footer[role=contentinfo] .formbar .form-holder form .gform_footer input[type=submit]{
	background-color: #2962A4 !important;
	border: 1px solid #2962A4 !important;
}

