/*********************************************************************************************

Theme Name: Metropolis
Theme URI: http://www.hermesthemes.com/themes/metropolis/
Version: 1.0.18
Author: HermesThemes.com
Author URI: http://www.hermesthemes.com/
Description: Metropolis is an exclusive WordPress Theme for Hotels and other related businesses.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blue, orange, red, white, light, two-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, holiday

The PHP code portions of this theme are subject to the GNU General Public 
License, version 2. All images, cascading style sheets, and JavaScript elements are
released under the HermesThemes.com Proprietary Use License below.

**********************************************************************************************

0.  CSS Reset  -------------------------  All Theme Files
1.  Page Structure: Common elements  ---  All Theme Files
2.  Page Structure: Header -------------  header.php
3.  Navigation  ------------------------  header.php
4.  Page Structure: Main Content  ------  
5.  Content Blocks ---------------------  
6.  Single Post / Page -----------------  single.php, page.php
7.  Comments Styling  ------------------  comments.php
8.  Page Structure: Footer  ------------  footer.php
9.  Misc  ------------------------------
10. Buttons, Forms  --------------------
11. Slideshow  -------------------------
12. Media Queries  ---------------------

**********************************************************************************************/


/********************************************************************************************* 

0. CSS Reset  -------------------------  All Theme Files

*********************************************************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
b, strong { font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre, code { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 85%; }
ul, ol { margin: 0; padding: 0; list-style-position: inside; }
ul li {list-style-type: none; }
ul ul, ol ol, ul ol, ol ul { margin: 0; }
nav ul, nav ol, 
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure, form, blockquote { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }
input[type=checkbox], input[type=radio] { box-sizing: border-box; }
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-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
tr, th, td { padding-right: 1.625em; border-bottom: 1px solid #EAE7DE; }
td { vertical-align: top; }
p {	margin: 0 0 1em; }

/* Smart clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}

/********************************************************************************************* 

1. Page Structure: Common layout elements

*********************************************************************************************/

::-moz-selection{background:#00aeef; color:#fff; }
::selection{ background:#00aeef; color:#fff; }

a { color: #d49a59; text-decoration:none; }
a:hover, a:focus { color: #3f8798; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; }
a:hover, a:active { outline: none; }

body {
	background-color: #f0e5d8;
	color: #666;
	font-family: 'Open Sans', Georgia, serif;
	font-size: 62.5%;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .title a, .title-widget a {
	color: #525252;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title a:hover, .title-widget a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, .title a:focus, .title-widget a:focus {
	color: #ef4832;
}

#container {
	font-size: 12px;
	line-height: 1.4em;
	padding: 0;
	text-align: center;
	width: 100%;
}

div.wrapper {
	margin: 0 auto;
	padding: 0; 
	text-align: left; 
	width: 980px;
}

div.wrapper-center {
	text-align: center;
}

div.cleaner,
div.divider {
	margin:0;
	clear: both; 
	font-size:1px; 
	height: 1px;  
	line-height: 1px; 
}

div.divider {
	border-top: solid 1px #f0e5d8;
	margin: 20px 0;
}

div.divider-blank {
	border: 0;
	margin: 20px 0;
}

div.divider-notop {
	margin-top: 0;
}

div.divider-main {
	background-color: #fff;
	border-top: solid 4px #666;
	border-bottom: solid 1px #d1d0cf;
	height: 2px;
}

.title-xl {
	font-size: 34px;
	line-height: 46px;
}

.title-l {
	font-size: 24px;
	line-height: 34px;
}

.title-m {
	font-size: 18px;
	line-height: 25px;
}

.title-ms {
	font-size: 16px;
	line-height: 23px;
}

.title-s {
	font-size: 13px;
	line-height: 24px;
}

.title-xs {
	font-size: 12px;
	line-height: 22px;
}

.title-widget {
	background-color: #f9f3eb;
	border-bottom: solid 1px #ebe4db;
	color: #877664;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 15px 20px;
}

.title-center {
	text-align: center;
}

.title-caps {
	font-weight: normal;
	text-transform: uppercase;
}

.title-spacing {
	letter-spacing: 4px;
}

.title-ornament {
	background: transparent url(images/back-heading-ornament-4.png) no-repeat bottom center;
	margin-bottom: 20px;
	padding-bottom: 28px;
}

.title-sansserif,
.type-custom {
	font-family: 'Open Sans', Arial, Tahoma, sans-serif;
}

.title-margin {
	margin-bottom: 20px;
}

/********************************************************************************************* 

2. Page Structure: Header

*********************************************************************************************/

header {
	padding: 20px 0 20px;
}

#menu-header {
	margin-left: 20px;
}

#menu-header li {
	display: inline;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-right: 10px;
}

#menu-header .divider {
	margin: 0 0 0 10px;
}

#menu-header li:last-child {
	margin-right: 0;
}

#menu-header li:last-child .divider {
	display: none;
}

#menu-header a {
	color: #a79b8c;
}

#menu-header .current-menu-item a,
#menu-header a:hover,
#menu-header a:focus {
	color: #6b5f51;
}

/********************************************************************************************* 

3. Navigation

*********************************************************************************************/

