/*********************************************************************************************

Theme Name: Bordeaux
Theme URI: http://www.hermesthemes.com/themes/bordeaux/
Version: 1.1
Author: HermesThemes.com
Author URI: http://www.hermesthemes.com/
Description: Bordeaux is an exclusive WordPress Theme for Hotels and other hospitality 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 layout 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. WooCommerce Adjustments  -----------
13. 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

*********************************************************************************************/

::-moz-selection{background:#00aeef; color:#fff; }
::selection{ background:#00aeef; color:#fff; }

a { color: #cf5430; 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: #fff;
	color: #555;
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 62.5%;
	line-height: 1.3em;
	text-align: center;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #222;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .title a, .title-widget a {
	color: #151515;
}

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: #0072bc;
}

#container {
	font-size: 12px;
	line-height: 1.4em;
	padding: 0;
	text-align: center;
	width: 100%;
}

div.wrapper {
	margin: 0 auto;
	padding: 0 40px; 
	text-align: left; 
	width: 1100px;
}

div.wrapper-center {
	text-align: center;
}

li.cleaner,
div.cleaner,
div.divider {
	margin:0;
	clear: both; 
	font-size:1px; 
	height: 1px;  
	line-height: 1px; 
}

div.divider {
	border-top: solid 1px #eee;
	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;
}

div.divider-noborder {
	border-width: 0;
}

.title-xl {
	font-size: 34px;
	line-height: 46px;
}

.title-l {
	font-size: 24px;
	line-height: 34px;
}

.title-m,
.error404 .post-single .title-ms {
	font-size: 18px;
	line-height: 25px;
}

.title-ms {
	font-size: 16px;
	line-height: 23px;
}

.title-s {
	font-size: 14px;
	line-height: 24px;
}

.title-xs {
	font-size: 12px;
	line-height: 22px;
}

.title-widget {
	color: #131313;
	font-family: 'Oswald', 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.title-center {
	text-align: center;
}

.title-normal {
	font-weight: normal;
}

.title-caps {
	text-transform: uppercase;
}

.title-spacing {
	letter-spacing: 4px;
}

.title-margin {
	margin-bottom: 20px;
}

.title-special {
	background: transparent url(images/dotted-75.png) repeat top left;
	color: #fff;
	line-height: 1.25em;
	margin-bottom: 20px;
	overflow: hidden;
}

.title-special .title-span {
	background-color: #918877;
	display: inline-block;
	padding-right: 20px;
}

.title-center .title-span {
	padding-left: 20px;
}

/********************************************************************************************* 

2. Page Structure: Header

*********************************************************************************************/

header {
	background-color: #fff;
	padding: 0 0 25px;
}

header a { color: #3f8798; }
header a:hover, header a:focus { color: #cf5430; }

.wrapper-header {
	padding-top: 25px;
}

#logo {
	display: inline;
	float: left;
	text-align: center;
}

/* TA & WPML Widgets */
#lang_sel_list,
header #CDSWIDTCH {
	margin: 0 auto !important;
}

#logo .logo-main {
	display: inline-block;
	font-family: 'Roboto', Georgia, serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25em;
	text-transform: uppercase;
}

#logo .logo-tagline {
	color: #aaa;
	display: block;
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.75em;
	margin: 5px 0 0;
	text-transform: uppercase;
}

#logo a {
	color: #141414;
}

#logo a:hover,
#logo a:focus {
	color: #e1ad4f;
}

#logo .logo-img {
	height: auto;
	max-width: 100%;
}

.header-centered #logo,
.header-centered #menu-main {
	display: block;
	float: none;
	text-align: center;
}

.header-centered #menu-main-menu {
	text-align: center;
}

.header-centered .sf-menu > li {
	display: inline-block;
	float: none;
	margin-right: 3px;
	margin-left: 3px;
}

/********************************************************************************************* 

3. Navigation

*********************************************************************************************/

.btn_menu {
	display: none;
}

#menu-main-menu {
	margin: 0;
	text-align: right;
}

#menu-main .separator {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 50px;
}

#menu-main .hermes-notice {
	color: #aaa;
	margin: 0;
	padding: 0;
	text-transform: none;
}

#menu-main .hermes-notice a {
	display: inline;
	float: none;
	padding: 0;
}

#menu-main .hermes-notice a:hover,
#menu-main .hermes-notice a:focus {
	text-decoration: underline;
}

#menu-main {
	display: inline;
	float: right;
	font-family: 'Oswald', 'Roboto', Arial, Tahoma, sans-serif;
	margin-top: 30px;
}

