/*
Theme Name: volcanoessafaris
Theme URI: http://volcanoessafaris.com/
Author: Stuart Smitheringale and underscores.me
Author URI: http://stuartsmitheringale.co.uk/
Description: Volcanoes Safaris Website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: volcanoessafaris
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

volcanoessafaris is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

.btn-green2 {
	background-color: #1F5B40 !important;
	padding: 15px 20px !important;
	color: #fff !important;
	text-align:center;
}

/*------------------ END BO CSS -----------------------------*/


#header-slideshow, #header-slideshow .owl-item, #header-slideshow .owl-item > div, .hero-image {
    min-height: 500px !important;
    height: 500px !important;
    height: 100vh !important;
    max-height: 100vh !important;
}

#people-profiles .staff-position {
  font-size: 0.8rem !important;
}

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

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-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: #404040;
	font-family:'Minion W01 Regular';
	font-family: "Times New Roman", Times, serif;
	font-family:'Calibri W01 Regular_904604', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

@media all and (min-width:1800px) {
	body,
	button,
	input,
	select,
	textarea {

	}
}



h2.subtitle,
h3.subtitle {
	font-weight:bold;
	text-align: left;
	letter-spacing: 2px;
	margin-top:50px;
	margin-bottom: 10px;
}

h2.subtitle {
	font-size:16px;
	margin-top:60px;
}

h1,
p.page-title,
.blog h2.entry-title, .category h2.entry-title, .archive h2.entry-title {
	font-size: 25px;
	color: #0e0e0e;
	margin: 60px 0 20px;
}

h2.entry-title a {
	text-decoration:none;
}

.page-template-page_lodges h1,
.page-template-page_lodges p.page-title,
.blog h2.entry-title, .category h2.entry-title, .archive h2.entry-title, .single-post h1.entry-title {
	margin-bottom:0;
}

.home h1.entry-title {
	margin-bottom:10px;
}

.entry-meta {
	margin-bottom: 20px;
	text-align: center;
}

p {
	margin-bottom: 20px;
	margin-top:0;
	text-align:left;
}

p.lodge-strapline {

}

p.read-more,
p.links-more {
	text-align:center;
}

p.links-more {
	margin-bottom:10px;
}

p.read-more a,
p.links-more a {
	text-decoration:none;
	font-size:17px;
	letter-spacing:2px;
	display:inline-block;
	border-bottom: 2px solid rgba(10,44,30,0.2);
}


p.read-more a:hover,
p.links-more a:hover {
	border-bottom: 2px solid rgba(10,44,30,0.9);
}

@media all and (min-width:300px) {
	p.read-more a,
	p.links-more a {

	}
}

.blog .read-more, .archive .read-more, .category .read-more {
	margin-top:10px;
}

.blog .entry-content, .archive .entry-content, .category .entry-content,
.blog .entry-footer, .archive .entry-footer, .category .entry-footer {
	text-align:center;
}

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: #fff; /* 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 30px;;
}

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. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #404040;
}

a:visited {
	color: #404040;
}

a:hover,
a:focus,
a:active {
	color: #404040;
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
	margin:0;
	padding: 0;
	list-style-type: none;
}

.menu-main-menu-container {
	clear:both;
}

@media all and (max-width:999px) {
	.main-navigation ul a {
		padding:15px 0;
		border-bottom:1px solid #bfbfbe;
		text-decoration:none;
		display:block;
	}
	.main-navigation ul li:last-of-type a {
		border-bottom:none;
	}

	.main-navigation ul.sub-menu li a {
		padding-left:20px;
		border-bottom:1px solid #bfbfbe;
	}
}

