/*
	Theme Name: J Keller - Rentals
	Description: This is a child theme created for the Genesis Framework.
	Author: Joe McGuckin
	Author URI: http://www.knowad.com/
 
	Version: 1.9
 
	Tags: one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
  
	Template: genesis
	Template Version: 1.9
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
 

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px

*/

/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);


/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
	background-color:#ebeae0;
}

body {
	
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

.entry-content a {
	text-decoration:underline;
}

a img {
	border: none;
}

sup {
	font-size:xx-small;
	vertical-align:top;
}

/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */

a:hover,
body,
h2 a,
h2 a:visited,
#text-2 h2.phone,
#text-2 h2.phone a,
#text-3 h2.phone,
#text-3 h2.phone a,
h3.meal-period,
h4.widgettitle a,
input,
textarea,
.author,
.date,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover,
.footer-widgets-3 h4.widgettitle,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	color: #000;
}

a,
a:hover,
h2 a:hover,
body.home a,
body.home a:hover,
body.home .post,
.welcome-copy {
	color: #000;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="submit"],
.footer-widgets .btn {
	color:#767676;
}

.post-info,
.post-meta,
#description,
blockquote::before,
blockquote p  {
	color: #999;
}

#header .widget-area h4,
#nav .genesis-nav-menu a,
#nav .genesis-nav-menu li li a,
#nav .genesis-nav-menu li li a:link,
#nav .genesis-nav-menu li li a:visited,
#nav .genesis-nav-menu li,
#nav .genesis-nav-menu li a:hover,
#nav .genesis-nav-menu li:hover a,
#nav .genesis-nav-menu li li a:hover,
#nav .genesis-nav-menu .current-menu-item a {
	color:#303253;
}

ul#menu-switch-nav li a,
#home-middle,
#home-middle h2,
#home-middle h2 a,
.footer-widgets,
.footer-widgets a,
.footer-widgets,
.footer-widgets .featuredpage a,
.footer-widgets h4,
.footer-widgets .menu a,
.footer-widgets .menu li li a,
.footer-widgets .menu li li a:link,
.footer-widgets .menu li li a:visited,
.footer-widgets .menu li,
.footer-widgets .menu li a:hover,
.footer-widgets .menu li:hover a,
.footer-widgets .menu li li a:hover,
.footer-widgets .menu .current-menu-item a,
#footer,
#footer a,
.footer-widgets-3 .textwidget,
button,
input[type="button"],
input[type="submit"],
.btn,
#text-6 h3,
#text-6 h3 a {
	color:#fff;
}

.welcome-title h2,
.welcome-title h2 span {
	color:#000;
}


/* 03b - Font Family ----------- */

h1,
h2,
h3,
h4,
h5,
h6,
#nav li a {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Open Sans Condensed', sans-serif;
}

body,
input,
textarea,
.footer-widgets .menu li a {
	font-family: 'Open Sans', sans-serif;
	font-family: 'Open Sans Condensed', sans-serif;
}

#footer,
#footer h4 {
	font-family:Arial, Helvetica, sans-serif;
}

/* 03c - Font Size ----------- */

.welcome-title h2,
h2.news {
	font-size: 64px;
	font-size: 4rem;
}

#title,
#header .widget-area h4 {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
ul#menu-switch-nav .current-menu-item a,
ul#menu-switch-nav #menu-item-43 a {
	font-size: 36px;
	font-size: 2.25rem;
}

.sidebar h2,
.footer-widgets .footer-widgets-4 h4 {
	font-size: 36px;
	font-size: 2.25rem;
}

#text-2 h2.phone,
#text-2 h2.phone a,
#text-3 h2.phone,
#text-3 h2.phone a,
blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2,
h3,
#nav .genesis-nav-menu,
ul#menu-switch-nav li a {
	font-size: 30px;
	font-size: 1.875rem;
}

ul#menu-switch-nav li a {
	line-height:.5em;
}

#specials h3 {
	font-size: 28px;
	font-size: 1.75rem;
}

.signup input.signup-submit,
#sidebar #text-4.widget_text {
	font-size: 24px;
	font-size: 1.5rem;
}

