.aios-communities-page #breadcrumbs {
    display: none;
}
h1.archive-title {
    text-align: center;
}
.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 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;
    max-width: 200px;
}
.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%;
    border-radius: 25px;
}
.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 10px;
    text-align: center;
}
.aiosCommunitiesEndeavor__content h3 {
    color: #ffffff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.15em;
}
.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;
}
.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 h3,
.aiosCommunitiesEndeavor__content span {
    font-family: var(--font-family-title);
}

.aiosCommunitiesEndeavor__img::before {
    display: none;
}
.aiosCommunitiesEndeavor__col a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.3);
	transition: all var(--default-transition);
	border-radius: 25px;
}
.aiosCommunitiesEndeavor__col a {
    border-radius: 25px;
}
.aiosCommunitiesEndeavor__col a:hover{
    background: unset;
}
.aiosCommunitiesEndeavor__col a:hover::after {
background: rgba(0, 0, 0, 0.5);
}
.aiosCommunitiesEndeavor__img canvas {
        background: var(--background-color);
    border-radius: 25px;
}
.aiosCommunitiesEndeavor__content span {
    font-size: 17px;
    letter-spacing: 0.04em;
    background: rgba(var(--primary-color), 1);
    color: #ffffff;
    border-radius: 15px;
    position: relative;
}
.aiosCommunitiesEndeavor__content span:before {
    content: "";
    display: block;
    position: absolute;
    aspect-ratio: 85 / 79;
    width: 83px;
    height: auto;
    top: 6px;
    right: -18px;
    background: url(../../../../../../themes/yalpizar-pending.com/assets/images/logo-mono.png) no-repeat center center / contain;
    opacity: 0.2;
    transition: all var(--default-transition);
}

.lifestyles-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: all var(--default-transition);
}

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