/**
Theme Name: Paragon
Author: Minimal Chaos
Author URI: https://minimalchaosweb.com
Description: A custom WordPress theme for Paragon Accountants built on the Astra theme framework.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paragon
Template: astra
*/



/* Hiding class, making content visible only to screen readers but not visually */
/* "sr" meaning "screen-reader" */
/* https://css-tricks.com/inclusively-hidden/ */

.sr-only:not(:focus):not(:active) {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


/*
 * Modifying core elements
 ---------------------------------------------------- */
a:link,
a:visited,
.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}


/*
 * Common Classes
 ---------------------------------------------------- */
.gold-diamond {
    position: relative;
}

.gold-diamond::before {
    position: absolute;
    top: -42px;
    left: calc(50% - 42px);
    content: url('img/gold-diamond.png') !important;
}


.quote .kt-row-column-wrap {
    position: relative;
}

.quote .kt-row-column-wrap::before {
    position: absolute;
    top: -56px;
    left: calc(50% - 70px);
    content: url('img/quote.png') !important;
    display: inline-block;
    animation: bounce;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
}


.green-diamond>.kt-row-layout-inner>.kt-row-column-wrap,
.green-diamond.recent-posts-container {
    position: relative;
}

.green-diamond>.kt-row-layout-inner>.kt-row-column-wrap::before,
.green-diamond.recent-posts-container::before {
    position: absolute;
    top: -42px;
    left: 42px;
    content: url('img/green-diamond.png') !important;
}


@media only screen and (max-width:768px) {

    .gold-diamond::before {
        position: absolute;
        transform: scale(.7);
    }

    .green-diamond>.kt-row-layout-inner>.kt-row-column-wrap::before,
    .green-diamon.recent-posts-container::before {
        top: -45px;
        left: 0;
        transform: scale(.7);
    }

    .quote .kt-row-column-wrap::before {
        top: -48px;
        left: calc(50% - 70px);
        transform: scale(.5);
    }


}


.box-left .kt-row-column-wrap {
    margin-right: 0 !important;
}

.box-right .kt-row-column-wrap {
    margin-left: 0 !important;
}

.header-banner>.kt-row-layout-inner>.kt-row-column-wrap {
    min-height: calc(100vh - 148px) !important;
    /* Compesating for desktop header height */
}

.left-image-right-text .wp-block-kadence-image,
.right-image-left-text .wp-block-kadence-image {
    margin-bottom: 0;
}

.left-image-right-text p,
.right-image-left-text p {
    margin-bottom: 0;
}

.mobile-header.wp-block-kadence-image {
    margin-bottom: 0;
}

.black-cta-button a.kt-button div.kt-btn-svg-icon {
    transition: transform 0.3s ease;
    transform: translateX(0px);
}

.black-cta-button a.kt-button:hover div.kt-btn-svg-icon {
    transform: translateX(5px);
}

@media only screen and (max-width:1024px) {
    .black-cta-button a {
        text-align: left !important;
    }

}

@media only screen and (max-width:1024px) {
    .no-mobile-bg .kt-row-layout-overlay.kt-row-overlay-gradient {
        background: none !important;
    }
}

@media only screen and (max-width:768px) {
    .black-cta-button .kt-btn-wrap {
        display: block;
    }
}

.above-footer-cta h2,
.above-footer-cta h3,
.above-footer-cta p {
    margin-bottom: 0;
}

/*
 * Paragon Header Banner
 ----------------------------------------------------------------------- */

.header-banner-content {
    color: #fff;
    background: rgba(35, 111, 89, .9);
    padding: 60px;
    width: 100%;
}


.header-banner-content h1 {
    color: #fff !important;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
    margin-bottom: 0;
}

.header-banner-content p {
    font-size: 1em;
    line-height: 1.3em;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
    margin-bottom: 0 !important;
    margin-top: 1em;
}

.home .paragon-header-banner .header-banner-content h1 {
    font-size: 3.1em;
    line-height: 1.2em;
}

