
ul#menu-explore-menu li {
    color: #CCCCCC;
    list-style: none;
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}
ul#menu-explore-menu li:before {
    content: '';
    background: #CCCCCC;
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.header-menu .navbar-dark .navbar-nav .current-menu-item .nav-link{
    color: #fff;
}
.header-menu .navbar-dark .navbar-nav .current-menu-item .nav-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 13px;
    height: 1px;
    background: #fff;
}
.input-container img{
	z-index: 1;
}
.check-ul{
    display: block;
}
.check-ul input{
    width: 20px;
    height: 20px;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    top: 5px;
    position: relative;
    margin-right: 10px;
}
.check-ul span.wpcf7-list-item-label {
    font-size: 14px;
    color: #000;
    position: relative;
}
input[type="checkbox"]:checked + span::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url('../images/check.svg') #8E0F01;
    background-size: cover;
    position: absolute;
    left: -32px;
    top: -1px;
}
.dropdown-item{
    text-transform: uppercase;
}
.dropdown-menu li.nav-item{
    padding: 0 !important;
}
footer figure.wp-block-image {
    width: fit-content;
    max-height: 120px;
}
footer figure.wp-block-image img{
    max-height: 120PX;
    width: auto;
}