@font-face {
    font-family: "AType-Stencil";
    src: url('../fonts/template/ATypeStencil-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "FuturaTS-Regular";
    src: url('../fonts/template/FuturaTS-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Pitch";
    src: url('../fonts/template/Pitch-Regular.woff2') format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1:not(wp-block-post-content h1),
h2:not(wp-block-post-content h2),
h3:not(wp-block-post-content h3),
h4:not(wp-block-post-content h4),
h5:not(wp-block-post-content h5),
h6:not(wp-block-post-content h6),
p:first-child:not(wp-block-post-content p) { 
    margin-block-start: revert;
    margin-block-end: revert;
	font-weight: revert;
}

.gazette_single_container {
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    /* min-height: 700px; */
    float: left;
    padding: 0px 0px!important;
    box-sizing: border-box;
    position: relative;
    /* padding-bottom: 0px; */
}

.slide_copy {
    font-family: 'AType-Stencil';
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 1.37px;
    width: 100%;
    padding: 0% 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #1F2C34;
    height: 100vh;
    min-height: 600px;
    box-sizing: border-box;
}

.slide_copy2 {
    position: absolute;
    top: 0;
    left: 100%;
  }

.slide_copy_section {
    background-color: #1F2C34;
    position: relative;
    width: 100%;
    float: left;
}

.gary_justiss_video_section {
    width: 100%;
    height: 100vh;
    padding: 10%;
    box-sizing: border-box;
    float: left;
}

.gary_justiss_video {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play_button {
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.play_button:hover {
    background: rgba(255,255,255,.3);
}

.gj_video_close {
    position: absolute;
    left: 5%;
    top: 10%;
    cursor: pointer;
}

.gazette_alternate_section {
    width: 100%;
    float: left;
    padding: 0px 0px 0px;
}

.gazette_alternate_main_copy_section {
    position: relative;
    display: flex;
    width: 100%;
}

.gazette_alternate__main_image {
    width: 50%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.gazette_alternate__main_copy_holder {
    width: 50%;
    padding: 0% 5% 0%;
    box-sizing: border-box;
    height: 100vh;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.gazette_alternate__main_copy_scroll {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5% 10% 0%;
    box-sizing: border-box;
    width: 100%;
}

.gazette_alternate__main_copy_scroll {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 2.2px;
    font-family: var(--wp--preset--font-family--chronicle-display);
    font-weight: 400;
}

.gazette_alternate__main_copy_scroll i {
    font-weight: 600;
}

.gazette_alternate__bottom_section {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.gazette_alternate__other_image.half {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}

.gazette_alternate__other_image.full {
    padding: 20px 0px 0px;
    width: 100%;
    box-sizing: border-box;
}

.gazette_alternate__other_image img {
    width: 100%;
}

.alternate_background {
    width: 100%;
    height: 100vh;
    background-size: 100% auto;
    background-position: 50% 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.alternate_gazetter_title {
    width: 100%;
    padding: 2.5%;
    box-sizing: border-box;
}

.alternate_gazetter_title img {
    width: 100%;
}

.alternate_gazette_content_holder {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    width: 50%;
    text-align: center;
    right: 0;
    margin: auto;
}

.alternate_gazette_content_copy {
    font-family: 'Pitch';
    font-weight: 100;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.3px;
    margin-bottom: 20px;
}

.alternate_gazette_content_credits {
    font-family: 'FuturaTS-Regular';
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.3px;
    margin-bottom: 40px;
}

.video_holder {
    background: black;
    position: fixed!important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
    padding: 5%;
    box-sizing: border-box;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    margin: 0px!important;
}

.video_holder.active {
    z-index: 1000;
    visibility: visible;
    opacity: 1;
}

.video_holder iframe {
    margin: 0px;
    border: 0px;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 769px) {
    .gary_justiss_video_section {
        width: 100%;
        height: 45vh;
        padding: 30px;
        box-sizing: border-box;
        float: left;
    }

    .gazette_alternate_main_copy_section {
        position: relative;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .gazette_alternate__main_image {
        width: 100%;
        height: 80vh;
        background-size: cover;
        background-position: center;
    }

    .gazette_alternate__main_copy_holder {
        width: 100%;
        padding: 0% 5% 0%;
        box-sizing: border-box;
        height: auto;
        overflow: auto;
        margin-bottom: 30px;
        position: relative;
    }

    .gazette_alternate__main_copy_scroll {
        position: relative;
        top: unset;
        left: unset;
        padding: 5% 0% 0%;
        box-sizing: border-box;
        width: 100%;
        font-size: .9975rem!important;
        /* font-weight: 400; */
        /* font-style: normal; */
        line-height: 1.5!important;
        letter-spacing: unset!important;
    }

    .gazette_alternate__other_image.half {
        width: 100%;
        padding: 10px 0px;
        box-sizing: border-box;
    }
    
    .gazette_alternate__other_image.full {
        padding: 10px 0px 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .alternate_background {
        width: 100%;
        height: 100vh;
        background-size: 100% auto;
        background-position: 50% 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding-bottom: 33vh;
        box-sizing: border-box;
        background-image: url(/wp-content/themes/alys-beach/assets/images/ag-stories/architect-gary-justiss/gj_mbolie.jpg)!important;
    }

    .alternate_gazette_content_holder {
        position: absolute;
        bottom: 0;
        left: 0;
        color: white;
        width: 90%;
        text-align: center;
        right: 0;
        margin: auto;
    }

    .slide_copy {
        font-family: 'AType-Stencil';
        font-size: 16px;
        line-height: 27px;
        letter-spacing: 1.37px;
        width: 100%;
        padding: 10% 10% 2.5%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        background-color: #1F2C34;
        height: auto;
        min-height: auto;
        box-sizing: border-box;
        font-size: .9975rem!important;
        /* font-weight: 400; */
        /* font-style: normal; */
        line-height: 1.5!important;
        letter-spacing: unset!important;
    }
    
    .slide_copy2 {
        position: relative;
        top: unset;
        left: unset;
        float: left;
        width: 100%;
        padding: 2.5% 10% 10%;
    }
}