@media (max-width: 768px) 
	/* CSS for mobile */{
	#envira-gallery-463 .envira-gallery-item { 
		 width: 100% !important; }  
}        
	


hr {
    width: 60%; }

/* Submit buttons*/
.wpforms-submit {
    background: #ff0000 !important;
	color: #fff !important;}

.wpforms-submit:hover {
    background: #1e73be !important;
	color: #fff !important;}


/* Fip Box Border on Back Side */
#flip-box-block-back-inner.is-layout-flow.wp-block-flipbox-back-is-layout-flow {
    border: solid 2px #ccc;
	border-radius: 10px;
	background-color: #ff0000 !important; }


/* Keep footer at bottom of page */
html, body {
    height: 100%;
}

#wrapper.site,
#wrapper.site.wp-site-blocks {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-footer,
footer.site-footer {
    margin-top: auto;
}

        
        
/* Hide Recaptcha Badge */
.grecaptcha-badge  {
      visibility: collapse !important;  }