/* =====================================
   ALLVINTAGE HEADER
===================================== */

header.allvintage-header {

    width:100%;

    background:#EDE0AE;

    border-bottom:1px solid rgba(58,31,10,.08);

    position:relative;

    z-index:100;

}


/* Header width */

.allvintage-header-inner {

    max-width:1200px;

    margin:0 auto;

    padding:0 30px;

    min-height:76px;

    display:flex;

    align-items:center;

    gap:30px;

}


/* =====================================
   LOGO
===================================== */

.allvintage-logo {

    display:flex;

    align-items:center;

    flex-shrink:0;

}


.allvintage-logo img {

    max-height:70px;

    width:auto;

}


/* =====================================
   NAVIGATION
===================================== */


.allvintage-navigation {

    margin-left:auto;

    display:flex;

    align-items:center;

}


.allvintage-navigation .wp-block-navigation {

    align-items:center;

}


.allvintage-navigation 
.wp-block-navigation__container {

    gap:28px;

}


.allvintage-navigation a {

    color:#3A1F0A;

    font-family:"Lato", sans-serif;

    font-size:14px;

    font-weight:700;

    letter-spacing:.5px;

    text-decoration:none;

}


.allvintage-navigation a:hover {

    color:#C4A55A;

}


/* =====================================
   JOIN BUTTON
===================================== */


.allvintage-header-action {

    flex-shrink:0;

}


.allvintage-header-action .wp-block-buttons {

    margin:0;

}


.allvintage-header-action .wp-block-button {

    margin:0;

}


.join-button {

    background:#3A1F0A !important;

    color:#C4A55A !important;

    padding:10px 22px !important;

    border-radius:4px;

    font-family:"Lato",sans-serif;

    font-size:13px;

    font-weight:700;

    letter-spacing:.5px;

    text-decoration:none;

    line-height:1;

}


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


@media(max-width:900px){


    .allvintage-header-inner {

        min-height:70px;

        padding:10px 20px;

    }


    .allvintage-header-action {

        display:none;

    }


}
