.ast-page-builder-template .ast-article-post {
    margin-bottom: 2.5em
}

.ast-featured-post {
    float: none
}

.ast-separate-container .ast-separate-posts.ast-article-post {
    margin-bottom: 2em
}

.ast-animate-hidden {
    visibility: hidden;
    opacity: 0
}

.ast-animate-display {
    visibility: visible;
    opacity: 1
}

.ast-no-thumb .ast-date-meta .posted-on {
    margin-bottom: 1.5em
}

.ast-date-meta.circle .posted-on {
    border-radius: 50%;
    overflow: hidden
}

.has-post-thumbnail .ast-date-meta.circle .posted-on {
    margin: 1em
}

.ast-separate-container .ast-grid-1 .blog-layout-1 {
    padding: 0
}

.ast-separate-container .ast-grid-1 .blog-layout-2, .ast-separate-container .ast-grid-1 .blog-layout-3 {
    padding: 0;
    border-bottom: 0
}

.ast-separate-container .ast-grid-2 .ast-article-post, .ast-separate-container .ast-grid-3 .ast-article-post, .ast-separate-container .ast-grid-4 .ast-article-post {
    background: 0 0
}

.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2, .ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3, .ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-2, .ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-3, .ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-2, .ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-3 {
    border-bottom: 0
}

.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3 {
    padding: 2.66666em
}

.ast-separate-container .ast-grid-2 .blog-layout-1, .ast-separate-container .ast-grid-2 .blog-layout-2, .ast-separate-container .ast-grid-2 .blog-layout-3, .ast-separate-container .ast-grid-3 .blog-layout-1, .ast-separate-container .ast-grid-3 .blog-layout-2, .ast-separate-container .ast-grid-3 .blog-layout-3, .ast-separate-container .ast-grid-4 .blog-layout-1, .ast-separate-container .ast-grid-4 .blog-layout-2, .ast-separate-container .ast-grid-4 .blog-layout-3 {
    padding: 1.5em
}

@media (max-width: 1200px) {
    .ast-separate-container .ast-grid-2 .ast-article-post:nth-child(2n+0), .ast-separate-container .ast-grid-2 .ast-article-post:nth-child(odd), .ast-separate-container .ast-grid-3 .ast-article-post:nth-child(2n+0), .ast-separate-container .ast-grid-3 .ast-article-post:nth-child(odd), .ast-separate-container .ast-grid-4 .ast-article-post:nth-child(2n+0), .ast-separate-container .ast-grid-4 .ast-article-post:nth-child(odd) {
        padding: 0
    }

    .ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3 {
        padding: 1.5em
    }
}

.ast-page-builder-template .ast-article-post .entry-header {
    margin: auto auto 1em;
    padding: 0
}

.ast-article-post .ast-post-format-audio.ast-embeded-audio .ast-date-meta .posted-on {
    position: relative;
    display: inline-block;
    margin-bottom: 1em
}

.ast-page-builder-template.single .post-navigation {
    margin-top: 2em
}

hr.post-divider {
    height: 0;
    margin: 0
}

hr.ast-single-previous-hr {
    height: 0;
    margin-top: 2em
}

.ast-show-comments-data {
    padding: 2em 6.67em
}

.ast-show-comments-data .ast-show-comments {
    cursor: pointer
}

.ast-show-comments-data .ast-show-comments, .ast-show-comments-data .ast-show-comments-count {
    max-width: 640px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.ast-show-comments-data .ast-show-comments-count {
    margin-bottom: 2em
}

.ast-pagination-circle .ast-pagination .page-numbers, .ast-pagination-square .ast-pagination .page-numbers {
    border-style: solid;
    border-width: 1px;
    line-height: 2.33333em
}

.ast-pagination-circle .ast-pagination .page-numbers {
    border-radius: 50%
}

.ast-pagination-circle .ast-pagination .next.page-numbers, .ast-pagination-circle .ast-pagination .prev.page-numbers {
    border-radius: 30px
}

@media all and (max-width: 768px) {
    #content:before {
        content: ""
    }
}

.ast-pagination-infinite {
    text-align: center;
    margin: 2.5em 0 0
}

.ast-page-builder-template .ast-pagination-infinite {
    margin: 2.5em 0
}

.ast-load-more {
    cursor: pointer;
    display: none;
    border: 2px solid var(--ast-border-color);
    transition: all .2s linear;
    color: #000
}

.ast-load-more.active {
    display: inline-block;
    padding: 0 1.5em;
    line-height: 3em
}

.ast-load-more.no-more:hover {
    border-color: var(--ast-border-color);
    color: #000
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.ast-load-more.no-more:hover {
    background-color: inherit
}

.no-more {
    cursor: default
}

.ast-loader {
    display: none;
    margin: 0 auto;
    min-height: 58px;
    line-height: 58px;
    width: 70px;
    text-align: center
}

.ast-loader > div {
    width: 18px;
    height: 18px;
    background-color: #0085ba;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.ast-loader .ast-loader-1 {
    animation-delay: -.32s
}

.ast-loader .ast-loader-2 {
    animation-delay: -.16s
}

@keyframes sk-bouncedelay {
    0%, 100%, 80% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

.ast-blog-pagination-type-infinite .ast-pagination {
    display: none
}

.ast-related-post-featured-section .post-thumb-img-content + * .posted-on {
    position: absolute;
    top: 0;
    left: 0
}

.ast-related-post-featured-section .posted-on {
    position: relative;
    display: inline-block;
    width: 5.714285714em;
    height: 5.714285714em;
    padding: .7em;
    margin-bottom: 1.5em
}

.ast-related-post-featured-section .posted-on .entry-date span {
    display: block;
    width: 100%;
    text-align: center
}

.ast-related-post-featured-section .posted-on .date-month {
    font-size: .8571428571em;
    line-height: 1em
}

.ast-related-post-featured-section .posted-on .date-year {
    font-size: .8571428571em;
    line-height: 1em
}

.ast-related-post-featured-section .posted-on .date-day {
    font-size: 2.5em;
    line-height: .9em;
    font-weight: 900;
    margin: .1em 0
}

.blog-layout-1 .post-thumb .posted-on {
    position: absolute;
    top: 0
}

.blog-layout-1 .post-thumb .posted-on .entry-date span {
    display: block;
    width: 100%;
    text-align: center
}

.blog-layout-1.ast-no-thumb .posted-on {
    position: relative;
    display: inline-block
}

.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
    margin-left: calc(-1 * var(--ast-container-default-xlg-padding))
}

@media (max-width: 1200px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        margin-left: calc(-1 * var(--ast-container-default-lg-padding))
    }
}

.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
    margin-left: calc(-1 * var(--ast-container-default-slg-padding))
}

@media (max-width: 1200px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
        margin-left: calc(-1 * var(--ast-container-default-xxs-padding))
    }
}

.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
    margin-top: calc(-1 * var(--ast-container-default-md-padding))
}

@media (max-width: 1200px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
        margin-top: calc(-1 * var(--ast-container-default-sm-padding))
    }
}

.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
    margin-top: calc(-1 * var(--ast-container-default-slg-padding))
}

@media (max-width: 1200px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
        margin-top: calc(-1 * var(--ast-container-default-xs-padding))
    }
}

.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
    margin-top: calc(-1 * var(--ast-container-default-md-padding))
}

@media (max-width: 1200px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
        margin-top: calc(-1 * var(--ast-container-default-sm-padding))
    }
}

.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
    margin-left: calc(-1 * var(--ast-container-default-xlg-padding));
    margin-right: calc(-1 * var(--ast-container-default-xlg-padding))
}

@media (max-width: 1200px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
        margin-left: calc(-1 * var(--ast-container-default-xs-padding));
        margin-right: calc(-1 * var(--ast-container-default-xs-padding))
    }
}

.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child {
    margin-top: calc(-1 * var(--ast-container-default-md-padding))
}

@media (max-width: 1200px) {
    .ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child {
        margin-top: calc(-1 * var(--ast-container-default-sm-padding))
    }
}

.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content {
    margin-left: calc(-1 * var(--ast-container-default-xlg-padding));
    margin-right: calc(-1 * var(--ast-container-default-xlg-padding))
}

@media (max-width: 1200px) {
    .ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content {
        margin-left: calc(-1 * var(--ast-container-default-xs-padding));
        margin-right: calc(-1 * var(--ast-container-default-xs-padding))
    }
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
    margin-left: -1.5em;
    margin-right: -1.5em
}

@media (max-width: 1200px) {
    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        margin-left: -1.5em;
        margin-right: -1.5em
    }
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
    margin-left: -.5em;
    margin-right: -.5em
}