#selectnav1 {
	display: none;]
}

#menu-main {
	position: relative;
	text-transform: uppercase;
}

#menu-main a {
	color: #434343;
}

#menu-main .current-menu-item a,
#menu-main a:hover,
#menu-main a:focus {
	color: #dfab6e;
}

#menu-main li {
	border-bottom: solid 1px #f4eee8;
	display: block;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

#menu-main li li {
	text-transform: none;
}

/*** ESSENTIAL STYLES ***/
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu li:hover > ul,
.sf-menu li:focus > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	display: inline-block;
	margin-left: 5px;
}

/* adding sf-vertical class in addition to sf-menu creates a vertical menu */
/* eg. <ul class="sf-menu sf-vertical"> ... */
.sf-vertical ul {
	border: solid 1px #e7dfd7;
	left:	160px;
	top:	-11px;
	width: 180px;
}

#menu-main .sub-menu li {
	background-color: #f4eee8;
	border-bottom: solid 1px #e7dfd7;
	margin-bottom: 0;
	padding: 10px 15px;
}

#menu-main .sub-menu a:hover,
#menu-main .sub-menu a:focus {
	color: #d19958;
}

#menu-main .sub-menu li:hover,
#menu-main .sub-menu li:focus {
	background-color: #e7dfd7;
}

#menu-main .sub-menu li:last-child {
	border-bottom: 0;
}

/********************************************************************************************* 

4. Page Structure: Main Content

*********************************************************************************************/

#content {
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 40px;
}

#logo {	
	margin: 0 0 50px;
	text-align: center;
}

#logo img {
	height: auto;
	max-width: 100%;
}

aside {
	background-color: #fff;
	border-bottom: solid 1px #ddd1c2;
	display:inline;
	float: left;
	font-size: 13px;
	line-height: 1.5em;
	position: relative;
	width: 24.4897%;
	z-index: 100;
}

#main {
	background-color: #ffffff;
	border-bottom: solid 1px #ebe4db;
	display: inline;
	float: left;
	margin: 0;
	width: 75.51%;
}

.wrapper-reversed aside {
	float: right;
}

.wrapper-reversed #main {
	float: right;
}

/* Content Wrappers */

.aside-wrapper {
	padding: 30px 20px;
}

.aside-wrapper-special {
	background-color: #f9f3eb;
	color: #444;
}

.aside-wrapper-special a {
	color: #754137;
}

.aside-wrapper-special a:hover,
.aside-wrapper-special a:focus {
	color: #516B75;
}

.main-wrapper {
	border-bottom: solid 1px #ddd1c2;
	border-left: solid 1px #ebe4db;
	padding: 30px 19px 60px 20px;
}

.wrapper-reversed .main-wrapper {
	border-right: solid 1px #ebe4db;
	border-left: 0;
	padding-right: 20px;
	padding-left: 19px;
}

/* Aside Widgets */

aside .widget {
	margin-bottom: 30px;
} 

/* Columns */

.hermes-column {
	display: inline;
	float: left;
}

.hermes-column-half {
	margin-right: 2.8571%;
	width: 48.5714%;
}

.hermes-column-last {
	margin-right: 0;
}

/* Contacts Widget */

.hermes-contacts .hermes-contact {
	border-bottom: solid 1px #eae1d4;
	margin-bottom: 0;
	padding: 10px 5px 10px 15px;
}

.hermes-contacts .hermes-contact:first-child {
	border-top: solid 1px #eae1d4;
}

.hermes-contacts .hermes-contact:last-child {
	margin-bottom: 0;
}

.hermes-contacts span {
	display: block;
}

.hermes-contacts .label {
	color: #cc9966;
	font-size: 12px;
	margin: 0;
}

.hermes-contacts .value {
	color: #91806c;
	font-size: 13px;
	line-height: 22px;
}

.hermes-contacts a {
	color: #91806c;
}

.hermes-contacts a:hover,
.hermes-contacts a:focus {
	color: #516B75;
}

.hermes-sprite-contacts {
	background: transparent url(images/sprite-contacts.png) no-repeat top left;
	display: inline;
	float: left;
	height: 24px;
	width: 24px;
	margin: 2px 10px 0 0;
}

.hermes-contact-telephone {
	background-position: 0 0;
}

.hermes-contact-email {
	background-position: -24px 0;
}

.hermes-contact-address {
	background-position: -72px 0;
}

.hermes-contact-booking {
	background-position: -48px 0;
}

/********************************************************************************************* 

5. Content Blocks

*********************************************************************************************/

/* Hermes Photos Gallery */

#hermes-gallery {
	display: block;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

#hermes-gallery iframe {
	max-width: 100%;
}

#hermes-gallery.flexslider-normal {
	border: 0;
	margin-bottom: 20px;
}

.hermes-gallery-wrapper {
	display: block;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}


.hermes-gallery-slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
}

#hermes-gallery .slide-meta {
	background-color: #d19958;
	color: #fff;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
}

#hermes-gallery .slide-counter {
	border-right: solid 1px #b4854f;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	margin: 0 10px 0 20px;
	padding-right: 10px;
}

