/*
Theme Name: highlowscales2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: highlowscales2
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'montserratlight';
    src: url('fonts/wp-content/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 1.5em;
	margin: 0.67em 0;
}

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

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #7c7c7c;
	font-size: 15px;
	font-size: 1rem;
	line-height: 1.5;
	font-family: 'montserratlight', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #3491a2; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	background: #3491a2;
	border: none;
	box-shadow: none;
	color: #ffffff;
	text-shadow: none;
	padding: 0.3em;
	border-radius: 3px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #60a9b6;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited, a:focus, a:active {
	color: #3491a2;
	text-decoration: none;
}

a:hover {
	color: #3491a2;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
#masthead {
	background: #3491a2;
}

#masthead-section {
	text-align: center;
}

#header-image-link {
	padding: 27px 0 20px 0;
}

#header-image-link img {
	height: 80px;
}

/*--------------------------------------------------------------
# MENU
--------------------------------------------------------------*/
#site-navigation {
	background: #ffffff;
}

#navigation-section {
	text-align: center;
	font-size: 16px;
}

.menu-primary-menu-container {
	text-align: center;
	display: table;
	margin: 0 auto;
}

.main-navigation li {
	margin: 10px;
}

.main-navigation li a {
	text-transform: uppercase;
	color: #7c7c7c;
}

.main-navigation li:hover a, .main-navigation .current-menu-item a, .main-navigation .current-menu-ancestor a {
	color: #308595;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/
#content {
	background: #f8f8f8;
	clear: both;
}

#content-section {
    	color: #7c7c7c;
	clear: both;
	min-height: 700px;
	padding: 0 5px;
	width: 1100px;
	margin: 0 auto;
}

.term-pampering #content-section, .term-walking #content-section {
	min-height: 530px;
	margin-top: 0;
}

.term-cycling #content-section, .term-horse-riding #content-section, .term-nature #content-section {
	min-height: 400px;
}

.term-walking #content-section {
	color: #7c7c7c;
}

.term-pampering #content {
	background: url('http://highlowscales.com/wp-content/uploads/2015/09/Pampering_pic1.jpg');
	background-position: right;
}

.term-walking #content {
	background: url('http://highlowscales.com/wp-content/uploads/2015/10/IMG_9452.jpg');
	background-position: center top;
}

/*--------------------------------------------------------------
# FRONT PAGE
--------------------------------------------------------------*/
.metaslider .caption-wrap {
	bottom: auto !important;
	top: 0 !important;
	padding: 20px 0;
}

.metaslider .caption {
	margin: 0 auto;
	width: 30%;
	text-align: center;
}

.home .page {
	color: #ffffff;
	text-align: center;
}

.home span {
	font-size: 1.8em;
}

#home-large-slider {
	display: block;
}

#home-medium-slider, #home-small-slider {
	display: none;
}

.home-responsive-caption {
	display: none;
}

.slide-313 .caption-wrap, .slide-448 .caption-wrap, .slide-450 .caption-wrap {
	background-color: rgba(0, 0, 0, 0.5) !important;
}

.slide-292 .caption-wrap {
	background-color: rgba(0, 0, 0, 0.2) !important;
}

.slide-308 .caption-wrap {
	background-color: rgba(0, 0, 0, 0.4) !important;
}

/*--------------------------------------------------------------
# ACCOMMODATION PAGE
--------------------------------------------------------------*/
.accommodation-header {
	background: #3491a2;
	color: #ffffff;
	clear: both;
}

.accommodation-header .accommodation-header-text {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 30px 150px;
}

.post-type-archive-accommodation .entry-title {
	text-transform: uppercase;
	color: #308595;
	margin: 0;
	font-weight: normal;
	font-size: 1.3em;
}

.post-type-archive-accommodation .type-accommodation {
	margin: 30px auto;
	background: #e7e7e7;
	clear: both;
	width: 85%;
}

.post-type-archive-accommodation .accommodation-info {
	width: 50%;
	float: left;
	padding: 20px;
}

