@media (min-width: 922px){
    .theme-header-topbar .zpcontainer{
        justify-content:flex-end;
    }
    .theme-header-topbar .theme-portal-login{
        margin-left:13px;
    }
    .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content:first-child {
        padding-right: 13px;
        padding-left: 13px;
        border-left: 1px dotted RGBA(255, 255, 255, 0.8);
    }
    .theme-header-topbar .theme-portal-login .theme-portal-container .theme-portal-content:last-child {
        padding-left: 13px;
    }
}



.theme-blog-category-column .theme-blog-category-container.theme-blog-rss-feed {
    display: none;
}



/* Hide all Zoho slider/carousel play/pause buttons */
svg.zpcarousel-play-btn,
svg.zpcarousel-pause-btn,
svg.zsslider-play-btn,
svg.zsslider-pause-btn {
    display: none !important;
}