#hermes-gallery .slide-title {
	font-size: 13px;
	line-height: 21px;
}

#hermes-gallery .slide-title-single {
	margin-left: 20px;
}

#hermes-gallery img {
	height: auto;
	width: 100%;
}

/*
.hermes-gallery-slide img {
	height: auto;
	width: 100%;
}

#hermes-gallery .slide-meta {
	background-color: #d19958;
	color: #fff;
	padding: 10px 15px;
}

#hermes-gallery .slide-counter {
	border-right: solid 1px #b4854f;
	color: #444;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
	padding-right: 10px;
}

#hermes-gallery .slide-title {
	font-size: 13px;
	line-height: 21px;
}

*/

.room-meta {
	color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
}

.room-meta span {
	display: inline;
	float: left;
	font-size: 18px;
	padding: 10px;
	text-transform: uppercase;
}

.room-meta .room-name {
	background-color: #d19958;
}

.room-meta .room-price {
	background-color: #533b1d;
}

/* Homepage Welcome Message */
.welcome-message {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 30px;
}

.welcome-message h1 {
	color: #444;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin: 0 0 20px;
}

/* Featured Pages */

.featured-pages .featured-page {
	display: inline;
	float: left;
	margin-right: 2.8571%;
	width: 31.4285%;
}

.featured-pages .last {
	margin-right: 0;
}

.featured-pages .cleaner {
	clear: both;
	display: block;
	height: 1px;
	font-weight: 1px;
	line-height: 1px;
}

.featured-pages .post-cover {
	margin-bottom: 15px;
}

.post-cover img,
.featured-pages .post-cover img {
	height: auto;
	width: 100%;
}

