/*
Theme Name: Nautilus Scuba
Theme URI: http://nautilus-scuba.net/
Description: Theme created for Nautilus Scuba.
Version: 1.0
Author: Precedence
Author URI: http://precedence.com.au/
*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Begin Typography & Colors */
body {
	font-size: 100%; 
	font-family: Verdana, Arial, Sans-Serif;
	background: #0e6994 url('images/i-bg.jpg');
	color: #333;
	/*text-align: center;*/
	}

#header {
	background: transparent url('images/i-header.png') no-repeat center 15px;
	width:100%;
	height:320px;
	position:relative;
	left: 0;
	z-index: 2;
	}
#constrain {
	width:990px;
	margin: 0 auto 10px auto;
	position:relative;
	left: 0;
	top:0;
	z-index:1;
}
#sidebar {
	position:absolute;
	left:0;
	top: 0px;
	width:200px;
}
#content {
	position:relative;
	background:#fff;
	margin: 0;
	width: 930px;
	padding: 0 30px 30px 30px;
	min-height:200px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	//overflow:hidden;
	}
a:active, a:focus {
	outline: none;
}
/* Top Nav */
.constrain {
	width:980px;
	margin: 0 auto;
}
.whitebg  {
	z-index:100;
	background:#fff;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-webkit-box-shadow: 0px 0px 3px 3px #0C4D69;
	box-shadow: 0px 0px 3px 3px #0C4D69; 
}
#h-facebook {
	float:right;
	margin: 0 0 20px 20px;
	padding: 8px 20px;
}
#h-nav {
	position:relative;
	padding: 7px 25px;
	text-align:left;
	margin-right:80px;
	margin-bottom:20px;
}
	#h-nav ul {
		list-style-type:none;
		text-align:left;
	}
	#h-nav ul li {
		display:inline-block;
		font-size:14px;
		position:relative;
		margin: 0 2px 0 0;	
	}
	#h-nav ul li a {
		text-decoration:none;
		display:block;
		padding: 8px 20px;
		color:#fff;
		border-radius: 2px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		background:#160d47;	
	}
	#h-nav ul li a:hover, #h-nav ul li:hover a, #h-nav ul li.sfhover a {
		background:#0f6a96;
	}
	/* Second Level */
	#h-nav ul li ul {
		height:1px;
		overflow:hidden;
		visibility:hidden;
		position:absolute;
		display:block;
		border:2px solid #160d47;
		text-align:left;
		background:#0f6a96;
		top:30px;
		left:-1px;
		right:-1px;
		min-width:150px;
		border:1px solid #fff;
		border-top:0;
		padding-bottom:5px;
	}
	#h-nav ul li:hover ul, #h-nav ul li.sfhover ul {
		left:-1px;
		top: 33px;
		visibility: visible;
		height:auto;
		transition: top linear 0.2s;
		-moz-transition: top linear 0.2s;
		-webkit-transition: top linear 0.2s;
	}
	#h-nav ul li ul li {
		display:block;
		border:0 !important;
		margin:0;
	}
	#h-nav ul li ul li a {
		display:block;
		border:0;
		background:none;
		padding: 5px 5px 5px 19px;
		font-size:11px;
		color:#fff;
	}
	#h-nav ul li ul li a:hover {
		background:#1c7aa7;
	}
	#h-nav ul ul ul {
		display:none;
	}
	.nav-arrow {
		background:#fff;
		width:5px;
		height:3px;
		display:inline-block;
		vertical-align:middle;
	}
	
.post h2, .post h3, .post h4 {
    margin: 1.125em 0;
}

.post .newsletter-wrap h2 {
    margin: 0;
}

.newsletter-wrap {
	float:right;
	margin: 10px 0 10px 30px;
	width:280px;
}
.newsletter, .latest-posts {
	padding: 15px;
	position:relative;
	background:#FAF8FD;
	border:2px solid #0E6793;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius:15px;
	margin: 0 0 10px 0;
}
	.newsletter label {
		font-size:14px;
		width:60px;
		float:left;
		display:block;
		padding: 3px 0 0 0;
		margin: 0 0 5px 0;
		text-align:left;
	}
	.newsletter input {
		margin: 0 0 5px 0;
		font-size:14px;
	}
	.newsletter input.submit {
		margin-left: 20px;
		margin-bottom:0;
	}
	.post .newsletter h2, .post .latest-posts h2 {
		background:#0E6793;
		border-radius:12px 12px 0 0;
		-moz-border-radius: 12px 12px 0 0;
		-webkit-border-radius: 12px 12px 0 0;
		color:#fff;	
		font-size:14px;
		font-weight:bold;
		margin: -15px -15px 10px -15px;
		padding: 0 15px 0 15px;
		line-height:30px;
	}
	#content .latest-posts ul {
		list-style-type:none !important;
		margin: 0;
		padding:0;
	}
	#content .latest-posts ul li {
		list-style-type:none;
		padding:4px 15px;
		margin:0 -15px;
		text-indent:0;
		border-bottom:1px solid #ccc;
	}
