/*
	Theme Name: Rhythm of the Sea Theme
	Theme URI: https://www.rhythmofthesea.com
	Description: A mobile responsive and HTML5 theme custom built for Rhythm of the Sea.
	Author: Protos
	Author URI: https://protosdesigns.com
	Version: 1.0.0

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, sticky-post, threaded-comments

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: rhythm
*/

/* 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
		- Simple Social Icons
	- Plugins
		- Genesis eNews Extended
		- Soliloquy Slider
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Rooms
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Custom
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px

*/


/*
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:0}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}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content: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;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content: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 {
	color: #414242;
	font-family: 'Encode Sans Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.4;
	background-color: rgb(246, 243, 234);
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:	all 0.1s ease-in-out;
	-ms-transition:	 all 0.1s ease-in-out;
	-o-transition:	  all 0.1s ease-in-out;
	transition:		 all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #222;
	color: rgb(255,255,255);
}

::selection {
	background-color: #222;
	color: rgb(255,255,255);
}

a {
	color: #333333;
	text-decoration: none;
}

a img {
	margin-bottom: 0px;
}

a:focus,
a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 20px;
	padding: 0;
}

strong {
	font-weight: 400;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

.specials {
	color: #DC143C;
}

.footnote {
    font-size: 15px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
x	color: #587582;
	color: rgb(91,87,87);
	font-weight: 300;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1,
h3 {
	font-weight: 400;
	font-family: 'Bilbo', cursive;
}

h2,
h4,
h5,
h6 {
	font-family: 'Alegreya Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 36px;
}

h2 {
x	font-size: 28px;
	font-size: 32px;
}

h3 {
x	font-size: 32px;
	font-size: 28px;
}

h4 {
	font-size: 34px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

/* 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-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: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: rgb(255,255,255);
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #222;
	font-family: 'Encode Sans Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 6px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #587d8d;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: rgb(255,255,255);
	font-family: 'Encode Sans Semi Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	cursor: pointer;
	padding: 8px 20px;
	white-space: normal;
	width: auto;
}

button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.entry-content .button:focus,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	border: none;
	text-decoration: none;
	background-color: #5093a3;
}

.button {
	border-radius: 0px;
	display: inline-block;
}

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 {
}

th,
td {
	text-align: left;
}

th {
	font-weight: 400;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

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

.site-container {
	margin: 0 auto;
	background-color: rgb(255,255,255);
}

.site-inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	max-width: 1140px;
	background-color: rgb(255,255,255);
}

.rhythm-home .site-inner {
x	overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	float: right;
	width: 800px;
	padding: 40px 40px 20px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.rhythm-home .content {
	padding: 0px 30px 0px 30px;
}

.rooms .content {
	width: 670px;
	padding: 60px 0px 10px 40px;
}

.single-rooms .content {
		width: 100%;
		padding: 60px 40px 40px;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

.rooms .sidebar-primary,
.single-rooms .sidebar {
	width: 470px;
}



/* 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: 1px solid rgb(255,255,255);
	float: left;
	border-radius: 50%;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

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

.comment .avatar {
	margin: 0 16px 24px 0;
}

.search-form {
	overflow: hidden;
	position: relative;
}

.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;
}

.search-form input[type="search"] {
	color: #888;
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 10px;
	padding: 16px;
	text-transform: uppercase;
	width: 100%;
}

.error404 .content .search-form {
	margin-bottom: 40px;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	text-align: center;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	color: #777;
	font-size: 12px;
	margin: -40px -60px 30px;
	padding: 20px;
}

.rhythm-home .breadcrumb {
	margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}


/* Titles
--------------------------------------------- */

