/**
 * Theme Name: THEME_NAME
 * Theme URI: http://infomedia.com
 * Description: A child theme of the InfoRock parent theme.  
 * Version: 1.0
 * Author: Michael Stuckey
 * Author URI: http://infomedia.com
 * Tags: theme-options, threaded-comments, microformats, translation-ready, rtl-language-support, one-column, two-columns, three-columns, fixed-width, custom-colors
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: inforock
 */


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

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Header
	-2.2.1 Branding
	-2.2.2 Navigation
-2.3 Content
-2.4 Sidebar
-2.5 Footer
-2.6 Breadcrumbs
-2.7 Homepage
-2.8 Portfolio

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination
-3.4 Single Post Author
-3.5 Entry Tables

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

6. MISC
-6.1 Buttons
-6.2 Forms
-6.3 Slider
-6.4 IE specific styling

7. PAGE SPECIFIC STYLES
-7.1 Home
-7.2 Sub-Page General
-7.3 About
-7.4 Locations
	-7.4.1 Property Archive
	-7.4.2 Property Single
-7.5 Press Room
-7.6 Franchise Info
-7.7 Contact Us
-7.8 Careers
-7.9 Amenities

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

/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */
h1, h2, h3, h4, h6,
#property-list li.state-header,
#search-booking ul li label {
	font-family: 'alegreya', serif;
}
body, button, input, select, textarea, .property-weather h3 {
	font-family: 'open-sans', sans-serif;
}
body {
	background: #fff;
}
h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px;
    color: #9d9d9d;
}

/* 1.2 Hyperlinks */
.byline a,
.category a {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
    color: #fd9600;
}
.entry-content a {   
    text-decoration: none;
    font-weight: bold;
    color: #fd9600;
}
.entry-content a:hover {
    text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
.wrap {
	background: transparent;
    width: 100%;
    max-width: 1490px;
    padding: 0;
}
#container {
    border-top: 9px solid #d4d4d4;
}
#main #content {
    width: 73.5%;
    float: right;
	padding: 0;
	padding-top: 50px;
    padding-bottom: 120px;
	padding-left: 2%;
}
.layout-default .hfeed, .layout-2c-l .hfeed {
    overflow: auto;
    margin: 0;
}
.main-wrap {
    max-width: 1490px;
    margin: 0 auto;
    overflow: auto;
}
.page-template-front-page .main-wrap {
    max-width: 100%;
}

/* 2.2 Header */
#header {
    border-top: 1px solid #7a7a7a;
}
#header .wrap {
    padding: 0 2%;
    width: 100%;
    max-width: 1400px;
}

/* 2.2.1 Branding */
#branding {
	padding: 20px 0 0;
	margin-bottom: -12px;
	overflow: visible;
}

#site-title a {
	width: 235px;
	height: 100px;
	width: 252px;
	height: 135px;
	background: url(../images/logo.png) no-repeat 0 0;
	text-indent: -9999px;
	background-size: 100%;
	position: relative;
	z-index: 3;
}
#logo-circle {
	background: url(../images/logo-circle.png) no-repeat 0 0;
	width: 454px;
	height: 82px;
	position: relative;
	top: 123px;
	left: -105.5px;
	z-index: 2;
}

/* 2.2.2 Navigation */
#menu-primary {
	margin-top: 28px;
    clear: right;
    max-height: 46px;
}
#menu-primary ul a {
    color: #454545;
    font-size: 16px;
    font-weight: 500;
	padding: 15px 20px;
	line-height: 1;
}
#menu-primary ul a:hover,
#menu-primary ul .current-menu-item a {
    background: #f9f6ea;
    border-bottom: 5px solid #ffc93a;
    padding-bottom: 10px;
}
.booking-and-menu {
    width: auto;
/*     overflow: auto; */
    float: right;
    margin-right: -20px;
}
#booking-contact {
    float: none;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: -20px;
}
#booking-contact h4 {
    font-size: 54px;
    color: #01816c;
    text-align: center;
    line-height: 1;
}
#booking-contact p {
    text-align: center;
    margin: 0;
    color: #454545;
    font-family: 'alegreya', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin-bottom: -5px;
}

/* 2.3 Content */

