@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400,600,700|Open+Sans:400,700');
/*
Theme Name:JBerg_Custom [Officers Club Lowery]
Theme URI:http://www.joshbergman.com
Description:Custom Theme created by Josh Bergman.
Version:1.3
License:Theme may not be distributed or used for any other website.
Author:Josh Bergman
Author URI:http://www.joshbergman.com


Google Fonts:
Font Name:Josefin Sans
font-family: 'Josefin Sans', sans-serif;
font-weight:light = 300
regular = 400;
semi-bold = 600
bold = 700;

Font Name:Open Sans
font-family: 'Open Sans', sans-serif;
font-weight:regular = 400;
bold = 700;

Colors:
Dark Blue:#3c506e;
Light Blue:#8099bd;
White:#FFFFFF;
Black:#000000;
Body Font:#3c506e;

*/

/**----------------------------------------------------------------------------------**/
/* Main Structure */
/**----------------------------------------------------------------------------------**/
* {
	box-sizing:border-box;
	}
body {
	font-size:16px;
	line-height:1.2;
	font-family: 'Josefin Sans', 'Open Sans', sans-serif;
	color:#3c506e;
	text-align:center;
	padding:0;
	margin:0;
	text-rendering:optimizeLegibility;
	}
#container {
	width:100%;
	text-align:center;
	}
#main {
	width:100%;
	margin:auto;
	}
#max {
	max-width:1600px;
	width:100%;
	margin:auto;
	}
#pad {
	margin:0;
	}
#content {
	width:100%;
	display:inline-block;
	padding:0;
	background-size:cover;
	background-attachment:fixed;
	}
#page-left {
	float:left;
	position:relative;
	width:70%;
	text-align:left;
	border-right:solid 1px #282828;
	padding:0 30px 30px 0;
	box-sizing:border-box;
	}
#page-left .entry {
	margin:0 20px 0 0;
	}
#page-right {
	float:right;
	position:relative;
	width:30%;
	text-align:left;
	padding:0 15px 0 40px;
	box-sizing:border-box;
	}
/**----------------------------------------------------------------------------------**/	
/* End Main Structure */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Header Block */
/**----------------------------------------------------------------------------------**/
#floating-header {
	display:inline-block;
	width:100%;
	background-color:#FFF;
	margin:0;
	-webkit-transition:all 0.5s ease 0s; /* Safari */
	transition:all 0.5s ease 0s;
	z-index:999;
	left:0;
	top:-100%;
	position:fixed;
	-moz-box-shadow:0 0 40px -5px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow:0 0 40px -5px rgba(0, 0, 0, 0.20);
	box-shadow:0 0 40px -5px rgba(0, 0, 0, 0.20);
	padding:0;
	}
.stickyheader{
    position:fixed;
    top:-100%;
    margin-top:0;
    z-index:999;
	}
#header {
	width:100%;
	display:inline-block;
	text-align:center;
	}
#logo {
	margin:auto;
	display:inline-block;
	padding:10px;
	}
#logo img {
	max-width:100%;
	height:auto;
	}
/**----------------------------------------------------------------------------------**/
/* End Header Block */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Footer Block */
/**----------------------------------------------------------------------------------**/

.footer-newsletter {
	display:inline-block;
	width:100%;
	background-color:#33445e;
	padding:10px;
	color:#FFF;
}
.footer-newsletter form {
	margin:0;
}
.newsletter-form-title {
	padding:0 10px;
	border-right:solid 1px #FFF;
}
.newsletter-form-element label span {
	padding:0;
	margin:0;
	height:0;
	overflow:hidden;
	display:none;
}
.newsletter-form-element {
	display:inline-block;
	padding:0 10px;
}
.newsletter-form-element input {
	background-color:#FFF;
}
@media only screen and (max-width: 700px) {
.newsletter-form-title {
	border-right:0;
}
.newsletter-form-element {
	display:block;
	width:100%;
	padding:10px;
	}
}
#footer {
	width:100%;
	background-color:#3c506e;
	display:inline-block;
	text-align:center;
	padding:10px 0;
	color:#FFF;
	font-size:15px;
	line-height:19px;
	}
#footer a {
	color:#FFF;
	text-decoration:none;
	}
