/**
 * Please note that these styles will be loaded before editor styles.
 * If a theme's editor style specifies the same classname, these may be overwritten.
 */

h1.is-style-serif,
h2.is-style-serif,
h3.is-style-serif,
h4.is-style-serif,
h5.is-style-serif {
    font-family: 'Merriweather', serif;
}

h1.is-style-default,
h2.is-style-default,
h3.is-style-default,
h4.is-style-default,
h5.is-style-default {
    font-family: 'Proxima Nova', sans-serif;
}

/* paragraphs */
.is-style-width-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    zoom: 1;
}
.has-sidebar .is-style-width-text {
    margin-left: 0;
}

.is-style-width-text:before, .is-style-width-text:after { content: " "; display: table; }
.is-style-width-text:after { clear: both; }

.is-style-width-1190 {
    margin-left: auto;
    margin-right: auto;
    max-width: 1190px;
    zoom: 1;
}
.is-style-width-1190:before, .is-style-width-1190:after { content: " "; display: table; }
.is-style-width-1190:after { clear: both; }

.is-style-callout,
.entry-content .is-style-callout {
    font-size: 26px;
    line-height: 1.46;
    margin: 0 auto 1em;
    max-width: 700px;
    width: 80%;
}

.is-style-callout-alt,
.entry-content .is-style-callout-alt {
    color: #2a93bf;
    font-family: 'ProximaNova', sans-serif;;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.46;
    margin: 0 auto 1em;
    max-width: 700px;
    width: 80%;
}

@media screen and (min-width: 1024px) {
    .is-style-callout-alt,
    .entry-content .is-style-callout-alt {
        font-size: 18px;
        margin-bottom: 2em;
    }
}
@media screen and (min-width: 1200px) {
    .is-style-callout-alt,
    .entry-content .is-style-callout-alt {
        font-size: 18px;
        margin-bottom: 3em;
    }
}
.is-style-callout-alt::after,
.entry-content .is-style-callout-alt::after {
    background: #2a93bf;
    content: "";
    display: block;
    height: 2px;
    margin-top: 1em;
    width: 120px;
}


/* Visitor Guide buttons */
.is-style-visitor-guide .wp-block-button__link,
.is-style-more .wp-block-button__link {
    background: #2E91BB;
    border-radius: 0;
    color: #fff !important;
}

.is-style-visitor-guide .wp-block-button__link:hover,
.is-style-more .wp-block-button__link:hover {
    background: #06668f;
    color: #fff !important;
}

.is-style-visitor-guide .wp-block-button__link::before/*,
.is-style-visitor-guide .wp-block-button__link::after,
.is-style-more .wp-block-button__link::before*/ {
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
}
.is-style-visitor-guide .wp-block-button__link::before {
    background-image: url(../../themes/scenichudson/dist/assets/images/ico-visitor-guide.png);
    background-size: 35px;
    height: 28px;
    margin-right: 16px;
    width: 35px;
}

@media screen and (min-width: 480px) {
    .is-style-visitor-guide .wp-block-button__link,
    .is-style-more .wp-block-button__link {
        padding-right: 80px;

    }
    .is-style-visitor-guide .wp-block-button__link::after,
    .is-style-more .wp-block-button__link::after {
        font-size: 16px;
        content: "\e900";
        font-family: icomoon;
        height: 16px;
        position: absolute;
        right: 32px;
        transition: .3s;
        width: 29px;
    }
    .is-style-visitor-guide .wp-block-button__link:hover::after,
    .is-style-more .wp-block-button__link:hover::after {
        right: 30px;
    }
}


.is-style-bg-logo {
    background: #f0f0f0;
    padding: 5em 0 3em;
    position: relative;
}
.is-style-bg-logo::before {
    background: url(../../themes/scenichudson/dist/assets/images/logo-glyph.svg) center top no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 75px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -35px;
    width: 99px;
}




@media screen and (min-width: 1200px) {
    .wp-block-columns.is-style-width-text {
        margin-bottom: 60px;
    }
}


.has-text-color.has-darkest-blue-color {
        color: #003F59;
}
.has-text-color.has-dark-blue-color {
        color: #06668f;
}
.has-text-color.has-med-blue-color {
        color: #2a93bf;
}
.has-text-color.has-teal-color {
        color: #0cb2b0;
}
.has-text-color.has-dark-green-color {
        color: #09807E;
}
.has-text-color.has-green-color {
        color: #51aa3f;
}
.has-text-color.has-olive-color {
        color: #687166;
}
.has-text-color.has-light-olive-color {
        color: #acb3a8;
}
.has-text-color.has-white-color {
        color: #ffffff;
}