/* 2.4 Sidebar */
.layout-2c-l #sidebar-primary,
.layout-default #sidebar-primary,
#sidebar-primary {
    float: left;
	width: 25.5%;
	margin-right: 1%;
	padding: 0;
    margin-top: 280px;
}
.sidebar #property-list {
    list-style: none;
    text-align: right;
	padding: 0;
	padding-right: 22.7%;
	margin-bottom: 100px;
}
#property-list li,
.sidebar #property-list li a {
    color: #9d9d9d;
}
#property-list li.state-header {
    font-weight: 600;
    font-size: 24px;
	line-height: 1;
	margin-top: 20px;
}
.sidebar #property-list li a {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
}
.sidebar #property-list li a:hover {
    color: #000;
}

/* 2.5 Footer */
#footer {
	background: #4c4c4c;
/* 	border-top: 5px solid #ff8f00; */
}
#sidebar-subsidiary .widget,
#sidebar-subsidiary .widget a {
	color: #9d9d9d;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#sidebar-subsidiary .widget a:hover {
    color: #fff;
}
#footer-menu {
    float: right;
}
#footer-menu {
	float: right;
    font-size: 11px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    list-style: none;
    float: right;
}
#footer-menu ul {
    padding: 0;
}
#footer-menu ul li {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #9d9d9d;
}
#footer-menu ul li:first-child {
    border: none;
    margin-left: 0;
    padding-left: 0;
}
#social-menu {
    float: right;
    clear: right;
    margin-top: 10px;
}
#credit {
    margin-top: 5px;
}

/* 2.6 Breadcrumbs */

/* 2.7 Homepage */

/* 2.8 Portfolio */

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

/* 3.1 Typographic Elements */
.entry-title a {
    color: #9d9d9d;
    font-weight: bold;
}
.entry-title a:hover {
    color: #004466;
    text-decoration: underline;
}

/* 3.2 Images */
.hentry .thumbnail {
    border: 1px solid #DADADA;
}
.singular .entry-content img.Thumbnail {
    float: right;
}

/* 3.3 Pagination / WP-Pagenavi / Woo-Pagination */
.pagination .page-numbers {
	border: 1px solid #DADADA;
	/* Fallback (could use .jpg/.png alternatively) */
	background-color: #ff6f00;
	/* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
	background-image: -webkit-gradient(linear, from(#ffbc00), to(#ff6f00));
	/* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
	background-image: -webkit-linear-gradient( #ffbc00, #ff6f00 );
	/* Firefox 3.6 - 15 */
	background-image: -moz-linear-gradient( #ffbc00, #ff6f00 );
	/* Opera 11.1 - 12 */
	background-image: -o-linear-gradient( #ffbc00, #ff6f00 );
	/* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
	background-image: linear-gradient( #ffbc00, #ff6f00 );
}
.pagination .page-numbers.current {
    color: #4c4c4c;
}
.pagination a.page-numbers:hover {
	color: #4c4c4c;
    background-color: #ffbc00;
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image: -webkit-gradient(linear, from(#ffbc00), to(#ff8f00));
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image: -webkit-linear-gradient( #ffbc00, #ff8f00 );
    /* Firefox 3.6 - 15 */
    background-image: -moz-linear-gradient( #ffbc00, #ff8f00 );
    /* Opera 11.1 - 12 */
    background-image: -o-linear-gradient( #ffbc00, #ff8f00 );
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background-image: linear-gradient( #ffbc00, #ff8f00 );
}
/* 3.4 Single Post Author */

/* 3.5 Entry Tables */


/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.1 Generic Widgets */

/* 4.2 Specific Widgets */

/* BOOKING WIDGET */
#search-booking {
    border: 1px solid #9d9d9d;
}
#sidebar-header {
    float: left;
    margin-left: -2%;
    overflow: auto;
}
#search-booking {
    position: absolute;
    z-index: 1;
    float: left;
    background: rgba(255, 255, 255, 0.8);
	width: 379px;
	margin-left: -40px;
	padding: 80px 25px 20px 25px;
	padding: 80px 0 0 0;
}
#search-booking h4 {
    text-align: center;
    font-size: 24px;
    padding: 10px 0;
    line-height: 1;
    clear: both;
}

.tab a.tab-select,
.tab .tab-content {
    background: rgba(24, 26, 46, 0.25);
    width: 100%;
}
.tab a.tab-select {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

form#booking-form {
    clear: both;
}
#search-booking .form_body {
    padding: 0 25px;
}
div#search-booking ul li {
    float: left;
}
#search-booking ul li label {
    display: block;
	line-height: 1;
	font-size: 14px;
}
div#search-booking ul li input {
    font-size: 14px;
}
div#search-booking ul li.date {
    width: 50%;
}
div#search-booking ul li.select {
	width: 22%;
	margin: 4% 5.6667% 3%;
	text-align: center;
}
div#search-booking ul li.input {
    width: 46%;
    width: 29.3333%;
