/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.title_container h1.main-title.entry-title {
  display: none;
}  

@media only screen and (max-width: 767px) {

  .call-menu-item {
    margin-left: 0 !important;
    min-width: 50px;
  }
  
  .call-menu-item a::after {
    content: "";
    background: url("https://www.allclean.nl/wp-content/uploads/2024/05/allclean-telefoon-icon.png");
    display: block;
    height: 25px;
    width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  .call-menu-item .avia-menu-text {
    display: none;
  }
  
  .offerte-button .avia-menu-text {
    padding: 5px !important;
  }
  .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
    padding-left: 15px; 
  }
  }

  ul li a #menu-item-1416>a>.avia-menu-text {
    background-color:#4caf4f !important;
  }

.av-main-nav li {
  background-color: #fff;
}

@media only screen and (max-width: 1250px) {.av-main-nav > li.menu-item-avia-special {
    display: block;
}
.av-main-nav > li {
    display: none;
}}
