/***
Theme Name: ASROC
Author: the LVWS team
Author URI: https://lasvegaswebsitesolutions.com/
Description: Custom
Version: 19.08
Text Domain: asroc
 ***/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 *   6.15 - ASROC styles
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 
 */


/**
 * 1.0 - Reset
 * -----------------------------------------------------------------------------
 
 */

body{
	font-family: 'Cuprum', sans-serif!important;
	font-size: 14px;
	color: #2b290c;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

h1, h2 {
	font-family: 'Sancreek', cursive;
	font-weight: normal;
	clear: both;
}

h1 {
	font-size: 25px;
}

a {
	text-decoration: none;
	color: #2b290c;
	font-weight: normal;
}

a:hover {
	color: #2f230f;
}

a:active {
	color: #2b290f;
}

a:visited {
	color: #2b290f;
}

div {
	vertical-align: top;
}

 /**
 * 2.0 - Repeatable Patterns
 * -----------------------------------------------------------------------------
 
 */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.hide {
	display: none;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_astoc_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

 /**
 * 3.0 - Basic Structure
 * -----------------------------------------------------------------------------
 
 */
.site {
	background-color: #fff;
	max-width: 100%;
	position: relative;
	min-height: 800px;
	height: 800px;
	text-align: left;
	background-position: left 150px;
	background-repeat: repeat-x;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #CBAD53 0%, #FFFFFF 30%, #FFFFFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #CBAD53 0%, #FFFFFF 30%, #FFFFFF 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #CBAD53 0%, #FFFFFF 30%, #FFFFFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CBAD53), color-stop(0.3, #FFFFFF), color-stop(1, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #CBAD53 0%, #FFFFFF 30%, #FFFFFF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #CBAD53 0%, #FFFFFF 30%, #FFFFFF 100%);
}

.site-full {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #CBAD53 0%, #FFFFFF 30%, #FFFFFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #CBAD53 0%, #FFFFFF 30%, #FFFFFF 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #CBAD53 0%, #FFFFFF 30%, #FFFFFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CBAD53), color-stop(0.3, #FFFFFF), color-stop(1, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #CBAD53 0%, #FFFFFF 30%, #FFFFFF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #CBAD53 0%, #FFFFFF 30%, #FFFFFF 100%);
}

.site-main {
	width: 79.6%;
	max-width: 79.6%;
}

.site-main a {
	color: #2b290c!important;
}

#secondary {
	width: 20%;
	max-width: 20%;
}

#secondary,
.site-main {
	min-height: 100%;
	margin: 0;
	display: inline-block;	
}

 /**
 * 4.0 - Header
 * -----------------------------------------------------------------------------
 
 */
.site-header {
	width: 100%;
	margin-bottom: 0;
	clear: both;
	max-height: 150px;
	height: 150px;
	vertical-align: bottom;
}

.header-main {
	width: 40%;
	max-width: 40%;
	margin: 0 20px;
	padding-top: 40px;
	padding-bottom: 0;
}

.header-main h2 {
	font-family: 'Cuprum', sans-serif;
}

.header-main h1,
.header-main h2,
.header-main p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.header-main h1 {
	font-size: 45px;
}

.header-main h2 {
	font-family:"Times New Roman",Georgia,Serif;
}

.header-main p {
	font-size: 12px;
}

.site-title-r2 { font-size: 1.5em !important; }


 /**
 * 5.0 - Navigation
 * -----------------------------------------------------------------------------
 
 */
 
.asroc-nav-lg .menu-item {box-shadow:0 1px 2px #000; padding: 0.5em;border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin:0 0.25em 0.25em;}
.asroc-nav-lg .current-menu-item {color:#fff;background-color:#b69124;}
.asroc-nav-lg .current-menu-item a {color:#fff;}
.asroc-nav-sm li{padding-bottom:0.5em;border-bottom:#777 solid 1px;}

.primary-navigation .menu-toggle {
	display: none;
	padding: 0;
}

.primary-navigation {
	clear: both;
}

.primary-navigation a {
	color: #ffffff;
}

.primary-navigation a:hover {
	color: #2b290c;
}

.primary-navigation .nav-menu {
	list-style-type: none;
}

.primary-navigation .nav-menu li {
	display: inline-block;
	padding: 10px 20px;
	min-width: 15%;
	text-align: center;
	margin: 0 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #b69124;
	box-shadow: 3px 3px 3px #000000;
	-moz-box-shadow: 3px 3px 3px #000000;
	-webkit-box-shadow: 3px 3px 3px #000000;
}


 /**
 * 6.0 - Content
 * -----------------------------------------------------------------------------
 
 */
.entry-content a {
	color: #000066;
}

.main-content-wrap {
	margin: 0;
	padding: 0 10px;
	clear: both;
	height: 100%;
}

.main-content-wrap ul {
	margin-top: 0;
	clear: both;
}

.main-content {
	padding: 10px;
}

.content-area img {
	max-width: 100%;
	height: auto;
}

/**
 *   6.3 - Entry Meta
 * -----------------------------------------------------------------------------
 */
.entry-meta {
	clear: both;
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #41a62a;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 900;
	text-transform: uppercase;
}

.cat-links a {
	color: #2b2b2b;
}

.cat-links a:hover {
	color: #41a62a;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	margin-bottom: 8px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #41a62a;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #41a62a;
}

.entry-meta .tag-links a:after {
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.5 - Gallery
 * -----------------------------------------------------------------------------
 */
.asroc_shadow {
	box-shadow: 3px 3px 3px #333;
} 

.gallery:before,
.gallery:after {
	content: "";
	display: table;
}

.gallery:after {
	clear: both;
}

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * 6.6 Post Formats
 * -----------------------------------------------------------------------------
 */
.asroc-category .format-aside{width: 100%;max-width: 100%;box-sizing:border-box;}
.format-gallery {padding-bottom:100px;}

/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	hyphens:         auto;
	word-wrap: break-word;
}

.post-navigation,
.image-navigation {
	margin: 10px auto 14px;
	max-width: 90%;
	padding: 0 10px;
}

.image-navigation .previous-image,
.image-navigation .next-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #767676;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	color: #2b2b2b;
	display: inline-block;
	width: 49%;
	max-width: 49%;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7142857142;
	text-transform: none;
	vertical-align: top;
}

.post-navigation a:hover,
.image-navigation a:hover {
	color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
	border-top: 5px solid #000;
	margin: 48px 0;
}

.paging-navigation .loop-pagination {
	margin-top: -5px;
	text-align: center;
}

.paging-navigation .page-numbers {
	border-top: 5px solid transparent;
	display: inline-block;
	font-size: 14px;
	font-weight: 900;
	margin-right: 1px;
	padding: 7px 16px;
	text-transform: uppercase;
}

.paging-navigation a {
	color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
	border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
	border-top: 5px solid #41a62a;
	color: #2b2b2b;
}

 /**
 * 6.15 ASROC styles
 * -----------------------------------------------------------------------------
 */
.home-tab {
	border: #B69124 solid 2px;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #000;
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-sizing: border-box;
	height: 250px;
	margin-right: 5px !important;
	background: url(/wp-content/uploads/2015/08/home-tab-border.png) center top repeat-x;
	background-size: cover;
	padding-bottom: 30px !important;
}

.home-tab h2 {
	margin-bottom: 0;
}

.home-tab input { max-width: 99%; }


 /**
 * 7.0 - Sidebar
 * -----------------------------------------------------------------------------
 
 */
#secondary .widget {
	clear: both;
	margin: 0;
	padding: 0;
}

#secondary {
	background-color: #2b290c;
	color: #ffffff;
}

#secondary a {
	color: #ffffee!important;
}

#secondary img {
	max-width: 100%;
	height: auto;
}

