﻿/*********************************************************************************************

Theme Name: Belafonte
Theme URI: http://www.hermesthemes.com/themes/belafonte/
Version: 1.0.3
Author: HermesThemes.com
Author URI: http://www.hermesthemes.com/
Description: Belafonte is an exclusive WordPress Theme for Hotels, Rental Villas, B&Bs, Inns, etc.
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 { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
tr, th, td { padding: 0; }
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

*********************************************************************************************/

html,body { height: 100%; }

::-moz-selection{background:#00aeef; color:#fff; }
::selection{ background:#00aeef; color:#fff; }

a { color: #60b895; text-decoration:none; }
a:hover, a:focus { color: #252525; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s; }
a:hover, a:active { outline: none; }

body {
	background-color: #fff;
	color: #555;
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 62.5%;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6, .title-margin {
	color: #252525;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .title a, .title-widget a {
	color: #252525;
}

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: #60b895;
}

#container {
	font-size: 12px;
	line-height: 1.4em;
	padding: 0;
	text-align: center;
	width: 100%;
}

div.wrapper {
	margin: 0 auto;
}

div.wrapper-main {
	text-align: center;
}

div.wrapper-center {
	text-align: center;
}

.wrapper-post {
	text-align: left;
}

div.cleaner,
div.divider {
	margin:0;
	clear: both; 
	font-size:1px; 
	height: 1px;  
	line-height: 1px; 
}

div.divider {
	border-top: solid 1px #e7e7e7;
	margin: 20px 0;
}

div.divider-noborder {
	border-top-width: 0;
	margin: 10px 0;
}

div.divider-notop {
	margin-top: 0;
}

.title-xl {
	font-size: 24px;
	line-height: 32px;
}

.title-l {
	font-size: 18px;
	line-height: 26px;
}

.title-m {
	font-size: 15px;
	line-height: 23px;
}

.title-s {
	font-size: 13px;
	line-height: 20px;
}

.title-xs {
	font-size: 12px;
	line-height: 18px;
}

.title-center {
	text-align: center;
}

.type-custom {
	font-family: 'Droid Serif', Georgia, serif;
}

.title-margin {
	margin-bottom: 20px;
}

.title-upper {
	text-transform: uppercase;
}

.title-page {
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.title-post {
	margin-bottom: 12px;
}

.title-section {
	margin-bottom: 20px;
}

.title-widget {
	font-size: 14px;
	font-weight: normal;
}

/********************************************************************************************* 

2. Page Structure: Header

*********************************************************************************************/

header {
	background-color: #fff;
	font-size: 12px;
	line-height: 1.75em;
	padding: 0;
	text-align: center;
	position: absolute;
	/* height: 100%; */
	min-height: 100%;
	width: 22%;
	top: 0;
	right: 0;
}

header .wrapper-header {
	padding: 50px 40px;
}

header .divider {
	margin-right: 20px;
	margin-left: 20px;
}

#logo {
	margin-bottom: 50px;
}

#logo img {
	height: auto;
	max-width: 100%;
}

header p {
	margin-bottom: 1em;
}

header .widget {
	margin-top: 30px;
}

/********************************************************************************************* 

3. Navigation

*********************************************************************************************/

#selectnav1 {
	display: none;
}

#menu-main {
	font-family: 'Droid Serif', Georgia, serif;
	margin: 0;
	position: relative;
}

#menu-main a {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#menu-main a,
#menu-main .current-menu-item li a {
	color: #353535;
}

#menu-main .current-menu-ancestor > a,
#menu-main .current-menu-item a,
#menu-main a:hover,
#menu-main a:focus {
	color: #60b895;
}

#menu-main li {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	position: relative;
	text-transform: uppercase;
}

#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.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	right: 100%;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 0;
	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 #d8d1c8;
	left:	-150px;
	top:	-11px;
	width: 180px;
}

/* Special styling for current page */