/*     margin: 2%; */
	margin-right: 2%;
	width: 32%;
}
div#search-booking ul li.input:last-of-type {
    margin-right: 0;
}
div#search-booking ul li.input input {
    width: 100%;
    max-width: 100%;
}
div#search-booking ul li.submit {
	width: 100%;
	margin-top: 10px;
}
div#search-booking ul li.submit input {
    width: 100%;
    max-width: 100%;
}
div#search-booking ul .property-fields li.select {
    width: 100%;
    float: left;
    margin: 0;
    text-align: left;
    margin-bottom: 15px;
}
div#search-booking ul .property-fields li.select select {
    width: 100%;
}

/* SOCIAL LINKS */
.property-social ul {
	list-style: none;
    padding: 0;
    overflow: auto;
    margin: 0 auto;
}
.property-social ul li {
  margin: 0;
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 8px;
}
.property-social ul li:last-of-type {
  margin-right: 0;
}
.property-social ul li a {
  margin: 0;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  display: block;
  background: url(../images/social.svg) no-repeat 0 0;
}

.property-social ul li.facebook a:hover { background-position: 0 0; }
.property-social ul li.facebook a { background-position: 0 -40px; }
.property-social ul li.twitter a:hover { background-position: -40px 0; }
.property-social ul li.twitter a { background-position: -40px -40px; }
.property-social ul li.instagram a:hover { background-position: -80px 0; }
.property-social ul li.instagram a { background-position: -80px -40px; }
.property-social ul li.googleplus a:hover { background-position: -120px 0; }
.property-social ul li.googleplus a { background-position: -120px -40px; }
.property-social ul li.youtube a:hover { background-position: -160px 0; }
.property-social ul li.youtube a { background-position: -160px -40px; }
.property-social ul li.pinterest a:hover {background-position: -200px 0;}
.property-social ul li.pinterest a { background-position: -200px -40px; }
.property-social ul li.rss a:hover { background-position: -240px 0; }
.property-social ul li.rss a { background-position: -240px -40px; }
.property-social ul li.linkedin a:hover {background-position: -280px 0;}
.property-social ul li.linkedin a { background-position: -280px -40px; }
.property-social ul li.vimeo a:hover { background-position: -320px 0; }
.property-social ul li.vimeo a { background-position: -320px -40px; }
.property-social ul li.email a:hover { background-position: -360px 0; }
.property-social ul li.email a { background-position: -360px -40px; }
.property-social ul li.houzz a:hover { background-position: -400px 0; }
.property-social ul li.houzz a { background-position: -400px -40px; }
.property-social ul li.tunes a:hover { background-position: -440px 0; }
.property-social ul li.tunes a { background-position: -440px -40px; }


/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */

/* 5.2 Comments Form */

/* 5.3 Pingbacks / Trackbacks */