@media (max-width: 1200px) {
    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
        margin-left: -.5em;
        margin-right: -.5em
    }
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
    margin-top: -1.5em
}

@media (max-width: 1200px) {
    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
        margin-top: -1.5em
    }
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
    margin-top: -.5em
}

@media (max-width: 1200px) {
    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
        margin-top: -.5em
    }
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
    margin-top: -1.5em
}

@media (max-width: 1200px) {
    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
        margin-top: -1.5em
    }
}

.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
    margin-left: -1.5em;
    margin-right: -1.5em
}

@media (max-width: 1200px) {
    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
        margin-left: -1.5em;
        margin-right: -1.5em
    }
}

.ast-hb-account-login-wrapper .ast-hb-account-login {
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 35px;
    max-height: 550px;
    width: 340px;
    margin: 0 0 0 -170px;
    background-color: #f1f1f1;
    z-index: 1000011;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}

.ast-hb-account-login-wrapper .ast-hb-account-login-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .7;
    z-index: 1000010;
    transition: all .3s
}

.ast-hb-account-login-wrapper .ast-hb-login-header .ast-hb-login-close {
    background: 0 0;
    border: 0;
    font-size: 24px;
    line-height: 1;
    padding: .4em;
    color: inherit;
    -js-display: flex;
    display: flex;
    box-shadow: none
}

.ast-hb-account-login-wrapper #loginform input[type=password], .ast-hb-account-login-wrapper #loginform input[type=text] {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    border: 1px solid;
    background-color: transparent;
    vertical-align: middle
}

.ast-hb-account-login-form-footer a.ast-header-account-footer-link:not(:last-child) span:after {
    content: "|";
    margin: 0 .4em
}

.ast-header-account-wrap .ast-header-account-link {
    pointer-events: none
}

.ast-header-account-link.ast-account-action-link, .ast-header-account-link.ast-account-action-login, .ast-header-account-link.ast-account-action-login.customize-unpreviewable, .ast-header-break-point .ast-header-account-link {
    cursor: pointer;
    pointer-events: all
}

.ast-header-break-point .ast-hf-account-menu-wrap {
    display: none
}

.ast-header-account {
    -js-display: flex;
    display: flex
}

.ast-header-account-wrap .ast-hb-account-login-wrapper {
    visibility: hidden
}

.ast-header-account-wrap .ast-hb-account-login-wrapper .ast-hb-login-header {
    -js-display: flex;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    min-height: calc(1.2em + 24px)
}

.ast-header-account-wrap .ast-hb-account-login-wrapper .ast-hb-account-login {
    transform: scale(.7);
    opacity: 0;
    transition: all .3s;
    overflow: auto
}

.ast-header-account-wrap .ast-hb-account-login-wrapper.show {
    visibility: visible
}

.ast-header-account-wrap .ast-hb-account-login-wrapper.show .ast-hb-account-login {
    transform: scale(1) translateY(-50%);
    opacity: 1
}

.ast-hb-login-body {
    height: 100%;
    position: relative;
    line-height: 1.5
}

.ast-desktop .ast-hf-account-menu-wrap.ast-main-header-bar-alignment {
    position: relative
}

.ast-desktop .main-header-bar .main-header-bar-navigation .ast-account-nav-menu {
    line-height: 1.45
}

.ast-desktop .ast-account-nav-menu {
    width: 240px;
    background: #fff;
    left: -999em;
    position: absolute;
    top: 0;
    z-index: 99999;
    list-style: none;
    margin: 0;
    padding-left: 0;
    border: 0;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1)
}

.ast-desktop .ast-account-nav-menu .sub-menu {
    right: auto;
    top: 0;
    margin-left: 0
}

.ast-desktop .ast-account-nav-menu .menu-item.focus > .sub-menu, .ast-desktop .ast-account-nav-menu .menu-item:hover > .sub-menu {
    left: 100%
}

.ast-desktop .ast-account-nav-menu .ast-left-align-sub-menu.menu-item.focus > .sub-menu, .ast-desktop .ast-account-nav-menu .ast-left-align-sub-menu.menu-item:hover > .sub-menu {
    left: -100%
}

.ast-desktop .ast-account-nav-menu .menu-item .menu-link {
    padding: .9em 1em
}

.ast-desktop .ast-account-nav-menu .menu-item {
    border-style: none
}

.ast-desktop .ast-account-nav-menu .menu-item.menu-item-has-children > .menu-link:after {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translate(0, -50%) rotate(270deg)
}

.ast-desktop .ast-above-header-bar .main-header-menu.ast-account-nav-menu > .menu-item, .ast-desktop .ast-below-header-bar .main-header-menu.ast-account-nav-menu > .menu-item, .ast-desktop .ast-primary-header-bar .main-header-menu.ast-account-nav-menu > .menu-item {
    height: auto;
    line-height: unset;
    bottom: -5px
}

.site-header-section-left .ast-header-account-wrap.focus .ast-account-nav-menu, .site-header-section-left .ast-header-account-wrap:hover .ast-account-nav-menu {
    left: -100%;
    right: auto
}

.ast-header-account-wrap.focus .ast-account-nav-menu, .ast-header-account-wrap:hover .ast-account-nav-menu {
    right: -100%;
    left: auto
}

.ast-header-account-wrap .woocommerce-MyAccount-navigation-link.is-active a {
    background: unset
}

.ast-header-account-wrap .menu-item:last-child > .menu-link {
    border-style: none
}

.ast-divider-wrapper {
    border: 0
}

.ast-mobile-popup-content .ast-header-divider-element {
    justify-content: center
}

.ast-header-divider-element {
    position: relative
}

.ast-fb-divider-layout-vertical {
    position: relative
}

.ast-hb-divider-layout-vertical.ast-header-divider-element {
    height: 100%
}

.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element), .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element) {
    padding: 15px 20px
}

.footer-widget-area .ast-footer-divider-element {
    position: relative;
    align-items: center
}

.footer-widget-area .ast-divider-wrapper {
    display: inline-block
}

.ast-builder-footer-grid-columns .ast-fb-divider-layout-horizontal {
    -js-display: inline-flex;
    display: inline-flex;
    vertical-align: middle
}

[data-section*=section-fb-button-] .ast-builder-button-size-xs .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-xs .ast-custom-button {
    font-size: 13px;
    padding: 8px 20px
}

[data-section*=section-fb-button-] .ast-builder-button-size-sm .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-sm .ast-custom-button {
    font-size: 15px;
    padding: 10px 40px
}

[data-section*=section-fb-button-] .ast-builder-button-size-md .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-md .ast-custom-button {
    font-size: 17px;
    padding: 15px 45px
}

[data-section*=section-fb-button-] .ast-builder-button-size-lg .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-lg .ast-custom-button {
    font-size: 19px;
    padding: 20px 50px
}

[data-section*=section-fb-button-] .ast-builder-button-size-xl .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-xl .ast-custom-button {
    font-size: 21px;
    padding: 25px 55px
}

.ast-fb-divider-layout-vertical {
    -js-display: flex;
    display: flex
}

.site-footer-section {
    position: relative
}

.ast-builder-language-switcher .ast-builder-language-switcher-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: transparent
}

.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher {
    display: block
}

.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu {
    display: block
}

.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher {
    -js-display: flex;
    display: flex
}

.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher-menu {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap
}

.ast-builder-language-switcher a {
    -js-display: flex;
    display: flex;
    align-items: center
}

.ast-lswitcher-item-footer, .ast-lswitcher-item-header {
    -js-display: inline-flex;
    display: inline-flex
}

span.ast-lswitcher-item-footer:last-child, span.ast-lswitcher-item-header:last-child {
    margin-right: 0
}

.ast-header-sticky-active {
    position: fixed !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 99
}

.ast-footer-sticky-active .ast-custom-footer {
    position: fixed !important;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 99
}

.ast-custom-header {
    position: relative;
    z-index: 99
}

.ast-custom-header.ast-header-sticky-active .fl-row-content-wrap {
    transition: padding .3s linear
}

.ast-custom-header.ast-header-sticky-active .fl-module-content {
    transition: all .3s linear
}

.ast-custom-header.ast-header-sticky-active .elementor-section-wrap {
    transition: padding .3s linear
}

