body {
	background: #333333;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
	body.open {
		margin: 0 250px 0 -250px;
		overflow: hidden;
	}
.site {
	background: #fff;
}

h1 {
	font-size: 34px;
	line-height: 36px;
	margin-bottom: 30px;
}
/*///////////////////////////////////////////////////////////////////////////////////////////
	Header
///////////////////////////////////////////////////////////////////////////////////////////*/
.site-header {
	height: 55px;
}
	.site-header .wrapper {
		position: fixed;
		width: 100%;
		background: #fff;
		box-shadow: 0 0px 2px rgba(0,0,0,.1);
		height: 55px;
		z-index: 98;
	}
.site-branding {
	float: left;
	width: auto;
	height: 55px;
	background: #ffb61c;
	position: relative;
}
	.site-branding h1 {
		display: block;
		height: 55px;
		margin: 0;
		padding: 0;
	}
	.site-branding h1 a {
		display: block;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		font-size: 20px;
		color: #000;
		letter-spacing: -1px;
		padding: 0 20px;
	}
	.site-branding h1 a span {
		display: inline-block;
		height: 55px;
		line-height: normal;
		padding: 14px 0;
	}
.top-bar,
.top-bar h2 {
	display: none;
}
	
.trigger {
	position: fixed;
	top: 0;
	right: 0;
	height: 55px;
	width: 55px;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
	body.open .trigger {
		right: 250px;
	}
	.trigger i {
		top: 50%;
		left: 50%;
		margin: -1px 0 0 -12px;
	}
.trigger i,
.trigger i::before,
.trigger i::after {
	position: absolute;
	width: 24px;
	height: 2px;
	background: #c5c5c5;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
	body.open .trigger i {
		background: none;
	}
.trigger i::before,
.trigger i::after {
	content: '';
	left: 0;
}
	body.open .trigger i::before,
	body.open .trigger i::after {
		background: #666;
	}
.trigger i::before {
	top: -7px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
	body.open .trigger i::before {
		top: 0px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}
.trigger i::after {
	bottom: -7px;
	transform: rotate(180deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
	body.open .trigger i::after {
		bottom: 0px;
		transform: rotate(135deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}



/*///////////////////////////////////////////////////////////////////////////////////////////
	Navigation
///////////////////////////////////////////////////////////////////////////////////////////*/
.main-navigation {
	display: none;
}
.mobile-navigation {
	display: block;
	position: fixed;
	z-index: 99;
	top: 0;
	right: -250px;
	bottom: 0;
	width: 250px;
	background: #111;
	padding: 55px 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
	body.open .mobile-navigation {
		right: 0;
	}
	.mobile-navigation ul {
		margin: 0 0 50px 0;
		padding: 0;
		list-style:  none;
	}
		.mobile-navigation ul ul {
			display: none;
		}
	.mobile-navigation ul a {
		display: block;
		font-size: 20px;
		color: #888;
		font-weight: bold;
		border-bottom: 1px solid rgba(255,255,255,.1);
		padding: 10px 0 10px 30px;
	}
		.mobile-navigation ul a:hover {
			color: #fff;
		}
	.mobile-navigation ul li.current_page_item a,
	.mobile-navigation ul li.current-menu-item a {
		color: #ffb61c;
	}

.mobile-navigation .social {
	text-align: center;
	float: none;
}
.mobile-navigation .social a {
	float:  none;
	display: inline-block;
	border: 1px solid rgba(255,255,255,.2);
	width: 34px;
	height: 34px;
	margin: 5px;
	padding-top: 6px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
	.mobile-navigation .social a.icon-facebook:hover {
		background: #3b5998;
		color: #fff;
	}
	.mobile-navigation .social a.icon-twitter:hover {
		background: #28a1da;
		color: #fff;
	}
	.mobile-navigation .social a.icon-instagram:hover {
		background: #1c587d;
		color: #dbf0ff;
	}
@media (max-height: 510px){
.mobile-navigation {
	overflow-y: scroll;
}
}
/*///////////////////////////////////////////////////////////////////////////////////////////
	Slider
///////////////////////////////////////////////////////////////////////////////////////////*/
.hero {
	position: relative;
	padding-top: 35%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
	body.home .hero {
		padding-top: 60%;
	}

/*--- PANELS WRAPPER ---*/
#my-panels {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
	background: #000;
	z-index: 1;
}
/*--- PANELS ---*/
#my-panels .panel {
	position:absolute;
	left:0;
	top: 0;
	bottom: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	-webkit-opacity:0;
	-moz-opacity:0;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	z-index: 50;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
#my-panels .on {
	-webkit-opacity:1;
	-moz-opacity:1;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=1);
}
/*--- CONTROLS ---*/
#my-controls {
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 99;
	text-align:center;
}
/*--- NEXT / PREV. ---*/
#my-controls a {
	position: absolute;
	background: rgba(255,255,255,.2);
	width: 30px;
	height: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	color: rgba(0,0,0,0.5);
	top: -200px;
	z-index: 999;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
}
	#my-controls a:hover {
		background: #fff;
	}
#my-controls a.prev {
	left: 10px;
}
#my-controls a.next {
	right: 10px;
}
/*--- BULLETS ---*/
#my-controls span {
	margin: 0px 3px;
	display:  inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	background: #ccc;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#my-controls span.selected {
	background: #ffb61c;
}

/*///////////////////////////////////////////////////////////////////////////////////////////
	Hot Buttons
///////////////////////////////////////////////////////////////////////////////////////////*/
.hot-buttons {
	margin: 0 0 30px 0;
	border: 1px solid #ccc;
	border-top: 5px solid #ffb61c;
	padding: 0 30px;
	text-align: center;
}
	.hot-buttons a {
		display: block;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: bold;
		color: #111;
		border-bottom: 1px solid rgba(0,0,0,.1);
		padding: 30px 0;
	}
	.hot-buttons a:nth-child(3) {
		border: none;
	}
.hot-buttons a::before {
	display: block;
	font-size: 32px;
	margin-bottom: 10px;
	color: #999;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.call-to-action {
	position: relative;
	z-index: 50;
	background: #ffb61c;
	text-align: center;
	padding: 40px 30px;
	margin-bottom: 30px;
	font-size: 15px;
	color: #222;
	line-height: 20px;
}
	.call-to-action h3 {
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	.call-to-action a {
		display: inline-block;
		background: rgba(0,0,0,0.8);
		color: #fff;
		padding: 13px 25px;
		-webkit-border-radius: 60px;
		border-radius: 60px;
	}
		.call-to-action a:hover {
			background: #000;
		}
/*///////////////////////////////////////////////////////////////////////////////////////////
	Content
///////////////////////////////////////////////////////////////////////////////////////////*/
.site-content {
	margin: auto;
	max-width: 960px;
	padding: 30px 5%;
	-webkit-transition: padding .2s;
	-moz-transition: padding .2s;
	-ms-transition: padding .2s;
	-o-transition: padding .2s;
	transition: padding .2s;
}
.entry-content {
	margin: 0;
}


.widget-area h3 {
	margin-bottom: 10px;
}
.widget-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(0,0,0,.1);
}
	.widget-area ul li {
		margin: 0 !important;
	}
	.widget-area ul a::after {
		content: '';
		display: block;
		width: 100%;
		clear: both;
	}
	.widget-area ul a {
		display: block;
		border-bottom: 1px solid rgba(0,0,0,.1);
		padding: 5px 0 5px 20px;
		font-size: 16px;
		line-height: 20px;
	}

.acps_form,
.widget_search {
	background: #ffb61c;
	padding: 40px 25px 35px 25px;
	text-align: center;
	margin-bottom: 30px;
}
	.widget_search {
		padding: 30px 25px 35px 25px;
	}
	.acps_form h3,
	.widget_search h3 {
		text-transform: uppercase;
		margin-bottom: 10px;
	}
	.acps_form p {
		margin: 0;
	}
	.acps_form p input[type='text'] {
		margin-bottom: 10px;
		padding-left: 4px;
	}
.directory_type,
.restaurant_type,
.parking_type {
	border-radius: 3px;
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.directory_type::after,
.restaurant_type::after,
.parking_type::after {
	font-family: 'santee-alley';
	content: '\e00d';
	position: absolute;
	width: 26px;
	height: 100%;
	top: 0;
	right: 0px;
	border-left: 1px solid rgba(0,0,0,.1);
	font-size: 10px;
	text-align: center;
	padding-top: 9px;
	pointer-events: none;
}

.widget_search input {
	width: 100%;
}


.directory-entry {
	position: relative;
	padding: 20px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
	.directory-entry.sticky {
		background: rgba(0,0,0,.05);
		border-left: 2px solid #ffb61c;
		border-right: 2px solid #ffb61c;
	}
	.directory-entry .block {
		float: left;
		width: 50px;
		margin-right: 20px;
		background: #ffb61c;
		color: #000;
		text-align: center;
		line-height: 10px;
		font-size: 16px;
		font-weight: bold;
		padding: 8px 0 10px 0;
		border-radius: 3px;
	}
		.directory-entry .block small {
			font-size: 9px;
			display: block;
			margin-bottom: 3px;
		}
	.directory-entry:nth-child(2) {
		border-top: 1px solid rgba(0,0,0,.1);
	}
	.directory-entry::after {
		content: '';
		display: block;
		width: 100%;
		clear: both;
	}
	.directory-entry h4 {
		font-size: 17px;
	}
	.directory-entry address {
		font-size: 15px;
		font-style: normal;
		margin: 0;
	}
	.directory-entry small {
		max-width: 280px;
		display: block;
		line-height: 14px;
		font-size: 12px;
		padding-top: 5px;
		color: #999;
	}
		.directory-entry small a {
			color: #999;
		}
	
article.type-directory {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 20px;
	margin: 0;
}
	article.type-directory .entry-summary {
		margin: 0;
	}

.directory-nav {
	text-align: center;
	margin-bottom: 15px;
}
	.directory-nav a {
		background: #fff;
		display: inline-block;
		padding: 10px 10px;
		border: 1px solid rgba(0,0,0,.1);
		color: #000;
		line-height: normal;
		font-size: 13px;
	}
	.directory-nav a::before {
		display: none;
	}
	
body.post-type-archive-restaurant .directory-nav a.icon-restaurants,
body.post-type-archive-directory .directory-nav a.icon-directory,
body.post-type-archive-parking .directory-nav a.icon-parking {
	background: #ffb61c;
}

.pagination {
	padding: 20px 0px 10px 0;
	text-align: center;
}
	.pagination a, 
	.pagination span {
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
		padding: 2px 10px;
	}
	.pagination span {
		background: rgba(0,0,0,.1);
	}
	
.blog .post {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
	padding: 20px;
}
.blog .entry-footer a {
	margin-right: 10px;
}
.blog .entry-title {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 24px;
}
.blog .entry-meta {
	margin-bottom: 15px;
}
.blog .thumb {
	margin-bottom: 20px;
}

.ft-post {
	margin: 0;
	padding: 0;
	list-style: none;
}
	.ft-post li {
		float: left;
		width: 50%;
		padding: 2px;
	}
	.ft-post li a {
		display: block;
		width: 100%;
		border: 1px solid rgba(0,0,0,.1);
		background: #fff;
		border-radius: 3px;
		padding: 13px;
		color: #999;
		font-size: 15px;
		line-height: 20px;
	}
	.ft-post li a span {
		color: #ffb61c;
	}
	.ft-post li a h3 {
		display: block;
		font-size: 16px;
		line-height: 18px;
		padding-top: 10px;
		margin-bottom: 10px;
	}
/*///////////////////////////////////////////////////////////////////////////////////////////
	Footer
///////////////////////////////////////////////////////////////////////////////////////////*/
.site-footer {
	text-align: center;
	padding-bottom: 70px;
	font-size: 13px;
}
	.site-footer a {
		color: #666;
	}
		.site-footer a:hover {
			color: #ffb61c;
		}
	.site-footer::before {
		display: block;
		content: '';
		max-width: 960px;
		margin: 0 auto;
		height: 12px;
		background: #ffb61c;
	}
	
.site-info {
	padding: 40px 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin: 0 auto 50px auto;
}
.menu-footer-menu-container {
	margin: 0 0 30px 0;	
}
	.menu-footer-menu-container ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.menu-footer-menu-container li {
		display: inline-block;
	}
	.menu-footer-menu-container li a {
		margin: 0 10px;
		color: #888;
	}
	.menu-footer-menu-container li.current_page_item a,
	.menu-footer-menu-container li.current-menu-item a {
		color: #fff;
	}

.site-info address {
	font-style: normal;
	margin: 0;
}
	.site-info address a {
		display: block;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
	}
	
	
	
/*///////////////////////////////////////////////////////////////////////////////////////////
	Search
///////////////////////////////////////////////////////////////////////////////////////////*/
body.search-results article {
	border-bottom: 1px solid rgba(0,0,0,.1) !important;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
	body.search-results article h1 {
		margin-bottom: 0px;
	}
	body.search-results article .entry-meta {
		margin-top: 0px;
	}