.archive-title,
.entry-title {
	font-size: 44px;
	line-height: 1.1;
	margin-bottom: 20px;
	font-weight: 400;
	font-family: 'Bilbo', cursive;
	text-shadow: 2px 2px 0px rgba(255,255,255,1);
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:focus,
.entry-title a:hover,
.footer-widgets .entry-title a:focus,
.footer-widgets .entry-title a:hover {
	color: #666;
	text-decoration: none;
}

/* .archive-title, */
.widget-title {
	font-size: 36px;
	margin-bottom: 10px;
	font-family: 'Bilbo', cursive;
}

.rooms .entry-title {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 54px;
	display: inline-block;
x	line-height: 1.6;
}

.rooms .entry-title a {
	color: #587582;
}

.rooms .sidebar .widget-title,
.rooms .sidebar .entry-title {
	font-size: 44px;
	margin-bottom: 10px;
}

.single-rooms .entry-title {
	font-size: 50px;
	margin-bottom: 0px;
}

.footer-widgets .entry-title,
/*.sidebar .entry-title */ {
	font-size: 20px;
}

.home-middle .widget-title,
.home-top .widget-title
.home-top .entry h3,
.home-top .entry h4 {
	font-size: 38px !important;
	text-transform: none;
	font-family: 'Bilbo', cursive;
}

.home-top .entry h3 {
	font-size: 38px !important;
}

.footer-widgets .entry-title a,
.footer-widgets .widget-title,
.footer-widgets h5 {
	color: rgb(255,255,255);
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 60px;
}

.rhythm-home .featured-content .entry {
	margin-bottom: 0px;
}


/* Simple Social Icons
--------------------------------------------- */

.simple-social-icons svg[class^="social-"],
.simple-social-icons svg[class*=" social-"] {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.simple-social-icons {
	overflow: hidden;
}

.simple-social-icons ul {
	margin: 0;
	padding: 0;
}

.simple-social-icons ul li {
	background: none !important;
	border: none !important;
	float: left;
	list-style-type: none !important;
	margin: 0 6px 12px !important;
	padding: 0 !important;
}

.simple-social-icons ul li a {
	border: none !important;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	height: 1em;
	line-height: 1em;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	width: 1em;
}

.simple-social-icons ul.aligncenter {
	text-align: center;
}

.simple-social-icons ul.aligncenter li {
	display: inline-block;
	float: none;
}

.simple-social-icons .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* */

.simple-social-icons ul li a,
.simple-social-icons ul li a:hover {
	padding: 8px;
	color: rgb(70, 126, 139);
	font-size: 22px;
	border-radius: 25px;
	background-color: rgb(246, 243, 234); /* social icons background */
}

.simple-social-icons ul li a:hover {
	color: rgb(246, 243, 234);
	background-color: rgb(70, 126, 139);
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

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

.enews-widget input {
	background-color: rgba(255,255,255,1);
	color: #888;
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #333;
	color: rgb(255,255,255);
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	text-transform: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: rgba(255,255,255,1);
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

.sidebar .enews-widget {
	background-color: #222;
}

.sidebar .enews-widget .widget-title {
	color: rgb(255,255,255);
}

.sidebar .enews-widget {
	color: #ddd;
}

.after-entry .enews-widget input,
.sidebar .enews-widget input {
	background-color: rgb(255,255,255);
	color: #888;
}

.after-entry .enews-widget input[type="submit"],
.sidebar .enews-widget input[type="submit"] {
	background-color: #64c9ea;
	color: rgb(255,255,255);
}

.after-entry .enews-widget input:focus[type="submit"],
.after-entry .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"],
.sidebar .enews-widget input:hover[type="submit"] {
	background-color: rgb(255,255,255);
	color: #333;
}

/* Soliloquy Slider
--------------------------------------------- */
/* Full Width Soliloquy Slider
------------------------------------- */
.soliloquy-outer-container .soliloquy-container {
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
}

.soliloquy-container .soliloquy-image {
	width: 100% !important;
	max-height: 850px; /* ?!? */
}

/* Soliloquy Captions */
.soliloquy-container .soliloquy-caption.soliloquy-caption-bottom {
	width: 100% !important;
	margin: 0px auto 95px !important;
	text-align: center !important;
	background: transparent !important;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	margin: 0px auto !important;
	text-align: center !important;
	background: transparent !important;
	background-color: rgba(255,255,255,0.2) !important;
}

.soliloquy-container .soliloquy-caption-inside h2,
.soliloquy-container .soliloquy-caption-inside h3 {
	margin: 0px 20% !important;
	padding: 20px 20px 44px !important;
	color: rgb(255,255,255);
	display: block;
	font-size: 86px;
	font-weight: 400 !important;
	text-align: center !important;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.6);
}

.soliloquy-container .soliloquy-caption-inside h3 {
	font-size: 88px;
}

/* Soliloquy Controls */
.soliloquy-container .soliloquy-control-nav li a,
.soliloquy-theme-classic .soliloquy-pager-link {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition:	none;
	-o-transition: none;
	transition: none;
}
.entry-content .soliloquy-controls-direction a,
.entry-content a.soliloquy-pager-link {
	border-bottom: none !important;
}

.soliloquy-container .soliloquy-controls-direction .soliloquy-prev,
.soliloquy-container .soliloquy-controls-direction .soliloquy-next {
	width: 32px;
	height: 33px;
	border-radius: 999em;
	border: 0px solid #333;
	background: rgba(0,0,0,0.7) url(none) !important;
}
.soliloquy-container .soliloquy-controls-direction .soliloquy-prev::before {
	content: "\f341";
	margin: 0 auto;
	padding: 6px 4px 8px 0px;
	display: block;
	text-align: center;
	color: rgba(255,255,255,1);
	font: normal 20px/1 'dashicons';
}
.soliloquy-container .soliloquy-controls-direction .soliloquy-next::before {
	content: "\f345";
	margin: 0 auto;
	padding: 6px 2px 8px 5px;
	display: block;
	text-align: center;
	color: rgba(255,255,255,1);
	font: normal 20px/1 'dashicons';
}

@media (max-width: 1024px) {

	.soliloquy-container .soliloquy-caption,
	.soliloquy-container .soliloquy-controls-direction .soliloquy-prev,
	.soliloquy-container .soliloquy-controls-direction .soliloquy-next { display: none !important; }

}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	margin: 0 auto;
	min-height: 100px;
	background-size: cover !important;
	background: url(images/Rythm-of-the-sea-bb.jpg) no-repeat center 0px;
}

.site-header .wrap {
	margin: 0px auto 0;
	max-width: 1140px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	overflow: hidden;
	width: 480px;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
}

.site-title a,
.site-title a:hover {
	color: #222;
	display: block;
	padding: 0px;
	text-decoration: none;
}

.site-title a {
	margin: 60px 0px 0px 0px;
	padding: 0px;
	max-width: 480px;
	width: 440px;
	height: 130px;
	text-indent: -9999px;
	background-size: contain !important;
	background: url(images/logo-rhythm-of-the-sea.png) no-repeat;
}

.site-title a:hover {
}

.site-header .widget-area .site-description {
	margin: 0px 0px 0px;
	color: rgb(97,96,92);
	display: block;
	font-size: 40px;
	font-weight: 300;
	text-align: left;
	font-family: 'Bilbo', cursive;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 460px;
}

.site-header .widget {
x	float: right;
	text-align: right;
	padding: 0px 10px 0px 0px;
}

.site-header .widget-area p {
	margin-bottom: 0px;
	text-align: right;
	font-size: 15px;
	font-weight: 700;
}

.site-header .widget-area h6.phone,
.site-header .widget-area p.phone {
	margin: 30px 110px 80px 0;
	font-size: 36px;
	font-weight: 400;
	color: rgb(97,96,92);
	font-family: 'Bilbo', cursive;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	background-color: transparent;
	clear: both;
	color: rgba(215,200,146,0);
x	font-size: 22px;
	font-size: 19px;
	line-height: 1.5;
	text-align: center;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
}

.genesis-nav-menu a {
x	color: rgba(255,255,255,1);
	display: block;
	padding: 14px 12px;
	position: relative;
	font-weight: 300;
	font-family: 'Alegreya Sans SC', sans-serif
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	color: rgb(30,3,3);
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	background-color: #d3ceb9;
	color: #d1ccb7;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 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: 200px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(255,255,255,1);
	border: 1px solid #f5f5f5;
	border-top: none;
	color: #666;
	font-size: 14px;
	padding: 12px 18px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f5f5f5;
	color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > a {
	padding-right: 0;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
	border-right: none;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .nav-header {
	margin: 0px 0px 0px;
	padding: 0;
	float: right;
	width: 100%;
	background-color: transparent;
}

.site-header .widget_nav_menu {
	padding: 0;
}

.site-header .genesis-nav-menu {
	float: right; /* ? */
	width: auto; /* ? */
	width: 100%;
	text-align: center;
}

.site-header .genesis-nav-menu a {
	padding: 6px 20px;
	font-size: 24px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgb(255,255,255);
	background-color: #487d8d;
}

.site-header .genesis-nav-menu li:hover,
.site-header .genesis-nav-menu a:hover {
x	color: rgba(198,193,194,0);
	text-decoration: none;
	background-color: #5091a0;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
	padding: 10px 18px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -40px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	z-index: 100;
	padding: 0px;
	position: relative;
	background-color: #dbd2b1;
	-webkit-box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.6);
}

.nav-primary .wrap {
	margin: 0px auto 0;
	max-width: 1140px;
}

.nav-primary .genesis-nav-menu a {
	padding: 16px 0px 16px 2px !important;
	letter-spacing: 0.02em;
	color: rgb(0,0,0);
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:active {
	color: rgb(91,87,87);
}

.nav-primary .genesis-nav-menu li:last-child a {
	border-right: 0px solid #000;
}

.nav-primary li a::after {
	content: "|";
	padding: 8px 0px 8px 6px;
	color: rgba(51,51,51,1);
}

.nav-primary li:first-child a::before {
	content: "|";
	padding: 8px 6px 8px 0px;
}

.nav-primary li:last-child a::after {
	content: "|";
	padding: 8px 0px 8px 6px;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu li:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li.current-menu-item a:hover {
	background-color: transparent;
	color: #666;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a {
	background-color: transparent;
	color: #333;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	background-color: rgba(137,122,98,1);
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "Menu";
x	content: "\f333";
	color: rgba(255,255,255,1);
	display: block;
x	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

.site-nav .wrap {
	margin: 16px auto 0;
	max-width: 1140px;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

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

.home-middle,
.home-top {
x	float: left;
	overflow: hidden;
}

.home-top {
	width: 100%;
	padding: 2em 0 0;
}

.home-top .widget {
	width: 100%;
x	float: right;
}

.home-middle {
	width: 100%;
	overflow: hidden;
}

.home-middle .widget {
	width: 100%;
	overflow: hidden;
}

.home-middle-2,
.home-middle-3,
.home-middle-4 {
	width: 100%;
	overflow: hidden;
}

.home-middle-2,
.home-middle-4 {
	background: #f4f1e8;
}

.home-middle-2 .widget .wrap {
	padding: 1.6em 1.6em 0 0;
}

.home-middle-2 .widget img {
	margin: 0 1.6em 0 0;
	height: 380px;
}

.home-middle-3 {
	padding: 2em 0 0;
}

.home-middle-4 .widget .wrap {
	padding: 1.6em 0 0 1.6em;
}

.home-middle-4 .widget img {
	margin: 0 0 0 1.6em;
	height: 380px;
}

.rhythm-home a.more-link {
	clear: both;
	display: block;
	margin: 30px 0 0;
}

ul.amen > li,
.widget ul.amen > li,
.home-top ul.amen li,
ul.rates > li,
.widget ul.rates > li {
	margin: 0px;
	padding: 0px 0px 0px 14px;
	list-style: none !important;
}


/* Rooms Archive
--------------------------------------------- */

.rooms .room-meta .button {
	margin-left: 10px;
}

.room-meta {
	margin-top: 1em;
	margin-bottom: 2em;
}
.room-meta .red{
	color: #bc2c21;
}

/* Rooms
--------------------------------------------- */

.single-rooms .content img.room {
x	width: 630px;
}

.single-rooms .room-meta {
	float: left;
	width: 29%;
	margin: 0px 0px 10px;
	clear: right;
}

.single-rooms .sidebar .entry-header {
	padding: 60px 0px 0 40px;
}

.single-rooms .sidebar .room-meta {
	padding: 10px 0px 0 40px;
}

.single-rooms .sidebar .room-meta .button {
	width: 100%;
	font-size: 140%;
	text-align: center;
	margin-bottom: 40px;
	background-color: #5091a0;
}

.room-meta .amen,
.room-meta .rates {
	margin: 0 0 1em;
}

.room-meta h3 {
	font-size: 45px;
}

/* booking rates */
.rooms #text-15 .widget-wrap {
	padding: 20px;
	color: rgb(255,255,255);
	background-color: #9f937d;
}

.rooms #text-15 .widget-wrap h4,
.rooms #text-15 .widget-wrap p {
	color: rgb(255,255,255);
}


.booking-link,
.prev-next-post-links {
	float: right;
	width: 50%;
	font-size: 130%;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
	background-color: #487d8d;
}

.prev-next-post-links .previous-post-link a:hover,
.prev-next-post-links .next-post-link a:hover,
.single-rooms .booking-link .button:hover {
	background-color: #5091a0;
}

.prev-next-post-links .previous-post-link a,
.prev-next-post-links .next-post-link a {
	float: left;
	width: 50%;
	padding: 8px 0px;
	font-weight: 400;
	color: rgb(255,255,255);
}

.single-rooms .booking-link .button {
	padding: 8px 0px;
	width: 100%;
	font-weight: 400;
	color: rgb(255,255,255);
	background-color: #487d8d;
}

.room-images {
	width: 100%
	clear: both;
}
	.room-images .second-image,
	.room-images .third-image {
		width: 49%
	}
	.room-images .second-image {
		float: left;
	}
	.room-images .third-image {
		float: right;
	}

.single-rooms .entry-header,
.single-rooms .entry-content {
	float: left;
	width: 70%;
}


/* Entries
--------------------------------------------- */

.rhythm-rooms .entry,
.single-rooms .entry {
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

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

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

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

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

.content .entry-header .entry-meta {
	background-color: #f8f8f8;
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 5;
	margin: 0 0 24px -60px;
	max-width: 600px;
	overflow: hidden;
	padding-left: 60px;
}

.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}

.content .entry-header .entry-meta {
	margin-bottom: 24px;
}

.content .entry-header .entry-meta .entry-comments-link {
	background-color: #666;
	color: rgb(255,255,255);
	float: right;
	font-size: 12px;
	padding: 0 20px;
}

.content .entry-header .entry-meta .entry-comments-link a {
}

.entry-footer .entry-meta {
	border-top: 1px solid #ddd;
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
}

.entry-footer .entry-tags {
	margin-left: 4px;
	padding-left: 10px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: rgb(0,0,0);
	border-radius: 5px;
	color: rgb(255,255,255);
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: rgb(102,102,102);
	text-decoration: none;
}


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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin-bottom: 40px;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 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;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #222;
	color: rgb(255,255,255);
	float: left;
	font-weight: 700;
	padding: 30px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}

.widget ol > li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	text-indent: 0;
}

.widget ul > li {
	list-style-position: outside;
	padding: 0 0 0 16px;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 6px 0 0;
	text-align: right;
}


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

.sidebar {
	display: inline;
	font-size: 16px;
	padding: 0px 20px 20px 0px;
}

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

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar li,
.sidebar .more-from-category a {
	padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
	padding-top: 6px;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 20px 20px 20px 20px;
	word-wrap: break-word;
}

	.sidebar .widget:first-child {
		padding-top: 60px;
	}

.sidebar .search-form {
	width: 100%;
}

.rooms .sidebar {
	padding: 0px 20px 20px 20px;
}


/* Top Footer Widgets
---------------------------------------------------------------------------------------------------- */

.top-footer-widgets {
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
	background: rgba(219, 210, 177,1);
}

.top-footer-widgets .wrap {

}

.top-footer-widgets .widget {
	text-align: center;
	float: left;
	width: 25%;
}


/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #487d8d;
}

.top-footer-widgets,
.footer-widgets {
	width: 100%;
	clear: both;
	color: #333333;
	font-size: 16px;
}

.top-footer-widgets .wrap,
.footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 10px 10px;
	margin: 0px auto;
	width: 100%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 20px 2.8% 0;
	width: 33.3333333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets li {
}

.footer-widgets a {
	color: #eee;
}

.footer-widgets-1 {

}

.footer-widgets-1 .widget-wrap {
	padding-top: 90px;
x	background-size: auto 30%;
	background: url(images/logo-footer-rhythm-of-the-sea.png) no-repeat 0px 0px;
}

.footer-widgets-2 {
	text-align: center;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #222;
	font-size: 12px;
	padding: 10px 0;
	text-align: center;
}

.site-footer a {
	color: #222;
}

.site-footer p {
	margin: 0;
}

.site-footer .site-dev {
	margin: 10px 0px 0px;
}


/* Custom Styles
---------------------------------------------------------------------------------------------------- */
.content-sidebar-wrap {
	clear: both;
}

hr {
	color: #222;
}

.rule {
	margin: 0px 0px 10px;
	padding: 0px;
	height: 1px;
	width: 100%;
	color: #01908d;
	background-color: #897a62;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.2);
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.search-form input[type="search"] {
	}

	.content .entry-header .entry-meta .entry-comments-link a {
	}

	.sidebar li {
	}

	.footer-widgets li {
	}

}

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

	.soliloquy-container .soliloquy-caption-inside h2,
	.soliloquy-container .soliloquy-caption-inside h3 {
		font-size: 80px !important;
	}

}

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

.post-type-archive-rooms .entry {
    margin-bottom: 70px;
}

	.site-container {
		margin: 0px auto;
		width: 100%;

x		max-width: 960px;
	}

	.site-header .widget-area {
		width: 420px;
	}

	.content {
		width: 100%;
		padding: 0px 30px 0px 30px;
	}

	.sidebar-primary {
		width: 300px !important;
	}

	.title-area {
		width: 560px;
	}

	.breadcrumb {
		margin: -30px -40px 30px;
	}

	.content {
		padding: 30px 30px 10px;
	}

	.site-header .genesis-nav-menu a {
		padding: 38px 14px 40px;
	}

	.content #genesis-responsive-slider .flex-control-nav,
	.content #genesis-responsive-slider .flex-direction-nav li a,
	.content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}

	.site-inner {
		margin: 0px auto;
		padding: 0px;
		width: auto;
	}

	.content {
x		margin: 0px auto;
x		padding: 10px 20px !important;
x		width: auto !important;
x		float: none !important;
	}

	.sidebar,
	.textwidget {
x		margin: 0px auto;
x		padding: 10px 20px !important;
x		width: auto !important;
x		text-align: center !important;
	}

	.sidebar .widget {
		margin-bottom: 0;
		padding: 20px 20px;
	}

	.entry-content {
x		width: auto !important;
	}

	.home-middle .widget {
		margin: 0px 0px 20px;
	}

	.home-middle .widget img {
x		width: 100%;
	}

	.rooms .entry-title {
x		text-align: center;
	}

	.sidebar-content .sidebar-primary {
		width: 230px;
x		margin: 0px auto;
x		width: 98% !important;
	}

	.footer-widgets-1 {
x		width: 33% !important;
	}

	.footer-widgets-1 .widget-wrap {
		padding-top: 100px;
		background-size: auto 80%;
	}

	.footer-widgets .wrap {
		margin: 0 auto;
		overflow: hidden;
		padding: 20px 0 10px;
		width: auto;
	}

	.footer-widgets-1 .textwidget {
		text-align: left !important;
	}

	.title-area {
		width: 430px;
	}

	.site-header .widget-area .site-description {
		font-size:34px;
	}

	.site-header .genesis-nav-menu a {
		padding: 3px 30px;
	}

	.sidebar-content .sidebar-primary {
		width: 230px !important;
	}

	.soliloquy-container .soliloquy-caption-inside h2,
	.soliloquy-container .soliloquy-caption-inside h3 {
		font-size: 50px !important;
	}

	.rooms .content,
	.single-rooms .content {
		padding: 60px 20px 20px;
		width: 100%;
	}

	.rooms .sidebar-primary,
	.single-rooms .sidebar {
		width: 940px;
	}

	.sidebar-primary {
		width: 100% !important;
	}
