.no-communities-found {
     font-size: 16px;
     padding: 0 15px
}

.page-template-template-fullwidth .aios-communities-page {
     padding: 30px 0 0
}

.page-template-template-fullwidth .aiosCommunitiesEndeavor__container {
     padding: 0 20px
}

.aiosCommunitiesEndeavor {
     padding: 10px 0
}

.aiosCommunitiesEndeavor__row {
     display: flex;
     flex-flow: row wrap;
     margin: 0 -15px
}

.aiosCommunitiesEndeavor__col {
     padding: 15px;
     width: calc(100% / 3)
}

.aiosCommunitiesEndeavor__col-inner,
.aiosCommunitiesEndeavor__col a {
     display: block;
     width: 100%;
     position: relative
}

.aiosCommunitiesEndeavor__col.aios-communities-has-text-shadow .aiosCommunitiesEndeavor__content h3 {
     text-shadow: 1px 2px 2px #000
}

.aiosCommunitiesEndeavor__col.aios-communities-show-overlay .aiosCommunitiesEndeavor__img::after {
     display: block;
     width: 100%;
     height: 100%;
     position: absolute;
     background: var(--aios-communities-overlay-color);
     z-index: 9;
     content: "";
     top: 0;
     left: 0;
     opacity: var(--aios-communties-overlay-opacity);
     transition: all 0.6s ease
}

.aiosCommunitiesEndeavor__col:hover .aiosCommunitiesEndeavor__img::before {
     opacity: 0.75
}

.aiosCommunitiesEndeavor__col:hover .aiosCommunitiesEndeavor__img::after {
     opacity: 0
}

.aiosCommunitiesEndeavor__col:hover .aiosCommunitiesEndeavor__content span {
     height: 51px;
     opacity: 1
}

.aiosCommunitiesEndeavor__img {
     position: relative
}

.aiosCommunitiesEndeavor__img::before {
     display: block;
     width: 100%;
     height: 100%;
     position: absolute;
     background: var(--aios-communities-primary-color);
     z-index: 9;
     content: "";
     top: 0;
     left: 0;
     opacity: 0;
     transition: all 0.6s ease
}

.aiosCommunitiesEndeavor__img canvas {
     display: block;
     width: 100%;
     max-height: 500px
}

.aiosCommunitiesEndeavor__img img {
     display: block;
     object-fit: cover;
     object-position: center center;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%
}

.aiosCommunitiesEndeavor__content {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     display: flex;
     flex-flow: column;
     align-items: center;
     justify-content: center;
     z-index: 9;
     padding: 0;
     text-align: center;
     pointer-events: none;
}

.aiosCommunitiesEndeavor__content h3 {
     color: #ffffff;
     font-size: 25px;
     text-transform: uppercase;
     font-weight: 500;
     letter-spacing: 0.15em;
     pointer-events: auto;
}





.aiosCommunitiesEndeavor__content h3 a {
    color: inherit;
}

.aiosCommunitiesEndeavor__content span {
     color: #000000;
     background: #fff;
     display: block;
     height: 0;
     width: 100%;
     max-width: 164px;
     text-align: center;
     line-height: 51px;
     margin-top: 10px;
     transition: all 0.6s ease;
     letter-spacing: 0.04em;
     overflow: hidden;
     opacity: 0;
     pointer-events: auto;
}

.aiosCommunitiesEndeavor__content span a{
     color: inherit;
}

.aiosCommunitiesEndeavor .ai-communities-pagination {
     padding: 50px 0
}

.aiosCommunitiesEndeavor .ai-communities-pagination ul {
     display: flex;
     align-items: center;
     justify-content: center
}

.aiosCommunitiesEndeavor .ai-communities-pagination ul li {
     position: relative;
     display: block;
     margin: 15px 0;
     padding: 0 30px
}

.aiosCommunitiesEndeavor .ai-communities-pagination ul li a i {
     transition: all 0.4s ease-in-out;
     width: 46px;
     height: 44px;
     font-style: normal;
     color: #898989
}

.aiosCommunitiesEndeavor .ai-communities-pagination ul li a:hover {
     color: var(--aios-communities-primary-color)
}

.aiosCommunitiesEndeavor .ai-communities-pagination ul li a:hover i {
     color: var(--aios-communities-primary-color)
}

.aiosCommunitiesEndeavor__content ul {
    opacity: 0;
    letter-spacing: 0.04em;
    height: 0;
    transition: all 0.6s ease;
    font-size: 0;
    display: block;
    position: relative;
    margin: 18px auto 10px;
    overflow-y: auto;
    width: calc(100% + 30px);
    margin-right: 0;
    margin-left: 0;
    pointer-events: auto;
}

.aiosCommunitiesEndeavor__col:hover .aiosCommunitiesEndeavor__content ul {
    opacity: 1;
    height: auto;
}

.aiosCommunitiesEndeavor__content ul li {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    display: block;
    padding: 0 30px;
}

.aiosCommunitiesEndeavor__content ul li:not(:last-child) {
    margin-bottom: 6px;
}

.aiosCommunitiesEndeavor__content ul li a {
    width: auto;
    color: inherit;
    display: inline-block;
    position: relative;
}

.aiosCommunitiesEndeavor__content ul li a:hover {
    opacity: .75;
}

.aiosCommunitiesEndeavor__col-inner {
    overflow: hidden;
}


@media only screen and (max-width: 991px) {
     .aiosCommunitiesEndeavor__col {
          width: calc(100% / 2)
     }
}

@media only screen and (max-width: 767px) {
     .aiosCommunitiesEndeavor__col {
          width: 100%
     }
}