/*

Theme Name: Anthony B. Robinson WordPress Theme
Theme URI: http://www.illuminage.com/
Author: John Tonge
Author URI: http://www.illuminage.com/
Description: HTML5 starter theme.

*/

/* original logo purple   #592381*/


/******************
	STYLE RESET
*******************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea { /* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/
	border: 0;
	margin: 0;
	padding: 0;

	font-size: 100%;
	vertical-align: baseline;

	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section { display: block; }

body {
	line-height: 1;
	background: #737373;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table  { border-collapse: collapse; border-spacing: 0; }
td, td img { vertical-align: top; }

input[type=text], input[type=email], input[type=password], input[type=submit] {
	border-radius: 0;

	appearance: none;
	-webkit-appearance: none;
}
input[type=submit] { cursor: pointer; }



/******************
	BASE STYLES
*******************/
html, body, form, img { border: 0; margin: 0; padding: 0; }
html { font-size: 100% }

body { /*font-family: 'Roboto', sans-serif; */
	font: 1em/1 'Roboto', sans-serif;
	color: #2e2e2e;
}

.inner {
	clear: both;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
}

select, input, textarea, button { font: 99% sans-serif; }

pre, code, kbd, samp { font-family: monospace, sans-serif; }

/* Text selection highlight styles */
::selection { background: #fc0; color: rgba(0, 0, 0, .9); text-shadow: 0 1px 0 rgba(255, 255, 255, .25); }

img { margin: 0; }
a { border: none; text-decoration: none; }
a:hover, a:active { outline: none; }
a:hover, a:focus { text-decoration: underline; }
ol { list-style-type: decimal; }
small { font-size: 85%; }
strong, th { font-weight: bold; }


/************************************************

	H   H  EEEEE   AAA   DDDD
	H___H  E__    A   A  D   D
	H   H  E      AAAAA  D   D
	H   H  EEEEE  A   A  DDDD

*************************************************/
#header {
	height: 154px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	background: #592381;
}


/* Logo */
#logo {
	height: 144px;
	left: 0;
	position: absolute;
	top: 5px;
	width: 431px;

	background: transparent url('images/logo.png') 0 0 no-repeat;
}
#print-logo { display: none; }
#logo a {
	display: block;
	height: 100%;
	width: 100%;
}
#logo a img { display: none; }


/* Utility Nav Menu */
.utility_nav {
	position: absolute;
	top: 54px;
	right: 0;
	font-size: 0;
}
.utility_nav ul {
	list-style-type: none;
}
.utility_nav ul li {
	display: inline-block;
	margin: 0 0 0 5px;
	vertical-align: top;
	background: rgba(0, 0, 0, .5);
	padding: 2px 15px;
}
.utility_nav ul li a {
	display: block;
	padding: 5px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
	transition: background .25s ease-out, color .25s ease-out;
	-ms-transition: background .25s ease-out, color .25s ease-out;
}

.utility_nav ul li:hover {
	background: rgba(0, 0, 0, .8); 
} 

.utility_nav ul li a:hover {
	text-decoration: none;
} 

/* Search Form */
#search {
	clear: right;
	margin: 10px 10px 10px 0;
	float: right;
}
#search label { display: none; }
#search input {
	display: inline-block;
	vertical-align: top;
}
#search input[type=text],
#search input[type=email] {
	border: 1px solid rgba(0, 0, 0, .5);
	display: none;
	height: 25px;
	padding: 0 5px;
	width: 150px;

	background-color: #fff;
	font-size: 12px;
	line-height: 1;
}
#search input[type=text]:focus,
#search input[type=email]:focus { outline: 0 none; }
#search input[type=submit] {
	border: 0 none;
	height: 25px;
	margin: 0 0 0 4px;
	padding: 0;
	width: 25px;

	background: transparent url(images/search-btn.png) center no-repeat;
	cursor: pointer;
	font-size: 0;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}


