/*
	Theme Name: kendall Theme
	Theme URI: http://my.studiopress.com/themes/agency/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.1.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- kendall Blue
		- kendall Green
		- kendall Orange
		- kendall Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1040px
		- max-width: 800px
		- max-width: 782px
		- max-width: 680px
		- max-width: 480px

*/


/* Default styling for jQuery Datepicker v5.0.0. */
.datepick {
	background-color: #fff;
	color: #000;
	border: 1px solid #444;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 90%;
}
.datepick-rtl {
	direction: rtl;
}
.datepick-popup {
	z-index: 1000;
}
.datepick-disable {
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.datepick a {
	color: #fff;
	text-decoration: none;
}
.datepick a.datepick-disabled {
	color: #888;
	cursor: auto;
}
.datepick button {
    margin: 0.25em;
    padding: 0.125em 0em;
    background-color: #fcc;
    border: none;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    font-weight: bold;
}
.datepick-nav, .datepick-ctrl {
	float: left;
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 90%;
	font-weight: bold;
}
.datepick-ctrl {
	background-color: #750000;
}
.datepick-cmd {
	width: 30%;
}
.datepick-cmd:hover {
	background-color: #777;
}
.datepick-ctrl .datepick-cmd:hover {
	background-color: #f08080;
}
.datepick-cmd-prevJump, .datepick-cmd-nextJump {
	width: 8%;
}
a.datepick-cmd {
	height: 1.5em;
}
button.datepick-cmd {
	text-align: center;
}
.datepick-cmd-prev, .datepick-cmd-prevJump, .datepick-cmd-clear {
	float: left;
	padding-left: 2%;
}
.datepick-cmd-current, .datepick-cmd-today {
	float: left;
	width: 35%;
	text-align: center;
}
.datepick-cmd-next, .datepick-cmd-nextJump, .datepick-cmd-close {
	float: right;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-prev, .datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
	float: right;
	padding-left: 0%;
	padding-right: 2%;
	text-align: right;
}
.datepick-rtl .datepick-cmd-current, .datepick-rtl .datepick-cmd-today {
	float: right;
}
.datepick-rtl .datepick-cmd-next, .datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
	float: left;
	padding-left: 2%;
	padding-right: 0%;
	text-align: left;
}
.datepick-month-nav {
	float: left;
	background-color: #777;
	text-align: center;
}
.datepick-month-nav div {
	float: left;
	width: 12.5%;
	margin: 1%;
	padding: 1%;
}
.datepick-month-nav span {
	color: #888;
}
.datepick-month-row {
	clear: left;
}
.datepick-month {
	float: left;
	width: 15em;
	border: 1px solid #444;
	text-align: center;
	
}
.datepick-month-header, .datepick-month-header select, .datepick-month-header input {
	height: 50px;
	background-color: #444;
	color: #fff;
	font-weight: bold;
}
.datepick-month-header select, .datepick-month-header input {
	height: 1.4em;
	margin: 0em;
	padding: 0em;
	border: none;
	font-size: 100%;
}
.datepick-month-header input {
	position: absolute;
	display: none;
}
.datepick-month table {
	width: 100%;
	border-collapse: collapse;
}
.datepick-month thead {
	border-bottom: 1px solid #aaa;
}
.datepick-month th, .datepick-month td {
	margin: 0em;
	padding: 0em;
	font-weight: normal;
	text-align: center;
}
.datepick-month th {
	border: 1px solid #777;
}
.datepick-month th, .datepick-month th a {
	background-color: #777;
	color: #fff;
}
.datepick-month td {
	background-color: #eee;
	border: 1px solid #aaa;
}
.datepick-month td.datepick-week {
	border: 1px solid #777;
}
.datepick-month td.datepick-week * {
	background-color: #777;
	color: #fff;
	border: none;
}
.datepick-month a {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
	background-color: #eee;
	color: #000;
	text-decoration: none;
}
.datepick-month span {
	display: block;
	width: 100%;
	padding: 0.125em 0em;
}
.datepick-month td span {
	color: #888;
}
.datepick-month td .datepick-other-month {
	background-color: #fff;
}
.datepick-month td .datepick-weekend {
	background-color: #ddd;
}
.datepick-month td .datepick-today {
	background-color: #ff0000;
}
.datepick-month td .datepick-highlight {
	background-color: #f08080;
}
.datepick-month td .datepick-selected {
	background-color: #777;
	color: #fff;
}
.datepick-month th.datepick-week {
	background-color: #777;
	color: #fff;
}
.datepick-status {
	clear: both;
	background-color: #ddd;
	text-align: center;
}
.datepick-clear-fix {
	clear: both;
}




/* Fonts
--------------------------------------------- */


@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic);
@font-face {
	font-family: 'UniversCond';
	src: url('fonts/univers-lt-std-59-ultra-condensed_46341.eot');
	src: url('fonts/univers-lt-std-59-ultra-condensed_46341.eot') format('embedded-opentype'),  url('fonts/univers-lt-std-59-ultra-condensed_46341.woff') format('woff'),  url('fonts/univers-lt-std-59-ultra-condensed_46341.ttf') format('truetype'),  url('fonts/univers-lt-std-59-ultra-condensed_46341.svg#UniversLTStd59UltraCondensed') format('svg');
}
 @import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
/*--------------------------------------------- */


