/*
 * Theme Name: Casino Route Theme GIT
 * Description: No Composer
 * Version: 1.1
 * Author: Ogooga IT
*/

/* section#content {
    margin-top: 100px;
} */

/* category page component layout */
@media screen and (min-width: 992px) {
    .subcats-posts-ctn {
        display: grid;
        grid-template-columns: repeat(2, 6fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .subcats-posts-ctn .post-1 {
        grid-area: 1 / 1 / 3 / 2;
    }
    .subcats-posts-ctn .post-2 {
        grid-area: 1 / 2 / 2 / 3;
    }
    .subcats-posts-ctn .post-3 {
        grid-area: 2 / 2 / 3 / 3;
    }
    .subcats-posts-ctn .post-4 {
        grid-area: 3 / 1 / 4 / 2;
    }
    .subcats-posts-ctn .post-5 {
        grid-area: 3 / 2 / 4 / 3;
    }

    .subcats-posts-ctn .post-2,
    .subcats-posts-ctn .post-3 {
        display: flex;
    }
    .subcats-posts-ctn .post-2 .post-thumb--1,
    .subcats-posts-ctn .post-3 .post-thumb--1 {
        margin-bottom: 0px;
    }

    .subcats-posts-ctn .post-thumb--1 {
        margin-bottom: 0;
        height: 100%;
    }

    .subcats-posts-ctn {
        margin-bottom: 20px !important;
    }
}

/* kkstarrating style */
.kksr-stars .kksr-icon {
    width: 14px !important;
    height: 14px !important;
}
.kk-star-ratings {
    flex-wrap: wrap;
    justify-content: center;
}
.kksr-stars {
    margin-bottom: 4px;
}
.kksr-legend {
    font-size: 10px !important;
}

/* loading spinner */
#loading-spinner {
    display: flex;
    justify-content: center;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #25664d;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.small-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
    margin-right: 32px;
}

.offer--1,
.offer--2,
.offer--3,
.offer--4 {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.green-card {
    visibility: hidden;
}

section.content-wrapper .map-section #us-map circle,
section.content-wrapper .map-section #us-map path,
section.content-wrapper .map-section .map-wrapper #NV, 
section.content-wrapper .map-section .map-wrapper #UT, 
section.content-wrapper .map-section .map-wrapper #WA {
    fill: #ccc;
}

.casinos-card__single img {
    margin-bottom: 0px;
}

.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
}

.nav-item .dropdown-second-level {
    padding-left: 10px;
}

.logged-in {
    #wpadminbar {
        z-index: 10000000000;
    }
}