/* Header area tools (e.g. phone, social, etc) */
#header .tools {
	clear: right;
	float: right;
}


/************************************************

	N   N   AAA   V   V
	NN  N  A   A  V   V
	N N N  AAAAA   V V 
	N  NN  A   A    V

*************************************************/


#nav {
	top: 103px;
	right: 0;
	position: absolute;

	font-size: 0;
}
#nav ul {
	position: relative;
}
#nav ul li {
	display: inline-block;
	height: 100%;
	position: relative;
	vertical-align: top;
	padding: 0 1.2em;
	font-size: 20px;

	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

#nav ul li:last-child { padding: 0 0 0 1.2em; }

#nav ul li:first-child {}
#nav ul li a {
	display: block;
	height: 100%;
	padding-bottom: 3px;
	color: #ffffff;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;

	transition: background .25s ease-out, color .25s ease-out;
	-ms-transition: background .25s ease-out, color .25s ease-out;
}
#nav ul li:hover a,
#nav ul li.active a,
#nav ul li a:focus,
#nav ul li.current-menu-item a,
#nav ul li.current-menu-ancestor a,
#nav ul li.current_page_parent a,
#nav ul li ul.sub-menu {
	border-bottom: solid 3px #ffffff; 
}

/* 2nd level nav */
#nav ul li ul.sub-menu {
	left: -9999px;
	position: absolute;
	width: 200px;

	opacity: 0;

	transition: opacity .25s ease-out;
	-ms-transition: opacity .25s ease-out;
}
#nav ul li:hover ul.sub-menu,
#nav ul li.active ul.sub-menu,
#nav ul li a:focus + ul.sub-menu { left: 0; opacity: 1; }
#nav ul li:last-child:hover ul.sub-menu,
#nav ul li.active:last-child ul.sub-menu,
#nav ul li a:last-child:focus + ul.sub-menu { left: auto; right: 0; }
#nav ul li ul.sub-menu li {
	display: block;
	height: auto;

	text-align: left;
}
#nav ul li ul.sub-menu li a {
	height: auto;
	padding: 7px 12px;

	font-size: .9em;
	line-height: 1.3;
}
#nav ul li ul.sub-menu li:hover > a,
#nav ul li ul.sub-menu li a:hover,
#nav ul li ul.sub-menu li a:focus,
#nav ul li ul.sub-menu li.current-menu-item a { background-color: #cfc; }

/* 3rd level nav */
#nav ul li ul.sub-menu li ul.sub-menu {
	left: -9999px;
	top: 0;
}
#nav ul li ul.sub-menu li:hover ul.sub-menu { left: 100%; opacity: 1; }

#nav_contain .tools,
#menu_btn { display: none; } /* used to hide/show smartphone nav menu */


/* Hero Slideshow */
#hero {}


/******************
	CONTENT AREA
*******************/
#content { 
	
	background: #ffffff;
}
.home #content {}

#content .inner {

}

#content p {
	padding: 0 0 1em 0;

	line-height: 1.5em;
}
#content ul {
	margin-left: 1em;
	padding: 0 0 1em 1.5em;

	line-height: 1.5em;
	list-style-type: disc;
}
#content ol {
	margin-left: 1em;
	padding: 0 0 1em 1.5em;

	line-height: 1.5em;
}
#content li {
	padding: 4px 0;
}

#content a { text-decoration: underline; color: #4682B4;}
#content a:hover { text-decoration: none; }

/* doc link icons */
#content a[href$=".doc"]:after,
#content a[href$=".docx"]:after,
#content a[href$=".pdf"]:after,
#content a[href$=".ppt"]:after,
#content a[href$=".xls"]:after,
#content a[href$=".xlsx"]:after {
	display: inline-block;
	height: 12px;
	margin: 0 0 0 .5em;
	vertical-align: middle;
	width: 12px;

	background-position: 0 0;
	background-repeat: no-repeat;
	content: '';
}
#content a[href$=".doc"]:after,
#content a[href$=".docx"]:after { background-image: url(images/icon-doc.png); }
#content a[href$=".pdf"]:after { background-image: url(images/icon-pdf.gif); }
#content a[href$=".ppt"]:after,
#content a[href$=".pptx"]:after { background-image: url(images/icon-ppt.png); }
#content a[href$=".xls"]:after,
#content a[href$=".xlsx"]:after { background-image: url(images/icon-xls.png); }