body .widget_ess_grid {
	line-height: 1.3;
}
#logo_icon_mobile {
	display: none;
	text-align: center;
	margin: 0 0 20px 0;
}
#mobilebooking, #smallbooking {
	position: fixed;
	height: 50px;
	background-color: #750000;
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	font-family: 'UniversCond', sans-serif !important;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 0 0 0;
	z-index: 99999999;
}
#smallbooking {
	display: none;
}
#smallbooking a:hover {
	color: #fff;
}
.contact .halfpage_right {
	padding: 70px 0 0 0;
}
.featured-content img {
	width: 20% !important;
}
.specials #standard_amenities {
	margin: 50px 0 0 0;
}
#fineprint {
	margin: 50px 0 0 0;
	text-align: center;
	color: #999;
}
#standard_amenities .essb_links {
	display: none;
}
body .fve-video-wrapper {
	margin: 10px 0 30px 0;
}
body .responsive-tabs .responsive-tabs__list__item {
	background: transparent;
	border: 0px solid transparent;
	border-bottom: none;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #999;
	font-size: 18px;
	line-height: 19px;
	text-transform: inherit;
	margin: 0px 12px 0 0;
	padding: 10px 12px 0px 0;
	white-space: nowrap;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'UniversCond', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ff0000;
}
body .responsive-tabs .responsive-tabs__list__item--active, body .responsive-tabs .responsive-tabs__list__item--active:hover {
	background: #fff;
	border-color: #ddd;
	color: #750000;
	padding-bottom: 0;
	margin-top: 0;
	position: relative;
	top: 0;
}
body .responsive-tabs .responsive-tabs__panel {
	background: #fff;
	border: 0px solid #ddd;
	border-top: 0px solid #ddd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
	clear: left;
	margin-bottom: 0;
	padding: 40px 20px 0 0;
	word-wrap: break-word;
}
body .responsive-tabs .responsive-tabs__panel li:before {
	content: "■";
	color: #ff0000;
	padding-right: 20px;
}
body .responsive-tabs .responsive-tabs__panel li {
	list-style-type: none;
	text-indent: -20px;
	padding-left: 25px;
	margin-bottom: 15px;
	margin-left: 3px;
}
body .essb_links.essb_template_light-retina {
	word-wrap: normal!important;
	clear: both;
	margin: 3em 0 1em -15px;
}
body .responsive-tabs ul.responsive-tabs__list {
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 20px 0;
	padding: 0;
}
body .responsive-tabs .responsive-tabs__list__item li:before {
	content: " ";
}
.text_smaller {
	font-size: .8em;
}
.subtext {
	border-top: solid 1px #ddd;
	margin: 50px 0 40px 0;
	padding: 50px 0;
	color: #888;
}
.textwidget p {
	font-size: .8em;
}
.open-table-widget .dropdown-menu li > a:hover, .open-table-widget .dropdown-menu .active > a:hover {
	background: none !Important;
	color: #000 !Important;
}
.open-table-widget .dropdown-menu .active > a, .open-table-widget .dropdown-menu .selected > a {
	background: none !Important;
	color: #ff0000 !Important;
}
.open-table-widget .btn, input.otw-submit-btn, .otw-input-wrap .btn {
	display: inline-block;
	padding: 6px 12px;
	font-size: 18px !important;
	font-weight: 400;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 0 !important;
	border-radius: 0px !important;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color: #fff !Important;
	background-image: none !Important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF), to(#E6E6E6));
	background-image: -webkit-linear-gradient(top, #FFF, #E6E6E6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #FFF, #E6E6E6);
	background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #E6E6E6 #E6E6E6 #BFBFBF;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border: 0 !important;
	border-bottom-color: #B3B3B3;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 !important;
}
.otw-widget-form-wrap input[type=text] {
	color: #555;
	vertical-align: middle;
	background-color: #FFF;
	border: 0 !important;
	border-radius: 0 !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.prettyMapList .prettyFileBar .categoryList li {
	float: left;
	margin-right: 5px;
	margin-bottom: 1px;
	font-size: 24px !Important;
	font-family: 'UniversCond', sans-serif !important;
	text-transform: uppercase !important;
}
.prettyMapList .categoryList .btn {
	font-size: 24px !Important;
}
.infoWindowContainer .infoWindow h3, .prettyMapList .corePrettyStyle {
	background-color: #f9f9f9 !important;
}
.rightmap .mapHolder {
	float: right;
	margin-right: 1%;
	width: 59% !important;
}
.rightmap #ListContainer {
	float: left;
	width: 36% !important;
}
body .prettyMapList .mapHolder {
	height: 550px;
}
.powered-by-open-table {
	display: none;
}
body .prettyMapList .btn {
	float: left;
	margin-right: 5px;
	margin-bottom: 1px;
	border: 0 !Important;
	background-color: #fff !Important;
}
.showing {
	background-color: #f9f9f9 !Important;
	color: #ff0000 !Important;
}
.rsContent .rsImg {
	max-width: none !important;
}
.subtitle {
	font-family: 'UniversCond', sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 0 7px 0;
	border-top: solid 1px #ff0000;
	border-bottom: solid 1px #ff0000;
	color: #750000;
	margin: 0 0 30px 0;
	font-size: 17px;
	letter-spacing: 5px;
}
.content_gallery {
	margin: 30px 0 30px 0;
}
/*
#standard_amenities h4 {
	text-transform:uppercase;
padding: 0 0 0;
	letter-spacing:2px;
	color:#ff0000;
	text-align:center;
} */



#standard_amenities li {
	list-style-type: none;
	list-style: none;
	padding: 0;
	border-bottom: solid 1px #eee;
	line-height: 18px;
	font-size: 90%;
	padding: 10px 0;
	text-align: center;
}
#standard_amenities .halfpage_left li {
	text-align: right;
}
#standard_amenities .halfpage_right li {
	text-align: left;
}
.amenities_middle {
	float: left;
	width: 48%;
}
.amenities_right {
	float: right;
	width: 48%;
}
.amenities_left {
	float: left;
	width: 30%;
}
.amenities_left {
	text-align: right;
}
.amenities_middle {
}
.metro-container {
}
.metro-container div {
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}
div.pp_overlay {
	background: #fff !important;
	display: none;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
div.pp_pic_holder {
	z-index: 9999999999999999999999 !important;
}
.mfp-container {
	background: url(images/lightbox_bg.png) top left no-repeat #fff !important;
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999999 !important;
	overflow: hidden;
	position: fixed;
	background: #fff !important;
	opacity: 1 !important;
	filter: alpha(opacity=80);
}
.mfp-wrap {
	z-index: 9999999999999999999999 !important;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	background: #444444;
}
.halfpage_left {
	width: 48%;
	float: left;
}
.halfpage_right {
	width: 48%;
	float: right;
}
.mobmenu_content {
	background-color: #750000;
}
.mobmenu_content #mobmenuleft li a {
	display: block;
	font-family: 'UniversCond', sans-serif;
	font-weight: normal !important;
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none;
	font-size: 20px;
	color: #fff !important;
	-webkit-font-smoothing: antialiased;
}
.mobmenu_content #mobmenuleft li a:hover {
	font-family: 'UniversCond', sans-serif;
	font-weight: normal !important;
	text-transform: uppercase;
	color: #ff0000 !important;
}
#mainheader {
	height: 120px;
	background-color: #fff;
	margin: 0;
	padding: 40px 0 0 0;
	z-index: 9999999;
	width: 100%;
}
#menu_icon_wrap {
	background-color: #750000;
	height: 70px;
	width: 35px;
	float: left;
	margin: 0 3px 0 0;
	cursor: pointer;
}
#menu_icon {
	width: 20px;
	margin: 20px auto 0 auto;
}
#menu_icon img {
	width: 100%;
}
#logo_icon_wrap {
	height: 70px;
	background-color: #ff0000;
	padding: 0;
	width: 170px;
	text-align: right;
	float: left;
	margin: 0 12px 0 0;
}
#logo_icon {
	height: 70px;
	width: 70px;
	float: right;
}
#logo_icon img {
	width: 100%;
	height: auto;
}
#mainlogo {
	height: 55px;
	margin: 7px 0 0 0;
	float: left;
}
#mainlogo img {
	height: 100%;
	width: auto;
}
#home-top {
	cursor: pointer;
}
#homegrid_icon {
	width: 10%;
	margin: 0 auto;
}
#homegrid_icon img {
	max-width: 100%;
	height: auto;
}
#homegrid_title {
	letter-spacing: .2em;
	font-size: 26px;
	font-family: 'UniversCond', sans-serif;
	font-weight: normal !important;
}
#homegrid_desc {
	font-family: 'Lora', serif;
	color: #580000;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
