/*!
Theme Name: Jutekott Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Jutekott Divi Child Theme - Customized version of Divi for Jutekotti.fi
Version: 1.0
Author: Jutekotti
Author URI: https://juutikotti.fi
Template: Divi
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.top-navigation-wrap {
}

#jutekott-header-widget-area  {
    float: right;
  margin-top: 4px;
}
#jutekott-header-widget-area > div {
  float: right;
  margin-left: 20px;
  position: relative;
  z-index: 99999;
}

@media (max-width: 980px) {
  #jutekott-header-widget-area {
    margin-top: 12px;
  }
}


.et_search_outer {
  right: 76px;
}
/* Polylang language switcher - flags in one row
----------------------------------------------- */
#jutekott-header-widget-area .widget_polylang ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 6px;
}

#jutekott-header-widget-area .widget_polylang ul li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

#jutekott-header-widget-area .widget_polylang ul li a {
  display: flex;
  align-items: center;
  line-height: 1;
}

#jutekott-header-widget-area .widget_polylang ul li img {
  display: block;
}

.et_menu_container {
    width: 95%;
}
@media (max-width: 980px) {
    .et_header_style_left .et-search-form, .et_header_style_split .et-search-form {
        width: 30% !important;
        max-width: 50% !important;
    }
}