.featured-pages .post-excerpt {
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

.featured-pages h2 {
	margin-bottom: 15px;
}

.featured-pages h2 a {
	color: #d49a59;
}

.featured-pages h2 a:hover,
.featured-pages h2 a:focus {
	color: #3f8798;
}

.featured-pages p {
	margin: 0;
}

/* Hermes Rooms Loop */
/* Hermes Attractions Loop */

.hermes-rooms .hermes-room,
.hermes-attractions .hermes-attraction {
	display: inline;
	float: left;
	margin: 0 2.8571% 30px 0;
	width: 31.4285%;
}

.hermes-rooms .last,
.hermes-attractions .last {
	margin-right: 0;
}

.hermes-attractions .first,
.hermes-gallery .first,
.hermes-gallery-widget-photo.first {
	clear: left;
}

.hermes-rooms .cleaner,
.hermes-attractions .cleaner {
	clear: both;
	display: block;
	height: 1px;
	font-weight: 1px;
	line-height: 1px;
}

.hermes-child-pages .post-cover,
.hermes-rooms .post-cover {
	position: relative;
}

.hermes-rooms .post-cover img {
	height: auto;
	width: 100%;
}

.hermes-rooms .room-meta {
	position: absolute;
	top: 15px;
	left: 0;
}

.hermes-rooms .room-price {
	background-color: #b7a793;
}

.hermes-room .title-post {
	background-color: #d9cab8;
	color: #877664;
	display: block;
	font-weight: normal;
	padding: 10px 15px;
}

.hermes-room .title-post a {
	color: #877664;
}

.hermes-room .title-post a:hover,
.hermes-room .title-post a:focus {
	color: #222;
}

.hermes-room .excerpt-wrap {
	background-color: #f0e5d8;
	border-bottom: solid 1px #d9cab8;
	color: #8b7a65;
	font-size: 13px;
	line-height: 1.5em;
	padding: 15px;
}

.excerpt-wrap p {
	margin: 0;
}

.hermes-rooms-list .hermes-room {
	display: block;
	float: none;
	margin-right: 0;
	width: 100%;
}

.hermes-rooms-list .post-cover {
	display: inline;
	float: left;
	margin-right: 2.5284%;
	width: 27.8128%;
}

.hermes-rooms-list .post-excerpt {
	overflow: hidden;
}

/* :hover states */

.hermes-room:hover .title-post,
.hermes-room:focus .title-post {
	background-color: #9d7444;
	color: #fff;
}

.hermes-room:hover .title-post a,
.hermes-room:focus .title-post a {
	color: #fff;
}

.hermes-room:hover .title-post a:hover {
	color: #222;
}

.hermes-room:hover .excerpt-wrap,
.hermes-room:focus .excerpt-wrap {
	background-color: #d0a16b;
	border-bottom: solid 1px #9d7444;
	color: #fff;
}

.hermes-room:hover .room-price,
.hermes-room:focus .room-price {
	background-color: #684d2c;
}

.hermes-attraction .post-excerpt {
	text-align: center;
}

.hermes-attraction .post-cover {
	margin-bottom: 10px;
}

.hermes-attraction .postmeta {
	margin: 5px 0 0;
}

/* Hermes Posts Loop */

.hermes-post {
	border-bottom: solid 1px #f0e5d8;
	margin-bottom: 15px;
}

.hermes-post:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.hermes-post .postmeta {
	color: #cc9966;
	font-size: 12px;
}

.hermes-post .post-cover {
	display: inline;
	float: left;
	margin-right: 2.8571%;
	width: 14.2857%;
}

.hermes-post .post-excerpt,
.tribe-events-list .tribe-events-loop .tribe-events-content {
	font-size: 13px;
	line-height: 1.6em;
	overflow: hidden;
}

.hermes-post .title-post {
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	margin: 0 0 10px;
}

/* Hermes Testimonials */

.hermes-testimonials .hermes-testimonial {
	margin-bottom: 30px;
}

.hermes-testimonials .hermes-testimonial:last-child {
	margin-bottom: 0;
}

.widget blockquote.hermes-testimonial {
	background-color: #f9f3eb;
	border-bottom: solid 1px #ebe4db;
	font-size: 16px;
	font-style: italic;
	line-height: 25px;
	padding: 20px 30px;
}

.hermes-testimonial .post-cover {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 14.2857%;
}

.hermes-testimonial .post-excerpt {
	overflow: hidden;
}

div.widget blockquote.hermes-testimonial p {
	margin: 0;
}

div.widget figcaption.hermes-author {
	font-size: 12px;
	margin: 15px 0 0 31px;
}

/* Room Specifications */
.room-specifics .room-spec {
	background-color: #fbf8f5;
	border-bottom: solid 1px #e6e2db;
	display: inline;
	float: left;
	margin: 0 2.8571% 10px 0;
	width: 31.4285%;
}

.room-specifics .last {
	margin-right: 0;
}

.room-spec .label {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	padding: 12px 0 10px 10px;
}

/********************************************************************************************* 

6. Single: Post/Page Styling

*********************************************************************************************/

.post-single,
.single-tribe_events .tribe-events-content {
	color: #666;
	font-size: 14px;  
	line-height: 24px; 
	max-width: 100%;
}

.full-width .post-single {
	max-width: 100%;
}

.post-meta p.postmeta {
	color: #999;
	font-size: 11px;
}

.post-meta .divider {
	border-top-color: #f1f1f1;
}

.post-meta-single .divider {
	margin: 10px 0;
}

.archive-meta {
	color: #555;
	font-size: 13px;
	line-height: 23px;
}

.post-single h2, 
.post-single h3, 
.post-single h4, 
.post-single h5, 
.post-single h6 {
	font-weight: bold;
	margin: 12px 0 12px;
	line-height: 1.25em; 
}

.post-single h1 {
	font-size: 32px;
	line-height: 36px;
}

.post-single h2 {
	font-size: 26px;
	line-height: 32px;
}

.post-single h3 {
	font-size: 22px;
	line-height: 26px;
}

.post-single h4 {
	font-size: 18px;
	line-height: 24px;
}

.post-single h5 {
	font-size: 16px;
	line-height: 22px;
}

.post-single h6 {
	font-size: 14px;
	line-height: 20px;
}

.post-single p {
	margin-top: 0;
	margin-bottom: 1.5em; 
}

.post-single img {
	margin-bottom: 20px; 
}

.post-single img.alignnone, 
.post-single img.aligncenter, 
.post-single img.alignleft, 
.post-single img.alignright {
	max-width: 100%;
	width:auto;
 	height:auto;
}

.post-single iframe {
	max-width: 100%;
}

.post-single textarea {
	max-width: 97%;
}

.full-width .post-single img.alignnone, 
.full-width .post-single img.aligncenter, 
.full-width .post-single img.alignleft, 
.full-width .post-single img.alignright {
	max-width: 100%;
	width:auto;
 	height:auto;
}

.post-single ul, 
.post-single ol {
	margin: 0 0 1em 1em; 
}
.post-single li ul, 
.post-single li ol {
	margin-bottom: 0; 
}
.post-single li {
	list-style-position: outside; 
	margin-left: 20px;
} 
.post-single ul li {
	list-style-type: square;
}
.post-single ol li {
	list-style-type: decimal; 
}
.post-single blockquote {
    color:#999;
    border-left: solid 3px #ececec;
    padding: 0 15px;
    margin: 10px;
}
.post-single a {
	text-decoration:none; 
}
.post-single a:hover,
.post-single a:focus {
	text-decoration:underline; 
	cursor: pointer; 
}

.hermes-post-share {
	margin: 15px 0;
	padding-bottom: 15px;
}

.post-featured-cover {
	margin: 0 0 20px -40px;
}

/********************************************************************************************* 

7. Comments Styling

*********************************************************************************************/

#hermes-comments {
	margin: 30px 0;
}