#menu-main .cleaner {
	background-color: #fff;
	clear: left;
	display: block;
	float: none;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.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%;
}

/*** DEMO SKIN ***/
.sf-menu ul {
	box-shadow: 1px 1px 3px rgba(0,0,0,.15);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	color: #151515;
	display: inline-block;
	padding: 8px 8px;
	position: relative;
	zoom: 1; /* IE7 */
}

.sf-menu .current-menu-item > a,
.sf-menu .current-menu-ancestor > a,
.sf-menu .sfHover > a,
.sf-menu a:hover, 
.sf-menu a:active,
.sf-menu a:focus {
	color: #279a5f;
} 

.sf-menu li {
	font-size: 15px;
	line-height: 1.5em;
	margin-left: 6px;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #e9e9e9;
	border-bottom: solid 1px #d9d9d9;
	font-family: 'Roboto';
	font-size: 14px;
	margin-left: 0;
	text-align: left;
	text-transform: none;
}
.sf-menu ul ul li {
	background: #e9e9e9;
}
.sf-menu li:hover,
.sf-menu li:focus,
.sf-menu li.sfHover {
	background: #e9e9e9;
	border-bottom-color: #ddd;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 1.75em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.6em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #333; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(0,0,0,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: black; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #333; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(0,0,0,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: black;
}

/********************************************************************************************* 

4. Page Structure: Main Content

*********************************************************************************************/

#content {
	font-size: 13px;
	line-height: 1.75em;
}

div.wrapper-main {
	background-color: #fff;
	font-size: 15px;
	line-height: 1.75em;
	margin: 70px 0;
}

div.wrapper-main-single {
	border-top-width: 0;
	margin-top: 0;
}

div.wrapper-special {
	background-color: #f1f1f1;
	color: #232323;
	padding: 40px 0 20px;
}

#content div.wrapper-special {
	padding-bottom: 40px;
}

div.wrapper-intro {
	color: #555;
	font-family: 'Merriweather', 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 1.75em;
}

div.wrapper-special .title-widget {
	color: #232323;
	font-family: 'Oswald', 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.5em;
	margin: 0 0 25px;
}

div.wrapper-intro .action-excerpt {
	margin-bottom: 0;
}

div.wrapper-special .action-excerpt a {
	color: #fff;
	text-decoration: underline;
}

div.wrapper-special .action-excerpt a:hover,
div.wrapper-special .action-excerpt a:focus {
	color: #918877;
}

div.wrapper-blue {
	background-color: #0072bc;
	color: #fff;
}

div.wrapper-dark {
	background-color: #151515;
	color: #ddd;
}

div.wrapper-green {
	background-color: #6BC168;
	color: #fff;
}

div.wrapper-red {
	background-color: #CC333F;
	color: #fff;
}

div.wrapper-pink {
	background-color: #D24F79;
	color: #fff;
}

div.wrapper-blue .title-widget,
div.wrapper-dark .title-widget,
div.wrapper-green .title-widget,
div.wrapper-red .title-widget,
div.wrapper-pink .title-widget {
	color: #fff;
}

div.wrapper-center .wrapper {
	text-align: center;
}

footer .widget_text {
	margin: 0 100px;
}

#main {
	display: inline;
	float: left;
	margin-right: 3.636363%;
	width: 65.454545%;
}

#main-sidebar {
	display: inline;
	float: left;
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	width: 30.909090%;
}

.wrapper-reversed #main {
	float: right;
	margin-right: 0;
	margin-left: 3.6363%;
}

.full-width #main {
	display: block;
	float: none;
	margin-right: 0;
	width: 100%;
}

#content .wrapper-special .widget {
	margin-bottom: 0;
}

#main-sidebar .widget {
	margin-bottom: 40px;
}

/********************************************************************************************* 

5. Content Blocks

*********************************************************************************************/

.hermes-column-double {
	display: inline;
	float: left;
	margin-right: 5.4545%;
	width: 47.2727%;
}

.hermes-column-last {
	margin-right: 0;
}

.hermes-column-double .widget {
	margin-bottom: 30px;
}

/* Homepage Featured Pages */

.featured-pages .featured-page,
.featured-pages-3 .featured-page {
	display: inline;
	float: left;
	margin-right: 3.6363%;
	width: 30.9090%;
}

.featured-pages-4 .featured-page {
	margin-right: 3.6363%;
	width: 22.2727%;
}

.featured-pages-3 .featured-page-3,
.featured-pages-4 .featured-page-4 {
	margin-right: 0;
}