.ast-custom-header.ast-header-sticky-active .elementor-row > .elementor-column > .elementor-element-populated {
    transition: all .3s linear
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-row-content-wrap {
    transition: padding .3s linear;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content {
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all .3s linear
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content.fl-node-content img {
    max-height: 50px;
    width: auto
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap {
    transition: padding .3s linear;
    box-sizing: border-box
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap img {
    max-height: 50px;
    width: auto
}

.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-row > .elementor-column > .elementor-element-populated {
    max-height: 60px;
    transition: all .3s linear
}

.single-advanced-hook .ast-no-title, .single-advanced-hook .hentry {
    margin: 0
}

.js_active .ast-plain-container.single-advanced-hook .entry-header {
    margin: 0
}

body.ast-padded-layout::after, body.ast-padded-layout::before {
    background: inherit;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999
}

body.ast-padded-layout::after {
    bottom: 0
}

body.ast-padded-layout {
    background-attachment: fixed
}

body.ast-padded-layout::before {
    top: 0
}

@media (min-width: 44.375em) {
    body.ast-padded-layout.admin-bar::before {
        top: 46px
    }
}

@media (min-width: 48.9375em) {
    body.ast-padded-layout.admin-bar::before {
        top: 32px
    }
}

.elementor-page.ast-box-layout #page, .elementor-page.ast-padded-layout #page {
    overflow: hidden
}

.siteorigin-panels.ast-box-layout #page, .siteorigin-panels.ast-padded-layout #page {
    overflow: hidden
}

.ast-separate-container.ast-box-layout #content .ast-container {
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 768px) {
    .ast-separate-container.ast-box-layout #content .ast-container {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 544px) {
    .ast-separate-container.ast-box-layout #content .ast-container {
        padding-left: .54em;
        padding-right: .54em
    }
}

.js_active .ast-box-layout #page, .js_active .ast-padded-layout #page {
    overflow: hidden
}

.js_active .ast-box-layout.ast-page-builder-template .vc_row[data-vc-full-width], .js_active .ast-padded-layout.ast-page-builder-template .vc_row[data-vc-full-width] {
    max-width: 100%;
    left: 0 !important
}

.ast-sticky-active {
    position: fixed !important;
    right: 0;
    left: 0;
    margin: 0 auto
}

.ast-nav-up {
    transform: translateY(-100%)
}

.site-header .sticky-custom-logo {
    display: none
}

.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a, .ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:focus, .ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:hover {
    background: 0 0
}

.ast-fullscreen-active .ast-above-header, .ast-offcanvas-active .ast-above-header {
    z-index: 4
}

.ast-fullscreen-active .ast-above-header.ast-sticky-active, .ast-offcanvas-active .ast-above-header.ast-sticky-active {
    z-index: 0
}

#ast-fixed-header {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100%
}

#ast-fixed-header .main-header-bar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

#ast-fixed-header.ast-header-slide {
    transform: translateY(-100%);
    transition: transform .3s linear, top .3s linear, visibility .3s linear
}

#ast-fixed-header.ast-header-fade {
    opacity: 0;
    transition: opacity .3s linear
}

.main-header-bar.ast-sticky-active {
    box-shadow: 0 2px 10px 0 rgba(36, 50, 66, .075)
}

.ast-sticky-custom-logo .ast-header-sticked .custom-logo-link, .ast-sticky-custom-logo .ast-header-sticked .custom-mobile-logo-link {
    display: none
}

.ast-sticky-custom-logo .ast-header-sticked .sticky-custom-logo {
    display: inline-block
}

.ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
    display: none
}

.ast-header-stick-fade-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo, .ast-header-stick-scroll-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo, .ast-header-stick-slide-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo {
    display: inline-block
}

.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar, .ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar {
    line-height: 55px
}

.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity, .ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity {
    padding-top: .5em;
    padding-bottom: .5em
}

.ast-sticky-main-shrink .ast-sticky-shrunk .site-navigation {
    line-height: 3
}

.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img {
    max-height: 55px !important;
    width: auto
}

.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .main-header-bar, .ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk.main-header-bar {
    padding-bottom: 0
}

.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons {
    line-height: 0;
    padding-bottom: .5em
}

.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding {
    padding-bottom: .5em
}

.ast-sticky-above-shrink .ast-sticky-shrunk .ast-above-header-bar .ast-site-identity, .ast-sticky-above-shrink .ast-sticky-shrunk.ast-above-header-bar .ast-site-identity {
    padding-top: .5em;
    padding-bottom: .5em
}

.ast-sticky-above-shrink .ast-sticky-shrunk .site-navigation {
    line-height: 3
}

.ast-sticky-above-shrink .ast-sticky-shrunk .site-logo-img img {
    max-height: 55px;
    width: auto
}

.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-above-header-bar, .ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk.ast-above-header-bar {
    padding-bottom: 0
}

.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons {
    line-height: 0;
    padding-bottom: .5em
}

.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding {
    padding-bottom: .5em
}

.ast-sticky-below-shrink .ast-sticky-shrunk .ast-below-header-bar .ast-site-identity, .ast-sticky-below-shrink .ast-sticky-shrunk.ast-below-header-bar .ast-site-identity {
    padding-top: .5em;
    padding-bottom: .5em
}

.ast-sticky-below-shrink .ast-sticky-shrunk .site-navigation {
    line-height: 3
}

.ast-sticky-below-shrink .ast-sticky-shrunk .site-logo-img img {
    max-height: 55px;
    width: auto
}

.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-below-header-bar, .ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk.ast-below-header-bar {
    padding-bottom: 0
}

.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons {
    line-height: 0;
    padding-bottom: .5em
}

.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding {
    padding-bottom: .5em
}

.ast-header-break-point .ast-sticky-active .sticky-custom-logo img {
    display: block
}

.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .sticky-custom-logo img {
    display: block
}

.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .ast-mobile-header-logo {
    display: none
}

.ast-header-break-point .ast-header-sticked .sticky-custom-logo img {
    display: block
}

.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-logo-link img {
    display: none
}

.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-mobile-logo-link img {
    display: inline-block
}

.above-header-toggle-on .main-header-bar {
    z-index: 1
}

.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content {
    display: none
}

.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content {
    display: none
}

.ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content {
    display: block
}

.ast-main-header-nav-open.ast-hfb-header .ast-desktop-header-content {
    display: block
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content, .ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content, .ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content {
    display: block
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content, .ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content, .ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content {
    display: block
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead > .ast-mobile-header-wrap .ast-mobile-header-content, .ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead > .ast-mobile-header-wrap .ast-mobile-header-content, .ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead > .ast-mobile-header-wrap .ast-mobile-header-content {
    display: none
}

.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead > .ast-desktop-header-content, .ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead > .ast-desktop-header-content, .ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead > .ast-desktop-header-content {
    display: none
}

.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content, .ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content, .ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content {
    display: none
}

.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content, .ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content, .ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content {
    display: none
}

.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead > #ast-desktop-header .ast-desktop-header-content, .ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead > .ast-mobile-header-wrap .ast-mobile-header-content, .ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead > #ast-desktop-header .ast-desktop-header-content, .ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead > .ast-mobile-header-wrap .ast-mobile-header-content, .ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead > #ast-desktop-header .ast-desktop-header-content, .ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead > .ast-mobile-header-wrap .ast-mobile-header-content, .ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead > #ast-desktop-header .ast-desktop-header-content, .ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead > .ast-mobile-header-wrap .ast-mobile-header-content, .ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead > #ast-desktop-header .ast-desktop-header-content, .ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead > .ast-mobile-header-wrap .ast-mobile-header-content, .ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead > #ast-desktop-header .ast-desktop-header-content, .ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead > .ast-mobile-header-wrap .ast-mobile-header-content {
    position: fixed
}

.site-above-header-wrap, .site-below-header-wrap, .site-primary-header-wrap {
    transition: all .2s linear
}

.ast-header-stick-slide-active .ast-flyout-menu-enable.ast-header-break-point #masthead > .main-header-bar-navigation {
    display: none !important
}

.ast-header-stick-fade-active .ast-flyout-menu-enable.ast-header-break-point #masthead > .main-header-bar-navigation {
    display: none !important
}

.ast-flyout-menu-overlay .ast-stick-primary-below-wrapper.ast-sticky-active {
    z-index: 5
}

.ast-fullscreen-menu-overlay #ast-fixed-header {
    z-index: 9
}

.ast-flyout-menu-enable.ast-primary-sticky-enabled .ast-stick-primary-below-wrapper, .ast-flyout-menu-enable.ast-primary-sticky-enabled .main-header-bar {
    overflow-y: unset !important
}

#ast-mobile-header .content-align-flex-start {
    max-height: 60vh;
    overflow: auto
}

.main-header-bar-wrap .ast-search-box.header-cover {
    z-index: 7
}

.ast-below-header-wrap .ast-search-box.header-cover #close, .ast-below-header-wrap .ast-search-box.header-cover .search-field {
    font-size: 1.8em
}