.home .paragon-header-banner .header-banner-content p {
    font-size: 1.3em;
    margin-bottom: 0;
}


@media only screen and (max-width:1024px) {
    body:not(.home) .header-banner-content {
        position: relative;
        background: rgba(35, 111, 89, 1);
    }




    .header-banner-content h1 {
        font-size: 2.35em;
    }





}

@media only screen and (max-width:768px) {





    .header-banner-content {
        padding: 24px 16px;
    }

    .header-banner-content h1 {
        font-size: 2.25em;
        line-height: 1.4em;
    }

    .home .header-banner-content h1 {
        font-size: 1.6em;
    }

    .header-banner-content p {
        font-size: 1em;
        line-height: 1.7em;
    }

    .home .header-banner-content p {
        font-size: .75em;
    }
}


/*
 * Header 
 */
@media only screen and (max-width:1024px) {
    .ast-logo-title-inline .site-logo-img {
        padding-right: 0;
    }

    .ast-button-wrap button,
    button.menu-toggle-close {
        padding: 0 !important;
    }

    .ast-search-icon {
        margin-top: 4px;
    }

    .menu-toggle-close .ahfb-svg-iconset svg {
        width: 32px;
        height: 32px;
        margin-top: 25px;
    }

    #ast-mobile-site-navigation {
        margin-top: 50px;
    }
}

@media only screen and (max-width:768px) {

    .menu-toggle-close .ahfb-svg-iconset svg {
        margin-top: 16px;
    }

}


/* Navigation Menu */
.current-menu-item a::before {
    content: '\25A0';
    font-family: sans-serif;
    position: absolute;
    margin-left: -15px;
    transform: rotate(45deg);
}

ul.main-header-menu>li:last-of-type a {
    padding-right: 15px !important;
}

.ast-header-search .astra-search-icon {
    font-size: 28px;
}

.site-header a.astra-search-icon * {
    transition: none;
}


.ast-mobile-popup-header {
    /* To make mobile nav close button match placement of toggle button */
    padding: 10px 20px 0 0;
}

.main-navigation a:link,
.main-navigation a:visited {
    color: #000;
}

.main-navigation a:hover {
    color: #236f59;
}

.main-navigation .current-menu-item a {
    color: #236f59;
}


header.site-header {
    box-shadow: 0px 3px 8px rgba(35, 111, 90, .25);
}




header.entry-header.ast-no-thumbnail.ast-no-meta {
    text-align: center;
}

header.entry-header.ast-no-thumbnail.ast-no-meta h1.entry-title {
    font-size: 3em;
    font-weight: bold;
}

@media only screen and (max-width:1024px) {
    header.entry-header.ast-no-thumbnail.ast-no-meta h1.entry-title {
        font-size: 2em;
    }

    .main-header-menu li.menu-item {
        margin-bottom: 15px;
    }

}


/*
 * Homepage 
 ----------------------------------------------------------------------- */
@media only screen and (max-width:768px) {
    .home-intro .inner-column-1 {
        margin-bottom: 0 !important;
    }
}

/*
 * Back to blog / The Advisory link
 ----------------------------------------------------------------------- */
.back-to-advisory {
    width: 1448px;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    position: relative;
}

.back-to-advisory a span {
    /* https://stackoverflow.com/a/58420394/740766 */
    position: relative;
    transition: transform 0.3s ease;
    transform: translateX(0px);
    font-weight: normal;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -5px;
}

.back-to-advisory a:hover {
    color: #000;
}

.back-to-advisory a:hover span {
    transform: translateX(-5px);
}


/*
 * Single Blog posts
 ----------------------------------------------------------------------- */
.single-post header.entry-header {
    width: 100%;
    max-width: 1488px !important;
    padding: 20px;
    text-align: center;
    margin-top: 3em;
}

.single-post h1.entry-title {
    font-size: 3.222em;
    font-weight: bold;
    margin-bottom: .5em;
}