.rooms img.alignright {
    display: block;
    margin: 0 auto 16px;
    text-align: center;
}
.rooms .alignright {
    float: none;
	}
}

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

	.site-container {
x		max-width: 800px;
	}

	.content,
	.sidebar-primary,
	.sidebar-secondary,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header hgroup,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.site-header .genesis-nav-menu a {
		padding: 16px;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.nav-primary li a::after {
		content: "";
	}

	.comment-list li.depth-1,
	.ping-list li.depth-1 {
		margin: 30px 0;
	}

	.footer-widgets-1 .widget-wrap {
		background-size: auto 20%;
	}

	.title-area3 {
		width: 330px;
	}

	.site-title a {
		width: 100%;
		max-height:140px;
	}

.site-title a {
    margin: 60px 0px 0px 0px;
    padding: 0px;
    max-width: 100%;
    }

	.site-header .widget-area p.phone {
		text-align: right !important;
	}
	.site-header .widget-area h6.phone {
    		margin: 0px 300px 0px 0;
	}

	.site-header .widget-area .site-description {
			width: 100%;
			text-align:center !important;
			font-size: 30px;
			margin-bottom:5px;
	}


	.title-area {
		width: 100%;
	}

	.site-header .widget {
		padding: 0px 10px;
	}

	.site-header .genesis-nav-menu a {
		padding: 3px 30px;
		float:right;
	}

	.widget-area header-widget-area {
		width: 300px !important:
	}

	.sidebar-content .sidebar-primary {
		width: 800px !important;
	}

	.footer-widgets-1 .widget-wrap {
		padding-top: 100px;
		background-size: auto 60%;
	}

	.sidebar-primary {
		float: none;
	}

}

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

	.site-container {
x		max-width: 630px;
	}

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.four-sixths,
	.home-middle,
	.home-middle .widget,
	.home-top,