@media all and (min-width:1000px) {

	.search-controls .mobile-only {
		display:none;
	}

	.main-navigation {
		clear: none;
		display: block;
		float: right;
		width: 100%;
	}

	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-navigation li {
		float: left;
		position: relative;
	}


	.main-navigation a {
		display: inline-block;
		text-decoration: none;
		font-weight:400;
		font-size: 15px;
		line-height: 15px;
		color: #0e0e0e;
		letter-spacing:2px;
		padding:40px 15px 0;
		-webkit-transition: color 0.4s ease;
		transition: color 0.4s ease;
		height:90px;
	}

	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		background:rgba(31,91,64,1);
		float: left;
		position: absolute;
		left: -999em;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.main-navigation ul ul a,
	.main-navigation ul li.current-menu-item ul a {
		width: 500px;
		padding:15px;
		color:rgba(255,255,255,0.8);
		height:auto;
		border-bottom:1px solid rgba(255,255,255,0.4);
	}


	.main-navigation ul ul a:hover {
		background:rgba(0,0,0,1);
		color:rgba(255,255,255,1);
	}


	.main-navigation ul ul li:last-of-type a {
		border-bottom:none;
	}

	.main-navigation ul ul li {

	}

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

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

	.main-navigation ul ul a:hover,
	.main-navigation ul ul a.focus {
	}

	.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,
	.main-navigation .current-menu-ancestor > a {
	}

	.site-header .inside {
		position:relative;
		height:90px;
	}
}

/* Small menu. */
.menu-toggle {
	display: block;
}


.main-navigation ul {
		display: none;
}

@media screen and (min-width: 1000px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block !important;
	}
}

.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;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

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

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

.hentry {
	margin: 0;
}

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

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

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

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

/*--------------------------------------------------------------
## 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-left: auto;
	margin-right: auto;
}

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

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

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


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.inside {
	max-width:640px;
	margin:auto;
	padding:0 20px;
}

.site-header .inside,
#contact-section .inside,
#contact .inside {
	max-width:1060px;
	max-width:100%;
}

#lodge-photos.inside  {
	padding:0;
	max-width:600px;
}

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/

.back-to-top {
	display:block;
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999999;
}

.back-to-top a {
	font-size:20px;
	line-height:1;
	padding:5px 15px;
	display:block;
	opacity:0;
	background:rgba(10,44,30,0.9);
	-webkit-transition: opacity 1s; /* Safari */
	transition: opacity 1s;
	color:rgba(255,255,255,0.8);
}

.back-to-top a:hover {
	background:rgba(10,44,30,0.4);
	color:rgba(255,255,255,1);
}

.back-to-top.active a{
	opacity:1;
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/

@media all and (min-width:960px) {

	.clearboth {
		clear:both;
	}

	/* Halves */

#post-7748 .one_half {
  float: none !important;
  margin: auto;
}  
  
  .one_half {
		width:47%;
		float:left;
	}

	.one_half.last {
		float:right;
	}

	.one_half:nth-of-type(2n+1) {
		clear:left;
	}

	.one_half:nth-of-type(2n+2) {
		float:right;
		clear:right;
	}

	/* Thirds */
	.one_third {
		width:30%;
		float:left;
	}

	.one_third:nth-of-type(3n+2) {
		margin:0 5%;
	}

	.one_third:nth-of-type(3n+1) {
		clear:left;
	}

	.one_third:nth-of-type(3n+3) {
		clear:right;
	}

	/* Fourths */
	.one_fourth {
		width:22%;
		float:left;
		margin-right:4%;
	}

	.one_fourth:nth-of-type(4n+1) {
		clear:left;
	}

	.one_fourth:nth-of-type(4n+4) {
		clear:right;
		margin-right:0;
	}
}

/*--------------------------------------------------------------
# Lightbox Images
--------------------------------------------------------------*/

.lightbox-image {
	width:100%;
	margin-bottom:40px;
	display:block;
	line-height:0;
}

/*2 columns*/
@media all and (min-width:300px) and (max-width:899px) {

	.lightbox-image {
		width:47%;
		float:left;
		margin-right:6%;
	}

	.lightbox-image:nth-of-type(2n+1) {
		clear:left;
	}

	.lightbox-image:nth-of-type(2n+2) {
		margin-right:0;
		float:right;
		clear:right;
	}
}

/*3 columns*/
@media all and (min-width:900px) and (max-width:1199px) {

	.lightbox-image {
		width:30%;
		float:left;
	}

	.lightbox-image:nth-of-type(3n+2) {
		margin:0 5%;
	}

	.lightbox-image:nth-of-type(3n+1) {
		clear:left;
	}

	.lightbox-image:nth-of-type(3n+3) {
		clear:right;
	}
}

