/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 13 2025 | 18:49:26 */
.footer-top.mg-auto.back-ground-accent > div:first-child {
	background-color:#01539d !important;
}


.header-customize .customize-custom-html a{
	background-color:#01539d !important;
}

.my-color a:hover{
	background-color: #01539d !important;
    border-color: #01539d !important;
}


.my-icons .my-color{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.my-icons .my-color .ct-icon{
/* 	background-color: #01539d !important; */
margin-bottom:2rem;
}


.exampp-hints a{
	text-decoration:underline;
}

.exggmap-caption {
    display: none;
}

#exggmap-btn {
	border-color: #01539d !important;
	    text-transform: none;

}


#exggmap-btn:hover {
	color: white !important;
	background-color:#01539d !important;
	border:1px solid white !important;
}

@media (max-width: 500px) {
    .exggmap-wrapper {
        aspect-ratio: 1024 / 1024 !important;
    }
}

@media (max-width: 992px) {
    .exggmap-wrapper {
        aspect-ratio: 1024 / 600 !important;
    }
}

@media (max-width: 650px) {
    .exggmap-wrapper {
        aspect-ratio: 1024 / 1024 !important;
    }
}

.wpcf7-list-item > label{
	display:flex;
}

.wpcf7-list-item > label input[type="checkbox"] {
    width: 10% !important;
    height: 25px;
}

a:hover {
    color: #97949b !important;
}