#footer a:hover {
	color:#999;
	}
#footer-widgets {
	display:inline-block;
	width:100%;
	padding:10px 0;
	font-weight:300;
	font-size:18px;
	line-height:1.3;
	}
#footer #sidebar-widget .widget-title {
	font-size:20px;
	font-weight:300;
	padding:0 0 10px;
	margin:5px 0;
	border-bottom:solid 1px #FFF;
	border-top:0;
	}
#footer-social {
	display:inline-block;
	width:100%;
	text-align:center;
	}
#footer-info {
	text-align:center;
	font-size:11px;
	padding:5px 0;
	}
#footer-info p {
	margin:2px 0;
	}
#backtop {
	text-align:center;
	padding:0;
	width:100%;
	border-bottom:solid 1px #FFF;
	position:relative;
	}
a.backtop {
	color:#FFF;
	font-size:0;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
	transition: all 0.3s ease 0s;
	}
a.backtop:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	}
#backtop.footer-home {
	margin-top:-11px;
	}
#backtop.footer-page {
	margin-top:-108px;
	}
.watermark {
	display:inline-block;
	width:100%;
	text-align:center;
	padding:10px 10px 20px;
	}
/**----------------------------------------------------------------------------------**/
/* End Footer Block */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/	
/* Home Page */
/**----------------------------------------------------------------------------------**/

.home .button {
	padding:12px 12px 8px;
	font-size:20px;
	font-weight:700;
	margin:15px;
}
.sgpb-popup-builder-content-html .button {
	padding:8px !important;
	font-size:18px !important;
	font-weight:400 !important;
	margin:0 !important;
}

/**----------------------------------**/
/* Home Slideshow */
/**----------------------------------**/
#slideshow {
	width:100%;
	height:640px;
	display:block;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:0;
	margin:0 0 20px 0;
	}
.slider {
	width:100%;
	height:640px;
	position:absolute;
	}
.slide-bg {
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	text-align:center;
	}
@media only screen and (max-width: 1100px) {
	.slide-bg {
		background-attachment:scroll;
	}
}
.slide-element {
	display:flex !important;
	display:-webkit-box !important;      /* OLD - iOS 6-, Safari 3.1-6 */
	display:-ms-flexbox !important;      /* TWEENER - IE 10 */
	display:-webkit-flex !important;     /* NEW - Chrome */
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	right:0;
	text-align:center;
	justify-content:center;
	align-items:center;
	}
#slide-message {
	font-size:33px;
	line-height:1.1;
	font-weight:700;
	font-family: 'Josefin Sans', sans-serif;
	color:#FFF;
	text-align:left;
	clear:both;
	display:inline-block;
	margin:auto;
	position:relative;
	vertical-align:middle;
	}
.overlay {
	width:100%;
	height:100%;
	position:relative;
	top:0;
	left:0;
	bottom:0;
	right:0;
	}
/**----------------------------------**/
/* End Home Slideshow */
/**----------------------------------**/
.home-highlight {
	width:401px;
	height:100%;
	background-image:url('images/home-highlight-bg.png');
	background-repeat:repeat-y;
	padding:40px 35px;
	margin:0 0 0 -200px;
	color:#3c506e;
	font-size:17px;
	font-weight:600;
	line-height:1.2;
	text-align:center;
	clear:both;
	display:inline-block;
	position:absolute;
	top:0;
	bottom:0;
	left:50%;
	z-index:9999;
	}
.scroll-down {
	vertical-align:bottom;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:10px 5px;
	}
.scroll-down img {
	max-width:100%;
	}
.scroll-down p {
	margin:0;
	}
/**----------------------------------------------------------------------------------**/	
/* Home Page Gallery */
/**----------------------------------------------------------------------------------**/
.home-page-gallery {
	display:block;
	width:100%;
	height:650px;
	text-align:center;
	overflow:hidden;
	}
#home-gallery-wall {
	display:flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	-webkit-flex-direction: row;
	flex-direction: row;
	width:100%;
	text-align:left;
	}
