/*
Theme Name: Jekyll Island 2016
Theme URI: http://jekyllisland.com
Author: nuSpace Media
Author URI: http://nuspacemedia.com/
Description: Custom responsive WordPress theme.
Version: 1.0
Text Domain: jekyllisland
*/

@import url(fonts/MyFontsWebfontsKit.css);

/*
 * ---- Resets ----
 */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

/* 
 * ---- Elements ----
 */
body {
	font-family: "Ronnia", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #55565a;
}
header.pageheader {
	padding: 0;
	width: 100%;
	position: absolute;
	/*height: 127px; COVID-19 Bar*/
	height: 181px;
}
footer.pagefooter {
	padding: 45px 40px 110px;
	clear: both;
	background: #333;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
a {
	color: #666;
}
hr {
	clear: both;
	margin-bottom: 25px;
	border: 0;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
}

/* Clearing Floats */
.clear:after {
	clear: both;
}
.clear:before,
.clear:after {
	display: table;
	content: "";
}

/*
 * ---- Responsive Images ----
 */
#logo img,
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
#logo img,
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

iframe {
	border: none;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 5px 0;
}
img.alignright {
	margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 20px;
}
img.aligncenter {
	margin: 5px auto;
}
img.alignnone {
	margin: 5px 0;
}
.wp-caption img {
	vertical-align: top;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #666;
	font-size: 14px;
	font-style: italic;
	padding: 0 10px 5px 10px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}
.sponsors-large {
	width: 270px;
	height: 270px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.sponsors-large img {
	margin-bottom: 20px;
}
.sponsors-medium {
	width: 200px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.sponsors-medium img {
	margin-bottom: 20px;
}

/* Video */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main {
	height: 100%;
}

/*
 * ---- Layout ----
 */
#primary {
	max-width: 1200px;
}
#single,
#category-list {
	max-width: 900px;
}
#primary,
#single,
#category-list {
	margin: 0 auto 100px;
}
#content {
	margin-bottom: 100px;
}
.archive-top-content {
	max-width: 900px;
	margin: 0 auto 60px;
}	
#content h1,
.archive-top-content h1 {
	color: #666;
	font-family: "Clavo", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	font-size: 56px;
	margin-bottom: 18px;
}
#content h2,
.archive-top-content h2 {
	color: #666;
	font-family: "Clavo", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	font-size: 28px;
	margin-bottom: 18px;
}
h1.entry-title a {
	text-decoration: none;
	color: #666;
}
.featuredimg h1 {
	color: #fff;
	font-family: "Plinth", Arial, Helvetica, sans-serif;
	font-size: 170px;
	font-weight: normal;
	line-height: .5;
	text-transform: lowercase;
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	text-shadow: rgba(0, 0, 0, 0.25) 0 0 0.1em;
}
#single #content,
.archive-top-content {
	font-size: 16px;
	line-height: 1.5;
}
#content p,
#content h1,
.archive-top-content p {
	margin-bottom: 15px;
}
.archive-top-content h2 {
	margin-bottom: 25px;
}
#content .callout {
	background: #eee;
	padding: 20px 30px 10px;
	margin-bottom: 25px;
}
#content .callout p {
	margin-bottom: 10px;
}
#content strong,
.archive-top-content strong {
	font-weight: 700;
}
.content-bttn,
.content-bttn-blog {
	text-decoration: none;
	background: #477628;
	color: #fff;
	padding: 12px 16px;
	margin: 10px 0;
	display: inline-block;
	transition: .7s;
	font-family: "Clavo", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	font-size: 18px;
}
.content-bttn:hover,
.content-bttn-blog:hover {
	background-color: #91a01d;
}
.content-bttn-blog {
	width: 100%;
	text-align: center;
}
.content-bttn-blue {
	text-decoration: none;
	background: #1f6a96;
	color: #fff;
	padding: 12px 16px;
	margin: 10px 0;
	display: inline-block;
	transition: .7s;
	font-family: "Clavo", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	font-size: 18px;
}
.content-bttn-blue:hover {
	background-color: #4497cb;
}
#content ul,
.archive-top-content ul {
	margin: 0 0 15px 30px;
}
#content ol {
	margin: 0 0 15px 15px;
}
#content ul.soliloquy-slider {
	margin: 0 0 15px 0;
}
#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol {
	margin-bottom: 0;
}
#content table {
	margin-bottom: 25px;
}
.featuredimg {
	margin-bottom: 45px;
	position: relative;
}
.entry-date-line {
	font-size: 11px;
	color: #333;
}
.archive #content {
	text-align: center;
}
.screen-reader-text {
	display: none;
}
.center,
.addthis_tool {
	text-align: center;
}

