/* print.css */
.site-header, .breadcrumb-nav, .after-entry, .before-footer, .site-footer, aside, nav, form, iframe, .genesis-skip-link, .menu, .shared-counts-wrap, .svg-icon {
    display: none!important;
}

body {
    font-family: "Museo Sans W01", -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
    max-width: 33em;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Recoleta Alt W05", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

a.button svg {
    display: none;
}

button {
    font-size: 100%;
    font-family: inherit;
    font-weight: inherit;
    border: 0;
    padding: 0;
}

address {
    display: block;
    font-style: normal;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

caption {
    text-align: left;
}

tr {
    border-bottom: 1px solid black;
}

tr:last-child {
    border-bottom: none;
}

th {
    text-align: left;
}

td {
    text-align: right;
}

th,
td {
    padding: 0px;
}

figure {
    margin: 15px 0;
    max-width: 100%;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.alignleft {
    /*rtl:ignore*/
    float: left;
    margin: 0 24px 24px 0;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    margin: 0 0 24px 24px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;

    @include media(">=tablet") {
        margin-left: 0;
        margin-right: 0;
    }
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignnone {
    display: inline-block;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

img.centered {
    display: block;
    margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
    font-weight: 600;
    margin: 0;
    text-align: center;
}