/* header */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

/* home menu underline */
.ast-desktop .ast-menu-hover-style-underline>.menu-item>.menu-link:before {
    color: #F3F3F3;
    height: 2px;
    bottom: 1px;
}

/* logo img */
.site-logo-img a img {
    width: 180px;
    height: 33px;
}

/* menu item alignment */
#ast-hf-menu-1 li a {
    display: flex;
    align-items: center;
}

/* icon caret down alignment */
#ast-hf-menu-1 li a i {
    font-size: 0.75em;
    margin-left: 5px;
}

/* toggle menu */
.ast-button-wrap .menu-toggle.main-header-menu-toggle {
    background-color: #393E46;
    border: none;
    padding: 0.3em;
}

.ast-button-wrap .menu-toggle.main-header-menu-toggle:hover {
    background-color: #5BB318;
}

.ast-mobile-popup-header .menu-toggle-close .ast-svg-iconset {
    background-color: #393E46;
    padding: 0.2em 0.35em;
    border-radius: 3px;
}

.ast-mobile-popup-header .menu-toggle-close .ast-svg-iconset:hover {
    background-color: #5BB318;
}

.ast-mobile-popup-drawer.active .menu-toggle-close:focus {
    border: none;
}

/* search */
.astra-search-icon {
    background-color: #393E46;
    border-radius: 50%;
    padding: 8px;
}

.astra-search-icon:hover {
    background-color: #5BB318;
}

.ast-header-search form.search-form .search-field {
    color: #393E46;
    border: 1px solid #D0D4CA;
    background-color: #F3F3F3;
}

.ast-header-search .ast-search-menu-icon.slide-search .search-form {
    margin-right: 60px;
}

.search-form input[type=search] {
    padding: 0.5em;
}

.search-form .search-field::placeholder {
    color: #393E46;
}

/* live search */
.ast-live-search-results {
    background-color: #F3F3F3;
    padding: 0;
    top: 45px !important;
    border-radius: 0;
    border: 1px solid #D0D4CA;
}

label.ast-search--posttype-heading {
    font-weight: 600;
    border-bottom: 1px solid #D0D4CA;
}

a.ast-search-item {
    padding: 10px 20px;
}

a.ast-search-item:hover {
    background-color: #E9E8E8;
}

/* breadcrumbs */
.ast-header-breadcrumb {
    background-color: #F3F3F3;
    margin-top: 135px;
    font-size: 14px;
    padding-bottom: 10px !important;
    border: none;
}

/* main */
.site-content .ast-container {
    margin-bottom: 50px;
}

/* scroll top */
.ast-scroll-to-top-right {
    bottom: 45px;
}

/* footer */
/* widget 1 */
.site-primary-footer-inner-wrap .site-footer-section section .widget-section img {
    margin-bottom: 15px;
}

.site-primary-footer-inner-wrap .site-footer-section section .widget-section p {
    line-height: 1.67;
    font-size: 14px;
}

.site-primary-footer-inner-wrap .site-footer-section section .widget-section p span {
    color: #7BC74D;
    font-weight: 600;
}

/* widget 2-4 */
.site-primary-footer-inner-wrap .site-footer-section section .widget-section div span {
    font-size: 20px;
    font-weight: 600;
    font-family: roboto condensed;
}

/* widget 2-3 ul */
.site-primary-footer-inner-wrap .site-footer-section section .widget-section div ul {
    font-size: 14px;
    line-height: 1.67;
    margin-top: 5px;
}

.site-primary-footer-inner-wrap .site-footer-section section .widget-section div ul li {
    padding: 5px 0;
}

/* widget 4 */
.site-primary-footer-inner-wrap .site-footer-section #block-138 .widget-section {
    margin-bottom: 5px;
}

/* below */
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    font-family: roboto condensed;
}

/* Archive/Blog Page */

/* header font size */
header.entry-header:not(.related-entry-header) .entry-title {
    font-size: 44px;
}