.esg-loader.spinner1 {
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}
.minimal-light .esg-navigationbutton:hover, .minimal-light .esg-filterbutton:hover, .minimal-light .esg-sortbutton:hover, .minimal-light .esg-sortbutton-order:hover, .minimal-light .esg-cartbutton a:hover, .minimal-light .esg-filterbutton.selected {
	background-color: #ff0000 !important;
	border-color: #bbb;
	border: 0px !important;
	color: #fff !Important;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0) !important;
	-webkit-border-radius: 0px !important;
}
.minimal-light .esg-filterbutton, .minimal-light .esg-navigationbutton, .minimal-light .esg-sortbutton, .minimal-light .esg-cartbutton a {
	color: #333 !important;
	margin-right: 5px;
	cursor: pointer;
	padding: 0px 16px;
	border: 0px solid #e5e5e5 !important;
	line-height: 38px;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	font-size: 12px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	background: #EEE !important;
	margin-bottom: 5px;
}
#home-middle_wrap {
	margin: 70px 0;
	padding: 0 10%;/*background-color: #f5f5f5;*/
	
}
#home-middle {
	font-size: 20px;
	text-align: center;
}
#home-middle .readmore {
	margin: 20px 0 0 0;
}
#home-middle_wrap ul {
	color: #aaa;
	margin: 30px 0 -30px 0;
	text-align: center;
}
#home-middle_wrap li {
	display: inline-block;
	font-family: 'UniversCond', sans-serif;
	font-weight: normal !important;
	text-transform: uppercase;
	padding: 0 10px;
	letter-spacing: 1px;
}
#home-middle_wrap li a {
	color: #ff0000;
}
#home-middle_wrap li a:hover {
	color: #750000;
}
#home-ticker_wrap {
	padding: 0 5px;
	margin: 50px 0 100px 0;
}
.home-ticker_line {
	border-top: solid 1px #ccc;
}
#home-ticker_topimg {
	width: 95px;
	margin: 0 auto -45px auto;
}
#home-ticker_bottomimg {
	width: 185px;
	margin: 0 auto -27px auto;
}
#home-ticker_topimg img, #home-ticker_bottomimg img {
	width: 100%;
}
#home-ticker {
	width: 70%;
	margin: 0 auto 0 auto;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	padding: 60px 0 20px 0;
}
#home-ticker a {
	color: #888;
}
.mtphr-dnt-control-links {
	text-align: center;
	padding: 20px 0 0 0;
}
.mtphr-dnt-control-button i {
	display: block;
	width: 12px !important;
	height: 12px !important;
	font-size: 12px !important;
	line-height: 12px !important;
	color: #CCC;
}
.mtphr-dnt-control-button.active i {
	color: #ff0000 !important;
}
#mainfooter_wrap {
	background-color: #750000;
	padding: 30px;
}
#mainfooter {
	height: 45px;
	color: #ddd;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
