/* 	WENATCHEE STORAGE UNITS

	font-family: 'Sumana', serif;
	font-family: 'Marcellus', serif;

	color:#151515; //gray
	color:#002da7; //blue
*/

html, body {
	padding:0;
	margin:0 !important;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
body {
	font-family: 'Marcellus', serif;
	font-size:16px;
	color:#151515;
	background:fixed url('images/bgBody.jpg') center top no-repeat #FFF;
	background-size:100% auto;
}
body.admin-bar {
	padding-top:32px;
	background-position:center 32px;
}
body.home .site-content {
	padding-top:0;
}
.pad {
	position:relative;
	width:100%;
	max-width:1100px;
	margin:0 auto;
}

/* HEADER */
.headerMessage {
	background:#666;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	text-align:center;
	padding:5px 0;
	border-bottom:solid 1px #000;
}
#site-header {
	min-height:120px;
	background:#FFF;
	border-bottom:solid 5px #7f7f7f;
}
#hdrLogo {
	display:block;
	float:left;
	width:405px;
	height:115px;
	text-decoration:none;
	margin:9px 0 0 0;
}
#hdrLogo img,
#hdrLogo h1 {
	display:inline-block;
	float:left;
	line-height:1em;
}
#hdrLogo h1 {
	float:right;
	width:205px;
	font-family: 'Sumana', serif;
	font-size:22px;
	text-transform:uppercase;
	color:#002da7;
	margin:40px 0 0 0;
}
#hdrLogo h1 span {
	display:block;
	font-size:19px;
	font-style:italic;
}
#hdrContact {
	position:absolute;
	top:0px;
	right:0;
	width:420px;
}
#hdrContact p {
	font-family: 'Marcellus', serif;
	font-size:18px;
	font-weight:bold;
	color:#151515;
	letter-spacing:0.5px;
	text-align:right;
	margin:0;
}
#hdrContact p a {
	display:inline-block;
	color:#002da7;
	text-decoration:none;
	padding-left:15px;
}

/* NAVIGATION */
.header-inner {
	position:absolute;
	top:100px;
	right:0;
	text-align:right;
	width:600px;
	padding:0;
}
.primary-menu > li {
	margin:0 15px;
}
.primary-menu > li:nth-last-child(1) {
	margin-right:0;
}
.primary-menu a,
body:not(.overlay-header) .primary-menu > li > a {
	font-size:18px;
	font-weight:bold;
	color:#002da7;
	text-decoration:none;
	letter-spacing:0.5px;
}
body:not(.overlay-header) .primary-menu > li > .icon {
	display:none;
}
.primary-menu > li.menu-item-has-children > a {
	padding:0;
}
.primary-menu-wrapper + .header-toggles { /* header search */
	display:none;
}
.primary-menu ul.sub-menu {
	top:calc(100% + 25px);
}
body:not(.overlay-header) .primary-menu ul {
	background-color:#002da7;
}
body:not(.overlay-header) .primary-menu > li > ul:after {
	border-bottom-color:#002da7;
}
ul.sub-menu li a {
	padding:10px 15px 10px 10px;
	text-decoration:none
}
ul.sub-menu li a,
.primary-menu li.current-menu-item > a, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
	text-decoration:none;
}
ul.sub-menu li a:hover,
.primary-menu li.current-menu-item > a:hover, 
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover {
	text-decoration:underline;
}

/* OFFICES CLOSED VACATION MESSAGE */
#officeClosedMessage {
	font-size:18px;
	color:#FFF;
	text-align:center;
	text-shadow:1px 1px 1px #000;
	background:rgba(215,2,0, 0.85);
	padding:10px;
}