#secondary .widget_nav_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#secondary .widget_nav_menu li,
.mobile-nav-buttons li {
	border-radius: 10px;
	min-height: 40px;
	vertical-align: middle;
	text-align: left;
	line-height: 40px;
	color: #ffffff;
	margin: 10px 0;
	padding-left: 20px;
	background-color: #CBAD53;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #CBAD53 0%, #766123 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #CBAD53 0%, #766123 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #CBAD53 0%, #766123 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CBAD53), color-stop(1, #766123));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #CBAD53 0%, #766123 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #CBAD53 0%, #766123 100%);
}

#secondary .widget_nav_menu li:hover {
	background: #CBAD53;
}

#secondary .widget_nav_menu li a {
	display: block;
	width: 100%;
	color: #fff!important;
}

.widget-title {
	font-family: 'Cuprum', sans-serif;
	font-size: 18px;
}

#secondary .primary-sidebar-top p {
	margin-top: 0;
	clear: both;
}

#secondary .primary-sidebar .widget {
	margin: 0 15px 20px;
}	

 /**
 * 8.0 - Footer
 * -----------------------------------------------------------------------------
 
 */
.site-footer {
	clear: both;
	background: #CBAD53;
	padding: 5px 10px;
}

 /**
 * 9.0 - Featured Content
 * -----------------------------------------------------------------------------
 
 */