#mainfooter a {
	color: #ff0000;
}
#mainfooter a:hover {
	color: #fff;
}
#mainfooter_left, #mainfooter_left2, #mainfooter_middle, #mainfooter_right {
	float: left;
}
#mainfooter_left {
	height: 40px;
}
#mainfooter_left2 {
	width: 30%;
}
#mainfooter_middle, #mainfooter_right {
	width: 25%;
}
#mainfooter_middle {
	text-align: center;
	;
}
#mainfooter_middle_wrap {
	text-align: center;
	width: 350px;
	margin: 0 auto;
}
#mainfooter_right {
	float: right;
	text-align: right;
}
#mainfooter_left .hhalogo {
	height: 100%;
	max-height: 100%;
	width: auto;
}
#mainfooter_left .hhalogo img {
	height: 100%;
	max-height: 100%;
	width: auto;
}
#mainfooter_left .hhalogo {
	float: left;
	margin: 0 20px 0 0;
}
#mainfooter_left2 .contact_top {
	float: left;
	width: 100%;
}
#mainfooter_left2 .contact_bottom {
	font-size: 11px;
}
#mainfooter_left .footer_social {
	clear: right;
}
#mainfooter_left2 .phone {
	font-size: 22px;
	font-family: 'Lora', serif;
	line-height: 22px;
	margin: 0 10px 5px 0;
	float: left;
}
#mainfooter_middle .middleintro {
}
#mainfooter_middle #properties {
}
#mainfooter_middle #properties img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#mainfooter_middle #properties .properties_left {
	float: left;
	text-align: right;
	width: 150px;
	padding: 0 7% 0 0;
	border-right: solid 1px #ff0000;
}
#mainfooter_middle #properties .properties_right {
	float: left;
	width: 190px;
	text-align: left;
	padding: 0 0 0 7%;
}
#mainfooter_middle #properties_intro, #mainfooter_right {
	font-size: 10px;
	color: #ff0000;
}
#mainfooter_middle #properties_intro {
	padding: 0 0 7px 0;
}
#mainfooter_right .right_top {
	padding: 0 0 10px 0;
}
#mainfooter_right a {
	color: #fff;
}
#mainfooter_right a:hover {
	color: #ff0000;
}
/* BOOKING FORM
--------------------------------------------- 


#header_booking_wrap {
	
	width:33%;
	float:right;
	padding: 0 5px 0 0;
	margin:0 0 0 0;
	
}



.header_booking input, .header_booking select, .header_booking input[type="submit"], .header_booking #rate_wrap {

font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
font-size:10px;
font-weight:bold;
border:solid 2px #fff;
background-color:#e9e9e9;
box-shadow:0 !important;
	-webkit-appearance:none;
	border-radius:0;
	color:#750000;


}




.header_booking #check-in, .header_booking #check-out, .header_booking .promo, .header_booking #rate_wrap  {
	width:35%;
	color:#750000;
	float:left;
}



.header_booking #rate_wrap {
		padding:8px !Important;
}


 .header_booking .rate {
	 
 }



.header_booking #ad, .header_booking #ch, .header_booking #rms {
	width:15%;

	margin-bottom:0px;
	float:left;
}

.header_booking .rate {

background-color:#e9e9e9;
	border:0;
	-webkit-appearance:none;
	border-radius:0;


}


.header_booking input {
	
	padding:10px !Important;
	
}

.header_booking select {
	
	padding:1px !Important;
	
}



.header_booking input[type="submit"] {

	cursor:pointer;
	
	font-family: 'UniversCond', sans-serif;
	text-transform:uppercase;
	font-size:13px;
	line-height:12px;
	
	
	color:#ffffff;
	background-color:#ff0000;

		width:30%;

	border-radius:0;
}


.header_booking input[type="submit"] {

}

.header_booking input[type="submit"]:hover {
	color:#fff;
	border-color:#fff
}


--------------------------------------------- */






/* BOOKING FORM
--------------------------------------------- */


#header_booking_wrap {
	width: 33.5%;
	float: right;
	padding: 0 5px 0 0;
	margin: 0 0 0 0;
}
.header_booking input, .header_booking select, .header_booking input[type="submit"], .header_booking #rate_wrap {
	font-family: 'UniversCond', sans-serif;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	border: solid 2px #fff;
	background-color: #f9f9f9;
	box-shadow: 0 !important;
	-webkit-appearance: none;
	border-radius: 0;
	color: #750000;
}
.header_booking #check-in, .header_booking #check-out, .header_booking .promo, .header_booking #rate_wrap {
	width: 35%;
	color: #750000;
	float: left;
}
.header_booking #rate_wrap {
	padding: 9px 6px 6px 6px !Important;
}
.header_booking .rate {
}
.header_booking #ad, .header_booking #ch, .header_booking #rms {
	width: 15%;
	margin-bottom: 0px;
	float: left;
}
.header_booking .rate {
	background-color: #f9f9f9;
	border: 0;
	-webkit-appearance: none;
	border-radius: 0;
}
.header_booking input {
	padding: 10px 8px 4px 8px !Important;
}
.header_booking select {
	padding: 1px !Important;
}
.header_booking input[type="submit"] {
	cursor: pointer;
	font-family: 'UniversCond', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	padding: 10px 8px 6px 8px !Important;
	color: #ffffff;
	background-color: #750000;
	width: 30%;
	border-radius: 0;
}
.header_booking input[type="submit"]:hover {
	color: #fff;
	border-color: #fff;
	background-color: #ff0000;
	transition: .3s;
}
/*
--------------------------------------------- */








/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
	display: none
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre-wrap
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 5px
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	border-top: solid 1px #ddd;
	border-bottom: 0;
	margin: 40px 0 50px 0;
	color: #ccc;
}
/* Box Sizing
--------------------------------------------- */

*, input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header_booking *, .site-container * {
}
/* Float Clearing
--------------------------------------------- */

.clearfix:before, .entry-content:before, .entry:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .widget:before, .wrap:before {
	content: " ";
	display: table;
}
.clearfix:after, .entry-content:after, .entry:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .widget:after, .wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #ffffff;
	color: #555;
	font-family: 'Lora', serif;
	font-size: 16px;
	line-height: 1.625;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .kendall-home .featured-content img, .button {
}