.sf-menu .current-menu-item ul,
.sf-menu .current-menu-ancestor ul {
	border: 0;
	display: block !important;
	position: relative;
	margin: 15px 0 5px 0;
	left: auto;
	top: auto;
	right: auto;
	width: auto;
	z-index: auto;
	opacity: 1 !important;
}

.current-menu-item .sf-sub-indicator,
.current-menu-ancestor .sf-sub-indicator {
	display: none;
}

.current-menu-item .sub-menu li,
.current-menu-ancestor .sub-menu li {
	background: none !important;
	border-bottom: 0 !important;
	padding: 6px 0 !important;
}

/* */

#menu-main .sub-menu li {
	background-color: #e7e2db;
	border-bottom: solid 1px #f8f6f3;
	font-size: 12px;
	margin-bottom: 0;
	padding: 8px 10px;
	text-align: left;
}

#menu-main .current-menu-ancestor .sub-menu li,
#menu-main .current-menu-item .sub-menu li {
	text-align: center;
}

#menu-main .sub-menu li:last-child {
	border-bottom-width: 0;
}

#menu-main .sub-menu a:hover,
#menu-main .sub-menu a:focus {
	color: #fff;
}

#menu-main .sub-menu li:hover,
#menu-main .sub-menu li:focus {
	background-color: #60b895;
}

#menu-main .sf-menu .current-menu-ancestor a:hover,
#menu-main .sf-menu .current-menu-ancestor a:focus,
#menu-main .sf-menu .current-menu-item a:hover,
#menu-main .sf-menu .current-menu-item a:focus {
	color: #60b895;
}

#menu-main .social-icons {
	margin: 20px 0 0;
}

#menu-main .social-icons a {
	display: inline-block;
	margin: 0 3px;
	width: auto;
}

/********************************************************************************************* 

4. Page Structure: Main Content

*********************************************************************************************/

#content {
	background-color: #f8f6f3;
	font-size: 12px;
	line-height: 1.6em;
	position: absolute;
	min-height: 100%;
	/* height: 100%; */
	width: 28%;
	left: 50%;
	right: 0;
}

#content.layout-full {
	left: 2%;
	width: 76%;
}

#content.layout-half {
	left: 25%;
	width: 53%;
}

#content .wrapper-main {
	padding: 50px 40px;
	text-align: left;
}

/********************************************************************************************* 

5. Content Blocks

*********************************************************************************************/

/* Hermes Testimonials */

.hermes-testimonials {
	margin-top: 20px;
}

.hermes-testimonials .hermes-testimonial {
	background: transparent url(images/back-quote.png) no-repeat top center;
	margin-bottom: 50px;
	padding-top: 45px;
}

.hermes-testimonials .hermes-testimonial:last-child {
	margin-bottom: 0;
}

.hermes-testimonial .hermes-testimonial-quote {
	font-size: 1em;
	line-height: 2em;
	position: relative;
}

.hermes-testimonial-quote p {
	margin: 0;
}