/*4 columns*/
@media all and (min-width:1200px) {
	.lightbox-image {

	}

	.lightbox-image {
		width:21.25%;
		float:left;
		margin-right:5%;
	}

	.lightbox-image:nth-of-type(4n+1) {
		clear:left;
	}

	.lightbox-image:nth-of-type(4n+4) {
		clear:right;
		margin-right:0;
	}
}


/*--------------------------------------------------------------
# Table Layout
--------------------------------------------------------------*/

.table {
	display:table;
	width:100%;
}

.table-row {
	display:table-row;
}

.table-cell {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.table-head {
	font-size:16px;
}

/* Rates Tables */

.rates-section .table-cell {
	padding:10px;
	border: 1px solid #bfbfbe;
}

.rates-section .table-head {
	background: #f7f7f7;
}

.rates-section .table-cell.package-name {
	text-align:left;
}

.rates-section .table-row:nth-of-type(2n) .table-cell {
}

.rates-section .table-row:hover .table-cell {
	background:#f0f0f0;
}

.rates-section {
	margin:50px 0;
}

.rates-section p {
	margin-bottom:10px;
	padding:0;
}

.rates-section ul {
	margin-bottom:10px;
}

.accordion-content p:first-of-type {
}

.rates-table {
	margin-bottom:20px;
	border-collapse: collapse;
}

/*--------------------------------------------------------------
# Lodge/Safari Rates and Dates
--------------------------------------------------------------*/

.rates-content-container.for-this-year span.for-this-year,
.rates-content-container.for-this-year div.for-this-year {display:inline-block;}
.rates-content-container.for-this-year span.for-next-year,
.rates-content-container.for-this-year div.for-next-year {display:none;}

.rates-content-container.for-next-year span.for-this-year,
.rates-content-container.for-next-year div.for-this-year {display:none;}
.rates-content-container.for-next-year span.for-next-year,
.rates-content-container.for-next-year div.for-next-year {display:inline-block;}

a.select-dates {text-decoration:none;}
a.select-dates:hover {border-bottom:2px solid #000;}
.rates-content-container.for-this-year a.for-this-year {border-bottom:2px solid #000;}
.rates-content-container.for-next-year a.for-next-year {border-bottom:2px solid #000;}

p.this-is-the-one {
	margin-bottom:0;
	text-align:center;
	font-size:18px;
}

p.could-be-the-one {
	margin-bottom:0;
	text-align:center;
	font-size:15px;
}

p.could-be-the-one a {
	border-bottom: 2px solid rgba(10,44,30,0.2);
}

p.could-be-the-one a:hover {
	border-bottom: 2px solid rgba(10,44,30,0.9);
}

/*flashing animation*/
.flashing {
   -webkit-animation-name: flashing; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: flashing;
    animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes flashing {
	0%  {opacity:0;}
	100% {opacity:1;}
}

/* Standard syntax */
@keyframes flashing {
	0%  {opacity:0;}
	100% {opacity:1;}
}

/*--------------------------------------------------------------
# Owl Carousel
--------------------------------------------------------------*/


/* owl carousel in content */
.owl-in-content .owl-dots,
.owl-in-content .owl-nav {
	position:absolute;
	bottom:0;
	left:20px;
}

.owl-in-content .owl-dots {
	left:120px;
}

.owl-in-content .owl-nav [class*="owl-"] {
	margin:0 !important;
	padding:10px 14px !important;
	border-radius:0 !important;
	color:#1F5B40 !important;
	background:rgba(255,255,255,0.8) !important;
}

.owl-in-content .owl-nav [class*="owl-"]:hover {
	background:rgba(255,255,255,1) !important;
}

/* Header Slideshow */

/* Centred Navigation Icons */
#header-slideshow .owl-nav {
	width:100%;
}
#header-slideshow .owl-nav,
#header-slideshow .owl-prev,
#header-slideshow .owl-next {
	position:absolute;
	top:50%;
	-ms-transform: translateY(-50%); /* IE 9 */
	-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
	transform: translateY(-50%);
	margin:0 !important;
}

#header-slideshow .owl-prev,
#header-slideshow .owl-next {
	background: rgba(255,255,255,.8) !important;
	color: rgba(44,10,30,.8) !important;
	font-size: 30px !important;
	border-radius: 0 !important;
}

#header-slideshow .owl-prev:hover,
#header-slideshow .owl-next:hover {
	background: rgba(255,255,255,1) !important;
	color: rgba(44,10,30,.6) !important;
}

#header-slideshow .owl-prev{
	left:0;
}

