/*
Theme Name: WebByDiane GeneratePress Child
Template: generatepress
Version: 1.0
*/

/* =====================================================
   WEBBYDIANE — GLOBAL GENERATEPRESS SHELL
   ===================================================== */

body {
    color: #5b3828;
    background: #f6efe3;
}

.site-header,
.main-navigation,
.site-footer,
.site-info {
    background: #f6efe3;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle {
    color: #5b3828;
    font-weight: 600;
}

.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #9a5b3d;
    background: transparent;
}

/* =====================================================
   WELCOME PAGE — 2325
   ===================================================== */

.page-id-2325 #page {
    max-width: none;
    width: 100%;
    margin: 0;
    background-image: url('https://webbydiane.com/wp-content/uploads/2026/08/Retro-Pastel-Floral-Wallpaper.webp');
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
}

.page-id-2325 .site-content,
.page-id-2325 .inside-article {
    background: transparent;
}

.page-id-2325 .entry-header {
    display: none;
}

.page-id-2325 .site-content {
    max-width: none;
    width: 100%;
    padding: 28px 20px 45px;
}

.page-id-2325 .inside-article {
    padding: 0;
}

.page-id-2325 .wbd-welcome {
    max-width: 800px;
    margin: 0 auto;
    padding: 28px 20px 45px;
}

.page-id-2325 .wbd-welcome-intro {
    max-width: 760px;
    margin: 0 auto 28px;
    padding: 25px 40px;
    background: rgba(255, 247, 229, 0.94);
    border: 3px solid #5b3828;
    border-radius: 24px;
    text-align: center;
}

.page-id-2325 .wbd-welcome-intro h1 {
    margin: 0 0 12px;
    color: #5b3828;
    font-size: 2.3rem;
}

.page-id-2325 .wbd-welcome-intro p {
    margin: 7px 0;
    font-size: 17px;
    line-height: 1.5;
}