@media only screen and (max-width:1024px) {
    .single-post h1.entry-title {
        font-size: 2rem;
    }

    .single-post header.entry-header {
        margin-top: 0;
    }
}

.posted-on {
    text-transform: uppercase;
    font-weight: bold;
}

.cat-links a {
    font-weight: bold;
}

.single-post .entry-meta {
    letter-spacing: 1px;
}

.entry-meta,
.entry-meta .published {
    color: #000;
}

.single .entry-header img,
.single .entry-header .ast-single-post-order+.post-thumb img {
    margin-top: 4em;
}

.single-post .entry-content {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px 120px 16px;
}



/*
 * Archives
 ----------------------------------------------------------------------- */
.ast-page-builder-template .ast-archive-description {
    padding: 0 !important;
    margin-top: 0 !important;
    font-weight: bold;
    text-align: center;
    border: 0;
}

.ast-archive-description .ast-archive-title {
    font-weight: bold;
}

/*
 * Recent posts
 ----------------------------------------------------------------------- */
.recent-articles {
    background: #f3f3f3;

}

.recent-posts-container {
    width: 100%;
    max-width: 1548px;
    padding: 100px 50px;
    margin: 0 auto;
}

.home .recent-posts-container {
    padding-top: 40px;
}


.recent-posts-container p.recent-articles {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: .7em;
}

@media only screen and (max-width:1024px) {
    .recent-posts-container {
        padding: 20px 25px;
    }



}