.entry-title,
.entry-title a,
h3.address,
h4,
#nav .genesis-nav-menu li li,
body.home h2.entry-title,
body.home h2.entry-title a,
.archive-title,
.taxonomy-description h1,
.widgettitle,
.footer-widgets .menu li {
	font-size: 20px;
	font-size: 1.25rem;
}

h5,
#sidebar .widget_text,
#specials h4,
.footer-widgets-4 h4,
.signup label,
.signup input {
	font-size: 18px;
	font-size: 1.125rem;
}

.home #content,
h6,
.author-box h1,
.sidebar h2 a,
#footer h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
.footer-widgets p,
#footer p {
	font-size: 18px;
	font-size: 1.125rem;
}

#footer {
	font-size: 12px;
	font-size: 0.75rem;
	line-height:18px;
	line-height:1.125rem;
}



/* 03d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

.genesis-nav-menu a {
	text-transform:uppercase;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
body.home h2.entry-title,
body.home h2.entry-title a,
.welcome-title h2,
#header .widget-area h4,
h2.news,
h2 span,
h4 span,
#home-middle h2,
.btn,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title,
#text-6 h3 {
	font-weight: 400;
}

h1,
h2,
h2.entry-title,
h3,
h4,
h5,
h6 {
	font-weight:700;
}

.welcome-title h2,
h2.news {
	font-weight:600;
}

h2.phone {
	margin-bottom:0;
	padding-bottom:2px;
	font-weight:700;
}

h3.address {
	margin-bottom:0;
	padding-bottom:2px;
	font-weight:400;
}

.welcome-title h2,
h2.news {
	margin:0;
	padding:0;
	line-height:.875em;
}

h2.news {
	margin-bottom:24px;
}

h2.news,
.sidebar h2,
.sidebar h3,
.textcenter {
	text-align:center;
}

.wp-caption {
	text-align: center;
	font-weight:normal;
}
.wp-caption p {
	margin-bottom:1em;
	line-height:1.25em;
}


body.home h2.entry-title,
body.home h2.entry-title a {
	margin:0;
	font-weight:700;
}

a {
	text-decoration:underline;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.menu a,
.navigation li a,
.widgettitle a,
#title a,
#footer a {
	text-decoration: none;
}

#sidebar h2 {
	margin:16px 0 0;
	margin:1rem 0 0;
	line-height:1.5em;
}

#sidebar h2 {
	margin:16px 0 0;
	margin:1rem 0 0;
	line-height:1.5em;
}

#sidebar h3 {
	margin-bottom:0;
	line-height:1.5em;
}

#specials h2 {
	line-height:1em;
	margin:0 0 32px;
	margin:0 0 2rem;
}

#specials h3 {
	margin:16px 0 0;
	margin:1rem 0 0;
	padding-left:8px;
	font-weight:700;
}

#specials h4 {
	margin:16px 0 0;
	margin:1rem 0 0;
	font-weight:700;
}

.footer-widgets .footer-widgets-4 h4 {
	margin-bottom:8px;
	margin-bottom:.5rem;
}

#footer h4 {
	margin-bottom:12px;
	margin-bottom:.75rem;
}

.entry-content a {
	text-decoration:underline;
}

/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

body {
	background:url(images/bg.png) repeat;
}

#wrap {
	width:1024px;
	margin: 0 auto;
	padding:16px 0 0;
	position:relative;
	z-index:1;
	background:#f6f7ef;
}

#inner {
	clear: both;
	overflow: hidden;
	margin:0;
	padding:0;
}

/* 04b - 1022px CSS Grid ----------- */

#header {
	width:100%; /* 975px / 1024px */
	margin:0 auto;
}

#content-sidebar-wrap {
	width: 100%; /* 1024px / 1024px */
}

#content {
	width:100%; /* 710px / 1024px */
}

.sidebar {
	
}

#footer,
.footer-widgets {
	width:94.088669950738%; /* 955px / 1024px */
	padding:0 2.955665024631% 0;
}
#footer .wrap {
	width:100%; /* 1024px / 1024px */
}

.footer-widgets .wrap {
	width:100%; /* 1024px / 1024px */
	padding:0; /* 1024px / 1024px */
}

.footer-widgets-1 {
	width:25%; /* 95px / 1024px */
}
.footer-widgets-2 {
	width:12%; /* 95px / 955px */
}