/* Shortcodes */
.one-quarter {
	width: 22%;
	float: left;
	margin-right: 3%;
	margin-bottom: 25px;
}
.three-quarters {
	width: 72%;
	float: left;
	margin-right: 3%;
	margin-bottom: 25px;
}
.one-third {
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-bottom: 25px;
}
.two-thirds {
	width: 63%;
	float: left;
	margin-right: 3%;
	margin-bottom: 25px;
}
.one-half {
	width: 47%;
	float: left;
	margin-right: 3%;
	margin-bottom: 25px;
}

.calendar-sidebar {
	text-align: center;
	background: #eee;
	width: 26%;
	padding: 20px 2%;
	float: left;
	margin-right: 3%;
	margin-bottom: 25px;
	background: #477628;
}
.calendar-sidebar h3 {
	font-family: "Clavo", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	color: #fff;
}
.calendar-sidebar a {
	text-decoration: none;
	color: #fff;
}

/* Pagination */
.pagination .nav-links {
	text-align: center;
	clear: both;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.1;
	padding-top: 40px;
}
.current.page-numbers {
	background: #477628;
	color: #FFF;
}
a.page-numbers {
	background: #CCC;
	color: #666;
}
a.page-numbers,
.current.page-numbers {
	text-decoration: none;
	text-align: center;
	padding: 4px 6px;
	margin-right: 3px;
}

/* Loop Formating */
.archive-square {
	display: inline-block;
	max-width: 360px;
	height: 360px;
	margin: 0 18px 36px;
	position: relative;
}
.archive-list {
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.archive-square img {
	vertical-align: top;
}
.archive-square .caption {
	position: absolute; 
	bottom: 0; 
	left: 0;
	text-align: left;
}
#content .archive-square h2 {
	color: #FFF;
	font-family: "Clavo", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	font-size: 18px;
	margin: 0;
}
.list-content h2 {
	color: #666;
	font-family: "Clavo", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	font-size: 36px;
	margin-bottom: 18px;
}
.archive-square .caption a {
	text-decoration: none;
	color: #FFF;
	padding: 8px 10px;
	background: #477628;
	display: inline-block;
	transition: .7s;
}
.term-shrimp-and-grits-festival .archive-square .caption a:hover {
	background-color: #4497cb;
}
.term-shrimp-and-grits-festival .archive-square .caption a {
	background-color: #1f6a96;
}
.archive-square .caption a:hover {
	background-color: #91a01d;
}
.list-content h2 a {
	text-decoration: none;
	color: #666;
}
.list-image {
	float: left;
	width: 360px;
}
.list-content {
	float: right;
	width: 500px;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
}

/*
 * ---- Main Navigation Menu ----
 */
