/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b44941;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #b44941;
  text-shadow: none;
  color: #fff; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle;
  max-width:100%; }

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

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }


/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.wrap {
  max-width: 1280px;
  width: 92%;
  margin: 0px auto;
  position: relative; }

.row {
  clear: both; }

@media screen and (min-width: 480px) {
  .wrap {
    width: 98%; }

  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-half,
  .grid-full,
  .grid-unit {
    float: left;
    width: 100%; }
    .grid-1:nth-child(n),
    .grid-2:nth-child(n),
    .grid-3:nth-child(n),
    .grid-4:nth-child(n),
    .grid-5:nth-child(n),
    .grid-6:nth-child(n),
    .grid-half:nth-child(n),
    .grid-full:nth-child(n),
    .grid-unit:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
    .grid-3:nth-child(1n),
    .grid-4:nth-child(1n),
    .grid-5:nth-child(1n),
    .grid-6:nth-child(1n),
    .grid-half:nth-child(1n),
    .grid-full:nth-child(1n),
    .grid-unit:nth-child(1n) {
      margin-right: 0; }
    .grid-1:last-child,
    .grid-2:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
      margin-right: 0; }

  .grid-25 {
    float: left;
    width: 49.24242%; }
    .grid-25:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-25:nth-child(2n) {
      margin-right: 0; }
    .grid-25:last-child {
      margin-right: 0; }

  .gallery .grid-unit,
  .grid-half {
    width: 49.24242%; }
    .gallery .grid-unit:nth-child(n),
    .grid-half:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .gallery .grid-unit:nth-child(2n),
    .grid-half:nth-child(2n) {
      margin-right: 0; }
    .gallery .grid-unit:last-child,
    .grid-half:last-child {
      margin-right: 0; }

  .grid-flow-opposite {
    float: right; } }