::-moz-selection {
 background-color: #333;
 color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
a {
	color: #ff0000;
	text-decoration: none;
}
a img {
	margin-bottom: -4px;
}
a:hover {
	color: #750000;
	transition: .3s;
}
p {
	margin: 0 0 24px;
	padding: 0;
}
strong {
	font-weight: 700;
}
ol, ul {
	margin: 0;
	padding: 0;
}
blockquote, blockquote::before {
	color: #999;
}
blockquote {
	margin: 40px 40px 24px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
cite {
	font-style: normal;
}
/* Headings
--------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-family: 'UniversCond', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}
h1 {
	font-size: 36px;
}
.page h1 {
	margin-bottom: 35px;
}
.page-template-page_blog-php h1 {
	margin-bottom: 10px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
	margin: 50px 0 15px 0;
	color: #750000;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/* Objects
--------------------------------------------- */

embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
.featured-content img, .gallery img {
	width: auto; /* IE8 */
}
/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}
.gallery-caption {
	margin: 0 0 10px;
}
.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery .gallery-item img {
	border: none;
	height: auto;
	margin-bottom: 0;
}
/* Forms
--------------------------------------------- */

body .gform_wrapper h3.gform_title {
	width: 98%;
	display: none;
}
body .gform_wrapper .left_label .gfield_label {
	float: left;
	margin: 0 25px 0 0;
	width: 33%;
	font-weight: normal;
}
body div.gform_wrapper li, body div.gform_wrapper form li {
	margin: 0;
}
body .gform_wrapper .top_label .gfield_label {
	margin: 0 0 4px 0;
}
body .gform_wrapper {
	overflow: inherit;
	margin: 0 0 10px 0;
	max-width: 98%;
}
body .gform_wrapper ul li.gfield {
	margin: 50px 0 20px 0;
}
input, select, textarea {
	background-color: #fff;
	border: 2px solid #fff;
	box-shadow: 0;
	color: #750000;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}
.content input, .content select, .content textarea {
	background-color: #ff0000;
	border: 0;
	box-shadow: 0;
	color: #000000;
	font-size: 14px;
	padding: 16px;
	width: auto;
}
.comment-card input, .comment-card textarea, .contact input, .contact textarea, .entry-content input, .entry-content textarea {
	background-color: #f9f9f9;
}
.comment-card button {
	display: block;
	width: 100%;
	font-size: 22px;
}
.comment-card .gform_wrapper .gsection {
	padding: 20px 0 40px 0;
	margin: 0 0 30px 0;
}
.comment-card .ginput_container {
}
.comment-card .gform_wrapper ul li.gfield {
	clear: both;
	margin: 30px 0 30px 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 22px !Important;
	width: 100%;
	padding: 20px 0;
}
body .gform_wrapper .datepicker {
	width: 50% !important;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
	width: auto;
	margin: 0 0 0 2px;
}
.content input:focus, .content textarea:focus {
	border: 0;
	outline: none;
}
input:focus, textarea:focus {
	border: 2px solid #fff;
	outline: none;
}


::-moz-placeholder {
 color: #750000;
}

::-webkit-input-placeholder {
 color: #750000;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
	background-color: #ff0000;
	border-radius: 0;
	border: none;
	box-shadow: none;
	color: #750000;
	cursor: pointer;
	font-family: 'UniversCond', sans-serif;
	padding: 5px 20px 1px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: auto;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}
.button, .entry-content .button {
	display: inline-block;
}
.sidebar .button, .sidebar input[type="submit"] {
	width: 100%;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, .entry-content .button:hover {
	background-color: #750000;
	color: #ff0000;
	transition: .1s;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
 display: none;
}
/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
th, td {
	text-align: left;
}
th {
	font-weight: bold;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.header-full-width .site-container, .site-container {
	padding: 0;
}
.site-inner, .wrap {
	margin: 0 auto;
}
.site-inner {
	clear: both;
	padding: 40px 5px 30px 5px;
}
.kendall-home .site-inner {
}
/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	width: 67%;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* Content */

.content {
	float: right;
	width: 62%;
}
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
	width: 65%;
}
.full-width-content .content {
	width: 100%;
}
.sidebar-content .content {
	margin: 0 5% 0 0;
}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */


.sidebar-primary {
	float: right;
	width: 30%;
	margin: 45px 0 0 -5px;
}
.sidebar {
}
.sidebar p:last-child {
	margin-bottom: 0;
}
.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
}
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 5px;
	padding: 20px 20px 20px 20px;
	background-color: #f9f9f9;
}
.sidebar .enews-widget {
	background-color: #333;
}
.sidebar .enews-widget .widget-title {
	color: #fff;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
	float: left;
}
/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 30%;
	margin: 45px 0 0 -5px;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
#sidebar_image {
	max-height: 250px;
	overflow: hidden;
}
.page #sidebar_image {
	display: none;
}
/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half, .three-sixths, .two-fourths {
	width: 48.717948717948715%;
}
.one-third, .two-sixths {
	width: 31.623931623931625%;
}
.four-sixths, .two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}
/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.search-form {
	overflow: hidden;
}
.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 24px;
}
a.alignnone img, .alignnone img {
	margin-bottom: 12px;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
	max-width: 100%;
}
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright img, img.alignright, .wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.entry-content .wp-caption-text {
	font-size: 14px;
	text-align: center;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td, .widget_calendar th {
	text-align: center;
}
/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #aaa;
	font-size: 12px;
	margin: 0 0 0 35px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}
.breadcrumb a {
	color: #ff0000;
}
.breadcrumb a:hover {
	color: #750000;
}
.archive-description, .author-box {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
}
.archive-description {
	padding: 40px 40px 24px;
}
.author-box {
	padding: 40px;
}
.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}
.author-box p {
	margin-bottom: 0;
}
.author-box .avatar {
	margin-right: 24px;
}
/* Titles
--------------------------------------------- */

.entry-title {
	color: #333;
	font-size: 36px;
	line-height: 1;
}
.entry-title a {
	color: #333;
}
.widget-title {
	color: #ff0000;
	font-size: 20px;
	margin-bottom: 8px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
}
.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}
.home .widget li, .home .widget li:hover {
}
.sidebar .widget li {
	list-style-type: none;
	margin-bottom: 1px;
	background-color: #fff;
	font-family: 'UniversCond', sans-serif;
	text-transform: uppercase;
	padding: 6px 0 0 10px;
	font-size: 17px;
	letter-spacing: 1px;
	border-left: solid 1px #ff0000;
	-webkit-font-smoothing: antialiased;
}
.sidebar .widget_ess_grid li {
	list-style-type: none;
	margin-bottom: 0;
	background-color: #fff;
	font-family: 'UniversCond', sans-serif;
	text-transform: uppercase;
	padding: 0 0 0 0;
	font-size: 17px;
	letter-spacing: 1px;
	border-left: solid 0px #ff0000;
	-webkit-font-smoothing: antialiased;
}
.sidebar .widget_ess_grid li:hover {
	background-color: #ff0000;
	cursor: pointer;
	transition: .5s;
	padding: 0;
}
.sidebar .widget .widget_ess_grid li a {
	color: #fff !important;
}
.sidebar .widget ul.menu li a {
	color: #750000;
	width: 100% !Important;
	display: block;
}
.sidebar .widget ul.menu li:hover {
	background-color: #ff0000;
	cursor: pointer;
	transition: .5s;
	padding: 6px 0 0 13px;
}
.widget li li {
	margin: 0;
	padding: 0 0 0 20px;
}
/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 24px;
}
.featured-content .entry-title {
	font-size: 22px;
	line-height: 1.1;
}
a.more-link {
	font-family: 'UniversCond', sans-serif;
	text-transform: uppercase;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}