.ast-below-header-wrap .ast-search-box.header-cover .search-submit {
    font-size: 1.5em
}

.ast-search-box.full-screen, .ast-search-box.header-cover {
    display: none;
    opacity: 0;
    transition: opacity .2s;
    width: 100%;
    height: 100%
}

.ast-search-box.full-screen .search-field, .ast-search-box.header-cover .search-field {
    background: 0 0;
    border: 0;
    color: #fafafa;
    box-shadow: none;
    text-align: left;
    padding: 0
}

.ast-search-box.full-screen .search-submit, .ast-search-box.header-cover .search-submit {
    background: 0 0;
    padding: 0;
    color: #9e9e9e;
    transition: all .7s ease-In;
    outline: 0;
    border: 0;
    vertical-align: middle
}

.ast-search-box.full-screen .ast-search-wrapper, .ast-search-box.header-cover .ast-search-wrapper {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.ast-search-box.full-screen .ast-search-wrapper .search-form, .ast-search-box.header-cover .ast-search-wrapper .search-form {
    line-height: normal
}

.ast-search-box.full-screen #close, .ast-search-box.header-cover #close {
    color: #fafafa;
    transform: rotate(0);
    font-size: 2em;
    cursor: pointer;
    z-index: 9;
    font-weight: 400
}

.ast-search-box.full-screen .search-field::-webkit-input-placeholder, .ast-search-box.header-cover .search-field::-webkit-input-placeholder {
    color: #fafafa
}

.ast-search-box.full-screen .search-field:-moz-placeholder, .ast-search-box.header-cover .search-field:-moz-placeholder {
    color: #fafafa
}

.ast-search-box.full-screen .search-field::-moz-placeholder, .ast-search-box.header-cover .search-field::-moz-placeholder {
    color: #fafafa
}

.ast-search-box.full-screen .search-field:-ms-input-placeholder, .ast-search-box.header-cover .search-field:-ms-input-placeholder {
    color: #fafafa
}

.ast-search-box.header-cover {
    position: absolute;
    background: rgba(25, 25, 25, .94);
    top: 0;
    z-index: 10
}

.ast-search-box.header-cover .search-field {
    font-size: 2em;
    line-height: 2;
    width: 100%
}

.ast-search-box.header-cover .ast-container {
    position: relative
}

.ast-search-box.header-cover .close, .ast-search-box.header-cover .search-submit, .ast-search-box.header-cover .search-text-wrap {
    display: inline-block
}

.ast-search-box.header-cover .search-text-wrap {
    width: calc(100% - 2.5em);
    vertical-align: middle
}

.ast-search-box.header-cover .search-submit {
    font-size: 1.7em;
    margin-right: 2em
}

.ast-search-box.header-cover #close {
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ast-search-box.full-screen {
    position: fixed;
    background: rgba(25, 25, 25, .94);
    top: 0;
    left: 0;
    z-index: 999
}

.ast-search-box.full-screen .ast-search-wrapper .large-search-text {
    text-align: center;
    color: #e2e2e2;
    font-size: 1.5em;
    font-weight: 400;
    transition-delay: 50ms;
    transition: all .3s ease-in-out
}

.ast-search-box.full-screen .ast-search-wrapper fieldset {
    border: 0;
    padding: 2.5em 0 1em;
    border-bottom: 2px solid #9e9e9e
}

.ast-search-box.full-screen .ast-search-wrapper .search-field {
    font-size: 2.6em;
    padding-left: 30px;
    line-height: 1.7;
    width: 90%;
    width: calc(100% - 1.5em);
    vertical-align: middle;
    text-align: center
}

.ast-search-box.full-screen .ast-search-wrapper .search-form {
    width: 70%;
    margin: 20px auto
}

.ast-search-box.full-screen .ast-search-wrapper .search-submit {
    font-size: 2em
}

.ast-search-box.full-screen #close {
    position: absolute;
    color: #fafafa;
    right: 1em;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
    font-weight: 400;
    font-size: 2em;
    top: 1.5em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ast-search-box.full-screen ::-webkit-input-placeholder {
    opacity: 0
}

.ast-search-box.full-screen ::-moz-placeholder {
    opacity: 0
}

.ast-search-box.full-screen :-ms-input-placeholder {
    opacity: 0
}

.ast-search-box.full-screen :-moz-placeholder {
    opacity: 0
}

@media (max-width: 420px) {
    .ast-search-box.full-screen ::-webkit-input-placeholder {
        opacity: 1
    }

    .ast-search-box.full-screen ::-moz-placeholder {
        opacity: 1
    }

    .ast-search-box.full-screen :-ms-input-placeholder {
        opacity: 1
    }

    .ast-search-box.full-screen :-moz-placeholder {
        opacity: 1
    }
}

.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder {
    opacity: .5
}

.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder {
    opacity: .5
}

.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder {
    opacity: .5
}

.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder {
    opacity: .5
}

.site-header .ast-inline-search.ast-search-menu-icon .search-form {
    padding-left: 0;
    padding-right: 2em
}

.site-header .ast-inline-search.ast-search-menu-icon .search-field {
    width: auto;
    padding-left: 1em;
    padding-right: 0
}

.ast-inline-search.ast-search-menu-icon {
    position: relative;
    transform: none;
    left: 0;
    right: 0
}

.ast-inline-search.ast-search-menu-icon .search-submit {
    display: block;
    background: 0 0;
    border: none;
    position: absolute;
    height: 100%;
    right: .25em;
    padding: 0;
    top: 0;
    font-size: 1.3em;
    color: #757575
}

.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form {
    padding: 0
}

.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field {
    width: 100%;
    padding-right: 2em
}

