@import "bootstrap-display.css";
@import "https://kit.fontawesome.com/30b855d86b.css";

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap");


.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
    font-family:
        "Encode Sans",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        "Open Sans",
        "Helvetica Neue",
        sans-serif;
}

.editor-styles-wrapper h2 {
    font-weight: 300;
}

p, li, blockquote, a, span {
    font-family:
        'Source Sans 3',
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        "Open Sans",
        "Helvetica Neue",
        sans-serif;
}

.editor-styles-wrapper p,
.editor-styles-wrapper li,
.editor-styles-wrapper blockquote,
.editor-styles-wrapper a,
.editor-styles-wrapper span {
  font-size: 16px;
  font-weight: 300;
}


@media (min-width: 1200px) {
    .editor-styles-wrapper p,
    .editor-styles-wrapper li,
    .editor-styles-wrapper blockquote,
    .editor-styles-wrapper a,
    .editor-styles-wrapper span {
        font-size: 19px; 
    }
}

@media (min-width: 1600px) {
    .editor-styles-wrapper p,
    .editor-styles-wrapper li,
    .editor-styles-wrapper blockquote,
    .editor-styles-wrapper a,
    .editor-styles-wrapper span {
        font-size: 24px; 
    }
}

.hero-block-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.full-width {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    width: 100vw;
}

.hero-block {
    margin-bottom: 2rem;
}

.fs-hero {
    height: calc(100vh - 64px);
}


.acf-block-preview .fw-hr-editor {
    left: unset;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    right: unset;
    width: 100%;
    background-color: #dee2e6;
}

[data-type="acf/full-width-separator"] {
    max-width: unset;
}

[data-type="acf/two-column-feature"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: unset;
    border-top: 1px solid rgba(33, 37, 41, 0.25);
    border-bottom: 1px solid rgba(33, 37, 41, 0.25);
}

[data-type="acf/two-column-feature"].is-selected {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 840px;
}

.acf-block-preview  .full-width.two-column-feature {
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: unset;
    right: unset;
    width: 100vw;
    max-width: 100%;
    display: flex;
    flex-direction: row;
}

.acf-block-preview .two-column-feature.img-left {
    justify-content: start;
}

.acf-block-preview .two-column-feature.img-right {
    justify-content: end;
}

.acf-block-preview .two-column-feature .txt-col {
    padding: 3rem;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 1200px;
    width: 65%;
}


.acf-block-preview .two-column-feature .img-col {   
    position: relative;
    flex: 0 0 33.33%;
    overflow: hidden;
    min-height: 0;
}

.acf-block-preview .two-column-feature .img-col img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0;
}

.acf-block-preview .two-column-feature p,
.acf-block-preview .two-column-feature li {
    font-weight: 300;
    font-size: 1.33rem;
}

.two-column-feature .txt-col h2 {
    font-weight: 300;
    margin-bottom: 2rem;
}

.two-column-feature .txt-col p {
    margin-bottom: 2rem;
    font-weight: 300;
}

.grid-feature-item .wp-block-button  { 
    padding-top: 1em;
    padding-bottom: 1em;
}

