/* =========================================================
   PLEASANT VIEW BAPTIST CHURCH
   PROPOSED NEW THEME PREVIEW

   IMPORTANT:
   THIS CSS IS LIMITED TO DRAFT PAGE ID 11200
   ========================================================= */


/* =========================================================
   1. REMOVE OLD THEME HEADER ON DRAFT PAGE ONLY
   ========================================================= */

.page-id-11200 #masthead,
.page-id-11200 #site-navigation {
    display: none !important;
}


/* Hide old page title */

.page-id-11200 .entry-title {
    display: none !important;
}


/* Remove old theme spacing */

.page-id-11200 .site-content,
.page-id-11200 #content,
.page-id-11200 .content-area,
.page-id-11200 main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


/* =========================================================
   2. PROPOSED THEME
   ========================================================= */

.page-id-11200 .pvbc-proposed-theme {
    font-family: Arial, Helvetica, sans-serif;
    color: #123e6b;
}


/* =========================================================
   3. NEW HEADER
   ========================================================= */

.page-id-11200 .pvbc-new-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e8e4dc;
}


.page-id-11200 .pvbc-new-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    max-width: 1200px;

    margin: 0 auto;
    padding: 22px 28px;

    box-sizing: border-box;
}


/* =========================================================
   4. BRAND AREA
   ========================================================= */

.page-id-11200 .pvbc-new-brand {
    display: flex;
    align-items: center;

    gap: 14px;

    color: #123e6b !important;
    text-decoration: none !important;
}


.page-id-11200 .pvbc-new-brand-mark {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    border-radius: 50%;

    background: #4b8d4e;

    color: #ffffff;

    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 700;

    letter-spacing: 1px;
}


.page-id-11200 .pvbc-new-brand-text strong {
    display: block;

    color: #123e6b;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 20px;
    line-height: 1.15;
}


.page-id-11200 .pvbc-new-brand-text span {
    display: block;

    margin-top: 4px;

    color: #707070;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}


/* =========================================================
   5. NEW NAVIGATION
   ========================================================= */

.page-id-11200 .pvbc-new-nav {
    display: flex;
    align-items: center;

    gap: 25px;
}


.page-id-11200 .pvbc-new-nav a {
    position: relative;

    color: #123e6b !important;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.25px;

    text-decoration: none !important;
    text-transform: uppercase;

    white-space: nowrap;
}


.page-id-11200 .pvbc-new-nav a::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: -7px;

    width: 0;
    height: 2px;

    background: #4b8d4e;

    transition: width 0.2s ease;
}


.page-id-11200 .pvbc-new-nav a:hover::after {
    width: 100%;
}


/* =========================================================
   6. HERO
   ========================================================= */

.page-id-11200 .pvbc-hero {
    display: flex;
    align-items: center;

    gap: 40px;

    max-width: 1200px;
    min-height: 430px;

    margin: 0 auto;
    padding: 42px 28px 30px;

    background: #ffffff;

    overflow: hidden;

    box-sizing: border-box;
}


.page-id-11200 .pvbc-hero-copy {
    width: 39%;

    position: relative;

    z-index: 2;
}


.page-id-11200 .pvbc-eyebrow {
    margin: 0 0 18px;

    color: #4b8d4e;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 2.4px;

    text-transform: uppercase;
}


.page-id-11200 .pvbc-hero h1 {
    margin: 0 0 16px;

    color: #123e6b;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 58px;
    line-height: 1.05;

    font-weight: 700;
}


.page-id-11200 .pvbc-tagline {
    margin: 0 0 26px;

    color: #123e6b;

    font-family: Georgia, "Times New Roman", serif;

    font-size: 24px;
    line-height: 1.35;
}


/* =========================================================
   7. SERVICE TIMES
   ========================================================= */

.page-id-11200 .pvbc-times {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 28px;

    color: #123e6b;

    font-size: 16px;
}


.page-id-11200 .pvbc-times strong {
    margin-left: 3px;
}


.page-id-11200 .pvbc-divider {
    margin: 0 8px;

    color: #aaaaaa;
}


/* =========================================================
   8. BUTTONS
   ========================================================= */

.page-id-11200 .pvbc-buttons {
    display: flex;
    flex-wrap: wrap;

    gap: 14px;
}


.page-id-11200 .pvbc-button {
    display: inline-block;

    padding: 14px 22px;

    border-radius: 4px;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1px;

    text-decoration: none !important;
    text-transform: uppercase;

    box-sizing: border-box;
}


.page-id-11200 .pvbc-button-green {
    background: #4b8d4e;

    color: #ffffff !important;
}


.page-id-11200 .pvbc-button-outline {
    background: #ffffff;

    color: #123e6b !important;

    border: 2px solid #123e6b;
}


