/*
* RTL Support for Satellite Theme
*/

body {
    direction: rtl;
    text-align: right;
}

.site-header .container {
    flex-direction: row-reverse;
}

.main-navigation ul {
    flex-direction: row-reverse;
}

.content-grid-wrapper {
    direction: rtl;
}

.author-box {
    border-left: none;
    border-right: 4px solid #e67e22;
    flex-direction: row-reverse;
}

.news-ticker {
    flex-direction: row-reverse;
}

.ticker-label {
    margin-right: 0;
    margin-left: 1rem;
}

marquee {
    direction: rtl;
}

.entry-meta .byline::before {
    content: none;
}

.entry-meta .byline::after {
    content: " | ";
}

.posts-list .entry-wrapper {
    padding: 0 1rem 0 0;
}

@media (max-width: 768px) {
    .site-header .container {
        flex-direction: column;
    }
}