/*
Theme Name: Botaanikaaed
Author: OKIA
Author URI: http://okia.ee
Description:
Version: 1.3
*/
/* CUSTOM CSS 2019 */
body.home .news-article .news-item>p {
  height: 133px;
  overflow: hidden;
}
h2.news__all small {
  z-index: 2;
}
.home .header-secondary-nav.scrolled {
  position: fixed;
  top: 0;
}
.header-secondary-nav.scrolled .secondary-menu {
  height: 62px;
}
.home .header-top__banner {
  min-height: 340px;
}
.home .header-top__banner .header-top-banner__content>p {
  width: 100%;
  margin: 0;
}
.header-secondary-nav {
  background-color: rgba(215,52,37,1);
}
.home .news-article .news__wrapp {
  min-height: 300px;
}
.home .events {
  display: none;
}
.home .news-article {
  margin: 15px 0!important;
}
.events .news__wrapp {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.events h2 {
  color: #7f7f7f;
  font-size: 20px;
  margin-top: 0px;
}
.home #events h3, #mobile-events h3 {
  font-size: 16px;
  margin: 20px 0;
}
#header-container {
  width: 98%;
}
.home .header-top__banner .banner-wrapp {
  padding: 50px 0;
}
@media (min-width: 1200px) {
  .header-top__banner {
    margin-top: 104px;
  }
  .home .events {
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    min-height: 340px;
    background: #f5f5f5;
  }
  .home .mobile.events {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header-top__banner {
    margin-top: 22px;
  }
  #mobile-events h3 {
    margin: 10px 0;
  }
  .home .mobile.events {
    text-align: center;
    display: block;
    position: unset;
    margin: 20px 0;
  }
}
/* END */
/* Custom language switcher START */

/* LANG SWITCHER HIDER
.lang_switcher {
display: none !important;
}
 */

.lang_switcher ul {
    list-style-type: none;
    display: flex;
    text-transform: uppercase;
    -webkit-padding-start: 5px;
}

.lang_switcher ul li.active a {
font-weight: 200;
}

.lang_switcher ul li .separator {
padding-left: 5px;
padding-right: 5px;
color: #7F7F7F;
}

.lang_switcher ul li:last-child > .separator {
display: none;
}

#mobile-navigation .lang_switcher {
text-align: center;
margin-top : 30px;
}

#mobile-navigation .lang_switcher ul {
display: inline-flex;
margin-left: -30px;
}
/* Custom language switcher END */
