header.o-header{
    z-index: 999;
}

.o-title-with-description__title.o-title-with-description-welcome{
    padding: 0;
}

.o-title-with-description__title.o-title-with-description-welcome:before{
    content: unset;
}

a.o-article-series__all-series{
    display: block;
    margin-bottom: 30px;
    color: #5694ca;
}

a.o-article-series__all-series:hover{
    opacity: 0.8;
}

.dropdown-item.m-tags__child{
    width: fit-content;
    padding: 3px 10px;
}

.o-tags-layout__search-and-filter__controls select{
    padding: 10px;
    padding-right: 75px;
}

@media (max-width: 767px) {
    a.o-article-series__all-series{
        margin-bottom: 15px;
    }
}

@media (max-width: 410px) {
    .o-tags-layout__search-and-filter__controls input[type=search] {
        width: 175px;
    }
    .o-tags-layout__search-and-filter__controls select{
        padding-right: 55px;
    }
}

/*
HOVERS OPEN HEADER
 */
.o-header__top__right__menu__main-nav li a{
    display: inline-block;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.o-header__top__right__menu__main-nav li a:hover{
    transform: translateX(5px);
    opacity: 0.9;
}

.o-header__top__right__menu__secondary-nav li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.o-header__top__right__menu__secondary-nav li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.25s ease;
}

.o-header__top__right__menu__secondary-nav li a:hover::after {
    width: 100%;
}


.o-header__top__right__menu__bottom__social-media ul li a {
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.o-header__top__right__menu__bottom__social-media ul li a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

/******/

.o-single-article__rich-text a.wp-block-file__button.wp-element-button{
    color: #fff;
    background-color: #5694ca;
    text-decoration: none;
    line-height: 1;
}

/*** G-Speech Widget */

@media (max-width: 767px) {
    .ssplayer_circle .ssplayer_options_wrapper {
        left: -190px !important;
        width: 220px !important;
        right: initial !important;
    }
    .ssplayer_circle .ssplayer_options_wrapper:before{
        transform: translateX(-50%) !important;
        right: -5px !important;
        left: unset !important;
    }
}