/* =========================================================
   9. HERO CHURCH ART
   ========================================================= */

.page-id-11200 .pvbc-hero-art {
    width: 61%;
}


.page-id-11200 .pvbc-hero-art img {
    display: block;

    position: relative;

    top: 8px;

    width: 100%;
    height: auto;

    transform: scale(1.08);
}


/* =========================================================
   10. PASTOR WELCOME
   ========================================================= */

.page-id-11200 .pvbc-welcome {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;

    gap: 60px !important;

    max-width: 1200px !important;

    margin: 55px auto 0 !important;
    padding: 60px !important;

    background: #f6f2e9 !important;

    box-sizing: border-box !important;
}


.page-id-11200 .pvbc-welcome-image {
    flex: 0 0 43% !important;

    width: 43% !important;
}


.page-id-11200 .pvbc-welcome-image img {
    display: block !important;

    width: 100% !important;
    height: auto !important;

    margin: 0 !important;

    border-radius: 3px !important;

    box-shadow:
        0 12px 30px rgba(18, 62, 107, 0.12) !important;
}


.page-id-11200 .pvbc-welcome-copy {
    flex: 1 1 57% !important;

    width: 57% !important;
}


.page-id-11200 .pvbc-welcome-copy .pvbc-eyebrow {
    margin: 0 0 16px !important;

    color: #4b8d4e !important;

    font-size: 13px !important;
    font-weight: 700 !important;

    letter-spacing: 2.4px !important;

    text-transform: uppercase !important;
}


.page-id-11200 .pvbc-welcome-copy h2 {
    margin: 0 0 22px !important;

    color: #123e6b !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 42px !important;
    line-height: 1.15 !important;

    font-weight: 700 !important;
}


.page-id-11200 .pvbc-welcome-copy p {
    margin: 0 0 18px !important;

    color: #424242 !important;

    font-size: 17px !important;
    line-height: 1.7 !important;
}


/* =========================================================
   11. PASTOR NAME
   ========================================================= */

.page-id-11200 .pvbc-pastor-name {
    margin: 26px 0 24px !important;

    color: #123e6b !important;
}


.page-id-11200 .pvbc-pastor-name strong {
    display: block !important;

    font-family: Georgia, "Times New Roman", serif !important;

    font-size: 21px !important;
}


.page-id-11200 .pvbc-pastor-name span {
    display: block !important;

    margin-top: 4px !important;

    color: #4b8d4e !important;

    font-size: 13px !important;
    font-weight: 700 !important;

    letter-spacing: 1px !important;

    text-transform: uppercase !important;
}


/* =========================================================
   12. MOBILE / TABLET
   PAGE 11200 ONLY
   ========================================================= */

@media screen and (max-width: 900px) {

    .page-id-11200 .pvbc-new-header-inner {
        flex-direction: column;

        gap: 18px;
    }


    .page-id-11200 .pvbc-new-nav {
        flex-wrap: wrap;

        justify-content: center;

        gap: 16px;
    }


    .page-id-11200 .pvbc-hero {
        flex-direction: column;

        align-items: stretch;

        min-height: 0;

        padding: 32px 22px 40px;
    }


    .page-id-11200 .pvbc-hero-copy,
    .page-id-11200 .pvbc-hero-art {
        width: 100%;
    }


    .page-id-11200 .pvbc-hero h1 {
        font-size: 44px;
    }


    .page-id-11200 .pvbc-tagline {
        font-size: 21px;
    }


    .page-id-11200 .pvbc-hero-art img {
        top: 0;

        transform: none;
    }


    .page-id-11200 .pvbc-welcome {
        flex-direction: column !important;

        gap: 30px !important;

        margin-top: 30px !important;

        padding: 36px 22px !important;
    }


    .page-id-11200 .pvbc-welcome-image,
    .page-id-11200 .pvbc-welcome-copy {
        flex: none !important;

        width: 100% !important;
    }


    .page-id-11200 .pvbc-welcome-copy h2 {
        font-size: 34px !important;
    }
}


/* =========================================================
   13. SMALL PHONE
   ========================================================= */

@media screen and (max-width: 520px) {

    .page-id-11200 .pvbc-new-header-inner {
        padding: 18px;
    }


    .page-id-11200 .pvbc-new-brand-text strong {
        font-size: 17px;
    }


    .page-id-11200 .pvbc-new-nav {
        gap: 12px;
    }


    .page-id-11200 .pvbc-new-nav a {
        font-size: 10px;

        letter-spacing: 0.8px;
    }


    .page-id-11200 .pvbc-hero h1 {
        font-size: 38px;
    }


    .page-id-11200 .pvbc-welcome-copy h2 {
        font-size: 30px !important;
    }
}