/**handles:responsive-css**/
/* ADDED BY KAWEB */

@media only screen and (max-width: 980px) {
   #et_top_search {
      float: right;
      width: 60px;
      padding-top: 5px;
   }

   .language-switcher {
      margin-right: 50px;
   }

   #et_top_search,
   #et_mobile_nav_menu {
      padding: 0 10px;
   }

   .et_header_style_left .et-search-form,
   .et_header_style_split .et-search-form {
      width: 100% !important;
      max-width: 100% !important;
   }
}