.post-type-archive-accommodation .accommodation-text {
	border-bottom: 1px solid #5c5c5c;
}

.post-type-archive-accommodation .accommodation-text p {
	margin: 0.5em 0;
}

.post-type-archive-accommodation .accommodation-image {
	width: 50%;
	margin-left: 50%;
}

.post-type-archive-accommodation .accommodation-image img {
	width: 100%;
}

.accommodation-icon {
	width: 45px;
	padding: 5px;
	float: left;
	margin-top: 10px;
}

.accommodation-icon img {
	width: 100%;
}

.accommodation-amenities-title {
	margin-top: 10px;
}

.accommodation-amenities a {
	position: relative;
}

.accommodation-amenities a span {
	display: none;
  	position: absolute;
  	bottom: 0;
	top: 20px;
	height: 40px;
  	width: auto;
  	padding: 0 5px;
  	background: #3491a2;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	z-index: 1;
}

.accommodation-amenities a:hover span {
	display: block;
}

.post-detail-link {
	font-size: 0.95em;
}

/*--------------------------------------------------------------
# SINGLE ACCOMMODATION PAGE
--------------------------------------------------------------*/
.single-accommodation .accommodation-details {
	margin: 0 auto;
	clear: both;
	width: 85%;
}

.responsive-tabs .responsive-tabs__panel {
	padding: 30px !important;
}

.single-accommodation .accommodation-info {
	width: 50%;
	float: left;
	padding: 0 30px 0 0;
	height: 100%;
	position: relative;
}

.single-accommodation .accommodation-info p {
	margin-top: 0;
}

.single-accommodation .accommodation-info-more {
	bottom: 0;
	position: absolute;
}

.single-accommodation .accommodation-floorplan {
	position: relative;
	width: 50%;
	margin-left: 50%;
	padding: 0;
}

.single-accommodation .accommodation-image {
	position: relative;
	width: 50%;
	margin-left: 50%;
	padding: 0;
	display: none;
}

.single-accommodation .entry-title {
	text-transform: uppercase;
	color: #308595;
	margin: 40px 0 0 0;
	font-weight: normal;
	font-size: 1.3em;
}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover {
	color: #3491a2 !important;
}

.responsive-tabs .responsive-tabs__list__item:hover {
	color: #7c7c7c !important;
}

#floorplan_div {
	width: 100%;
}

/*--------------------------------------------------------------
# SINGLE ACCOMMODATION PAGES: UNIFORM BOX-SIZE FOR EACH HOUSE
--------------------------------------------------------------*/
.postid-143 .responsive-tabs .responsive-tabs__panel {
	height: 520px;
}

.postid-144 .responsive-tabs .responsive-tabs__panel {
	height: 505px;
}

.postid-217 .responsive-tabs .responsive-tabs__panel {
	height: 355px;
}

/*--------------------------------------------------------------
# SINGLE ACCOMMODATION PAGES: FLOORPLANS
--------------------------------------------------------------*/
#floorplan_div {
	position: absolute !important;
	top: 10px;
}

#floorplan_div .btn {
	padding: 4px !important;
	background-image: url("http://highlowscales.com/wp-content/themes/highlowscales2/image-mapper/camera-button.png");
	background-color: transparent;
	border: none;
}

#floorplan_div .btn:hover, #floorplan_div .btn:focus {
	background-position: 0% 0%;
}

#fancybox-title-over, #fancybox-left-ico, #fancybox-right-ico {
	display: none;
}

/*--------------------------------------------------------------
# ACTIVITIES PAGES
--------------------------------------------------------------*/
.activities {
	border-bottom: 1px solid #9f9f9f;
}

.activities:last-child {
	border: none;
}

.activities-header {
	background: #3491a2;
	color: #ffffff;
	clear: both;
}

.activities-header .activities-header-text {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 17px;
	padding: 30px 0;
}

.activity-type-list .hentry {
	margin: 0;
}

.activity-type-list {
	margin: 0 25px;
}

