/**
 * CSS for mobile dimensions (up to 767px).
 *
 * @package WordPress
 * @subpackage The American Chestnut Foundation
 */

.homepage-caption a,
.button {
	min-width: 0;
}




#header {
	position: static;
}


/*= UTILITY REGION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.utility a.fa {
	padding-left: 6px;
	padding-right: 6px;
}
#utility .chapter-block,
#utility-drop .sub-menu,
#mobile-menu {
	left: 0;
	right: 0;
	width: 100%;
	z-index: 2000;
}
#mobile-menu {
	z-index: 3000;
}



/*= NAVIGATION REGION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#header-spacer {
	display: none;
}

#utility .section-menus {
	position: static;
}

#mobile-secondary-nav {
	display: block;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}
#mobile-secondary-nav .ellipsis  {
	display: inline-block;
	margin-left: 10px;
}
#mobile-secondary-nav .fa {
	font-size: 13px;
	margin: 0 1px 4px;
	vertical-align: middle;
}
#secondary-nav-wrapper {
	position: relative;
}
#secondary-nav {
	display: none;
	padding-top: 0;
	position: absolute;
	text-align: center;
	z-index: 1000;
}
#secondary-nav li {
	display: block;
	padding: 10px 0;
}
#secondary-nav li a {
	text-align: center;
}


/*= CONTENT REGION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#content-title {
	font-size: 30px;
	height: auto;
	line-height: 100px;
	min-height: 100px;
	text-align: center;
}
#content-title .section-title {
	display: inline-block;
	line-height: 39px;
	vertical-align: middle;
}

.wp-caption {
	width: auto !important;
	margin-left: 0;
	margin-right: 0;
}
.entry-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}


/*= Homepage
==============================================================================*/
.homepage-image {
	height: auto !important;
}
.homepage-caption-wrapper .container {
	padding: 15px;
}
.homepage-caption-wrapper.full {
	position: static;
	transform: none;
}
.homepage-caption-wrapper.full .homepage-caption {
	padding: 0 15px;
}
.homepage-caption-wrapper.full h2 {
	font-size: 24px;
	line-height: 33px;
}
.homepage-caption-wrapper.boxed .homepage-caption {
	position: static;
	padding: 20px;
}

.homepage-caption h2 {
	font-size: 30px;
	line-height: 39px;
}

.homepage-caption a {
	width: 100%;
}
.full .homepage-caption a {
	margin: 40px auto 0;
}



/*=
==============================================================================*/
#events-filter-label {
	padding: 30px 0;
}
ul#events-filter-values {
	margin-bottom: 15px;
	width: 100%;
}
#events-filter-values ul {
	width: 100%;
	z-index: 100;
}
#tribe-bar-form {
	background: transparent;
}
.tribe-bar-disabled #tribe-events-bar {
	margin-bottom: 0;
}
.tribe-bar-disabled #tribe-bar-form #tribe-bar-views {
	width: 100%;
}
.tribe-events-sub-nav li a {
	color: #fff;
}



/*= POSTFIX REGION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#cta a,
.integritive-postfix-content a {
	min-width: 0;
	display: block;
}


.identify .integritive-postfix-content {
	padding: 20px;
	margin: 0;
}
.identify .integritive-postfix-content p {
	line-height: 19px;
}
.identify .integritive-postfix-content a {
	display: block;
	float: none;
	margin: 20px auto 10px;
	min-width: 0;
	position: static;
	transform: none;
}

.community .integritive-postfix-content {
	text-align: center;
}
.community .integritive-postfix-content .widget-title {
	font-size: 24px;
	line-height: 33px;
}


#integritive-postfix-social > div {
	padding: 20px;
	text-align: center;
}
#integritive-postfix-social .fa,
#integritive-postfix-social .image {
	display: inline-block;
	margin: 0 10px;
}
#integritive-postfix-social .message,
#integritive-postfix-social .events.message {
	clear: both;
	line-height: normal;
	margin: 0;
	min-height: 0;
	padding-top: 20px;
	text-align: left;
}
#integritive-postfix-social .fa-stack-1x {
	left: 28px;
}
#integritive-postfix-social .events strong {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}



/*= FOOTER REGION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#footer-nav li {
	font-weight: 400;
	margin: 10px 0;
	width: 100%;
}

/*= SOCKET REGION
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
#socket {
	font-size: 16px;
	line-height: 22px;
}
#socket-contact {
	display: none;
}
#mobile-socket-contact {
	display: block
}
#socket-copyright {
	font-size: 12px;
	line-height: 17px;
	opacity: 1;
}

