/*******************************************************
 *
 * General
 *
 *******************************************************/

#ip-communities {
    padding: 30px 0;
}

#content .page-links {
    margin-top: 30px;
}

#archive-communities {
    display: block;
    position: relative;
}

#archive-communities .fc-list {
    font-size: 0;
}

#archive-communities a.fc {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 33.333333%;
}

#archive-communities a.fc:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--primary-overlay-color);
    opacity: 0.15;
    -webkit-transition: background 0.3s, opacity 0.3s;
    -o-transition: background 0.3s, opacity 0.3s;
    transition: background 0.3s, opacity 0.3s;
}

#archive-communities a.fc:hover:before {
    background: var(--primary-overlay-color);
    opacity: 0.5;
}

#archive-communities a.fc canvas {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
}

#archive-communities .fc-details {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 29px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    z-index: 2;
    padding: 15px;
}

/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {
    #archive-communities a.fc {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    #archive-communities .fc-list {
        padding: 0 15px;
    }

    #archive-communities a.fc {
        display: block;
        width: 550px;
        max-width: 100%;
        margin: 0 auto;
    }

    #archive-communities a.fc + a.fc {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 480px) {}