.home-gimage-container {
	flex:1 1 auto;
	-webkit-flex: 1 1 auto; /* Safari 6.1+ */
	-ms-flex: 1 1 auto; /* IE 10 */
	-webkit-box-flex:1 1 auto;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1 1 auto;         /* OLD - Firefox 19- */
	width:20%;
	height:650px;
	position:relative;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
	transition: all 0.3s ease 0s;
	}
.home-gimage-container:hover {
	width:100%;
	}
.home-gimage {
	background-position:center center;
	background-size:cover;
	width:100%;
	height:100%;
	}
/**----------------------------------------------------------------------------------**/	
/* End Home Page Gallery */
/**----------------------------------------------------------------------------------**/
/**----------------------------------------------------------------------------------**/	
/* End Home Page */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Social Icons */
/**----------------------------------------------------------------------------------**/
.social-icons {
	font-size:30px;
	color:#FFF;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
	transition: all 0.3s ease 0s;
	}
.social-icons i {
	margin:5px;
	color:#FFF;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
	transition: all 0.3s ease 0s;
	}
.social-icons i:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	}
.social-share {
	display:inline-block;
	padding:10px;
	}
.social-share img {
	width:32px;
	height:32px;
	margin:4px;
	}
.social-share a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	}
.social-share.center-share {
	text-align:center;
	}
.social-share h4 {
	font-size:15px;
	font-weight:400;
	margin:0;
	}
.excerpt-share {
	display:block;
	width:100%;
	text-align:left;
	}
/**----------------------------------------------------------------------------------**/
/* End Social Icons */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Headers */
/**----------------------------------------------------------------------------------**/
h1, h2, h3, h4, h5 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight:300;
	line-height:1.2;
	}
h1 {
	font-size:30px;
	color:#3c506e;
	padding:0;
	margin:0 0 10px 0;
	}
h1.pagetitle {
	text-align:center;
	
	}
h2 {
	font-size:23px;
	color:#3c506e;
	margin:0 0 10px 0;
	}
h2.pagetitle {
	font-size:23px;
	color:#3c506e;
	margin:0 0 10px 0;
	}	
h2.sub-title {
	margin-top:-10px;
	text-align:center;
	font-weight:300;
	color:#617aa0;
	}
#sidebar h2 {
	font-size:20px;
	margin:0;
	padding:0;
	}
h3 {
	font-size:20px;
	padding:0;
	margin:0 0 10px 0;
	}
h3.comments {
	padding:0;
	margin:40px auto 20px ;
	}
h4 {
	font-size:18px;
	padding:0;
	margin:0 0 10px 0;
	}
h5 {
	font-size:16px;
	padding:0;
	margin:0 0 10px 0;
	}
h1 a, h1 a:hover {
	text-decoration:none;
	color:#000;
	}
h2 a, h2 a:hover, h3 a, h3 a:hover {
	color:#000;
	text-decoration:none;
	}
.sticky {
	background:#f7f7f7;
	padding:0 10px 10px;
	}
.sticky h2 {
	padding-top:10px;
	}
/**----------------------------------------------------------------------------------**/
/* End Headers */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Global Elements */
/**----------------------------------------------------------------------------------**/
a {
	color:#666;
	text-decoration:underline;
	-webkit-transition:all 0.3s ease 0s; /* Safari */
    transition:all 0.3s ease 0s;
	}
a:hover {
	color:#999;
	}
.anchortag {
	display:block;
	position:relative;
	top:-110px;
	}
small {
	font-family: 'Open Sans', sans-serif;;
	font-size:11px;
	line-height:12px;
	color:#777;
	}
.note {
	font-size:11px;
	font-style:italic;
	}
.required {
	font-size:11px;
	font-style:italic;
	color:#F00;
	}
blockquote, strike {
	color:#777;
	}
.post {
	display:inline-block;
	margin:0 auto;
	padding: 40px 35px 130px 35px; 
	text-align:left;
	width:75%;
	max-width:891px;
	background-image:url('images/page-bg.png');
	background-repeat:repeat-y;
	background-position:center top;
	}
.home-content .post {
	width:100%;
	max-width:100%;
	padding: 40px 35px 20px 35px; 
	}
.post hr {
	display:block;
	}
.postmetadata {
	clear:both;
	}
.clear {
	clear:both;
	}
.entry p {
	text-align:left;
	}
