/* Theme Name: DRD-Hive
Author: Emerald Dragon
Theme URI: https://www.dragonrealmsdesigns.com/wp-content/themes/drd-hive
Description: DRD-Hive is a Dark color theme with honey bee hive concept background in mind. This theme is best suited for gamer theme, but can be modify to fit any other concept. Only header and background images needs to be changed to customize to the clan needs. A retro responsive design that gives your blog a late 2000s look. Built on Green Park, a theme from the late 2000s, Chroma Park added features not present in Green Park, now Chroma Park has been the base for the creation of Dragon Realm Designs's theme --Get Hive Premium Theme -- Premium Theme features several optional sidebars, center blocks, and top/bottom blocks. PHP 7.3 or above (May work on lower, but have not done extensive testing). HTML5, CSS3 Styling, and Cross-browser compatible. Theme features several optional sidebars on the left, and on the right, as well as, center content blocks(5 left side, 5 right side, 5 center and a top and bottombox) and 2 header menus, one is a part of the design and can be changed in the customizer. Has a footer text box editable in the customizer as well.
Author URI: https://www.dragonrealmsdesigns.com/
Version: 1.5
*/

/** Stylesheet for thin windows, found on mobile devices **/


/* Moves the sidebars above and below the main content instead of beside */

#responsive {
    flex-wrap: wrap;
}

#content {
    order: 0;
    width: 100%;
}

.sidebar {
    flex-grow: 1;
}

#left {
    margin-bottom: 0px;
}

#right {
    margin-top: 0px;
}