/* LHS Nav (now unused) */
#sidebar h2 {
	display:none;
}

#sidebar ul li ul {
	list-style-type:none;
	text-align:right;
	border-top: 2px solid #fff;
}
#sidebar ul li ul li ul {
	border-top: 0;
}
#sidebar ul li ul li {
	border-bottom: 2px solid #fff;
	margin: 0;
}
#sidebar ul li ul li a {
	color:#fff;
	display:block;
	padding: 10px 5px;
}
#sidebar ul li ul li a:hover {
	background: transparent url('images/i-white-10.png');
	text-decoration:none;
}

/* Sub nav */
#sidebar ul li ul li.current_page_item, #sidebar ul li ul li.current_page_parent {
	background: transparent url('images/i-white-10.png');
}
#sidebar ul li ul li ul li.current_page_item {
	background-image: none;
}
#sidebar ul li ul li ul {
	margin-bottom: 4px;
}
#sidebar ul li ul li.current_page_parent ul, #sidebar ul li ul li.current_page_item ul {
}
#sidebar ul li ul li ul li {
	border: 0;
}
#sidebar ul li ul li ul li a {
	font-size:0.69em;
	padding: 4px 5px;
	color:#ccc;
}
#sidebar ul li ul li ul li a:hover {
	color:#fff;
	background: transparent;
}

/* Footer */
#footer {
	position:relative;
	text-align:right;
	margin: 0 auto 0 auto;
}
#footer dl {
	font-size:0.69em;
	line-height:2em;
	color:#fff;
	text-align:left;
	margin: 10px 0;
}
#footer dl dt {
	font-weight:bold;
	float:left;
	width: 80px;
}
#footer dl dd {
	margin-left: 80px; 
}
#footer dl a{
	color:#fff;
	text-decoration:none;
}
#footer dl a:hover {
	text-decoration:underline;
}
#footer p {
	text-align:center;
	font-size:10px;
	padding: 20px 0;
}
#footer p a {
	color:#86b1c7;
}
#footer p a:hover {
	color:#fff;
}

	/* Footer Nav */
	#footer-nav {
		list-style-type:none;
		border-bottom: 2px solid #fff;
		padding: 10px 10px 10px 0;
	}
	#footer-nav li {
		display:inline;
		margin-left: 10px;
	}
	#footer-nav li a {
		color:#fff;
		font-size:0.69em;
	}
	#footer-nav li ul {
		display:none;
	}
.pie {
	position:relative;
}

/* Vignettes*/
.vignette {
	width:220px;
	float:left;
	clear:right;
	overflow:hidden;
	text-align:center;
	margin: 5px 6px 5px 6px;
	position:relative;	
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
	.vignette .vignette-image {
		width:220px;
		height:150px;
		overflow:hidden;
		display:block;	
	}
	.vignette img {
		width:220px;
		min-height:150px;
		height:auto;
	}
	.vignette .cta-caption {
		display:block;
		background:#160d47;
		color:#fff;
		font-size:14px;
		text-align:center;
		padding:5px 0;
	}
	.vignette a {
		text-decoration:none !important;
		color:#fff;
	}
	.vignette a:hover .cta-caption {
		background:#0F6A96;	
	}
/* Content */
h1, #tribe-events .tribe-events-before-html h1, .single-tribe_events h1.tribe-events-single-event-title {
	background: #160d47 url('images/i-h1-2.png') no-repeat right 14px top 6px;
	text-align:left;
	color:#fff;
	line-height:47px;
	font-size: 1.125em;
	font-weight:normal;
	padding: 0 30px 0 30px;
	margin: 0 -30px 20px -30px;
	border-radius:18px 18px 0 0;
	-webkit-border-radius:18px 18px 0 0;
	-moz-border-radius:18px 18px 0 0;
	position:relative;

}
.single-tribe_events h1.tribe-events-single-event-title {
    margin: 0;
}
h1  a {
	color:#fff;
}
h1 a:hover {
	text-decoration: underline;
	color:#fff;
}
h2 {
	font-size:1.125em;
}
h3 {
	font-size:1em;
}