.page-id-2325 .wbd-directory {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.page-id-2325 .wbd-directory-card {
    min-height: 110px;
    padding: 16px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 3px solid #5b3828;
    border-radius: 22px;
    color: #5b3828;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform .15s ease;
}

.page-id-2325 .wbd-directory-card:hover {
    transform: translateY(-3px);
    text-decoration: none;
    color: #5b3828;
}

.page-id-2325 .wbd-card-title {
    display: block;
    margin: 0 0 8px;
    color: #5b3828;
    font-size: 1.65rem;
    font-weight: 600;
}

.page-id-2325 .wbd-card-text {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.page-id-2325 .wbd-directory-card .wbd-arrow {
    font-size: 1.2rem;
    font-weight: bold;
}

.page-id-2325 .wbd-projects {
    background: rgba(239, 122, 67, .93);
}

.page-id-2325 .wbd-build {
    background: rgba(96, 184, 188, .93);
}

.page-id-2325 .wbd-domains {
    background: rgba(154, 170, 69, .93);
}

.page-id-2325 .wbd-about {
    background: rgba(229, 103, 130, .93);
}

/* =====================================================
   MY PROJECTS — 2351
   ===================================================== */

.page-id-2351 #page {
    max-width: none;
    width: 100%;
    margin: 0;
    background-image: url('https://webbydiane.com/wp-content/uploads/2026/08/Retro-Pastel-Floral-Wallpaper.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.page-id-2351 .entry-header {
    display: none;
}

.page-id-2351 .site-content,
.page-id-2351 .inside-article,
.page-id-2351 .entry-content {
    background: transparent;
}

.page-id-2351 .site-content {
    max-width: none;
    width: 100%;
    padding: 28px 20px 45px;
}

.page-id-2351 .inside-article {
    padding: 0;
}

.page-id-2351 .wbd-welcome {
    max-width: 800px;
    margin: 0 auto;
    padding: 28px 20px 45px;
}

.page-id-2351 .wbd-welcome-intro {
    max-width: 760px;
    margin: 0 auto 28px;
    padding: 25px 40px;
    background: rgba(255, 247, 229, 0.94);
    border: 3px solid #5b3828;
    border-radius: 24px;
    text-align: center;
    color: #5b3828;
}

.page-id-2351 .wbd-welcome-intro h1 {
    margin: 0 0 12px;
    color: #5b3828;
    font-size: 2.3rem;
}

.page-id-2351 .wbd-welcome-intro p {
    margin: 7px 0;
    font-size: 17px;
    line-height: 1.5;
}

.page-id-2351 .wbd-directory {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.page-id-2351 .wbd-directory-card {
    min-height: 160px;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 247, 229, 0.94);
    border: 3px solid #5b3828;
    border-radius: 22px;
    color: #5b3828;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform .15s ease;
}

.page-id-2351 .wbd-directory-card:hover {
    transform: translateY(-3px);
    color: #5b3828;
    text-decoration: none;
}

.page-id-2351 .wbd-project-card img {
    display: block;
    max-width: 220px;
    max-height: 110px;
    width: auto;
    height: auto;
    margin: 0 auto 14px;
    object-fit: contain;
}

.page-id-2351 .wbd-card-title {
    display: block;
    margin: 0 0 6px;
    color: #5b3828;
    font-size: 1.55rem;
    font-weight: 600;
}

.page-id-2351 .wbd-card-text {
    display: block;
    margin: 0;
    color: #5b3828;
    font-size: 16px;
    line-height: 1.4;
}

/* =====================================================
   ABOUT ME — 2396
   ===================================================== */

.page-id-2396 #page {
    max-width: none;
    width: 100%;
    margin: 0;
    background-image: url('https://webbydiane.com/wp-content/uploads/2026/08/Retro-Pastel-Floral-Wallpaper.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.page-id-2396 .entry-header {
    display: none;
}

.page-id-2396 .site-content,
.page-id-2396 .inside-article,
.page-id-2396 .entry-content {
    background: transparent;
}

.page-id-2396 .site-content {
    max-width: none;
    width: 100%;
    padding: 28px 20px 45px;
}

.page-id-2396 .inside-article {
    padding: 0;
}

.page-id-2396 .wbd-welcome {
    max-width: 800px;
    margin: 0 auto;
    padding: 28px 20px 45px;
}

.page-id-2396 .wbd-welcome-intro {
    max-width: 760px;
    margin: 0 auto 28px;
    padding: 25px 40px;
    background: rgba(255, 247, 229, 0.94);
    border: 3px solid #5b3828;
    border-radius: 24px;
    color: #5b3828;
}

.page-id-2396 .wbd-welcome-intro h1 {
    margin: 0 0 12px;
    color: #5b3828;
    font-size: 2.3rem;
    text-align: center;
}

.page-id-2396 .wbd-welcome-intro p {
    font-size: 17px;
    line-height: 1.5;
}

/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 700px) {

    .page-id-2325 .site-content,
    .page-id-2351 .site-content,
    .page-id-2396 .site-content {
        padding: 22px 15px 35px;
    }

    .page-id-2325 .wbd-welcome,
    .page-id-2351 .wbd-welcome,
    .page-id-2396 .wbd-welcome {
        padding: 22px 0 35px;
    }

    .page-id-2325 .wbd-welcome-intro,
    .page-id-2351 .wbd-welcome-intro,
    .page-id-2396 .wbd-welcome-intro {
        padding: 22px;
    }

    .page-id-2351 .wbd-directory-card {
        padding: 22px 18px;
    }

    .page-id-2351 .wbd-project-card img {
        max-width: 180px;
        max-height: 100px;
    }
}


/* =====================================================
   SAY HELLO — 2359
   ===================================================== */

.page-id-2359 #page {
    max-width: none;
    width: 100%;
    margin: 0;
    background-image: url('https://webbydiane.com/wp-content/uploads/2026/08/Retro-Pastel-Floral-Wallpaper.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.page-id-2359 .entry-header {
    display: none;
}

.page-id-2359 .site-content,
.page-id-2359 .inside-article,
.page-id-2359 .entry-content {
    background: transparent;
}

.page-id-2359 .site-content {
    max-width: none;
    width: 100%;
    padding: 56px 20px;
}

.page-id-2359 .inside-article {
    max-width: 800px;
    margin: 0 auto;
    padding: 32px 40px;
    background: rgba(255, 247, 229, 0.94);
    border: 3px solid #5b3828;
    border-radius: 24px;
}

.page-id-2359 .entry-content {
    color: #5b3828;
}

.page-id-2359 .entry-content h1,
.page-id-2359 .entry-content h2,
.page-id-2359 .entry-content h3 {
    color: #5b3828;
}

.page-id-2359 input[type="text"],
.page-id-2359 input[type="email"],
.page-id-2359 input[type="tel"],
.page-id-2359 textarea,
.page-id-2359 select {
    max-width: 100%;
}

/* =====================================================
   BUILD YOUR OWN WEBSITE GUIDE — 2355
   ===================================================== */

.page-id-2355 #page {
    max-width: none;
    width: 100%;
    margin: 0;
    background-image: url('https://webbydiane.com/wp-content/uploads/2026/08/Retro-Pastel-Floral-Wallpaper.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.page-id-2355 .entry-header {
    display: none;
}

.page-id-2355 .site-content,
.page-id-2355 .inside-article,
.page-id-2355 .entry-content {
    background: transparent;
}

.page-id-2355 .site-content {
    max-width: none;
    width: 100%;
    padding: 56px 20px;
}

.page-id-2355 .inside-article {
    max-width: 800px;
    margin: 0 auto;
    padding: 32px 40px;
    background: rgba(255, 247, 229, 0.94);
    border: 3px solid #5b3828;
    border-radius: 24px;
}

.page-id-2355 .entry-content {
    color: #5b3828;
    font-size: 17px;
    line-height: 1.6;
}

.page-id-2355 .entry-content h1,
.page-id-2355 .entry-content h2,
.page-id-2355 .entry-content h3 {
    color: #5b3828;
}

.page-id-2355 .wbd-guide-notify form {
    text-align: left;
}

.page-id-2355 .wbd-guide-notify label,
.page-id-2355 .wbd-guide-notify input,
.page-id-2355 .wbd-guide-notify textarea,
.page-id-2355 .wbd-guide-notify select {
    text-align: left;
}

@media (max-width: 700px) {

    .page-id-2359 .site-content,
    .page-id-2355 .site-content {
        padding: 25px 12px 35px;
    }

    .page-id-2359 .inside-article,
    .page-id-2355 .inside-article {
        padding: 24px 20px;
        border-radius: 20px;
    }
}

/* =====================================================
   WEBSITE GUIDE 101 — STEP PAGES
   2404, 2416, 2425, 2434–2466
   ===================================================== */

body.wbd-guide-step {
    background: #f6efe3;
}

body.wbd-guide-step #page {
    max-width: none;
    width: 100%;
    margin: 0;
    background-image: url('https://webbydiane.com/wp-content/uploads/2026/08/Retro-Pastel-Floral-Wallpaper.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

body.wbd-guide-step .site-content {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 48px 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 28px;
    align-items: start;
    background: transparent;
}

body.wbd-guide-step #primary,
body.wbd-guide-step #right-sidebar {
    width: auto;
    float: none;
    margin: 0;
}

body.wbd-guide-step .inside-article {
    padding: 36px 42px;
    background: rgba(255, 247, 229, 0.94);
    border: 3px solid #5b3828;
    border-radius: 24px;
}

body.wbd-guide-step .entry-content {
    margin-top: 0;
    color: #5b3828;
    font-size: 17px;
    line-height: 1.65;
}

body.wbd-guide-step .entry-content h1,
body.wbd-guide-step .entry-content h2,
body.wbd-guide-step .entry-content h3 {
    color: #5b3828;
}

body.wbd-guide-step .wbd-guide-logo {
    display: none;
}

body.wbd-guide-step .wbd-guide img {
    max-width: 100%;
    height: auto;
}

body.wbd-guide-step #right-sidebar .inside-right-sidebar {
    padding: 0;
}

