/*
Theme Name: Harper
Theme URI: http://orckid.com
Author: James Hopkins
Author URI: http://orckid.com
Description: Reboot build for Portsmouth Shoulder Unit, welcome to the future
Text Domain: harper
*/

body {
	font-size: 15px;
	background: #0A2338;
}

.h1, h1 {
	font-size: 30px;
}

.h3, h3 {
	font-size: 16px;
	float: left;
	width: auto;
	margin: 5px 0 5px 0;
	text-decoration: underline;
}

p {
	float: left;
	width: 100%;
	margin: 15px 0;
}

ul, li, ol {
	float: left;
	width: 100%;
}

header, footer {
	float: left;
	width: 100%;
	background: #0A2338;
}

.menu-main-container, .theme-main-footer {
	float: left;
	width: 100%;
	background: #B1B3B6;
}

.theme-main-footer {
	text-align: center;
	font-size: 12px;
	color: white;
}

.theme-main-footer a {
	color: white;
}

.main-menu {
	float: left;
	list-style: outside none none;
	width: 100%;
	margin: 3px 0;
}

nav ul li {
	float: left;
	width: auto;
	margin-right: 15px;
	text-align: center;
}

nav ul li a {
	color: white;
}

nav ul li a:hover {
	color: #0A2338;

}

article header {
	background: white;
	float: left;
	width: 100%;
	padding: 15px;
	border-bottom: 2px solid #0A2338;
}

article .container {
	background: white;
}

.entry-content {
	float: left;
	width: 100%;
	padding: 30px 15px;
	background: white;
}

/*menu*/
#primary_nav_wrap {
	margin-top: 15px
}

#site-navigation ul {
	list-style: none;
	position: relative;
	float: left;
	/*margin:0 25px;*/
	padding: 3px;
}

#site-navigation ul a {
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	padding: 6px;
}

#site-navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0
}

#site-navigation ul li.current_page_item {
	background: #ddd
}

#site-navigation ul li:hover {
	background: #f6f6f6
}

#site-navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #D1D3D4;
	padding: 0;
	z-index: 9999;
	width: auto;
}

#site-navigation ul ul li {
	float: none;
	width: auto;
}

#site-navigation ul ul a {
	line-height: 120%;
	padding: 10px 15px
}

#site-navigation ul ul ul {
	top: 0;
	left: 100%
}

#site-navigation ul li:hover > ul {
	display: block;
}

/*///////////////////////////////////////////////////////////*/
/*mob*/

#mobile-menu {
	display: none;
	color: white;
	text-align: center;
	font-size: 20px;
	float: right;
	width: 100%;
	margin: 15px;
}

#mobile-menu a {
	float: right;
}

#mobile-menu ul {
	list-style: none;
	margin-left: -20px;
	font-size: 20px;
	float: left;
	width: 100%;

}

#mobile-menu a:hover, #mobile-menu a:active, #mobile-menu a:focus {
	color: white;
}

/*mob*/

#mobile-menu {
	display: none;
	color: white;
	text-align: center;
	font-size: 20px;
	float: right;
	width: 100%;
	margin: 15px;
}

#mobile-menu a {
	float: right;
}

#mobile-menu ul {
	list-style: none;
	margin-left: -20px;
	font-size: 20px;
	float: left;
	width: 100%;

}

#mobile-menu a:hover, #mobile-menu a:active, #mobile-menu a:focus {
	color: white;
}

/*
Menu
 */
.sidenav {
	background: #B1B3B6;
	height: 100%;
	overflow-x: hidden;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 500ms ease 0s;
	width: 350px;
	z-index: 99;
	margin-right: -350px;
}

.sidenav.active {
	/*width: 350px;*/
	margin-right: 0px;
	transition: all 500ms ease 0s;
}

/* The navigation menu links */
.sidenav .menu-main-container {
	opacity: 0;
	float: left;
	width: 100%;
	transition: all 500ms ease 0s;
}

.sidenav .menu-main-container.fade {
	float: left;
	width: 100%;
	transition: all 800ms ease 0s;
	opacity: 1;
	margin-top: 100px;
}

.sidenav .main-menu {
	float: left;
	list-style: outside none none;
	margin-left: -40px;
	width: 100%;

}

.sidenav ul {
	list-style: none;

}

.sidenav .main-menu li {
	border-bottom: 0px solid #2a2a2a;
	list-style: none;
}

.sidenav .menu-item-has-children:hover {
	cursor: pointer;

}

.sidenav .menu-item-has-children::before {
	content: "+";
	color: white;
	float: left;
	padding: 8px;
	width: auto;
	font-size: 24px;
	margin-right: -40px;
	margin-top: -10px;
}

.sidenav .menu-item-has-children.active::before {
	content: "↓";
	color: #000;
	float: left;
	padding: 8px;
	width: auto;
	margin-right: -40px;
}

.sidenav li a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 20px;
	color: white;
	display: block;
	transition: 0.3s;
	float: left;
	width: 100%;
}

.sidenav .sub-menu {
	list-style: outside none none;
	margin-left: -25px;
	height: 0;
	transition: 500ms;
	overflow: hidden;
}

.sidenav .menu-item-has-children.active .sub-menu {
	height: auto;
	transition: 500ms;
}

.sub-menu li {
	border-bottom: none;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {
	color: #db2117;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	font-size: 36px;
	font-weight: bold;
	margin-left: 50px;
	position: absolute;
	right: 25px;
	color: white;
}

.privacy {
	    float: left;
    width: 100%;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {

	.main-menu {
		display: none;
	}

	#mobile-menu {
		display: block;
	}
}