.activity-type-list-desc {
	padding: 10px 40px;
	display: none;
	text-align: center;
}

.activity-type-list-left {
	padding: 10px 40px;
	width: 50%;
	float: left;
}

.activity-type-list-right {
	padding: 10px 40px;
	width: 50%;
	float: right;
}

.activity-type-intro {
	color: #3491a2;
	text-align: center;
	font-size: 17px;
	margin-bottom: 40px;
	margin-left: 18%;
	margin-right: 18%;
}

.activity-content {
	font-size: 15px;
}

.activity-text p {
	margin-top: 0;
}

.type-activities h2 {
	color: #3491a2;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
}

.activity-thumbnail img {
	width: 100%;
	border-bottom: none;
	margin-top: 6px;
}

.term-nature .activity-content, .term-walking .activity-content {
	text-align: center;
}

.term-nature h2, .term-walking h2{
	display: none;
}

.term-nature .type-activities, .term-walking .type-activities {
	width: 100%;
	border-bottom: none;
}

.term-pampering .activity-type-list {
	background-color: rgba(238, 232, 218, 0.5);
	color: #303030;
}

.term-pampering .activity-type-list-desc {
	display: block;
}

.term-pampering .activity-type-list-desc p {
	margin-bottom: 0;
}

.activity-type-image_2 {
	float: left;
	padding: 0 40px 40px 40px;
	width: 50%;
}

.activity-type-image_3 {
	float: left;
	padding: 0 10px;
	width: 33%;
}

/*--------------------------------------------------------------
# ADDITIONAL MENUS
--------------------------------------------------------------*/
.term-adventure #content-section, .term-golf #content-section, .term-cycling #content-section, .term-horse-riding #content-section,
	.term-nature #content-section {
	border-top: 1px solid #959595;
}

.activities-menu-container, .gallery-menu-container {
	margin-left: auto;
	margin-right: auto;
}

.activities-menu-container {
	background: #ffffff;
}

.activities-menu, .gallery-menu {
	padding: 0;
	text-align: center;
}

.activities-menu, .gallery-menu {
	font-size: 16px;
    	text-transform: uppercase;
    	z-index: 1300;
}

.activities-menu ul, .gallery-menu ul {
    list-style: outside none none;
	margin: 0;
	padding: 0;
}

.activities-menu li:first-child, .gallery-menu li:first-child {
    padding-left: 0;
}

.activities-menu li:last-child, .gallery-menu li:last-child {
    padding-right: 0;
}

.activities-menu li, .gallery-menu li {
    display: inline-block;
    padding: 12px 6px;
    position: relative;
}

.activities-menu li a, .gallery-menu a {
    color: #959595;
    display: block;
    line-height: 1em;
    text-decoration: none;
}

.activities-menu li:hover a, .activities-menu .current-menu-item a, .activities-menu .current-menu-ancestor a,
	.gallery-menu li:hover a, .gallery-menu .current-menu-item a, .gallery-menu .current-menu-ancestor a {
	color: #308595;
}

/*--------------------------------------------------------------
# DAY TRIPS
--------------------------------------------------------------*/
.trips {
	border-bottom: 1px solid #9f9f9f;
}

.trips:last-child {
	border: none;
}

.trip-type-list {
	margin: 0 25px;
}

.trip-type-list .hentry {
	margin: 0;
}

.trip-type-list-left {
	padding: 10px 40px;
	width: 50%;
	float: left;
}

.trip-type-list-right {
	padding: 10px 40px;
	width: 50%;
	float: right;
}

.type-trips h2 {
	color: #3491a2;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
}

.type-trips .trip-text p {
	margin-top: 0;
}

.type-trips .trip-thumbnail img {
	width: 100%;
	margin-top: 6px;
}

/*--------------------------------------------------------------
# GALLERY PAGES
--------------------------------------------------------------*/
.metaslider {
	overflow: hidden;
}

/*--------------------------------------------------------------
# BOOKINGS page
--------------------------------------------------------------*/
.page-id-93 #content {
	background: url('http://highlowscales.com/wp-content/uploads/2015/08/bookings-1.jpg') repeat scroll center top;
	text-align: center;
}