/*	.home-top .widget, */
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.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: 16px;
		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: "\f140";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 12px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f142";
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: #f7f7f7;
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 20px;
		position: relative;
		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 16px;
		position: relative;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a {
		background: none;
		color: #666;
	}

	.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: rgba(178,150,76,1);
	}

	.site-header .widget-area h6.phone {
    		margin: 0px 180px 0px 0;
	}

	.home-middle,
	.home-top,
	.rhythm-rooms .rooms {
		text-align: center;
	}

	.rhythm-rooms .rooms {
		padding: 0 0 30px;
	}

	.nav-secondary .genesis-nav-menu > .first > a,
	.nav-secondary .genesis-nav-menu > .last > a,
	.nav-secondary .genesis-nav-menu a {
		font-size: 12px;
		padding: 12px;
	}

	.home-middle .widget {
		width: 100%;
		text-align: center !important;
	}

ul.amen > li, .widget ul.amen > li {
    padding: 0px 0px 0px 0px;
    }

	.home-middle .widget .textwidget,
	.home-middle .widget .textwidget p {
		width: 75%;
		float: none;
		text-align: center;
	}

	.home-middle-2 .widget img {
    	margin: 0;
    	height: auto;
    }
    .home-middle-2 .widget .wrap {
    	padding: 0px 10px 0px 10px;
	}