.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen, .ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover {
    display: none
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form {
    right: -1em;
    left: auto;
    padding-left: 0;
    padding-right: 3em
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field {
    padding-right: 0;
    padding-left: 1em
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form {
    left: -1em;
    right: auto;
    padding-right: 0;
    padding-left: 3em
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field {
    padding-left: 0;
    padding-right: 1em
}

.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field {
    padding-right: 0
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form {
    padding-left: 0;
    left: auto;
    padding-right: 2em
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form {
    left: -1em;
    padding-left: 2em
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field {
    padding-right: 0
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field {
    padding-right: 0;
    padding-left: 1em
}

.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
    right: auto;
    padding-right: 2em
}

.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form {
    left: 0;
    padding-left: 0;
    padding-right: 2em
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form {
    right: -1em;
    left: auto;
    padding-left: 0;
    padding-right: 3em
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field {
    padding-right: 0;
    padding-left: 1em
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form {
    left: -1em;
    right: auto;
    padding-right: 0;
    padding-left: 3em
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field {
    padding-left: 0;
    padding-right: 1em
}

.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field {
    padding-right: 0
}

.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field {
    padding-left: 1em;
    padding-right: 0
}

.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form {
    left: -1em;
    padding-left: 3em;
    padding-right: 1em
}

.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
    right: auto;
    padding-right: 2em
}

.iphone.full-screen, .ipod.full-screen {
    position: fixed !important
}

@media (max-width: 992px) {
    .ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
        left: auto
    }

    .ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
        left: auto
    }
}

@media (max-width: 544px) {
    .ast-search-box.full-screen .ast-search-wrapper .large-search-text {
        display: none
    }

    .ast-search-box.full-screen .ast-search-wrapper .search-field, .ast-search-box.full-screen .ast-search-wrapper .search-submit {
        font-size: 1.6em
    }
}

#content:before {
    content: "921";
    position: absolute;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.single .ast-author-details .author-title {
    color: #bd9a65;
}

@media (max-width: 921px) {
    .single.ast-separate-container .ast-author-meta {
        padding: 1.5em 2.14em;
    }

    .single .ast-author-meta .post-author-avatar {
        margin-bottom: 1em;
    }

    .ast-separate-container .ast-grid-2 .ast-article-post, .ast-separate-container .ast-grid-3 .ast-article-post, .ast-separate-container .ast-grid-4 .ast-article-post {
        width: 100%;
    }

    .blog-layout-1 .post-content, .blog-layout-1 .ast-blog-featured-section {
        float: none;
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
        margin-top: 0;
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
        margin-top: 1em;
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
        margin-top: -1.5em;
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
        margin-left: -2.14em;
        margin-right: -2.14em;
    }

    .ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child {
        margin-top: -1.5em;
    }

    .ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content {
        margin-left: -2.14em;
        margin-right: -2.14em;
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        margin-left: -1.5em;
        margin-right: -1.5em;
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
        margin-top: 0;
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
        margin-top: 1em;
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
        margin-top: -1.5em;
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
        margin-left: -1.5em;
        margin-right: -1.5em;
    }

    .blog-layout-2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .ast-separate-container .blog-layout-3, .ast-separate-container .blog-layout-1 {
        display: block;
    }

    .ast-plain-container .ast-grid-2 .ast-article-post, .ast-plain-container .ast-grid-3 .ast-article-post, .ast-plain-container .ast-grid-4 .ast-article-post, .ast-page-builder-template .ast-grid-2 .ast-article-post, .ast-page-builder-template .ast-grid-3 .ast-article-post, .ast-page-builder-template .ast-grid-4 .ast-article-post {
        width: 100%;
    }
}

@media (max-width: 921px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        margin-top: 0;
        margin-left: -2.14em;
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
        margin-top: 0;
        margin-left: -1.14em;
    }
}

@media (min-width: 922px) {
    .ast-separate-container.ast-blog-grid-2 .ast-archive-description, .ast-separate-container.ast-blog-grid-3 .ast-archive-description, .ast-separate-container.ast-blog-grid-4 .ast-archive-description {
        margin-bottom: 1.33333em;
    }

    .blog-layout-2.ast-no-thumb .post-content, .blog-layout-3.ast-no-thumb .post-content {
        width: calc(100% - 5.714285714em);
    }

    .blog-layout-2.ast-no-thumb.ast-no-date-box .post-content, .blog-layout-3.ast-no-thumb.ast-no-date-box .post-content {
        width: 100%;
    }

    .ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts, .ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts, .ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts {
        border-bottom: 0;
    }

    .ast-separate-container .ast-grid-2 > .site-main > .ast-row, .ast-separate-container .ast-grid-3 > .site-main > .ast-row, .ast-separate-container .ast-grid-4 > .site-main > .ast-row {
        margin-left: -1em;
        margin-right: -1em;
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
    }

    .ast-separate-container .ast-grid-2 > .site-main > .ast-row:before, .ast-separate-container .ast-grid-2 > .site-main > .ast-row:after, .ast-separate-container .ast-grid-3 > .site-main > .ast-row:before, .ast-separate-container .ast-grid-3 > .site-main > .ast-row:after, .ast-separate-container .ast-grid-4 > .site-main > .ast-row:before, .ast-separate-container .ast-grid-4 > .site-main > .ast-row:after {
        flex-basis: 0;
        width: 0;
    }

    .ast-separate-container .ast-grid-2 .ast-article-post, .ast-separate-container .ast-grid-3 .ast-article-post, .ast-separate-container .ast-grid-4 .ast-article-post {
        display: flex;
        padding: 0;
    }

    .ast-plain-container .ast-grid-2 > .site-main > .ast-row, .ast-plain-container .ast-grid-3 > .site-main > .ast-row, .ast-plain-container .ast-grid-4 > .site-main > .ast-row, .ast-page-builder-template .ast-grid-2 > .site-main > .ast-row, .ast-page-builder-template .ast-grid-3 > .site-main > .ast-row, .ast-page-builder-template .ast-grid-4 > .site-main > .ast-row {
        margin-left: -1em;
        margin-right: -1em;
        display: flex;
        flex-flow: row wrap;
        align-items: stretch;
    }

    .ast-plain-container .ast-grid-2 > .site-main > .ast-row:before, .ast-plain-container .ast-grid-2 > .site-main > .ast-row:after, .ast-plain-container .ast-grid-3 > .site-main > .ast-row:before, .ast-plain-container .ast-grid-3 > .site-main > .ast-row:after, .ast-plain-container .ast-grid-4 > .site-main > .ast-row:before, .ast-plain-container .ast-grid-4 > .site-main > .ast-row:after, .ast-page-builder-template .ast-grid-2 > .site-main > .ast-row:before, .ast-page-builder-template .ast-grid-2 > .site-main > .ast-row:after, .ast-page-builder-template .ast-grid-3 > .site-main > .ast-row:before, .ast-page-builder-template .ast-grid-3 > .site-main > .ast-row:after, .ast-page-builder-template .ast-grid-4 > .site-main > .ast-row:before, .ast-page-builder-template .ast-grid-4 > .site-main > .ast-row:after {
        flex-basis: 0;
        width: 0;
    }

    .ast-plain-container .ast-grid-2 .ast-article-post, .ast-plain-container .ast-grid-3 .ast-article-post, .ast-plain-container .ast-grid-4 .ast-article-post, .ast-page-builder-template .ast-grid-2 .ast-article-post, .ast-page-builder-template .ast-grid-3 .ast-article-post, .ast-page-builder-template .ast-grid-4 .ast-article-post {
        display: flex;
    }

    .ast-plain-container .ast-grid-2 .ast-article-post:last-child, .ast-plain-container .ast-grid-3 .ast-article-post:last-child, .ast-plain-container .ast-grid-4 .ast-article-post:last-child, .ast-page-builder-template .ast-grid-2 .ast-article-post:last-child, .ast-page-builder-template .ast-grid-3 .ast-article-post:last-child, .ast-page-builder-template .ast-grid-4 .ast-article-post:last-child {
        margin-bottom: 2.5em;
    }

    .single .ast-author-meta .ast-author-details {
        display: flex;
    }
}

@media (min-width: 922px) {
    .single .post-author-avatar, .single .post-author-bio {
        float: left;
        clear: right;
    }

    .single .ast-author-meta .post-author-avatar {
        margin-right: 1.33333em;
    }

    .single .ast-author-meta .about-author-title-wrapper, .single .ast-author-meta .post-author-bio {
        text-align: left;
    }

    .blog-layout-2 .post-content {
        padding-right: 2em;
    }

    .blog-layout-2.ast-no-date-box.ast-no-thumb .post-content {
        padding-right: 0;
    }

    .blog-layout-3 .post-content {
        padding-left: 2em;
    }

    .blog-layout-3.ast-no-date-box.ast-no-thumb .post-content {
        padding-left: 0;
    }

    .ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+0), .ast-separate-container .ast-grid-2 .ast-article-post.ast-separate-posts:nth-child(2n+1), .ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+0), .ast-separate-container .ast-grid-3 .ast-article-post.ast-separate-posts:nth-child(2n+1), .ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+0), .ast-separate-container .ast-grid-4 .ast-article-post.ast-separate-posts:nth-child(2n+1) {
        padding: 0 1em 0;
    }
}

@media (max-width: 544px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
        margin-top: 0.5em;
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        margin-left: -1em;
        margin-right: -1em;
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
        margin-left: -0.5em;
        margin-right: -0.5em;
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on {
        margin-top: 0.5em;
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
        margin-top: -1.33333em;
    }

    .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content {
        margin-left: -1em;
        margin-right: -1em;
    }

    .ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-1, .ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2, .ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3 {
        padding: 1.33333em 1em;
    }

    .ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-1, .ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-1 {
        padding: 1.33333em 1em;
    }

    .single.ast-separate-container .ast-author-meta {
        padding: 1.5em 1em;
    }
}

@media (max-width: 544px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        margin-left: -1em;
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on {
        margin-left: -0.5em;
    }
}

@media (min-width: 922px) {
    .ast-hide-display-device-desktop {
        display: none;
    }
}

@media (min-width: 545px) and (max-width: 921px) {
    .ast-hide-display-device-tablet {
        display: none;
    }
}

@media (max-width: 544px) {
    .ast-hide-display-device-mobile {
        display: none;
    }
}

.ast-article-post .ast-date-meta .posted-on, .ast-article-post .ast-date-meta .posted-on * {
    background: #bd9a65;
    color: #000000;
}

.ast-article-post .ast-date-meta .posted-on .date-month, .ast-article-post .ast-date-meta .posted-on .date-year {
    color: #000000;
}

.ast-load-more:hover {
    color: #000000;
    border-color: #bd9a65;
    background-color: #bd9a65;
}

.ast-loader > div {
    background-color: #bd9a65;
}

h1, .entry-content h1 {
    color: #dd9933;
}

h2, .entry-content h2 {
    color: #dd9933;
}

h3, .entry-content h3 {
    color: #dd9933;
}

h4, .entry-content h4 {
    color: #dd9933;
}

h5, .entry-content h5 {
    color: #dd9933;
}

h6, .entry-content h6 {
    color: #dd9933;
}

.entry-title a {
    color: #dd9933;
}

.ast-header-search .ast-search-menu-icon .search-field {
    border-radius: 2px;
}

.ast-header-search .ast-search-menu-icon .search-submit {
    border-radius: 2px;
}

.ast-header-search .ast-search-menu-icon .search-form {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: #ddd;
    border-radius: 2px;
}

@media (min-width: 922px) {
    .ast-container {
        max-width: 1240px;
    }
}

@media (min-width: 993px) {
    .ast-container {
        max-width: 1240px;
    }
}

@media (min-width: 1201px) {
    .ast-container {
        max-width: 1240px;
    }
}

.ast-separate-container.ast-single-post .ast-article-post, .ast-separate-container.ast-single-post .ast-article-single, .ast-separate-container.ast-single-post .ast-comment-list li.depth-1, .ast-separate-container.ast-single-post .comment-respond, .ast-separate-container.ast-single-post .ast-related-posts-wrap, .ast-separate-container.ast-single-post .ast-woocommerce-container, .single.ast-separate-container.ast-single-post .ast-author-meta, .ast-separate-container.ast-single-post .ast-single-related-posts-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ast-narrow-container.ast-single-post .ast-article-post, .ast-narrow-container.ast-single-post .ast-article-single, .ast-narrow-container.ast-single-post .ast-comment-list li.depth-1, .ast-narrow-container.ast-single-post .comment-respond, .ast-narrow-container.ast-single-post .ast-related-posts-wrap, .ast-narrow-container.ast-single-post .ast-woocommerce-container, .single.ast-narrow-container.ast-single-post .ast-author-meta, .ast-narrow-container.ast-single-post .ast-single-related-posts-container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.ast-separate-container.ast-single-post .ast-article-post, .ast-separate-container.ast-single-post .ast-article-single, .ast-separate-container.ast-single-post .comments-count-wrapper, .ast-separate-container.ast-single-post .ast-comment-list li.depth-1, .ast-separate-container.ast-single-post .comment-respond, .ast-separate-container.ast-single-post .related-posts-title-wrapper, .ast-separate-container.ast-single-post .related-posts-title-wrapper, .single.ast-separate-container.ast-single-post .ast-author-meta, .ast-separate-container.ast-single-post .ast-related-posts-wrap, .ast-separate-container.ast-single-post .ast-woocommerce-container, .ast-separate-container.ast-single-post .ast-single-related-posts-container {
    padding-right: 0px;
    padding-left: 0px;
}

.ast-narrow-container.ast-single-post .ast-article-post, .ast-narrow-container.ast-single-post .ast-article-single, .ast-narrow-container.ast-single-post .comments-count-wrapper, .ast-narrow-container.ast-single-post .ast-comment-list li.depth-1, .ast-narrow-container.ast-single-post .comment-respond, .ast-narrow-container.ast-single-post .related-posts-title-wrapper, .ast-narrow-container.ast-single-post .related-posts-title-wrapper, .single.ast-narrow-container.ast-single-post .ast-author-meta, .ast-narrow-container.ast-single-post .ast-related-posts-wrap, .ast-narrow-container.ast-single-post .ast-woocommerce-container, .ast-narrow-container.ast-single-post .ast-single-related-posts-container {
    padding-right: 0px;
    padding-left: 0px;
}

.ast-separate-container .ast-grid-2 .blog-layout-1, .ast-separate-container .ast-grid-2 .blog-layout-2, .ast-separate-container .ast-grid-2 .blog-layout-3, .ast-separate-container .ast-grid-3 .blog-layout-1, .ast-separate-container .ast-grid-3 .blog-layout-2, .ast-separate-container .ast-grid-3 .blog-layout-3, .ast-separate-container .ast-grid-4 .blog-layout-1, .ast-separate-container .ast-grid-4 .blog-layout-2, .ast-separate-container .ast-grid-4 .blog-layout-3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.ast-narrow-container .ast-grid-2 .blog-layout-1, .ast-narrow-container .ast-grid-2 .blog-layout-2, .ast-narrow-container .ast-grid-2 .blog-layout-3, .ast-narrow-container .ast-grid-3 .blog-layout-1, .ast-narrow-container .ast-grid-3 .blog-layout-2, .ast-narrow-container .ast-grid-3 .blog-layout-3, .ast-narrow-container .ast-grid-4 .blog-layout-1, .ast-narrow-container .ast-grid-4 .blog-layout-2, .ast-narrow-container .ast-grid-4 .blog-layout-3 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

@media (max-width: 544px) {
    .ast-separate-container.ast-single-post .ast-article-post, .ast-separate-container.ast-single-post .ast-article-single, .ast-separate-container.ast-single-post .comments-count-wrapper, .ast-separate-container.ast-single-post .ast-comment-list li.depth-1, .ast-separate-container.ast-single-post .comment-respond, .ast-separate-container.ast-single-post .related-posts-title-wrapper, .single.ast-separate-container.ast-single-post .ast-author-meta, .ast-separate-container.ast-single-post .ast-related-posts-wrap, .ast-separate-container.ast-single-post .ast-woocommerce-container {
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .ast-narrow-container.ast-single-post .ast-article-post, .ast-narrow-container.ast-single-post .ast-article-single, .ast-narrow-container.ast-single-post .comments-count-wrapper, .ast-narrow-container.ast-single-post .ast-comment-list li.depth-1, .ast-narrow-container.ast-single-post .comment-respond, .ast-narrow-container.ast-single-post .related-posts-title-wrapper, .single.ast-narrow-container.ast-single-post .ast-author-meta, .ast-narrow-container.ast-single-post .ast-related-posts-wrap, .ast-narrow-container.ast-single-post .ast-woocommerce-container {
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 921px) {
    .ast-separate-container.ast-two-container #secondary .widget, .ast-separate-container #secondary .widget {
        margin-bottom: 1.5em;
    }
}

.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on, .ast-desktop.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on {
    margin-top: -0px;
}

.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
    margin-left: -0px;
    margin-right: -0px;
}

.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
    margin-left: -0px;
}

@media (max-width: 921px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
        /*margin-top: -;*/
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        /*margin-left: -;*/
        /*margin-right: -;*/
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        /*margin-left: -;*/
    }
}

@media (max-width: 544px) {
    .ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content {
        /*margin-top: -;*/
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content, .ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on, .ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        /*margin-left: -;*/
        /*margin-right: -;*/
    }

    .ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on {
        /*margin-left: -;*/
    }
}

.ast-separate-container.ast-single-post .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child {
    margin-top: -0px;
}

.ast-separate-container.ast-single-post .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child, .ast-separate-container.ast-single-post .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content {
    margin-left: -0px;
    margin-right: -0px;
}

@media (max-width: 544px) {
    .ast-separate-container.ast-single-post .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child {
        margin-top: -5px;
    }

    .ast-separate-container.ast-single-post .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child, .ast-separate-container.ast-single-post .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.ast-builder-menu-1 .main-header-menu.submenu-with-border .astra-megamenu, .ast-builder-menu-1 .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper {
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-style: solid;
}

@media (max-width: 921px) {
    .ast-header-break-point .ast-builder-menu-1 .sub-menu .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 0;
    }
}

@media (max-width: 544px) {
    .ast-header-break-point .ast-builder-menu-1 .sub-menu .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 0;
    }
}

.ast-builder-menu-2 .main-header-menu.submenu-with-border .astra-megamenu, .ast-builder-menu-2 .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper {
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-style: solid;
}

@media (max-width: 921px) {
    .ast-header-break-point .ast-builder-menu-2 .sub-menu .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 0;
    }
}