#header-slideshow .owl-next {
	right:0;
}

#header-slideshow .owl-dots {
	position:absolute;
	bottom:0;
	left:50%;
	-ms-transform: translateX(-50%); /* IE 9 */
	-webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
	transform: translateX(-50%);
}

.owl-theme .owl-nav .owl-next {
	padding:4px 10px 4px 15px !important;
	font-size:24px !important;
}

.owl-theme .owl-nav .owl-prev {
	padding:4px 15px 4px 10px !important;
	font-size:24px !important;
}

/* DOTS NAV */

.owl-theme .owl-dots .owl-dot span {
	background: rgba(10,44,40,.4) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(10,44,40,.9) !important;
}

#header-slideshow.owl-theme .owl-dots .owl-dot span,
.owl-in-content.owl-theme .owl-dots .owl-dot span {
	background: rgba(255,255,255,.4) !important;
}

#header-slideshow.owl-theme .owl-dots .owl-dot.active span,
#header-slideshow.owl-theme .owl-dots .owl-dot:hover span,
.owl-in-content.owl-theme .owl-dots .owl-dot.active span,
.owl-in-content.owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(255,255,255,.9) !important;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.25);
	position:fixed;
	position:absolute;
	width:100%;
	background:#fff;
	z-index:99;
}

/* Site Branding and Logo SVG Small */
#volcanoes_safaris_logo-big {
	display:none;	
}

#volcanoes_safaris_logo-small {
	width:60px;
	height:60px;
	display:block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.volcanoes_safaris_logo:hover path,
.volcanoes_safaris_logo:hover rect {
	fill:rgba(31,91,64,1);
}

.site-branding {
	float:left;
	width:auto;
	margin:15px 0;
}

@media all and (min-width:700px) {
	#volcanoes_safaris_logo-big {
		width:345px;
		height:66px;
		display:block;	
	}
	#volcanoes_safaris_logo-small {
		display:none;
	}
	.site-branding {
		margin:12px 0;
	}
}

a.logo-link {
	font-size:0;
	display:block;
	line-height:0;
}

/* Site Navigation */
.main-navigation {
	width:auto;
}

.main-navigation li {
	margin-right:0px;
}