.commentlist .comment,
.commentlist .pingback,
.commentlist .trackback {
	border-bottom: solid 1px #e3e3e3;
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.commentlist > .comment:last-child {
	border-bottom: 0;
	margin-bottom: 30px;
	padding-bottom: 0;
}

.commentlist .children {
	padding-left: 12.9032%;
}

.commentlist .avatar {
	background-color: #fff;
	border: solid 1px #eeeeee;
	padding: 4px;
	height: auto;
	width: 100%;
	max-width: 50px;
}

.commentlist .byuser .avatar {
	border-color: #ccc;
}

.commentlist .byuser .comment-author-name {
	color: #ef4832;
}

.commentlist .comment-author {
	display: inline;
	float: left;
	margin-right: 20px;
	width: 60px;
	text-align: center;
}

.commentlist .comment-author-name {
	color: #252525;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
	margin-bottom: 12px;
}

.commentlist .comment-timestamp {
	color: #999;
	font-size: 10px;
	text-align: right;
}

.commentlist .comment-bullet {
	color: #ccc;
	font-size: 11px;
	margin: 0 2px;
}

.commentlist .comment-body {
	font-size: 12px;
	line-height: 22px;
	overflow: hidden;
	padding-top: 5px;
}

.commentlist .comment-edit-link {
	font-size: 11px;
}

.comment-body p {
	margin: 0 0 1.5em;
}

.comment-awaiting-moderation {
	color: #999;
	font-style: italic;
}

.commentlist .reply {
	margin-top: 10px;
	text-transform: lowercase;
}

.commentlist .comment-reply-link {
	font-size: 11px;
	padding: 4px 10px;
}

/* Comment Form */

#respond .hermes-comment-label {
	color: #252525;
	display: block;
	font-weight: bold;
	margin: 0 0 8px;
}

#respond .hermes-comment-input {
	border: solid 1px #ddd;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding: 5px;
	width: 70%;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;    
	border-radius: 2px; 
}

#respond .hermes-comment-input:focus {
	background-color: #e1f2fa;
	border-color: #bdd8e5;
}

#respond .required_lab {
	color: #ef4832;
}

#respond .comment-form-p {
	margin: 0 0 15px;
}

#respond .form-submit {
	margin: 0;
}

#respond .comment-notes,
#respond .form-allowed-tags {
	display: none;
}

#respond #submit {
	
}

/* Reply Form */

.comment #respond {
	margin-top: 30px;
}

#reply-title {
	margin: 0 0 20px;
}

#reply-title a {
	color: #1c97d4;
}

#reply-title a:hover,
#reply-title a:focus {
	color: #ef4832;
}

.wpcf7-text, .wpcf7-textarea  {
    width:430px;
	min-height:24px;
	margin-bottom:1em;
}
/********************************************************************************************* 

8. Page Structure: Footer

*********************************************************************************************/

footer {
	background-color: #d9cab8;
	color: #65594a;
	padding: 30px 0 15px;
}

footer a {
	color: #3f8798;
}

footer a:hover,
footer a:focus {
	color: #ef4832;
}

footer .divider {
	margin: 20px 0;
}

footer p {
	font-size: 11px;
	line-height: 20px;
	margin: 0 0 1em;
}

.hermes-credit {
	color: #65594a;
	display: inline;
	float: right;
	margin: 0;
}

.hermes-credit a {
	color: #65594a;
}

.hermes-credit a:hover,
.hermes-credit a:focus {
	color: #3f8798;
}

/********************************************************************************************* 

9. Misc

*********************************************************************************************/

/* Pagination */
div.navigation {text-align: center; margin: 20px 0 25px; font-size: 11px; }
div.navigation p {margin: 0;}
div.navigation a {padding: 7px 10px; line-height: 24px; background-color: #f1f1f1; color: #333; }
div.navigation .current { font-weight:bold; background-color: #6a5948; color: #fff; padding: 7px 10px; line-height: 24px;}
div.navigation a:hover,
div.navigation a:focus {
	background: none;
	background-color: #6a5948; 
	color: #fff;
}

/* WordPress Search Widget */

.post-single #searchform {
	margin-bottom: 20px;
}

#searchform label {
	display: none;
}

#s {
	background-color: #f3f3f3;
	display: inline;
	float: left;
	border: solid 1px #ccc;
	font-size: 13px;
	margin: 0 3px 20px 0;
	padding: 6px 5px;
	width: 70%;
}

#searchsubmit {
	border: none;
	display: inline;
	float: left;
}

/* Begin Images */
.post-single .aligncenter {	display: block;	margin-left: auto;	margin-right: auto;	}
.post-single .alignright {	margin: 0 0 5px 20px;	display: inline;	}
.post-single .alignleft {	margin: 0 20px 5px 0;	display: inline;	}
.alignright {	float: right;	}
.alignleft {	float: left	}