@media (max-width: 544px) {
    .ast-header-break-point .ast-builder-menu-2 .sub-menu .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 0;
    }
}

.ast-above-header, .main-header-bar, .ast-below-header {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.ast-above-header, .main-header-bar, .ast-below-header {
    max-width: 100%;
}

[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #bd9a65;
}

[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu {
    color: #bd9a65;
}

[CLASS*="-sticky-header-active"] .ast-header-sticked [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal {
    background: transparent;
}

.site-title, .site-title a {
    font-family: betufa, Arial, Serif;
    line-height: 1.23em;
}

.entry-meta, .read-more {
    font-size: 0.9em;
}

.secondary .widget-title {
    font-family: betufa, Arial, Serif;
    line-height: 1.23em;
}

.ast-small-footer {
    font-size: 0.9em;
}

.blog .entry-title, .blog .entry-title a, .archive .entry-title, .archive .entry-title a, .search .entry-title, .search .entry-title a {
    font-family: betufa, Arial, Serif;
    line-height: 1.23em;
}

.elementor-widget-heading h4.elementor-heading-title {
    line-height: 1.2em;
}

.elementor-widget-heading h5.elementor-heading-title {
    line-height: 1.2em;
}

.elementor-widget-heading h6.elementor-heading-title {
    line-height: 1.25em;
}

.ast-hfb-header.ast-desktop .ast-builder-menu-1 .main-header-menu .menu-item.menu-item-heading > .menu-link {
    font-weight: normal;
}

#secondary .wp-block-group *:not(h2:first-of-type) {
    /*font-size: !important;*/
}

@media (max-width: 921px) {
    #secondary .wp-block-group *:not(h2:first-of-type) {
        /*font-size: !important;*/
    }
}

@media (max-width: 544px) {
    #secondary .wp-block-group *:not(h2:first-of-type) {
        /*font-size: !important;*/
    }
}

