.dho-mobile-only {
	display: none;
}

@media (max-width: 480px) {

	/* Layout */

	body {
		background: white;
		font-size: 1rem;
	}

	#dho {
		width: 100vw;
		font-size: 1rem;
	}

	#dho h2 {
		font-size: 1.5rem;
	}

	#dho h3 {
		font-size: 1.3rem;
	}

	#dho h4 {
		font-size: 1.2rem;
	}

    #dho>.inner *, #dho>.inner *[style] {
        max-width: 100% !important;
    }

    #dho>.inner div, #dho>.inner div[style],
    #dho>.inner p, #dho>.inner p[style],
    #dho>.inner li, #dho>.inner li[style] {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #dho>.inner {
    	width: 95vw !important;
    	margin: 0 auto !important;
    }

    #dho>.inner>.section {
    	padding: 0;
    	margin: 0;
    }

    #dho .section.sidebar.right, #dho>.footer {
        display: none;
    }

    #dho>.inner>.copyright {
    	margin-top: 2rem;
    }

    /* Header */

    #dho>.header {
    	background-image: url(/themes/dho-c5/images/mobile/mountains.gif);
    	background-position: top center;
    	background-repeat: no-repeat;
    	width: 100%;
    	height: auto;
    	padding-top: 100px;
    	margin-bottom: 1rem;
    }

    #dho>.header:before {
    	background: #7badd4;
    	content: ' ';
    	display: block;
    	width: 100%;
    	height: 3rem;
    }

    #dho>.header h1 {
    	position: absolute;
    	top: 0;
    }

	#dho>.header>.home {
    	background-image: url(/themes/dho-c5/images/mobile/logo.png);
    	width: 238px;
    	height: 115px;
    	display: block;
    	position: absolute;
    	top: 25px;
    	left:0;
    	right:0;
    	margin: 0 auto;
    }

    /* Menu */

    #dho>.header>.top_nav {
    	background: #7badd4;
    	width: 50%;
    	height: 3rem;
    	float: left;
    	margin-top: -3rem;
    }

    #dho>.header>.top_nav .featured, #dho>.header>.top_nav .main {
    	display: none;
    }

    #dho>.header>.top_nav .menu-icon.dho-mobile-only {
    	background: url(/themes/dho-c5/images/mobile/menu-icon.svg) center no-repeat;
    	width: 23px;
    	height: 3rem;
    	border: none;
    	margin-left: 1.5rem;
    	display: inline-block;
    }

    #dho>.header>.top_nav .menu-icon:focus {
    	outline: none;
    }

    /* Drawer */

    #dho>.drawer.shown.dho-mobile-only {
    	visibility: visible;
    }

    #dho>.drawer.dho-mobile-only {
    	visibility: hidden;
    	width: 85vw;
    	overflow: hidden;
		overflow-y: scroll;
    	background: white;
    	height: 100vh;
		z-index: 1000;
		position: absolute;
		-webkit-box-shadow: 5px 0px 10px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    5px 0px 10px 0px rgba(50, 50, 50, 0.5);
		box-shadow:         5px 0px 10px 0px rgba(50, 50, 50, 0.5);
        display: block;
    }

    #dho>.drawer:before {
    	content: ' ';
    	display: block;
    	background: url(/themes/dho-c5/images/mobile/drawer-logo.gif) center top no-repeat;
    	width: 133px;
    	height: 46px;
    	margin: 0 auto;
    	margin-top: 2rem;
    	margin-bottom: 2rem;
    }

    #dho>.drawer .menu-list {
    	border-top: 1px solid #ddd;
    	list-style: none;
    	padding: 0;
    	margin: 0;
    }

    #dho>.drawer .menu-item {
    	list-style: none;
    	padding: 0;
    	margin: 0;
    }

    #dho>.drawer .menu-item>a {
    	display: block;
    	padding: 1rem 0;
    	padding-left: 2rem;
    	color: black;
    	font-weight: bold;
    }

    #dho>.drawer .menu-item.active>a {
    	background: #eee;
    }

    #dho>.drawer .menu-item .submenu-container {
    	visibility: hidden;
    	height: 0;
    	padding-left: 2.5rem;
    }

    #dho>.drawer .menu-item.active .submenu-container {
    	visibility: visible;
    	height: auto;
    }

    #dho>.overlay.dho-mobile-only {
    	display: none;

    	width: 100vw;
    	height: 100vh;
		z-index: 999;
		position: fixed;
		background: black;
		opacity: 0.5;
    }

    #dho>.overlay.shown.dho-mobile-only {
    	display: block;
    }

	#dho>.drawer .menu-item .submenu-container * {
	    padding: 0;
	    margin: 0;
	}

	#dho>.drawer .menu-item .submenu-container h1, #dho>.drawer .menu-item .submenu-container h2,
	#dho>.drawer .menu-item .submenu-container h3, #dho>.drawer .menu-item .submenu-container h4,
	#dho>.drawer .menu-item .submenu-container h5, #dho>.drawer .menu-item .submenu-container h6 {
	    color: #4c8bd2;
	    font-size: 1rem;
	    padding: 10px 0;
	    clear: both;
	}

	#dho>.drawer .menu-item .submenu-container ul {
	    margin: 0 0 0 15px;
	    padding: 0;
	}
	 
	#dho>.drawer .menu-item .submenu-container li {
	    color: #ee9090;
	    list-style: square;
	    padding-right: 10px;
	}

	.no-scroll {
		overflow: hidden;
	}

    /* Search */

    #dho>.header>.search {
    	position: relative;
    	top: 0;
    	left: 0;
    	background: #7badd4;
    	width: 50%;
    	height: 3rem;
    	margin-top: -3rem;
    	float: right;
    	text-align: right;
    }

    #dho>.header>.search form {
    	display: none;
    }

    #dho>.header>.search .search-icon.dho-mobile-only {
    	background: url(/themes/dho-c5/images/mobile/search-inactive-icon.svg) center no-repeat;
    	width: 20px;
    	height: 3rem;
    	border: none;
    	margin-right: 1.5rem;
    	display: inline-block;
    }

    #dho>.header>.search .search-icon:focus {
    	outline: none;
    }
}