/*
Theme Name: Medicine Plus Child
Theme URI: http://cmsmasters.net/medicine-plus-child/
Author: cmsmasters
Author URI: http://cmsmasters.net/
Description: Medicine Plus Child Theme
Template: medicine-plus
Version: 1.0.0
License:
License URI:
Text Domain: medicine-plus-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

@media screen and (max-width:600px) {
	#bottom aside {width: 48%!important}
	aside#text-3, aside#text-6 {margin-bottom:15px}
	.header_mid_right, .header_top_right, .header_top_but.closed {display: none!important}
#header {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}

#header > div:nth-child(1) {
    flex: 0 0 100%;
}

#header > div:nth-child(2) {
    flex: 0 0 80%;
}

#header > div:nth-child(3) {
    flex: 0 0 20%;
}
	.logo_wrap a {width:200px!important}
	.logo_wrap {text-align: left!important; margin-bottom:0px!important}
	.resp_nav_wrap {border: 0px!important}
	.header_bot, .header_bot_outer, .header_bot_inner {position: unset!important}
	html #page #header .header_bot nav {
    position: absolute;
    right: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
		margin-top: 22px;
        border-top: 2px solid;
    }
	.header_top_outer {display: block!important}
}