.featured-pages .thumbnail {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.featured-pages .title-post {
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.featured-pages .post-cover {
	margin-bottom: 20px;
}

.featured-pages .post-content {
	font-size: 15px;
	line-height: 1.75em;
	text-align: left;
}

.featured-pages .post-excerpt {
	margin-bottom: 0;
}

/* Read More Buttons */

.read-more-span {
	display: block;
	font-size: 13px;
	margin: 20px 0 0;
	text-transform: uppercase;
}

.read-more-anchor {
	background-color: #e1ad4f;
	color: #232323;
	display: inline-block;
	padding: 7px 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.read-more-anchor:hover,
.read-more-anchor:focus {
	background-color: #232323;
	color: #e1ad4f;
}

.read-more-alt .read-more-anchor {
	background-color: #232323;
	color: #fff;
}

.read-more-alt .read-more-anchor:hover,
.read-more-alt .read-more-anchor:focus {
	background-color: #444;
	color: #fff;
}

.read-more-inline {
	display: inline-block;
}

/* Homepage Promoted Page */

.hermes-promoted-page .hermes-column {
	display: inline;
	float: left;
	margin-right: 5.4545%;
	width: 47.2727%;
}

.hermes-promoted-page .thumbnail,
.hermes-promoted-page .attachment-thumb-featured-page {
	height: auto;
	width: 100%;
}

.promoted-page-inverted .hermes-column-1 {
	float: right;
	margin-right: 0;
	margin-left: 5.4545%;
}

.hermes-promoted-page .hermes-column-2 {
	margin-right: 0;
}

.hermes-promoted-page .column-wrapper {
	text-align: center;
}

.promoted-page-nophoto .hermes-column {
	display: block;
	float: none;
	margin-right: 0;
	width: 100%;
}

.hermes-promoted-page .post-excerpt {
	font-family: 'Merriweather', 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 1.75em;
}

.hermes-promoted-page .post-title {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

.hermes-promoted-page .post-title .post-title-intro {
	color: #82ca9c;
	display: block;
	font-family: 'Playfair Display', Arial, Tahoma, serif;
	font-size: 60px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.30em;
	margin-bottom: 10px;
}

.hermes-promoted-page .post-title .post-title-main {
	display: block;
	font-family: 'Oswald', 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 60px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.3em;
	text-transform: uppercase;
}

/* Post Loops */

.hermes-posts-archive .post-cover .thumbnail,
.hermes-posts-widget .post-cover .thumbnail {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.hermes-posts-archive .hermes-post,
.hermes-posts-widget .hermes-post {
	border-bottom: solid 1px #e5e5e5;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.hermes-attractions .hermes-post:last-child,
.hermes-posts-widget .hermes-post:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.hermes-posts-archive .post-cover {
	display: inline;
	float: left;
	margin-right: 5.5555%;
	width: 33.3333%;
}

.hermes-posts-archive .post-content,
.hermes-posts-widget .post-content {
	overflow: hidden;
}

.hermes-posts-archive .post-meta,
.hermes-posts-archive .room-meta,
.hermes-testimonials .hermes-author,
.hermes-page-intro .post-meta,
.hermes-posts-widget .post-meta {
	color: #999;
	font-size: 14px;
	margin: 5px 0 12px;
}

.hermes-posts-archive .post-excerpt,
.hermes-posts-widget .post-excerpt {
	font-size: 16px;
	line-height: 1.75em;
	margin-bottom: 0;
}

.hermes-posts-archive .title-post {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4em;
	margin-bottom: 14px;
}

.hermes-posts-grid .hermes-post {
	display: inline;
	float: left;
	margin-right: 5.5555%;
	margin-bottom: 40px;
	width: 47.2222%;
}

.hermes-posts-grid .hermes-post-1 {
	clear: both;
}

.hermes-posts-grid .hermes-post-2 {
	margin-right: 0;
}

.hermes-posts-grid .post-cover {
	display: block;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%;
}

.hermes-posts-grid .post-content {
	padding: 0 5px;
}

.hermes-posts-grid .post-meta {
	margin: 0 0 15px;
}

.hermes-posts-grid .title-post {
	font-size: 20px;
	margin-bottom: 15px;
}

/* Recent Posts Widget */

.hermes-posts-widget .post-cover {
	display: inline;
	float: left;
	margin-right: 3.6363%;
	width: 21.8181%;
}

.hermes-column-double .hermes-posts-widget .post-cover {
	margin-right: 7.6923%;
	width: 23.0769%;
}

.hermes-posts-widget .title-post {
	font-size: 20px;
	line-height: 1.4em;
}

.hermes-column-double .hermes-posts-widget .title-post {
	font-size: 18px;
	line-height: 1.75em;
}

.hermes-column-double .hermes-posts-widget .post-excerpt {
	font-size: 14px;
}

.hermes-posts-widget .post-meta {
	margin-bottom: 12px;
}

.hermes-column-double .hermes-posts-widget .post-meta {
	margin-bottom: 10px;
}

/* Testimonials Loop */

.hermes-testimonials .hermes-author {
	margin: 0 0 15px;
}

.hermes-testimonials .hermes-post {
	padding-bottom: 10px;
}

/* Rates Table */

.hermes-table {
	border-spacing: 0;
	font-size: 14px;
	margin: 20px 0;
	width: 100%;
}

.hermes-table thead {
	border: solid 1px #b8a9d3;
	border-bottom-width: 0;
}

.hermes-table tbody {
	border: 0;
}

.hermes-table th,
.hermes-table td {
	padding: 0;
	text-align: center;
}

.hermes-table td {
	padding: 10px 15px 10px 0;
}

.hermes-rates tbody .caption {
	padding-right: 10px;
	padding-left: 10px; 
}

.hermes-table tr {
	background-color: #f2eee3;
	line-height: 1.75em;
	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 {
	font-weight: 700;
	padding-left: 15px;
	width: 35%;
}

.hermes-table .even {
	background-color: #ebe6d7;
}

/* Gallery Template */

.hermes-gallery-item {
	display: inline;
	float: left;
	margin: 0 3.6363% 20px 0;
	width: 22.2727%;
}

.gallery-item-4 {
	margin-right: 0;
}

.gallery-item-first {
	clear: left;
}

.hermes-gallery-item .post-cover {
	margin: 0 0 15px;
}

.hermes-gallery-item img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.hermes-gallery-item .post-content {
	text-align: center;
}

/* TripAdvisor Widget */

.hermes-ta-widget {
	text-align: center;
}

.hermes-ta-box .hermes-ta-icon {
	display: inline-block;
	margin-bottom: 12px;
}

.hermes-ta-box .hermes-ta-title {
	display: block;
	font-size: 14px;
}

.hermes-ta-line .hermes-ta-icon,
header .hermes-ta-box .hermes-ta-icon {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 4px;
	vertical-align: middle;
}

.hermes-ta-line .hermes-ta-title,
header .hermes-ta-box .hermes-ta-title {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
}

/********************************************************************************************* 

6. Single: Post/Page Styling

*********************************************************************************************/

.hermes-page-intro {
	margin-bottom: 30px;
}

.hermes-page-intro .title-page {
	font-family: 'Oswald', 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 40px;
	letter-spacing: 1px;
	line-height: 1.35em;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.hermes-page-intro .title-archive {
	font-size: 28px;
}

.hermes-page-intro .archive-excerpt {
	font-family: 'Merriweather', 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 1.75em;
}

.post-single {
	color: #555;
	font-family: 'Merriweather', 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 16px;  
	line-height: 1.75em;
	max-width: 100%;
}

.full-width .post-single {
	max-width: 100%;
}

.post-meta p.post-meta {
	color: #999;
	font-size: 13px;
}

.post-meta .divider {
	display: inline-block;
	font-size: 18px;
	line-height: 1em;
	margin: 0 3px 0 7px;
}

.post-meta-single .divider {
	margin: 10px 0;
}

.archive-meta {
	color: #555;
	font-size: 13px;
	line-height: 23px;
}

.archive-meta .title {
	margin-bottom: 15px;
}

.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;
}

/********************************************************************************************* 

8. Page Structure: Footer

*********************************************************************************************/

footer {
	font-size: 13px;
	line-height: 1.75em;
}

footer .widget {
	margin-bottom: 30px;
}

footer .widget:last-child {
	margin-bottom: 0;
}

footer .hermes-posts-widget .hermes-post {
	border-bottom-color: #444;
}

footer div.wrapper-special {
	padding-top: 60px;
	padding-bottom: 40px;
}

div.wrapper-footer {
	background-color: #242424;
	color: #979797;
	padding: 50px 0 40px;
}

footer .title-widget,
footer a {
	color: #fff;
}

footer a:hover,
footer a:focus {
	color: #e5cb74;
}

.hermes-credit {
	display: inline;
	float: right;
	margin: 0;
}

.hermes-credit a {
	color: #979797;
}

.hermes-credit a:hover,
.hermes-credit a:focus {
	color: #fff;
}

/********************************************************************************************* 

9. Misc

*********************************************************************************************/

/* Header Contacts Block */

#hermes-contacts {
	margin-bottom: 30px;
	padding: 8px;
	text-align: center;
}

.hermes-contacts-light {
	background-color: #eaeaea;
}

.hermes-contacts-light .hermes-contact {
	color: #555;
}

.hermes-contacts-light a {
	color: #336699;
}

.hermes-contacts-light a:hover,
.hermes-contacts-light a:focus {
	color: #ef5843;
} 

.hermes-contacts-light .hermes-contact span:before {
	color: #000;
} 

.hermes-contacts-dark {
	background-color: #212121;
}

.hermes-contacts-dark .hermes-contact {
	color: #aaa;
}

.hermes-contacts-dark a {
	color: #fff;
}

.hermes-contacts-dark a:hover,
.hermes-contacts-dark a:focus {
	color: #ef5843;
} 

.hermes-contacts-dark .hermes-contact span:before {
	color: #fff;
} 

#hermes-contacts .hermes-contact {
	display: inline-block;
	font-family: 'Roboto', Arial, Tahoma, sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

#hermes-contacts a:hover,
#hermes-contacts a:focus {
	text-decoration: underline;
}

#hermes-contacts .read-more-anchor {
	background-color: #336699;
	color: #fff;
	padding: 7px 12px;
}

#hermes-contacts .read-more-anchor:hover,
#hermes-contacts .read-more-anchor:focus {
	background-color: #ef5843;
	color: #fff;
	text-decoration: none;
}

#hermes-contacts .hermes-contact span:before {
  content: " × ";
  font-family: 'Roboto', sans-serif;
  margin: 0 6px 0 9px;
  opacity: .4;
}

#hermes-contacts .hermes-contact:first-child span:before,
#hermes-contacts .booking span:before {
	content: "";
}

/* Sharing Buttons */

.hermes-post-share a {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    margin: 0 20px 0 0;
    padding: 5px 15px 8px;
    text-decoration: none;
}

.hermes-post-share a.twitter {
    background: #3a93d8
}

.hermes-post-share a.facebook {
    background: #2e6cc8
}

.hermes-post-share a.gplus {
    background: #dd5042
}

.hermes-post-share a.twitter:before { content: "\f301"; display: inline-block; -webkit-font-smoothing: antialiased; font: normal 20px/15px 'dashicons'; vertical-align: top; margin: 5px 8px 0 0; }
.hermes-post-share a.facebook:before { content: "\f305"; display: inline-block; -webkit-font-smoothing: antialiased; font: normal 20px/15px 'dashicons'; vertical-align: top; margin: 5px 8px 0 0; }
.hermes-post-share a.gplus:before { content: "\f462"; display: inline-block; -webkit-font-smoothing: antialiased; font: normal 20px/15px 'dashicons'; vertical-align: top; margin: 5px 8px 0 0; }


.hermes-post-share a.twitter:hover,
.hermes-post-share a.twitter:focus {
    background: #59aef5
}

.hermes-post-share a.facebook:hover,
.hermes-post-share a.facebook:focus {
    background: #5084e4
}

.hermes-post-share a.gplus:hover,
.hermes-post-share a.gplus:focus {
    background: #fb6c59
}

#wpstats { display: none; }

/* Pagination */
div.navigation { text-align: center; margin: 20px 0 25px; font-size: 14px; }
div.navigation p {margin: 0;}
div.navigation a {padding: 7px 10px; line-height: 24px; background-color: #f1f1f1; color: #333; 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.navigation .current { background-color: #ddd; color: #555; padding: 7px 10px; line-height: 24px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.navigation a:hover,
div.navigation a:focus {
	background-color: #222; 
	color: #fff;
}

/* WordPress Search Widget */

.post-single #searchform {
	margin-bottom: 20px;
}

#searchform label {
	display: none;
}