code {
	font:1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size:0.9em;
	letter-spacing:.07em;
	}
cite {
	text-decoration:none;
	}
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;
	}
.fixed {
	position:fixed;
	z-index:1000;
	display:block;
	width:100%;
	}
.left {
	text-align:left !important;
	}
.right {
	text-align:right !important;
	}
.center {
	text-align:center !important;
	}
.hidden {
	display:none !important;
	}	
.screen-reader-text {
     position:absolute;
     left:-1000em;
	}
a img {
	border:none;
	}
.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px;
	}
.tour iframe {
	border:0;
}
body.menu .entry .button {
	min-width:95%;
	max-width:100%;
}
.hide {
	display:none !important;
}

.css-cl6530 {
	padding-right:30px !important;
}

/**----------------------------------------------------------------------------------**/	
/* End Global Elements */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Begin Lists
/**----------------------------------------------------------------------------------**/	
.entry ul, .entry ol {
}
html>body .entry ul {
	margin-left:20px;
	list-style:disc;
	padding-left:5px;
	}
.entry ol {
	margin:0;
	}
.entry ol li {
	margin:0;
	padding:0;
	}
.postmetadata ul, .postmetadata li {
	display:inline;
	list-style-type:none;
	list-style-image:none;
	}
ol li {
	list-style:decimal outside;
	}
/**----------------------------------------------------------------------------------**/
/* End Lists */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Map */
/**----------------------------------------------------------------------------------**/
.google_map {
	position:relative;
	width:100%;
	padding-bottom:40%;
	height:0;
	overflow:hidden;
	margin:20px 0;
	}
/**----------------------------------------------------------------------------------**/
/* End Map */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Forms */
/**----------------------------------------------------------------------------------**/
.wpcf7-form input, input {
	background-color:rgba(255,255,255,0.5);
	border:solid 1px #999;
	border-radius:5px;
	-moz-border-radius:5px;
	height:auto;
	padding:5px;
	margin-top:4px;
	width:100%;
	}
.wpcf7-form textarea, textarea {
	background-color:rgba(255,255,255,0.5);
	border:solid 1px #999;
	border-radius:5px;
	-moz-border-radius:5px;
	height:auto;
	padding:5px;
	margin-top:4px;
	width:100%;
	}
.wpcf7-form input[type="submit"], input[type="submit"] {
	width:auto;
	height:auto;
	background-color:#FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:5px;
	cursor:pointer;
	border:solid 1px #999;
	}
.wpcf7-form input[type="submit"]:hover, input[type="submit"]:hover {
	background-color:#E0E0E0;
	}
.entry form { 
	text-align:left;
	}
select {
	width:130px;
	}
input[type=radio],
input[type=checkbox] {
    display:none;
}
.radio label:before {
    border-radius:8px;
}
.checkbox label:before {
    border-radius:3px;
}
input[type=radio]:checked {
    content:"\2022";
    color:#f3f3f3;
    font-size:30px;
    text-align:center;
    line-height:18px;
}
input[type=checkbox]:checked {
    content:"\2713";
    text-shadow:1px 1px 1px rgba(0, 0, 0, .2);
    font-size:15px;
    color:#f3f3f3;
    text-align:center;
    line-height:15px;
}
.grecaptcha-badge {
	display:none;
}
/**----------------------------------------------------------------------------------**/	
/* End Forms */	
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Navigation */
/**----------------------------------------------------------------------------------**/
#nav {
	width:100%;
	padding:0;
	background-color:#FFF;
	border-bottom:solid 1px #3c506e;
	}
#nav-bar {
	color:#3c506e;
	text-align:center;
	}
#nav-bar .menu ul {
	margin:0;
	}
#nav-bar ul.menu ul {
	display:none;
	list-style:none;
	z-index:100;
	}
#nav-bar .sub-menu {
	background-color:#FFF;
	position:absolute;
	padding:0; 
	margin:-3px 0 0 -28px;
	border:solid 1px #3c506e;
	float:left;
	}
#nav-bar ul.menu li:last-child ul.sub-menu {
	left:auto;
	right:0;
	}
#nav-bar .sub-menu .sub-menu {
	margin:-18px 0 0 0;
	left:98%;
	}