.enews-widget input {
	margin-bottom: 16px;
}
.enews-widget input:focus {
	border: 1px solid #ddd;
}
.enews-widget input[type="submit"] {
	background-color: #222;
	color: #fff;
	margin: 0;
	width: 100%;
}
.enews-widget input:hover[type="submit"] {
	background-color: #ffffff;
	color: #fff;
}
/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}
/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"], div.gform_wrapper input[type="text"], div.gform_wrapper textarea, div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper li, div.gform_wrapper form li {
	margin: 16px 0 0;
}
div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}
/* Jetpack
---------------------------------------------- */

img#wpstats {
	display: none;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #333;
	left: 0;
	min-height: 81px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	display: none;
}
.admin-bar .site-header {
	top: 32px;
}
/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 16px 0;
	width: 300px;
}
.header-image .title-area {
	padding: 0;
}
.site-title {
	font-family: 'UniversCond', sans-serif;
	font-size: 28px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}
.site-title a {
	color: #fff;
}
.site-title a:hover {
	color: #ffffff;
}
.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}
/* Full width header, no widgets */

.header-full-width .title-area, .header-full-width .site-title {
	width: 100%;
	text-align: center;
}
.header-image .site-description, .header-image .site-title a {
	display: block;
	text-indent: -9999px;
}
.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}
/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}
.header-image .site-title a {
	float: left;
	min-height: 60px;
	width: 100%;
}
/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}
.site-header .widget-area li {
	margin: 0;
	padding: 0;
}
.site-header .search-form {
	float: right;
	margin-top: 24px;
}
/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'UniversCond', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}
.genesis-nav-menu a {
	border-top: 2px solid transparent;
	color: #fff;
	display: block;
	padding: 18px 16px 20px;
	position: relative;
}
.genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .v .current-menu-item > a:hover {
	background-color: #282828;
	border-color: #ffffff;
	color: #ffffff;
}
.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 180px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #282828;
	border: none;
	font-size: 12px;
	padding: 16px;
	position: relative;
	width: 180px;
}
.genesis-nav-menu .sub-menu a:hover {
	background-color: #333;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
}
.genesis-nav-menu > .right > a, .genesis-nav-menu > .date {
	display: inline-block;
	padding: 18px 16px 20px;
}
.genesis-nav-menu > .search {
	padding: 10px 0 0;
}
.genesis-nav-menu .search input {
	font-size: 12px;
	padding: 12px;
}
/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}
/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #383838;
}
/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}
.nav-secondary .genesis-nav-menu a {
	background: none;
	border: none;
	padding: 5px 20px;
}
.nav-secondary .genesis-nav-menu a:hover {
	color: #333;
}
/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}
.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

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

.kendall-home .content .widget {
}
.kendall-home .content .featured-content, .kendall-home .content .widget_text {
	padding: 0;
}
.kendall-home .content .textwidget {
	padding: 0;
}
.kendall-home .content .featured-content .widget-title, .kendall-home .content .widget_text .widget-title {
	color: #ff0000;
	text-align: center;
	margin: 0;
	padding-bottom: 20px;
	font-size: 26px;
	letter-spacing: .2em;
	font-weight: normal;
}
.kendall-home .content .featured-content .widget-title::after, .kendall-home .content .featured-content .widget-title::before, .kendall-home .content .widget_text .widget-title:after, .kendall-home .content .widget_text .widget-title:before {
	content: " ";
	display: inline-block;
	border-top: 2px solid #fff;
	padding-bottom: 4px;
	width: 15%;
}
.kendall-home .content .featured-content .widget-title::before, .kendall-home .content .widget_text .widget-title:before {
	margin-right: 12px;
}
.kendall-home .content .featured-content .widget-title::after, .kendall-home .content .widget_text .widget-title:after {
	margin-left: 12px;
}
.kendall-home .content .featured-content article ~ .widget-title {
	clear: both;
	color: #333333;
	margin: 0;
	padding: 20px 0;
}
.kendall-home .content .featured-content article ~ .widget-title:before, .kendall-home .content .featured-content article ~ .widget-title:after {
	border-color: #333333;
}
.kendall-home .content .home-middle .featured-content article ~ .widget-title, .kendall-home .content .home-middle .featured-content article ~ .widget-title:before, .kendall-home .content .home-middle .featured-content article ~ .widget-title:after {
	border-color: #fff;
	color: #fff;
}
.kendall-home .content .featured-content article ~ ul, .kendall-home .content .featured-content .more-from-category {
	margin-bottom: 40px;
	padding: 0 10px;
	text-align: center;
}
.kendall-home .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
}
.kendall-home .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
}
.kendall-home .content .featured-content .entry-header {
	padding: 40px 40px 0;
}
.kendall-home .content .featured-content .entry-content {
	padding: 0 40px;
}
.kendall-home .content .featured-content .entry-content p {
	margin-bottom: 40px;
}
.kendall-home .content .featured-content a:hover {
	color: #ffffff;
}
.kendall-home .content .featuredpost .entry {
	background: none;
	float: left;
	width: 33.33334%;
}
.kendall-home .content .featuredpost img.entry-image {
	margin: 0;
}
.home-top .wrap {
	color: #fff;
	font-family: 'UniversCond', sans-serif;
	padding: 0;
	text-align: center;
}
.home-top .widget-title {
	color: #fff;
	font-size: 60px;
	line-height: 1;
}
.home-top .button {
	background-color: #fff;
	border-radius: 50px;
	color: #333;
	text-transform: uppercase;
}
.home-top .widget .button:hover {
	background-color: #333;
	color: #fff;
}
.home-middle {
	padding: 10% 0 5%;
}
.home-middle .featuredpost img.entry-image {
	left: 0;
	position: absolute;
}
.home-middle .featuredpost img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
.home-middle .featured-content.featuredpost {
	background: #333;
}
.home-middle .featuredpost .entry {
	background-color: #333;
	color: #fff;
}
.home-middle .featuredpost .entry {
	min-height: 380px;
}
.home-middle .featuredpost .entry-title a {
	color: #fff;
}
.home-bottom {
	padding: 0 3%;
}
.home-bottom .featuredpost .entry {
	min-height: 320px;
}
.home-bottom .featuredpost .post:nth-of-type(3n+1), .home-middle .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
}
.home-bottom .featuredpost .entry:hover {
	background-color: #333;
	color: #fff;
}
.home-bottom .featuredpost .entry:hover .entry-title a {
	color: #fff;
}
/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px 40px 24px;
}
.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {
	margin-bottom: 26px;
}
.entry-content ol, .entry-content ul {
	margin-left: 0;
}
.entry-content ol li {
	list-style-type: decimal;
}
.entry-content ul li {
	list-style-type: square;
}
.entry-content ol ol, .entry-content ul ul, .entry-content .wp-caption p {
	margin-bottom: 0;
}
.entry-content .search-form {
	width: 50%;
}
.entry-meta {
	color: #ccc;
	font-size: 18px;
	margin-top: -15px;
}
.entry-header .entry-meta {
	margin-bottom: 20px;
}