.footer-widgets-4 {
	width:41.884816753927%; /* 400px / 955px */
}

.footer-widgets-3 {
	width:33.717277486911%; /* 322px / 955px */
}

.footer-widgets-2,
.footer-widgets-4 {
	margin-right:3.664921465969%; /* 35px / 955px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-4,
.footer-widgets-3,
#content,
#content-sidebar-wrap,
#title-area {
	float: left;
}

.sidebar,
.footer-widgets-1,
.footer-widgets-3,
#footer .creds,
#header .widget-area {
	float: right;
}

.footer-widgets-2 {
	clear:both;
}


/* 04c - Header ----------- */

#header {
	overflow: hidden;
}

#title-area {
	width:358px;
	height:90px;
	margin:24px 0 6px 10px;
	margin:1.5rem 0 .375rem .625rem;
	float:left;
}
#title {
	display: block;
	float: left;
	line-height: 1;
}

#description {
	display:none;
}

#title a {
	width:358px;
	height:90px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -9999px;
	background:url(images/J-Keller.png) no-repeat;
}

#header .widget-area {
	margin:40px 32px 0 0;
	padding-left:48px;
	text-align:right;
	background:url(images/rentals-phone.png) no-repeat top left;
}

/* 04d - Main Content ----------- */

#content-sidebar-wrap {
	padding:4px 0 64px;
	padding:.25rem 0 4rem;
}



#content {
	margin:0;
	padding:0;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry {
	
}

.footer-widgets-4 .entry {
	margin-bottom:0;
}

body.page #content .page,
body.category #content .post,
body.menu #content .page {
	padding:8px 24px;
	padding:.5rem 1.5rem;
}

body.home #content .page {
	margin:0;
	padding:0;
	background:none;
}

.entry-content {
	overflow: hidden;
}

.welcome,
.welcome p,
.entry-content,
.entry-content p {
	line-height: 1.625;
}

.welcome p,
.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

body.home .post {
	width:29%;
	min-height:430px;
	float:left;
	margin:8px 2% 0 0;
	padding:1%;
	border-right:1px solid #878786;
}

body.home .post.post0 {
	margin-right:0;
	border:none;
}

body.home .post h4 {
	widht:281px;
	height:53px;
	padding:0;
	display:block;
	text-indent:-9999px;
	background:url(images/bg-news.png) no-repeat;
	border-bottom:1px solid #878786;
}

body.home .post .entry-title {
	padding:0;
}

body.home .post .entry-content {
	margin-top:8px;
	margin-top:.5rem;
	padding:0;
}

body.home .post .entry-content a {
	clear:both;
}

body.home .post .entry-content iframe {
	width:290px;
	height:163px;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	border-top: 1px solid #ccc;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.categories,
.tags {
	display: block;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}

.indent {
	margin-left:2rem;
}

#banner {
	height:588px;
	background:url(images/rentals-feature.png) no-repeat;
}

#banner-small {
	height:240px;
	background:url(images/rentals-feature.png) no-repeat;
}

#home-middle {
	width:100%;
	height:396px;
	margin:-190px auto 10px;
	padding:0 0 0;
	clear:both;
	background:url(images/bg-home-middle.png) repeat-x;
}

#home-middle .widget {
	text-align:center;
}

.featuredpage .attachment-Homepage {
	margin:0 12px;
	border:8px solid #fff;
	border-bottom:none;
}

.featuredpage .attachment-Homepage:after {
	clear: both;
    content: "";
    display: block;
}

#home-middle .widget .content-span {
	height:204px;
	padding:0 24px;
}

#home-middle .widget h2 a {
	padding:40px 0 0px;
	display:block;
	background:url(images/bg-feature-title.png) no-repeat top center;
}

#home-middle .widget p {
	line-height:2em;
}

#home-middle .widget a.more-text {
	float:right;
}

.home-tease-1,
.home-tease-2,
.home-tease-3 {
	width:340px;
	float:left;
}

.home-tease-2 {
	width:342px;
}

.home-tease-2 .content-span {
	border-left:1px solid #8d8c92;
	border-right:1px solid #8d8c92;
}

.home-tease-1 .widgettitle,
.home-tease-2 .widgettitle,
.home-tease-3 .widgettitle {
	display:none;
}

