.elementor-12342 .elementor-element.elementor-element-3be275bf{--display:flex;--padding-top:30px;--padding-bottom:60px;--padding-left:15px;--padding-right:15px;overflow:visible;}.elementor-12342 .elementor-element.elementor-element-6f5f5e15 .elementskit-section-title-wraper .elementskit-section-title{color:var( --e-global-color-accent );margin:0px 0px 0px 0px;font-weight:400;}.elementor-12342 .elementor-element.elementor-element-6f5f5e15 .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-12342 .elementor-element.elementor-element-6f5f5e15 .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}.elementor-12342 .elementor-element.elementor-element-1aadeb2d{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-12342 .elementor-element.elementor-element-3be275bf{--gap:15px 15px;--row-gap:15px;--column-gap:15px;--padding-top:40px;--padding-bottom:40px;--padding-left:15px;--padding-right:15px;}.elementor-12342 .elementor-element.elementor-element-6f5f5e15 .elementskit-section-title-wraper .elementskit-section-title{font-size:24px;line-height:30px;}.elementor-12342 .elementor-element.elementor-element-1aadeb2d{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(max-width:767px){.elementor-12342 .elementor-element.elementor-element-3be275bf{--padding-top:30px;--padding-bottom:40px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for shortcode, class: .elementor-element-1aadeb2d */.elementor-12342 .elementor-element.elementor-element-1aadeb2d a.author-more{
    color: #800E0D !important;
}


.elementor-12342 .elementor-element.elementor-element-1aadeb2d .ekit_creative_button_text {
    padding-right: 2px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3be275bf *//* GRID */
.authors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

/* CARD */
.author-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.author-image {
		min-width: 190px;
	}

/* IMAGE */
.author-image img {
    width: 190px;
    height: 190px;
    object-fit: cover;
    border-radius: 50%;
}

/* CONTENT */
.author-content {
    margin-left: 0px;
}

.author-name {
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
}

/* Hover State */
.author-name a:hover {
    color: #2A73B8;
 text-decoration: none !important;
}

.author-name a {
    font-size: 26px !important;
    font-weight: 400 !important;
    line-height: 31px !important;
    font-family: "PT Serif", Sans-serif;
}

.author-bio {
    margin-top: 6px !important;
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
}

.author-bio a {
    color: #2A73B8;
}


.author-more {
    display: inline-block;
    /*margin-top: 6px;*/
    color: #a84b2f;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700 !important;
}

/* MOBILE */
@media (max-width: 767px) {
    .authors-grid {
        grid-template-columns: 1fr;
    }
    
    .author-name a{
    font-size: 22px !important;
        
    }
    
    .author-bio {
    font-size: 16px;
    line-height: 26px;
}

    .author-card {
    flex-direction: column;
        text-align: left;
        gap: 0px;
    }

    .author-content {
    margin-left: 0;
       text-align: left;
    }

    .author-image img {
        margin: 0 auto;
    }
    
    .authors-filter {
    margin-bottom: 25px !important;
}
.author-image {
    min-width: 100px !important;
}
.author-image img {
    width: 100px !important;
    height: 100px !important;
}
.author-content {
    margin-left: 0px !important;
}

.authors-grid {
    gap: 30px 20px !important;
}
}



/* A–Z Filter Wrapper */
.authors-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
    justify-self: center;
}

/* Alphabet Boxes */
.authors-filter a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;

    color: #020202;
    text-decoration: none;

    border: 1px solid #D7D7D7;
    box-sizing: border-box;

    transition: all 0.2s ease;
    background: white;
}

/* Hover State */
.authors-filter a:hover {
    background-color: #2A73B8;
    color: #fff;
    border-color: #2A73B8;
}

/* Active State */
.authors-filter a.active {
    background-color: #2A73B8;
    color: #fff;
    border-color: #2A73B8;
}



@media (max-width: 1024px) and (min-width: 768px){
    
        .authors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
.authors-filter {
    margin-bottom: 40px;
}
.author-image {
    min-width: 130px !important;
}
.author-image img {
    width: 130px !important;
    height: 130px !important;
}
.author-content {
    margin-left: 0px !important;
}
.authors-grid {
    gap: 40px 30px !important;
}

}/* End custom CSS */