.gallery {
    position: relative;
    background-image: url('/wp-content/themes/thecocoon/assets/img/gallery-bg.svg');
    background-repeat: repeat;
    opacity: 1;
}

.gallery__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.5;
}

.gallery__content {
    position: relative;
    z-index: 1;
    /* background: rgba(104, 200, 198, 0.3); */
    padding: 94px 0 50px;
    color: #fff;
}

.gallery__content h2 {
    color: #fff;
}

.gallery__main {
    padding-top: 15px;
}

.gallery__main ul {
    column-count: 2;
    -moz-column-count: 2;
    column-gap: 0;
}

.gallery__main ul li {
    padding: 0;
    margin: 0 11px 18px;
}

.gallery__main ul li img {
    width: 100%;
}

.gallery__main ul li a {
    position: relative;
    display: block;
}

.gallery__hover {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(104, 200, 198, 0.7);
    z-index: 3;
    opacity: 0;
}

.gallery__hover i {
    width: 64px;
    height: 64px;
    display: block;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    font-size: 30px;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.gallery-wave {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 2;
    width: 100%;
}

.gallery-wave img {
    width: 100%;
}

.gallery__btn {
    margin-top: 30px;
}

.gallery__btn .btn {
    background: #fff;
    color: #68c8c6;
}

@media (min-width: 768px) {
    .gallery__content {
        padding: 100px 0 65px;
    }

    .gallery__main ul {
        column-count: 3;
        -moz-column-count: 3;
        column-gap: 0;
    }

    .gallery-wave {
        position: absolute;
        top: -2px;
        left: 0;
        z-index: 2;
    }

    .gallery__btn {
        margin-top: 30px;
    }

    .gallery__main ul li {
        padding: 0;
        margin: 0 16px 32px;
    }
}

@media (min-width: 1200px) {
    .gallery__content {
        padding: 170px 0 96px;
    }

    .gallery__main ul {
        column-count: 4;
        -moz-column-count: 4;
        column-gap: 0;
    }

    .gallery-wave {
        position: absolute;
        top: -2px;
        left: 0;
        z-index: 2;
    }

    .gallery__btn {
        margin-top: 60px;
    }

    .gallery__main ul li {
        margin: 0 8px 14px;
    }

    .gallery__main ul li a {
        border: 8px solid transparent;
    }

    .gallery__main ul li a:hover {
        border-color: #fff;
        box-shadow: 0 0 20px rgba(10, 64, 82, 0.3);
    }

    .gallery__main ul li a:hover .gallery__hover {
        opacity: 1;
    }
}

@media (min-width: 1600px) {
    .gallery__content {
        padding: 220px 0 96px;
    }

}

.gallery .hide_load {
    display: none;
}

.gallery ul li:before {
    content: "";
}

.admin-bar .fancybox-toolbar {
    margin-top: 40px;
}