/* HOME PAGE */
#homeLocations {
	text-align:center;
}
#homeLocations h2 {
	text-transform:uppercase;
	line-height:1em;
	margin:80px 0 0 0;
}
#homeLocations h2 span {
	display:block;
	font-size:18px;
	margin:10px 0;
}
#homeQLbg {
	background:rgba(0,0,0, 0.6);
	padding:25px 0;
}
#homeQLbg .ql1,
#homeQLbg .ql2 {
	display:block;
	float:left;
	-webkit-box-shadow: 0px 0px 8px 6px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 8px 6px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 8px 6px rgba(0,0,0,0.24);
	background:#FFF;
}
#homeQLbg .ql2 {
	float:right;
}
#homeQLbg img {
	border:solid 10px #FFF;
	transition:0.2s all;
}
#homeQLbg img:hover {
	opacity:0.8;
	transition:0.2s all;
}
.homeSpecials {
	background:rgba(0,45,167, 0.85);
	padding:15px 0;
}
.homeSpecials p {
	font-size:22px;
	color:#FFF;
	text-align:center;
	text-shadow:1px 1px 1px #000;
	margin:0;
	padding:0;
}
.homeSpecials a {
	color:#FFF;
}
.homeSpecials.Red {
	background:rgba(215,2,0, 0.85);
}
#homeInfoBoxes {
	text-align:center;
	margin:80px 0;
}
#homeInfoBoxes h3 {
	font-size:30px;
	text-transform:uppercase;
	text-align:center;
	margin:80px 0 40px 0;
}
#homeInfoBoxes .box {
	display:inline-grid;
	min-height:320px;
	width:calc(30% - 20px);
	background:#FFF;
	border:solid 5px #002da7;
	margin:0 1%;
}
#homeInfoBoxes h4 {
	display:inline-table;
	font-family: 'Marcellus', serif;
	font-size:18px;
	font-weight:100;
	color:#FFF;
	letter-spacing:0.5px;
	text-shadow:2px 2px 4px #000;
	background:#002da7;
	padding:8px 0 12px 0;
}
#homeInfoBoxes .box ul {
	padding:1px;
	margin:15px 0 0 15px;
}
#homeInfoBoxes .box li {
	text-align:left;
	line-height:1.3em;
	padding:0;
	margin:0;
}
#homeInfoBoxes .box li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0 15px 15px 15px;
}


/* COMMON */
h1, h2, h3, h4, h5, h6,
.heading-size-1 {
	font-family: 'Sumana', serif;
	color:#151515;
	line-height:1.5em;
	margin:0;
}
h1, h2 {
	font-size:30px;
}
h1.entry-title, h2.entry-title {
	color:#151515;
	text-transform:uppercase;
	margin:30px 0 50px 0;
}
h4, .heading-size-4 {
	font-size:30px;
	color:#151515;
}
#site-content {
	width:97%;
	max-width:1100px;
	min-height:500px;
	margin:0 auto;
	overflow:visible;
	background:rgba(255,255,255, 0.85);
	padding:30px 50px;
}
.singular .entry-header {
	padding:0;
	background:none;
}
.post-inner {
	padding-top:0;
}
.entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt {
	font-family: 'Marcellus', serif;
	font-size:16px;
	color:#151515;
}
.alignnone, .aligncenter {
	margin:0;
}
.entry-content {
	font-size:18px;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width:100%;
	max-width:100%;
}
.entry-content h4, .entry-content h5, .entry-content h6 {
	margin:0 0 30px 0;
}
table {
	font-size:1em;
}

/* flashing text */
.flashing {
	transition:0.2s all;
}
.flashing.yellowText {
	color:#FFFF00;
	transition:0.2s all;
}
.italicText {
	font-style:italic;
}

/* STORAGE UNITS PAGES */
h4.unitsH4 {
	text-align:center;
	margin:50px 0 0 0;
}

/* SPECIAL OFFER SECTION */
.SpecialOfferDetails {
	font-size:22px;
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	text-align:center;
	background:rgba(0,45,167, 0.85);
	margin:20px 0;
	padding:15px;
	border-radius:65px;
}
.SpecialOfferDetails.Red {
	background:rgba(215,2,0, 0.85);
}
.SpecialOfferDetails .small {
	display:block;
	font-size:12px;
	margin:15px 0 0 0;
}