#logo {
	text-align: center;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	padding: 20px 0;
	z-index: 9988;
	background-color: #FFF;
}
.admin-bar.home #logo {
  top: 32px;
}
.search-form {
	position: absolute;
	right: 80px;
	top: 40px;
	z-index: 9989;
}
.admin-bar.home .search-form {
  top: 72px;
}
.search-form input,
.fourohfour-search-form input {
	border: 1px solid #ccc;
	height: 18px;
	padding: 7px 10px 7px;
	line-height: 1;
	font-size: 14px;
	box-sizing: content-box;
	width: 140px;
}
.search-form button.search-bttn,
.fourohfour-search-form button.search-bttn {
	background: #477628;
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	height: 34px;
	padding: 0;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	vertical-align: top; /* lines the button up with the inpyt */
	width: 34px;
}
/*
.home .search-form input {
	border: 1px solid #fff;
}
.home .search-form button.search-bttn {
	background: #fff;
	color: #999;
}
.home h3.menu-toggle {
	color: #FFF;
}
.home .lines,
.home .lines:before,
.home .lines:after {
	background: #FFF;
}
.home #logo {
	background-color: transparent;
}
*/
.home header.pageheader {
	/*position: static; COVID-19 Bar*/
}
nav.main-navigation {
	position: absolute;
	left: 80px;
	top: 40px;
	z-index: 99999;
}
.admin-bar.home  nav.main-navigation {
  top: 72px;
}
h3.menu-toggle { /* Toggle Button */
	padding: 6px 0;
	font-size: 21px;
	line-height: 1.4;
	font-weight: normal;
	cursor: pointer;
	display: block;
	width: 100px;
	margin: 0 auto;
	text-transform: uppercase;
	color: #666;
	transition: 0.3s;
}
span.lines {
	top: -6px;
}
.lines {
	display: inline-block;
	width: 15px;
	height: 2px;
	background: #666;
	transition: 0.3s;
	position: relative;
}
.lines:before,
.lines:after {
	display: inline-block;
	width: 15px;
	height: 2px;
	background: #666;
	transition:0.3s;
	position: absolute;
	left:0;
	content:'';
	-webkit-transform-origin: 0.28571rem center;
	transform-origin: 0.28571rem center;
}
.lines:before{top:6px;}
.lines:after{top:-6px;}

h3.menu-toggle.close {
	color: #fff;
}
h3.menu-toggle.close .lines:before,
h3.menu-toggle.close .lines:after{
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 17px;
	background: #fff;
}
h3.menu-toggle.close .lines{background:transparent;}
h3.menu-toggle.close .lines:before{
	-webkit-transform:rotate3d(0,0,1,45deg);
	transform:rotate3d(0,0,1,45deg);
}
h3.menu-toggle.close .lines:after{
	-webkit-transform:rotate3d(0,0,1,-45deg);
	transform:rotate3d(0,0,1,-45deg);
}

.menu-main-menu-container {
	margin-bottom: 15px;
}
.main-menu-wrapper {
	position: absolute;
	width: 260px;
	background: rgba(255, 255, 255, 0.9);
	margin: 0;
	padding: 14px 20px 20px;
}
.main-menu-wrapper {
	display: none;
}
.menu-main-menu-container li {
	font-size: 16px;
	line-height: 1.4;
	list-style-type: none;
	width: 100%;
	display: block;
	position: relative;
}
.menu-main-menu-container li ul li {
	font-size: 14px;
}
.menu-main-menu-container a {
	color: #5e5e5e;
	text-decoration: none;
	display: block;
	padding-bottom: 12px;
	padding-top: 12px;
	width: 100%;
	border-bottom: #ccc 1px solid;
}
.menu-main-menu-container ul ul a {
	width: 92%;
	padding-left: 8%;
	padding-bottom: 8px;
	padding-top: 8px;
}
.menu-main-menu-container a:hover {
	color: #477628;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
.menu-item-has-children span { /*--Drop down trigger styles--*/
	width: 20px;
	height: 20px;
	color: #666;
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 0;
	font-size: 12px;
}
.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 100%;
}
.main-menu-social {
	list-style-type: none;
}
.main-menu-social li {
	display: inline;
	margin-right: 23px;
}
.main-menu-social li:last-child {
	margin-right: 0;
}
.main-menu-social .get-social {
	font-family: "Plinth", Arial, Helvetica, sans-serif;
	font-size: 44px;
	font-weight: normal;
	cursor: pointer;
}


/* ---- Loader ---- */
#menucover {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

/*
 * ---- Comments ----
 */
.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.comment-list > li:last-child:after {
	display: none;
}
.comments-title,
.comment-meta {
	margin-bottom: 15px;
}

