/*
Theme Name: Adrift Tiki Bar
Theme URI: http://www.adriftbar.com
Description: Custom Theme for Adrift Tiki Bar.
Version: 1.0
Author: Josh Bergman
Author URI: http://www.joshbergman.com


MyFont: DIN1451Com-Mittelschrift
font-family:'DIN1451Com-Mittelschrift', sans-serif;
font-weight:
normal = 400;
bold = 700;

MyFont: HandStampPlayRoughSerif
font-family:'HandStampPlayRoughSerif', serif;
font-weight:
normal = 400;

MyFont: HandStampPlayRoughSerif-Bold
font-family:'HandStampPlayRoughSerif-Bold', serif;
font-weight:
bold = 700;

Colors:
Cream: #fff9e7
Dark Blue/Green: #233746

*/

/* Begin */
body {
	font-size: 17px;
	line-height:1.3;
	letter-spacing:2px;
	font-family:'DIN1451Com-Mittelschrift', sans-serif;
	color: #fff9e7;
	text-align: center;
	padding:0;
	margin:0;
	text-rendering:optimizeLegibility;
	background-color:#fff9e7;
	}
#container {
	width:100%;
	text-align:center;
	}
#main {
	width:100%;
	margin:auto;
	}
#max {
	max-width:1200px;
	width:100%;
	margin:auto;
	}
#pad {
	margin:0;
	}
#fixed {
	position:fixed;
	z-index:1000;
	display:block;
	width:100%;
	}
#content {
	width:100%;
	display:inline-block;
	}
#page-left {
	float:left;
	position:relative;
	width:70%;
	text-align:left;
	border-right:solid 1px #fff9e7;
	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%;
	max-width:307px;
	text-align:left;
	padding-right:15px;
	box-sizing:border-box;
	}
* {
	box-sizing:border-box;
	}
/* Header */

#announcement {
	background-color:#233746;
	width:100%;
	padding:0 20px 0 20px;
	color:#fff9e7;
	text-align:center;
	display:inline-block;
	font-family: "DIN1451Com-Mittelschrift",sans-serif;
	line-height:1.5;
}

#announcement p {
	margin:10px 0;
}
#announcement a {
	color:#fff9e7;
	display:block;
}
#announcement a:hover {
	color:#bdbdb4;
}

#header {
	width:100%;
	display:inline-block;
	text-align:center;
	color:#233746;
	}
#social-icons {
	width:100%;
	display:inline-block;
	text-align:right;
	clear:both;
	color:#233746;
	padding:20px 40px 0 40px;
	}
#social-icons p {
	margin:0;
	text-align:right;
	letter-spacing:10px;
	}
#social-icons a {
	text-decoration:none;
	color:#233746;
	}
#social-icons a:hover {
	color:#496071;
	}
#nav-logo {
	width:100%;
	display:inline-block;
	text-align:center;
	}
#logo {
	width:25%;
	max-width:200px;
	display:inline-block;
	padding:0;
	vertical-align:top;
	text-align:center;
	}
#logo img {
	max-width:100%;
	height:auto;
	}
#nav-left {
	width:37%;
	display:inline-block;
	padding:0;
	vertical-align:top;
	}
#nav-right {
	width:37%;
	display:inline-block;
	padding:0;
	vertical-align:top;
	}
#location-info {
	width:100%;
	display:inline-block;
	text-align:center;
	font-size:18px;
	letter-spacing:5px;
	line-height:2;
	font-weight:normal;
	}
#location-info a {
	text-decoration:none;
	color:#233746;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
	transition: all 0.3s ease 0s;
	}
#location-info a:hover {
	text-decoration:underline;
	color:#5d6c79;
	}


/* End Header */

/* Custom Structure */

#content-top {
	width:100%;
	display:inline-block;
	position:relative;
	z-index:10;
	}
#content-top-topborder {
	width:100%;
	height:16px;
	display:inline-block;
	background-image:url('images/content-top-topborder.png');
	background-repeat:repeat-x;
	background-position:center bottom;
	background-color:#fff9e7;
	}
