@media screen and (max-width: 990px) {
span.av_font_icon.avia_animate_when_visible.avia-icon-animate.av-icon-style-.av-no-color.avia-icon-pos-center.avia_start_animation.avia_start_delayed_animation {
    padding-right: 60%;
}
 
}

@media only screen and (max-width: 768px)
  {
.responsive #top .av-submenu-container {
  position: fixed !important;
}
			.flex_column .widget:first-child, .content .widget:first-child {
    padding-top: 40px;
}
		
}
li.menu-item.menu-item-top-level img {
    width: 120px !important;
}

/*
.lang-item {
  display: inline;
}*/
#top .content .flex_column .widget_nav_menu li {
    display: inline-block !important;
    margin: 0 10px !important;
}
#top .content .flex_column .widget_nav_menu li a:hover, #top .content .flex_column .widget_nav_menu ul:first-child>.current-menu-item, #top .content .flex_column .widget_nav_menu ul:first-child>.current_page_item
{
  background-color:transparent !important;
}
div#nav_menu-2 {
    height: 10em;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 769px) {
    /* STYLES HERE */
li.menu-item.menu-item-top-level img {
    width: 200px !important;
}

}

.entry-content-wrapper div li {
    display: inline-block;
    text-align: center;
		 margin: 0 10px !important;
}
#top .widget ul {
		display: flex;
    align-items: center;
    justify-content: center;
}

.post-entry.post-entry-type-page.post-entry-45 {
    margin-bottom: -40px;
}