img#logo {
    width: 100px;
    height: 100px;
    max-width: 100%;
    max-height: 100%;
}

.logo_helper{
    display: none !important;
}

#top-menu a {
    font-weight: normal;
}

.et_header_style_left .logo_container {
    position: relative !important;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.et_header_style_left .logo_container a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site_title {
    color: var(--color-dark-blue);
    margin-left: 20px;
    font-size: 36px;
}

header#main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: var(--page-max-width) !important;
    width: 100%;
    padding: 0;
}

header#main-header {
    height: 160px;
}

header#main-header .container::after{
    display: none;
}

#top-menu-nav>ul>li>a:hover{
    opacity: 1 !important;
    color: var(--color-main-green);
}

#top-menu-nav>ul>li>a{
    border-bottom: 3px solid transparent;    
}

.et_fixed_nav #et-top-navigation{
    padding-left: 0 !important;
}

.et_header_style_left #et-top-navigation{
    padding-top: 0 !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a{
    padding-bottom: 10px !important;
}

#top-menu li.current-menu-item>a,
#top-menu li.current_page_item>a {
    border-color: var(--color-main-green);    
    font-weight: bold;
}

ul#top-menu > li:last-child {
    border: 2px solid var(--color-main-green);
    width: 200px;
    height: 60px;
    transition: var(--transition);
    margin-left: 30px;
}

ul#top-menu > li.current_page_item:last-child{

}

ul#top-menu > li:last-child:hover{
    background: var(--color-main-green) !important;
}

.et_header_style_left #et-top-navigation nav>ul>li:last-child>a {
    transition: var(--transition);
    padding-bottom: 0 !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border: 0;
    color: var(--color-main-green);
    font-weight: normal;
}

.et_header_style_left #et-top-navigation nav>ul>li.current_page_item:last-child>a{
    font-weight: bold;
}

.et_header_style_left #et-top-navigation nav>ul>li:last-child>a:hover{
    color: var(--color-white);
}