#content-top-container {
	width:100%;
	display:flex;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	background-image:url('images/rough-bg.png');
	background-position:center center;
	background-color:#fff9e7;
	padding:20px 0 20px 0;
	}
#content-top-container.menu-content {
	background-color:#fff9e7;
	background-image:none !important;
}
#content-top-left {
	width:31%;
	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- */
	background-image:url('images/tiki-bg.png');
	background-repeat:repeat-y;
	background-position:right top;
	margin-right:25px;
	}
#content-top-right {
	width:31%;
	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- */
	background-image:url('images/tiki-bg.png');
	background-repeat:repeat-y;
	background-position:left top;
	margin-left:20px;
	}
#content-top-center {
	width:31%;
	min-height:420px;
	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- */
	background-color:#233746;
	padding:20px;
	display:inline-block;
	overflow:hidden;
	border: 10px solid transparent;
	-webkit-border-image: url('images/content-frame.png') 10; /* Safari 3.1-5 */
    -o-border-image: url('images/content-frame.png') 10; /* Opera 11-12.1 */
    border-image: url('images/content-frame.png') 10;
	border-image-outset:10px;
	}
#content-top-full {
	width:100%;
	min-height:420px;
	background-color:#233746;
	padding:20px;
	display:inline-block;
	overflow:hidden;
	border: 10px solid transparent;
	-webkit-border-image: url('images/content-frame.png') 10; /* Safari 3.1-5 */
    -o-border-image: url('images/content-frame.png') 10; /* Opera 11-12.1 */
    border-image: url('images/content-frame.png') 10;
	border-image-outset:10px;
	}
.menu-content #content-top-full {
	background-color:transparent;
}
.menu-content-container {
	max-width:85%;
	margin:auto;
	padding-bottom:190px;
}
.menu-content-container .menu-column {
	width:50%;
	display:inline-block;
	padding:15px 40px;
	vertical-align:top;
	text-align:left;
}
.menu-content-container .menu-column p {
	text-align:left;
}
.menu-content-container .menu-full {
	padding:15px 10px;
	width:90%;
	margin:auto;
}
.menu-background1, .menu-background2, .menu-background3, .menu-background4 {
	display:block;
	position:relative;
	width:100%;
	top:0; bottom:0; right:0; left:0;
	background-repeat:no-repeat;
}

/* Regular Menu */
/*.menu-background1 {
	background-image:url('images/palm-tree.png');
	background-position:bottom right;
	background-size:20%;
}
.menu-background2 {
	background-image:url('images/pig-pineapple.png');
	background-position:bottom left;
}
.menu-background3 {
	background-image:url('images/blow-fish.png');
	background-position:top right;
	background-size:25%;
}
.menu-background4 {
	background-image:url('images/band.png');
	background-position:top left;
	background-repeat:repeat-y;
}
.menu-content .menu-column p, .menu-content .menu-column, .menu-content .menu-full p, .menu-content .menu-full {
	color:#233746 !important;
	text-align:left;
}
.menu-content h1, .menu-content h2, .menu-content h3, .menu-content h4, .menu-content h5, .menu-content h6 {
	color:#233746 !important;
}

*/

/* Holiday Menu */

/*.menu-background1 {
	background-image:url('images/holiday-flamingo.png');
	background-position:bottom right;
	background-size:20%;
}
.menu-background2 {
	background-image:url('images/holiday-pig.png');
	background-position:bottom left;
}
.menu-background3 {
	background-image:url('images/holiday-penguin.png');
	background-position:top right;
	background-size:25%;
}
.menu-background4 {
	background-image:url('images/holiday-band.png');
	background-position:top left;
	background-repeat:repeat-y;
}
.menu-content h1, .menu-content h2, .menu-content h3, .menu-content h4, .menu-content h5, .menu-content h6 {
	color:#007d3e !important;
}
.menu-content .menu-column p, .menu-content .menu-column, .menu-content .menu-full p, .menu-content .menu-full {
	color:#007d3e !important;
	text-align:left;
}
.menu-content #content-top-full .button.dark-button {
	background-color:#007d3e !important;
}
.menu-content #content-top-full .button.dark-button a {
	color:#fff9e7 !important;
}
.menu-content #content-top-full .button.dark-button:hover {
	opacity:0.8;
}
*/
/* End Holiday Menu */