p {
	font-size:0.875em;
	line-height:1.5em;
	margin: 1em 0;
}
#content li:not(.gfield) {
    font-size: 0.875rem;
    line-height: 1.2em;
	list-style-type: disc;
	/*padding-left: 10px;*/
}

#content li:not(.gfield) li {
    list-style-type: circle;
}

#content li li {
	font-size:14px;
}

/* Newsletter Signup (LHS) */
#sidebar li.newsletter h2 {
	background: transparent url('images/i-newsletter.png') no-repeat 15px 3px;
	color:#fff;
	font-weight:normal;
	text-align:right;
	display:block;
	font-size:1em;
	padding-bottom: 6px;
}
#sidebar li.newsletter form {
	margin: 10px 0 0 41px;
}
#sidebar li.newsletter label {
	float:left;
	width:40px;
	font-size:11px;
	color:#ccc;
	padding:3px 0 0 0;
}
#sidebar li.newsletter input {
	background:#fff;
	border: 1px solid #194a7a;
	font-size:11px;
	padding:3px;
	width:100px;
	margin: 0 0 10px 0;
}
#sidebar li.newsletter input.submit {
	background: transparent url('images/i-signup.png') no-repeat;
	border: 0;
	text-indent:-999999px;
	font-size:1px;	
	margin: 0 0 0 107px;
}

div.lcp_catlist {
	float:right;
	border-left: 2px solid #197BA2;
	padding: 0 5px 0 20px;
	margin: 0 0 10px 25px;
	font-size:0.9em;
	width:220px;
}
#content div.lcp_catlist ul {
	padding: 0;
	margin: 0;
}
#content div.lcp_catlist ul li {
	list-style-type:none;
	padding-left: 0;
	text-indent: 0;
	margin-left: 0;
}

/* Blog category lists */

.post {
	padding: 0;
	margin: 0 0 0 0;
}
.post h3 {
	color:#333;
	font-size:1.125em;
	font-weight:normal;
}
.post h3 a {
	color:#333;
}
.post h3 a:hover  {
	color:#10709A;
}
.post p.lcp-date {
	text-align:right;
	color:#a52a20;
	font-size:0.75em;
	font-style:italic;
	margin-top:-20px;
}
.lcp_catlist p {
	color:#333;
}
.gallery-caption {
	font-size:0.875em;
}
.sociable_tagline {
	font-size:0.75em;
	color:#666;
	display:block;
	margin: 10px;
}

#respond {
	text-align:left;
}


textarea, input, select {
	border: 1px solid #ccc;
	padding: 3px;
	font-size:0.875em;
}
#submit, .submit {
	background: transparent url('images/g-button.jpg') no-repeat right top;
	border: 0;
	height: 33px;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
.submit {
	padding: 0 25px 0 10px;
	line-height:30px;
}
.button {
	background: transparent url('images/g-button.jpg') no-repeat right top;
	text-decoration:none;
	height: 33px;
	line-height: 30px;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	padding: 0 30px 0 10px;
	border: none;
}
#submit:hover, .submit:hover {
	background-position: right -33px;
}
a.button:hover, a span.button:hover {
	background-position: right -33px;
}
.wpcf7-form p{
	text-align:left;
}
/* Content tables */
#content table {
	font-size:0.875em;
	border-collapse: collapse;
}
#content table td {
	padding: 4px;
	border: 1px solid #999;
	background:#eee;
}
#content table th, #content thead td {
	background:#ccc;
	border: 1px solid #999;
	padding: 4px;
}
.shutterset_ {
	display:inline-block;
}
.caption p {
	text-align:center;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-size: 0.75em;
	line-height: 1.5em;
	}

.entry p a:not(.button):visited {
	color: #b85b5a;
	}

// .entry p a:visited {
// 	color: #b85b5a;
// 	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 0 0;
	/*text-align: justify;*/
	}

.post hr {
	display: block;
	}

.postmetadata {
	margin: 1em 0;
	text-align:right;
	font-size:0.75em;
	}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	height: auto;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 17px;
	list-style: none;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form.post-password-form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* Hero */
#hero-wrap {
	position:relative;
	height:164px;
	width:984px;
	margin: 30px auto;	
	background:#fff;
}
	#hero {
		position:relative;
		width:984px;
		height:164px;
		z-index:5;
		border:3px solid #fff;
	}
	#hero img {
		position:absolute;
		left:0;
		top:0;
	}
	#logo {
		position:absolute;
		left:10px;
		top:10px;
		z-index:10;
	}
	#hero #slideshow-wrapper #fullsize {
		width:984px;
		height:164px;
	}
	