/* When the document is linked to an image, don't add the icon. */
#content a.no_icon:after { content: none; }

#content .ill_responsive_video {
	margin: 0 0 1em;
	padding: 0 0 56.25% 0; /* creates 16:9 size video area */
	position: relative;
}
#content .ill_responsive_video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#content .ill_responsive_video br { display: none; }


/************************************************

	M   M   AAA   IIIII  N   N
	MM MM  A   A    I    NN  N
	M M M  AAAAA    I    N N N
	M   M  A   A  IIIII  N  NN

*************************************************/
#content #main {
	float: left;
	min-height: 300px;
	width: 65%;
	padding: 45px 25px;
	font-size: 1em;
}
#content #main.full_width { float: none; width: auto; }
#content #main img {
	border: 1px solid #aaa;
	height: auto;
	max-width: 100%;
	float: right;
	margin: 0 0 10px 10px; 
}
#content #main img.noborder,
#content #main img[src$=".png"] { border: 0 none; }
#content #main img.size-medium.alignright,
#content #main img.size-medium.alignleft { height: auto; max-width: 50%; }

#content #main h1 {
	margin: 0 0 20px 0;
	color: #636363;
	font-family: 'Roboto Slab', serif;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1;
}
#content #main h2 {
	margin: 0 0 15px 0;
	color: #3D1B57;
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
}
#content #main h3 {
	margin: 0 0 10px 0;
	color: #3D1B57;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1;
}
#content #main p, #content #main li, #content #main td { font-size: 1em; }
#content #main a { text-decoration: underline; }
#content #main a:hover { text-decoration: none; }
#content #main a img { text-decoration: none; }

#content #main form { margin: 0 0 1em 0; }
#content #main input[type=text],
#content #main input[type=email],
#content #main input[type=password],
#content #main textarea,
#content #main select,
#content #main input[type=submit] {
	border: 1px solid #888;
	border: 1px solid rgba(0, 0, 0, .5);
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
#content #main input[type=text],
#content #main input[type=email],
#content #main input[type=password],
#content #main textarea { padding: .5em; }
#content #main textarea { height: 5em; }
#content #main select { margin: 0; padding: .4em; vertical-align: top; width: auto; }
#content #main input[type=submit] { padding: .5em 1em; width: auto; cursor: pointer; }
#content #main ul ul li {
	font-size: 100%;
	list-style-type: circle;
}
#content #main caption {
	font-size: .85em;
	font-style: italic;
	text-align: center;
}


/************************************************

	  SSS  IIIII  DDDD   EEEEE
	SS       I    D   D  E__
	  SSS    I    D   D  E
	SS     IIIII  DDDD   EEEEE

*************************************************/
#content #side {
	float: right;
	min-height: 300px;
	width: 32%;
	padding: 45px 0 45px 0;
}
#content #side p, #content #side li, #content #side td { font-size: 1.2em; }

#content #side .widget { margin-bottom: 50px; }

#content #side .widget h2 {
	font-size: 1.5em;
	text-transform: uppercase;
	background: #bfbfbf;
	color: #404040;
	padding: 10px 20px;
	margin: 8px 0 12px 0;
}

#content #side ul { margin-left: 0; }