.main-navigation li:last-of-type {
	margin-right:0px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

/* Header Image */

#header-slideshow,
#header-slideshow .owl-item,
#header-slideshow .owl-item > div,
.hero-image {
	min-height:400px;
	height:400px;
	height:80vh;
	max-height:600px;
	background-size:cover;
	background-position:center top;
	background-repeat: no-repeat;
}

@media all and (min-width:600px) {
	#header-slideshow,
	#header-slideshow .owl-item,
	#header-slideshow .owl-item > div,
	.hero-image {
		min-height:500px;
		height:500px;
		height:80vh;
		max-height:800px;
	}
	
	.page-template-page_lodges #header-slideshow,
	.page-template-page_lodges #header-slideshow .owl-item,
	.page-template-page_lodges #header-slideshow .owl-item > div,
	.page-template-page_lodges .hero-image {
		min-height:500px;
		height:500px;
		height:90vh;
		max-height:850px;
	}

	.home #header-slideshow,
	.home #header-slideshow .owl-item,
	.home #header-slideshow .owl-item > div,
	.home .hero-image {
		min-height:500px;
		height:500px;
		height:100vh;
		max-height:100vh;
	}
}

/* Grey Header */
.grey-header {
	background:#f0f0f0;
	padding-top:90px;
	margin-bottom:60px;
}

.grey-header h1 {
	margin:60px 0 50px;
}

/* Image Caption */

#header-slideshow,
.hero-image {
	position: relative;

}

.caption-wrapper {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.caption-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
	transform: translate(-50%, -50%);
	max-width:800px;
	color:rgba(255,255,255,0.9);
}

.caption-content h1 {
	margin: 0;
	font-size: 28px;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

.caption-content p {
	margin: 0;
	font-size: 20px;
	text-align: center;
	line-height: 1.5;
	font-family: "Times New Roman", Times, serif;
}

@media all and (min-width:700px) {
	.caption-content h1 {
		font-size: 36px;

	}
	.caption-content p {
		font-size: 30px;
	}
}

/*--------------------------------------------------------------
# Contact Section above Footer
--------------------------------------------------------------*/

#contact-section {
	padding-top: 71px;
	padding-bottom: 44px;
	background-color: #f7f7f7;
}

.contact-strapline {
	font-size:30px;
	text-align:center;
	margin:0;
}

.contact-action {
	font-size:16px;
	text-transform:uppercase;
	margin:0;
	text-align:center;
}

.contact-action a {
	text-decoration:none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	text-align:center;
	background:#0e0e0e;
	margin-top:50px;
	font-size:14px;
}

.single-vs_safaris .site-footer,
.page-template-page_lodges .site-footer {
	margin-top:0;
}

.site-footer p {
	text-align:center;
	margin:0;
	color:rgba(255,255,255,.4);
}

.site-footer a {
	color:rgba(255,255,255,.4);
	text-decoration:none;
}

.site-footer a:hover {
	color:rgba(255,255,255,8);
}

.site-links {
	background:#0e0e0e;
	padding:30px 0;
}

p.social-media {
	font-size:20px;
	margin-bottom:20px;
}

.social-media a {
	display:inline-block;
	padding:0 10px;
	color:rgba(255,255,255,.6);
}

.social-media a:hover {
	color:rgba(255,255,255,1);
}

ul#footer-menu {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}

ul#footer-menu li {
	display:inline-block;
	margin-bottom:0;
}

ul#footer-menu li a {
	padding:5px 10px;
}

@media all and (min-width:700px) {
	ul#footer-menu li a:after {
		content:'|';
		margin-left:20px;
		color: rgba(255,255,255,.4) !important;
	}

	ul#footer-menu li:last-of-type a:after {
		content:'';
		margin-left:0;
	}
}

.site-info {
	background:#1c1c1c;
	padding:30px 0;
}

p.website-credits,
.website-credits a {
	color:#404040;
}

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/

.wpcf7-form {
	margin:auto;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	width:100%;
	padding: 8px 15px;
	border: 1px solid #f0f0f0;
	outline: 0;
	font-family: inherit;
	background-color: #f0f0f0;
	color: #000;
	box-sizing: border-box;
	box-shadow: none !important;
	border-radius: 0 !important;
	-webkit-appearance: none;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus {
	border: 1px solid #C7C7C7;
}

.wpcf7-form textarea {
	height:150px;
}

.wpcf7-form p {
	margin-bottom:10px;
}

.wpcf7-form input[type="submit"],
a.dropdown-hide {
	display: inline-block;
	position: relative;
	outline: 0;
	font-style: normal;
	font-weight: 600;
	padding: 0 39px;
	font-size: 12px;
	border: 0;
	line-height: 49px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	background-color: #0e0e0e;
	color: #fff;
	-webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	-moz-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 0 !important;
}

.wpcf7-form input[type="submit"]:hover,
a.dropdown-hide:hover {
	color: #fff;
	background-color: #a9a9a9;
}

.wpcf7-list-item-label {
	margin-left:5px;
}
span.wpcf7-list-item {
	margin:0;
	display:block;
}
span.wpcf7-list-item.first {
	margin-top:15px;
}
span.wpcf7-list-item.last {
	margin-bottom:15px;
}
/*--------------------------------------------------------------
# Pre Loader
--------------------------------------------------------------*/

.preloader,
.js.loaded .preloader  {
	display:none;
	position:static;
	background:transparent;
	width:0px;
	height:0px;
}

.js .preloader {
	display:block;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:#fff;
}

.js #page {
	opacity:0;
	-webkit-transition: opacity 1s; /* Safari */
	transition: opacity 1s;
}
.js.loaded #page {
	opacity:1;
}