.page-id-93 #content-section {
	width: 800px;
	margin: 0 auto;
}

#bookings-heading {
    	color: #ffffff;
	clear: both;
    	font-size: 1.2em;
    	font-weight: bold;
    	margin: 15px 0;
}

#bookings-boxes {
	text-align: center;
    	color: #ffffff;
	font-weight: bold;
	border-top: 2px solid #ffffff;
}

.booking-box-single {
	background: transparent;
	width: 33%;
	padding: 20px 30px;
	display: inline-block;
	overflow: hidden;
	text-align: left;
}

#booking-box-1, #booking-box-4 {
	clear: both;
}

.page-id-93 .page {
	clear: both;
}

.page-id-93 .hentry {
	border-top: 2px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
}

.page-id-93 #post-93 .entry-content {
	margin: 1.5rem 1.5rem 0;
}

/*--------------------------------------------------------------
# BOOKING CONDITIONS
--------------------------------------------------------------*/
.post-type-archive-booking-conditions .page-title {
	font-weight: normal;
	text-transform: uppercase;
}

.booking-conditions .entry-title {
	color: #3491a2;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0;
}

.booking-conditions .post-text p {
	margin-top: 0;
}

/*--------------------------------------------------------------
# BOOKING FORM
--------------------------------------------------------------*/
.page-id-102 .entry-title {
	font-weight: normal;
	text-transform: uppercase;
}

.ninja-forms-form-wrap label {
	font-weight: normal !important;
}

.ninja-forms-required-items, .ninja-forms-field-error {
	display: none;
}

#ninja_forms_form_5_response_msg {
	color: red;
}

.ninja-forms-req-symbol {
	color: #7c7c7c !important;
}

.label-above label {
	margin-bottom: 0 !important;
}

#ninja_forms_field_27_div_wrap {
	width: 49%;
}
 
#ninja_forms_field_8_div_wrap, #ninja_forms_field_10_div_wrap, #ninja_forms_field_12_div_wrap,
	#ninja_forms_field_14_div_wrap, #ninja_forms_field_16_div_wrap, #ninja_forms_field_18_div_wrap {
	width: 49%;
	float: left;
}

#ninja_forms_field_9_div_wrap, #ninja_forms_field_11_div_wrap, #ninja_forms_field_13_div_wrap,
	#ninja_forms_field_15_div_wrap, #ninja_forms_field_17_div_wrap, #ninja_forms_field_19_div_wrap {
	width: 49%;
	float: right;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
#colophon {
	background: #3491a2;
}

#colophon-section {
    	text-align: left;
	color: #ffffff;
	font-size: 0.85em;
	line-height: 1.3;
	padding: 40px 5px;
	width: 1100px;
	margin: 0 auto;
}

#footer-1 {
	float: left;
}

#footer-1 img {
	height: 50px;
}

#footer-2 {
	float: left;
	padding: 0 30px;
	border-right: 1px solid #ffffff;
}

#footer-3 {
	float: left;
	padding: 0 30px;
	border-right: 1px solid #ffffff;
}

#footer-3 a, #footer-4 a {
	color: #ffffff;
	text-decoration: none;
}

#footer-3 a:hover, #footer-4 a:hover{
	text-decoration: underline;
}

#footer-4 {
	float: left;
	padding: 0 30px;
}

.footer-sub-header {
	font-weight: bold;
}