/* Section Guide */
#section_guide {}
#section_guide h2 {}
#section_guide ul {
	margin: 0;
	padding: 0;
}
#section_guide ul li,
#section_guide ul li.current-menu-ancestor > a { display: none; }
#section_guide ul li.current-menu-ancestor,
#section_guide ul li ul.sub-menu li { display: block; }
#section_guide ul li ul.sub-menu li {
	display: block;
	margin: 0;
	padding: 0;
}
#section_guide ul li a {}
#section_guide ul li ul.sub-menu li.current-menu-item a { text-decoration: underline; }


/* Blog */
#content.blog #main h2 { margin: 0; padding: 5px 0; font-size: 1.5em; }
#content.blog #main .post {
	clear: both;
	margin: 0 0 1.5em 0;
}
#content.blog #main .post .thmb {
	float: left;
	height: 100px;
	margin: .5em 1em 1em 0;
	width: 100px;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#content .post-item .thmb a {
	display: block;
	height: 100%;
	width: 100%;
}
#content.blog #main .post-date {
	margin: 0 0 1.5em 0;

	opacity: .5;
}

#content.blog #main article.post {
	font-size: 1.2em;
	line-height: 1.5em;
}

#content.blog #side ul {
	margin: 0;
	padding-left: 0;

	list-style-type: none;
}
#content.blog #side ul li { color: #888; padding: 8px 0; }

/* blog social media */


/* Social Media Sharing */
.blog-social {
	height: 30px !important;
	padding: 0 !important;
	width: auto;
	margin: 8px 0;
	color: #373737;
	font-size: 0;
	text-transform: uppercase;
}
.blog-social div {
	display: inline-block;
	padding: 0 5px 0 0;
	vertical-align: middle;

	font-size: 13px;
}

.blog-social span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	margin-right: 5px;
	text-transform: uppercase;
	color: #636363;
}

.blog-social a {
	display: inline-block;
	height: 25px;
	margin: 0 0 0 4px;
	vertical-align: middle;
	width: 25px;

	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;

	border-radius: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}
.blog-social a:first-child { margin: 0; }
.blog-social a.facebook { background-image: url(images/social-facebook.png); }
.blog-social a.twitter { background-image: url(images/social-twitter.png); }
.blog-social a.email { background-image: url(images/social-email.png); }


/* IlluminAge Calendar Colors */
.ill_calendar .ill_calendar_event .ill_calendar_date_box .ill_calendar_month, .ill_calendar #ill_calendar_grid th {} /* header bar */
.ill_calendar .ill_calendar_btn, .ill_calendar .ill_calendar_tools ul.ill_calendar_category > li, .ill_calendar .ill_calendar_tools ul.ill_calendar_category li ul, .ill_calendar .ill_calendar_tools ul.ill_calendar_category li ul li a, .ill_calendar .ill_calendar_tools .ill_calendar_date_nav form select {} /* buttons */
.ill_calendar .ill_calendar_btn, .ill_calendar .ill_calendar_tools ul.ill_calendar_category > li, .ill_calendar .ill_calendar_tools ul.ill_calendar_category li ul, .ill_calendar .ill_calendar_tools .ill_calendar_date_nav form select {} /* buttons */
.ill_calendar #ill_calendar_grid .ill_calendar_week_row .ill_calendar_week_cols td.ill_calendar_grid_date {} /* calendar grid date */
.ill_calendar #ill_calendar_grid .ill_calendar_week_row .ill_calendar_week_cols td a {} /* calendar grid event */


/* Gravity Forms */
#content #main .gform_wrapper .ginput_complex label { margin: 0 0 10px 0 !important; }
#content #main .gform_wrapper input[type=text],
#content #main .gform_wrapper input[type=password],
#content #main .gform_wrapper textarea,
#content #main .gform_wrapper select { width: 97%; }
#content #main .gform_wrapper textarea { height: 10em; }
#content #main .gform_wrapper ul.gform_fields { padding-left: 0; }


