/*
Theme Name:   Oberon
Theme URI:    https://wphowto.net/twenty-fifteen-child-theme-oberon-878
Description:  Oberon is a Twenty Fifteen child theme. This theme changes the default layout of Twenty Fifteen theme by moving the sidebar and navigation menu to the right.
Author:       Noor Alam
Author URI:   https://wphowto.net/
Template:     twentyfifteen
Version:      0.3
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         accessibility-ready, black, blue, custom-background, custom-colors, custom-header, custom-menu, dark, editor-style, featured-images, fixed-layout, gray, right-sidebar, light, microformats, pink, post-formats, purple, responsive-layout, rtl-language-support, sticky-post, threaded-comments, translation-ready, two-columns, white, yellow
Text Domain:  oberon

This theme, like WordPress, is licensed under the GPL.
*/

body { 
    direction: rtl; 
    unicode-bidi: embed;
}

@media screen and (min-width: 59.6875em) {
    
    body:before {
        right: 0;
        left: auto;
    }
    
    .sidebar {
        float: right;
        margin-right: auto;
        margin-left: -100%;
        direction: ltr;
    }
    
    .site-content {
        float: right;
        margin-right: 29.4118%;
        margin-left: auto;
        direction: ltr;
    }
    
    .site-footer {
        float: right;
        margin: 0 35.2941% 0 0;
        direction: ltr;
    }
    
}