/*--------------------------------------------------------------
# Hover Effect on Images
--------------------------------------------------------------*/

.hover-box {
	position:relative;
	background:#0a2c1e;
	text-align:center;
}

.hover-box a {
	font-size:0;
	display:block;
}

.hover-title {
	position:absolute;
	left:0;
	top:50%;
	left:50%;
	-ms-transform: translate(-50%, -50%);; /* IE 9 */
	-webkit-transform: translate(-50%, -50%);; /* Chrome, Safari, Opera */
	transform: translate(-50%, -50%);;
	opacity:0;
	color:#fff;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.hover-box img {
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	width:100%;
}

.hover-box:hover img {
	opacity:0.4;
}

.hover-box:hover .hover-title {
	opacity:1;
}

/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/

.accordion-container {
	margin:0;
	text-align:center;
}

.accordion-content {
	text-align:left;
}

#lodge-activities .accordion-container,
#lodge-safaris .accordion-container,
#safari-itinerary .accordion-container,
#safari-accommodation .accordion-container,
#faqs-section .accordion-container {
 	border-bottom:1px solid #bfbfbe;
}

.accordion-title h3 {
	margin:0;
	text-align:center;
	vertical-align: middle;
	font-size:13px;
}

.accordion-title a {
	display: block;
	padding: 24px 0;
	vertical-align: middle;
	text-decoration:none;
	padding-left:50px;
}

.accordion-icon {
	width:50px;
	vertical-align: middle;
	text-align: center;
	font-size:14px;
}

.accordion-icon a {
	display: block;
	text-decoration:none;
	padding:10px;
}

.accordion-container.revealed .accordion-icon .fa-angle-down:before {
	content: "\f00d";
}

/* reveal more/show less */
.accordion-container .reveal-less {
	display:none;
}

.accordion-container .reveal-more {
	display:block;
}

.accordion-container.revealed .reveal-less {
	display:block;
}

.accordion-container.revealed .reveal-more {
	display:none;
}

.read-more {
	margin-bottom:0;
}

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

.posts-navigation {
	margin:30px auto !important;
	text-align:center;
}

a.page-numbers,
span.page-numbers {
	padding:5px 10px;
	background:#e1e1e1;
	text-decoration:none;
	color:#000;
	display:inline-block;
	margin-top:10px;
}

span.page-numbers.current {
	background:#1F5B40;
	color:#fff;
}

a.page-numbers:hover {
	background:#1F5B40;
	color:#fff;
}

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

button.menu-toggle {
	border: none;
	border-radius: 0;
	background: #fff;
	color: rgba(10,44,30,.8);
	font-size: 20px;
	line-height: 1;
	padding: 10px;
	float:right;
	margin-top:26px;
}

button.menu-toggle:hover {
	color: rgba(10,44,30,.8);
}

button.menu-toggle i {

}

.main-navigation.toggled .fa-bars:before {
	content:'\f00d';
}

@media all and (min-width:1000px) {
	.site-header {
		height:90px;
	}
}

/*--------------------------------------------------------------
# Drop down icon on menu
--------------------------------------------------------------*/

li.menu-item-has-children > a:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	margin-left:5px;
}

/*--------------------------------------------------------------
# Lodges Pages
--------------------------------------------------------------*/

/* strapline */
p.strapline {
	font-size: 22px;
	text-align: center;
	margin-top: 0;
	margin-bottom:15px;
}

/* Trip Advisor */
#TA_cdsratingsonlywide235 {
	margin-bottom:50px;
}

#CDSRATINGWIDGET235 {
	margin:auto;
	max-width:100%;
	overflow:hidden;
}

/*--------------------------------------------------------------
# Lodge Maps Section
--------------------------------------------------------------*/

#lodge-maps {
	margin:50px auto;
}

/*--------------------------------------------------------------
# Lodge Photos Section
--------------------------------------------------------------*/

#lodge-photos {
	margin:50px auto 0;
}

/*--------------------------------------------------------------
# Lodge Video Section
--------------------------------------------------------------*/

#lodge-video {
	margin:30px auto 30px;
}

.lodge-video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background:rgba(10,44,30, 0.2);
	margin-bottom:30px;
}