/* Caption for images */
.post-single .wp-caption { background-color: #f3f3f3; border-bottom: solid 1px #e3e3e3; padding: 0 0 15px; }
.post-single .wp-caption img { background:none; margin: 0 0 15px; border:0 none; max-width:100%; width: 100%; height:auto; }
.post-single .wp-caption-text, .gallery-caption { color:#777; font-size:11px; line-height: 1.4em; margin:0 10px; }
.post-single .wp-caption.aligncenter { margin:0 auto 15px; }

/* [gallery] shortcode styling */
.post-single .gallery { margin: auto; text-align:center; clear:both; }
.post-single .gallery-icon {
	background-color: #fff;
	border: solid 1px #eeeeee;
	margin-bottom: 10px;
	padding: 4px;
}
.post-single .gallery .gallery-item {display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; margin: 10px; width: 30%; }
.post-single .gallery img { width: 100%; height: auto; margin: 0; }
.post-single .gallery-caption { margin-left: 0; }

/* Recent Comments Widget */

.recent-comments-list .recent-comment,
#recentcomments .recentcomments {
	font-size: 11px;
	margin-bottom: 8px;
}

.recent-comments-list .post-cover {
	background-color: #fff;
	border: solid 1px #eeeeee;
	display: inline;
	float: left;
	margin-right: 10px;
	padding: 4px;
}

/* Recent Posts Widget */

.recent-comments-list .recent-comment {
	font-size: 11px;
	margin-bottom: 8px;
}

.hermes-posts-recent .post-cover {
	width: 23.33%;
}

.hermes-column-half .hermes-posts-recent .post-cover {
	margin-right: 5.8823%;
	width: 17.6470%;
}

/* Twitter Widget */

.hermes-twitter-list .hermes-twitter-item {
	border-bottom: solid 1px #ececec;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.hermes-twitter-list .hermes-twitter-item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.twitter-timestamp {
	color: #999;
	font-size: 11px;
	font-style: italic;
	display: block;
}

.hermes-follow-user {
	margin-top: 10px;
}

.twitter-follow-button {max-width: 100%; }

/* Hermes Connect Widget */

.hermes-connect .hermes-social {
	margin: 0 15px 10px 0;
	font-size: 12px;
	line-height: 20px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.hermes-connect .hermes-social:last-child {
	margin-bottom: 0;
}

.hermes-connect .hermes-social-clear {
	clear: both;
}

.hermes-icon-social {
	background: transparent url(images/sprite-social-icons.png) no-repeat top left;	
	display: inline-block;
	margin: 0 6px 2px 0;
}

.icon-facebook { background-position: 0 0; }
.icon-twitter { background-position: -256px 0; }
.icon-foursquare { background-position: -96px 0; }
.icon-linkedin { background-position: -128px 0; }
.icon-rss { background-position: -160px 0; }
.icon-feedburner { background-position: -32px 0; }
.icon-tripadvisor { background-position: -224px 0; }
.icon-yelp { background-position: -288px 0; }
.icon-youtube { background-position: -320px 0; }
.icon-skype { background-position: -192px 0; }
.icon-googleplus { background-position: -352px 0; }
.icon-pinterest { background-position: -384px 0; }

.hermes-connect a {
	color: #999;
	display: block;
}

.hermes-connect a:hover,
.hermes-connect a:focus {
	color: #333;
}

.hermes-connect li:hover,
.hermes-connect li:focus {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Aside Widget Corrections */

aside .hermes-post .post-cover {
	display: none;
}

/* Gravity Forms Fixes */
.gform_wrapper .gform_heading {
	margin-bottom: 20px;
}

.gform_wrapper .gform_fields {
	margin-left: 0;
}

.gform_wrapper .gfield {

}

.gform_wrapper .gfield {
	list-style-type: none;
	margin-left: 0;
}

.gform_wrapper .gfield_label {
	font-weight: bold;
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield .textarea {
	border: solid 1px #ccc;
	margin-bottom: 10px;
	padding: 5px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;    
	border-radius: 2px; 
}

.gform_wrapper input[type=text] {
	min-width: 200px;
}

.gform_wrapper .gfield_required {
	color: #cc333f;
	margin-left: 2px;
}

/* WordPress check fixes */

.sticky,
.bypostauthor {
	
}

/* The Events Calendar fixes */

body #tribe-events-pg-template {
	max-width: 100%;
}

.tribe-event-meta {
	margin: 0 0 30px;
}

.tribe-event-meta .time-details,
.tribe-event-meta .tribe-events-event-cost {
	background-color: #dfdfdf;
	color: #151515;
	display: inline-block;
	font-size: 13px;
	padding: 5px 10px;
	text-transform: uppercase;
}

.tribe-event-meta .tribe-events-event-cost,
body .tribe-events-list .tribe-events-event-cost span {
	background-color: #57a957;
	border-width: 0;
	color: #fff;
}

body .tribe-events-loop .tribe-events-event-meta {
	margin-bottom: 1.5em;
}

body #tribe-events-content .updated,
body #tribe-events-content .tribe-events-event-cost {
	display: inline-block;
	margin-right: 5px;
}

#tribe-events-content .event_content {
	overflow: hidden;
}

body .tribe-events-list .type-tribe_events h2,
body .tribe-events-list h2.tribe-events-list-event-title {
	display: inline-block;
	margin-bottom: 10px;
}

#container .tribe-events-list-widget .duration {
	color: #aaa;
	font-size: 13px;
	font-weight: 400;
	margin: 8px 0 0;
	text-transform: uppercase;
}

#container .tribe-events-list-widget ol li {
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#container .tribe-events-list .tribe-events-event-image {
	margin-right: 2.8571%;
	width: 14.2857%;
}

/********************************************************************************************* 

10. Buttons, Forms

*********************************************************************************************/

.button {
	display: inline;
}

input.button.gform_button,
.button,
#respond #submit,
#searchsubmit {
	font-weight: bold;
	text-align: center;
	padding: 15px 30px;
	border: solid 1px #2b849e;
	cursor: pointer;
	height: auto;
	color: #fff;                
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;    
	border-radius: 2px;         
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

