/* Instrumentserif */
@font-face {
    font-family: 'Instrumentserif';
    src: url('../fonts/instrument-serif/instrumentserif-regular.ttf') format('opentype');
}
@font-face {
    font-family: 'Instrumentserif_Italic';
    src: url('../fonts/instrument-serif/instrumentserif-italic.ttf') format('opentype');
}
@font-face {
    font-family: 'Instrumentserif_var';
    src: url('../fonts/Instrumentserif/Instrumentserif_Variable.otf') format('opentype');
}
@font-face {
    font-family: 'Instrumentserif_Bold';
    src: url('../fonts/Instrumentserif/Instrumentserif_Bold.otf') format('opentype');
}
/* Archivo Fonts */
@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo/Archivo-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'ArchivoMedium';
    src: url('../fonts/archivo/Archivo-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'ArchivoSemi';
    src: url('../fonts/archivo/Archivo-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'ArchivoBold';
    src: url('../fonts/archivo/Archivo-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'NeueHaasGrotText-Medium';
    src: url('../fonts/Neue-Haas-Grotesk-Text-Family/NeueHaasGrotText-65Medium-Trial.otf') format('truetype');
}
@font-face {
    font-family: 'NeueHaasGrotText-Bold';
    src: url('../fonts/Neue-Haas-Grotesk-Text-Family/NeueHaasGrotText-75Bold-Trial.otf') format('truetype');
}
@font-face {
    font-family: 'NeueHaasGrotText-Roman';
    src: url('../fonts/Neue-Haas-Grotesk-Text-Family/NeueHaasGrotText-55Roman-Trial.otf') format('truetype');
}
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
body {
    font-family: 'Archivo', sans-serif;
}
.show-desktop {
    width: 100%;
}
.show-mobile {
    display: none;
}
h1,h2,h3,h4,h5 {
    font-family: 'Instrumentserif';
    font-weight: 400;
    margin: 0 0;
    padding: 0 0;
    color: #0C0400;
}
p {
    font-family: 'Archivo';
    text-align: left;
    margin: 0 0;
    padding: 0 0;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    color: #0C0400;
    margin-bottom: 15px;
}
a {
    font-family: 'Archivo';
    margin: 0 0;
    padding: 0 0;
    text-decoration: none;
    font-size: 15px;
    color: #0C0400;
}
.mobile {
    display: none !important;
}
.desktop {
    width: 100%;
}


header{
   display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
    z-index: 50;
    position: relative;
    transition: opacity ease-in-out 1s, background-color ease-in-out 0.8s;
    height: 100%;
        position: fixed;
    height: 75px;
    padding: 0 0;
    will-change: transform;
    /* box-shadow: 0 3px 20px rgba(0,0,0,0.2); */
}
header .container {
     display: flex;
    align-items: center;
    justify-content: space-between;
        /* width: 100%;
    max-width: 90%; */
}
.site-header.unloaded{
    opacity: 0;
    height: 0;
    padding: 0;
    background-color: transparent;
}
.logo
{
  display: flex;
  align-items: center;
}

.logo img.bf-txt-logo
{
  width: 130px;
}
.logo img.bf-icon-logo
{
  width: 20px;
  margin-right: 5px;
}

.logo span
{
  display: none;
}

.navbarr
{
  display: flex;
  align-items: center;
  margin: 0 0 0;
  padding: 0 0;
}
.navbarr li
{
  list-style: none;
  margin: 0px 35px 0px 35px;
  cursor: pointer;
}

.navbarr li.anm, .site-info li.anm
{ 
  overflow: hidden;
  height: 20px;
}
.navbarr a, .navbarr p
{
    margin: 0 0vw 0 0;
    font-size: 15px;
    font-family: "Archivo";
    color: #0C0400;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease-in-out;
    display: block;
    position: relative;
    line-height: 20px;
    white-space: nowrap;
}
.navbarr li.talk-btn {
    background-color: #1B1B1B;
    border: 2px solid #1B1B1B;
    color: #fff;
    margin: 0 0 0 70px;
    padding: 20px 30px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.2s;
}
.navbarr li.talk-btn:hover {
    background-color: #fff;
}

.navbarr li.talk-btn:hover a, .navbarr li.talk-btn:hover span {
    color: #1B1B1B;
}
@media only screen and (max-width: 1248px) and (min-width: 1000px)
{
    .navbarr li
        {
            margin: 0px 2vw 0px 2vw;
        }
        .navbarr li.talk-btn {
            margin: 0 0 0 4vw;
            padding: 20px 2vw 20px;
        }
}
.navbarr li.talk-btn a {
    color: #fff;
    font-size: 14px;
    
}
.navbarr a.anim-up, .site-info a.anim-up
{
    text-shadow: 0px 20px 0px #0C0400;
    transition: transform 0s ease-out;
    transform: translateY(0);
    display: inline-block;
}
.navbarr li:hover a.anim-up, .site-info li:hover a.anim-up
{
    transition: transform 0.3s ease-in;
    transform: translateY(-20px);
    padding-bottom: 15px;
}
.sub-menu {
    height: 0;
    position: absolute;
    border-top: 0px solid transparent;
    top: 100%;
    background-color: rgb(252, 252, 252);
    display: flex;
    flex-direction: column;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0 2px 10px rgba(33, 33, 33, 0.1);
    transition: all .25s ease-in-out;
    overflow: hidden;
}
.arrow-btn {
    width: 12px;
    object-fit: contain;
    position: relative;
    margin-left: 10px;
    transition: all .2s ease-in-out;
}
.arrow-btn.active {
    transform: rotate(180deg);
}
.sub-menu.active{
    height: 242px;
    border-top: 3px solid #0C0400;
}
.sub-menu a {
    color: #212121;
    padding: 13px 20px 15px;
    margin-right: 0;
}
.sub-menu a:hover {
    background-color: #212121;
    color: #fff;
}
body.home .navbarr a.home,body.page-template-page-about-us .navbarr a.about-us, body.page-template-page-contact .navbarr a.contact
{
    font-family: "ArchivoMedium";
}

.menu-btn-mobile-container
{
  display: none;
  position: relative;
  z-index: 999;
}



@media only screen and (max-width: 767px) {
    .desktop {
        display: none !important;
    }
    .mobile {
        width: 100%;
        display: flex !important;
    }
    p {
        font-size: 3.5vw;
            line-height: 5vw;
            margin-bottom: 4vw;
    }
    .menu-btn-mobile-container
    {
    display: flex;
    justify-content: space-between;
    }
    /* MOBILE MENU */
    .menu-btn-mobile {
        position: relative;
        z-index: 999;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        position: relative;
        top: 1vw;
        width: 10vw;
    }
    #menu-icon {
        font-size: 2.2vw;
        letter-spacing: 0.5vw;
        color: #0C0400;
        cursor: pointer;
        font-family: 'Archivo';
        text-transform: uppercase;
    }
    header {
        padding: 5vw 0;
        height: 17vw;
        max-width: 100%;
        position: fixed;
        top: 0;
    }
    .menu-btn-mobile .line {
        height: 0.5vw;
        width: 100%;
        margin-bottom: 1.4vw;
        background-color: #0C0400;
        border-radius: 2px;
        transition: transform 0.3s ease, opacity 0.3s ease-in-out;
    }
    .menu-btn-mobile.active .top {
        transform: rotate(45deg) translate(1.2vw, 0.5vw);
        height: 0.5vw;
        width: 7.5vw;
    }    
    .menu-btn-mobile.active .line.bottom {
        transform: rotate(-45deg) translate(0.6vw, -0.3vw);
        height: 0.5vw;
        width: 7vw;
    }
    .menu-btn-mobile .line.bottom {
        width: 80%;
    }
    /* MOBILE MENU */
    .logo {
        z-index: 999;
    }
    body.menu-open .logo {
        position: fixed;
        /* top: 5.7vw; */
        transition: all 3s ease-in-out;
    }
    body.menu-open .menu-btn-mobile-container {
        top: 5vw;
        position: fixed;
        right: 7vw;
        /* transition: all 0.3s ease-in-out; */
    }
    .navbarr.mobile {
        display: flex;
        overflow: hidden;
    }
    .navbarr
    {
        position: fixed;
        top: 0;
        right: -100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        transition: height 0.2s ease-out, background-color 0.1s ease-out, background-size 0s ease-out;
        z-index: 100;
        height: 0;
        width: 100vw;
        top: 0;
        right: 0;
        background-color: #fff;
        padding: 0 0 0;
        border-top: 1px solid #f7f7f7;
        background-size: 100% 0;
        background-position: bottom;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    .navbarr.open {
        overflow: visible;
        display: flex;
        padding: 16vw 0 0;
        height: 100vh;
        background-color: #fff;
        background-size: 100% 61vw;
        transition: height 0.3s ease-in, background-color 0.2s ease-in, background-size 0.3s ease-in;
    }
    .navbarr li.anm {
        list-style: none;
        position: relative;
        margin: 0;
        width: 100%;
    }
    .navbarr li.mmbr
    {
    margin: 0;
    }
    .navbarr li.anm, .navbarr li.anm .anim-up{
        height: 0;
        overflow: visible;
        opacity: 0;
        transition: height 0.2s ease-out,opacity 0.2s ease-out;
        margin-bottom: 0;
    }
     .navbarr li.anm.open {
        flex-direction: column;
        align-items: flex-start;
    }
    .navbarr li.anm.open, .navbarr li.anm.open .anim-up{
        height: auto;
        opacity: 1;
        transition: height 0.2s ease-in,opacity 0.2s ease-in;
        display: flex;
        width: 100%;
    }
    .navbarr a, .navbarr p
    {
        display: flex;
        align-items: center;
        font-size: 4.5vw;
        text-align: left;
        /* font-family: 'ArchivoLight'; */
        font-weight: 400;
        margin: 0 0 0 0;
        padding: 4.5vh 10vw;
        border-bottom: 1px solid #e7e7e7;
    }
    .navbarr li:first-child p{
        border-top: 1px solid #e7e7e7;
    }
    .logo img
    {
      transition: all .50s ease-in-out;
    }
    .logo img.bf-txt-logo
    {
        display: none;
    }
    .logo img.bf-icon-logo
    {
    width: 10vw;
    margin-right: 0;
    margin-left: 3vw;
    }
    .navbarr a.anim-up, .site-info a.anim-up{
        text-shadow: unset;
    }
    .navbarr li:hover a.anim-up, .site-info li:hover a.anim-up
    {
        transition: unset;
        transform: unset;
    }
    .site-info li:hover a.anim-up
    {
        padding-bottom: 0;
    }
      .navbarr li:hover a.anim-up 
    {
                padding-bottom: 4.5vh;
    }
     .sub-menu {
        background-color: transparent;
        width: 100%;
        top: -10px;
        box-shadow: none;
        position: relative;
        z-index: 10;
        
    }
    .sub-menu.active {
        height: 51vw;
        background-color: #fff;
        border-top: none;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 6vw;
    }
    .navbarr .sub-menu a {
        color: #0C0400;
        padding: 1.5vw 10vw 2vw;
        border-bottom: none;
        font-size: 4vw;
    }
    .navbarr .sub-menu a:hover {
        color: #fff;
    }
    .arrow-btn {
        width: 3.2vw;
        margin-left: 1.2vw;
    }
    .navbarr li.anm.talk-btn{
        margin-top: 10vh;
        padding: 3vw 0;
        width: 80%;
        align-items: center;
    }
    .navbarr li.talk-btn span {
        color: #fff;
        font-size: 4vw;
        padding: 0 0;
        border-bottom: none;
    }
    
  }