#s {
	background-color: #fff;
	display: inline;
	float: left;
	border: solid 1px #ccc;
	font-size: 13px;
	margin: 0 3px 10px 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 Contacts Widget */

.hermes-contacts .hermes-contact {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 6px 0;
	text-align: left;
}

.hermes-sprite-contact {
	background: transparent url(images/sprite-contact-icons-white.png) no-repeat top left;
	display: inline-block;
	margin-right: 8px;
}

.hermes-contacts-black .hermes-sprite-contact {
	background-image: url(images/sprite-contact-icons.png);
}

.hermes-contact .hermes-contact-email { background-position: 0 -60px; }
.hermes-contact .hermes-contact-fax { background-position: 0 -90px; }
.hermes-contact .hermes-contact-marker { background-position: 0 0; }
.hermes-contact .hermes-contact-phone { background-position: 0 -31px; }

/* 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 {
	
}

/* ThickBox Link Fix */

#TB_window #TB_caption {
	font-size: 13px;
	height: auto;
	line-height: 24px;
}

#TB_caption a {
	color: #333;
	font-weight: bold;
}

/* 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: 4.0540%;
	width: 36.4864%;
}

.single-tribe_events .tribe-events-event-image {
	margin-bottom: 0 !important;
}

/********************************************************************************************* 

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;
}

/* AWE Booking Form Plugin */