.ast-search-box.header-cover #close::before, .ast-search-box.full-screen #close::before {
    font-family: Astra;
    content: "\e5cd";
    display: inline-block;
    transition: transform .3s ease-in-out;
}

.ast-advanced-headers-different-logo .advanced-header-logo, .ast-header-break-point .ast-has-mobile-header-logo .advanced-header-logo {
    display: inline-block;
}

.ast-header-break-point.ast-advanced-headers-different-logo .ast-has-mobile-header-logo .ast-mobile-header-logo {
    display: none;
}

.ast-advanced-headers-layout {
    width: 100%;
}

.ast-header-break-point .ast-advanced-headers-parallax {
    background-attachment: fixed;
}

#masthead .site-logo-img .astra-logo-svg, .ast-header-break-point #ast-fixed-header .site-logo-img .custom-logo-link img {
    max-width: 200px;
}

@media (max-width: 543px) {
    #masthead .site-logo-img .astra-logo-svg, .ast-header-break-point #ast-fixed-header .site-logo-img .custom-logo-link img {
        max-width: 172px;
    }
}

[CLASS*="-sticky-header-active"].ast-desktop .ast-builder-menu-1 #ast-hf-menu-1.ast-mega-menu-enabled .sub-menu .menu-item.menu-item-heading > .menu-link {
    background: transparent;
}

[CLASS*="-sticky-header-active"].ast-desktop .ast-builder-menu-1 #ast-hf-menu-1.ast-mega-menu-enabled .sub-menu .menu-item.menu-item-heading:hover > .menu-link, [CLASS*="-sticky-header-active"].ast-desktop .ast-builder-menu-1 #ast-hf-menu-1.ast-mega-menu-enabled .sub-menu .menu-item.menu-item-heading > .menu-link:hover {
    background: transparent;
}

@media (max-width: 921px) {
    .ast-primary-sticky-header-active.ast-main-header-nav-open nav {
        overflow-y: auto;
        max-height: calc(100vh - 100px);
    }
}

[CLASS*="-sticky-header-active"].ast-desktop .ast-builder-menu-2 #ast-hf-menu-2.ast-mega-menu-enabled .sub-menu .menu-item.menu-item-heading > .menu-link {
    background: transparent;
}

[CLASS*="-sticky-header-active"].ast-desktop .ast-builder-menu-2 #ast-hf-menu-2.ast-mega-menu-enabled .sub-menu .menu-item.menu-item-heading:hover > .menu-link, [CLASS*="-sticky-header-active"].ast-desktop .ast-builder-menu-2 #ast-hf-menu-2.ast-mega-menu-enabled .sub-menu .menu-item.menu-item-heading > .menu-link:hover {
    background: transparent;
}

@media (max-width: 921px) {
    .ast-primary-sticky-header-active.ast-main-header-nav-open nav {
        overflow-y: auto;
        max-height: calc(100vh - 100px);
    }
}

@media (max-width: 921px) {
    .ast-primary-sticky-header-active.ast-main-header-nav-open nav {
        overflow-y: auto;
        max-height: calc(100vh - 100px);
    }
}

@media (max-width: 921px) {
    .ast-primary-sticky-header-active.ast-main-header-nav-open nav {
        overflow-y: auto;
        max-height: calc(100vh - 100px);
    }
}

#ast-fixed-header .site-title a, #ast-fixed-header .site-title a:focus, #ast-fixed-header .site-title a:hover, #ast-fixed-header .site-title a:visited {
    color: #222;
}

#ast-fixed-header.site-header .site-description {
    color: #ffffff;
}

.ast-transparent-header #ast-fixed-header .main-header-bar, .ast-transparent-header.ast-primary-sticky-enabled .ast-main-header-wrap .main-header-bar.ast-header-sticked, .ast-primary-sticky-enabled .ast-main-header-wrap .main-header-bar.ast-header-sticked, .ast-primary-sticky-header-ast-primary-sticky-enabled .ast-main-header-wrap .main-header-bar.ast-header-sticked, #ast-fixed-header .main-header-bar, #ast-fixed-header .ast-masthead-custom-menu-items .ast-inline-search .search-field, #ast-fixed-header .ast-masthead-custom-menu-items .ast-inline-search .search-field:focus {
    background: rgba(0, 0, 0, 0.85);
}

.ast-builder-menu-1 .main-header-menu .sub-menu {
    background: #333333;
}

@media (max-width: 921px) {
    .ast-builder-menu-1 .main-header-menu.ast-nav-menu .sub-menu {
        background: #444444;
    }

    .ast-builder-menu-1 .main-header-menu.ast-nav-menu .sub-menu .menu-item .menu-link {
        color: #ffffff;
    }

    .ast-builder-menu-1 .main-header-menu .sub-menu .menu-item > .ast-menu-toggle {
        color: #ffffff;
    }
}

@font-face {
    font-family: "betufa";
    font-display: swap;
    font-fallback: Arial, Serif;
    font-weight: 400;
    src: url(../../fonts/betufa.woff2) format('woff2'), url(../../fonts/betufa.woff) format('woff'), url(../../fonts/betufa.ttf) format('TrueType'), url(../../fonts/betufa.eot) format('eot'), url(../../fonts/betufa.svg) format('svg');
}

@font-face {
    font-family: "ufabet";
    font-display: swap;
    font-fallback: Arial, Serif;
    font-weight: 400;
    src: url(../../fonts/ufabet.woff2) format('woff2'), url(../../fonts/ufabet.woff) format('woff'), url(../../fonts/ufabet.ttf) format('TrueType'), url(../../fonts/ufabet.eot) format('eot'), url(../../fonts/ufabet.svg) format('svg');
}

#wp-admin-bar-astra-advanced-layouts .astra-admin-logo {
    float: left;
    width: 20px;
    height: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
    color: #a7aaad;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0iI2E3YWFhZCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDE4QzEzLjk3MDcgMTggMTggMTMuOTcwNyAxOCA5QzE4IDQuMDI5MyAxMy45NzA3IDAgOSAwQzQuMDI5MyAwIDAgNC4wMjkzIDAgOUMwIDEzLjk3MDcgNC4wMjkzIDE4IDkgMThaTTQgMTIuOTk4TDguMzk2IDRMOS40NDE0MSA2LjAzMTI1TDUuODgzNzkgMTIuOTk4SDRaTTguNTM0NjcgMTEuMzc1TDEwLjM0OTEgNy43MjA3TDEzIDEzSDEwLjk3NzFMMTAuMjc5MyAxMS40NDM0SDguNTM0NjdIOC41TDguNTM0NjcgMTEuMzc1WiIgZmlsbD0iI2E3YWFhZCIvPgo8L3N2Zz4K);
}

#wpadminbar .quicklinks #wp-admin-bar-astra-advanced-layouts .ab-empty-item {
    padding: 0 5px;
}

#wpadminbar #wp-admin-bar-astra-advanced-layouts .ab-submenu {
    padding: 5px 10px;
}

#wpadminbar .quicklinks #wp-admin-bar-astra-advanced-layouts li {
    clear: both;
}

#wp-admin-bar-ast_page_headers_group:before {
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    display: block;
    float: left;
    content: "";
    margin-bottom: 10px;
    width: 100%;
}

#wpadminbar #wp-admin-bar-ast_custom_layouts_group li a:before,
#wpadminbar #wp-admin-bar-ast_cl_shortcode_group li a:before,
#wpadminbar #wp-admin-bar-ast_page_headers_group li a:before {
    content: "\21B3";
    margin-right: 0.5em;
    opacity: 0.5;
    font-size: 13px;
}

@media (min-width: 1025px) {
    body .uag-hide-desktop.uagb-google-map__wrap, body .uag-hide-desktop {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    body .uag-hide-tab.uagb-google-map__wrap, body .uag-hide-tab {
        display: none !important
    }
}

@media (max-width: 767px) {
    body .uag-hide-mob.uagb-google-map__wrap, body .uag-hide-mob {
        display: none !important
    }
}

.site-content ol,
.site-content ul {
    margin: 0;
    padding-left: 23px;
}

body.page {
    background-color: #000;
}

.uagb-faq-content {
    padding: 0px 10px;
}

.uagb-faq-content p {
    margin: 0px;
}

.uagb-faq-content span {
    line-height: 1.3rem;
    margin: auto !important;
    padding: 0px;
}

#menu-item-1644 .sub-menu {
    width: 250px;
}