.recent-posts {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

@media only screen and (max-width:768px) {
    .recent-posts-container {
        padding: 50px 16px;
    }

    .recent-posts {
        gap: 16px;
    }
}


.advisory-post {
    display: block;
    background: #236f59;
    transition: all .3s ease;
    border: 1px solid #f3f3f3;
    text-decoration: none !important;
}

.advisory-post:hover {
    background: #fff;
    border: 1px solid #236f59;
    text-decoration: none;
    color: #000;
}

.advisory-post h3 {
    margin-bottom: 20px;
    font-size: 24px;
}

.advisory-post:hover h3 {
    color: #000;

}

.advisory-post p {
    margin-bottom: 0;
    font-size: 16px;
}

.advisory-post img {
    transition: all .3s ease;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advisory-post:hover img {
    transform: scale(1.2);
    transform-origin: 50% 50%;
}

.post-content-container {

    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.post-content-container h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
}

.single .post-content-container h4 {
    font-weight: normal;
}

.recent-post-thumbnail {
    overflow: hidden;
    flex: 0 0 152px;
}


.date-title-container {
    padding: 20px 25px;
    font-size: 16px;
    font-weight: bold;
}

.date {
    color: #a7c5bd;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-decoration: none;
}

.advisory-post:hover h4,
.advisory-post:hover .date {
    color: #000 !important;
}





/* ----- homepage recent posts ----- */

.home .recent-post-thumbnail {
    flex: 0 0 226px;
}

.home .date-title-container,
.home .post-content-container h4 {
    font-size: 20px;
}

.home .post-content-container h4 {
    margin-bottom: 0;
}


.home .recent-articles {
    background: #fff;
    padding-top: 0;
    max-width: 1548px;
    margin: 0 auto;
}

.home .recent-posts {
    justify-content: center;
    flex-wrap: wrap;
}

.home .advisory-post {
    width: 100%;
    max-width: calc(50% - 10px);
}

.single .advisory-post {
    width: 100%;
    max-width: calc(33.333% - 20px);
}

.home .post-content-container {
    max-width: none;
    justify-content: flex-start;
}


@media only screen and (max-width:1200px) {

    .home .recent-post-thumbnail {
        flex: 0 0 190px;
    }

    .home .date-title-container,
    .home .post-content-container h4 {
        font-size: 16px;
    }

}

@media only screen and (max-width:1024px) {

    .home .recent-post-thumbnail {
        flex: 0 0 160px;
    }

    .home .date-title-container,
    .home .post-content-container h4 {
        font-size: 14px;
    }

}

@media only screen and (max-width:768px) {

    .home .recent-articles {
        padding-bottom: 0;
    }

    .home .recent-post-thumbnail {
        flex: 0 0 150px;
    }

    .home .advisory-post {
        width: 100%;
        max-width: 100%;
    }

    .home .recent-posts-container {
        padding: 0 16px;
    }

}

@media only screen and (max-width:1400px) {
    .single .date-title-container {
        padding: 16px;
    }

    .single .date {
        margin-bottom: 0;
    }

}

@media only screen and (max-width:1100px) {
    .single .advisory-post {
        width: 100%;
        max-width: calc(50% - 10px);
    }
}


@media only screen and (max-width:768px) {
    .single .advisory-post {
        width: 100%;
        max-width: 100%;
    }
}




@media screen and (max-width:1300px) {

    .post-content-container,
    .post-content-container h4 {
        font-size: 14px;
    }

}


@media screen and (max-width:1100px) {

    .recent-posts {
        flex-wrap: wrap;
        justify-content: center;
    }

    .date-title-container {
        padding: 15px;
    }
}




/*
 * Contact page
 ----------------------------------------------------------------------- */
.contact-form-info .kt-inside-inner-col {
    max-width: 725px;
    align-self: flex-end;
}

@media only screen and (max-width:768px) {
    .location-map {
        height: 350px;
    }
}


/*
 * Packages page
 ----------------------------------------------------------------------- */
body.page-id-4225 {
    background-color: #f3f3f3;
}

.limit-width h2,
.limit-width p {
    max-width: 1200px;
}

.specialized-add-ons p,
.specialized-add-ons ul {
    margin-bottom: 0 !important;
}


/*
 * Main blog page
 ----------------------------------------------------------------------- */
.post-link {
    display: block;
}

ul.blog-cats {
    margin: 0;
    text-align: center;

    /* Below are all settings involved with making this section horizontall scroll with click-and-drag effect */
    /* See https://codepen.io/thenutz/pen/VwYeYEE */
    /* Also see js/blog-category-scroll.js */
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;

    /* Hide scrollbar for IE, Edge add Firefox */
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: pointer;
}

.blog-cats:active {
    cursor: grab;
}

/* Hide scrollbar for webkit browsers */
ul.blog-cats::-webkit-scrollbar {
    display: none;
}


ul.blog-cats li {
    display: inline-block;
}

ul.blog-cats a {
    display: block;
    padding: 20px;
    transition: all .3s ease;
    border-bottom: 2px solid #f8f3ed;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.blog-cats a:hover {
    border-color: #236F59;
}


.blog .site-main .ast-row,
.archive .site-main .ast-row,
.search .site-main .ast-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;

}

.blog .site-main .ast-row article,
.archive .site-main .ast-row article,
.search .site-main .ast-row article {
    width: 33.333%;
}

@media only screen and (max-width:1024px) {

    .blog .site-main .ast-row article,
    .archive .site-main .ast-row article,
    .search .site-main .ast-row article {
        width: 50%;
    }
}

@media only screen and (max-width:767px) {

    .blog .site-main .ast-row article,
    .archive .site-main .ast-row article,
    .search .site-main .ast-row article {
        width: 100%;
    }
}

.blog .site-main .ast-row article a,
.archive .site-main .ast-row article a,
.search .site-main .ast-row article a {
    height: 100%;
}


.post-thumbnail {
    overflow: hidden;
}

.post-text {
    padding: 28px;
    color: #fff;
}

.advisory-post:hover .post-text {
    color: #000;
}

.post-text h3 {
    color: #fff;
}


.blog.ast-page-builder-template .site-content>.ast-container,
.archive.ast-page-builder-template .site-content>.ast-container,
.search .site-content>.ast-container {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 120px;
}

.blog .ast-grid-common-col,
.archive .ast-grid-common-col,
.search .ast-grid-common-col {
    padding-bottom: 40px;
}

@media only screen and (max-width:767px) {

    .blog.ast-page-builder-template .site-content>.ast-container,
    .archive.ast-page-builder-template .site-content>.ast-container,
    .search .site-content>.ast-container {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 50px;
    }

    .blog .ast-grid-common-col,
    .archive .ast-grid-common-col,
    .search .ast-grid-common-col {
        padding-bottom: 16px;
    }

    .ast-pagination .page-numbers {
        font-size: 1em;
    }
}


/* Team Member Block */
.team-member {
    position: relative;
    transition: all .3s ease;
}

.team-member img {
    width: 100%;
    margin-bottom: 24px;
}

h3.team-member-name {
    font-size: 1.33em;
    text-align: center;
    margin-bottom: 5px;
}

p.team-member-title {
    font-size: .8333em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}

@media only screen and (min-width:1025px) {



    /* https://www.w3schools.com/howto/howto_css_image_overlay_slide.asp */

    .team-member-bio {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, .9);
        overflow: hidden;
        width: 100%;
        height: 0px;
        transition: .3s ease;
        color: #fff;
        opacity: 0;
        font-size: 16px;

    }

    .team-member-bio div {
        padding: 20px;
    }

    .team-member:hover .team-member-bio {
        height: 100%;
        opacity: 1;
    }

}

