.sticky-header-sidebar.isActive {
    right: 0;
    left:unset;
}

.sticky-sidebar-close{
    right: unset;
    left: -16px;
}

.sticky-header-sidebar-overlay{
    left: unset;
    right: 0;
}

.sticky-header-sidebar{
    left:unset;
    right: -360px;
}

.custom-button-wrap.news-express-icon-elements{
    border-right: 1px solid #b3b3b3;
    border-left: 0;
}

.custom-button-wrap.news-express-icon-elements a{
    margin-left: 0;
    margin-right:20px;
}

.social-icons-wrapper {
    margin-right: auto;
    margin-left: unset;
}

#primary, .home.blog #primary, .primary-content-wrapper,.both-sidebar #primary, .home.blog.both-sidebar #primary{
    float: right;
}

#secondary, .home.blog #secondary, .secondary-content-wrapper,.both-sidebar #secondary, .home.blog.both-sidebar #secondary{
    float: left;
}

.block-wrapper-button {
    margin-left: unset;
    margin-right: auto;
}

.block-description{
    border-right:1px solid #959595;
     padding-left: 0;
    padding-right: 10px;
    border-left:0
}

.news-grid-block .block-column-wrapper article {
    margin-left: -4px;
    margin-right: 3%;
}

.wp-block-search__button{
    border-radius: 20px 0px 0px 20px;
}

input[type="search"]{
    border-radius: 0px 20px 20px 0px;
}

.news-ticker-label{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; 
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.trending-posts .post-content-wrap, .latest-posts-wrapper .posts-column-wrapper .post-content-wrap {
    margin: 0 4% 0 0%;

}

.news-grid-block .block-layout--two .block-column-wrapper article .post-content-wrap{
    margin-right: 0%;
    padding: 0px 20px;
}