.ast-logo-title-inline .site-logo-img {
    padding: 0;
}

a:focus, .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:focus, .wp-block-uagb-faq-child.uagb-faq-child__outer-wrap .uagb-faq-item:active, .ast-button-wrap .menu-toggle:focus {
    outline: none !important;
}

ul.ast-below-header-menu-items {
    margin: 0;
}

.ast-logo-title-inline .ast-site-identity {
    padding: 0;
}

.ast-desktop #mobile-sticky-bottom {
    display: none;
}

.ast-header-break-point .ast-scroll-to-top-right {
    bottom: 60px;
}

.internalanchor {
    scroll-margin-top: 80px;
}

.ast-logo-title-inline .ast-site-identity {
    transition: none;
}

.ast-above-header, .main-header-bar, .ast-below-header,
.site-above-header-wrap, .site-below-header-wrap, .site-primary-header-wrap {
    -webkit-transition: none;
    transition: none;
}

.ast-builder-grid-row {
    grid-column-gap: 0.5em;
}

.site-primary-header-wrap {
    padding: 0 1em;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > li.button-login a, .ast-desktop .ast-primary-header-bar .main-header-menu > li.button-join a {
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28) !important;
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28) !important;
    line-height: 2em;
    border-radius: 0.4em;
    color: #000;
    height: 2.5em;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > li.button-login a:hover, .ast-desktop .ast-primary-header-bar .main-header-menu > li.button-join a:hover {
    box-shadow: 0 0 1em #eee;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > li.button-login, .ast-desktop .ast-primary-header-bar .main-header-menu > li.button-join {
    margin-left: 0.5em;
}

.ast-header-break-point .main-navigation .stack-on-mobile li.button-join, .ast-header-break-point .main-navigation .stack-on-mobile li.button-login, ul#ast-hf-mobile-menu li {
    width: 50%;
    text-align: center;
}

.ast-header-break-point .main-navigation .stack-on-mobile li.button-join a, .ast-header-break-point .main-navigation .stack-on-mobile li.button-login a, ul#ast-hf-mobile-menu li a {
    padding: 0 2px;
}

.ast-header-break-point .main-navigation .stack-on-mobile li.button-join, ul#ast-hf-mobile-menu li:nth-child(odd) {
    border-right: solid 1px #bd9a65 !important;
}

@media only screen and (max-width: 1235px) {
    header #ast-desktop-header .custom-logo-link img {
        max-width: 11em;
    }

    #ast-desktop-header .ast-main-header-wrap {
        font-size: 1.4vw;
    }
}

.footer_c1 {
    font-family: 'Times New Roman', serif;

}

.logotext {
    text-align: center;
    font-size: 2em;
    line-height: 1.5em;
    color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(to bottom, #462523 0, #cb9b51 22%, #f6e27a 45%, #f6f2c0 50%, #f6e27a 55%, #cb9b51 78%, #462523 100%);
}

.ast-header-break-point .site-below-footer-wrap {
    margin-bottom: 35px;
}

.ast-header-break-point .ast-above-header-wrap {
    display: none;
}

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

.ast-header-break-point .main-navigation ul .menu-item .menu-link, .ast-header-break-point #ast-hf-mobile-menu ul .menu-item .menu-link {
    border-bottom: solid 1px #bd9a65 !important;
}

.ast-desktop .astra-megamenu a.menu-link {
    display: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu > .menu-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.ast-above-header, .ast-header-break-point .ast-above-header, .login_ufabet {
    color: #684613;
    background: #bd9a65;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#aa854c), to(#bd9a65));
    background-image: -webkit-linear-gradient(bottom, #aa854c, #bd9a65);
    background-image: -moz-linear-gradient(bottom, #aa854c, #bd9a65);
    background-image: -o-linear-gradient(bottom, #aa854c, #bd9a65);
    background-image: linear-gradient(to top, #aa854c, #bd9a65);
}

.login_ufabet2 {
    background-image: linear-gradient(to right, #cb2d3e 0%, #ef473a 51%, #cb2d3e 100%)
}

.join_ufabet {
    background-image: linear-gradient(to right, #F09819 0%, #EDDE5D 51%, #F09819 100%)
}

.btn-grad {
    transition: 0.5s;
    background-size: 200% auto;
    box-shadow: 0 0 8px #eee;

    padding: 10px 15px;
    margin: 0 2px;
}

.btn-grad:hover {
    background-position: right center;
    box-shadow: 0 0 20px #eee;
    color: white;
}

.ast-masthead-custom-menu-items {
    margin-right: 0;
    margin-left: auto;
}

.ast-above-header-navigation .menu-item.current-menu-item > .menu-link {
    text-decoration: underline;
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu {
    background: none;

}

.main-header-menu .current_page_parent > .menu-link {
    color: #dd9933;
    background-color: #222222;
}

.wp-block-image.no-margin-bottom {
    margin-bottom: 0;
}

p.index3em {
    text-indent: 3em;
}

.margin-bottom10px {
    margin-bottom: 10px;
}

.footer-adv .widget-title {
    margin-bottom: 0.5em;
}

/* start wut secction */
.text-left {
    text-align: left;
}

/*archive page color*/
.ast-archive-description {
    background-color: #333 !important;

}

.ast-separate-container .ast-archive-description {
    padding: 1em;
}

#primary,
#secondary {
    margin: 0 !important;
    padding: 0;
}

.wp-block-table table {
    margin-bottom: 1em !important;
}

/* fix theme after update wordpress6*/
.wp-block-columns {
    --wp--style--block-gap: 1em;
}

.wp-block-buttons {
    --wp--style--block-gap: 1em;
}

.wp-block-buttons {
    padding-top: 27px;
    padding-bottom: 24px;
}

.wp-block-image.size-full {
    margin: 0rem 0;
}

.wp-block-image.aligncenter, .wp-block-image .aligncenter, .wp-block-image.alignleft, .wp-block-image .alignleft, .wp-block-image.alignright, .wp-block-image .alignright {
    display: block;
}

.wp-block-image.aligncenter > figcaption, .wp-block-image .aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image.alignright > figcaption, .wp-block-image .alignright > figcaption {
    display: block;
}

/*end  fix theme after update wordpress6 */
@media only screen and (max-width: 544px) {


    /*Adjust to full feature image*/
    .ugb-feature.ugb-feature--v2.ugb-feature--design-half .ugb-feature__image {
        height: 127vw;
        background-color: black;
    }

    .ugb-feature.ugb-feature--v2.ugb-feature--design-half .ugb-feature__content {
        padding: 20px 35px;
    }

    /* Footer padding*/
    .footer-adv-overlay {
        padding-bottom: 22px;
    }

    /*article apdding*/
    .ugb-blog-posts__item {
        margin-top: -70px
    }


    /*fix gap between hero and header*/
    .ast-separate-container #primary {
        padding: 0em;
    }


}

.ast-archive-description p {
    font-size: 0.9em;
}

.ast-archive-description {
    background-color: rgb(1, 1, 1, 0)
}

.wp-block-separator {
    max-width: 100%;
}

.ast-menu-toggle:focus {
    outline: none;
}

/*end wut section*/

.section {
    margin: 0
}

.uagb-post-pagination-wrap a {
    background-color: #e4e4e400 !important;
    color: #BA9864 !important;
}

.uagb-block-d8701418 .uagb-post-pagination-wrap .page-numbers.current {
    background-color: #BA9864 !important;
}

#block-6 {
    margin-bottom: 7px !important;
    padding-bottom: 0px !important;
}

.widget-title {
    margin-bottom: 0px;
}

.ast-separate-container.ast-two-container #secondary .widget {
    padding: 0 0 9px 2em;
}

.main-header-menu .menu-item li:not(:last-child) {
    border-bottom: 1px solid #BD9A65;
}

.ast-header-html-2 {
    padding: 0;
}

.is-style-outline {
    border: 1px solid;
    border-radius: 30px;
}

.waviy {
    position: relative;
    color: red;
}

.waviy span {
    position: relative;
    display: inline-block;
    font-size: 1.5em;
    animation: waviy 1s infinite;
    /*animation-delay: calc(.1s * var(--i));*/
}

@keyframes waviy {
    0%, 40%, 100% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-5px)
    }
}