.hermes-testimonial .title-testimonial {
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

figcaption.hermes-author {
	font-size: 11px;
	margin: 20px 0 0 0;
	text-align: center;
}

/* Rates Table */

.hermes-table {
	border-spacing: 0;
	margin: 20px 0;
	width: 100%;
}

.hermes-table a {
	color: #252525;
}

.hermes-table a:hover,
.hermes-table a:focus {
	color: #60b895;
}

.hermes-rates th a {
	color: #2E3834;
	text-decoration: none;
}

.hermes-rates th a:hover,
.hermes-rates th a:focus {
	color: #fff;
	text-decoration: underline;
}

.hermes-rates .caption a {
	text-decoration: underline;
}

.hermes-table th,
.hermes-table td {
	padding: 0;
	text-align: center;
}

.hermes-rates th {
	background-color: #60b895;
	border-bottom: solid 1px #fff;
	color: #fff;
	font-weight: normal;
	padding: 15px 10px;
}

.hermes-table td {
	padding: 10px 0;
}

.hermes-rates thead .caption {
	color: #fff;
}

.hermes-rates tbody .caption {
	border-bottom: solid 1px #fff;
	padding-right: 10px;
	padding-left: 10px; 
}

.hermes-table .value {
	color: #555;
	font-size: 13px;
}

.hermes-table tr {
	background-color: #e7e2db;
	line-height: 22px;
	padding: 0;
}

.hermes-rates .value,
.hermes-room-specs td {
	border-bottom: solid 1px #fff;
}

.hermes-room-specs td {
	text-align: left;
}

.hermes-room-specs .caption {
	padding-left: 10px;
	width: 50%;
}

.hermes-table .even {
	background-color: #efece7;
}

/* Room Template */

.room-section {
	margin-bottom: 20px;
}

/* Gallery Template */

.hermes-gallery-list {
	margin-top: 20px;
}

.hermes-gallery-item {
	display: inline;
	float: left;
	margin: 0 2% 20px 0;
	width: 32%;
}

.layout-half .hermes-gallery-item,
.layout-full .hermes-gallery-item {
	margin: 0 3% 20px 0;
	width: 22%;
}

.layout-normal .gallery-item-i1,
.layout-half .gallery-item-m1,
.layout-full .gallery-item-m1 {
	clear: left;
}

.layout-normal .gallery-item-i3,
.layout-half .gallery-item-m4 {
	margin-right: 0;
}

.hermes-gallery-item .post-cover {
	margin: 0 0 12px;
}

.hermes-gallery-item .post-excerpt {
	font-size: 12px;
	line-height: 1.60em;
	text-align: center;
}

.hermes-gallery-item .attachment-thumb-loop-gallery {
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* Post Loops */

.hermes-posts-archive .post-cover .thumbnail {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.hermes-posts-archive .hermes-post {
	border-bottom: solid 1px #e7e2db;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.hermes-posts-archive .post-cover {
	display: inline;
	float: left;
	margin-right: 3%;
	width: 15%;
}

.hermes-posts-archive .post-content {
	overflow: hidden;
}

.hermes-posts-archive .post-meta {
	color: #999;
	font-size: 11px;
	margin: 8px 0;
}

.hermes-posts-archive .post-excerpt {
	font-size: 12px;
	line-height: 1.75em;
	margin-bottom: 0;
}

/* Overwriting Thickbox Styles */

#TB_next,
#TB_prev {
	display: block;
	position: absolute;
	top: 2%;
	right: 0;
	height: 92%;
	width: 80px;
}

#TB_prev {
	left: 0;
	right: auto;
}

#TB_next a,
#TB_prev a {
	background-color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 13px 12px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 47%;
	right: 0;
}

#TB_window img#TB_Image {
	border-width: 0 !important;
}

/********************************************************************************************* 

6. Single: Post/Page Styling

*********************************************************************************************/

.post-intro {
	margin-bottom: 20px;
}

.post-meta {
	color: #999;
	font-size: 11px;
}

.post-intro .post-meta {
	margin-bottom: 0;
}

.post-single {
	font-size: 13px;  
	line-height: 23px; 
	max-width: 100%;
}

.post-single h2, 
.post-single h3, 
.post-single h4, 
.post-single h5, 
.post-single h6 {
	font-weight: bold;
	line-height: 1.5em; 
	margin: 12px 0 12px;
}

.post-single h1 {
	font-size: 22px;
	line-height: 30px;
}

.post-single h2 {
	font-size: 18px;
	line-height: 26px;
}

.post-single h3 {
	font-size: 15px;
	line-height: 24px;
}

.post-single h4 {
	font-size: 13px;
	line-height: 24px;
}

.post-single h5 {
	font-size: 12px;
	line-height: 22px;
}

.post-single h6 {
	font-size: 12px;
	line-height: 22px;
}

.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%;
}