@media only screen and (max-width:1024px) {
    .team-member-bio {
        position: absolute;
        background-color: rgba(0, 0, 0, .9);
        width: 100%;
        transition: .3s ease;
        color: #fff;
        opacity: 0;
        top: 100%;
    }




    .team-member-bio div {
        padding: 20px 16px;
    }

    .team-member.selected .team-member-bio {
        opacity: 1;
        top: 0;
        left: 0;
    }


}

.team-member:not(.selected) .team-member-bio {
    min-height: 0 !important;
}

.team-member:not(.selected) {
    min-height: 0 !important;
}


@media only screen and (max-width:768px) {
    h3.team-member-name {
        font-size: 24px;
    }

    p.team-member-title {
        font-size: 16px;
    }
}

/*
 * Paragon Pricing Chart Block
 ----------------------------------------------------------------------- */
.paragon-pricing-chart {
    background: #fff;
}

.chart-header {
    background: #236f59;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    padding: 20px 40px;
    font-weight: bold;
    font-size: 1em;
}

.chart-header .placeholder {
    width: 30%;
}

.service-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 40px;
    border-bottom: 2px solid #f3f3f3;
    transition: .3s ease;
}

.service-row:hover {
    background: #f9f9f9;
}


.service-row:last-of-type {
    border-bottom: 0;
}

.service-row .service-info {
    width: 30%;
    text-align: left;
}

.service-title {
    font-size: 1em;
}

.service-description {
    font-size: .833em;
}


@media only screen and (max-width:1200px) {

    .chart-header,
    .service-title {
        font-size: 18px;
    }

    .service-description,
    p.optional {
        font-size: 16px;
    }
}


.service-row p {
    margin-bottom: 0;
}

.service-row span.dashicons {
    font-size: 48px;
    line-height: 48px;
    width: 48px;
    height: 48px;
}

.dashicons-saved {
    color: #236f59;
}

.dashicons-no-alt {
    color: #d9d9d9;
}

p.optional {
    color: #236f59;
    font-weight: bold;
    line-height: 48px;
}


.effective-cfo,
.operational-cfo,
.quarterly-cfo {
    width: 20%;

}

