/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 11 2025 | 09:45:11 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.white-background {
	background-color: #ffffff;
}

.ignition-frontend.going-down #masthead .header-menu ul li a, .ignition-frontend.going-down #masthead .main-header .container .logo, .wp-block.going-down #masthead .header-menu ul li a, .wp-block.going-down #masthead .main-header .container .logo {
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.ignition-frontend #footer .back-top .back-top-wrapper:hover {
	color: #cada32;
}

@media only screen and (min-width: 768px) {
    .wp-block.contact {
        min-height: 50vh !important;
    }
}

.wp-block.simple_video {
    background-color: #ffffff;
}