/* stylelint-disable block-no-empty */
/* stylelint-disable selector-id-pattern */
/*
Theme name: African Liberty

Theme URI: https://www.africanliberty.org

Author: SFL Websites Team

Author URI: http://studentsforliberty.org/

Description: Theme created for the African Liberty website project

Version: 1.1.0
*/

/*Main styles*/
html {
    font-size: 100%;
}

a {
    color: #4D9531;
}

body,
body p {
    color: #1E1E1E;
    margin: 0;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.25em;
    font-family: Roboto, sans-serif;
}

h1,
.elementor-widget-heading h1.elementor-heading-title {
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    font-size: 2.125rem;
    line-height: 1.25em;
}

h2,
.elementor-widget-heading h2.elementor-heading-title {
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    line-height: 1.25em;
}

h3,
.elementor-widget-heading h3.elementor-heading-title {
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
}

h4,
.elementor-widget-heading h4.elementor-heading-title {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: "Roboto Mono", sans-serif;
}

h5,
.elementor-widget-heading h5.elementor-heading-title {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: "Roboto Mono", sans-serif;
}

h6,
.elementor-widget-heading h6.elementor-heading-title {
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.25em;
}

.elementor-section>.elementor-container {
    max-width: 1440px;
}

*/
/*End of Main styles*/

/* Header & Footer settings */
footer li.menu-item:hover a {
    text-decoration: underline;
}

footer #tfa_0-WRPR {
    padding: 0;
}

footer .wForm {
    padding: 0;
}

footer #tfa_4 {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}

footer .oneField.field-container-D {
    padding: 0 !important;
    margin: 0 !important;
}

footer #tfa_1-D,
footer #tfa_2-D {
    max-width: 50% !important;
}

footer #tfa_86063-D,
footer #tfa_3-D {
    max-width: 100% !important;
    width: 100%;
}

footer .wForm .inputWrapper {
    width: 100% !important;
}

footer .wForm input {
    height: 55px;
    padding: 0 10px;
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    color: #767676;
}

footer #tfa_3-D input {
    width: 100% !important;
}

footer #tfa_86062 label {
    color: #767676;
    font-size: 0.75rem;
    margin-right: 0;
    line-height: 1.1;
}

footer #tfa_86062 label a {
    color: #767676;
    text-decoration: underline;
}

footer #tfa_86062 .oneChoice {
    display: flex;
    align-items: baseline;
}

footer #tfa_86062 input {
    height: auto;
}

footer .actions {
    margin: 0 !important;
    padding: 0 !important;
}

footer .actions input {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: auto;
    padding: 16px 20px !important;
    border-radius: 0 !important;
    border: 1px solid #fff;
    color: #FAC714 !important;
    background-color: #1E1E1E;
    float: right;
}

footer .actions input:hover {
    background-color: #fff;
    color: #1E1E1E !important;
}

footer .wFormFooter,
footer .supportInfo {
    display: none;
}

header li.menu-item-25334 {
    display: none !important;
}

header #mobile-header .menu-item-25334 {
    display: block !important;
}

/*End of Header & Footer settings*/
/*Fellows page*/
.fellows-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.fellow-box {
    display: flex;
    flex-direction: column;
    background-color: #EFF3F4;
    border-bottom-right-radius: 50px;
    position: relative;
}

.fellow-box img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
}

.fellow-meta {
    padding-left: 20px;
    border-left: solid 4px #4D9531;
    margin-top: 20px;
    margin-left: 20px;
}

.fellow-meta>h3 {
    font-family: Roboto, sans-serif;
    line-height: 1em;
    color: #171717;
    margin: 0;
}

.fellow-meta>p {
    margin: 0;
    text-transform: uppercase;
}

.fellow-box h5>p {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: "Roboto Mono", sans-serif;
    margin: 0 20px;
}

.fellow-social {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

.fellow-social a {
    background-color: #4D9531;
    padding: 7.5px;
}

.fellow-social i {
    color: #fff;
    font-size: 15px;
}

/*End of Fellows Page*/

/*From Customize*/
.underline {
    padding-bottom: 15px;
    border-bottom: solid 4px #4f9732;
}

/*Topics page*/
.topics-links {
    font-size: 18px;
    line-height: 1.5em;
}

/*Navigation*/

.elementor-nav-menu--dropdown .menu-item a {
    border-left: 0 !important;
    justify-content: center;
}

/*Tabs*/

.elementor-widget.elementor-widget-posts .elementor-grid-item:nth-child(-n+9) {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

/*Blog */
#featured-blog .e-loop-item-25241 .elementor-divider {
    display: none;
}

#featured-blog .elementor-widget-theme-post-featured-image img {
    object-fit: cover;
    height: 450px;
    object-position: top;
}

#featured-blog .elementor-25441 .elementor-widget-heading.underline {
    display: none;
}

#featured-blog .e-loop-item-25258 .elementor-widget-heading.underline {
    display: block;
}