/* Homepage */
.home-header-img {
	width: 100%;
}
.home-header-img img {
	height: auto;
	max-width: 100%;
}
.home .soliloquy-container .soliloquy-item .soliloquy-image {
	max-width: 70%;
	margin: 0;
}
.home .soliloquy-container .soliloquy-caption {
	max-width: 30%;
	left: auto !important;
	bottom: auto !important;
	right: 0 !important;
	top: 0 !important;
}
.home #soliloquy-container-2845 {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#soliloquy-container-2845 .soliloquy-caption-inside {
	background: #FFF;
}
#soliloquy-container-2845 .inner-text {
	width: 80%;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	color: #555559;
}
#soliloquy-container-2845 .inner-text a {
	text-decoration: underline;
}
#soliloquy-container-2845 h1 {
	font-family: "Clavo", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	font-size: 42px;
	margin-bottom: 18px;
}
#soliloquy-container-2845 h2 {
	font-family: "Clavo", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	font-size: 28px;
	margin-bottom: 18px;
	margin-top: -10px;
}
#soliloquy-container-2845 h1 span {
	font-family: "Plinth", Arial, Helvetica, sans-serif;
	font-size: 150px;
	font-weight: normal;
	/* line-height: .5; */
	line-height: .6;
	/* display: block; */
}
#soliloquy-container-2845 p {
	line-height: 1.8;
	font-size: 16px;
	margin-bottom: 18px;
}

