h1 {
    margin: 0 0 8px !important;
    font-size: 4.2rem !important;
    color: $text-color;
    line-height: 1.3 !important;
    @media (max-width: $screen-md) {
        font-size: 3.2rem !important;
        line-height: 1.35 !important;
    }
    @media (max-width: $screen-sm) {
        font-size: 2.6rem !important;
        line-height: 1.4 !important;
    }
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-resolution: 192dpi) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-resolution: 2dppx) and (max-width: $screen-lg) and (min-width: $screen-sm) {
        font-size: 4rem !important;
    }
}
h2 {
    margin: 0 0 8px !important;
    font-size: 3.6rem !important;
    color: $text-color;
    line-height: 1.3 !important;
    @media (max-width: $screen-md) {
        font-size: 3rem !important;
        line-height: 1.35 !important;
    }
    @media (max-width: $screen-sm) {
        font-size: 2.2rem !important;
        line-height: 1.4 !important;
    }
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-resolution: 192dpi) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-resolution: 2dppx) and (max-width: $screen-lg) and (min-width: $screen-sm) {
        font-size: 3.2rem !important;
    }
}
h3 {
    margin: 0 0 8px !important;
    font-size: 3.2rem !important;
    color: $text-color;
    line-height: 1.3 !important;
    @media (max-width: $screen-md) {
        font-size: 2.7rem !important;
        line-height: 1.35 !important;
    }
    @media (max-width: $screen-sm) {
        font-size: 2rem !important;
        line-height: 1.4 !important;
    }
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-resolution: 192dpi) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-resolution: 2dppx) and (max-width: $screen-lg) and (min-width: $screen-sm) {
        font-size: 3rem !important;
    }
}
h4 {
    margin: 0 0 8px !important;
    font-size: 2.8rem !important;
    color: $text-color;
    line-height: 1.3 !important;
    @media (max-width: $screen-md) {
        font-size: 2.4rem !important;
        line-height: 1.35 !important;
    }
    @media (max-width: $screen-sm) {
        font-size: 1.8rem !important;
        line-height: 1.4 !important;
    }
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-resolution: 192dpi) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-resolution: 2dppx) and (max-width: $screen-lg) and (min-width: $screen-sm) {
        font-size: 2.6rem !important;
    }
}
h5 {
    margin: 0 0 8px !important;
    font-size: 2.6rem !important;
    color: $text-color;
    line-height: 1.3 !important;
    @media (max-width: $screen-md) {
        font-size: 2.2rem !important;
        line-height: 1.35 !important;
    }
    @media (max-width: $screen-sm) {
        font-size: 1.6rem !important;
        line-height: 1.4 !important;
    }
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-resolution: 192dpi) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-resolution: 2dppx) and (max-width: $screen-lg) and (min-width: $screen-sm) {
        font-size: 2.4rem !important;
    }
}
h6 {
    margin: 0 0 8px !important;
    font-size: 2.2rem !important;
    color: $text-color;
    line-height: 1.3 !important;
    @media (max-width: $screen-md) {
        font-size: 1.8rem !important;
        line-height: 1.35 !important;
    }
    @media (max-width: $screen-sm) {
        font-size: 1.4rem !important;
        line-height: 1.4 !important;
    }
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-device-pixel-ratio: 2) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-resolution: 192dpi) and (max-width: $screen-lg) and (min-width: $screen-sm),
    only screen and (min-resolution: 2dppx) and (max-width: $screen-lg) and (min-width: $screen-sm) {
        font-size: 2rem !important;
    }
}
p {
    margin-bottom: 32px !important;
    font-size: 1.6rem !important;
    line-height: 1.725 !important;
    @media
    only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: $screen-sm),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: $screen-sm),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: $screen-sm),
    only screen and (min-device-pixel-ratio: 2) and (min-width: $screen-sm),
    only screen and (min-resolution: 192dpi) and (min-width: $screen-sm),
    only screen and (min-resolution: 2dppx) and (min-width: $screen-sm) {
        font-size: 1.9rem !important;
    }
    @media (max-width: $screen-sm) {
        font-size: 1.7rem !important;
    }
}
ul, ol {
    margin-bottom: 32px !important;
    li {
        margin: 8px 0 8px 8px !important;
        font-size: 1.6rem !important;
        line-height: 1.725 !important;
        @media
        only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: $screen-sm),
        only screen and (min--moz-device-pixel-ratio: 2) and (min-width: $screen-sm),
        only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: $screen-sm),
        only screen and (min-device-pixel-ratio: 2) and (min-width: $screen-sm),
        only screen and (min-resolution: 192dpi) and (min-width: $screen-sm),
        only screen and (min-resolution: 2dppx) and (min-width: $screen-sm) {
            font-size: 1.9rem !important;
        }
        @media (max-width: $screen-sm) {
            font-size: 1.7rem !important;
        }
    }
}
ul {
    li {
        &:before {
            top: 11px !important;
            left: -17px !important;
        }
    }
}
blockquote {
    color: $text-color !important;
}
.gallery {
    margin: 0 -1px;
    padding: 0;
    .gallery-item {
        padding: 0 1px 2px;
        img {
            width: 100%;
        }
    }
    .gallery-icon {
        &:before {
            padding-top: 100%;
        }
    }
}
.C--embeded-post {
    display: block;
    position: relative;
    margin-bottom: 28px;
    &.type--youtube {
        padding: 25px 0 56.25%;
        iframe {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
    }
    &.type--instagram {
        iframe {
            margin: 0 !important;
            max-width: 100% !important;
        }
    }
}
.wpview {
    margin-bottom: 28px;
    .C--embeded-post {
        margin-bottom: 0;
    }
}
#wpview-iframe-sandbox {
    .C--embeded-post {
        display: block;
        position: relative;
        margin-bottom: 28px;
        &.type--instagram {
            iframe {
                margin: 0 !important;
                max-width: 100% !important;
            }
        }
    }
}
.wp-caption {
    .wp-caption-dt {
        float: none;
        width: auto;
    }
    .wp-caption-dd {
        margin-top: 8px;
        width: auto;
        float: none;
        font-style: italic;
        color: #919191;
        text-align: center;
    }
}