/*
 Theme Name:   Astra child
 Theme URI:    https://wpastra.com/
 Description:  Astra  Child Theme
 Author:       Brainstorm Force
 Author URI:   https://wpastra.com/
 Template:     astra 
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Astra 
*/


.page_about {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.page_about section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.page_about hr {
    margin: 0;
    background-color: var( --e-global-color-astglobalcolor2 );
}

.page_about .subtitle {
    padding-top: 3rem;
}

.page_about .section_subtitle {
    padding-top: 1.4rem;
    margin: 0;
}

.page_about .icon-box-container {
    display: flex;
}

.page_about .icon-box-container .icon-box:not(:last-of-type) {
    padding-right: 2.5rem;
}

.page_about .icon-box-container .icon-box:not(:first-of-type) {
    padding-left: 2.5rem;
}

.page_about .icon-box-container .icon-box .icon {
    font-size: 24px;
    color: var( --e-global-color-astglobalcolor0 );
    fill: var( --e-global-color-astglobalcolor0 );
    border-color: var( --e-global-color-astglobalcolor0 );
}


.page_about .icon-box-container .icon-box .icon-box-content .icon-box-description {
    line-height: 1.3;
}

.page_about .members {
    padding-top: 2rem;
}

.page_about .members .profile {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.page_about .members .profile .left-side {
    padding-right: 10px;
    flex: 0 0 auto;
}

.page_about .members .profile .left-side img {
    max-height: 200px;
    object-fit: cover;
}

.page_about .members .profile .right-side {
    width: 100%;
    padding-left: 10px;
}

.page_about .members .profile .right-side .name {
    color: var(--ast-global-color-0);
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: bold;
}

.page_about .members .profile .right-side .role {
    font-size: 18px;
    padding-bottom: .5rem;
}

.page_about .members .profile .right-side .link {
    font-size: 14px;
}

.page_about .members .profile .right-side .bio a img {
    width: 30px;
    margin-right: 1.25rem;
}

.page_about .members .profile .right-side .link .text {
    vertical-align: middle;
}

.page_about .members .profile .right-side .link .arrow {
    vertical-align: middle;
    font-size: 20px;
}

.page_about .members .profile .right-side .read_more_link .text {
    margin-right: .75rem;
}

/* Author page */

.ast-author-bio {
    padding-right: 1rem;
}

/* Our Staff page */

.page_our_staff {
    padding-top: 3rem;
    padding-bottom: 5rem;
}

.page_our_staff .title {
    color: var(--ast-global-color-0);
    text-align: center;
    padding-bottom: 3rem;
}

.page_our_staff .team {
    display: flex;
}

.page_our_staff .team .profile {
    width: 100%;
    text-align: center;
    padding: 3rem;
    background-color: #fff;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    border-radius: 3rem;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    -moz-box-shadow:  0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow:  0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.page_our_staff .team .profile:not(:last-of-type) {
    margin-right: 2rem;
}

.page_our_staff .team .profile img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 4px var(--ast-global-color-0);
    max-height: 180px;
    object-fit: cover;
}

.page_our_staff .team .profile .info .name {
    font-size: 24px;
    font-weight: bold;
    padding-top: 3rem;
}

.page_our_staff .team .profile .info .bio {
    padding-top: 2rem;
    font-style: italic;
}

.page_our_staff .team .profile .info .role {
    font-weight: bold;
    padding-top: 1rem;
    font-family: 'Roboto';
}

.author_social_links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1rem;
}

.author_social_links .link {
    width: 24px;
    height: auto;
    max-height: 24px;
}

.author_social_links .link > * {
    width: 24px;
    height: auto;
    max-height: 24px;
}

.author_social_links .link:focus,
.author_social_links .link:hover,
.author_social_links .link:active {
    fill: var(--ast-global-color-0);
    color: var(--ast-global-color-0);
}


.author_social_links .link {
    margin-right: 1rem;
}

.page_our_staff .team .profile .author_social_links {
    justify-content: center;
    padding-top: 2rem;
}

.page_about .members .profile .author_social_links {
    padding-top: 0;
}

