 @media only screen and (max-width: 999px) {
    /*.menu-wrapper{display:none;}*/
    /*.content-right-section{padding-right: 20px;}*/
    body .content-wrapper{width:100%;}
    #sidebar{display:none;}
    body .header{height:80px;}
    body .content-wrapper, body .top-radius, body .bottom-radius, body .outer-wrapper{background:white;}
    body .mid-wrapper{padding:0 20px;width:100%;}
    body .top-radius{display:none;}
    .logo-wrapper {display: none;}
    .menu-wrapper {display: none;}
    .bottom-radius{background:none;}
    .top-menu{display: none;}
    /*.content-right-section{max-width: 767px; width: 100%; padding-left: 5px; padding-right: 5px; }*/
    #content{max-width: 767px; width: 100%; padding-left: 5px; padding-right: 35px;}
	.content.bloginfo {background-size: contain; padding-left: 10px; margin-bottom: 0px;}
	.content-left-section.left{margin-top: 20px;}
	.footer {display: block;}
	body .navbar{display:block; z-index: 9999}
	body .bloginfo{height: auto;margin-bottom: 0px;padding-bottom: 15%;}
	body .main-content .page-title{font-size: 24px;line-height: 28px;}

	body .dropdown-item {color: rgba(0, 0, 0, 0.5); font-size: 0.75rem;}

	body .dropdown-menu {border: 0px solid rgba(0, 0, 0, 0.15);}

	body .dropdown-submenu {
  	position: relative;
	}

	body .dropdown-submenu a::after {
	  transform: rotate(-90deg);
	  position: absolute;
	  right: 6px;
	  top: .8em;
	}

	body .dropdown-submenu .dropdown-menu {
	  top: 0;
	  left: 100%;
	  margin-left: .1rem;
	  margin-right: .1rem;
	}

}

    /*.header{height:auto;}*/
	/*.outer-wrapper .header{height:auto;}
	.outer-wrapper .header .logo-wrapper{top:0px;}
	.outer-wrapper .header .logo-wrapper a {position: relative; top:0px; left:0px; max-width: 100% display: block;}
	.outer-wrapper .header .logo-wrapper a  img {max-width: 100%}    
	#logo {max-width: 33%}*/


