/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 18 2025 | 15:32:48 */
/*Layout*/

.grecaptcha-badge{
  display: none;
}

.wpb_wrapper > b{
  display: none;
}

/*.wpb_wrapper > b::first-line {
  display: none;
}*/

/*.wpb_wrapper > br + b {
  display: none !important;
}*/

.wpb_wrapper > text,
.wpb_wrapper > br + b + text + br {
  display: none !important;
}


.header-col-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 767px) {
  	.header-col-flex .mv-classic-menu {display: none;}
  	.header-col-flex {flex-direction: row-reverse;}
    .main-menu-wrap {margin-right: 0;}
    .menu-button {
      width: 32px;
      height: 20px;
      font-size: 0;
      margin-top: 25px;
    }
}

/*-----------------------MENU-----------------------*/

.mv-classic-menu .nav {text-align: center;}
.mv-classic-menu .nav > li {float: none;}
.mv-classic-menu .sub-menu {text-align: left;}
.mv-classic-menu .nav .qtranxs-lang-menu > a {font-weight: bold;}

/*Disable lang menu .mv-classic-menu .nav .qtranxs-lang-menu {display: none;}*/

/*Sticky*/

#masthead:not(.sticky) {display: none;}