.main-contact-form .wpforms-form .wpforms-one-half input {
    max-width: 100%;
}

.main-contact-form .wpforms-form .wpforms-submit-container {
    text-align: center;
}

.wpforms-container .wpforms-field.wpforms-clear {
    clear: both;
}

.single .post_author {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding-top: 4.34em;
}

.single .post_author .avatar {
    flex-shrink: 0;
}

.single .post_author .avatar .posts_link {
    display: block;
    position: relative;
}

.single .post_author .avatar .posts_link img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.single .post_author .avatar .posts_link .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.single .post_author .avatar .posts_link .overlay:hover,
.single .post_author .avatar .posts_link .overlay:focus,
.single .post_author .avatar .posts_link .overlay:active {
    background-color: var(--ast-global-color-0);
    opacity: .1;
}

.single .post_author .description .posts_link,
.entry-meta,
.fact_checked_by {
    color: var(--ast-global-color-2);
}

.single .post_author .description .posts_link:hover,
.single .post_author .description .posts_link:focus,
.single .post_author .description .posts_link:active
{
    color: var(--ast-global-color-0);
}

.entry-header {
    text-align: center;
}

.entry-meta .posted-by,
.entry-meta .fact_checked_by a {
    text-transform: uppercase;
}

@media (max-width:1199.98px) {
    .single .post_author {
        gap: 2.4em;
    }

    .page_about .icon-box-container .icon-box:not(:last-of-type) {
        padding-right: 2rem;
    }

    .page_about .icon-box-container .icon-box:not(:first-of-type) {
        padding-left: 2rem;
    }
}

@media (max-width:921.98px) {
    .page_our_staff .team .profile {
        padding: 2rem;
    }

    .ast-separate-container #primary, .ast-separate-container #secondary {
        padding-top: 0;
    }

    .single .post_author {
        padding-top: 2.5em;
        gap: 2.14em;
    }

    .page_about .icon-box-container .icon-box:not(:last-of-type) {
        padding-right: 1rem;
    }

    .page_about .icon-box-container .icon-box:not(:first-of-type) {
        padding-left: 1rem;
    }
}

@media (max-width:766.98px) {
    .page_about .elementor-container .elementor-column:not(:last-of-type) {
        padding-bottom: 1.5rem;
    }

    .page_our_staff .team {
        flex-wrap: wrap;
    }

    .page_our_staff .team .profile:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 2rem;
    }

    .page_about .icon-box-container .icon-box:not(:last-of-type) {
        padding-right: 1.5rem;
    }

    .page_about .icon-box-container .icon-box:not(:first-of-type) {
        padding-left: 1.5rem;
    }

    .page_about .icon-box-container .icon-box .icon-box-content .icon-box-title {
        font-size: 24px;
    }
}

@media (max-width:544.98px) {
    .page_about .icon-box-container {
        justify-content: center;
    }

    .page_about .icon-box-container .icon-box .icon-box-content .icon-box-title {
        font-size: 20px;
    }

    .page_about .icon-box-container .icon-box .icon-box-content .icon-box-description {
        font-size: 14px;
    }

    .page_about .icon-box-container .icon-box:not(:last-of-type) {
        padding-right: 1rem;
    }

    .page_about .icon-box-container .icon-box:not(:first-of-type) {
        padding-left: 1rem;
    }

    .page_about .members .profile {
        flex-wrap: wrap;
        justify-content: center;
    }

    .page_about .members .profile .left-side {
        padding-right: 0;
        padding-bottom: 1rem;
    }

    .page_about .members .profile .right-side {
        padding-left: 0;
    }

    .page_about .members .profile .right-side .name {
        font-size: 1.8rem;
    }

    .page_about .members .profile .right-side .role {
        font-size: 16px;
    }

    .single .post_author {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 401.5px) {

    .about_page .members .profile .right-side .name {
        font-size: 1.5rem;
    }

    .page_about .icon-box-container .icon-box .icon-box-content .icon-box-title {
        font-size: 16px;
    }

    .page_about .icon-box-container .icon-box .icon-box-content .icon-box-description {
        font-size: 12px;
    }
    
}