#awe-plugin-booking { text-align: left; }

.site-aside .apb-widget-area {
	width: 100%;
}

#container .apb-widget-area, #container .apb-content-area {
	padding: 0;
}

.site-aside .awebooking-widget {
	margin-bottom: 30px;
}

.site-aside .awebooking-wrapper {
	/* background-color: #fff; */
}

#container .fc-day-grid-container {
	height: auto !important;
}

.apb-container .site-aside-wrapper {
	background: none;
	padding: 0;
}

#container .apb-sidebar-left .apb-content-area,
#container .apb-sidebar-left .apb-widget-area {
	left: auto;
	right: auto;
}

#container .apb-layout {
	margin-right: 0;
	margin-left: 0;
}

#container .apb-content-area,
#container .apb-widget-area {
	width: 100%;
}

.hermes-page-intro .room-detail_total {
	border-bottom-width: 0;
	padding: 0;
}

#container .awebooking, #container .apb-datepicker, #container .awebooking-widget, #container .apb-room_text {
	line-height: 1.9em;
}

#container .apb-room_price .apb-room_amount {
	margin-left: 0;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	list-style-type: none;
}

@media (min-width: 1200px) {
	#container .apb-container {
		padding-right: 0;
		padding-left: 0;
		width: 1100px;
	}
}