.specials .entry-meta {
	
	display:none;
	
}

.entry-footer .entry-meta {
	border-top: 0px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 30px;
	display: none;
}
.entry-comments-link::before {
	content: "\2B";
	font-weight: 700;
	margin: 0 4px 0 6px;
}
.entry-categories, .entry-tags {
	display: block;
}
/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}
.after-entry .widget {
	margin-bottom: 40px;
}
.after-entry .widget:last-child, .after-entry p:last-child {
	margin: 0;
}
.after-entry li {
	list-style-type: none;
}
/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-family: 'UniversCond', sans-serif;
	font-size: 14px;
	margin: 40px 0;
	text-transform: uppercase;
}
.archive-pagination a {
	color: #fff;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}
.archive-pagination li a:hover, .archive-pagination li.active a {
	background-color: #ffffff;
	color: #fff;
}
/* Comments
--------------------------------------------- */

.entry-pings, .comment-respond, .entry-comments {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
}
.comment-content {
	clear: both;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
	width: 50%
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.comment-list li, .ping-list li {
	list-style-type: none;
}
.comment-list li {
	margin-top: 40px;
	padding: 0 40px;
}
.comment-list li li {
	margin-right: -32px;
}
li.comment {
	border-left: 2px solid #f5f5f5;
}
.comment-header {
	color: #333;
	font-family: 'UniversCond', sans-serif;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
.comment-header .comment-meta, .comment-header .comment-meta a {
	color: #999;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.comment-reply-link {
	font-family: 'UniversCond', sans-serif;
	text-transform: uppercase;
}
.entry-pings .reply {
	display: none;
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #ececec;
	color: #999;
	clear: both;
	padding: 60px 0 36px;
}
.footer-widgets-1, .footer-widgets-3 {
	width: 350px;
}
.footer-widgets-2 {
	width: 360px;
}
.footer-widgets-1 {
	margin-right: 40px;
}
.footer-widgets-1, .footer-widgets-2 {
	float: left;
}
.footer-widgets-3 {
	float: right;
}
.footer-widgets .widget {
	margin-bottom: 24px;
}
.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}
.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1180px) {
#homegrid_desc {
	font-size: 13px;
	line-height: 12px;
}
#header_booking_wrap {
	width: 49%;
}
#logo_icon_wrap {
	width: 100px;
}
body, .site-footer {
	background-color: #750000;
}
#content, #content p, .entry-content p, h1, h2, h3, h4, .sidebar li {
	text-align: center;
}
.sidebar-content .content {
	margin: 0;
}
.halfpage_left, .halfpage_right, .amenities_middle, .amenities_right, .sidebar-content-sidebar .content {
	width: 100%;
	float: none;
}
.breadcrumb {
	text-align: center;
	padding: 0;
	margin: 0;
}
#mainfooter_wrap {
	background-color: #750000;
}
#mainfooter_left, #mainfooter_left2, #mainfooter_middle, #mainfooter_left2 .phone, #mainfooter_left .hhalogo {
	width: auto;
	margin: 0 auto 20px auto;
	float: none;
	text-align: center;
	background-color: #750000;
}
#mainfooter_right {
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: center;
	background-color: #750000;
}
.site-container {
	background-color: #fff;
}
.right_bottom {
	padding-bottom: 80px;
}
.site-inner,  .wrap {
}
.content-sidebar-sidebar .content-sidebar-wrap,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-sidebar-content .content-sidebar-wrap {
	width: 100%;
}
.site-header .widget-area {
	width: 660px;
}
.sidebar-content-sidebar .content,  .sidebar-sidebar-content .content,  .content-sidebar-sidebar .content {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.footer-widgets-1,  .footer-widgets-2,  .footer-widgets-3,  .sidebar-content-sidebar .sidebar,  .sidebar-content-sidebar .sidebar-primary {
	width: 100%;
}
.kendall-home .content .home-middle .featuredpost .entry {
	min-height: 320px;
}
.kendall-home .content .home-bottom .featuredpost .entry {
	min-height: 360px;
}
}