/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/* 6.1 Buttons */
a.button,
input.gform_button,
input[type="submit"] {
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 0;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1;
	box-shadow: none;
	font-weight: normal;
	color: #fff;
	text-align: center;
    border: 1px solid #DADADA;
    /* Fallback (could use .jpg/.png alternatively) */
    background-color: #ff6f00;
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image: -webkit-gradient(linear, from(#ffbc00), to(#ff6f00));
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image: -webkit-linear-gradient( #ffbc00, #ff6f00 );
    /* Firefox 3.6 - 15 */
    background-image: -moz-linear-gradient( #ffbc00, #ff6f00 );
    /* Opera 11.1 - 12 */
    background-image: -o-linear-gradient( #ffbc00, #ff6f00 );
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background-image: linear-gradient( #ffbc00, #ff6f00 );
}
a.button:hover,
input.gform_button:hover,
input[type="submit"]:hover {
	color: #000;
    background-color: #ffbc00;
    /* Safari 4, Chrome 1-9, iOS 3.2-4.3, Android 2.1-3.0 */
    background-image: -webkit-gradient(linear, from(#ffbc00), to(#ff8f00));
    /* Safari 5.1, iOS 5.0-6.1, Chrome 10-25, Android 4.0-4.3 */
    background-image: -webkit-linear-gradient( #ffbc00, #ff8f00 );
    /* Firefox 3.6 - 15 */
    background-image: -moz-linear-gradient( #ffbc00, #ff8f00 );
    /* Opera 11.1 - 12 */
    background-image: -o-linear-gradient( #ffbc00, #ff8f00 );
    /* Opera 15+, Chrome 25+, IE 10+, Firefox 16+, Safari 6.1+, iOS 7+, Android 4.4+ */
    background-image: linear-gradient( #ffbc00, #ff8f00 );
}

/* 6.2 Forms */
label.gfield_label {
    text-transform: uppercase;  
    letter-spacing: 1px;
    font-size: 12px;      
    font-weight: normal;  
}
span.gfield_required {
    color: #fd9600;
    font-weight: bold;
    font-size: 15px;
}
ul.form_fields {
    list-style: none;
    padding: 0;
}
.gfield {
	clear: both;	
}

/* 6.3 Slider */
section#slider {
    background: url(../images/wood-bkgd.jpg) 0 0 repeat;
}
.soliloquy-container {
    margin-bottom: 0 !important;
}
.soliloquy-container .soliloquy-item {
    max-height: 650px
}
.soliloquy-container .soliloquy-image {
    width: 100%;
}
#soliloquy-container-328 .soliloquy-container .soliloquy-pager-link {
    width: 18px !important;
    height: 18px !important;
    background-size: 100% !important;
}
#soliloquy-container-328 .soliloquy-container .soliloquy-pager {
    bottom: 18px !important;
}
#slider .soliloquy-container .soliloquy-caption-inside h2 {
    color: #9d9d9d;
    font-size: 30px;
}
#slider .soliloquy-container .soliloquy-caption-inside {
    font-size: 18px;
    padding: 1.5em;
    max-width: 450px;
}

/* 6.4 IE specific styling */

/*-------------------------------------------------------------------------------------------*/
/* 7. PAGE SPECIFIC STYLES */
/*-------------------------------------------------------------------------------------------*/

/* 7.1 Home */
section#properties {
    background: url(../images/wood-bkgd.jpg) 0 0 repeat;
}
.state-bar {
    background: #454545;
    text-align: center;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 15px 0;
    font-size: 28px;
    line-height: 1;
}
section#about .wrap {
    padding: 50px 0;
}
#about .wrap > div {
    width: 50%;
    float: left;
}
#about .wrap > div:first-child {
    margin-right: 0;
	padding-right: 3%;
	border-right: 1px dashed #aaa;
	text-align: right;
	width: 50%;
}
.about-content {
    max-width: 650px;
    float: right;
}
section#about h3 {
    font-size: 30px;
}
.amenities-content div {
    float: left;
}
.amenities-content p {
    margin-bottom: 0;
}
.amenities-content p:last-of-type {
    margin-bottom: 1.5em;
}
.amenities-content ul {
    list-style: disc;
    font-size: 16px;
    font-weight: 100;
}
ul#amenities-icons {
    width: 310px;
    height: 360px;
    list-style: none;
    padding: 0;
	float: left;
	margin-top: -25px;
	margin-left: -10px;
}
ul#amenities-icons li {
    background: url(../images/amenities.svg) no-repeat 0 0;;
    width: 33.33333%;
    height: 0;
    padding-bottom: 38.71%;
    float: left;
}
ul#amenities-icons li.coffee { background-position: 0px 0px }
ul#amenities-icons li.cable { background-position: -103.33px 0px }
ul#amenities-icons li.wifi { background-position: -206.66px 0px }
ul#amenities-icons li.breakfast { background-position: 0px -120px }
ul#amenities-icons li.pets { background-position: -103.33px -120px }
ul#amenities-icons li.pool { background-position: -206.66px -120px }
ul#amenities-icons li.handicap { background-position: 0px -240px }
ul#amenities-icons li.no-smoking { background-position: -103.33px -240px }
ul#amenities-icons li.security { background-position: -206.66px -240px }

.amenities-content a.button {
    float: left;
    clear: left;
}
section#properties h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
}
section#properties .property-group {
    margin-bottom: 0;
}
section#properties li.property-link {
	width: 16.0416%;
	padding-bottom: 10.0706%;
}
section#properties li.property-link:nth-child(4n) {
    margin-right: .75%;
}
section#properties li.property-link:nth-child(6) {
    margin-right: 0;
}

/* 7.2 Sub-Page General */
.sub-head-bar {
	background: url(../images/wood-bkgd.jpg) 0 0 repeat;
	height: 75px;
}
.sub-head-bar .wrap {
    padding: 0;
    max-width: 1490px;
}
.sub-head-bar .entry-title {
    width: 73.5%;
    float: right;
    color: #fff;
    text-transform: none;
    font-size: 40px;
    text-shadow: none;
    padding-left: 2%;
}
.blog #search-booking,
.post-franchise-info #search-booking,
.singular-post #search-booking {
    display: none;
}
.blog #sidebar-primary,
.post-franchise-info #sidebar-primary,
.singular-post #sidebar-primary {
    margin-top: 0;
}