#nav-bar ul.menu {
	margin:auto;
	padding:0;
	list-style:none;
	display:inline-block;
	}
#nav-bar ul.menu li {
	display:inline-block;
	color:#3c506e;
	padding-right:15px;
	padding-left:15px;
	margin:0;
	float:left;
	-webkit-transition:all 0.3s ease 0s; /* Safari */
    transition:all 0.3s ease 0s;
	position:relative;
	}
#nav-bar ul.menu li:first-child {
	border-left:none;
	}
#nav-bar ul.menu li:last-child {
	border-right:none;
	}
#nav-bar ul.menu li:hover, #nav-bar ul.menu li.current-menu-item {
	background-color:transparent;
	}
#nav-bar ul.menu li a {
	color:#3c506e;
	font-size:20px;
	line-height:1.5;
	font-weight:600;
	text-decoration:none;
	display:block;
	text-transform:capitalize;
	vertical-align:middle;
	font-family: 'Josefin Sans', sans-serif;
	-webkit-transition:all 0.3s ease 0s; /* Safari */
    transition:all 0.3s ease 0s;
	}
#nav-bar ul.menu li:hover a, #nav-bar ul.menu li a:hover, #nav-bar ul.menu li.current-menu-item a, #nav-bar ul.menu ul.sub-menu li:hover a, #nav-bar ul.menu ul.sub-menu li:hover ul.sub-menu li:hover a {
	color:#8099bd;
	text-decoration:none;
	}
#nav-bar ul.menu ul.sub-menu li {
	display:block;
	background-image:none;
	border-bottom:solid 1px #3c506e;
	border-left:none;
	border-right:none;
	text-align:left;
	float:none;
	padding:5px 10px;
	min-width:100px;
	-webkit-transition:all 0.3s ease 0s; /* Safari */
    transition:all 0.3s ease 0s;
	}
#nav-bar ul.menu ul.sub-menu li:hover, #nav-bar ul.menu ul.sub-menu li.current-menu-item {
	background-color:#f5f5f5;
	}
#nav-bar ul.menu ul.sub-menu li:last-child {
	border-bottom:none;
	}
#nav-bar ul.menu ul.sub-menu li a, ul#menu-main-menu ul.sub-menu li:hover ul.sub-menu li a {
	color:#3c506e;
	font-size:16px;
	line-height:1.5;
	font-weight:300;
	display:block;
	white-space:nowrap;
	}
#nav-bar ul.menu ul.sub-menu li:hover a {
	color:#3c506e;
	}
#nav-bar ul.menu ul.sub-menu ul.sub-menu ul.sub-menu, #nav-bar ul.menu ul.sub-menu ul.sub-menu ul.sub-menu ul.submenu {
	display:none !important;
	}

.border-button a {
	border:solid 1px #3c506e;
	padding:5px 5px 3px 5px;
	margin-bottom:3px;
	line-height:1.0 !important;
}
.border-button ul li a {
	border:0;
}

/**----------------------------------**/
/* Footer Navigation */
/**----------------------------------**/
#footer {
	display:inline-block;
	width:100%;
	padding:10px 0 10px 0;
	text-align:center;
	}
#footer ul.menu {
	margin:auto;
	padding:0;
	list-style:none;
	display:inline-block;
	}
#footer ul.menu li {
	color:#000000;
	padding:0 5px 0 5px;
	-webkit-transition:all 0.3s ease 0s; /* Safari */
    transition:all 0.3s ease 0s;
	position:relative;
	}
#footer ul.menu li:last-child {
	border-right:none;
	}
#footer ul.menu li a {
	color:#FFF;
	text-decoration:none;
	font-size:16px;
	text-transform:capitalize
	-webkit-transition:all 0.3s ease 0s; /* Safari */
   	transition:all 0.3s ease 0s;
	}
#footer ul.menu li a:hover {
	color:#999;
	text-decoration:none;
	}
#footer ul.menu ul.sub-menu, #footer ul.menu ul.sub-menu ul.sub-menu, #footer ul.menu ul.sub-menu ul.sub-menu ul.sub-menu, #footer ul.menu ul.sub-menu ul.sub-menu ul.sub-menu ul.submenu {
	display:none !important;
	}