@media only screen and (max-width: 960px) {
#smallbooking, #logo_icon_mobile {
	display: block;
}
#header_booking_wrap {
	display: none;
}
#mainheader {
	height: auto;
	background-color: #fff;
	margin: 30px auto 0 auto;
	padding: 0 0 0 0;
	z-index: 9999999;
	width: 60%;
}
#logo_icon_wrap {
	height: auto;
	background-color: #ff0000;
	padding: 0;
	width: 10%;
	text-align: right;
	float: left;
	margin: 0 12px 0 0;
	display: none;
}
#logo_icon {
	height: 70px;
	width: 70px;
	float: left;
	text-align: right;
}
#logo_icon img {
	width: 100%;
	height: auto;
}
#menu_icon_wrap {
	background-color: #750000;
	height: 50px;
	width: 50px;
	float: none;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	cursor: pointer;
}
#menu_icon {
	width: 20px;
	margin: 10px auto 0 auto;
}
#mainlogo {
	height: auto;
	margin: 0 auto;
	float: none;
	background-color: #fff;
	width: 90%;
	text-align: center;
}
#mainlogo img {
	width: 100%;
	height: auto;
}
.entry {
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 40px;
	padding: 40px 20px 24px;
}
.site-inner,  .wrap {
}
.content,  .content-sidebar-sidebar .content,  .content-sidebar-sidebar .content-sidebar-wrap,  .footer-widgets-1,  .footer-widgets-2,  .footer-widgets-3,  .sidebar-content-sidebar .content,  .sidebar-content-sidebar .content-sidebar-wrap,  .sidebar-primary,  .sidebar-secondary,  .sidebar-sidebar-content .content,  .sidebar-sidebar-content .content-sidebar-wrap,  .site-header .widget-area,  .title-area {
	width: 100%;
	text-align: center;
}
.site-container {
	padding-top: 105px;
}
.header-image .site-title a {
	background-position: center !important;
	margin: 0 0 6px;
}
.genesis-nav-menu li,  .site-header ul.genesis-nav-menu,  .site-header .search-form {
	float: none;
}
.genesis-nav-menu,  .site-description,  .site-header .title-area,  .site-header .search-form,  .site-title, .subtext {
	text-align: center;
}
.site-header .search-form {
	margin: 16px auto;
}
.genesis-nav-menu li.right {
	display: none;
}
.sidebar .widget.enews-widget {
	padding: 40px;
}
.site-footer {
	padding: 24px 0 0 0;
}
.footer-widgets {
	padding: 40px 5% 16px;
}
.footer-widgets-1 {
	margin: 0;
}
.home-bottom .featured-content .post:nth-of-type(3n+1),  .home-middle .featured-content .post:nth-of-type(3n+1) {
	clear: none;
}
.home-bottom .featured-content .post:nth-of-type(2n+1),  .home-middle .featured-content .post:nth-of-type(2n+1) {
	clear: left;
}
.kendall-home .content .featuredpost .entry {
	min-height: 380px;
	width: 50%;
}
.genesis-nav-menu a {
	padding: 10px 12px 12px;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin-top: -42px;
}
.genesis-nav-menu .sub-menu a {
	padding: 12px;
}
}

@media only screen and (max-width: 800px) {
#mainheader {
	width: 100%;
}
.breadcrumb {
	font-size: 14px;
	margin: 20px 0 0 35px;
}
#logo_icon_mobile {
	margin: 30px 0 10px 0;
}
#logo_icon_mobile img {
	width: 70px;
}
.site-inner {
	padding: 0px 5px 30px 5px;
}
#home-middle, #home-ticker {
	font-size: 16px;
}
#home-middle_wrap li {
	display: block;
	font-family: 'UniversCond', sans-serif;
	font-weight: normal !important;
	text-transform: uppercase;
	padding: 0 auto 10px auto;
	letter-spacing: 1px;
	font-size: 20px;
}
#home-top {
	display: none;
}
.five-sixths,  .four-sixths,  .one-fourth,  .one-half,  .one-sixth,  .one-third,  .three-fourths,  .three-sixths,  .two-fourths,  .two-sixths,  .two-thirds {
	margin: 0;
	width: 100%;
}
.kendall-home .wrap {
}
.kendall-home .content .home-middle .featuredpost .entry {
	min-height: 320px;
}
.entry-title {
	font-size: 30px;
}
.site-inner {
}
}

@media only screen and (max-width:782px) {
.admin-bar .site-header {
	top: 46px;
	z-index: 499;
}
}

@media only screen and (max-width: 680px) {
.header-full-width .site-container,  .site-container {
	padding: 0;
}
.site-header {
	position: static;
}
.wrap {
}
.kendall-home .content .wrap {
}
.kendall-home .content .featuredpost .entry {
	min-height: 380px;
	width: 100%;
}
.kendall-home .content .featured-content .entry-header {
	clear: both;
}
.home-top .widget-title {
	font-size: 48px;
}
.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
}
.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,  .genesis-nav-menu.responsive-menu {
	display: none;
}
.genesis-nav-menu.responsive-menu .menu-item,  .responsive-menu-icon {
	display: block;
}
.genesis-nav-menu.responsive-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu.responsive-menu li a,  .genesis-nav-menu.responsive-menu li a:hover {
	border: none;
	display: block;
	line-height: 1;
	padding: 18px 20px;
	text-transform: none;
}
.genesis-nav-menu.responsive-menu .menu-item-has-children {
	cursor: pointer;
}
.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
	margin-right: 60px;
}
.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
	content: "\f347";
	float: right;
	font: normal 20px/1 'dashicons';
	height: 20px;
	padding: 15px 20px;
	right: 0;
	text-align: right;
	z-index: 9999;
}
.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
	content: "\f343";
}
.genesis-nav-menu.responsive-menu .sub-menu {
	border: none;
	left: auto;
	opacity: 1;
	padding-left: 25px;
	position: relative;
	-moz-transition: opacity .4s ease-in-out;
	-ms-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
	width: 100%;
	z-index: 99;
}
.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
	margin: 0;
}
.genesis-nav-menu.responsive-menu .sub-menu li a,  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
	padding: 12px 20px;
	position: relative;
	text-transform: none;
	width: 100%;
}
.genesis-nav-menu.responsive-menu .current-menu-item > a,  .genesis-nav-menu.responsive-menu .sub-menu a,  .genesis-nav-menu.responsive-menu .sub-menu a:hover,  .genesis-nav-menu.responsive-menu a:hover,  .genesis-nav-menu.responsive-menu li:hover {
	background: none;
	color: #fff;
}
}

@media only screen and (max-width: 480px) {
.home-middle .featuredpost img.entry-image {
	position: relative;
}
.home-middle .featuredpost .entry img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.header-image .site-title a {
	background-size: contain !important;
}
}