.featured-content img, .gallery img {
    width: 50%;
}
.home-middle-4 .widget .wrap {
    padding: 0px 10px 0px 10px;
}
.home-middle-4 .widget img {
    margin: 0px;
    height: auto;
}

	.single-rooms .entry-content {
    	float: left;
    	width: 100%;
    }
    .single-rooms .room-meta {
    	float: left;
    	width: 100%;
    	margin: 0px 0px 10px;
    	clear: right;
	}
	.booking-link {
  		 width: 100%;
  	}
	.footer-widgets-1 {
		margin: 0;
	}

	ul.amen li {
		margin: 0px auto;
		text-align: center !important;
	}

	.site-container {
x		max-width: 600px;
	}

	.site-inner {
		width: 100% !important;
	}

	.sidebar-content .sidebar-primary {
			width: 600px !important;
	}

	.entry {
x   	 	margin-bottom: 0px;
	}

	.prev-next-post-links {
		margin-bottom: 0px;
		width: 100%;
	}

	.previous-post-link a, .next-post-link a {
		padding: 8px 5px;
		width: 45%;
	}

	.footer-widgets-1 .widget-wrap {
		padding-top: 130px !important;
		background-size: 100%;
	}

	.footer-widgets-1 .widget-wrap {
x		background: rgba(0, 0, 0, 0) url(images/logo-footer-rhythm-of-the-sea.png) no-repeat scroll 0 0;
		padding-top: 5px;
		width:100%;
		margin: auto;
	}

	.footer-widgets-3 .widget-wrap {
		margin: auto;
		width: 100%;
	}

	.alignleft {
		float: none;
		text-align: center;
	}

}

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

	.rooms .content, .single-rooms .content {
x		padding: 10px 0 5px 5px;
x		width: 490px;
	}
