
/* header */

header a, main a, footer a {
    color: #8c9753 !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

header a:hover, main a:hover {
    text-decoration: underline;
}

.singular header.entry-header, body .archive-header {
    padding-top: 0;
}

header#site-header img {
    width: 92%;
    max-width: 700px;
}

/* end header */

body .archive-header h1 {
    margin: 0;
}

header.archive-header {
    padding-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
    font-weight: 600;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 1.5rem !important;
}

.entry-content table.contact h1,
.entry-content table.contact h2,
.entry-content table.contact h3,
.entry-content table.contact h4,
.entry-content table.contact h5,
.entry-content table.contact h6 {
    margin-bottom: 0 !important;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2rem;
}

* {
    font-family: "Arial R", Helvetica !important;
}

footer .footer-credits p.footer-copyright {
    font-weight: 400 !important;
}

table.contact, table.contact th, table.contact td {
    border: none;
    vertical-align: baseline;
}

table.post-categories, table.post-categories th, table.post-categories td {
    border: none;
}

/*table.post-categories {*/
/*    padding-bottom: 15px;*/
/*}*/

.entry-content img {
    display: block;
}

.has-paragraphs-centered p {
    text-align: center;
}

.home-page-callout p {
    font-size: 26px;
}

.home-page-callout p:not(:last-child) {
    margin-bottom: 0;
}


.home-bottom-callout p {
    font-size: 21px;
}

div.subscribe-table.mobile .plan-title {
    font-size: 26px;
}

div.subscribe-table.mobile .plan-details {
    font-size: 18px;
}

@media screen and (max-width: 899px) {
    div.subscribe-table.mobile {
        display: block;
    }

    table.subscribe-table.desktop {
        display: none;
    }
}

@media screen and (min-width: 900px) {
    div.subscribe-table.mobile {
        display: none;
    }

    table.subscribe-table.desktop {
        display: block;
    }
}

table.subscribe-table, table.subscribe-table tr, table.subscribe-table th, table.subscribe-table td {
    border: none;
}

table#contact-table, table#contact-table tr, table#contact-table th, table#contact-table td {
    border: none;
}

#contact-table-container {
    padding: 10px;
}

table#contact-table {
    margin-top: 1em;
}

table#contact-table td {
    padding: 0;
}

table.subscribe-table .descriptions {
    width: 52%;
}

table.subscribe-table .subscription-type {
    width: 12%;
    text-align: center;
}
table.subscribe-table .subscription-type a {
    word-break: keep-all;
}

th.subscription-type {
    font-size: 20px;
}

.has-text-center {
    text-align: center;
}

.has-text-top-align {
    vertical-align: top;
}

.has-font-size-21 {
    font-size: 21px;
}

table.subscribe-table img {
    display: block;
    margin: auto;
}

.archive-categories {
    max-width: 800px;
}

.archive-categories .tr-remove-padding td {
    padding: 0;
}

.archive-categories .add-padding-top td {
    padding-top: 15px
}

.archive-categories .add-padding-bottom td {
    padding-bottom: 15px
}

.has-text-grey {
    color: slategrey;
}

/* archive rows */

.archive-post-row span.float-none {
    float: none !important;
}

.archive-table, .archive-table tr, .archive-table td {
    border: none;
}

.archive-table td {
    padding-left: 0;
}

.archive-post-row .info-row > *:not(:first-of-type) {
    padding-left: 15px;
}

/*.archive-post-row .post-row__header {*/
/*    width: 100%;*/
/*}*/

/*.archive-post-row .post-row__header > * {*/
/*    width: auto;*/
/*}*/

/* end archive rows */

.pagination .nav-links {
    font-weight: normal;
    font-size: 18px;
}

.entry-content p {
    line-height: 1.3;
    margin-bottom: 1em;
}

.entry-content blockquote {
    padding: 0 4rem 0 6rem;
    margin: 1em auto;
}

.comments-wrapper {
    margin-top: 4rem;
}

/*@media screen and (max-width: 600px) {*/
/*    header#site-header img {*/
/*        width: 92%;*/
/*    }*/
/*}*/

/* Post archive pagination */

.archive-pagination {
    display: flex;
    justify-content: center;
}

.archive-pagination > * {
    margin: 10px;
}
