@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/*
Theme Name: Cape Canopy Tour
Theme URI: http://capecanopytour.co.za
Author: Imar Krige
Author URI: http://solidstuff.co.za/
Description: Cape Canopy Tour 2014
Version: 1.0
*/

/* ---------- FONTS ---------- */
@font-face {
    font-family: "lunaregular";
    src: url("fonts/luna-webfont.woff2") format("woff2"),url("fonts/luna-webfont.woff") format("woff"),url("fonts/luna-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'icomoon';
    src:    url('fonts/icomoon.eot?wq582q');
    src:    url('fonts/icomoon.eot?wq582q#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?wq582q') format('truetype'),
        url('fonts/icomoon.woff?wq582q') format('woff'),
        url('fonts/icomoon.svg?wq582q#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---------- RESET ---------- */
html, body,
div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a,
abbr, acronym, address,
big, cite, code, del, dfn, em,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
ol, ul, li,
fieldset, form, label, legend, input, button, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
hr,
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
hr {
    border-top: 2px solid #CCC;
    height: 0;
	margin: 30px 0;
}
blockquote:before,
q:before {
	color: #4CBD31; /* CCT green */
	content: "\201C";
	display: inline-block;
	font-size: 2em;
	margin-right: 5px;
	vertical-align: text-top;
}
blockquote:after,
q:after {
	color: #4CBD31; /* CCT green */
	content: "\201D";
	display: inline-block;
	font-size: 2em;
	vertical-align: text-top;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
html {
	font-size: 100%;
}
html,
body {
	height: 100%;
	line-height: 1;
}
body {
	background: #DBD9CE url(images/light-wall.jpg) repeat center center;
	color: #111;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 1em;
	-moz-background-size: 358px;
	-o-background-size: 358px;
	-webkit-background-size: 358px;
	background-size: 358px;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic; /* Allow IE to scale images without pixelating them */
}
/* ---------- HTML5 ELEMENTS ---------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* ---------- TYPOGRAPHY ---------- */
strong,
dt {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.25em; /* x(height) / y(size) */
	margin-bottom: 10px;
	/* text-transform: uppercase; */
}
h1 {
	font-size: 3em; /* 48 / 16 */
}
h2 {
	font-size: 1.875em; /* 30 / 16 */
}
h3 {
	font-size:  1.625em; /* 26 / 16 */
}
h4 {
	font-size: 1.375em; /* 22 / 16 */
}
h5 {
	font-size: 1.125em; /* 18 / 16 */
}
h6 {
	font-size: 1em; /* 16 / 16 */
}
p,
dl,
blockquote,
table {
	font-weight: 400;
	margin-bottom: 20px;
}
p,
li,
label,
dt,
dd,
th,
td,
blockquote {
	color: #333;
	font-size: 1em; /* 16 */
	line-height: 1.5em; /* x(height) / y(size) */
}
em {
	font-style: italic;
}
li p,
li label,
blockquote p {
	font-size: 1em;
}
blockquote p {
	display: inline;
}
pre {
    background: #FAFAFA;
    border: 1px solid #DDD;
	margin-bottom: 20px;
    padding: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
pre, code, kbd, samp {
    font-family: monospace, serif;
}
blockquote {
	border-left: 4px solid #4CBD31; /* CCT green */
	font-style: italic;
	padding-left: 1em;
}
a:link,
a:visited {
	color: #327D20; /* darker green */ /* #4C48C8; blueish-purple */
	text-decoration: none;
}
a:hover,
a:active {
	color: #327D20; /* darker green */ /* #4C48C8; blueish-purple */
	text-decoration: underline;
}
/* ---------- HEADER ---------- */
header {
	background: #4CBD31; /* CCT green */
	position: relative;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	z-index: 99;
}
header,
header .logo {
	height: 120px;
}
header .logo {
	width: 320px;
	position: absolute;
	top: 0;
	left: 0;
}
header .logo:after {
	background: url(images/angle.svg) no-repeat left bottom;
	content: "";
	display: block;
	width: 21px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
}
header .logo a {
	background: #FFF;
	display: block;
	height: 100%;
	overflow: visible;
	padding: 10px 10px 0 30px;
}
header .logo img {
	width: 280px;
}
.menu-toggle {
	display: none;
}
header nav {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin-left: 320px; /* to accommodate logo */
	text-transform: uppercase;
}
header nav ul {
	list-style: none;
	margin-right: 150px; /* to accommodate booking button */
	padding: 42px 15px 38px 30px;
}
header nav ul:before,
header nav ul:after {
    content: "";
    display: table;
}
header nav ul:after {
    clear: both;
}
header nav ul > li,
.booking-btn  {
	display: inline-block;
	font-size: 1.125em;
	height: 40px;
	line-height: 40px;
}
header nav ul > li {
	margin: 0 1%;
}
header nav ul > li a {
	display: block;
	height: 100%;
	line-height: inherit;
	padding: 0 2px;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
}
header nav a:link,
header nav a:visited {
	color: #FFF;
	text-decoration: none;
}
header nav a:hover,
header nav a:active {
	border-bottom: 2px solid #FFF;
	color: #FFF;
	text-decoration: none;
}
header nav ul > li.current_page_item a:link,
header nav ul > li.current_page_item a:visited,
header nav ul > li.current_page_item a:hover,
header nav ul > li.current_page_item a:active {
	border-bottom: 2px solid #FFF;
	color: #111;
	cursor: default;
	display: block;
}
.booking-btn {
	margin: -20px 0 0 0;
	min-width: 120px;
	position: absolute;
	top: 50%;
	right: 20px;
	text-align: center;
}
.booking-btn a {
	border: 2px solid #FFF;
	display: block;
	font-weight: 700;
	height: 100%;
	padding: 0 10px;
	text-decoration: none;
	-moz-transition: background .1s linear;
	-o-transition: background .1s linear;
	-webkit-transition: background .1s linear;
	transition: background .1s linear;
}
.booking-btn a:link,
.booking-btn a:visited {
	background: #FFF;
	color: #4CBD31; /* CCT green */
	text-decoration: none;
}
.booking-btn a:hover,
.booking-btn a:active {
	background: #4CBD31; /* CCT green */
	color: #FFF;
	text-decoration: none;
}
/* ---------- MULTICOLUMN (MC) LAYOUTS ---------- */
.mc:before,
.mc:after {
    content: "";
    display: table;
}
.mc:after {
    clear: both;
}
.mc > div {
	display: block;
	float: left;
	min-height: 10px;
	padding: 0 10px;
}
.two-col > div {
	width: 50%;
}
.three-col > div {
	width: 33.333333%;
}
.mc > div:first-child {
	padding-left: 0;
}
.mc > div:last-child {
	padding-right: 0;
}
/* ---------- CONTENT ---------- */
.content {
	background: #FFF; /* #F1EFEC  */
	max-width: 1440px;
}
.container {
	margin: 0 auto;
	max-width: 1440px;
	padding: 0 20px;
}
article,
.sidebar {
	padding: 40px 50px 50px 50px;
}
article > ul,
article > ol,
.mc ul,
.mc ol {
	padding: 0 25px;
}
article > h1,
article > h2,
article > h3,
article > h4,
article > h5,
article > h6,
article > p,
article > ul,
article > ol,
article section,
article table,
article hr,
article .social-sharing,
article .comments,
article nav,
article blockquote {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
}
article ul,
article ol {
	padding-bottom: 10px;
}
article li {
	margin-bottom: 10px;
}
article > form {
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;
}
article .intro {
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 1.25em;
}
article h1.fullwidth {
	max-width: 100%;
}
img.alignnone {
	display: block;
	margin: 10px 0;
}
img.alignleft {
	display: block;
	float: left;
	margin: 10px 20px 10px 0;
}
img.aligncenter {
	display: block;
	margin: 10px auto;
}
img.alignright {
	display: block;
	float: right;
	padding: 10px 0 10px 20px;
}
/* ---------- HOME PAGE ---------- */
.hero {
	position: relative;
}
.badges {
	position:absolute;
	top:0;
	right:20px;
	width:180px;
}
.blurb {
	background: url(images/world-map-bg.png) center center no-repeat;
	background-size: 960px;
	border-bottom: 1px solid #CCC;
	padding-top: 80px;
	position: relative;
}
.blurb:before {
	background: #FFF url(images/carabiner-icon.png) center center no-repeat;
	background-size: 100px;
	content: "";
	display: block;
	height: 120px;
	margin-left: -50px;
	position: absolute;
	top: -40px;
	left: 50%;
	width: 120px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
}
.blurb .mc {
	margin: 0 auto 30px auto;
	max-width: 960px;
}
.blurb .mc > div {
	padding: 0 20px;
	text-align: justify;
	text-align-last: center;
}
.blurb h1 {
	position: relative;
	z-index: 1;
}
.blurb h1 span {
	color:#4CBD31;
	display:block;
	font-family: 'lunaregular', cursive;
	font-size:0.75em;
	font-weight: normal;
	letter-spacing: normal;
	text-transform:none;
}
.featured {
	padding-top: 40px;
	padding-bottom: 40px;
}
.featured h2 span {
	color: #4CBD31; /* CCT green */
}
.featured ul {
	display: block;
	list-style: none;
	text-align: center;
}
.featured ul li {
	display: inline-block;
	float: left;
	padding: 0 15px;
	vertical-align: top;
	width: 33.333333%;
}
.featured ul li p {
	margin: 0;
}
.featured ul li a {
	display: block;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.featured ul li .graphic {
	margin: 15px 0;
	padding: 5px;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.featured ul li a.graphic:link,
.featured ul li a.graphic:visited {
	background: rgba(255,255,255,0.5);
}
.featured ul li a.graphic:hover,
.featured ul li a.graphic:active {
	background: #FFF;
}
.featured ul li .more {
	font-weight: 400;
}
/* ---------- GALLERY PAGE ---------- */
.gallery {
	padding-bottom: 30px;
}
.gallery br {
	display: none;
}
.gallery:before,
.gallery:after {
    content: "";
    display: table;
}
.gallery:after {
    clear: both;
}
.gallery-item {
	float: left;
	margin: 0;
	padding: 10px;
	text-align: center;
	width: 25%;
}
.gallery-item a {
	display: block;
	padding: 5px;
}
.gallery-item a:link,
.gallery-item a:visited {
	background: rgba(255,255,255,0.5);
}
.gallery-item a:hover,
.gallery-item a:active {
	background: #FFF;
}
.gallery-item .gallery-caption {
	display: none;	
}
.video {
	max-width: 960px;
	margin: 0 auto;
	padding: 10px 15px 20px 15px;
}
.videos {
	font-size: 0; /* prevents spaces between inline-blocks */
	padding-bottom: 30px;
	text-align: center;
}
.videos .video {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
/* ---------- MAP AND CONTACT PAGE ---------- */
.map {
	background: rgba(255,255,255,0.5);
	margin: 0 auto;
	max-width: 970px;/*  */
	padding: 5px;
}
.map iframe {
	height: 540px;
	width: 100%;
}
.map-details {
	padding-left: 30px;
}
.contact-details {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 30px 0;
	padding: 10px 0;
	text-align: center;
	position: relative;
}
.contact-details:before,
.contact-details:after {
	border-right: 1px solid #CCC;
	content: "";
	display: block;
	position: absolute;
	bottom: 15px;
	top: 15px;
	width: 0;
}
.contact-details:before {
	left: 33.333333%;
}
.contact-details:after {
	left: 66.666666%;
}
.contact-details p {
	margin-bottom: 10px;
}
.contact-details a {
	display: inline-block;
}
.contact-details a:link,
.contact-details a:visited {
	color: #111;
	text-decoration: none;
}
.contact-details a:hover,
.contact-details a:active {
	color: #111;
	text-decoration: underline;
}
/* ---------- BLOG: GENERAL ---------- */
.blog {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.blog article {
	float: left;
	width: 70%;
}
.sidebar {
	background: #F1EFEC;
	margin: 0 0 -99999px 70%;
	padding-bottom: 99999px;
	position: relative;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.blog ul.posts {
	list-style: none;
	padding: 0;
}
.blog ul.posts li {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 40px;
	padding-bottom: 40px;
}
.blog ul.posts li p {
	margin-bottom: 10px;
}
p.post-meta {
	color: #999;
	margin-bottom: 10px;
}
.blog .nav-previous {
	float: left;
	width: 50%;
}
.blog .nav-next {
	margin-left: 50%;
	text-align: right;
}
/* ---------- SIDEBAR ---------- */
.sidebar > div {
	padding-bottom: 40px;
}
.sidebar ul,
.sidebar ol {
	list-style: none;
}
.sidebar  .post-date {
	color: #999;
	display: block;
	font-size: 0.75em;
	margin-bottom: 10px;
}
/* ---------- SOCIAL SHARING ---------- */
.social-sharing {
	margin: 0 auto;
}
.social-sharing ul {
	display: inline-block;
	list-style: none;
	padding: 0;
}
.social-sharing li {
	display: inline-block;
	margin: 0 5px 5px 0;
	vertical-align: middle;
}
.social-sharing a {
	font-size: 1em;
	padding-left: 1.75em;
	padding-right: 0.5em;
	vertical-align: middle;
}
/* ---------- COMMENTS ---------- */
.form-allowed-tags {
	display: none;
}
.comment-form p {
	margin-bottom: 10px;
}
.comments {
	margin: 20px auto 0 auto;
}
.comments ol {
	border-bottom: 1px dotted #CCC;
	list-style: none;
	margin: 0;
	padding: 0;
}
.comments ol ol {
	border-bottom: none;
}
li.comment {
	border-top: 1px dotted #CCC;
	display: block;
	margin: 0;
	padding: 10px;
	position: relative;
}
li.comment li.comment {
	border-top: none;
	margin-left: 30px;
}
li.comment.bypostauthor {
	background: rgba(0,0,0,0.075);
}
li.comment img {
	border: 2px solid #FFF;
	background: #FFF;
	position: absolute;
	top: 10px;
	left: 10px;
	height: 50px;
	width: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
li.comment .comment-body {
	padding: 0 0 0 70px;
}
li.comment .comment-author cite {
	font-weight: 700;
}
li.comment .comment-meta,
li.comment .reply {
	font-size: 0.875em;
}
li.comment .comment-body p {
	margin-bottom: 5px;
}
li.comment .reply {
	position: absolute;
	top: 10px;
	right: 10px;
}
.comment-respond {
	padding-top: 10px;
}
/* ---------- SINGLE POST NAV ---------- */
.nav-single {
	border: 1px solid #EEE;
	font-size: 0.875em;
	margin-top: 10px;
	position: relative;
}
.nav-single:after {
	border-left: 1px solid #EEE;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
}
.nav-single .prev,
.nav-single .next {
	display: inline-block;
	width: 50%;
}
.nav-single a {
	display: block;
	position: relative;
	line-height: 1em;
	padding: 10px 0;
	text-align: center;
}
.nav-single .prev a:after,
.nav-single .next a:before {
	color: #4CBD31; /* CCT green */
	vertical-align: top;
}
.nav-single .prev a:after {
	content: "\203A"; /* rightwards arrow */
	margin-left: 5px;
}
.nav-single .next a:before {
	content: "\2039"; /* leftwards arrow */
	margin-right: 5px;
}
.nav-single a:link,
.nav-single a:visited {
	color: #222;
	text-decoration: none;
}
.nav-single a:hover,
.nav-single a:active {
	color: #4CBD31; /* CCT green */
	text-decoration: none;
}
/* ---------- IMAGES AND VIDEO ---------- */
.featured-image {
	margin: 0 auto 20px auto;
}
.featured-image a {
	background: rgba(255,255,255,0.5);
	DISPLAY: inline-block;
	padding: 5px;
}
.featured-image a:hover {
	background: #FFF;
}
img.alignnone {
	display: block;
	margin: 10px 0;
}
img.alignleft {
	display: block;
	float: left;
	margin: 10px 20px 10px 0;
}
img.aligncenter {
	display: block;
	margin: 10px auto;
}
img.alignright {
	display: block;
	float: right;
	padding: 10px 0 10px 20px;
}
/* ---------- FOOTER ---------- */
.wrapper {
	margin: 0 0 -280px;
	min-height: 100%;
}
.wrapper:after {
  content: "";
  display: block;
}
footer,
.wrapper:after {
  height: 280px; /* same value as wrapper's negative margine */
}
footer {
	background: #282B2F url(images/dark_wall.png) repeat center center;
	color: #FFF;
	position: relative;
	-moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
	-moz-background-size: 300px;
	-o-background-size: 300px;
	-webkit-background-size: 300px;
	background-size: 300px;
	z-index: 99;
}
footer a:link,
footer a:visited {
	color: #FFF;
	text-decoration: none;
}
footer a:hover,
footer a:active {
	color: #FFF;
	text-decoration: none;
}
footer .container > div {
	float: left;
	padding: 35px 20px 40px 20px;
	position: relative;
	text-align: center;
	width: 33.333333%;
}
footer .container > div:after {
	border-right: 1px solid #666;
	content: "";
	display: block;
	height: 140px;
	width: 0;
	position: absolute;
	top: 30px;
	right: 0;
}
footer .container > div:last-child:after {
	display: none;
}
footer ul {
	list-style: none;
}
#menu-associates:before,
#menu-associates:after {
    content: "";
    display: table;
}
#menu-associates:after {
    clear: both;
}
footer #menu-associates li {
	display: block;
	font-size: 0.875em; /* 14 / 16 */
	float: left;
	line-height: 1.25em;
	margin: 4px 1% 6px 1%;
	width: 48%;
}
footer #menu-associates a:link,
footer #menu-associates a:visited {
	border-bottom: 1px solid #666;
	color: #4CBD31; /* CCT green */
	text-decoration: none;
}
footer #menu-associates a:hover,
footer #menu-associates a:active {
	border-bottom: 1px solid #FFF;
	color: #4CBD31; /* CCT green */
	text-decoration: none;
}
footer .newsletter form {
	margin: 0 auto;
	max-width: 480px;
	padding: 0;
}
footer .social  {
	display: block;
	line-height: 76px;
	margin: 0 auto;
	max-width: 360px;
}
footer .social li {
	font-size: 40px;
	display: inline-block;
	line-height: 40px;
	padding: 5px;
	vertical-align: middle;
	width: 20%;
}
footer .social a {
	display: block;
	position: relative;
	-moz-transition: top .2s linear;
	-o-transition: top .2s linear;
	-webkit-transition: top .2s linear;
	transition: top .2s linear;
}
footer .social a:link,
footer .social a:visited {
	top: 0;
}
footer .social a:hover,
footer .social a:active {
	top: -5px;
	text-shadow: 0 0 8px rgba(0,0,0,0.25);
}
.copyright {
	background: rgba(0,0,0,0.25);
	height: 80px;
	padding-top: 25px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.copyright p {
	color: #DDD;
	font-weight: 400;
	height: 30px;
	line-height: 30px;
	margin: 0;
}
.copyright a {
	white-space: nowrap;
}
.copyright a:link,
.copyright a:visited {
	border-bottom: 1px solid #666;
}
.copyright a:hover,
.copyright a:active {
	border-bottom: 1px solid #FFF;
	color: #4CBD31; /* CCT green */
}
/* ---------- TABLES ---------- */
table { 
	border-collapse: collapse;
	width: 100%;  
}
td,
th { 
	padding: 10px; 
	border: 1px solid #CCC; 
	vertical-align: baseline;
	text-align: left;
}
th { 
	font-weight: 700;
}
/* ---------- GENERAL ---------- */
.hidden {
	display: none;
}
.align-center {
	text-align: center;
}
.notification {
	background: rgba(0,0,0,0.075);
	margin-bottom: 20px;
	padding: 10px 15px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset rgba(0,0,0,0.5) 0 0 1px;
	-o-box-shadow: inset rgba(0,0,0,0.5) 0 0 1px;
	-webkit-box-shadow: inset rgba(0,0,0,0.5) 0 0 1px;
	box-shadow: inset rgba(0,0,0,0.5) 0 0 1px;
}
.screen-reader { 
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
/* ---------- CLEARFIX ---------- */
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
/* ---------- FLEXSLIDER OVERRIDES ---------- */
.flexslider {
	border: none;
	margin: 0;
}
.slides,
.slides li {
	height: 520px; /* images are 540 */
	position: relative;
}
@media screen and (max-height: 900px) {
.slides,
.slides li {
	height: 440px; /* prevents slideshow from covering most of screen on smaller laptops */
}
}
.slides li {
	font-size: 1em;
	background-size: cover;
}
.slideA {
	background: url(images/slide01.jpg) no-repeat center center;
}
.slideB {
	background: url(images/slide02.jpg) no-repeat center center;
}
.slideC {
	background: url(images/slide03.jpg) no-repeat center center;
}
.slideD {
	background: url(images/slide04.jpg) no-repeat center center;
}
.flex-control-nav {
	bottom: -20px;
	height: 11px;
	left: 10px;
	text-align: left;
	width: auto;
	z-index: 1;
}
.slides li p {
	background: rgba(0,0,0,0.65);
	color: #FFF;
	font-size: 1.125em; /* 18 / 16 */
	line-height: 1.5em;
	margin: 0;
	max-width: 540px;
	padding: 20px;
	position: absolute;
	bottom: 30px;
	left: auto;
	text-align: center;
	text-transform: none;
	z-index: 999;
}
.slides li p:before,
.slides li p:after {
	color: #4CBD31; /* CCT green */
	font-size: 1.5em;
	line-height: 1;
	vertical-align: middle;
}
.slides li p:before {
	content: "\201C";
}
.slides li p:after {
	content: "\201D";
}
/* ---------- ICONS ---------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-tripadvisor:before {
    content: "\e900";
}
.icon-compass:before {
    content: "\e901";
}
.icon-mail:before {
    content: "\e902";
}
.icon-menu:before {
    content: "\e903";
}
.icon-phone:before {
    content: "\e904";
}
.icon-facebook:before {
    content: "\e905";
}
.icon-google:before {
    content: "\e908";
}
.icon-instagram:before {
    content: "\e906";
}
.icon-twitter:before {
    content: "\e907";
}
.icon-youtube:before {
    content: "\e909";
}
/* ---------- CONTACT DETAILS ICONS ---------- */
.contact-details p:before {
	display: block;
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
/* ---------- SOCIAL SHARING ICONS (ON SINGLE BLOG POST) ---------- */
.social-sharing a:before {
	display: block;
	font-size: 1.25em;
	margin: -10px 0 0 0;
	position: absolute;
	top: 50%;
	left: 0.25em;
}