.post-18 img.alignright,
.post-66 img.alignright,
.post-70 img.alignright {
    display: block;
    margin: 0 auto 24px;
    text-align: center;
}
.post-18 .alignright,
.post-66 .alignright,
.post-70 .alignright{
    float: none;
    text-align: center;
}

	.sidebar-content .sidebar-primary {
		width: 500px !important;
	}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    padding: 0px 2.8% 0px;
}

	.footer-widgets-1 {
		width: 100% !important;
	}

	.footer-widgets-2 {
		width: 100% !important;
	}

	.content {
		float: none !important;
	}

	.site-inner {
		width:100% !important;
	}
	.top-footer-widgets .widget {
    	width: 50%;
	}
}

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

.site-header .widget-area h6.phone {
    margin: 0px 120px 0px 0;
}
	.site-title a {
		margin: 8px 0px 10px;
		padding: 0px;
		max-width: 300px;
		height: 91px;
	}

	.rooms .entry-title {
		font-size: 42px !important;
		line-height: 1.6;
	}

	.footer-widgets-1 {
		width: 66% !important;
	}

	.site-container {
x		max-width: 500px;
	}

	.sidebar-content .sidebar-primary {
		width: 500px !important;
	}

	.footer-widgets-1 {
		width: 100% !important;
	}

	.footer-widgets-2 {
		width: 100% !important;
	}
	.footer-widgets-1 .widget-wrap {
    padding-top: 90px !important;
    }

}

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

	.site-header .widget {
		margin: 0px auto;
		width: auto !important;
	}

	.entry-title {
x		font-size: 22px;
	}

	.content .entry-header .entry-meta .entry-comments-link {
		margin: 0px auto;
		width: 200px;
	}

	.sidebar,
	.textwidget {
		margin: 0px auto;
		padding: 5px 50px !important;
		width: auto !important;
	}

	.textwidget {
		padding: 0px !important;
	}

	.rooms .entry-title {
		font-size: 36px !important;
		line-height: 1.6;
	}

	.site-container {
x		max-width: 380px;
	}

	.sidebar-content .sidebar-primary {
		width: 380px !important;
	}

	.sidebar, .textwidget {
		margin: 0 auto;
		padding: 5px 5px !important;
		width: auto !important;
	}

	.content {
		float: none;
x		padding: 40px 60px 10px;
	}

	.prev-next-post-links {
		font-size: 100%;
		margin-bottom: 0px;
	}

	.rooms .content, .single-rooms .content {
x		padding: 10px 0 5px 5px;
x		width: 400px;
	}

	.site-inner {
		width: auto !important;
	}

	.featured-content img, .gallery img {
    	width: 70%;
	}

}

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

	.booking-link {
    	font-size: 90%;
    }

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