/* Winter Menu */

.menu-background1 {
	background-image:url('images/freeze-flamingo.png');
	background-position:bottom right;
	background-size:20%;
}
.menu-background2 {
	background-image:url('images/freeze-pig.png');
	background-position:bottom left;
}
.menu-background3 {
	background-image:url('images/freeze-lift.png');
	background-position:top right;
	background-size:25%;
}
.menu-background4 {
	background-image:url('images/band.png');
	background-position:top left;
	background-repeat:repeat-y;
}
.menu-content .menu-column p, .menu-content .menu-column, .menu-content .menu-full p, .menu-content .menu-full {
	color:#233746 !important;
	text-align:left;
}
.menu-content h1, .menu-content h2, .menu-content h3, .menu-content h4, .menu-content h5, .menu-content h6 {
	color:#233746 !important;
}
.menu-content #content-top-full .button.dark-button {
	background-color:#00a1d2 !important;
}
.menu-content #content-top-full .button.dark-button a {
	color:#fff9e7 !important;
}
.menu-content #content-top-full .button.dark-button:hover {
	opacity:0.8;
}

/* End Winter Menu */


.menu-content .div-line-blue, .menu-content .div-line-green {
	width:70%;
	margin:30px auto 20px auto;
}
.menu-button {
	max-width:70%;
	margin:auto;
}

.content-top-text {
	width:100%;
	display:inline-block;
	letter-spacing:2px;
	}
.about .content-top-text {
	letter-spacing:3px;
	}
#content-top-btmborder {
	width:100%;
	display:inline-block;
	background-image:url('images/top-border.png');
	background-repeat:repeat-x;
	background-position:center bottom;
	height:10px;
	}
#content-btm-topborder {
	width:100%;
	display:inline-block;
	background-image:url('images/bottom-border.png');
	background-repeat:repeat-x;
	background-position:center top;
	height:15px;
	position:relative;
	z-index:12;
	}
#content {
	background-color:#233746;
	padding:50px 0 40px 0;
	background-image:url('images/pineapple-bg.png');
	background-repeat:no-repeat;
	background-position:left top;
	position:relative;
	z-index:11;
	}

/* End Custom Structure */
	
/* Home Page */

#slideshow {
	width:100%;
	height:700px;
	display:block;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:0;
	margin:-30px 0 -30px 0;
	}
.slider {
	width:100%;
	height:700px;
	position:absolute;
	}
.slide-bg {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	}
a.slide-link {
	width:100%;
	position:absolute;
	bottom:0;
	top:0;
	left:0;
	right:0;
	display:block;
}
	
/* End Home */

/* Footer */
#content-btm-btmborder {
	width:100%;
	display:inline-block;
	background-image:url('images/footer-top-border.png');
	background-repeat:repeat-x;
	background-position:center top;
	height:22px;
	}
#footer #social-icons p {
	text-align:center;
	}
#footer {
	width:100%;
	display:inline-block;
	text-align:center;
	padding:20px 0 20px 0;
	color:#233746;
	font-size:15px;
	line-height:19px;
	}
#footer a {
	color:#233746;
	text-decoration:none;
	}
#footer a:hover {
	color:#233746;
	}
#copyright {
	width:100%;
	display:inline-block;
	font-size:13px;
	text-align:center;
	}

/* End Footer */	

/* Content */

a {
	color:#fff9e7;
	text-decoration:none;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
    	transition: all 0.3s ease 0s;
	}
a:hover {
	color:#bdbdb4;
	text-decoration:underline;
	}
.content-top-text a, #content a {
	text-decoration:underline;
}

.div-line {
	background-image:url('images/div-line.png');
	background-repeat:repeat-x;
	background-position:center center;
	height:12px;
	margin:30px 0 20px 0;
	}
.div-line-blue {
	background-image:url('images/div-line-blue.png');
	background-repeat:repeat-x;
	background-position:center center;
	height:12px;
	margin:30px 0 20px 0;
	}