/* wrapper for Archive/Blog */
#primary {
    margin: 0.5em 0 2.5em;
}

main .ast-row {
    margin-top: 15px;
}

/* latest posts heading */
.home h2.latest-posts-heading {
    border-bottom: 1px solid #D0D4CA;
    color: #393E46;
    padding-bottom: 0px;
    margin-top: 140px;
    margin-bottom: 20px;
    font-size: 24px;
}

/* month and year in Archives */
.ast-archive-description .ast-archive-title {
    margin-top: 0;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
    color: #393E46;
    border-bottom: 1px solid #D0D4CA;
}

/* author profile in Archive/Blog */
.ast-author-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border: 1px solid #D0D4CA;
    border-bottom: 1px solid #D0D4CA !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
}

.ast-author-avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.ast-author-bio {
    flex: 1;
}

.ast-author-box .ast-author-bio h1 {
    font-size: 24px !important;
    color: #222831;
    border-bottom: none;
}

.ast-author-description {
    margin-bottom: 0;
}

.ast-archive-description p {
    font-size: 14px;
}

/* card Archive/Blog */
.ast-col-sm-12 {
    flex: 0 0 calc(50% - 40px);
    max-width: calc(50% - 40px);
    margin: 0 20px;
    padding: 0 0 10px;
}

.ast-blog-layout-4-grid .ast-article-inner {
    border: 1px solid #D0D4CA;
    background-color: #EEEEEE;
    overflow: inherit !important;
    padding: 1em 1.5em;
}

/* Archive/Blog description */
body.archive .ast-archive-description {
    padding-top: 0em;
    padding-right: 0em;
    padding-bottom: 0.7em;
    padding-left: 0em;
    margin-bottom: 0.7em;
    border-bottom: none;
}

body.archive .ast-archive-description>*:not(:last-child) {
    margin-bottom: 1em !important;
}

.ast-row .blog-layout-4 .post-content {
    margin-bottom: 1.25em;
}

/* featured image Archive/Blog */
.ast-blog-featured-section {
    margin-bottom: 1rem;
}

/* title Archive/Blog */
.entry-title a {
    font-weight: 600;
}

.ast-blog-single-element a:hover {
    color: #5BB318;
}

/* taxonomy Archive/Blog */
.post-content>.cat-links {
    margin-bottom: 0.5em;
}

.ast-taxonomy-container a:hover {
    color: #F3F3F3;
}

.ast-blog-single-element .ast-button {
    color: #5BB318;
}

.cat-links.badge a {
    border-radius: 0;
}

/* meta color Archive/Blog */
.entry-header .entry-meta span {
    color: #686D76;
}

.post-content .entry-header {
    margin-bottom: 0.5em;
}

/* #primary Padding Archive/Blog */
.ast-right-sidebar #primary {
    padding-right: 50px;
    border-right: none;
    margin-top: 10px !important;
    margin-bottom: 0px;
}

/* pagination in Archive/Blog  */
.ast-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 0;
    border-top: 1px solid #D0D4CA;
}

/* page numbers Archive/Blog */
.ast-pagination .nav-links .page-numbers {
    border: 1px solid #D0D4CA;
    margin: 20px 0px 5px;
    font-size: 14px;
}

.ast-pagination .nav-links .page-numbers:hover {
    background-color: #393E46;
    color: #F3F3F3;
}

/* current numbers Archive/Blog */
.ast-pagination .nav-links .current {
    background-color: #5BB318;
    color: #F3F3F3;
}

.ast-pagination .nav-links .current:hover {
    background-color: #5BB318;
}

.ast-pagination .next.page-numbers,
.ast-pagination .prev.page-numbers {
    padding: 0 1em;
}

.ast-pagination .nav-links .next {
    margin-left: 20px;
}

.ast-pagination .nav-links .prev {
    margin-right: 20px;
}

/* Sidebar */

/* #secondary padding */
.ast-right-sidebar #secondary {
    padding-left: 0px;
    border-left: none;
    margin-top: 150px;
}