@media screen and (min-width: 640px) {
  .grid-1 {
    width: 15.40404%; }
    .grid-1:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-1:nth-child(6n) {
      margin-right: 0; }
    .grid-1:last-child {
      margin-right: 0; }

  .grid-2 {
    width: 32.32323%; }
    .grid-2:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-2:nth-child(3n) {
      margin-right: 0; }
    .grid-2:last-child {
      margin-right: 0; }

  .grid-3,
  .grid-half {
    width: 49.24242%; }
    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-3:nth-child(2n),
    .grid-half:nth-child(2n) {
      margin-right: 0; }
    .grid-3:last-child,
    .grid-half:last-child {
      margin-right: 0; }

  .grid-4 {
    width: 66.16162%; }
    .grid-4:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-4:nth-child(1.5n) {
      margin-right: 0; }
    .grid-4:last-child {
      margin-right: 0; }

  .grid-5 {
    width: 82.74242%; }
    .grid-5:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-5:nth-child(1.20482n) {
      margin-right: 0; }
    .grid-5:last-child {
      margin-right: 0; }

  .grid-6,
  .grid-full {
    width: 100%; }
    .grid-6:nth-child(n),
    .grid-full:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-6:nth-child(1n),
    .grid-full:nth-child(1n) {
      margin-right: 0; }
    .grid-6:last-child,
    .grid-full:last-child {
      margin-right: 0; }

  /* If there are no margins */
  .grid-1.no-margin {
    width: 16.66667%; }
    .grid-1.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-1.no-margin:nth-child(6n) {
      margin-right: 0; }
    .grid-1.no-margin:last-child {
      margin-right: 0; }

  .grid-2.no-margin {
    width: 33.33333%; }
    .grid-2.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-2.no-margin:nth-child(3n) {
      margin-right: 0; }
    .grid-2.no-margin:last-child {
      margin-right: 0; }

  .grid-3.no-margin,
  .grid-half.no-margin {
    width: 50%; }
    .grid-3.no-margin:nth-child(n),
    .grid-half.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-3.no-margin:nth-child(2n),
    .grid-half.no-margin:nth-child(2n) {
      margin-right: 0; }
    .grid-3.no-margin:last-child,
    .grid-half.no-margin:last-child {
      margin-right: 0; }

  .grid-4.no-margin {
    width: 66.66667%; }
    .grid-4.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-4.no-margin:nth-child(1.5n) {
      margin-right: 0; }
    .grid-4.no-margin:last-child {
      margin-right: 0; }

  .grid-5.no-margin {
    width: 83.0%; }
    .grid-5.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-5.no-margin:nth-child(1.20482n) {
      margin-right: 0; }
    .grid-5.no-margin:last-child {
      margin-right: 0; }

  .grid-6.no-margin,
  .grid-full.no-margin {
    width: 100%; }
    .grid-6.no-margin:nth-child(n),
    .grid-full.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-6.no-margin:nth-child(1n),
    .grid-full.no-margin:nth-child(1n) {
      margin-right: 0; }
    .grid-6.no-margin:last-child,
    .grid-full.no-margin:last-child {
      margin-right: 0; }

  .grid-25 {
    width: 23.86364%; }
    .grid-25:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .grid-25:nth-child(4n) {
      margin-right: 0; }
    .grid-25:last-child {
      margin-right: 0; }

  .grid-25.no-margin {
    width: 25%; }
    .grid-25.no-margin:nth-child(n) {
      margin-bottom: 0;
      margin-right: 0; }
    .grid-25.no-margin:nth-child(4n) {
      margin-right: 0; }
    .grid-25.no-margin:last-child {
      margin-right: 0; }

  .gallery .grid-unit {
    width: 32.32323%; }
    .gallery .grid-unit:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%; }
    .gallery .grid-unit:nth-child(3n) {
      margin-right: 0; }
    .gallery .grid-unit:last-child {
      margin-right: 0; }

  .content-pad-right {
    padding-right: 4%;
    /* Use (or don't) as necessary. */ }

  .content-pad-left {
    padding-left: 4%; } }
	
  .list-grid-2 {
	-webkit-column-count:2; 
	-moz-column-count: 2; 
	column-count: 2; 
	-webkit-column-gap: 40px; 
	-moz-column-gap: 40px; 
	column-gap: 40px; }
	@media screen and (max-width: 480px) {
      .list-grid-2 {
	    -webkit-column-count:1; 
	    -moz-column-count: 1; 
	    column-count: 1; 
	    -webkit-column-gap: 0px; 
	    -moz-column-gap: 0px; 
	    column-gap: 0px; }
	}
	
  .list-grid-3 {
	-webkit-column-count:3; 
	-moz-column-count: 3; 
	column-count: 3; 
	-webkit-column-gap: 40px; 
	-moz-column-gap: 40px; 
	column-gap: 40px; }
	@media screen and (max-width: 480px) {
      .list-grid-3 {
	    -webkit-column-count:1; 
	    -moz-column-count: 1; 
	    column-count: 1; 
	    -webkit-column-gap: 0px; 
	    -moz-column-gap: 0px; 
	    column-gap: 0px; }
	}
	
	
/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/

body {
	background: #222328;
	color: white;
	font-family: 'Hind', sans-serif; }

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration:none; 
  color: #b44941; }
  a:hover {
	  text-decoration: underline; }

*[class^="button"] {
	font-family: 'Comfortaa', cursive;
	display: inline-block;
	vertical-align: middle;
	background: #525e66;
	color: white;
	font-size: 24px;
	text-transform: lowercase;
	padding: .5em 1em;
	border: none;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	text-decoration:none; }
	*[class^="button"] small {
		font-family: 'Hind', sans-serif; 
		font-size: 18px;
		text-transform: none; }
	*[class^="button"]:after {
		content: "\f105";
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 20px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-left: .75em; }
  *[class^="button"]:hover,
  *[class^="button"]:focus {
	  text-decoration: none;
	  background: #879060; }
	  
.cd-top {
	display: inline-block;
	height: 47px;
	width: 47px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	color: white;
	font-size: 25px;
	text-align: center; 
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	background: #b44941;
	opacity: 0;
	z-index: 10;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s; }
.cd-top i {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    transform: translateY(-50%); }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s; }
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1; }
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: 1; }
.no-touch .cd-top:hover {
	background-color: #33b674;
	opacity: 1; }
@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px; } }
@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 67px;
		width: 67px;
		right: 30px;
		bottom: 30px; } }




/*! Header
//////////////////////////////////////////////*/