@media only screen and (max-width:768px) {

    .chart-header {
        display: none;
    }

    .service-row {
        flex-wrap: wrap;
        padding: 20px;
        align-items: flex-start;
    }

    .service-row span.dashicons {
        font-size: 32px;
        line-height: 32px;
        width: 32px;
        height: 32px;
    }

    .service-info {
        flex-basis: 100%;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .effective-cfo,
    .operational-cfo,
    .quarterly-cfo {
        width: 32%;
        max-width: 100px;
    }

    .effective-cfo::before {
        display: block;
        content: 'Effective CFO';
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .operational-cfo::before {
        display: block;
        content: 'Operational CFO';
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .quarterly-cfo::before {
        display: block;
        content: 'Quarterly CFO';
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    p.optional {
        font-size: 15px;
        line-height: 32px;
    }
}


/*
 * Gravity Forms (and Kadence Forms)
 ----------------------------------------------------------------------- */
.kb-forms-submit {
    text-transform: uppercase;
}

.gform_wrapper input[type=text],
.gform_wrapper textarea {
    border-radius: 0;
    background: #f8f3ed;
    padding: 20px 16px !important;
    font-size: 20px !important;
}

.gform_wrapper input[type=submit] {
    background-color: transparent;
    border-radius: 0;
    border: 2px solid #fff;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 28px;
    width: 100%;
    transition: .3s ease;
    text-transform: uppercase;
}

.gform_wrapper input[type=submit]:hover {
    background: #fff;
    color: #000;
}



/* ----- Contact Us form ----- */

.gform_wrapper.contact-us_wrapper .gform_footer {
    margin-top: 0;
    padding-top: 0;
}

.gform_wrapper.contact-us_wrapper input[type=submit] {
    background-color: #000;
    border: 2px solid #000;
}

.gform_wrapper.contact-us_wrapper input[type=submit]:hover {
    background-color: #fff;
    color: #000;
}

@media only screen and (max-width:768px) {

    .gform_wrapper input[type=text] {
        padding: 16px;
        font-size: 16px;
    }

    .gform_wrapper input[type=submit] {
        font-size: 16px;
        padding: 20px;

    }


}

/* Footer */
.site-footer-below-section-2 {
    justify-content: right;
}

.site-footer-below-section-2 .widget-area,
.site-footer-below-section-2 .ast-builder-layout-element {
    width: auto;
}

.site-footer-below-section-2 .widget-area {
    margin-right: 50px;
}


/* Blog post thumbnails */
.post-thumbnail .wp-post-image {
    transition: .3s ease-in-out;
}

.post-thumbnail:hover .wp-post-image {
    transform: scale(1.2);
}


.paragon-footer p,
.paragon-footer ul {
    margin-bottom: 0;
}

.wp-block-social-links .wp-social-link svg {
    width: 1.1em;
    height: 1.1em;
}

.paragon-social {
    gap: 0.9em !important;
}

.paragon-social li {
    transition: .3s ease;
}

.paragon-social li:hover {
    background: #c1995a !important;
    transform: none;
}

@media only screen and (max-width:1024px) {
    .paragon-social {
        justify-content: center !important;
    }

    .paragon-footer .kadence-column_a6320f-78 {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width:1025px) {

    /* Setting max width of Privacy Policy and Social Media Icons columns */
    .paragon-footer .inner-column-2,
    .paragon-footer .inner-column-3 {
        max-width: 250px !important;
    }

}

@media only screen and (max-width:768px) {
    .paragon-footer .inner-column-1 {
        margin-bottom: 0 !important;
    }
}


/*
 * TablePress
 ----------------------------------------------------------------------- */
.tablepress tfoot th,
.tablepress thead th {
    background: #f5f5f5;
}

.tablepress {
    font-size: .833em;
    border: 1px solid #ddd;
}


/*
 * Responsive sizing
 ----------------------------------------------------------------------- */

@media only screen and (max-width: 1550px) and (min-width:1025px) {

    body,
    button,
    input,
    select,
    textarea,
    .ast-button,
    .ast-custom-button {
        font-size: 20px;
    }

    h1,
    .entry-content h1 {
        font-size: 2.25em;
    }

    h2,
    .entry-content h2 {
        font-size: 1.8em;
    }

    .header-banner-content h1 {
        font-size: 2.25em;
    }
}