/*
Theme Name: Color Theme
*/
.main-nav {
    width: 0;
    z-index: 10;
    transition: .5s;
}
.main-nav a {
    transition: .3s;
}
.overlay {
    z-index: 9;
    transition: opacity 1s;
}

.back-top {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 25px;
}

.image-container {
    column-count: 3;
    column-gap: 0;
}

.image-container img, .image-container .wp-caption {
    width: 90% !important;
}

.image-container .wp-caption img {
    width: 100% !important;
}

@media (max-width: 475px) {
    .image-container {
        column-count: 2;
    }
}
.loading {
    background-color: rgba(0,0,0,.5);
}

.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    left: 50%;
    border-width: 30px;
    -webkit-animation: spin 1s linear infinite;
}

.style-2 .loading-wheel {
    border-style: double;
    border-color: #ccc transparent;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

.saboxplugin-wrap .saboxplugin-socials {
    background: transparent !important;
    border-top: none !important;
}

.saboxplugin-socials .saboxplugin-icon-grey {
    text-decoration: inherit;
    box-shadow: none;
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    margin: 10px 5px;
    color: #444;
    fill: #444;
}

.saboxplugin-socials a svg {
    width: 18px;
    height: 18px;
}

.category-item img {
    height: 189px;
	max-height: 189px;
}

.category-filter .active {
    color: white;
    background-color: #0dcaf0;
}

.menu-item-has-children>a:after{
    font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f0d7";
    font-size: 18px;
    margin-left: 5px;
    position: absolute;
}
ul.sub-menu {
    list-style:none;
    padding: 0 0.25rem;
}
ul.sub-menu.active{
    display:block !important;
}
@media only screen and (min-width: 992px) {
    ul.sub-menu {
        list-style: none;
        display: none;
        position: absolute;
        z-index: 1;
        background: #187b93;
        padding: 0 0.25rem;
    }
}

.navigation .nav-links {
    display: flex;
    justify-content: center;
}
.navigation .nav-links ul {
    list-style: none;
    padding-left: 0;
    display: flex;
}
.navigation .nav-links ul li {
    margin: 0 0.25rem;
}
.navigation .nav-links ul li a.current, .navigation .nav-links ul li a:hover, .navigation .nav-links ul li span.current, .navigation .nav-links ul li span:hover {
    opacity: 1;
}
.navigation .nav-links ul li a, .navigation .nav-links ul li span {
    padding: 0.25rem 0.75rem;
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #187b93;
    text-decoration: none;
    color: #fff !important;
    border-radius: 10px;
    border: none;
}