/************************************************

	FFFFF   OOO    OOO   TTTTT
	F      O   O  O   O    T
	FFF    O   O  O   O    T
	F       OOO    OOO     T

*************************************************/
#footer {
	clear: both;
	padding: 10px 0;
	position: relative;
	color: #ffffff;
	background: #3D1B57;
}
#footer a { 
	color: #ffffff;
	text-decoration: none; 
}


/* Social Media Sharing */
#share {
	margin: 23px auto 14px auto;
	overflow: hidden;
	padding: 0;
	width: 5.5em;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;

	transition: width .35s ease-out;
	-ms-transition: width .35s ease-out;
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
#share.active { width: 14em; }
#share div {
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	
	cursor: pointer;
}
#share div:after {
	display: inline-block;
	margin: -.1em 0 0 .25em;
	vertical-align: middle;

	color: #ffffff;
	content: "\f237";
	font: 1.75em 'dashicons';
}
#share a {
	display: inline-block;
	margin: -.25em 0 0 4px;
	vertical-align: middle;	
	color: #ffffff;
	cursor: pointer;
	opacity: .5;
	text-decoration: none;

	transition: .25s opacity ease-out;
	-ms-transition: .25s opacity ease-out;
}
#share a span { display: none; }
#share a:first-child { margin: 0; }
#share a:hover { opacity: 1; }
#share a:after {
	display: inline-block;
	font: 1.5em 'dashicons';
	line-height: 1.3;
}
#share a.facebook:after { content: "\f305"; }
#share a.twitter:after { content: "\f301"; }
#share a.email:after { content: "\f466"; }


/* Accessability Tech Tools */
#access_tools { position: absolute; top: -10px; right: 0; }
#access_tools a {
	border: 1px solid rgba(0, 0, 0, .25);
	display: inline-block;
	height: 1.75em;
	padding: .3em 0 0 0;
	vertical-align: top;
	width: 1.75em;

	color: #ffffff;
	font-size: 1.75em;
	text-align: center;
	text-decoration: none;
}
#access_tools a#textsize {}
#access_tools a#textsize span {
	display: inline-block;

	font-size: .6em;
	text-transform: uppercase;
}
#access_tools a#highcontrast {
	background: #ffffff url(images/icon-high-contrast.png) center no-repeat;
	background-size: 1em;
}

.copyright {
	position: absolute;
	top: 3px;
	left: 0;
}



/******************
	UTILITY STYLES
*******************/

/* Alignment */
.alignleft { clear: left; display: inline; float: left; margin-right: 15px; }
.alignright { clear: right; display: inline; float: right; margin-left: 15px; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.alignleft-nomargin { clear: left; display: inline; float: left; }
.alignright-nomargin { clear: right; display: inline; float: right; }

.hidden { display: none; visibility: hidden; }
.invisible { visibility: hidden; } /* Hide visually and from screenreaders, but maintain layout */

.full-width-item { width: 100%; } /* for use with outer wrappers */

/* Clearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}


/******************
	HIGH CONTRAST
*******************/
.high_contrast * {
	background-color: #fff !important;
	color: #222 !important;
}
.high_contrast #logo a,
.thmb a { background-color: transparent !important; }



/******************
	DESKTOP
*******************/
@media only screen and (max-width: 1500px) {
	body {}

	#header { padding: 0 1em; }

	#nav ul li {  }
	#nav ul li a {}

	#content { padding-right: 1em; padding-left: 1em; }

	#content #main {}

	#content #side {}

	#footer {}
	#footer .top,
	#footer .bottom { padding-right: 1em; padding-left: 1em; }
}

/******************
	DESKTOP
*******************/
@media only screen and (max-width: 1250px) {
	#nav ul li { font-size: 15px; }
}


/******************
	LARGE TABLET
*******************/
@media only screen and (max-width: 1024px) {
	/*#search { display: none; }*/
	body { font-size: .8em; }

	#logo {
		background-size: contain;
		width: 380px;
		height: 111px;
		top: 18px;
	}

	.inner {
		width: auto;
	}

	#nav ul li { font-size: 15px; }
	#nav ul li a {}

	#search input#search_box  { display: inline-block; }

	#textsize { display: none; }
}