#footer ul.menu {
	list-style:none;
	padding:0;
	}
#footer ul.sub-menu {
	display:none;
	}
#footer #sidebar-widget ul li {
	margin-bottom:3px;
	}
/**----------------------------------**/
/* End Footer Navigation */
/**----------------------------------**/
/**----------------------------------------------------------------------------------**/
/* End Navigation */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Sidebar */
/**----------------------------------------------------------------------------------**/

#sidebar-widget .widget-title {
	font-size:20px;
	font-weight:400;
	padding:10px 0;
	margin:5px 0;
	border-bottom:solid 1px #ccc;
	border-top:solid 1px #ccc;
	}
#blog-right #sidebar-widget {
	margin-top:15px;
	padding-bottom:10px;
	width:100%;
	display:table;
	}	
#sidebar-widget ul ul li, #sidebar-widget ul ol li {
	color:#777;
	}
#sidebar-widget ul, #sidebar ul ol {
	margin:10px;
	padding:0;
	}
#sidebar-widget ul li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:15px;
	}
#sidebar-widget ul p, #sidebar-widget ul select {
	margin:5px 0 8px;
	}
#sidebar-widget ul ul, #sidebar ul ol {
	margin:5px 0 0 10px;
	}
#sidebar-widget ul ul ul, #sidebar ul ol {
	margin:0 0 0 10px;
	}
#sidebar-widget ul ol li {
	list-style:decimal outside;
	}
#sidebar-widget ul ul li, #sidebar-widget ul ol li {
	margin:3px 0 0;
	padding:0;
	}
#sidebar-widget select {
	margin:10px;
	}
/**----------------------------------------------------------------------------------**/	
/* End Sidebar */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Search Form */
/**----------------------------------------------------------------------------------**/
.search-form {
	display:flex;
	display:-webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display:-ms-flexbox;      /* TWEENER - IE 10 */
  	display:-webkit-flex;     /* NEW - Chrome */
	}
.search-form-input {
	flex:1;
	-webkit-flex:1; /* Safari 6.1+ */
    -ms-flex:1; /* IE 10 */
	-webkit-box-flex:1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex:1;         /* OLD - Firefox 19- */
	width:100%;
	}
.search-form-button {
	flex:0;
	-webkit-flex:0; /* Safari 6.1+ */
    -ms-flex:0; /* IE 10 */
	-webkit-box-flex:0;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex:0;         /* OLD - Firefox 19- */
	white-space:nowrap;
	}	
#sidebar-widget form#searchform input#s, #sidebar-widget select, form#searchform input#s {
	border:solid 1px #999999;
	border-radius:10px;
	-moz-border-radius:10px;
	background-color:#FFFFFF;
	width:90%;
	max-width:175px;
	height:26px;
	padding:0 0 0 5px;
	margin-bottom:7px;
	margin-right:5px;
	float:left;
	position:relative
	}
#sidebar-widget form#searchform input.go_button, form#searchform input.go_button {
	background-image:url('images/button-go.png');
	background-repeat:no-repeat;
	border:none;
	color:transparent;
	background-color:transparent;
	width:30px;
	height:30px;
	cursor:pointer;
	float:left;
	position:relative;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	-webkit-transition:all 0.3s ease 0s; /* Safari */
    transition:all 0.3s ease 0s;
	}
#sidebar-widget form#searchform input.go_button:hover, form#searchform input.go_button:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	}
#searchform {
	margin:10px auto;
	padding:5px 3px;
	text-align:center;
	}
/**----------------------------------------------------------------------------------**/
/* End Search */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* WP Query Elements */
/**----------------------------------------------------------------------------------**/
#read-more {
	background-color:#3c506e;
	-moz-border-radius:5px;
	border-radius:5px;
	clear:both;
	float:none;
	display:table;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition:all 0.3s ease 0s; /* Safari */
    transition:all 0.3s ease 0s;
	}
#read-more:hover {
	background-color:#8099bd;
	}
#read-more a {
	color:#FFF;
	text-transform:uppercase;
	font-size:14px;
	padding:10px;
	display:block;
	text-decoration:none;
	-webkit-transition:all 0.3s ease 0s; /* Safari */
    transition:all 0.3s ease 0s;
	}