table.storageUnits {
	font-size:1.2em;
	margin:20px 0 40px 0;
	background:rgba(255,255,255, 0.8);
}
table.storageUnits tr:hover {
	background:#eee;
}
table.storageUnits tr.divider:hover {
	background:none;
}
table.storageUnits td.rowHdr {
	color:#FFF;
	text-shadow:1px 1px 1px #000;
	background:rgba(0,45,167, 0.85);
}
table.storageUnits td {
	border:none;
	border-bottom:solid 1px #eee;
	padding-left:20px;
}
.small {
	font-size:0.8em;
}
.imgBorder {
	border:solid 10px #FFF;
}
.imgShadow {
	-webkit-box-shadow: 0px 0px 8px 6px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 8px 6px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 8px 6px rgba(0,0,0,0.24);
}

h4.haveAQuestion {
	color:#FFF;
	text-align:center;
	text-shadow:2px 2px 4px #000;
	background:rgba(0,45,167, 0.85);
	padding:10px;
	margin:80px 0 0 0;
}
.wpcf7 {
	border:solid 3px #002da7;
	background:rgba(233,246,255, 0.8);
	padding:30px;
	margin:0 0 50px 0;
}
.wpcf7 label {
	font-size:1.2em;
}
.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="tel"], 
.wpcf7 textarea {
	font-size:15px;
	border:solid 1px #eee;
	padding:5px;
} 
.wpcf7 textarea {
	height:80px;
}
button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	background-color:#002da7;
}
.wpcf7 input[type="submit"] {
	display:block;
	font-family: 'Marcellus', serif;
	font-size:22px;
	text-shadow:2px 2px 4px #000;
	border-radius:12px;
	padding:10px 45px;
	margin:0 auto;
	transition:0.2s all;
}
.wpcf7 input[type="submit"]:hover {
	background:#fe0000;
	text-decoration:none;
}


/* ABOUT US PAGE */
.GoogleMapIframe {
	display:block;
	max-width:100%;
	max-height:400px;
	border:solid 10px #FFF;
	-webkit-box-shadow: 0px 0px 8px 6px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 0px 8px 6px rgba(0,0,0,0.24);
	box-shadow: 0px 0px 8px 6px rgba(0,0,0,0.24);
	margin:20px auto 40px auto;
}


/* PAYMENTS PAGE */
#paymentsIFrame {
	width:100%;
	max-width:100% !important;
}


/* FOOTER */
#Footer {
	min-height:285px;
	font-family: 'Marcellus', serif;
	color:#FFF;
	border-top:solid 5px #5c5c5c;
	background:rgba(92,92,92, 0.95);
}
#Footer .col {
	float:left;
	width:380px;
	max-width:50%;
	padding-bottom:30px;
	margin-left:14%;
}

#Footer h4 {
	font-family: 'Marcellus', serif;
	font-size:24px;
	font-weight:100;
	color:#FFF;
	line-height:1em;
	text-shadow:2px 2px 4px #000;
	padding:0;
	margin:25px 0 20px 0;
}
#Footer h4 a {
	color:#FFF;
	text-decoration:none;
}
#Footer a {
	color:#FFF;
	text-decoration:none;
}
#Footer a:hover {
	text-decoration:underline;
}

#ftrCredits {
	min-height:40px;
	font-size:13px;
	color:#FFF;
	background:#4f4f4f;
}
#ftrCredits .pad {
	padding:20px 0 35px 0;
}
#ftrCredits .left {
	float:left;
	width:50%;
}
#ftrCredits .right {
	float:right;
	width:50%;
	text-align:right;
}
#ftrCredits a {
	color:#FFF;
	text-decoration:none;
	transition:0.2s all;
}
#ftrCredits a:hover {
	opacity:0.85;
	transition:0.2s all;
}

.Clear {
	clear:both;
}
.grecaptcha-badge {
	display:none !important;
}

/* 	WENATCHEE STORAGE UNITS

	font-family: 'Sumana', serif;
	font-family: 'Marcellus', serif;

	color:#151515; //gray
	color:#002da7; //blue
*/