body.wbd-guide-step #right-sidebar .widget {
    margin: 0;
    padding: 25px 24px;
    background: rgba(255, 247, 229, 0.94);
    border: 3px solid #5b3828;
    border-radius: 22px;
}

body.wbd-guide-step #right-sidebar .widget-title {
    margin: 0 0 15px;
    color: #5b3828;
    font-size: 1.35rem;
}

body.wbd-guide-step #right-sidebar ul {
    margin: 0;
    list-style: none;
}

body.wbd-guide-step #right-sidebar li {
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px solid rgba(91, 56, 40, .18);
}

body.wbd-guide-step #right-sidebar li:last-child {
    border-bottom: 0;
}

body.wbd-guide-step #right-sidebar a {
    color: #8b4a2f;
    text-decoration: none;
}

body.wbd-guide-step #right-sidebar a:hover {
    color: #c45f32;
    text-decoration: underline;
}

@media (max-width: 900px) {
    body.wbd-guide-step .site-content {
        width: calc(100% - 24px);
        padding: 25px 0 35px;
        grid-template-columns: 1fr;
    }

    body.wbd-guide-step .inside-article {
        padding: 26px 22px;
        border-radius: 20px;
    }

    body.wbd-guide-step #right-sidebar .widget {
        padding: 22px;
        border-radius: 20px;
    }
}