#player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*--------------------------------------------------------------
# Lodge Links Section
--------------------------------------------------------------*/

#lodge-links {
	margin:50px auto;
}

/*--------------------------------------------------------------
# Lodge Activities and Safaris Sections
--------------------------------------------------------------*/

#lodge-activities,
#lodge-safaris,
#safari-itinerary,
#safari-accommodation {
	background-color: #f7f7f7;
	padding: 100px 0;
}

/*--------------------------------------------------------------
# Lodge Quotes Section
--------------------------------------------------------------*/

#lodge-quotes {
	margin:100px 0;
}

.quote-item {
	text-align: center;
	font-size:18px;
}

.quote-item p {
	text-align:center;
}

.quote-item p.quotes-source {
	font-size:15px;
	font-style:normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

.quote-item a {
	text-decoration:none;
}


/*--------------------------------------------------------------
# Safaris Landing
--------------------------------------------------------------*/

.page-template-page_safaris {

}

/*--------------------------------------------------------------
# Safaris Single
--------------------------------------------------------------*/

.single-vs_safaris {

}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/

#google-map {
	width:100%;
	height:200px;	
}

@media all and (min-width:800px) {
	#google-map {
		height:300px;	
	}
}

@media all and (min-width:1000px) {
	#google-map {
		height:400px;	
	}
}

@media all and (min-width:1200px) {
	#google-map {
		height:500px;	
	}
}

h1.firstHeading {
	margin: 10px 0;
	font-size: 18px;
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

#home-lodges,
#home-safaris {
	margin:40px 0;
}

#home-lodges h2,
#home-safaris h2 {
	margin-bottom:30px;
}

#home-lodges h3,
#home-safaris h3,
#lodge-lodges h2,
#safaris-safaris h2 {
	margin-top:10px;
}

#home-lodges a,
#home-safaris a {
	text-decoration:none;
}

/*--------------------------------------------------------------
# Drop Down / Slide Down
--------------------------------------------------------------*/

.dropdown-overlay,
.dropdown-close {
	display:none;
}

.js .dropdown-overlay {
	display:block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255);
	overflow-y: auto;
	overflow-x: hidden;
	-ms-transform: translate(0,-100%);
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	z-index:9999;
}

.js .dropdown-close.is-selected  {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:99999;
}

.js .dropdown-close.is-selected a {
	display: block;
	text-decoration: none;
}

.js .dropdown-close.is-selected a:hover {
}

.js .dropdown-close.is-selected i {
	padding-right:10px;
}

.js .dropdown-overlay.is-selected {
	-ms-transform: translate(0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* dropdown content */

.dropdown-content {
	display:none;
}

.dropdown-content.is-active {
	display:block;
}

.overflow-hidden {
	overflow:hidden;
}

/* book now */
.dropdown-content.book-now {
	margin-bottom:100px;
}
p.booking-intro {
	margin: 10px 0 30px;
}

@media all and (min-width:600px) {
	p.form-half-first {
		clear:left;
		float:left;
		width:46%;
	}

	p.form-half-last {
		clear:right;
		float:right;
		width:46%;
	}
}


/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

.page-id-6777 h2 {
	text-align:left;
	letter-spacing:2px;
	font-weight:bold;
	margin-bottom:10px;
}

#contact-numbers {
	margin:50px auto;
}

/*--------------------------------------------------------------
# Meet the Team
--------------------------------------------------------------*/

#people-profiles {
	margin:50px auto;
}

#people-profiles h2 {
	margin-top:5px;
	margin-bottom:0;
}

#people-profiles .staff-position {
	text-align:center;
}


/*--------------------------------------------------------------
# Pack for a purpose on lodges pages
--------------------------------------------------------------*/

#pack-for-a-purpose {
	margin:50px auto;
}

/*--------------------------------------------------------------
# Trip Advisor
--------------------------------------------------------------*/

#tripadvisor-widget {
	margin:50px auto;
}

#tripadvisor-widget .accordion-controls {
	display:block;
}

.widSSPnarrow {
	margin:30px auto 0 !important;
}

#tripadvisor-svg {
	width:266px;
	height:50px;
	margin:auto;
}

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

#comments {
	display: none;
}