@media (max-width: 992px) {
	#container .apb-container {
		padding-right: 0;
		padding-left: 0;
		width: 100%;
	}
}

/* Facebook Like Button */

.widget .fb_iframe_widget span iframe { border: solid 1px #aaa !important; }

/********************************************************************************************* 

11. Slideshow

*********************************************************************************************/

#hermes-gallery {
	background-color: #141414;
	display: block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 2;
	text-align: center;
}

#hermes-gallery iframe {
	max-width: 100%;
	width: 100%;
}

#hermes-gallery .hermes-notice {
	font-size: 15px;
	line-height: 26px;
	margin: 20px 0;
}

#hermes-gallery .wrapper {
	position: relative;
}

#hermes-gallery img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

/*
 * 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; height: auto; 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 .flex-prev,
.flex-direction-nav .flex-next {
	display: block;
	padding: 0;
	z-index: 10;
	height: 115px;
	width: 63px;
	position: absolute;
	top: 43%;
	left: 20px;
}

.flex-direction-nav .flex-next {
	left: auto;
	right: 20px;
}

.flex-direction-nav a {
	background: transparent url(images/sprite-arrows-115.png) no-repeat top left;
	display: inline-block;
	height: 115px;
	width: 63px;
	padding: 0;
	text-indent: -9999px;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; transition-duration: 0.2s;
}

.flex-direction-nav .flex-prev {
	background-position: 0 -115px;
	right:110px;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-prev:active,
.flex-direction-nav .flex-prev:focus,
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-next:active,
.flex-direction-nav .flex-next:focus {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Control Nav (Bullets) */
.flex-control-nav {position: absolute; bottom: 30px; right: 0; text-align: center; z-index: 10; width: 100%; }
.flex-control-nav li {margin: 0 10px; display: inline-block; zoom: 1; *display: inline;}
.hermes-room .flex-control-nav { bottom: 15px; }
.hermes-room .flex-control-nav li { margin: 0 7px; }