.featured-content img {
	max-width: 99%;
	height: auto;
}

.asroc_border_white {
	border: #ffffff 5px solid;
	box-shadow: 0 0 2px #000000;
}

.asroc_box {
	border: #333333 solid 1px;
	padding: 10px;
	margin: 10px 0;
}

 /**
 * 10.0 - Multisite
 * -----------------------------------------------------------------------------
 
 */

 /**
 * 11.0 - Media Queries
 * -----------------------------------------------------------------------------
 
 */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

.mobile-nav-menu {
	display: none;
}

.mobile-nav-inside {
	display: none;
}


/**
 * MEDIA QUERIES
 */

@media screen and (min-width: 1260px) {

	/**
	 * 6.6 Post Formats
	 * -----------------------------------------------------------------------------
	 */

}

@media screen and (max-width: 1259px) {
	.site {
		width: 100%;
		max-width: 100%;
		min-height: 100px;
		height: auto;
		background: #ffffff;
	}
	
	.site-main {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
		display: block;
		overflow: hidden;
	}
	
	.site-header {
		background: #ffffff !important;
		min-height: 50px !important;
		height: auto;
		padding: 5px;
	}
	
	.header-main {
		width: 90%;
		max-width: 90%;
		min-height: 70px;
		margin: 0 auto;
		padding: 50px 0 0 0;
	}
	
	.header-main h2 {
		font-size: 1.2em;
	}
	
	.header-main p {
		font-size: 11px;
	}
	
	.main-content-wrap {
		margin: 0 auto;
	}
	
	.primary-navigation {
		display: none;
	}
	
	.toggled-on {
		display: inline-block;
		position: relative;
	}
	
	.mobile-nav-menu {
		display: block;
		margin: 0 auto;
		background: #2b290c;
	}
	
	.mobile-nav-inside {
		display: block;
		margin-top: 0;
		margin-right: 0;
		right: 0;
		top: 0;
		float: right;
		position: absolute;
		z-index: 9999;
		max-width: 99%;
	}
	
	.mobile-nav-inside .mobile-nav-inside-menu {
		display: none;
		color: #ffffff;
		font-size: 200%;
		background-color: #2b290c;
		line-height: 2em;
		width: 270px;
		max-width: 270px;
		min-width: 270px;
	}

	.mobile-nav-inside .mobile-nav-inside-menu a {
		color: #ffffff;
	}
	
	.mobile-nav-inside .mobile-nav-inside-menu ul {
		margin: 0;
		padding: 5px 10px;
		list-style: none;
	}

	.mobile-nav-inside .mobile-nav-inside-menu ul li {
		margin: 0;
		padding: 5px;
		border-bottom: #333333 solid 1px;
	}

	.mobile-nav-inside>.menu-toggle>.genericon {
		font-size: 40px;
		width: 40px;
		height: 40px;
	}
	
	.mobile-nav-buttons {
		list-style-type: none;
		-webkit-margin-before: 0px;
		-webkit-margin-after: 0px;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 0px;
		margin: 0 auto;
		padding: 5px;
	}
	
	.mobile-nav-buttons li {
		max-width: 75%;
		display: block; 
		width: 75%;
		margin: 1em auto;
		text-align: center;
		padding: 15px 0;
		font-size: 150%;
		font-weight: bold;
	}
	
	.mobile-nav-buttons li a {
		display: block;
		width: 100%;
		height: 100%;
	}
		
	.main-content-wrap {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #CBAD53 0%, #FFFFFF 2em, #FFFFFF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #CBAD53 0%, #FFFFFF 2em, #FFFFFF 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #CBAD53 0%, #FFFFFF 2em, #FFFFFF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CBAD53), color-stop(2em, #FFFFFF), color-stop(1, #FFFFFF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #CBAD53 0%, #FFFFFF 2em, #FFFFFF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #CBAD53 0%, #FFFFFF 2em, #FFFFFF 100%);
	}
	
	.main-content-wrap .content-area .archive-header h3 {
		clear: both;
		vertical-align: top;
		margin-top: 0;
		padding-top: 1em;
	}
	
	.main-content iframe {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	
	.entry-content { overflow: scroll; }
	
	#secondary {
		display: none;
	}
	
	#mobile-secondary {
		width: 75%;
		margin: 0 auto;
		padding-bottom: 10px;
		color: #ffffff;
	}
	
	#mobile-secondary span,
	#mobile-secondary a span,
	#mobile-secondary a:visited span,
	#mobile-secondary a,
	#mobile-secondary a: visited {
		color: #efefef;
	}
	
	#mobile-secondary .genericon {
		background: #ffffff;
	}