#read-more a:hover {
	color:#FFF;
	}
#page-navi {
	display:inline-block;
	}
/**----------------------------------------------------------------------------------**/
/* End WP Query Elements */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Events */
/**----------------------------------------------------------------------------------**/
.eventscontainer, .events-list {
	display:inline-block;
	width:100%;
	text-align:center;
	padding:20px 0 0 0;
	}
#event-post {
	padding-bottom:20px;
	margin-bottom:15px;
	width:100%;
	border-bottom:dashed 1px #666;
	display:flex;
	display:-webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display:-ms-flexbox;      /* TWEENER - IE 10 */
  	display:-webkit-flex;     /* NEW - Chrome */
	}
#event-pic {
	width:200px;
	height:200px;
	margin-right:25px;
	float:left;
	position:relative;
	}
#event-pic img {
	border:solid 1px #666;
	}
#event-detail {
	display:inline-block;
	width:90%;
	float:left;
	position:relative;
	flex:1;
	-webkit-flex:1; /* Safari 6.1+ */
    -ms-flex:1; /* IE 10 */
	-webkit-box-flex:1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex:1;         /* OLD - Firefox 19- */
	text-align:left;
	}
.event-date {
	text-align:left;
	}
h3.event-title {
	font-size:22px;
	font-weight:400;
	text-align:left;
	}
/**----------------------------------------------------------------------------------**/
/* End Events */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Press */
/**----------------------------------------------------------------------------------**/
#press {
	padding-bottom:20px;
	margin-bottom:15px;
	width:100%;
	border-bottom:dashed 1px #666;
	}
#press-pic {
	margin:0 0 15px 0;
	}
#press-detail {
	display:inline-block;
	width:100%;
	}
h3.press-title {
	font-size:22px;
	font-weight:400;
	}
/**----------------------------------------------------------------------------------**/
/* End Press */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Blog */
/**----------------------------------------------------------------------------------**/
#blog-left {
	float:left;
	position:relative;
	width:70%;
	text-align:left;
	border-right:solid 1px #282828;
	padding:0 30px 30px 0;
	box-sizing:border-box;
	}
#blog-left .entry {
	margin:0 40px 0 0;
	}
#blog-right {
	float:right;
	position:relative;
	width:30%;
	text-align:left;
	padding:0 15px 0 40px;
	box-sizing:border-box;
	}
.blog-post-container {
	padding-bottom:20px;
	margin-bottom:15px;
	width:100%;
	border-bottom:dashed 1px #666;
	}
#blog-post {
	display:flex;
	display:-webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display:-ms-flexbox;      /* TWEENER - IE 10 */
  	display:-webkit-flex;     /* NEW - Chrome */
	}
#post-pic {
	width:200px;
	height:200px;
	margin-right:25px;
	float:left;
	position:relative;
	}
#post-pic img {
	border:solid 1px #666;
	}
#post-detail {
	display:inline-block;
	width:90%;
	float:left;
	position:relative;
	flex:1;
	-webkit-flex:1; /* Safari 6.1+ */
    -ms-flex:1; /* IE 10 */
	-webkit-box-flex:1;      /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex:1;         /* OLD - Firefox 19- */
	}
.post-date {
	font-size:10px;
	font-style:italic;
	}
h2.blog-title {
	margin:0 0 2px 0;
	}
.post-excerpt {
	}
.postmetadata {
	font-size:11px;
	color:#777;
	}
.nocomments {
	color:#777;
	}
/**----------------------------------------------------------------------------------**/
/* End Blog */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* DoorDash */
/**----------------------------------------------------------------------------------**/
.storefront-sdk-emotion-cl6530 {
	width:auto !important;
	right:0 !important;
	bottom:20px !important;
}
/**----------------------------------------------------------------------------------**/
/* End DoorDash */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Comment Form */
/**----------------------------------------------------------------------------------**/
#commentform input {
	background-color:rgba(255,255,255,0.5);
	border:solid 1px #999;
	border-radius:5px;
	-moz-border-radius:5px;
	height:20px;
	padding:5px;
	margin-top:4px;
	width:100%;
	}