.post-single ul, 
.post-single ol {
	margin: 0 0 2em 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 {
    border-left: solid 4px #60b895;
	font-size: 1em;
	line-height: 1.75em;
    padding: 0 0 0 15px;
    margin: 15px 0;
}
.post-single a {
	text-decoration: none; 
}
.post-single a:hover,
.post-single a:focus {
	text-decoration: underline; 
	cursor: pointer; 
}

.hermes-post-share {
	margin: 0 0 5px;
	padding-bottom: 15px;
}

.hermes-share-button {
	display: inline;
	float: left;
	margin-right: 10px;
}

.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;
}

/* 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;
}

/********************************************************************************************* 

8. Page Structure: Footer

*********************************************************************************************/

footer {
	line-height: 1.5em;
	padding: 0 0 30px;
}

/* Designed by HermesThemes */

header .hermes-credit,
header .hermes-credit a,
header .copy {
	color: #555;
	font-size: 11px;
}

header .hermes-credit a:hover,
header .hermes-credit a:focus {
	text-decoration: underline;
}

/********************************************************************************************* 

9. Misc

*********************************************************************************************/

/* Pagination */
div.navigation { font-size: 11px; margin: 20px 0 25px; text-align: center; }
div.navigation p { margin: 0;}
div.navigation a { background-color: #fff; border: solid 1px #e7e2db; color: #60b895; line-height: 24px; padding: 7px 10px; }
div.navigation .current { background-color: #60b895; border: solid 1px #60b895; color: #fff; font-weight:bold; line-height: 24px; padding: 7px 10px; }
div.navigation a:hover,
div.navigation a:focus {
	background: none;
	background-color: #60b895;
	border: solid 1px #60b895;
	color: #fff;
}

/* WordPress Search Widget */

.post-single #searchform {
	margin-bottom: 20px;
}

#searchform label {
	display: none;
}

#s {
	background-color: #f3f3f3;
	border: solid 1px #ddd;
	display: inline-block;
	font-size: 13px;
	margin: 0 0 8px 0;
	padding: 6px 5px;
	width: 80%;
}

#searchsubmit {
	border: none;
	display: inline-block;
}

/* 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; }

/* Social Media Profiles */

.hermes-social-24 .icon-facebook { background-position: 0 -32px; }
.hermes-social-24 .icon-twitter { background-position: -256px -32px; }
.hermes-social-24 .icon-foursquare { background-position: -96px -32px; }
.hermes-social-24 .icon-linkedin { background-position: -128px -32px; }
.hermes-social-24 .icon-rss { background-position: -160px -32px; }
.hermes-social-24 .icon-feedburner { background-position: -32px -32px; }
.hermes-social-24 .icon-tripadvisor { background-position: -224px -32px; }
.hermes-social-24 .icon-yelp { background-position: -288px -32px; }
.hermes-social-24 .icon-youtube { background-position: -320px -32px; }
.hermes-social-24 .icon-skype { background-position: -192px -32px; }
.hermes-social-24 .icon-googleplus { background-position: -352px -32px; }
.hermes-social-24 .icon-pinterest { background-position: -384px -32px; }

.hermes-icon-social {
	background: transparent url(images/sprite-social-icons.png) no-repeat top left;	
	display: inline-block;
	margin: 0 1px 2px 1px;
}

.hermes-connect .hermes-social {
	margin-bottom: 8px;
}

.widget .icon-facebook { background-position: 0 0; }
.widget .icon-twitter { background-position: -256px 0; }
.widget .icon-foursquare { background-position: -96px 0; }
.widget .icon-linkedin { background-position: -128px 0; }
.widget .icon-rss { background-position: -160px 0; }
.widget .icon-feedburner { background-position: -32px 0; }
.widget .icon-tripadvisor { background-position: -224px 0; }
.widget .icon-yelp { background-position: -288px 0; }
.widget .icon-youtube { background-position: -320px 0; }
.widget .icon-skype { background-position: -192px 0; }
.widget .icon-googleplus { background-position: -352px 0; }
.widget .icon-pinterest { background-position: -384px 0; }

/* TripAdvisor Widget */

.hermes-ta-widget {
	text-align: center;
}

.hermes-ta-box .hermes-ta-icon {
	display: block;
	margin-bottom: 12px;
}

