/* Menu
 ========== *

.mobile-toggle strong {
    color: #fff;
}

header .mobile-toggle strong,
header .mobile-toggle span {
    transition: all .3s ease-in-out;
}

.mobile-toggle span,
.header:hover {
    background: #fff;
}

.regular-header .mobile-toggle.style1 {
    display: none;
}

#mobile-menu {
    background: #000;
    background: rgba(0, 0, 0, .33);
    display: inline-flex;
}
#mobile-menu #menu-scroll .mobile-menu-top {
    flex: none !important; 
    display: flex;
    flex-direction: column-reverse !important;
    flex-shrink: 0;
}

.header:hover .mobile-toggle strong {
    color: #000;
}

.header:hover .mobile-toggle span {
    background: #000;
}

.thb-full-menu li a {
    line-height: 1.2;
    font-weight: bold;
}

/* Hamburger 
 ========== *

.thb-mobile-menu a {
    font-size: clamp(1.5rem, 5vw, 47px);
    margin-bottom: 8px;
}

#menu-fr-secondary-menu,
#menu-en-secondary-menu {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-links a, .thb-secondary-menu li a {
    font-size: 28px;
}

.thb-mobile-language-switcher {
    margin-bottom: 20px;
    display: flex;
    position: static;
}

.thb-mobile-language-switcher a.active {
    font-weight: 700;
}

.thb-mobile-language-switcher a {
    text-transform: uppercase;
    font-size: 21px;
    color: #fff;
    
}

.mobile-menu-bottom {
    width: 180px;
    margin-top: 0;
    margin-bottom: auto;
}

.thb-mobile-menu .next {
    display: none;
}

/* Social media
  ========== *

.social-media {
    margin-right: 15px;
    font-size: 18px;
}

.full-menu i {
    color: #000;
}

#menu-fr-secondary-menu.small-up-1>.column,
#menu-en-secondary-menu.small-up-1>.column {
    flex: 1;
}

.thb-portfolio-share {
    display: none;
}


.post .post-meta {
    display: none;
}


/* Menu
 ========== *

 #hamburger {
	display: inline-flex;
	width: auto;
    height: 15px;
    margin-left: 7px;
    line-height: 49px;
    transition: none;
    vertical-align: middle;
    transform-origin: right;
	cursor: pointer;
	z-index: 999;
}

header .regular-header .logo-holder {
	margin-right: auto;
}

#mobile-menu .thb-close svg {
	position: relative;
	left: -15px;
	z-index: 0
}

/* Media queries
  ========== *

@media (max-width: 640px) {

    /* Header
    ========== *

    .logo-holder {
        width: 50%;
    }

    .mobile-toggle strong {
        color: #1f1f1f;
    }

    .mobile-toggle span {
        background: #000;
    }

}