/* 04h - Welcome ----------- */
.welcome {
	width:554px;
	padding:0;
	float:left;
}

.welcome-title {
	margin:16px 0;
	padding:0 0 0 16px;
}

.welcome-thumb {
}

.welcome-copy {
	padding:0 16px 2px;
	padding:0 1rem .125rem;
}

#pay-rent {
	width:350px;
	margin:0 60px;
	padding:20px 0 0;
	float:right;
}

#pay-rent form {
	margin:20px 0;
}

#pay-rent form:after {
	clear: both;
    content: "";
    display: block;
}

#map {
	height:484px;
}

#map:after{
    clear: both;
    content: "";
    display: block;
}

/* 04i - News ----------- */
.news-feed {
	padding:8px 0 0 24px;
	border-top:3px solid #878786;
}

.news-feed:after{
    clear: both;
    content: "";
    display: block;
}

/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.menu-switch-nav-container {
	
}
ul#menu-switch-nav {
	margin:0 auto;
	padding-top:16px;
	text-align:center;
}

ul#menu-switch-nav li {
	margin:0;
	padding:0;
	display: inline-block;
	list-style-type: none;
	text-align: left;
}

ul#menu-switch-nav li a {
	padding:0 20px;
}

ul#menu-switch-nav .current-menu-item a {
	padding-bottom:4px;
}

ul#menu-switch-nav #menu-item-43 a {
	background:#303253;
	padding-bottom:4px;
}

ul#menu-switch-nav #menu-item-44 a {
	background:#13afb1;
}

ul#menu-switch-nav #menu-item-45 a {
	background:#84a754;
}



#nav {
	width:100%;
	margin:8px 0 0;
}

.genesis-nav-menu {
	width:100%;
	margin: 0;
	padding:0;
	clear:both;
	overflow: hidden;
	text-align:center;
}

#nav .genesis-nav-menu li,
.footer-widgets .menu li {
	display: inline-block;
	list-style-type: none;
	text-align: left;
}

.footer-widgets .menu li {
	display:block;
	list-style-type: none;
	text-align: left;
}

#nav .genesis-nav-menu li {
	background:url(images/bg-menu-item.png) no-repeat right top;
}

.genesis-nav-menu a {
	display: block;
	padding:8px 14px;
	padding:.5rem .875rem;
	position: relative;
	border-top:2px solid #f6f7ef;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item a {
	border-color:#303253;
	background:url(images/bg-menu-current.png) no-repeat right top;
}

.genesis-nav-menu li li a:hover {
	background:none;
}

.footer-widgets .menu li a {
	display: block;
	padding:4px 0;
	position: relative;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 170px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#nav .genesis-nav-menu li:hover>ul,
#nav .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #1e1e1e;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #ff2a00;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	min-height:646px;
	display: inline;
	line-height: 1.5;
	background:url(images/bg-sidebar.png) no-repeat bottom;
}
#sidebar {
	min-height:646px;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	margin-bottom: 16px;
	margin-bottom: 1rem;
	padding-bottom: 32px;
	padding-bottom: 2rem;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

#text-3 {
	padding-bottom:0;
}

/* Hourse */
#text-4 {
	padding:0px 20px 40px;
	background:url(images/bg-hours.png) no-repeat bottom left;
}

#specials {
	margin-top:32px;
	padding:40px 20px;
	text-align:left;
	background:url(images/bg-specials.png) no-repeat top right;
}

#reviews {
	padding:40px 20px;
	text-align:center;
	background:url(images/bg-reviews.png) no-repeat top left;
}

#badges {
	text-align:center;
}

/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	padding-top:0;
	padding-bottom:10px;
	background:#303253;
}

#footer .wrap {
	overflow: hidden;
	padding:0;
	text-align:center;
}

#footer img.restaurant {
	margin:0 24px;
}

#footer .creds, #footer .links {
	margin:0;
}

#footer .creds {
	float:left;
	text-align: left;
}

#footer .links {
	float:right;
	text-align: right;
}


/* 11a - Footer Widgets ----------- */