.hermes-ta-box .hermes-ta-title {
	display: block;
	font-size: 12px;
}

.hermes-ta-line .hermes-ta-icon {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 4px;
}

.hermes-ta-line .hermes-ta-title {
	display: inline-block;
	font-size: 11px;
	line-height: 16px;
}

/* Twitter Widget */

.hermes-twitter-list .hermes-twitter-item {
	border-bottom: solid 1px #ececec;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.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;
}

/* 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 {
	
}

#wpstats { display: none; }

/* Facebook Like Button */
.widget .fb_iframe_widget span iframe { border: solid 1px #aaa !important; }

/********************************************************************************************* 

10. Buttons, Forms

*********************************************************************************************/

.button {
	display: inline;
}

input.button.gform_button,
.button,
#respond #submit,
#searchsubmit {
	font-weight: bold;
	text-align: center;
	padding: 10px 15px;
	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,
#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;
}

#respond #submit,
.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 10px;
}

/* Booking Form */

#form-booking .hermes-label {
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
}

#form-booking .hermes-input {
	border: solid 1px #ccc;
	width: 80%;
	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

*********************************************************************************************/

/*	----------------------------------------------------------------
	MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
	----------------------------------------------------------------
	
	Demo at: http://www.aaronvanderzwan.com/maxcycle/
	Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
	Copyright (c) 2007-2011 Aaron Vanderzwan
	Dual licensed under the MIT and GPL licenses.
	
*/
/*! Version: 2.0.73 (12-Oct-2012) */


.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}

div.mc-image {
	/*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
	-webkit-transition: opacity 1s ease-in-out; 
	-moz-transition: opacity 1s ease-in-out; 
	-o-transition: opacity 1s ease-in-out; 
	transition: opacity 1s ease-in-out;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
	height:100%;
	width:100%;
}

.mc-old-browser .mc-image {
	overflow:hidden;
}

#hermes-gallery {
	display: none; /* Only use this if you fade it in again after the images load */
}

.hermes-gallery-wrapper,
#hermes-gallery {
	background-color: #fff;
	position: fixed;
	height: 100%;
	width: 50%;
	left: 0;
	right: 0;
	z-index: 1;
}

.hermes-gallery-full,
.hermes-gallery-full #hermes-gallery {
	width: 78%;
}

.hermes-gallery-small,
.hermes-gallery-small #hermes-gallery {
	width: 25%;
}

/* I wanted to center my loader */
#cycle-loader {
	height:32px;
	left:50%;
	margin:-8px 0 0 -8px;
	position:absolute;
	top:50%;
	width:32px;
	z-index:5;
}

#hermes-arrow-left,
#hermes-arrow-right {
	display: block;
	padding: 0;
	z-index: 10;
	height: 115px;
	width: 63px;
	position: absolute;
	top: 43%;
	left: 20px;
}

#hermes-arrow-right {
	left: auto;
	right: 20px;
}

.hermes-slider-arrow {
	background: transparent url(images/sprite-arrows-115.png) no-repeat top left;
	display: inline-block;
	height: 115px;
	width: 63px;
	padding: 0;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s;
}

.hermes-arrow-left {
	background-position: 0 -115px;
	right:110px;
}

.hermes-arrow-left:hover,
.hermes-arrow-left:active,
.hermes-arrow-left:focus,
.hermes-arrow-right:hover,
.hermes-arrow-right:active,
.hermes-arrow-right:focus {
	filter: alpha(opacity=100);
	opacity: 1;
}

/********************************************************************************************* 

12. Media Queries 

*********************************************************************************************/   


/* Tablet Landscape */
@media screen and (max-width: 1020px) {

	header .wrapper-header,
	#content .wrapper-main {
		padding: 40px 30px;
	}

	#hermes-arrow-left, #hermes-arrow-right {
		height: 56px;
		width: 29px;
	}

	.hermes-slider-arrow {
		background: transparent url(images/sprite-arrows-60.png) no-repeat top left;
		height: 56px;
		width: 29px;
	}

	.hermes-arrow-left {
		background-position: 0 -56px;
	}

}