/**
 * 16.5 ASROC styles
 */

	.mobile-hide {
		display: none;
	}

	.home-tab {
		padding-top: 30px !important;
		padding-bottom: 50px !important;
		margin-bottom: 10px;
		background-color: #fff;
		background-size: 100% 100%;
		height: auto;
	}
}


/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 
 */

@media print {
	body {
		background: none !important; /* Brute force since user agents all print differently. 
 */
		color: #2b2b2b;
		font-size: 12pt;
	}

	.site,
	.site-header,
	.hentry,
	.site-content .entry-header,
	.site-content .entry-content,
	.site-content .entry-summary,
	.site-content .entry-meta,
	.page-content,
	.archive-header,
	.page-header,
	.contributor-info,
	.comments-area,
	.attachment .entry-attachment .attachment {
		max-width: 100%;
	}

	#site-header img,
	.search-toggle,
	.site-navigation,
	.site-content nav,
	.edit-link,
	.page-links,
	.widget-area,
	.more-link,
	.post-format-archive-link,
	.comment-respond,
	.comment-list .reply,
	.comment-reply-login,
	#secondary,
	.site-footer,
	.slider-control-paging,
	.slider-direction-nav {
		display: none;
	}

	.site-title a,
	.entry-meta,
	.entry-meta a,
	.featured-content .hentry,
	.featured-content a {
		color: #2b2b2b;
	}

	.entry-content a,
	.entry-summary a,
	.page-content a,
	.comment-content a {
		text-decoration: none;
	}

	.site-header,
	.post-thumbnail,
	a.post-thumbnail:hover,
	.site-content .entry-header,
	.site-footer,
	.featured-content,
	.featured-content .entry-header {
		background: transparent;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.list-view .site-content .hentry {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin-bottom: 48px;
		padding-bottom: 24px;
	}

	.post-thumbnail img {
		margin: 0 10px 24px;
	}

	.site-content .has-post-thumbnail .entry-header {
		padding-top: 0;
	}

	.site-content footer.entry-meta {
		margin: 24px auto;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

	.featured-content .hentry {
		margin-bottom: 48px;
	}

	.featured-content .post-thumbnail,
	.slider .featured-content .post-thumbnail {
		padding-top: 0;
	}

	.featured-content .post-thumbnail img {
		position: relative;
	}

	.featured-content .entry-header {
		padding: 0 10px 24px;
	}

	.featured-content .entry-meta {
		font-size: 9pt;
		margin-bottom: 11px;
	}

	.featured-content .cat-links {
		font-weight: 900;
	}

	.featured-content .entry-title {
		font-size: 25pt;
		line-height: 36px;
	}
}