.div-line-green {
	background-image:url('images/div-line-green.png');
	background-repeat:repeat-x;
	background-position:center center;
	height:12px;
	margin:30px 0 20px 0;
	}

	
.row {
	display:inline-block;
	position:relative;
	clear:both;
	width:100%;
	text-align:center;
	}
.column1 {
	display:inline-block;
	position:relative;
	width:100%;
	box-sizing:border-box;
	vertical-align:top;
	}
.column2 {
	display:inline-block;
	position:relative;
	width:50%;
	padding-right:20px;
	padding-left:20px;
	box-sizing:border-box;
	vertical-align:top;
	}
.column3 {
	display:inline-block;
	position:relative;
	width:33.33%;
	padding-right:20px;
	padding-left:20px;
	box-sizing:border-box;
	vertical-align:top;
	}
.column4 {
	display:inline-block;
	position:relative;
	width:25%;
	padding-right:20px;
	padding-left:20px;
	box-sizing:border-box;
	vertical-align:top;
	}
.column23 {
	display:inline-block;
	position:relative;
	width:66%;
	padding-right:20px;
	padding-left:20px;
	box-sizing:border-box;
	vertical-align:top;
	}
.column34 {
	display:inline-block;
	position:relative;
	width:75%;
	padding-right:20px;
	padding-left:20px;
	box-sizing:border-box;
	vertical-align:top;
	}
.col {
	display:inline-block;
	padding-right:20px;
	padding-left:20px;
	box-sizing:border-box;
	vertical-align:top;
	margin:auto;
	}
.column1 img, .column2 img, .column3 img, .column4 img, .column23 img, .column34 img, .col img {
	max-width:100%;
	height:auto;
}
.twocolumnlist ul {
	columns: 2;
  	-webkit-columns: 2;
  	-moz-columns: 2;
	}
.threecolumnlist ul {
	columns: 3;
  	-webkit-columns: 3;
  	-moz-columns: 3;
	}
.fourcolumnlist ul {
	columns: 4;
  	-webkit-columns: 4;
  	-moz-columns: 4;
	}
.button-center {
	width:100%;
	text-align:center;
}
.button, #footer .button {
	background-color:#233746;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:7px;
	display:inline-block;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
    	transition: all 0.3s ease 0s;
	margin:0 10px;
	box-shadow: -2px -2px 5px rgba(0,0,0,.50) inset, 2px 2px 5px white inset;
 	-moz-box-shadow: -2px -2px 5px rgba(0,0,0,.50) inset, 2px 2px 5px white inset;

	}
.button a, #footer .button a {
	display:block;
	text-decoration:none;
	color:#FFF !important;
	}
.button a:hover {
	text-decoration:none;
	color:#CCC;
	}
.button:hover {
	opacity:0.8;
}
#content-top-full .button.dark-button {
	background-color:#233746 !important;
}
#content-top-full .button.dark-button a {
	color:#fff9e7 !important;
}
#content-top-full .button.dark-button:hover {
	opacity:0.8;
}
#content-top-full .button, #content .button {
	background-color:#fff9e7;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:7px 15px;
	display:inline-block;
	box-shadow: -2px -2px 5px rgba(0,0,0,.50) inset, 2px 2px 5px white inset;
 	-moz-box-shadow: -2px -2px 5px rgba(0,0,0,.50) inset, 2px 2px 5px white inset;
	}
#content-top-full .button a, #content .button a {
	display:block;
	text-decoration:none;
	color:#233746 !important;
	}
#content-top-full .button a:hover, #content .button a:hover {
	text-decoration:none;
	color:#233746;
	}
.menus .button, .home .button, .content-top-text .button {
	background-color:#fff9e7;
	padding:7px 15px;
	margin-bottom:25px;
}
.menus .button a, .home .button a, .content-top-text .button a {
	color:#233746 !important;
	font-size:18px;
}
.menus .button-center .button, .home .button-center .button {
	margin-bottom:0;
}
.full-menu .content-top-text .column2:nth-child(2) {
	padding-right:0;
}
.full-menu .content-top-text .column2:nth-child(3) {
	padding-left:0;
}