#commentform textarea {
	background-color:rgba(255,255,255,0.5);
	border:solid 1px #999;
	border-radius:5px;
	-moz-border-radius:5px;
	height:auto;
	padding:5px;
	margin-top:4px;
	width:100%;
	}
#commentform input[type="submit"] {
	width:auto;
	height:auto;
	background-color:#FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:5px;
	cursor:pointer;
	border:solid 1px #999;
	}
#commentform input[type="submit"]:hover {
	background-color:#E0E0E0;
	}
#commentform p {
	font-family: 'Open Sans', sans-serif;
	}
#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0;
	}
#commentform {
	margin:5px 10px 0 0;
	}
#commentform textarea {
	width:100%;
	padding:2px;
	}
#commentform #submit {
	margin:0 0 5px 0;
	}
#commentform #submit.hide-submit {
	display:none;
	}
#respond:after {
		content:"."; 
	    display:block; 
	    height:0; 
	    clear:both; 
	    visibility:hidden;
	}
/**----------------------------------------------------------------------------------**/
/* End Comment Form */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Comments */
/**----------------------------------------------------------------------------------**/
.thread-alt {
	background-color:#f8f8f8;
	}
.thread-even {
	background-color:white;
	}
.depth-1 {
	border:1px solid #ddd;
	}
.even, .alt {
	border-left:1px solid #ddd;
	}
.commentlist li, #commentform input, #commentform textarea {
	font:0.9em arial, helvetica, verdana, sans-serif;
	}
.commentlist li ul li {
	font-size:11px;
	}
.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:11px;
	}
.commentlist p {
	font-weight:normal;
	font-size:11px;
	line-height:12px;
	text-transform:none;
	}
.commentmetadata {
	font-weight:normal;
	}
.alt {
	margin:0;
	padding:10px;
	}
.commentlist {
	padding:0;
	text-align:justify;
	}
.commentlist li, .entry .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 */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Tables */
/**----------------------------------------------------------------------------------**/
table { 
	width: 100%; 
	border-collapse: collapse;
	table-layout: fixed;
}
th {
	background-color:#3c506e;
	color:#FFF;
	font-weight:700;
	padding: 10px 6px; 
  	border: 1px solid #3c506e; 
	text-align: left
	}
td { 
	padding: 10px; 
	border: 1px solid #3c506e; 
	text-align: left; 
	}
@media screen and (max-width: 700px) {
table {
    border:0 !important;
	}
table caption {
    font-size: 1.3em;
	}
table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
	}
table tr {
	border:1px solid #3c506e;
    border-bottom: 2px solid #3c506e;
    display: block;
    margin-bottom: .625em;
	padding: .35em;
	}
table td {
	border:0;
    border-bottom: 1px solid #3c506e;
    display: block;
    font-size: .8em;
	min-height: 30px;
    text-align: right;
	padding: 6px;
	width:100% !important;
	}
table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
	}
table td:last-child {
    border-bottom: 0;
	}
}
@media screen and (max-width: 400px) {
table td:before {
    content: attr(data-label);
    float: none;
	}
}
/**----------------------------------------------------------------------------------**/
/* End Tables */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* WP Calendar */
/**----------------------------------------------------------------------------------**/
#wp-calendar #prev a, #wp-calendar #next a {
	font-size:9pt;
	}
#wp-calendar a {
	text-decoration:none;
	}
#wp-calendar caption {
	font:bold 1.3em arial, helvetica, verdana, sans-serif;
	text-align:center;
	}
#wp-calendar th {
	font-style:normal;
	text-transform:capitalize;
	}
#wp-calendar caption {
	text-decoration:none;
	}
#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 {
	background-color:#fff; 
	}
/**----------------------------------------------------------------------------------**/	
/* End WP Calendar */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* Begin Images */
/**----------------------------------------------------------------------------------**/
p img {
	padding:0;
	max-width:100%;
	height:auto;
	}
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 */
/**----------------------------------------------------------------------------------**/

/**----------------------------------------------------------------------------------**/
/* 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 */
/**----------------------------------------------------------------------------------**/


/**----------------------------------------------------------------------------------**/
/**----------------------------------------------------------------------------------**/
/* Let me know if you need anything else. */
/**----------------------------------------------------------------------------------**/
/**----------------------------------------------------------------------------------**/