/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */


/* ===== LAYOUT ===== */

@media (max-width: 991px) {
  .inverse {
      display: flex;
      flex-direction: column-reverse;
  }
}

@media (min-width: 1024px) {
  .center-text-image {
      display: flex;
      align-items: center;
  }
}


/* ===== HERO SECTION ===== */
.custom-hero {
    width: 100%;
    font-family: Georgia, serif;
}

/* ===== TOP PART ===== */
.custom-hero .hero-top {
    background: #F2E6D8;
    text-align: center;
    padding: 80px 20px 120px;
    position: relative;
}
.custom-hero .hero-cta {
    box-shadow: 0 0 0 8px #F2E6D8;
}
/* badge */
.custom-hero .hero-badge {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 6px 16px;
    font-size: 14px;
    margin-bottom: 20px;
}

/* title */
.custom-hero h1 {
    font-size: 64px;
    line-height: 74px;
    color: #2b0e08;
    max-width: 900px;
    margin: 0 auto;
}

/* ===== IMAGE PART ===== */
.custom-hero .hero-image {
    width: 100%;
    height: 500px;
    background-image: url('https://laferte-brasserie.serverweb-prod.com/wp-content/uploads/2026/03/lafertebrasserie.jpeg');
    background-size: cover;
    background-position: center;
    position: relative;
}

/* ===== CTA BUTTON ===== */
.custom-hero .hero-cta {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background: #b6382c;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.custom-hero .hero-cta span {
    font-size: 18px;
    margin-bottom: 5px;
}

.custom-hero .hero-cta p {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

    .custom-hero h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .custom-hero .hero-image {
        height: 350px;
    }

    .custom-hero .hero-cta {
        width: 90px;
        height: 90px;
        top: -45px;
    }
}
/* CTA LINK RESET */
.custom-hero .hero-cta {
    text-decoration: none;
}

/* HOVER EFFECT */
.custom-hero .hero-cta {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    background: #8f2a21;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    transition: all 0.3s ease;
}

/* hover animation */
.custom-hero .hero-cta:hover {
    background: #8f2a21;
    transform: translateX(-50%) scale(1.08);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* click effect */
.custom-hero .hero-cta:active {
    transform: translateX(-50%) scale(0.96);
}

.divider-ornament {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.divider-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    width: 200px;
}

/* lines */
.divider-ornament::before,
.divider-ornament::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #c2b280; /* gold */
}

/* spacing */
.divider-ornament::before {
    margin-right: 10px;
}

.divider-ornament::after {
    margin-left: 10px;
}

/* star */
.divider-star {
    color: #c2b280;
    font-size: 18px;
}



.res-form {
    max-width: 700px;
    margin: auto;
}
/* ROW */
.res-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.res-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}
/* LABEL */
.res-field label {
    font-size: 13px;
    margin-bottom: 6px;
    color: 
#4a2c1f;
    font-weight: 600;
}
/* INPUTS CLEAN */
.res-field input,
.res-field select,
.res-field textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid 
#e5e5e5;
    border-radius: 20px;
    background: #fff;
    font-size: 14px;
    transition: all 0.2s ease;
}
/* FOCUS */
.res-field input:focus,
.res-field select:focus,
.res-field textarea:focus {
    border-color: 
#7a1e1e;
    outline: none;
}
/* TEXTAREA */
.res-field textarea {
    min-height: 140px;
}
/* FULL */
.res-field.full {
    width: 100%;
}
/* BUTTON LEFT */
.res-submit {
    margin-top: 20px;
    text-align: left;
}
.res-submit input[type="submit"] {
    background: 
#7a1e1e;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.3s;
}
/* HOVER */
.res-submit input[type="submit"]:hover {
    background: 
#4a2c1f;
}
/* MOBILE */
@media (max-width: 768px) {
    .res-row {
        flex-direction: column;
        gap: 15px;
    }
}
.wpcf7-form-control.wpcf7-radio {
    display: flex;
    gap: 20px;
}

.wpcf7-list-item {
    margin: 0;
}

.res-field select {
    padding-right: 40px; /* space for arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%234a2c1f' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
  color: #f2e6d8;
}

.et_mobile_menu {
border-top: 3px solid #f2e6d8;
}