/* Fixing calendar */
.calnk a:hover span.event-title {
	position:relative;
	line-height:1em;
	padding: 5px 0;
}
.calnk a:hover span.event-title-break, .calnk a:hover span.event-content-break {
	padding: 0;
	margin:0;
	display:none;
}
.calnk br {
	height:1px;
	display:none;
}
.calnk span.event-title {
	display:block;
}
 .calnk a:hover span.event-content-break {
	 display:block;
	 position:relative;
 }
 .clear:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  visibility: hidden;
}


/* Membership form */

.gform_wrapper li.gfield {
	font-size: 0.875em;
}

.gfield_label {
	font-weight: 700;
}

.gform_wrapper li, .copy_values_option_container {
	padding-top: 12px;
	padding-bottom: 12px;
}

.gfield_radio, .ginput_container .gfield_checkbox {
	font-size: 18px;
}

.gfield dt {
	font-weight: 700;
}

.gfield dd {
	padding-left: 32px;
}

.gfield dl {
	padding-bottom: 8px;
}

/* Responsive */


.menu-toggle {
	display: none;
}

.collapse-nav {
	height: 0;
}

.collapse-nav .nav {
	display: none;
}

#content table.committee tr td {
	padding: 4px 8px;
}

#content table.merchandise tr td:last-child {
	padding: 4px 4px 4px 1.5em;
}

@media screen and (max-width: 920px) {
	#constrain, #content, .constrain, #hero-wrap, #hero, #slideshow-wrapper, #fullsize, #image {
		width: auto !important;
		max-width: 100%;
		min-height: 72px;
		overflow-x: hidden;
	}
	#constrain, #content, .constrain, #hero-wrap, #slideshow-wrapper, #fullsize, #image {
		height: auto !important;
	}
	#image img {
		height: auto !important;
		position: static !important;
		min-width: 432px;
		overflow: hidden;
	}
	#hero {
		height: 72px;
		overflow: hidden;
	}
	#hero * {
		overflow: hidden;
	}
	#menu-toggle {
		position: absolute;
		top: 20px;
		right: 20px;
	    height: 33px;
	    width: 33px;
	    z-index: 1338;
		filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
	}

	#logo {
		// position: static;
		width: 64px;
		height: 64px;
		// padding: 4px 0px 4px 15px;
		left: 20px;
		top: 4px;
		z-index: 1338;
	}

	.collapse-nav a {
		display: inline-block;
	}

	#hero-wrap {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		background: #0e6994 url('images/i-bg.jpg');
		z-index: 1337;
		height: auto;
	}

	#hero {
		margin-top: 0px;
		border: none;
	}

	#hero-wrap {
		margin-bottom: 0;
		margin-top: 0;
	}

	.constrain {
		display: none;
	}
	#content, #content h1, #content #tribe-events .tribe-events-before-html h1 {
		border-radius: 0;
	    -webkit-border-radius: 0;
	}

	.vignette {
		float: none;
		margin: 8px auto;
		max-width: 400px;
	}

	.vignette, .vignette .vignette-image {
		width: auto;
		height: auto;
	}

	.vignette .vignette-image > img {
		width: 100%;
		height: auto;
	}

	.newsletter-wrap {
		float: none;
		margin: 10px 0px;
		width: auto;
	}

	#hero-wrap .nav {
		display: none;
		text-align: center;
		color: white;
		padding-bottom: 24px;
	}

	#hero-wrap .nav a {
		color: white;
		width: 100%;
    	display: inline-block;

	}
	#hero-wrap .nav a:hover {
		color: white;
	}
	
	.entry img, .entry .wp-caption {
		max-width: 100%;
		height: auto !important;
	}
	#footer-nav {
		display: none;
	}

	#footer dl {
		margin: 16px auto 8px auto;
		width: 250px;
	}

	#footer dl dd {
		width: 170px;
	}

	#footer p {
		padding: 8px 0 16px 0;
	}

	#menu-top-menu a {
		width: 100%;
	}

	#menu-top-menu > li > a {
		font-weight: 700;
		display: inline-block;
		// margin: 0 auto;
		border-bottom: 1px solid white;
		padding-bottom: 8px;
		font-size: 1.125em;
	}

	#menu-top-menu > li > ul a {
		font-size: 0.875em;
	}

	#menu-top-menu-container {
		width: 100%;
	}

	#menu-top-menu, #menu-top-menu ul {
		// width: 100%;
		padding-left: 32px;
		
	}

	#menu-top-menu {
		padding-right: 32px;
	}

	#menu-top-menu > li {
		width: 100%;
	}

	#menu-top-menu > li.menu-item-has-children > a, #menu-top-menu > li:last-child > a {
	}

	#menu-top-menu > li:not(:first-child) {
		padding-bottom: 8px;
		// border-top: 1px solid white;
	}
	#menu-top-menu li{
		// margin: 8px;
		padding: 12px 0px;
		list-style: none;

	}

	#menu-top-menu > li:last-child {
		padding-bottom: 0px
	}

	#menu-top-menu .sub-menu li:first-child {
		padding-top: 16px;
	}

	#menu-top-menu {
		text-align: left;
	}

	// #menu-top-menu .sub-menu {
	// 	background-color: white;
	// 	color: black;
	// }

	h1, #tribe-events .tribe-events-before-html h1 {
		// display: inline-block;
		line-height: 1.125em;
		padding: 13px 61px 13px 30px;
	}

	h1, #tribe-events .tribe-events-before-html h1 {
		background-position: right center;
	}

	h1:empty {
	    display: none;
	}

	table.calendar-table tr:not(:first-child) td {
		max-width: 25px;
		overflow: hidden;
	}

	#committee {
		margin: 0 -30px 0 -30px;
	}

	#committee td {
		border: none;
		border-top: 1px solid #999;
	}

	.ngg-singlepic {
		padding: 0 !important;
		// margin: 4px;
	}

	.alignright, .alignleft {
		float: none;
		margin: 0 auto;
	}

	iframe {
		width: 100%;
	}

	// img.alignright {
	// 	margin: 0;
	// }

	#content table.merchandise tr td {
		display: block;
	}

	#content table.merchandise tr {
		display: block;
		margin: 1em auto;
	}

	#content table.merchandise tr td:first-child {
		padding: 0;
	}

	#content table.merchandise tr td:first-child img {
		width: 100%;
	}

	#content table.merchandise tr td:last-child {
		padding: 0.75em 4px;
		text-align: center;
	}

	#content table.committee {
		width: 100%;
		height: auto !important;
		display: block;
		max-width: 100%;
	}

	#content table.committee tr {
		display: block;
		margin: 1em auto;
		max-width: 100%;
	}

	#content table.committee thead {
		display: none;
	}

	#content table.committee tbody {
		display: block;
		max-width: 100%;
	}

	#content table.committee tr td {
		// float: left;
		display: block;
		position: relative;
		min-height: 17px;
		max-width: 100%;
		padding: 4px 4px 4px 6.5em;
	}

	#content table.committee tr td:before {
		position: absolute;
		top: 4px;
		left: 4px;
		width: 5.25em;
    	font-weight: bold;
    	text-align: right;
	}

	#content table.committee tr td:last-child {
		word-break: break-all;
	}

	#content table.committee tr td:nth-child(1):before { content: "Role: "; }
	#content table.committee tr td:nth-child(2):before { content: "Who: "; }
	#content table.committee tr td:nth-child(3):before { content: "Contact: "; }

	#content table.merchandise tr td:not(:first-child),
	#content table.committee   tr td:not(:first-child) {
		border-top: none;
	}

	#content table.merchandise tr td:not(:last-child),
	#content table.committee   tr td:not(:last-child) {
		border-bottom: none;
	}

}