#featured-blog .elementor-widget-theme-post-content>.elementor-widget-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    height: 60px;
}

#featured-blog .elementor-element-08a30a6 .elementor-loop-container.elementor-grid {
    background-color: #fff;
    border-radius: 0 40px 0 0;
}

/* Blog Form */
#featured-blog #tfa_0-WRPR {
    padding: 0;
}

#featured-blog .wForm {
    padding: 0;
}

#featured-blog #tfa_4 {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
}

#featured-blog .oneField.field-container-D {
    padding: 0 !important;
    margin: 0 !important;
}

#featured-blog #tfa_1-D,
#featured-blog #tfa_2-D {
    max-width: 50% !important;
}

#featured-blog #tfa_86063-D,
#featured-blog #tfa_3-D {
    max-width: 100% !important;
    width: 100%;
}

#featured-blog .wForm .inputWrapper {
    width: 100% !important;
}

#featured-blog .wForm input {
    height: 55px;
    padding: 0 10px;
    font-size: 1rem;
    font-family: Roboto, sans-serif;
    color: #767676;
}

#featured-blog #tfa_3-D input {
    width: 100% !important;
}

#featured-blog #tfa_86062 label {
    color: #1E1E1E;
    font-size: 0.75rem;
    margin-right: 0;
    line-height: 1.1;
}

#featured-blog #tfa_86062 label a {
    color: #1E1E1E;
    text-decoration: underline;
}

#featured-blog #tfa_86062 .oneChoice {
    display: flex;
    align-items: baseline;
}

#featured-blog #tfa_86062 input {
    height: auto;
}

#featured-blog .actions {
    margin: 0 !important;
    padding: 0 !important;
}

#featured-blog .actions input {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: auto;
    padding: 16px 20px !important;
    border-radius: 0 !important;
    border: 1px solid #1E1E1E;
    color: #FAC714 !important;
    background-color: #1E1E1E;
    float: right;
}

#featured-blog .actions input:hover {
    background-color: transparent;
    color: #1E1E1E !important;
}

#featured-blog .wFormFooter,
#featured-blog .supportInfo {
    display: none;
}

@media (max-width:580px) {
    #featured-blog .elementor-widget-theme-post-content>.elementor-widget-container {
        height: 50px;
    }
}

/*Webinars*/
#webinars .elementor-widget-button {
    margin-top: auto;
}

.webinar-info h3 {
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #1e1e1e;
}

.webinar-info p {
    font-size: 0.875rem;
}

.webinar-info .webinar-date {
    font-weight: bold;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #1e1e1e;
}

.upcoming-webinar .webinar-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    align-items: center;
}

.webinar-footer a {
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1e1e1e;
    border: 1px solid #1e1e1e;
}

.webinar-footer a:hover {
    color: #f9c70f;
    background-color: #1E1E1E;
}

.webinar-footer img {
    width: 20%;
}

.webinar-video-footer {
    padding-bottom: 20px;
}

.webinar-video-footer iframe {
    width: 310px;
    height: 175px;
}

.webinar-image {
    width: 310px;
    height: 175px;
    padding-bottom: 20px;
}

.webinar-description {
    margin-top: 10px;
    padding-top: 40px;
    border-top: 1px solid #1e1e1e;
}

/*About us*/


@media (min-width:767px) {

    .staff-section .elementor-image-box-content h4,
    .advisory-section .elementor-image-box-content h4 {
        padding-left: 20px;
        border-left: solid 4px #4D9531;
    }
}


.staff-section .elementor-image-box-content h4 span,
.advisory-section .elementor-image-box-content h4 span {
    font-size: 16px;
    font-weight: 300;
}

/*Carousel*/
.elementor-swiper-button i {
    background: #fff;
    border-radius: 50%;
    margin-top: 30px;
}

@media (max-width:580px) {
    .elementor-swiper-button i {

        margin-top: 90px;
    }
}



/*Author Page*/
.author-socials {
    display: flex;
    gap: 25px;
}

.green-button {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    fill: #FFF;
    color: #FFF;
    background-color: #4D9531;
    border-style: solid;
    border-width: 1px;
    border-color: #4D9531;
    border-radius: 0;
    padding: 16px 20px;
}

.green-button:hover {
    background-color: transparent;
    color: #4D9531;
}

.author .cohort {
    font-weight: bold !important;
}

.single-post .elementor-widget-theme-post-content p {
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.single-post .elementor-widget-theme-post-content h3 {
    text-transform: capitalize;
}

.single-post .elementor-widget-theme-post-content blockquote {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.single-post .elementor-widget-theme-post-content blockquote::before {
    content: '\f10e';
    color: #509A33;
    font-size: 2rem;
    position: absolute;
    top: 1rem;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.single-post .elementor-widget-theme-post-content blockquote::after {
    content: '\f10d';
    color: #509A33;
    font-size: 2rem;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*Responsive styles*/

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1024px) {
    .fellows-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 579px) {
    html {
        font-size: 80%;
    }

    .fellows-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*End of Responsive styles*/