/*--------------------------------------------------------------
## Responsive design
--------------------------------------------------------------*/
@media (max-width: 1099px) {
	#masthead, #site-navigation, #content, #colophon {
		min-width: 100%;
	}
	#masthead-section, #navigation-section, #content-section, .inside-section, #colophon-section {
		width: 100%;
		font-size: 0.9em;
	}
	#home-medium-slider {
		display: block;
	}
	#home-large-slider, #home-small-slider {
		display: none;
	}
	.metaslider .caption {
		width: 80%;
	}
	#content-section {
		min-height: 500px;
	}
	.accommodation-header .accommodation-header-text {
		padding: 30px 10px;
	}
	.post-type-archive-accommodation .type-accommodation, .single-accommodation .accommodation-details {
		width: 100%;
	}
	.post-type-archive-accommodation .accommodation-info {
		padding: 20px;
	}
	.accommodation-icon {
		padding: 3px;
		width: 40px;
	}
	.post-type-archive-accommodation .accommodation-image {
		padding-top: 20px;
	}
	.single-accommodation .accommodation-image {
		display: block;
	}
	.single-accommodation .accommodation-floorplan {
		display: none;
	}
	.activities-menu-container, .gallery-menu-container {
		width: 100%;
	}
	.activities-header .activities-header-text {
		width: 80%;
	}
	.activity-type-list-left, .activity-type-list-right, .activity-type-image_2 {
		padding: 10px 20px;
	}
	.page-id-93 #content-section {
		width: 100%;
	}
	#footer-2, #footer-3, #footer-4 {
		padding: 0 10px;
	}
}

@media (max-width: 649px) {
	#page {
		padding: 0;
		width: 100%;
	}
    	.menu-toggle, .main-navigation.toggled ul {
		display: block;
        }
	#site-navigation button {
		background: #ffffff;
		color: #7c7c7c;
	}
	.menu-primary-menu-container {
		margin: 0 0 0 20px;
	}
	.main-navigation ul {
		display: none;
		line-height: normal;
	}
	.main-navigation li {
		float:none;
		text-align: left;
	}
	#home-small-slider {
		display: block;
	}
	#home-large-slider, #home-medium-slider {
		display: none;
	}
	.home #content {
		background: url("http://highlowscales.com/wp-content/uploads/2015/09/homepage-slider-5.jpg") no-repeat scroll center top;
		min-height: 200px;
	}
	.home-responsive-caption {
		display: block;
	}
	.single-accommodation .accommodation-image {
		display: block;
	}
	.postid-143 .responsive-tabs .responsive-tabs__panel, .postid-144 .responsive-tabs .responsive-tabs__panel, .postid-217 .responsive-tabs .responsive-tabs__panel {
		height: auto;
	}
	.accommodation-info-more {
		display: none;
	}
	.single-accommodation .accommodation-floorplan {
		display: none;
	}
	.post-type-archive-accommodation .accommodation-info, .post-type-archive-accommodation .accommodation-image,
	.single-accommodation .accommodation-info, .single-accommodation .accommodation-image {
		float: none;
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0;
	}
	.activity-type-list-left, .activity-type-list-right,
	  .trip-type-list-left, .trip-type-list-right {
		float: none;
		width: 100%;
		padding: 10px 0;
	}
	.page-id-155 .metaslider, .page-id-165 .metaslider {
		width: 100% !important;
	}
	.page-id-93 #content {
		background: #80acdd;
	}
	.page-id-93 .booking-box-single {
		display: block;
		text-align: center;
		width: 100%;
	}
	.page-id-93 #bookings-boxes {
		border-top:none;
	}
	#ninja_forms_field_8_div_wrap, #ninja_forms_field_10_div_wrap, #ninja_forms_field_12_div_wrap,
	#ninja_forms_field_14_div_wrap, #ninja_forms_field_16_div_wrap, #ninja_forms_field_18_div_wrap,
	#ninja_forms_field_9_div_wrap, #ninja_forms_field_11_div_wrap, #ninja_forms_field_13_div_wrap,
	#ninja_forms_field_15_div_wrap, #ninja_forms_field_17_div_wrap, #ninja_forms_field_19_div_wrap {
		width: 100%;
		float: none;
	}
	#footer-1, #footer-2, #footer-3, #footer-4, #footer-5 {
		float: none;
		padding: 0;
	}
	#footer-1, #footer-2, #footer-3 {
		margin-top: 0;
	}
	#footer-4, #footer-5 {
		margin-top: 10px;
	}
}