@media screen and (min-width: 921px) {
	#hero-wrap .nav, #menu-toggle {
		display: none !important;
	}
}
#constrain .entry .gallery dl.gallery-item {
	width: 31.333333333333333333333333333333%;
	box-sizing: border-box;
  border: 2px solid #cfcfcf;
  margin: 0.5%;
  padding: 0.5%;

	transition: border 0.3s ease;
}

#constrain .entry .gallery dl.gallery-item:hover {
	border-color: #160d47;

	transition: border 0.3s ease;
}

#constrain .entry .gallery dl.gallery-item dd.gallery-caption {
	min-height: 6.35em;
}
#constrain .entry .gallery dl.gallery-item dd.gallery-caption p:last-child {
  margin-bottom: 0.5em;
}
#constrain .entry .gallery dl.gallery-item dd.gallery-caption p {
	font-size: 12px;
  margin: 0;
}
#constrain .entry .gallery dl.gallery-item dd.gallery-caption p:first-child {
  margin: 0.75em 0 0.35em;
}
#constrain .entry .gallery dl.gallery-item dt.gallery-icon {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#constrain .entry .gallery dl.gallery-item dt.gallery-icon img {
	max-width: 100%;
	border: none;
}

@media screen and (max-width: 920px) {
	#constrain .entry .gallery dl.gallery-item {
		float: none;
		width: 100%;
		margin: 10px auto 0;
	}
	#constrain .entry .gallery > dl + br {
		display: none;
	}
}