/******************
	MEDIUM TABLET
*******************/
@media only screen and (max-width: 935px) {
	#logo {
		width: 350px;
		height: 81px;
		top: 10px;
		position: static;
		margin: 0 auto;
	}
	#nav {
		position: static;
		text-align: center;
		padding-top: 45px;
	}

	#search {
		position: absolute;
		top: 10px;
		right: 10px;
	}


}

/******************
	SMALL TABLET
*******************/
@media only screen and (max-width: 768px) {
	body {}

	#header {
		height: auto;
	}
	#logo {
		float: left;
		height: 7em;
		left: auto;
		margin: 0 0 1em;
		position: relative;
		top: auto;
		width: 25em;
	}
	#header .tools {
		margin: 0 0 1em;
		position: relative;
		right: auto;
		top: auto;

		text-align: center;
	}
	#search {
		text-align: center;
	}
	#nav_contain { clear: both; margin: 0 -1em; }
	#nav {
		left: auto;
		position: relative;
		top: auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#nav ul li { font-size: 13px; }
	#nav ul li a {}



	#footer { font-size: .8em; }
}


/************************************************

	PPPP   H   H   OOO   N   N  EEEEE
	P___P  H___H  O   O  NN  N  E__
	P      H   H  O   O  N N N  E
	P      H   H   OOO   N  NN  EEEEE

*************************************************/
@media only screen and (max-width: 600px) {
	#search, #textsize, #social, .utility_nav,
	.no_mobile, #access_tools,
	#wpadminbar {
		display: none !important;
	}

	.outer, .inner,
	#content #main, #content #side {
		border: 0 none;
		bottom: auto;
		float: none;
		height: auto;
		left: auto;
		margin: 0;
		min-height: 0;
		min-width: 0;
		position: static;
		right: auto;
		top: auto;
		width: auto;
	}

	html { overflow: auto; }

	body {
		padding: 60px 0 0 0;
		position: relative;

		background: #fff;
	}

	#header {
		height: 60px;
		left: 0;
		padding: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;

		background-color: #592381;

		box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	}

	#logo {
		height: 55px;
		left: auto;
		margin: 0 0 0 10px;
		position: relative;
		top: 2px;
		width: 240px;

		background-position: left center;
		background-size: contain; /* OR use width and height numbers like: auto 80px */
	}

	#header .tools { display: none; }


	/* Smartphone Nav Menu */
	#menu_btn {
		display: block;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;

		background-color: rgba(0, 0, 0, .45);
		font-size: 0;
		text-align: center;
	}
	#menu_btn:before {
		display: block;
		padding-top: .25em;

		color: #fff;
		content: "\f333";
		font: 40px 'Dashicons';
	}
	#close_btn {
		display: block;
		position: absolute;
		right: 5px;
		top: 9px;
		z-index: 140;
		color: #ffffff;
	}
	#close_btn:before {
		display: block;

		content: "\f335";
		font: 40px 'Dashicons';
	}

	#nav_contain {
		height: 100%;
		left: -100%;
		margin: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;

		background-color: transparent;

		transition: .25s background ease-out;
		-ms-transition: .25s background ease-out;
	}
	#nav_contain.slid { left: 0; background-color: rgba(0, 0, 0, .4); }
	#nav {
		border: 0 none;
		bottom: auto;
		height: 100%;
		left: -100%;
		position: absolute;
		top: 0;
		width: 90%;

		background-color: #592381;

		transition: .25s left ease-out;
		-ms-transition: .25s left ease-out;
	}
	#nav:before {
		display: block;
		height: 60px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 100;

		background-color: #ccc;
		content: '';
	}
	#nav * { -webkit-tap-highlight-color: rgba(0,0,0,0); }
	#nav_contain.slid #nav { left: 0; }
	#nav > div { height: 100%; }
	#nav .inner {
		overflow-y: auto;
		overflow-x: hidden;

		-webkit-overflow-scrolling: touch;
	}
	#nav ul {
		height: 100%;
		overflow: auto;
		padding: 60px 0 0 0;

		text-align: left;

		-webkit-overflow-scrolling: touch;
	}
	#nav ul li {
		display: block;
		height: auto;

		font-size: 17px;
	}
	#nav ul li a {
		padding: 1em;
	}

	#nav ul li:hover a, #nav ul li.active a, #nav ul li a:focus, #nav ul li.current-menu-item a, #nav ul li.current-menu-ancestor a, #nav ul li.current_page_parent a, #nav ul li ul.sub-menu { border-bottom: none; background: #3C1858; }

	/* 2nd level */
	#nav ul.menu li:hover ul.sub-menu { display: none; }
	#nav ul li ul.sub-menu {
		display: none;
		left: auto;
		padding: 0;
		position: relative;
		width: auto;

		opacity: 1;
	}
	#nav ul.menu li.over ul.sub-menu,
	#nav ul.menu li.current-menu-ancestor ul.sub-menu { display: block; }
	#nav ul li ul.sub-menu li {}
	#nav ul li ul.sub-menu li a {
		padding: .75em 2em;

		line-height: 1.25;
	}

	/* Mobile nav tools area */
	#header #nav_contain .tools {
		display: block;
		height: 60px;
		left: -100%;
		position: absolute;
		top: 0;
		width: 90%;
		z-index: 120;

		background-color: #3C1858;
		font-size: 1.15em;
		text-align: left;

		transition: .25s left ease-out;
		-ms-transition: .25s left ease-out;
	}
	#header #nav_contain.slid .tools { left: 0; }
	#header #nav_contain .tools:before {
		display: inline-block;
		height: 100%;
		vertical-align: middle;

		content: '';
	}
	#header #nav_contain .tools .widget {
		display: inline-block;
		margin: 0 0 0 1em;
		vertical-align: middle;
	}

	/* END Smartphone Nav Menu */

	#content { padding: 2em 1em 0; }
	#content #main { padding: 0 0 1em; }

	#content.blog #main article.post {
		font-size: 1.4em;
		line-height: 1.6em;
	}

	#content #side { padding: 0 0 1em; }

	#footer { text-align: center; }
	#footer .top { padding: 0 0 1em; }
	.copyright { position: static; text-align: center; padding-top: 10px; }
	#share { margin: 0 auto; padding: 10px 0; }

	#content #main img.alignleft, #content #main img.alignright {
		display: block;
		float: none;
		height: auto;
		margin: 1em auto;
		max-width: 90%;
	}
}
.only_mobile { display: none; }


/************************************************

	PPPP   RRRR   IIIII  N   N  TTTTT
	P___P  R   R    I    NN  N    T
	P      RRRR     I    N N N    T
	P      R   R  IIIII  N  NN    T

*************************************************/
@media only print {
	.utility_nav, #search, #logo, #nav, #side,
	#hero, .blog-social, .categories,
	#social, #share, #access_tools { display: none; }
	#sbe-follow { display: none!important; } 
	#header, .inner,
	#content #main, #content #side {
		clear: both;
		float: none;
		height: auto;
		margin: 0;
		max-width: none;
		min-height: 0;
		width: auto;

		background: transparent;
	}

	body { background: transparent; }

	#print-logo {
		float: left;
		left: auto;
		margin: 0 0 .5in;
		position: relative;
		top: auto;
		display: block;
		/*background: transparent;*/
		zoom: .5;
	}
	#logo a img { display: block; }

	#content { clear: both; }
	#content #main h1,
	#content.blog #main h1,
	#content #main h2,
	#content.blog #main h2,
	#content #main h3,
	#content.blog #main h3 { color: #000; }

	#footer, #footer a { color: #000; font-size: .75em; text-align: center; }
}