.footer-widgets {
	min-height:326px;
	clear: both;
	overflow: visible;
	background:url(images/rentals-footer.png) no-repeat;
}
.footer-widgets .wrap {
	overflow: visible;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets .widget-area ul li {
	padding:0 0 2px;
	line-height:1.125rem;
	list-style-type: none;
	word-wrap: break-word;
}

.footer-widgets img.attachment-thumbnail {
	margin:0 20px 20px 0;
}

.footer-widgets-1 {
	margin-top:-35px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	margin-top:32px;
}

/* SIgnup */
.footer-widgets-3 .widgettitle {
}
.footer-widgets-3 {
	width:322px;
	height:190px;
	padding:0;
}

/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	padding: 4px 16px;
	padding: .25rem 1rem;
	width: 100%;
}

select {
	background:#fff;
	border:none;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #303253;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 4px 24px;
	padding: .25rem 1.5rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #303253;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="submit"],
.footer-widgets .btn {
	background-color: #f6f7ef;
}

.footer-widgets form {	margin-top:8px;
}

.footer-widgets input {
	margin:0 0 8px;

}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* 12a - /* Contact Form 7
------------------------------------------------------------ */
/*.contact .wpcf7 {
	width:80%;
}

.contact .wpcf7 input,
.contact .wpcf7 textarea {
	width:100%;
	float:left;
}

.wpcf7 input,
.wpcf7 textarea {
		width:80%;
		height:28px; padding:4px 10px; float:right; margin-bottom:2px; background:url(images/black-40.png) repeat; border:none;
	color:#000;}

.wpcf7 input.wpcf7-submit {
	width:auto;
	height:28px;
	padding:3px 32px;
	margin:8px 0 0;
	clear:both;
	float:right;
	background:url(images/black-40.png) repeat;
	text-align:center; border:none;
	
}*/
		
.wpcf7 textarea {border:none;}

.wpcf7 .watermark {
    color: black !important;
}
::-webkit-input-placeholder {
    color: black !important;
}
:-moz-placeholder {
    color: black !important;
}
::-moz-placeholder {
    color: black !important;
}
:-ms-input-placeholder {
    color: black !important;
}



/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

img.news-thumb {
	padding-top:8px;
	padding-top:.5rem;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}

#news-feed img {
	margin: 0 16px 16px 0;
	margin: 0 1rem 1rem 0;
}


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

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1024px) {
	

}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {	
	
	
	/*#title-area {
		margin:24px auto 0;
		margin:1.5rem auto 0;
		padding:0;
		float:none;
	}
	
	#header .widget-area {
		float:none;
		margin:0 auto;
	}
*/	body {
		background-image:none;
	}
	
	#frame,
	#wrap,
	#inner {
		width:100%;
		margin:0;
		padding:0;
	}
	
	#header,
	#nav {
		width:95%;
		margin:0 2.5%;
	}
	
	#header {
		min-height:0px;
		overflow: hidden;
	}
	
	#nav {
		width:100%;
		min-height:35px;
		margin:8px 0 0;
		padding:8px 0;
		border-bottom:1px solid #303253;
	}
	
	.news-feed .post .entry-content {
		width:95%;
		text-align:left;
	}
	
	
	#content-sidebar-wrap {
		width: 100%; 
		padding:0 0 24px;
		background-image:none;
	}
	
	#content{
		width:100%;
		margin:0 auto;
		padding:0;
		float:none;
	}
	#banner,
	#banner-small {
		display:none;
	}
	
	#home-middle {
		width:100%;
		height:396px;
		margin:0 auto 10px;
		padding:0 0 0;
		clear:both;
		background-image:none;
	}
	
	#home-middle .widget {
		text-align:center;
		background:#303253;
	}
	
	.featuredpage .attachment-Homepage {
		height:154px;
		margin:0;
		border:none;
	}
	
	#home-middle .widget .content-span {
		height:220px;
		padding:0 24px;
	}
	
	#home-middle .widget h2 a {
		padding:40px 0 0px;
		display:block;
		background:url(images/bg-feature-title.png) no-repeat top center;
	}
	
	#home-middle .widget p {
		line-height:1.5em;
	}
	
	#home-middle .widget a.more-text {
		float:right;
	}
	
	.home-tease-1,
	.home-tease-2,
	.home-tease-3 {
		width:33%;
		float:left;
	}
	
	.home-tease-2 {
		width:34%;
	}
	
	.home-tease-2 .content-span {
		border:none;
	}
	
	/* 04h - Welcome ----------- */
	.welcome {
		width:100%;
		padding:0;
		float:left;
	}
	
	.welcome-title {
		margin:0 0 16px;
		padding:0 0 0 16px;
	}
	
	.welcome-thumb {
	}
	
	.welcome-copy {
		padding:0 16px 2px;
		padding:0 1rem .125rem;
	}
	
	#pay-rent {
		max-width:350px;
		margin:0 auto;
		padding:20px 0 0;
		float:none;
	}
	
	#pay-rent img {
		max-width:100%;
		height:auto;
	}
	
	#map {
		height:484px;
	}
	
	#map:after{
		clear: both;
		content: "";
		display: block;
	}
	
	#news-feed .entry-content img {
		width:auto;
	}
	
	.news-feed {
		width:95%;
		padding:16px 2.5%;
		min-height:0px;
		background:url(images/bg-mobile-separator.png) repeat-x;
		border-right:none;
	}
	
	body.home .post {
		width:100%;
		min-height:0;
		margin-bottom:1rem;
		background:none;
		float:none;
	}
	
	.footer-widgets {
		width:100%;
		height:auto;
		margin:0;
		padding:0;
		background-image:none;
		background-color:#303253;
	}
	
	.footer-widgets .wrap {
		width:100%;
		margin:0;
		padding:0;
	}
	
	.footer-widgets .wrap:after {
		clear: both;
		content: "";
		display: block;
	}
	
	.footer-widgets h4 {
		text-align:center;
	}
	
	.footer-widgets-1 {
		height:52px;
		margin:-52px 8px 0 0;
		padding:0;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		margin-top:0;
	}
	
	.footer-widgets-2 {
		width:100%;
		margin-bottom:10px;
	}
	
	.footer-widgets-3 {
		width:95%;
		height:220px;
		margin:0;
		padding:0 2.5%;
		float:none;
		clear:both;
	}
	
	.footer-widgets-3 .widget {
		width:100%;
		margin:0 0 0 -2.5%;
		padding:0;
		float:none;
	}
	
	.signup input.signup-submit {
		width:100%;
		margin-bottom:10px;
		float:none;
	}
	
	.footer-widgets-3 img {
		margin:0 auto;
		display:block;
	}
	
	.footer-widgets-3:after {
		clear: both;
		content: "";
		display: block;
	}
	
	.footer-widgets-4 {
		width:100%;
		margin-top:24px;
		padding-top:56px;
	}
	
	.footer-widgets-4 .widget {
		width:100%;
		padding-top:12px;
		text-align:center;
	}
	
	.footer-widgets-4 p {
		display:none;
		clear:both;
	}
	
	.footer-widgets-4 a {
		float:none;
	}
	
	.footer-widgets-4 img {
		width:80px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		margin-top:20px;
	}
	
	#footer {
		width:100%;
		margin:0;
		padding:0;
		background-image:none;
		background-color:#303253;
	}
	#footer .wrap {
		width:95%;
		margin:0;
		padding:0 2.5% 2.5%;
		text-align:center;
	}

	#footer .creds {
		float:none;
		text-align:center;
	}
	
	#footer img {
		height:70px;
	}
	
	#nav .genesis-nav-menu {
		margin:0;
		background:none;
	}
	
	#nav  ul.genesis-nav-menu {
		float: none;
		text-align:center;
	}
	
	#nav .genesis-nav-menu li {
		display: inline-block;
		float: none;
		list-style-type: none;
		text-align: left;
		background:none;
		font-size:16px;
	}
	
	#nav .genesis-nav-menu a {
		padding: 8px 30px;
		padding:.5rem 1rem;
		border:none;
	}
	
	.genesis-nav-menu li ul {
		display:none;
	}
	
	.footer-widgets .menu {
		margin:0;
		padding:0;
	}
	
	.footer-widgets .menu li {
		margin-bottom:4px;
	}
	.genesis-nav-menu li a {
		
	}
	
	.genesis-nav-menu a:hover,
	.genesis-nav-menu .current-menu-item a {
		border:none;
		background:none;
	}
	
	.footer-widgets .menu li a {
		display: block;
		padding:8px 0 8px 24px;
		padding:.5rem 0 .5rem 1.5rem;
		background:#f6f7ef;
		font-size:1.25rem;
		font-weight:bold;
		color:#303253;
	}
	.footer-widgets .menu li a:hover,
	.footer-widgets .menu li.current-menu-item a {
		color:#303253;
	}
}