/* Pop-ups */

.sg-popup-builder-content .button, .sg-builder-content .button-center {
	background-color:#233746;
	color:#fff9e7;
}

.sg-popup-builder-content .button a, .sg-builder-content .button-center a {
	color:#fff9e7 !important;
}
	
/* Tables */

table { 
  width: 100%; 
  border-collapse: collapse; 
}
th {  
  color: white; 
  font-weight: bold; 
}
td, th { 
  padding: 6px; 
  border: 1px solid #ccc; 
  text-align: left; 
}

/* End Tables */

/* Forms */

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="number"], .gfield input[type="text"] {
	background-color:#fff9e7;
	border: solid 1px #999;
	border-radius:5px;
	-moz-border-radius:5px;
	height:30px;
	padding:5px;
	margin-top:4px;
	width:100%;
	font-family: arial, helvetica, san-serif;
}
.wpcf7-form textarea, .gfield textarea {
	background-color:#fff9e7;
	border: solid 1px #999;
	border-radius:5px;
	-moz-border-radius:5px;
	height:auto;
	padding:5px;
	margin-top:4px;
	width:100%;
	font-family: arial, helvetica, san-serif;
}
.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;
}

.catering-form {
	font-size:14px;
	letter-spacing:normal;
	line-height:1;
}
.catering-form .column2 {
	width:47%;
}
.catering-form .req {
	font-size:12px;
	font-style:italic;
}
.catering-form label {
	margin:0 0 20px 0;
	display:block;
}
.ui-datepicker {
	letter-spacing:normal;
	font-size:14px;
	line-height:1;
}
.wpcf7-recaptcha {
	text-align:center;
}
.wpcf7-recaptcha div {
	margin:auto;
}
.grecaptcha-badge {
	display:none;
}

.application-section h2 {
	font-size:30px !important;
}
.gform_submission_error {
	color:#fff9e7 !important;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error {
	background-color: rgba(255,255,255,.75) !important;
	padding-left:10px !important;
}
.gform_legacy_markup_wrapper .gfield_required {
	color:#fff9e7 !important;
}
/* End Forms */

/* End Content */	

/* Map */

#footer .google-maps {
position: relative;
padding-bottom: 60%; // This is the aspect ratio
height: 0;
overflow: hidden;
border:solid 1px #000;
}
#footer .google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.google-maps {
position: relative;
padding-bottom: 40%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 90% !important;
height: 100% !important;
}

/* End Map */
	
/* Navigation */

#nav-left .nav-left, #nav-right .nav-right {
	display:inline-block;
	}
#nav-left .nav-right, #nav-right .nav-left {
	display:none;
	}
#nav-left #nav-bar ul.menu {
	float:right;
	}
#nav-right #nav-bar ul.menu {
	float:left;
	}
.nav-menu a {
	display:inline-block;
	overflow:hidden;
	border: 10px solid transparent;
	-webkit-border-image: url('images/button-frame-menu.png') 10; /* Safari 3.1-5 */
       -o-border-image: url('images/button-frame-menu.png') 10; /* Opera 11-12.1 */
   	border-image: url('images/button-frame-menu.png') 10;
	padding:3px 12px;
	}
.nav-about a {
	display:inline-block;
	overflow:hidden;
	border: 10px solid transparent;
	-webkit-border-image: url('images/button-frame-about.png') 10; /* Safari 3.1-5 */
       -o-border-image: url('images/button-frame-about.png') 10; /* Opera 11-12.1 */
       border-image: url('images/button-frame-about.png') 10;
	padding:3px 12px;
	}
.nav-contact a {
	display:inline-block;
	overflow:hidden;
	border: 10px solid transparent;
	-webkit-border-image: url('images/button-frame-contact.png') 10; /* Safari 3.1-5 */
 	-o-border-image: url('images/button-frame-contact.png') 10; /* Opera 11-12.1 */
    	border-image: url('images/button-frame-contact.png') 10;
	padding:3px 12px;
	}