header[role=banner] {
	padding: 1em 0 0 0; }
	@media screen and (min-width: 640px) {
		header[role=banner] {
			padding: 1em 0; } }
	header[role=banner] .header__logo {
		text-align: center;
		width: 100%;
		margin-bottom: 1em; }
		 @media screen and (min-width: 640px) {
			 header[role=banner] .header__logo {
				 width: 23.86364%;
				 display: inline-block;
				 float: none;
				 vertical-align: middle;
				 margin-bottom: 0;
				 margin-right: 0;
				 text-align: left;
				 position: absolute;
				 top: 50%;
				 -ms-transform:translateY(-50%);
				 -webkit-transform:translateY(-50%);
				 transform:translateY(-50%); } }
		header[role=banner] .header__logo img {
			max-width: 250px;
			width: 100%; }
	header[role=banner] .header__info {
		text-align: center;
		width: 100%; }
		@media screen and (min-width: 640px) {
			header[role=banner] .header__info {
				width: 76.13636%;
				float: right;
				display: inline-block;
				vertical-align: middle;
				margin-bottom: 0;
				text-align: right;
				/*padding: 1.5em 0;*/ } }
		header[role=banner] .header__info .header__social {
			font-size: 22px;
			color: #5f6d76; }
			@media screen and (min-width: 640px) {
				header[role=banner] .header__info .header__social {
					margin: 1em 0; } }
			header[role=banner] .header__info .header__social a {
				color: #5f6d76; }
				header[role=banner] .header__info .header__social a:hover {
					color: #e8d8b6;}
				header[role=banner] .header__info .header__social a i {
					font-size: 32px;
					vertical-align: middle;
					margin-left: .25em; }
		header[role=banner] .header__info .header__contact {}
			header[role=banner] .header__info .header__contact .header__nav {
				display: none; }
				 @media screen and (min-width: 640px) {
					 header[role=banner] .header__info .header__contact .header__nav {
						 display: inline-block;
						 vertical-align: bottom; } }
				header[role=banner] .header__info .header__contact .header__nav ul {
					list-style: none; }
					header[role=banner] .header__info .header__contact .header__nav ul li {
						display: inline-block;
						vertical-align: middle; }
						header[role=banner] .header__info .header__contact .header__nav ul li a {
							font-size: 16px;
							font-weight: 400;
							color: white;
							display: block;
							padding: 0 .25em; }
							header[role=banner] .header__info .header__contact .header__nav ul li a:hover {
								color: #e8d8b6;
								text-decoration: none; }
							@media screen and (min-width: 680px) {
								header[role=banner] .header__info .header__contact .header__nav ul li a {
									font-size: 18px; } }
							@media screen and (min-width: 1015px) {
								header[role=banner] .header__info .header__contact .header__nav ul li a {
									padding: 0 .5em; } }
							@media screen and (min-width: 1105px) {
								header[role=banner] .header__info .header__contact .header__nav ul li a {
									text-transform: uppercase; } }
							@media screen and (min-width: 1285px) {
								header[role=banner] .header__info .header__contact .header__nav ul li a {
									font-size: 22px; } }
			header[role=banner] .header__info .header__contact .header__phone {
				font-size: 30px;
				font-weight: 700;
				color: #b44941;
				font-family: 'Comfortaa', cursive;
				display: inline-block;
				vertical-align: bottom;
				margin-left: .5em; }
				@media screen and (min-width: 640px) {
					header[role=banner] .header__info .header__contact .header__phone {
						display: none; } }
				@media screen and (min-width: 945px) {
					header[role=banner] .header__info .header__contact .header__phone {
						display: inline-block; } }
				header[role=banner] .header__info .header__contact .header__phone a {
					color: #b44941; }

.mobile__button p {
	display: block;
	background: #ffecb3;
	color: #5f4d27;
	text-align: center;
	font-size: 22px;
	padding: .75em;
	margin-top: .5em;
	cursor: pointer; }
		@media screen and (min-width: 640px) {
		.mobile__button p {
			display: none; } }
	
.mobile__nav {
  display: none;
  background: #879060;
  text-align: center;
  padding: .5em; }
  .mobile__nav a {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
	display: block;
	padding: .5em;
	color: white;
	font-size: 18px; }
    .mobile__nav a:hover,
	.mobile__nav a:focus {
      }
  @media screen and (min-width: 640px) {
    .mobile__nav {
      display: none; } }


/*! Content Area
//////////////////////////////////////////////*/
.home__slider {}
	.home__slides {
		border: none;
		margin: 0 auto; }
		.slide {}
			.slide:before {
				/*content: "";
				width: 100%;
				height: 100%;
				position: absolute;
				z-index: 1;
				top: 0;
				left: 0;
				background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
				background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
				background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );*/ }
		.slider__caption {
			text-shadow: 1px 2px 2px rgba(0,0,0,.75);
			line-height: normal !important;
			white-space: normal; }
			.slider__caption .wrap {
				width: 100%; }
				.slider__caption .heading {
					font-size: 32px;
					font-weight: 700;
					text-transform: uppercase;
					color: #ffecb3;
					line-height: 1;
					margin-bottom: 0;
					display: block; }
					@media screen and (min-width: 480px) {
						.slider__caption .heading { } }
					@media screen and (min-width: 500px) {
						.slider__caption .heading {
							font-size: 48px; } }
					@media screen and (min-width: 640px) {
						.slider__caption .heading {
							font-size: 68px; } }
					@media screen and (min-width: 830px) {
						.slider__caption .heading {
							font-size: 108px; } }
				.slider__caption .subheading {
					font-family: 'Comfortaa', cursive;
					font-size: 16px;
					color: #ffecb3;
					line-height: 1;
					display: block;
					margin-bottom: .5em; }
					@media screen and (min-width: 480px) {
						.slider__caption .subheading {
							margin-bottom: 1.5em; } }
					@media screen and (min-width: 500px) {
						.slider__caption .subheading {
							font-size: 20px; } }
					@media screen and (min-width: 640px) {
						.slider__caption .subheading {
							font-size: 28px; } }
					@media screen and (min-width: 830px) {
						.slider__caption .subheading {
							font-size: 34px; } }
				.slider__caption p {
					font-size: 16px;
					line-height: 1.5;
					margin-bottom: 1em;
					display: none; }
					@media screen and (min-width: 480px) {
						.slider__caption p {
							display: block; } }
					@media screen and (min-width: 640px) {
						.slider__caption p {
							font-size: 20px; } }
					@media screen and (min-width: 830px) {
						.slider__caption p {
							font-size: 26px; } }
				.slider__caption *[class^="button"] {
					font-family: 'Hind', sans-serif; 
					text-shadow: 1px 2px 2px rgba(0,0,0,.75);
					text-transform: uppercase;
					padding: .75em 2em .5em 2em;
					font-size: 16px;
					font-weight: 700;
					color: white;
					background: none;
					border: 3px solid white;
					-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,.75);
					-moz-box-shadow: 1px 2px 2px rgba(0,0,0,.75);
					box-shadow: 1px 2px 2px rgba(0,0,0,.75); }
					.slider__caption *[class^="button"]:hover,
					.slider__caption *[class^="button"]:focus {
						color: white; }
					@media screen and (min-width: 480px) {
						.slider__caption *[class^="button"] {
							font-size: 20px; } }
	.tparrows {
		display: none; }
	.tp-bullets {}
		.tp-bullets .bullet {
			background: none !important;
			border: 3px solid #6d6d6e;
			border-radius: 100%;
			margin: 0 .25em;
			width: 16px !important;
			height: 16px !important; }
		.tp-bullets .bullet.selected {
			background: #6d6d6e !important; }
			
.page__hero {
	position: relative; }
	.page__hero:before {
		/*content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		background: -moz-linear-gradient(left,  rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to right,  rgba(0,0,0,0.85) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );*/ }
	.page__hero img {
		max-width: none;
		width: 100%; }


.main__content {
	background: white;
	padding: 3em 0; }
	.main__content *[class^="grid"] {
		margin-bottom: 1em; }
		.main__content *[class^="grid"]:last-of-type {
			margin-bottom: 0; }
	@media screen and (min-width: 640px) {
		.main__content *[class^="grid"] {
			display: inline-block;
			float: none;
			vertical-align: middle;
			margin-bottom: 0; } }
	.main__content h1,
	.main__content .faux-h1 {
		display: block;
		font-family: 'Comfortaa', cursive;
		font-weight: 300;
		font-size: 42px;
		color: #b44941;
		text-transform: lowercase;
		overflow: auto; }
	.main__content h2,
	.main__content .faux-h2,
	.main__content .tagline {
		display: block;
		font-family: 'Comfortaa', cursive;
		font-weight: 300;
		font-size: 30px;
		color: #879060;
		line-height: 1.4;
		text-transform: lowercase;
		margin-bottom: 1em;
		overflow: auto; }
	.main__content h3,
	.main__content .faux-h3 {
		display: block;
		font-family: 'Comfortaa', cursive;
		font-weight: 300;
		font-size: 26px;
		color: #5f6d76;
		line-height: 1.4;
		text-transform: lowercase;
		margin-bottom: 1.05em;
		overflow: auto; }
	.main__content h4,
	.main__content .faux-h4 {
		display: block;
		font-family: 'Comfortaa', cursive;
		font-weight: 300;
		font-size: 24px;
		color: #413f40;
		line-height: 1.4;
		text-transform: lowercase;
		margin-bottom: 1.05em;
		overflow: auto; }
	.main__content hr {
		border-color: #a1a1a1;
		border-width: 2px;
		margin: .5em 0; }
	.main__content p {
		font-size: 18px;
		line-height: 2;
		color: #222328;
		margin-bottom: 1em; }
	.main__content ul,
	.main__content ol {
		color: #222328;
		margin-left: 2em; }
		.main__content li {
			font-size: 18px;
			line-height: 2; }
			
.upcoming__events {}
	p.upcoming__events__title {
		font-family: 'Comfortaa', cursive;
		text-transform: lowercase;
		font-size: 22px;
		color: #59562b; }
	.event {
		margin-bottom: 2em !important; }
		.event:last-of-type {
			margin-bottom: 0 !important; }
		.event__date {
			position: relative;
			overflow: auto;
			color: #636363;
			text-align: center;
			margin-bottom: 1em; }
			@media screen and (min-width: 895px) {
				.event__date {
					width: 20%;
					margin-right: 5.51515%;
					display: inline-block;
					vertical-align: middle;
					margin-bottom: 0; } }
			.event__date span {
				text-transform: uppercase;
				font-size: 14px;
				display: block;
				line-height: 1;
				position: absolute;
				top: 68%;
				left: 0;
				right: 0;
				margin: 0 auto;
				-ms-transform: translateY(-50%);
				-webkit-transform: translateY(-50%); 
				transform: translateY(-50%); }
				@media screen and (min-width: 1024px) {
					.event__date span {
						font-size: 16px; } }
				.event__date span strong {
					display: block;
					font-size: 20px;
					font-weight: 700; }
					@media screen and (min-width: 1024px) {
						.event__date span strong {
							font-size: 22px; } }
		.event__details { 
			text-align: center; }
			@media screen and (min-width: 895px) {
				.event__details {
					width: 73%;
					display: inline-block;
					vertical-align: middle;
					text-align: left; } }
			.event__details p {
				font-size: 14px;
				line-height: 1.5;
				margin-bottom: 0; }
			.event__details p.event__title,
			.event__details p.event__time {
				font-size: 16px; }
				
.cta {
	text-align: center; }
	.cta div {
		display: inline-block;
		padding: 3em 2em 1em 2em;
		border-left: 3px solid #d3d3d4;
		border-bottom: 3px solid #d3d3d4;
		border-right: 3px solid #d3d3d4;
		position: relative; }
		.cta div:before,
		.cta div:after {
			content: "";
			display: block;
			height: 3px;
			background: #d3d3d4;
			width: 35%;
			position: absolute;
			top: 0;
			left: 0; }
		.cta div:after {
			left: auto;
			right: 0; }
		.cta div img {
			display: inline-block;
			position: absolute;
			top: -2em;
			left: 0;
			right: 0;
			margin: 0 auto;
			padding: 0 .25em;
			z-index: 5; }
		.cta div p {
			font-family: 'Comfortaa', cursive;
			font-size: 30px;
			font-weight: 300;
			color: #898989;
			line-height: 1.35;
			margin-bottom: .25em; }
		.cta div .gold-star {
			font-size: 20px;
			color: #e8d8b6;
			margin: 0 .25em;
			line-height: 1; }
		
.website__tagline {
	font-family: 'Comfortaa', cursive;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	background: #e8d8b6;
	color: #5f4d27;
	padding: .75em 0; }
	.website__tagline h3 {
		font-weight: 300; }
	
.home__ctas {}
	.home__ctas .home__cta {
		display: block;
		position: relative;
		overflow: auto;
		margin-bottom: 0;
		padding: .5em 0 0 0; }
		.home__ctas .home__cta .cta__wrap {
			/*margin: 3.75em 2em 3em 2em;*/
			margin: 3.75em 15%;
			position: relative; }
			@media screen and (min-width: 640px) {
				.home__ctas .home__cta .cta__wrap {
					/*margin: 3.75em 5em 4em 5em;*/ } }
			.home__ctas .home__cta .cta__title {
				font-family: 'Comfortaa', cursive;
				font-size: 36px;
				padding: .25em;
				margin: 1.75em 10% 1.5em 10%;
				text-transform: lowercase;
				text-align: center;
				border-left: 3px solid white; 
				border-bottom: 3px solid white; 
				border-right: 3px solid white; 
				position: relative; }
				.home__ctas .home__cta .cta__title:before,
				.home__ctas .home__cta .cta__title:after {
					content: "";
					display: block;
					height: 3px;
					background: white;
					width: 40%;
					position: absolute;
					top: 0;
					left: 0; }
				.home__ctas .home__cta .cta__title:after {
					left: auto;
					right: 0; }
				.home__ctas .home__cta .cta__title img {
					display: inline-block;
					position: absolute;
					top: -.85em;
					left: 0;
					right: 0;
					margin: 0 auto;
					padding: 0 .25em;
					z-index: 5; }
				.home__ctas .home__cta .cta__title h4 {
					font-weight: 300; }
			.home__ctas .home__cta p {
				font-size: 20px;
				line-height: 1.75;
				padding-bottom: 5.5em; }
			.home__ctas .home__cta *[class^="button"] {
				font-size: 20px;
				text-align: center;
				padding: 1em;
				display: block;
				width: 100%;
				background: white;
				color: black;
				position: absolute;
				left: 0;
				bottom: 0; }
				.home__ctas .home__cta *[class^="button"]:hover,
				.home__ctas .home__cta *[class^="button"]:focus {
					background: rgba(255,255,255,.05);
					color: white !important;
					box-shadow: 1px 1px 1px white;
					box-shadow: inset 0px 0px 0 3px white; }
	.home__ctas .home__cta:nth-of-type(1) {
		background: #413f40; }
		.home__ctas .home__cta:nth-of-type(1) .cta__title {}
			.home__ctas .home__cta:nth-of-type(1) .cta__title img {
				background: #413f40; }
		.home__ctas .home__cta:nth-of-type(1) *[class^="button"] {
			color: #413f40; }
	.home__ctas .home__cta:nth-of-type(2) {
		background: #525e66; }
		.home__ctas .home__cta:nth-of-type(2) .cta__title {}
			.home__ctas .home__cta:nth-of-type(2) .cta__title img {
				background: #525e66; }
		.home__ctas .home__cta:nth-of-type(2) *[class^="button"] {
			color: #525e66; }
	.home__ctas .home__cta:nth-of-type(3) {
		background: #89423e; }
		.home__ctas .home__cta:nth-of-type(3) .cta__title {}
			.home__ctas .home__cta:nth-of-type(3) .cta__title img {
				background: #89423e; }
		.home__ctas .home__cta:nth-of-type(3) *[class^="button"] {
			color: #89423e; }
			
.is__desktop .home__secondary__content {
		background-attachment: fixed; }
.is__device .home__secondary__content {
		background-attachment: scroll; }
.home__secondary__content {
	background-size: cover;
	background-position: center center;
	padding: 6em 0; }
	.home__secondary__content--block {
		max-width: 800px;
		margin: 0 auto;
		position: relative;
		text-align: center;
		font-size: 22px;
		line-height: 1.75;
		background: rgba(34,35,40,.8);
		border-left: 3px solid white; 
		border-bottom: 3px solid white; 
		border-right: 3px solid white;
		padding: 2em 5%; }
		.home__secondary__content--block:before,
		.home__secondary__content--block:after {
			content: "";
			display: block;
			height: 3px;
			background: white;
			width: 43%;
			position: absolute;
			top: 0;
			left: 0; }
		.home__secondary__content--block:after {
			left: auto;
			right: 0; }
		.home__secondary__content--block img {
			display: inline-block;
			position: absolute;
			top: -2em;
			left: 0;
			right: 0;
			margin: 0 auto;
			padding: 0 .25em;
			z-index: 5; }

.restaurant__menu {}
	.menu__disclaimer {
		font-family: 'Comfortaa', cursive;
		color: #b44941;
		font-size: 20px; 
		text-align: center;
		background: white;
		padding: 2em 0; }			
	.menu__tabs {
		background: #e8d8b6;
		text-align: center;
		list-style: none; }
		.menu__tabs li {
			display: inline-block;
			vertical-align: middle;
			margin: 0 1em; }
			.menu__tabs li a {
				position: relative;
				font-family: 'Comfortaa', cursive;
				font-size: 29px;
				color: #5f4d27; 
				display: block;
				padding: 1em; }
				.menu__tabs li a:hover {
					text-decoration: none; }
				.menu__tabs li a.active {
					background: white; }
					.menu__tabs li a.active:before {
						content: "";
						background: #b44941;
						width: 100%;
						height: 9px;
						position: absolute;
						top: 0;
						left: 0; }
	.tab__content {
		background: white;
		color: #222328;
		padding: 3em 0;
		overflow: auto; }
		.tab__content.inactive {
			padding: 0;
			height: 0; }
		.menu__sections {
			list-style: none;
			margin-bottom: 2em; }
			.menu__sections li {
				display: inline-block;
				vertical-align: middle;
				position: relative; }
				.menu__sections li:after {
					content: "|";
					color: #e1e1e1;
					display: inline-block;
					font-weight: 300;
					vertical-align: middle;
					margin: 0 .5em; }
				.menu__sections li:last-of-type:after {
					content: none; }
				.menu__sections li a {
					color: #707070;
					font-size: 16px;
					text-transform: uppercase;
					cursor: pointer; }
					.menu__sections li a.active {
						color: #b44941; }
		.menu__items {
			/*height: 100% !important;*/ }
		.mix.menu__content {
			display: none; }
			.menu__content h4 {
				text-align: center; }
				.menu__content h4 span {
					font-family: 'Comfortaa', cursive;
					font-size: 29px;
					font-weight: 300;
					padding: 1em 3em .75em 3em;
					text-transform: uppercase;
					color: #222328;
					margin: 1em 0;
					text-align: center;
					display: inline-block;
					border-left: 3px solid #d3d3d4; 
					border-bottom: 3px solid #d3d3d4; 
					border-right: 3px solid #d3d3d4; 
					position: relative; }
					.menu__content h4 span:before,
					.menu__content h4 span:after {
						content: "";
						display: block;
						height: 3px;
						background: #d3d3d4;
						width: 40%;
						position: absolute;
						top: 0;
						left: 0; }
					.menu__content h4 span:after {
						left: auto;
						right: 0; }
					.menu__content h4 span img {
						display: inline-block;
						position: absolute;
						top: -.85em;
						left: 0;
						right: 0;
						margin: 0 auto;
						padding: 0 .25em;
						z-index: 5; }
			.menu__content p {
				font-size: 18px;
				margin-bottom: 1em; }
				.menu__content p strong,
				.menu__content p b {
					font-family: 'Comfortaa', cursive;
					text-transform: uppercase;
					color: #707070;
					font-size: 24px; }
				.menu__content p:last-of-type {
					margin-bottom: 0; }
			.menu__content hr {
				border-top: 5px solid #cccccc; }
			.menu__content ul {
				list-style: none;
				margin-top: 1em; }
				.menu__content ul:before,
				.menu__content ul:after {
					content: "";
					display: table;
					clear: both; }
				.menu__content ul li {
					margin-bottom: 2em; }
					@media screen and (min-width: 640px) {
						.menu__content ul li {
							width: 32.32323%;
							float: left;
							margin-right: 1.51515%; }
						.menu__content *[class^="grid"] {
							margin-bottom: 0; }
							.menu__content *[class^="grid"] ul li {
								width: 100%;
								float: none;
								margin-right: 0; } }
					.menu__content ul li:nth-of-type(3n) {
						margin-right: 0; }
					.menu__content ul li strong,
					.menu__content ul li b {
						font-family: 'Comfortaa', cursive;
						color: #b44941;
						font-size: 20px; }
						.menu__content ul li strong img {
							margin-top: -5px; }
					.menu__content ul li ul {
						margin-top: 0; }
						.menu__content ul li ul li {
							font-size: 18px;
							line-height: 1.75;
							width: 100%;
							float: none;
							margin-right: 0;
							margin-bottom: 0; }
.contact__form {
	width: 100%; }
	@media screen and (min-width: 480px) {			
		.contact__form {
			width: 95%; } }
	.contact__form *[class^="grid"] {
		display: block;
		margin-bottom: 1em;
		position: relative; }
		.contact__form label {
			font-weight: bold;
			font-size: 18px;
			color: #222328; }
		.contact__form input[type="text"], .contact__form input[type="email"], .contact__form input[type="tel"], .contact__form textarea {
			width: 100%;
			padding: .5em;
			border: 1px solid #CCC;
			border-radius: 0;
			background: white; }
		.contact__form textarea {
			max-height: 100px; }
		.contact__form input[type="submit"] {
			border: none;
			border-radius: 0;
			font-family: 'Comfortaa', cursive;
			display: inline-block;
			vertical-align: middle;
			background: #525e66;
			color: white;
			font-size: 24px;
			text-transform: lowercase;
			padding: .5em 1em;
			border: none;
			position: relative;
			-webkit-transition: 0.3s ease-in-out;
			-moz-transition: 0.3s ease-in-out;
			-o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
			text-decoration:none; }
			.contact__form input[type="submit"]:hover {
				background: #879060; }
		.contact__form .wpcf7-response-output {
			color: #222328; }
		.contact__form .wpcf7-not-valid-tip {
			position: absolute;
			right: .5em;
			bottom: 1.5em;
			background: white;
			padding: .25em;
			border: 1px solid #ccc;
			font-size: 14px;
			padding: .25em .35em;
			-webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.25));
			filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.25)); }
			.contact__form .wpcf7-not-valid-tip:before {
				position: absolute;
				display: block;
				content: "";
				border-color: #ccc transparent transparent transparent;
				border-style: solid;
				border-width: 11px;
				height: 0;
				width: 0;
				left: 1.4em;
				bottom: -22px; }
			.contact__form .wpcf7-not-valid-tip:after {
				position: absolute;
				display: block;
				content: "";
				border-color: #fff transparent transparent transparent;
				border-style: solid;
				border-width: 10px;
				height: 0;
				width: 0;
				left: 1.5em;
				bottom: -20px; }
#gmap_canvas {
	color: black; }

			
/*! Footer
//////////////////////////////////////////////*/

footer[role=contentinfo] {
	text-align: center;
	padding: 2em 0; }
	@media screen and (min-width: 640px) {
		footer[role=contentinfo] {
			text-align: left; } }
	footer[role=contentinfo] *[class^="grid"] {
		margin-bottom: 1em;}
		footer[role=contentinfo] *[class^="grid"] p {
			font-size: 20px; }
			footer[role=contentinfo] *[class^="grid"] p.title {
				font-family: 'Comfortaa', cursive;
				font-size: 26px;
				color: #e8d8b6;
				font-weight: 400; }
	footer[role=contentinfo] .footer__info {}
		footer[role=contentinfo] .footer__info a {
			color: white; }
	footer[role=contentinfo] .footer__contact {}
		footer[role=contentinfo] .footer__contact *[class^="button"] {
			background: none;
			padding: 0;
			font-size: 20px;
			color: #b44941; }
			footer[role=contentinfo] .footer__contact *[class^="button"]:hover,
			footer[role=contentinfo] .footer__contact *[class^="button"]:focus {
				color: #879060; }
	footer[role=contentinfo] .footer__newsletter {}
		footer[role=contentinfo] .footer__newsletter .sign-up__form {}
			footer[role=contentinfo] .footer__newsletter .sign-up__form input[type=email] {
				height: 55px;
				background: white;
				font-size: 16px;
				padding: 0 1em;
				display: inline-block;
				vertical-align: middle;
				border-radius: 0;
				border: none; }
			footer[role=contentinfo] .footer__newsletter .sign-up__form input[type=submit] {
				height: 55px;
				font-size: 18px;
				text-transform: none;
				border-radius: 0; }
	footer[role=contentinfo] .footer__copyright {
		font-size: 16px; 
		color: #525e66;
		list-style: none; }
		footer[role=contentinfo] .footer__copyright li {
			display: block; }
			@media screen and (min-width: 640px) {
				footer[role=contentinfo] .footer__copyright li {
					display: inline-block;
					vertical-align: middle; } }
			footer[role=contentinfo] .footer__copyright li:after {
				content: none;
				display: inline-block;
				vertical-align: middle;
				margin: 0 1em; }
				@media screen and (min-width: 640px) {
					footer[role=contentinfo] .footer__copyright li:after {
						content: "|"; } }
				footer[role=contentinfo] .footer__copyright li:last-of-type:after {
					content: none; }
			footer[role=contentinfo] .footer__copyright li a {
				color: #525e66; }
 

/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/

/*! ==========================================================================
// Clearfix
// =========================================================================*/
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1; }

/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