.site-header .widget-area h6.phone {
    margin: 0px 0px 0px 0;
}
	.site-header .widget {
		text-align: center;
		padding: 0px 5px;
	}

	.site-header .widget-area {
		margin: 0px auto;
		width: auto;
	}

	.rooms .entry-title {
		font-size: 30px !important;
		line-height: 1.6;
	}

	.prev-next-post-links {
x		width: 350px !important;
x		font-size: 100%;
x		margin-bottom: 0px;
	}

	.rooms .content,
	.single-rooms .content {
x		width: 355px;
x		padding:0 0px;
	}

	.previous-post-link a,
	.next-post-link a {
		padding: 8px 10px;
	}

	.alignright {
		float: none !important;
		text-align: center;
	}

	.entry {
x		margin-bottom: 0px;
	}

	a.alignright img, img.alignright,
	.wp-caption.alignright {
		margin: 0px;
	}

}

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

	.site-container {
x			max-width: 300px;
	}

	.sidebar-content .sidebar-primary {
		width: 300px !important;
	}

	.sidebar, .textwidget {
		margin: 0 auto;
		padding: 2px 2px !important;
		width: auto !important;
	}

.site-header .widget-area h6.phone {
    margin: 0px 0px 10px 0;
	}
}

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

	.header-image .site-title a {
		background-size: contain !important;
	}

	.site-title {
		font-size: 26px;
	}

	.site-title a {
		margin: 8px 0px 10px;
		padding: 0px;
		max-width: 200px;
		height: 61px;
	}

	.sidebar {
		font-size: 12px;
	}

	.sidebar,
	.textwidget {
		padding: 5px 5px !important;
		width: auto !important;
	}

	.sidebar .widget {
		margin-bottom: 0px;
		padding: 10px;
	}

	.rooms .entry-title {
		font-size: 24px !important;
		line-height: 1.6;
	}

	.rooms .sidebar .widget-title,
	.single-rooms .entry-title {
		font-size: 24px;
		margin-bottom: 50px;
	}

	.site-container {
		max-width: 260px;
	}

	.sidebar-content .sidebar-primary {
		width: 260px !important;
	}

	.footer-widgets {
		font-size: 14px;
	}

}