html,
body {
  height: 100%;
  margin: 0;
}
@media screen and (min-width: 830px) {
body, button, input, select, textarea, .ast-button, .ast-custom-button {
    font-size: 15px;
}
}
button:not(.components-button) {
    color: #fff;
}
.page .entry-header {
    display: none;
}
#page{
    display: flex;
    flex-flow: column;
    height: 100%;
}
.site-header{
    flex: 0 1 auto;
}
.site-content{
    flex: 1 1 auto;
}
.site-footer{
    flex: 0 1 auto;
}
.ast-container{
    height: 100%;
}
#masthead .ast-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.ast-container #primary{
    height: 100%;
    margin: 0;
    padding: 0;
}

/* blog styles start */
.archive .ast-container #primary, .single-post .ast-container #primary{
    height: auto;
    margin: 4em 0;
    padding: inherit;
}

.blog:not(.archive) #primary{
    width: 100%;
    border-right: none;
}

.archive .entry-title, .post-template-default .ast-related-post-content .ast-related-post-title a {
    font-size: 1rem;
}
.archive .entry-title a, .post-template-default .ast-related-post-content .ast-related-post-title a {
    font-weight: 700;
}

.archive .ast-article-inner {
    padding: 0.6em;
}

.archive .ast-blog-featured-section {
    margin-bottom: 0.6em;
}

.archive .post-content>.read-more {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.archive .ast-excerpt-container p {
    font-size: .9em;
}

.archive .ast-article-post {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.archive .ast-article-post .ast-article-inner {
    border-radius: 8px;
}

.wp-block-tag-cloud {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: -35px;
}

.wp-block-tag-cloud a {
    font-size: 1em !important;
    color: inherit;
    line-height: 1.4;
    color: #4f4f4f;
    letter-spacing: .5px;
}

.post-template-default .post-thumb-img-content img {
    border-radius: 8px;
}
/* blog styles end */

.main-header-bar {
    padding: 0;
    margin: 0;
}
.main-header-menu {
    font-weight: bold;
}
.ast-mobile-menu-buttons .ast-button-wrap .menu-toggle {
    padding: 0;
}
.ast-mobile-menu-buttons .ast-button-wrap .menu-toggle:focus {
    outline: none;
}
.menu-item-has-children .sub-menu {
    display: block !important;
}
.ast-menu-toggle {
    display: none !important;
}
.logged-in .main-header-menu {
    font-weight: normal;
}
.main-header-menu .current-menu-item .menu-link, .main-header-menu .menu-item:hover .menu-link, .main-header-menu .menu-item.focus .menu-link, .main-header-menu .current-menu-ancestor .menu-link{
    color: inherit;
}
.main-header-menu .menu-item .menu-link:hover{
    color: #1e73be;
}
.footer-adv-overlay .widget-title {
    font: 15px arial !important;
    font-weight: bold !important;
}
.site-footer ul li {
    padding-bottom: 7px;
}
.ext-footer, .ext-footer a {
    font-size: 12px;
    color: #a3a3a3;
}
.lovingly-crafted-text {
    display: block;
    font: 13px arial;
    line-height: 1.8;
    font-weight: bold;
    color: #a3a3a3;
}
.ext-footer-social {
    margin-top: 20px;
}
.footer-social-icon {
    font-size: 23px;
    margin-right: 3px;
    line-height: 0;
}