.nav-hours a {
	display:inline-block;
	overflow:hidden;
	border: 10px solid transparent;
	-webkit-border-image: url('images/button-frame-hours.png') 10; /* Safari 3.1-5 */
    	-o-border-image: url('images/button-frame-hours.png') 10; /* Opera 11-12.1 */
    	border-image: url('images/button-frame-hours.png') 10;
	padding:3px 12px;
	}
.nav-border a {
	display:inline-block;
	overflow:hidden;
	border: 10px solid transparent;
	-webkit-border-image: url('images/button-frame-contact.png') 10; /* Safari 3.1-5 */
 	-o-border-image: url('images/button-frame-contact.png') 10; /* Opera 11-12.1 */
    	border-image: url('images/button-frame-contact.png') 10;
	padding:3px 12px;
	}

#nav {
	width:100%;
	}

#nav-bar .menu ul {
	margin:0;
}

#nav-bar ul.menu ul {
	display:none;
	list-style:none;
	z-index:100;
}

#nav-bar .sub-menu {
	position:absolute;
	padding:5px 10px; 
	margin:-3px 0 0 -28px;
	float:left;
	background-color:#fff9e7;
	border:solid 1px #233746;
}

#nav-bar ul.menu li:last-child ul.sub-menu {

}
#nav-bar .sub-menu .sub-menu {
	margin:-18px 0 0 0;
	left:98%;
}

#nav-bar ul.menu {
	padding:0;
	list-style:none;
	display:inline-block;
}

#nav-bar ul.menu li {
	color:#233746;
	margin:0 40px 0 40px;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
    	transition: all 0.3s ease 0s;
	position:relative;
}
#nav-bar ul.menu li:first-child {
	margin:0 40px 0 0;
}
#nav-bar ul.menu li:last-child {
	margin:0 0 0 40px;
}
#nav-bar ul.menu li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	}

#nav-bar ul.menu li a {
	color:#233746;
	font-size:16px;
	letter-spacing:2px;
	line-height:1;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	vertical-align:middle;
	font-family:'DIN1451Com-Mittelschrift', 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:#5d6c79;
	text-decoration:none;
}

#nav-bar ul.menu ul.sub-menu li {
	display:block;
	background-image:none;
	border-bottom:solid 1px #233746;
	border-left:none;
	border-right:none;
	text-align:left;
	float:none;
	padding:5px 10px 5px 10px;
	margin:0;
	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:last-child {
	border-bottom:none;
}

#nav-bar ul.menu li:hover ul.sub-menu li a, #nav-bar ul.menu li:hover ul.sub-menu li ul.sub-menu li a, #nav-bar ul.menu li:hover ul.sub-menu li:hover ul.sub-menu li a {
	color:#233746;	
}
#nav-bar ul.menu ul.sub-menu li a, ul.menu ul.sub-menu li:hover ul.sub-menu li a {
	color:#233746;
	font-size:14px;
	line-height:19px;
	display:block;
	white-space:nowrap;
	border: none;
	-webkit-border-image: none;
    	-o-border-image: none;
    	border-image: none;
	padding:0;
}
#nav-bar ul.menu ul.sub-menu li:first-child, #nav-bar ul.menu ul.sub-menu li:last-child, ul.menu ul.sub-menu li ul.sub-menu li:first-child, ul.menu ul.sub-menu li ul.sub-menu li:last-child  {
	margin:0;
}

#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;
}

#footer-nav ul.menu {
	margin:auto;
	padding:0;
	list-style:none;
}

#footer-nav ul.menu li {
	display:inline-block;
	color:#000000;
	padding:0 5px 0 5px;
	border-right:solid 1px #000000;
	float:left;
}

#footer-nav ul.menu li:last-child {
	border-right:none;
}

#footer-nav ul.menu li a {
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
    	transition: all 0.3s ease 0s;
}

#footer-nav ul.menu li a:hover {
	color:#999;
	text-decoration:none;
}

#footer-nav ul.menu ul.sub-menu, #footer-nav ul.menu ul.sub-menu ul.sub-menu, #footer-nav ul.menu ul.sub-menu ul.sub-menu ul.sub-menu, #footer-nav ul.menu ul.sub-menu ul.sub-menu ul.sub-menu ul.submenu {
	display:none !important;
}