.flex-control-paging li a {	
	border: solid 3px #fff; 
	display: block; 
	width: 15px; 
	height: 15px; 
	text-indent: -9999px; 
	cursor: pointer; 
	-webkit-transition-duration: 0; -moz-transition-duration: 0; transition-duration: 0; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover,
.flex-control-paging li a:focus,
.flex-control-paging li a.flex-active { background-color: #fff; }


/*********************************************************************************************

12. WooCommerce Adjustments 

*********************************************************************************************/

/* WooCommerce Cart Icon */

a.cart-button {
	display: block;
}

a.cart-button:before {
    content: "\f174";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/24px 'dashicons';
    vertical-align: top;
    margin: 0 8px 0 0;
}

.product_meta > span {
	display: block;
}

/*********************************************************************************************

13. Media Queries 

*********************************************************************************************/
 
/* Tablet Landscape */
@media screen and (max-width: 1200px) {

	div.wrapper,
	#content div.wrapper {
		padding-right: 3%;
		padding-left: 3%;
		width: 94%;
	}
	
	div.wrapper-menu {
		padding-right: 0;
		padding-left: 0;
	}
	
	/* 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%; }
	
	.featured-pages-4 .title-post {
		font-size: 20px;
	}

}

/* Tablet Landscape */
@media screen and (max-width: 960px) {

	.hermes-promoted-page .post-title .post-title-intro {
		font-size: 46px;
	}
	
	.hermes-promoted-page .post-title .post-title-main {
		font-size: 40px;
	}
	
	.hermes-promoted-page .post-excerpt {
		font-size: 14px;
	}
	
	div.wrapper-intro {
		font-size: 15px;
	}
	
	div.wrapper-center .wrapper .widget {
		margin-right: 60px;
		margin-left: 60px;
	}
	
	.hermes-page-intro .title-page {
		font-size: 30px;
	}
	
	.post-single {
		font-size: 15px;
	}

	.featured-pages-3 .title-post,
	.featured-pages-4 .title-post {
		font-size: 18px;
	}
	
	.featured-pages-3 .post-content {
		font-size: 14px;
	}
	
	.featured-pages-4 .post-content {
		font-size: 13px;
	}
	
	.featured-pages .read-more-span {
		margin-top: 15px;
	}
	
	.featured-pages-4 .read-more-anchor {
		padding-right: 15px;
		padding-left: 15px;
	}
	
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {

	div.wrapper-header {
		text-align: center;
	}
	
	#logo {
		display: block;
		float: none;
	}

	/* Main Menu */

    .btn_menu { 
		background: #279a5f url('images/menu-expand-icon.png') no-repeat center center;
		cursor: pointer;
		display: inline-block;
		float: none;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
		padding: 9px 0; 
		width: 60px;
		height:36px; 
		text-indent: -9999px;
	}

	#menu-main,
	.header-centered #menu-main {
		display: none;
		padding: 0 50px;
	}

	#menu-main { text-align: left; }
	
	.sf-menu li,
	.header-centered .sf-menu > li {
		border-bottom: solid 1px #e1e1e1;
		display: block;
	}
	
	.sf-menu li:last-child,
	.header-centered .sf-menu > li:last-child {
		border-bottom-width: 0;
	}
	
	.sf-menu a {
		padding: 10px;
	}
	
	.sf-arrows .sf-with-ul {
		padding-right: 10px;
	}
	
	.sf-arrows .sf-with-ul:after {
		display: none;
	}
	
	.sf-menu ul {
		display: block !important;
		opacity: 1 !important;
		position: relative;
		top: auto;
		left: auto;
		box-shadow: none;
	}
	
	.sf-menu ul ul {
		left: auto;
		top: auto;
	}
	
	.sf-menu ul li {
		background: none;
		text-align: center;
	}
	
	.sf-menu ul ul li,
	.sf-menu li:hover,
	.sf-menu li:focus, 
	.sf-menu li.sfHover {
		background: none;
	}
	
	.sf-menu ul li .sf-with-ul {
		font-weight: bold;
		text-transform: uppercase;
	}
	
	/* End Main Menu */

	footer div.wrapper-special {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	div.wrapper-footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	div.wrapper-special .title-widget {
		font-size: 22px;
	}
	
	div.wrapper-intro,
	.hermes-page-intro .archive-excerpt {
		font-size: 14px;
		line-height: 1.75em;
	}
	
	.hermes-posts-archive .title-post {
		font-size: 20px;
	}
	
	.hermes-posts-archive .post-excerpt, 
	.hermes-posts-widget .post-excerpt {
		font-size: 15px;
	}
	
	.hermes-promoted-page .post-title {
		margin-top: 0;
	}
	
	.flex-direction-nav .flex-prev, 
	.flex-direction-nav .flex-next {
		height: 56px;
		width: 29px;
	}

	.flex-direction-nav a {
		background: transparent url(images/sprite-arrows-60.png) no-repeat top left;
		height: 56px;
		width: 29px;
	}

	.flex-direction-nav .flex-prev {
		background-position: 0 -56px;
	}
	
	.flex-control-nav { bottom: 20px; }
	.flex-control-nav li { margin-right: 15px; margin-left: 15px; }
	
	.hermes-credit {
		display: none;
	}
	
	.hermes-copy {
		text-align: center;
	}
	
	.featured-pages-3 .title-post, .featured-pages-4 .title-post {
		font-size: 15px;
	}

	.widget-featured-pages-4 {
		margin-right: 60px;
		margin-left: 60px;
	}
	
	.featured-pages-4 .featured-page {
		margin-right: 5%;
		width: 47.5%;
	}
	
	.featured-pages-4 .featured-page-2,
	.featured-pages-4 .featured-page-4 {
		margin-right: 0;
	}
	
	.featured-pages-4 .featured-page-1,
	.featured-pages-4 .featured-page-2 {
		margin-bottom: 30px;
	}
	
	.featured-pages-4 .read-more-anchor {
		font-size: 11px;
	}
	
	.featured-pages-3 .read-more-anchor {
		font-size: 12px;
		padding-right: 15px;
		padding-left: 15px;
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 640px) {

	div.wrapper,
	#content div.wrapper {
		padding-right: 4%;
		padding-left: 4%;
		width: 92%;
	}
	
	.post-single {
		font-size: 14px;
		line-height: 2em;
	}
	
	.hermes-room-specs .caption {
		width: 50%;
	}

	.hermes-page-intro .title-page {
		font-size: 24px;
	}
	
	.hermes-posts-archive .title-post {
		font-size: 20px;
	}
	
	.hermes-posts-archive .post-excerpt, 
	.hermes-posts-widget .post-excerpt {
		font-size: 14px;
	}
	
	.hermes-posts-archive .read-more-span {
		margin-top: 15px;
	}
	
	.hermes-gallery-item {
		margin-right: 5%;
		width: 47.5%;
	}
	
	.gallery-item-2,
	.gallery-item-4 {
		margin-right: 0;
	}
	
	.gallery-item-first,
	.gallery-item-3 {
		clear: left;
	}
	
	#hermes-contacts .hermes-contact {
		font-size: 12px;
		line-height: 2em;
	}
	
	#hermes-contacts .read-more-anchor {
		padding: 2px 10px;
	}

	.hermes-promoted-page .post-title .post-title-intro {
		font-size: 30px;
	}
	
	.hermes-promoted-page .post-title .post-title-main {
		font-size: 36px;
	}

	.widget-promoted-page {
		margin: 0 50px;
	}
	
	.hermes-promoted-page .post-title {
		margin-bottom: 30px;
	}
	
	.hermes-promoted-page .hermes-column,
	.hermes-promoted-page .hermes-column-2,
	.promoted-page-inverted .hermes-column-1,
	.promoted-page-inverted .hermes-column-2,
	.hermes-column-double {
		display: block;
		float: none;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	
	.hermes-promoted-page .hermes-column,
	.promoted-page-inverted .hermes-column-1 {
		margin-bottom: 20px;
	}
	
	.hermes-promoted-page .hermes-column-2,
	.promoted-page-inverted .hermes-column-2 {
		margin-bottom: 0;
	}
	
	.widget-featured-pages-4 {
		margin-right: 20px;
		margin-left: 20px;
	}
	
	.featured-pages-3 .post-content {
		font-size: 12px;
	}
	
	.featured-pages-3 .read-more-anchor {
		font-size: 11px;
	}

	div.wrapper-main {
		margin-top: 40px;
		margin-bottom: 30px;
	}
	
	div.wrapper-main:last-child {
		margin-top: 20px;
	}
	
	#content div.wrapper-special {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	
	.hermes-column-double .hermes-posts-widget .title-post {
		font-size: 15px;
	}
	
	.hermes-column-double .hermes-posts-widget .post-meta {
		font-size: 12px;
	}
	
	.hermes-column-double .hermes-posts-widget .post-excerpt {
		font-size: 13px;
	}
	
	#main,
	#main-sidebar {
		display: block;
		float: none;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}
	
	#main {
		margin-bottom: 30px;
	}
	
	div.wrapper-center .wrapper .widget {
		margin-right: 20px;
		margin-left: 20px;
	}
	
	div.wrapper-special .title-widget {
		font-size: 18px;
	}
	
	div.wrapper-intro, 
	.hermes-page-intro .archive-excerpt {
		font-size: 13px;
	}
	
	.flex-control-paging li a {
		height: 13px;
		width: 13px;
	}
	
	.hermes-room .flex-control-nav li {
		margin: 0 9px;
	}
	
	.flex-direction-nav {
		display: none;
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 480px) {

	.widget-promoted-page {
		margin: 0 20px;
	}

	.widget-featured-pages-3 {
		margin-right: 20px;
		margin-left: 20px;
	}
	
	.featured-pages-3 .featured-page {
		display: block;
		float: none;
		margin-right: 0;
		width: 100%;
	}
	
	.featured-pages-3 .featured-page-1,
	.featured-pages-3 .featured-page-2 {
		margin-bottom: 30px;
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 320px) {



}