/* Galaxy Note (portrait) ----------- */

@media only screen and (max-width: 720px) {	
	
	body.home h2.entry-title,
	body.home h2.entry-title a,
	.widgettitle {
		font-size: 18px;
		font-size: 1.125rem;
	}
	
	#home-middle .widget .content-span {
		height:220px;
		padding:0 18px;
	}

}

/* Galaxy Tab (portrait) ----------- */

@media only screen and (max-width: 600px) {	
	
	html {
		font-size: 92.5%; /* 14px base */
	}
	
	#title-area {
		width:358px;
		height:90px;
		margin:24px auto 0;
		float:none;
	}
	
	#header .widget-area {
		width:200px;
		height:61px;
		margin:40px auto 0;
		display:block;
		float:none;
	}
	
	.featuredpage .attachment-Homepage {
		height:122px;
	}
	
	#home-middle .widget .content-span {
		height:260px;
		padding:0 18px;
	}

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

	html {
		font-size: 87.5%; /* 14px base */
	}
	
	.featuredpage .attachment-Homepage {
		height:98px;
	}
	
	/*#home-middle {
		width:100%;
		height:146px;
		margin:0 auto 10px;
		padding:0 0 0;
		clear:both;
		background-image:none;
	}
	
	#home-middle:after {
		clear: both;
		content: "";
		display: block;
	}
	
	#home-middle .widget {
		height:146px;
		margin:0 0 8px;
		padding:0;
		clear:both;
	}
	
	#home-middle .widget:after {
		clear: both;
		content: "";
		display: block;
	}
	
	.featuredpage .attachment-Homepage {
		width:50%;
		height:146px;
		margin:0;
		border:none;
		float:left;
	}
	
	#home-middle .widget .content-span {
		width:45%;
		padding:0 2.5%;
		float:right;
	}
	
	#home-middle .widget h2 a {
		padding:8px 0 0px;
		display:block;
		background:none;
	}
	
	#home-middle .widget p {
		line-height:1.5em;
	}
	
	.home-tease-1,
	.home-tease-2,
	.home-tease-3 {
		width:100%;
		height:146px;
		margin:0;
		padding:0;
		background:#303253;
		float:none;
	}*/

}
@media only screen and (max-width: 360px) {
	
	#title-area {
		width:300px;
		height:75px;
	}
	
	#title a {
		width:300px;
		height:75px;
		background:url(images/J-Keller-small.png) no-repeat;
	}
	
	ul#menu-switch-nav .current-menu-item a,
	ul#menu-switch-nav #menu-item-43 a,
	ul#menu-switch-nav li a {
		font-size: 24px;
		font-size: 1.5rem;
		padding-bottom:0;
	}

	#home-middle {
		height:auto;
	}
	
	#home-middle .widget {
		width:300px;
		height:auto;
		margin:0 auto 8px;
		float:none;
		border:8px solid #fff;
	}
	
	.featuredpage .attachment-Homepage {
		width:300px;
		height:183px;
		float:none;
		clear:both;
	}
	
	#home-middle .widget .content-span {
		width:252px;
		height:160px;
		padding:0 24px;
		float:none;
		clear:both;
		background:#303253;
	}

	#home-middle .widget h2 a {
		padding:40px 0 0px;
		display:block;
		background:url(images/bg-feature-title.png) no-repeat top center;
	}
	
	.home-tease-1,
	.home-tease-2,
	.home-tease-3 {
		width:100%;
		height:auto;
		background:none;
	}
	

}
@media only screen and (max-width: 340px) {
	
	#pay-rent img {
		max-width:340px;
		height:auto;
	}

}

@media only screen and (max-width: 320px) {
	
	html {
		font-size: 82.5%; /* 14px base */
	}
	
	#pay-rent img {
		max-width:320px;
		height:auto;
	}
	
}