/* End Navigation */

/* Sidebar */

#widget-title {
	font-size:15px;
	font-weight:bold;
	}
#blog-right #sidebar-widget {
	margin-top:15px;
	padding-bottom:10px;
	border-bottom:solid 1px #fff9e7;
	width:250px;
	display:table;
	}
	
#learn-more {
	text-align:right;
	font-size:11px;
	border-bottom:solid 1px #8c9993;
	padding:3px;
	}

#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: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 */
}

/* End Sidebar */

/* Blog */

#blog-left {
	float:left;
	position:relative;
	width:68%;
	text-align:left;
	border-right:solid 1px #fff9e7;
	margin:0 30px 30px 0;
	box-sizing:border-box;
	}
#blog-left .entry {
	margin:0 40px 0 0;
	}
#blog-right {
	float:right;
	position:relative;
	width:27%;
	max-width:307px;
	text-align:left;
	margin-right:15px;
	box-sizing:border-box;
	}

#blog-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 */
	}
#post-pic {
	width:200px;
	height:200px;
	margin-right:25px;
	float:left;
	position:relative;
	}
#post-pic img {
	border:solid 4px #105508;
	}
#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 {
	}
#read-more {
	background: -webkit-linear-gradient(top, #005d32, #003c20); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(top, #005d32, #003c20); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(top, #005d32, #003c20); /* For Firefox 3.6 to 15 */
	background: linear-gradient(top, #005d32, #003c20); /* Standard syntax */
	background-color:#013c20;
	-moz-border-radius:5px;
	border-radius:5px;
	clear:both;
	float:none;
	display:table;
	font-family: 'Montserrat', sans-serif;
	}
#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:#CCC;
	}
	
/* Comment Form */

#commentform input {
	background-color:rgba(255,255,255,0.8);
	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.8);
	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;
}

/* End Comment Form */

/* End Blog */

/* Nivo Slider */

#container .theme-default .nivoSlider {
	position:relative;
	background:#fff url('images/loading.gif') no-repeat 50% 50%;
    margin-bottom:0;
    /* -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a; */
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: rgba(255, 255, 255, 0.3);
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family:'DIN1451Com-Mittelschrift', sans-serif;
	font-size: 11px;
	line-height: 12px;
	}

h1, h2 {
	font-family:'HandStampPlayRoughSerif', serif;
	font-weight:400;
	line-height:1;
	letter-spacing:10px;
	}

h1 {
	font-size: 37px;
	}


h2 {
	font-size: 33px;
	}

h2.pagetitle {
	font-size: 25px;
	}
	

#sidebar h2 {
	font-family:'DIN1451Com-Mittelschrift', sans-serif;
	font-size: 16px;
	}

h3 {
	font-size: 21px;
	font-family:'DIN1451Com-Mittelschrift', sans-serif;
	letter-spacing: 3px;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #fff9e7;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #fff9e7;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

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

.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;
	}

#commentform p {
	font-family:'DIN1451Com-Mittelschrift', sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em arial, helvetica, verdana, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
.postmetadata {
	font-size:11px;
	}

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

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

#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;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 0 0 40px 0;
	text-align: left;
	}

.post hr, #content-top hr {
	display: block;
	border:none;
	border-top:5px dotted #fff9e7;
	color:##fff9e7;
	background-color:transparent;
	height:10px
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

.entry p {
	text-align:left;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding:0;
	margin: 0 0 10px 0;
	font-size:50px;
	}

h2 {
	margin: 0 0 10px 0;
	}

h2.pagetitle {
	margin: 0 0 10px 0;
	font-size:45px;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	font-size:40px;
	}

h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size:35px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	font-size:35px;
	}
/* End Headers */



/* 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. */
.entry ul, .entry ol {
	overflow:auto;
}

html>body .entry ul {
	margin-left: 20px;
	list-style: disc;
	}

.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;
	}

#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 { 
	text-align:left;
	}

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



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

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


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