/*
Theme Name: Hoplun
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.6
Author: Dave Shea
Tags: green, white, two-columns, right-sidebar, flexible-width, sticky-post, rtl-language-support, translation-ready

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

/* Fix Select2 Dropdown position when Admin Bar is active */
body.admin-bar .select2-container--open .select2-dropdown {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .select2-container--open .select2-dropdown {
        top: 46px;
    }
}