/* Latest Article in sidebar */

.sidebar-main aside .wp-block-group .wp-block-group__inner-container .wp-block-heading {
    border-bottom: 1px solid #D0D4CA;
}

#secondary li {
    margin-bottom: 10px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    border-bottom: 1px dashed #D0D4CA;
    padding-bottom: 10px;
}

/* post title */
.wp-block-latest-posts__post-title {
    font-family: roboto condensed;
    font-size: 18px;
    color: #393E46;
    font-weight: 500;

}

.wp-block-latest-posts__post-date {
    color: #686D76;
}

/*  responsive for 1200px  */
@media (max-width: 1200px) {

    /* Sidebar */
    .sidebar-main aside .wp-block-group {
        padding: 0em;
    }
}

/*  responsive for 921px  */
@media (max-width: 921px) {

    /* Global */

    :root {
        --ast-border-color: #222831;
    }

    /* header */
    .ast-header-break-point .main-navigation ul .menu-item .menu-link {
        border: none;
    }

    .menu-item-4568 a {
        color: #7BC74D !important;
    }

    /* icon */
    #ast-hf-menu-1 li a i {
        display: none;
    }

    /* search */
    .ast-search-menu-icon.slide-search .search-form:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-bottom: 9px solid #5BB318;
        top: -12px;
        right: 9px;
    }

    .ast-header-search .ast-search-menu-icon.slide-search .search-form {
        margin-top: 58px;
        margin-right: 0;
        padding: 8px;
        border: 1px solid #D0D4CA;
        border-top: 3px solid #7BC74D;
        border-radius: 0;
        background-color: #EEEEEE;
    }

    /* live search */
    .ast-live-search-results {
        top: 58px !important;
        left: 1px;
    }

    /* breadcrumbs */
    .ast-header-breadcrumb {
        margin-top: 80px;
    }

    .ast-header-break-point .main-header-bar.ast-header-breadcrumb {
        border: none;
    }

    /* scroll top */
    .ast-scroll-to-top-right {
        bottom: 60px;
    }

    /* Archive/Blog Page */

    /* #primary Padding Archive/Blog */
    .ast-right-sidebar #primary {
        padding-right: 0;
        margin-bottom: 50px;
    }

    /* wrapper for Archive/Blog */
    #primary {
        padding: 0;
        margin: 0.5em 0 1.5em;
    }

    /* latest posts heading */
    .home h2.latest-posts-heading {
        margin-top: 80px;
    }

    /* Sidebar */

    /* #secondary padding */
    .ast-right-sidebar #secondary {
        margin-top: 0;
        margin-bottom: 0;
    }
}

/*  responsive for 767px  */
@media (max-width: 767px) {

    /* Archive/Blog Page */

    /* wrapper for Archive/Blog */
    .ast-right-sidebar #primary {
        padding-right: 0;
    }

    /* layout */
    .ast-col-sm-12 {
        flex: 0 0 calc(100% - 40px);
        max-width: calc(100% - 40px);
    }

    .ast-row .blog-layout-4 .post-content {
        margin-bottom: 0em;
    }
}

/*  responsive for 544px  */
@media (max-width: 544px) {

    /* logo img */
    .site-logo-img a img {
        max-width: 180px;
        width: 100%;
        height: auto;
    }

    /* author profile in Archive/Blog */
    .ast-author-box {
        flex-direction: column-reverse;
    }

    .ast-author-avatar {
        margin-bottom: 10px;
    }

    .ast-author-bio {
        text-align: center;
    }

    /* footer */
    /* widget 1 */
    .site-primary-footer-inner-wrap .site-footer-section section .widget-section p {
        padding: 0 40px;
    }
}

/*  responsive for 420px  */
@media (max-width: 420px) {

    /* Archive/Blog Page */

    /* pagination in Archive/Blog  */
    .ast-pagination .next.page-numbers,
    .ast-pagination .prev.page-numbers {
        margin-top: 10px;
        padding: 0;
    }
}