/* 7.3 About */

/* 7.4 Locations */

/* 7.4.1 Propery Archive */
.property-group {
	clear: both;
	overflow: auto;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
}
.property-group:last-of-type {
    border-bottom: none;
}
.property-group ul {
    padding: 0;
    list-style: none;
}
li.property-link {
	width: 24%;
	height: 0;
	padding-bottom: 15.0669%;
	margin: 0;
	margin-right: .75%;
	margin-bottom: .75%;
	float: left;
	border: 1px solid #000;
	overflow: hidden;
}
li.property-link:nth-of-type(4n) {
    margin-right: 0;
}
li.property-link a {
    position: relative;
    display: block;
	z-index: 2;
}
li.property-link .property-info {
    position: absolute;
    width: 100%;
    padding: 31.589% 0;
    height: 0;
}
li.property-link h4 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 1;
    margin-top: -22px;
    margin-bottom: 2px;
}
li.property-link p {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 12px;
    color: #ffbc00;
    margin-bottom: 0;
}
li.property-link .overlay {
    width: 100%;
    opacity: 1;
    display: block;
    position: relative;
    z-index: 1;
    height: 163px;
    height: 0;
    padding-bottom: 64%;
    padding-top: 0;
    margin-bottom: -64%;
    background: rgba(0, 0, 0, 0.5);
    -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;
}
li.property-link:hover .overlay {
    opacity: 0;
    cursor: pointer;
}
li.property-link img {
    width: 100%;
    position: relative;
    z-index: 0;
}

/* 7.4.1 Propery Single */
.property-header,
.property-right {
    float: right;
    width: 37.5%;
    margin-left: 3.5%;
    color: #6C6C6C;
}
.property-left {
    float: left;
    width: 59%;
}
.property-featured {
	width: 100%;
	height: 0;
	padding-bottom: 73.839%;
	margin-bottom: 1.5%;
	overflow: hidden;
}
.property-additional-images {
    margin-bottom: 20px;
}
.property-additional-images ul {
    list-style: none;
    padding: 0;
    overflow: auto;
    max-width: 710px;
}
.property-additional-images ul li {
	width: 23.875%;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	max-height: 105px;
	float: left;
	height: 0;
	padding-bottom: 16.1234%;
}
.property-additional-images ul li.extra-image {
    transition: all 2s linear;
}
.property-additional-images ul li:nth-child(4n) {
    margin-right: 0;
}
.property-additional-images ul li img {
    width: 100%;
}
.property-additional-images .view-all-addl-images {
    display: block;
    clear: both;
}
.property-info-right {
    float: right;
    width: 49%;
}
.property-contact h5 {
    margin-top: 12px;
}
.property-contact h5:first-of-type {
    margin-top: 0;
}
.property-contact {
    text-align: center;
    overflow: visible;
    margin-bottom: 15px;
}
.property-contact p {
    margin-bottom: 0;
    line-height: 1.4;
}
a.property-email.button {
    margin-bottom: 5px;
    max-width: 115px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}
a.property-email.button:last-of-type {
    max-width: 180px;
    margin-top: 5px;
}
.property-map {
    width: 305px;
    height: 265px;
    overflow: auto;
    width: 100%;
}
.property-map .acf-map {
	width: 100%;
	height: 245px;
	border: #fd9600 solid 2px;
}
.property-amenities {
    border: 1px solid #7b7b7b;
    background: #e9e9e9;
    color: #353535;
    padding: 20px;
    float: left;
	max-width: 49%;
	margin-right: 2%;
}
.property-amenities ul {
    padding: 0;
}
.property-amenities ul li {
    font-size: 13px;
}
.property-contact h5,
.property-social h5,
.property-amenities h5 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}
.property-amenities .nearby {
    margin-top: 20px;
}
.property-social {
    max-width: 49%;
    width: 100%;
    margin-right: 2%;
    float: left;
    margin-bottom: 20px;
}
.property-weather {
    clear: both;
}
.property-weather h3 {
	color: #000;
}

/* 7.5 Press Room */

/* 7.6 Franchise Info */

/* 7.7 Contact Us */

/* 7.8 Careers */

/* 7.9 Amenities */
.post-amenities ul.amenities-list li {
    float: left;
    width: 30.3333%;
    margin-right: 3%;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 100;
}


.date-popover {
	transform: scale(.8);
}