/*
Theme Name: levare
Description: Theme WP for Levare
Version: 1.0.05
*/


.blog-banner .item a h6{
  background: rgba(96, 122, 132, 0.4);;
}
.scan-section .result-block{
  display: none;
}
.scan-section .item .input-wrap .wrap label{
  font-size: 16px;
}
.top-menu .current-menu-item a {
  color: #E10079!important;
}

footer .right .wpcf7-form-control-wrap{
  width: calc(100% - 135px);
}

footer .right .wpcf7-form-control-wrap input{
  width: 100%!important;
}
@media (max-width: 1400px){
  .top-menu .menu a {
    font-size: 16px;
    line-height: 24px;
    padding: 0 10px;
  }
  .top-menu .btn-wrap a{
    padding: 0 15px;
  }
}
@media (max-width: 575px){
  footer .right .wpcf7{
    order: 3;
  }
  .scan-section .item .input-wrap .wrap label{
    font-size: 14px;
  }
}

@media (max-width: 767px) and (min-width: 576px){
  footer .right .wpcf7-form-control-wrap{
    width: 100%;
  }
  footer .footer-form{
    flex-wrap: wrap;
    grid-gap: 15px 0;
  }
}