/**
Theme Name: Astra Child
Author: Studio 1062
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.site-content {
    background: #FEFEFE !important;
}

/*.edit-post-visual-editor .editor-styles-wrapper > .is-root-container {*/
/*    padding: 20px;*/
/*}*/

aside#block-12, aside#block-13, aside#block-9 {
    margin-bottom: 9px;
}

.sidebar-main {
    border: 1px solid #ccc;
    padding: 20px 25px;
    background: #FFF;
    color: #000;

}
.sidebar-main p {
    margin-bottom: 20px;
    color: #000;
}

a {
    text-decoration: underline;
}


/* Staff & Board listings */
/* Applied to all staff */

.staff-photo, .board-photo {
    max-width: 200px;
    margin-bottom: 25px;
}
.staff-photo img, .board-photo img {
    border-radius: 50%;
    border: 1px solid #666;
}
.staff-info h2, .board-info h2 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.staff-position, .single .board-position {
    font-weight: bold;
    margin-bottom: 5px;
}

.staff-template-default #primary {
    margin: 1.5em 0;
}

.board-position  {
    margin-bottom: 5px;
}

.single-board #primary {
    margin: 1.5em 0;
}


/* staff archive */

/* override the ast archive title padding */
body.post-type-archive-staff .ast-archive-description, body.post-type-archive-board .ast-archive-description {
    padding: 20px 0;
    margin: 0 0 0 40px;
}
h2.location-title, h2.location-title {
    padding: 20px 0;
    margin: 0 0 20px 40px;
    text-align: center;
    border-bottom: 1px solid #DDD;
}

.staff-list .staff-photo, .board-list .board-photo {
    margin: 15px auto;
}

.staff-list .staff-info, .board-list .board-info {
    text-align: center;
}

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.flex-container article {
    width: 25%;
    margin-bottom: 30px;
}
@media (min-width:768px) and (max-width:1200px) {
    .flex-container article {
        width: 33.33%;
    }
}
@media (min-width:350px) and (max-width:767px) {
    .flex-container article {
        width: 50%;
    }
}
.fund-title {
    margin-bottom: 15px;
}
.flex-container div.fund-photo {
    width: 25%;
    margin-bottom: 30px;
    padding-right: 30px;
}
.flex-container div.fund-info {
    width: 75%;
    margin-bottom: 30px;
}
@media (min-width:768px) and (max-width:1200px) {
    .flex-container div.fund-photo {
        width: 25%;
        margin-bottom: 30px;
        padding-right: 30px;
    }
    .flex-container div.fund-info {
        width: 75%;
        margin-bottom: 30px;
    }
}
@media (min-width:350px) and (max-width:767px) {
    .flex-container div.fund-photo {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 30px;
    }
    .flex-container div.fund-info {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* staff individual */

.detail_back:before {
    content: "\e601";
}

.staff-email-phone, .board-email-phone {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    margin: 10px 0 20px;
    font-size: 18px;
}

.staff-email-phone a, .board-email-phone a, .staff-title a, .board-title a {
    text-decoration: none;
    color: rgb(161 75 40);
}

.uagb-ifb-image-content img {
    border-radius: 14px 14px 0 0 !important;
}

article.uagb-post__inner-wrap img {
    border-radius: 9px 9px 0 0 !important;
}

.page-id-55 .uagb-ifb-image-content img {
    border-radius: 0 !important;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 60px;
    margin-bottom: 60px;
}

.home.ast-plain-container.ast-no-sidebar #primary, .page-id-6357.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0;
    margin-bottom: 0;
}

.page-id-16.ast-plain-container.ast-no-sidebar #primary,
.page-id-27.ast-plain-container.ast-no-sidebar #primary,
.page-id-55.ast-plain-container.ast-no-sidebar #primary,
.page-id-419.ast-plain-container.ast-no-sidebar #primary {
    margin-bottom: 0 !important;
}


.entry-content[ast-blocks-layout] > ul {
    margin-left: 60px;
}
.entry-content[ast-blocks-layout] > ol {
    margin-left: 60px;
}

.uagb-block-1a2b45ec .uagb-post__text.uagb-post__title {
    text-decoration: none;
}

/* requested arrows on buttons */
.wp-block-button__link::after {
    content: " »";
    margin-left: 7px;
}

.ast-plain-container.ast-right-sidebar .entry-content[ast-blocks-layout] .alignfull, .ast-plain-container.ast-left-sidebar .entry-content[ast-blocks-layout] .alignfull {
    margin-left: 0;
    margin-right: 0;
}


h2.entry-title::after {
    content: " »";
}

article.uagb-post__inner-wrap a::after {
    content: " »";
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background: #fff;
    border-color: #e3e3e3;
}

/* update sidebar margin */