/* Tablet Landscape */
@media screen and (max-width: 960px) {

	#menu-main li {
		font-size: 12px;
	}
	
	#menu-main .sub-menu li {
		font-size: 11px;
	}
	
	.post-single {
		font-size: 12px;
		line-height: 22px;
	}

	.hermes-gallery-normal, .hermes-gallery-normal #hermes-gallery {
		width: 40%;
	}
	
	#container .layout-normal {
		left: 40%;
		width: 35%;
	}
	
	header {
		width: 25%;
	}

	.hermes-gallery-full, .hermes-gallery-full #hermes-gallery {
		width: 75%;
	}
	
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {

	header {
		font-size: 11px;
		width: 30%;
	}
	
	header img,
	.post-single img,
	header iframe,
	.post-single iframe {
		height: auto;
		max-width: 100%;
	}

	.hermes-gallery-full, 
	.hermes-gallery-full #hermes-gallery {
		width: 70%;
	}

	.hermes-gallery-normal, 
	.hermes-gallery-normal #hermes-gallery {
		width: 30%;
	}
	
	.hermes-gallery-small, 
	.hermes-gallery-small #hermes-gallery {
		display: none;
	}

	#container .layout-normal {
		left: 30%;
		width: 40%;
	}
	
	#content.layout-half,
	#content.layout-full {
		left: 2%;
		width: 68%;
	}

	header .wrapper-header, #content .wrapper-main {
		padding: 30px 20px;
	}

	#logo {
		margin-bottom: 30px;
	}
	
	#menu-main-menu {
		display: none;
	}

	#selectnav1 {
		border: solid 2px #60b895;
		color: #444;
		display: inline-block;
		font-size: 13px;
		padding: 5px 3px;
		width: 99%;
		max-width: 99%;
	}
	
	.post-single {
		font-size: 11px;
		line-height: 21px;
	}
	
	.hermes-posts-archive .post-excerpt {
		font-size: 11px;
	}

	.hermes-table,
	.hermes-table .value {
		font-size: 11px;
	}

	.hermes-gallery-item .post-excerpt {
		font-size: 11px;
		line-height: 1.60em;
	}

	.hermes-testimonials .hermes-testimonial {
		margin-bottom: 30px;
	}
	
	.hermes-testimonial .hermes-testimonial-quote {
		font-size: 11px;
		line-height: 1.75em;
	}

	.hermes-post-share,
	.hermes-credit {
		display: none;
	}

}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 640px) {

	.hermes-gallery-wrapper,
	#hermes-gallery {
		display: none;
	}
	
	.hermes-gallery-full,
	.hermes-gallery-full #hermes-gallery {
		display: block;
		width: 68%;
	}
	
	header {
		width: 32%;
	}
	
	#container .layout-normal,
	#content.layout-half,
	#content.layout-full {
		left: 0;
		width: 68%;
	}

}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 480px) {

	.hermes-gallery-wrapper,
	#hermes-gallery {
		display: none;
	}
	
	.hermes-gallery-full,
	.hermes-gallery-full #hermes-gallery {
		display: block;
		width: 100%;
		z-index: 1;
	}
	
	#hermes-arrow-left, 
	#hermes-arrow-right {
		top: 40%;
	}
	
	header {
		top: 0;
		left: 0;
		height: auto;
		position: relative;
		width: 100%;
		z-index: 5;
	}
	
	#container .layout-normal,
	#content.layout-half,
	#content.layout-full {
		left: auto;
		top: auto;
		position: relative;
		height: auto;
		width: 100%;
	}
	
	#hermes-comments,
	div.divider-noborder,
	header .divider,
	.hermes-copy {
		display: none;
	}
	
	#logo {
		margin-bottom: 20px;
	}
	
	#hermes-contacts {
		margin-top: 20px;
	}
	
	header .wrapper-header {
		padding: 20px;
	}

}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 320px) {

}