input.button.gform_button,
.button.blue,
#respond #submit,
#searchsubmit {
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #09509a 1px 1px 0;
}

.button.green {
	background-color: #57a957;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #3e783e 1px 1px 0;
}

.button.orange {
	background-color: #c98610;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#e49d1f), to(#c98610));
	background-image: -moz-linear-gradient(top, #e49d1f, #c98610);
	background-image: -ms-linear-gradient(top, #e49d1f, #c98610);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e49d1f), color-stop(100%, #c98610));
	background-image: -webkit-linear-gradient(top, #e49d1f, #c98610);
	background-image: -o-linear-gradient(top, #e49d1f, #c98610);
	background-image: linear-gradient(top, #e49d1f, #c98610);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e49d1f', endColorstr='#c98610', GradientType=0);
	border-color: #c98610 #c98610 #bf831c;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #bf831c 1px 1px 0;
}

.button.purple {
	background-color: #4f337d;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#664a96), to(#4f337d));
	background-image: -moz-linear-gradient(top, #664a96, #4f337d);
	background-image: -ms-linear-gradient(top, #664a96, #4f337d);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #664a96), color-stop(100%, #4f337d));
	background-image: -webkit-linear-gradient(top, #664a96, #4f337d);
	background-image: -o-linear-gradient(top, #664a96, #4f337d);
	background-image: linear-gradient(top, #664a96, #4f337d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#664a96', endColorstr='#4f337d', GradientType=0);
	border-color: #4f337d #4f337d #382458;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #3a2164 1px 1px 0;
}

.button.red {
	background-color: #c43c35;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
	border-color: #c43c35 #c43c35 #882a25;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #a8332d 1px 1px 0;	
}

.button.silver {
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #339bb9 #339bb9 #22697d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #fff 1px 1px 0;
	color: #333;
}

.button.teal {
	background-color: #339bb9;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
	border-color: #339bb9 #339bb9 #22697d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #2a819a 1px 1px 0;
}

input.button.gform_button:hover,
.button:hover,
#respond #submit:hover,
#searchsubmit:hover,
input.button.gform_button:focus,
.button:focus,
#respond #submit:focus,
#searchsubmit:focus {
	background-position: 0 -15px;
	text-decoration: none;
}

input.button.gform_button:active,
.button:active,
#respond #submit:active,
#searchsubmit:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#searchsubmit,
input.button.gform_button,
.button.submit {
	height: auto;
	font-size: 11px;
	padding: 7px 15px;
}

/* Booking Form */

#form-booking .hermes-label {
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
}

#form-booking .hermes-input {
	border: solid 1px #ccc;
	width: 60%;
	padding: 4px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#form-booking .hermes-input-small {
	min-width: 100px;
	width: 20%;
}

#booking-comments {
	height: 100px;
}

#hermes-form-success {
	color: #57a957;
	font-weight: bold;
}

#hermes-form-errors {
	color: #c43c35;
}

/********************************************************************************************* 

11. Slideshow

*********************************************************************************************/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.hermes-slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; }
.flexslider .hermes-slides > li { display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .hermes-slides img { display: block; width: 100%; }

/* Clearfix for the .slides element */
.hermes-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .hermes-slides {display: block;} 
html .hermes-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .hermes-slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .hermes-slides {zoom: 1;}

.carousel li {margin-right: 5px; }


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	background:url(images/hermes-arrows.png) no-repeat;
	cursor: pointer;
	position: absolute;
	top: 45%;
	width: 40px;
	height: 40px;
	text-indent:-9999px; 
	z-index: 60;
	zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.30; 
	-webkit-transition: all .3s ease;
}

.flexslider-normal .flex-direction-nav a {
	top: 40%;
}

.flexslider:hover .flex-next,
.flexslider:focus .flex-next {right: 5px; filter: alpha(opacity=60); opacity: 0.6; }
.flexslider:hover .flex-prev,
.flexslider:focus .flex-prev {left: 5px; filter: alpha(opacity=60); opacity: 0.6; }

#hermes-gallery a.flex-next { background-position:-40px 0; right:0;}
#hermes-gallery a.flex-prev { background-position: 0 0; left:0; }
#hermes-gallery a.flex-next:hover,
#hermes-gallery a.flex-next:focus {	filter: alpha(opacity=100); opacity: 1; }
#hermes-gallery a.flex-prev:hover,
#hermes-gallery a.flex-prev:focus { filter: alpha(opacity=100); opacity: 1; }

/********************************************************************************************* 

12. Media Queries 

*********************************************************************************************/   
 
/* Desktops and laptops */
@media only screen 
and (min-width: 1224px) {

	div.wrapper {
		width: 1100px;
	}

}

/* Wide Monitors */
@media only screen 
and (min-width: 1824px) {

	div.wrapper {
		width: 1200px;
	}

}

/* Tablet Landscape */
@media screen and (max-width: 1020px) {

	div.wrapper {
		padding: 0; 
		width: 100%;
	}
	
	#content div.hermes-gallery-wrapper,
	div.wrapper-footer-contacts {
		padding: 0;
		width: 100%;
	}

	/* Facebook Like Button */
	.widget div.fb-like.fb_iframe_widget {
		width: 100% !important;		
	}

	.widget .fb_iframe_widget { width: 100%!important }
	.widget .fb_iframe_widget span { width: 100%!important; }
	.widget .fb_iframe_widget span iframe { width: 100%!important; }
	
	.twitter-follow-button {max-width: 100%; }

}

/* Tablet Landscape */
@media screen and (max-width: 960px) {

	.hermes-gallery-slide {
		height: 350px;
	}
	
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {

	.hermes-gallery-slide {
		height: 300px;
	}
	
	.title-l {
		font-size: 20px;
		line-height: 30px;
	}	

	.title-s {
		font-size: 13px;
		line-height: 21px;
	}
	
	#content {
		font-size: 12px;
	}
	
	aside {
		width: 28.0811%;
	}
	#main {
		width: 71.9188%;
	}

	.featured-pages .post-excerpt,
	.hermes-post .post-excerpt {
		font-size: 12px;
		line-height: 18px;
	}
	
	.hermes-posts-recent .post-cover {
		display: none;
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 640px) {

	#main,
	aside {
		display: block;
		float: none;
		margin: 0;
		width: 100%;
	}
	
	#main {
		margin-bottom: 0;
	}
	
	#logo {
		margin: 0;
		text-align: center;
	}
	
	.aside-wrapper-special {
		margin: 0 3%;
	}

	/* Sidebar Main Menu */
	
	#menu-main {
		margin-top: 30px;
		text-align: center;
	}
	
	#menu-main-menu {
		display: none;
	}

	#selectnav1 {
		display: inline-block;]
	}
	
	/* Sidebar Widgets */
	
	aside .widget {
		display: inline;
		float: left;
		margin: 0 2% 20px;
		width: 46%;
	} 
	
	/* Sidebar Contact Info */	

	.hermes-contacts .hermes-contact {
		text-align: center;
	}
	
	.hermes-sprite-contacts {
		float: none;
		margin-top: 0;
		margin-right: 6px;
	}

	.hermes-contacts .value {
		font-size: 12px;
		margin-left: 5px;
	}

	.hermes-contacts span {
		display: inline-block;
		line-height: 22px;
	}
	
	/* Footer */
	
	footer div.wrapper {
		padding-right: 3%;
		padding-left: 3%;
		text-align: center;
		width: 94%;
	}
	
	footer .hermes-credit {
		display: none;
	}

}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 480px) {

	.welcome-message h1 {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 15px;
	}

	.hermes-rooms .hermes-room, 
	.hermes-attractions .hermes-attraction,
	.featured-pages .featured-page {
		display: block;
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
	}
	
	.hermes-rooms .title-center,
	.hermes-attractions .title-center,
	.featured-pages .title-center { 
		text-align: left;
	}

	.hermes-rooms .last, 
	.hermes-attractions .last,
	.featured-pages .last {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.hermes-rooms .post-cover {
		display: none;
	}
	
	.hermes-rooms .post-excerpt, 
	.hermes-attractions .post-excerpt,
	.featured-pages .post-excerpt {
		display: block;
		float: none;
		text-align: left;
		width: 100%;
	}

	.hermes-rooms .last, 
	.hermes-attractions .last, 
	.featured-pages .last {
		margin-bottom: 15px;
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 320px) {

	.hermes-gallery-slide {
		height: 180px;
	}

	.hermes-sprite-contacts {
		display: none;
	}
	
	aside .widget {
		display: none;
	}
	
	.aside-wrapper {
		padding-top: 0;
		padding-bottom: 0;
	}

	.aside-wrapper-menu {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.aside-wrapper-special {
		margin-bottom: 20px;
	}

	.hermes-rooms .post-cover, 
	.hermes-attractions .post-cover,
	.featured-pages .post-cover {
		display:none;
	}
	
	.hermes-rooms .post-excerpt, 
	.hermes-attractions .post-excerpt,
	.featured-pages .post-excerpt {
		display: block;
		float: none;
		width: 100%;
	}

	.hermes-column {
		display: block;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}

}/********* NEW ADDED *********/
body.page-template-events li.hermes-attraction{  position:relative;}
body.page-template-events .tribe-events-event-cost{  position: absolute;  top: 15px;  left: 0;  color: #fff;}
body.page-template-events .tribe-events-event-cost span{  background-color: #b7a793;  display: inline;  float: left;  font-size: 15px;  padding: 5px;  text-transform: uppercase;}
.hermes-contacts .value{
     width: 178px;
     overflow: hidden;
}

@media screen and (max-width: 640px){
   .hermes-contacts .value {
           width: initial!important;
		   display: initial;
   }
}
 
footer div.wrapper {
    display: inline-block;
}

footer div.wrapper p.copy{
    float: left;
}

footer div.wrapper p.impres{
    float: right;
    font-size: 13px;
    text-decoration: underline;
}


footer div.wrapper p.impres a{
    color:#8a241f;
}

footer div.wrapper p.impres a:hover,
footer div.wrapper p.impres a:active,
footer div.wrapper p.impres a:focus,{
    color:#65594a;
}