@media (min-width: 993px) {
    .ast-left-sidebar #secondary {
        padding-right: 10px;
    }

    .ast-right-sidebar #secondary {
        padding-left: 10px;
    }
}

/* override strong and bold */
b, strong {
    font-weight: 900;
}

.ast-advanced-headers-layout-2 {
    text-align: left;
}
.ast-advanced-headers-layout-2 .ast-title-bar-align-center {
    background: rgba(0, 0, 0, .66);
    padding: 20px;
}

a.dbox-donation-button::after {
    content: " »"
}

/* search results page header fix */
.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {
    background-color: unset;
    border-bottom: 1px solid var(--ast-border-color);
}
.ast-archive-description .ast-archive-title {
    margin-bottom: 4px;
    font-size: 30px;
    font-size: 1.5rem;
    font-weight: 300;
}
@media (max-width: 1200px) {
    .ast-separate-container .ast-archive-description {
        margin: 0;
        padding: 20px 0 20px 50px;
        padding: 1em 0 1em 2.5em;
    }
}

@media (min-width: 1201px) {
    .ast-separate-container .ast-archive-description,.ast-separate-container .ast-author-box {
        padding: 1em 3em;
    }
}

.searchandfilter ul {
    margin: 20px 0 40px ;
    margin: 20px 0 40px ;
}

.fund-directory-item {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #d6d6d6;
}


.ast-pagination-circle .ast-pagination .next.page-numbers, .ast-pagination-circle .ast-pagination .prev.page-numbers {
    text-decoration: none;
}

.ast-pagination-circle .ast-pagination .page-numbers, .ast-pagination-square .ast-pagination .page-numbers {
    text-decoration: none;
}

.footer-bar-navigation a, .ast-footer-html-1 a {
    text-decoration: none;

}

.ast-footer-html-1 {
    color:#008294;
}

.footer-bar-navigation a:after {
    content: " | ";
    margin-left: 20px;
}

.footer-bar-navigation li:last-child a:after {
    content: " ";
    margin-left: 10px;
}

@media (max-width: 921px) {
    .footer-bar-navigation a:after {
        content: "";
        margin-left: 0;
    }
}


.footer-bar-navigation a:hover, .ast-footer-html-1 a:hover {
    text-decoration: underline;
    color: #000;
}



/*.astra-child-search .ast-blog-featured-section {*/
/*    width: 30%;*/
/*    box-sizing: border-box;*/
/*    padding-right: 20px;*/
/*    margin-bottom: 0;*/
/*}*/
/*.astra-child-search header {*/
/*    width: 70%;*/
/*    float: left;*/
/*}*/

.search-results .ast-date-meta { display: none;}


.ast-header-breadcrumb {
    border-bottom: 1px solid #eee;
}

.uagb-block-7a841474 {
    background: #fff;
    border: 1px solid #ccc !important;
    margin-bottom: 25px;
}

.post-thumb-img-content img {
    max-height: 300px;
    width: auto;
}

/* giving icon styles for mobile */
.menu-item-2103 .astra-mm-icon-label.icon-item-2103 {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 5px;
    padding: 7px;
    background-color: var(--ast-global-color-2);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-style: solid;
    border-width: inherit;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: var(--ast-global-color-7);
    margin-right: 14px
}

.ast-desktop .menu-item-2103 .astra-mm-icon-label.icon-item-2103 {
    margin-right: 10px
}

.menu-item-2103 .astra-mm-icon-label.icon-item-2103 svg {
    width: 16px;
    height: 16px;
    color: var(--ast-global-color-7);
    fill: var(--ast-global-color-7);
}

.ast-advanced-headers-different-logo .sidebar-main .wp-block-button .wp-block-button__link, .wp-block-search .wp-block-search__button, body .wp-block-file .wp-block-file__button {
    border-color: #333;
    background-color: #444;
}

.ast-advanced-headers-different-logo .sidebar-main h1,
.ast-advanced-headers-different-logo .sidebar-main .entry-content h1,
.ast-advanced-headers-different-logo .sidebar-main h2,
.ast-advanced-headers-different-logo .sidebar-main .entry-content h2,
.ast-advanced-headers-different-logo .sidebar-main h3,
.ast-advanced-headers-different-logo .sidebar-main .entry-content h3,
.ast-advanced-headers-different-logo .sidebar-main h4,
.ast-advanced-headers-different-logo .sidebar-main .entry-content h4,
.ast-advanced-headers-different-logo .sidebar-main h5,
.ast-advanced-headers-different-logo .sidebar-main .entry-content h5,
.ast-advanced-headers-different-logo .sidebar-main h6,
.ast-advanced-headers-different-logo .sidebar-main .entry-content h6 {
    color: #444;
}


.wp-block-list li {
	margin-bottom: 7px;
}