.homepage-image {
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 10px;
	position: relative;
}
.homepage-image-inner {
	margin: -130px 0 0 -380px;
	padding: 30px;
	width: 700px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	min-height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.homepage-image-inner h1 {
	font-family: "Clavo", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1;
	font-size: 56px;
	margin-bottom: 18px;
	text-transform: lowercase;
	color: #666;
}
.homepage-image-inner h1 span {
	font-family: "Plinth", Arial, Helvetica, sans-serif;
	font-size: 170px;
	font-weight: normal;
	line-height: .5;
	display: block;
}
.homepage-image-inner p {
	line-height: 1.5;
	color: #666;
}
.home-feature-header {
	text-align: center;
	padding: 6px 0;
}
.home-feature-header h2 {
	font-family: "Clavo", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: 400;
	letter-spacing: 2px;
}
.home-feature-header h2 span {
	font-family: "Plinth", Arial, Helvetica, sans-serif;
	font-size: 64px;
}
.home-feature-outer {
	width: 25%;
	float: left;
	margin: 0;
}
.home-feature,
.home-feature-last {
	padding: 20px 0;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background: rgba(255, 255, 255, 0.4);
}
.home-feature .headline,
.home-feature-last .headline {
	margin: -35px 0 0 -35px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #477628;
	width: 82px;
	border-radius: 50%;
	transition: .7s;
	color: #FFF;
	opacity: 1;
}
.home-feature .headline:hover,
.home-feature-last .headline:hover {
	background-color: #91a01d;
}
.home-feature a {
	text-decoration: none;
	color: #FFF;
}
.home-feature h2,
.home-feature-last h2 {
	color: #FFF;
	font-family: "Plinth", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: .4;
	font-size: 48px;
	text-transform: lowercase;
}

/* Lodging */
h4.lodging-header {
	margin-bottom: 25px;
	font-size: 32px;
	font-family: "Clavo", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.1;
}

/* Footer */
footer.pagefooter a {
	color: #fff;
	text-decoration: none;
}
footer.pagefooter a:hover {
	text-decoration: underline;
}
footer.pagefooter p,
ul.nav-footer,
.footer-social {
	margin-bottom: 20px;
}
ul.nav-footer li {
	list-style-type: none;
	display: inline;
	margin: 0 0 10px;
	padding-right: 12px;
	text-transform: uppercase;
}
ul.nav-footer li:last-child {
	padding-right: 0;
}
ul.nav-footer a {
	background: #477628;
	padding: 10px 14px;
	display: inline-block;
	transition: .7s;
}
ul.nav-footer a:hover {
	background-color: #91a01d;
	text-decoration: none;
}
.pagefooter p.get-social {
	font-family: "Plinth", Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: normal;
	line-height: .5;
	margin-bottom: 30px;
	cursor: pointer;
}
ul.copyright {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}
ul.copyright li {
	list-style-type: none;
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #FFF;
	margin: 0;
}
ul.copyright li:last-child {
	border-right: none;
}
.footer-social {
	list-style-type: none;
}
.footer-social li {
	display: inline;
	margin: 0 7px;
}

@media screen and (max-width: 1400px) {
	header.pageheader {
		position: absolute;
		/* position: static; COVID bar*/
	}
	.home header.pageheader {
		position: absolute;
	}
	.featuredimg h1 {
		top: 35%;
	}
	.admin-bar  nav.main-navigation,
	.admin-bar .search-form {
		top: 72px;
	}
	.admin-bar #logo {
		top: 32px;
	}
	#soliloquy-container-2845 h1 {
		font-family: "Clavo", Arial, Helvetica, sans-serif;
		font-weight: 400;
		line-height: 1.1;
		font-size: 36px;
		margin-bottom: 18px;
	}
	#soliloquy-container-2845 h1 span {
		font-family: "Plinth", Arial, Helvetica, sans-serif;
		font-size: 130px;
		font-weight: normal;
		line-height: .5;
		display: block;
	}
	.home-feature-header {
		padding: 8px 18px;
	}
	.home-feature-header h2 {
		font-family: "Clavo", Arial, Helvetica, sans-serif;
		font-size: 18px;
	}
	.home-feature-header h2 span {
		display: block;
	}
	.home-feature,
	.home-feature-last {
		height: 200px;
	}
	header.pageheader,
	.home header.pageheader {
		position: static;
		height: auto;
	}
	#logo,
	.home #logo {
		position: static;
		background: #fff;
		left: auto;
		top: auto;
		padding: 20px 0;
		text-align: center;
		width: 100%;
	}
	.search-form {
	}

}
@media screen and (max-width: 1200px) {
	.search-form {
		right: 30px;
	}
	nav.main-navigation {
		left: 35px;
	}
	.sponsors-large, .sponsors-small {
		width: 94%;
		padding: 2%;
	}
}
@media screen and (max-width: 1000px) {
	#primary,
	#single {
		max-width: 100%;
	}
	#single #content {
		width: 90%;
		margin: 0 5% 40px;
	}
	.archive-top-content {
		max-width: 90%;
		margin: 0 5% 60px;
	}	
	.list-image {
		width: 40%;
		margin-left: 3%;
	}
	.list-content {
		width: 50%;
		margin-right: 3%;
	}
	#soliloquy-container-2845 h1 {
		font-family: "Clavo", Arial, Helvetica, sans-serif;
		font-weight: 400;
		line-height: 1.1;
		font-size: 30px;
		margin-bottom: 18px;
	}
	#soliloquy-container-2845 h2 {
		font-size: 24px;
	}
	#soliloquy-container-2845 h1 span {
		font-family: "Plinth", Arial, Helvetica, sans-serif;
		font-size: 110px;
		font-weight: normal;
		line-height: .5;
		display: block;
	}
	#soliloquy-container-2845 p {
		line-height: 1.5;
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	#soliloquy-container-2845 h1 {
		font-size: 24px;
		margin-bottom: 12px;
	}
	#soliloquy-container-2845 h1 span {
		font-size: 90px;
		line-height: .5;
	}
	#soliloquy-container-2845 h2 {
		font-size: 18px;
	}
}
@media screen and (max-width: 800px) {
	#logo,
	.home #logo {
		position: static;
		background: #fff;
		left: auto;
		top: auto;
		padding: 10px 0;
		text-align: center;
		width: 100%;
	}
	.admin-bar nav.main-navigation,
	.admin-bar.home nav.main-navigation,
	.admin-bar #logo {
		top: 0;
	}
	.search-form {
		display: none;
	}
	.menu-main-menu-container {
		position: relative;
		width: 90%;
		margin: 0;
		padding: 5%;
		left: auto;
	}
	.homepage-image-inner h1 {
		font-size: 35px;
		padding-top: 10%;
	}
	.homepage-image-inner p {
		width: 85%;
		line-height: 1.3;
	}
	.home-feature-outer {
		width: 100%;
		float: none;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.home-feature,
	.home-feature-last {
		padding: 0;
	}
	.home-feature {
		margin: 10px 0 0;
	}
	.home-feature-last {
		margin: 10px 0;
	}
	.archive-square {
		display: inline-block;
		height: auto;
		margin: 10px auto;
		width: 100%;
		max-width: 360px;
	}
	.archive-square .caption a,
	#content .archive-square h2 {
		disply: block;
	}
	header.pageheader,
	.home header.pageheader {
		position: static;
		height: auto;
	}
	h3.menu-toggle {
		background: #333;
		width: 100%;
		text-align: center;
		color: #FFF;
	}
	.lines,
	.lines:before,
	.lines:after {
		background: #FFF;
	}
	nav.main-navigation {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
	}
	.main-menu-wrapper {
		width: 100%;
		padding: 0 0 20px;
		text-align: center;
	}
	.menu-main-menu-container a {
		padding: 6px 0;
	}
	.menu-main-menu-container ul ul a {
		width: 100%;
		padding-left: 0;
		color: #fff;
		background: #666;
	}
	.menu-main-menu-container ul ul a:hover {
		color: #fff;
	}
	.main-menu-social li {
		margin: 0 13px;
	}
	.featuredimg {
		position: static;
		margin-bottom: 0;
	}
	.featuredimg img {
		margin-bottom: 20px;
	}
	#single #content {
		width: 94%;
		margin: 0 3% 40px;
	}
	.archive-top-content {
		max-width: 94%;
		margin: 0 3% 30px;
	}
	#content h1,
	.featuredimg h1,
	.archive-top-content h1 {
		position: static;
		color: #666;
		text-shadow: none;
		margin-bottom: 20px;
		text-align: center;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		word-break: break-word;
	}
	.featuredimg h1 {
		font-size: 92px;
	}
	#content h1,
	.archive-top-content h1 {
		font-size: 45px;
	}
	#content h2,
	.archive-top-content h2 {
		font-size: 24px;
	}
	.list-image,
	.list-content {
		float: none;
	}
	.list-image {
		margin: 0 0 15px 0;
		width: 100%;
	}
	.list-content {
		width: 94%;
		margin: 0 3% 20px;
	}
	.one-quarter,
	.three-quarters,
	.one-third,
	.two-thirds,
	.one-half {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0;
	}
	.calendar-sidebar {
		width: 100%;
		float: none;
		margin: 0 0 20px;
		padding: 15px 0;
	}
	footer.pagefooter {
		text-align: center;
	}
	ul.nav-footer li {
		margin: 0 0 8px;
		padding-right: 0;
		display: list-item;
	}
	ul.nav-footer a {
		background: none;
		padding: 0;
	}
	ul.nav-footer a:hover {
		background-color: transparent;
		color: #CCC;
	}
	.home .soliloquy-container { max-height: none !important; }
	.home #soliloquy-container-2845 { border-top: none; }
    .home .soliloquy-viewport { height: auto !important; }
	.home .soliloquy-container .soliloquy-item .soliloquy-image {
		max-width: 100%;
		width: 100%;
	}
	.home .soliloquy-container .soliloquy-caption {
		max-width: 100% !important;
		width: 90% !important;
		margin: 10px 5%;
		height: auto !important;
		position: relative !important;
		left: 0 !important;
		bottom: 0 !important;
		right: 0 !important;
		top: 0 !important;
	}
	#soliloquy-container-2845 .soliloquy-caption-inside {
		width: 100%;
	}
	#soliloquy-container-2845 .inner-text {
		height: auto !important;
		width: 100%;
		position: static;
		top: 0;
		margin-top: 0;
		left: 0;
		margin-right: 0;
		transform: translate(0, 0);
	}
}