/*
Theme Name: Woof Media Tourism
Author: Woof Media
Author URI: http://woofmedia.com.au/
Template Version: 1.0
*/



/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,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:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;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;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

html, body {
    overflow-x: hidden;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before,
.cf:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.cf:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: 'myriad-pro-n4', 'myriad-pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
}

/* Colours
.third-colour { background: #e7f7c8; color: #00AEEF; }
.primary-colour { background: #ccf2f6; color: #00AEEF; }
.second-colour { background: #fef1d4; color: #FAA61A; }
*/

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.footer-angle {
	position: relative;
	width: 100%;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	height: 0;
	padding: 5% 0 0;
	margin-top: -5%;
	z-index: 10;
}


a {
	color: #00AEEF;
	text-decoration: none;
}

.entry-content a {
  text-decoration: none;
}

body.third-colour  a { color: #8dc63f; }

.entry-content .button a.btn { color: #FFF; }
.entry-content .button:hover { background-color: #636466; }

body.second-colour .content a { color: #FAA61A; }

a:hover {
	color: #333;
}

.content a:hover {
	color: #333 !important;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 1.5em 0;
	font-size: 1.25em;
	line-height: 1.5em;
	font-family: "aktiv-grotesk-std-n3”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 300;
	padding-left: 1em;
	color: #8f8f8f;
	border-left: 4px solid #8f8f8f;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 1.125em;
	text-transform: uppercase;
	color: #00AEEF;
}

body.second-colour h1 {
	color: #FAA61A;
}

body.third-colour h1 {
	color: #8dc63f;
}

h2 {
	font-size: 1.0625em;
	text-transform: uppercase;
	color: #00AEEF;
}

body.second-colour h2 {
	color: #FAA61A;
}

body.third-colour h2 {
	color: #8dc63f;
}

h3 {
	font-size: 1.0625em;
	font-family: "aktiv-grotesk-std-n4”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 400;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: left !important;
}

.gallery-item img{
	border: none !important;
}

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

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

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

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

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

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

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

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

.gallery img {
	/*border: 1px solid #ddd;
	height: auto;
	padding: 4px;*/
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #525259;
	font-size: 1em;
	font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	padding: 12px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
a.tribe-events-read-more {
	background-color: #00AEEF;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 0.9167em; /* 22/24 */
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
	padding: 7px 30px 7px;
	text-transform: uppercase;
	width: auto;
}
.textwidget .button{
    background-color: transparent !important;
    padding: 0 !important;
    text-align: center !important;
    width: 100%;
}

.read-more{
	 float: right;
    margin-top: 40px;

}


body.second-colour input[type="reset"],
body.second-colour input[type="submit"],
body.second-colour .button {
	background-color: #FAA61A;
}


body.third-colour input[type="reset"],
body.third-colour input[type="submit"],
body.third-colour .button {
	background-color: #8dc63f;
	color: #fff !important;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
a.tribe-events-read-more:hover {
	background-color: #525259;
	color: #fff;
}

.entry-content .button {
	margin-bottom: 2em;
}

.entry-content .button a {
	color: #FFF;
	text-decoration: none;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

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

div.gform_wrapper form li, .gform_wrapper li{ margin-bottom: 10px; }
div.gform_wrapper .top_label .gfield_label { font-weight: 500; }

@media only screen and (max-width: 767px) {
	div.gform_wrapper textarea,
	div.gform_wrapper .top_label input,
	div.gform_wrapper .top_label select{
		width: 100% !important;
	}
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */
body,
.site-header.stick {
	max-width: 1600px;
	margin: 0 auto;
}
.wrap,
.site-inner {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	margin-top: 6%;
}

.home .site-inner {
	padding-bottom: 40px;
}

.feature-box {
	background-color: #fff;
	width: 100%;
	display: block;
	height: 600px;
	position: relative;
	margin-bottom: -4%;
}

.map-content{
	margin-top: 80px !important;
}


.no-featured-image .feature-box {
	display: none;
}

.feature-box .wrap {
	margin: 0 auto;
	color: #fff;
	text-align: center;
	width: 100%;
	padding-top: 50px;
}

.feature-box-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-image: url(images/bg-white-bottom.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% bottom;
	height: 0;
	padding: 6.72% 0 0;
	margin-top: -6.72%;
	z-index: 10;
}

.feature-box h1 {
	background: rgba( 0,174, 239,0.8);
	width: 30%;
	text-align: center;
	margin-top: -15px;
	padding-top: 30px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 1.0625em;
	line-height: 1.5em;
	color: #fff !important;
	font-family: "aktiv-grotesk-std-n3”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 300;
}

body.second-colour .feature-box h1 {
	background: rgba(0, 174, 239,0.8);
}

body.third-colour .feature-box h1 {
	background: rgba(141, 198, 63,0.8);
}

body.second-colour .feature-box h1 {
	background: rgba(250, 166, 26,0.8);
}

@media only screen and (max-width: 1100px) {
	.feature-box {
		height: 400px;
	}

	.feature-box-overlay {
		bottom: -1px;
	}

	.feature-box h1 {
		width: 30%;
		margin-top: -40px;
		padding-top: 30px;
		padding-bottom: 10px;
		font-size: 1.0625em;
	}
}


.content {
	margin: 0 16.6666%;
	padding: 90px 0;
}

.full-width{
	margin: 0;
}

.blog .content,
.archive .content,
.sidebar-content .content,
.home .content {
	margin: 0 2.5%;
}

.home .content {
	padding-top: 60px;
	padding-bottom: 0;
}

.sidebar-content article {
	width: 66.80701%;
	float: right;
}

.sidebar-content .sidebar {
	float: left;
	width: 27.57894%;
}

@media only screen and (max-width: 767px) {
	.feature-box {
		height: 300px;
	}

	.feature-box .wrap {
		padding-top: 0px;
	}

	.feature-box-overlay {
		bottom: -1px;
	}

	.feature-box h1 {
		margin-top: 0;
		width: 100%;
		padding: 10px 2.5%;
		text-align: left;
	}

	.content,
	.blog .content,
	.archive .content,
	.sidebar-content .content,
	.home .content {
		padding: 40px 0;
		margin: 0 2.5%;
	}

	.sidebar-content article,
	.sidebar-content .sidebar {
		float: none;
		width: 100%;
	}
}

.page .entry-header {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.page .entry-header h1 {
	color: #00AEEF;
	text-transform: uppercase;
	font-size: 1.375em;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
}

.page .entry-header h1:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	width: 45%;
	height: 2px;
	margin-left: 27.5%;
	margin-right: 27.5%;
	background: #00AEEF;
}

body.second-colour .entry-header h1 {
	color: #f6a900;
}

body.second-colour .entry-header h1:after {
	background: #f6a900;
}

body.third-colour .entry-header h1 {
	color: #8dc63f;
}

body.third-colour .entry-header h1:after {
	background: #8dc63f;
}

body.events-gridview .content { margin: 0 7%; }


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.row{
    display: inline-block;
    width: 100%;
}

/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	clear: both;
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.nolabel label,
.search-form label .screen-reader-text{
	display: none !important;
}


/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #e5554e;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

#lct-widget-categories .widget li li {
  margin: 0 0 0 15px;
}

.current-cat > a{
	font-weight: 600;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background: #00AEEF url(images/bg-header-blue.png) 0 0 repeat;

    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    max-width: 1600px;
	margin: 0 auto;
}

.admin-bar .site-header{
		top: 32px;
	}

body.second-colour .site-header {
	background: #f0a600 url(images/bg-header-orange.png) 0 0 repeat;
}

body.third-colour .site-header {
	background: #8dc63f url(images/bg-header-green.png) 0 0 repeat;
}

.site-header.stick {
    min-height: 80px;
}

.site-header .wrap {
	padding: 40px 2.5% 0;
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
		    transition: all 0.4s ease-in-out;
}

.site-header.stick .wrap {
	padding: 20px 2.5% 0px;
}

.site-header.stick #nav li a {
	padding: 8px 12px 10px;
}

.header-angle {
	position: relative;
	width: 100%;
	background-image: url(images/bg-header-angle-blue.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	height: 0;
	padding: 10.65% 0 0;
    margin-top: 126px;
	margin-bottom: -10.65%;
	z-index: 1;
}

body.second-colour .header-angle {
	background-image: url(images/bg-header-angle-orange.png);
}

body.third-colour .header-angle {
	background-image: url(images/bg-header-angle-green.png);
}

.header-angle.stick {
	margin-top: 100px;
}

@media only screen and (max-width: 1100px) {
	.site-header .wrap {
		padding: 20px 2.5%;
	}

	.site-header.stick {
	    /*position: relative;*/
	    position: fixed;
	    top: 0;
	    min-height: inherit;
	    z-index: 9999999;
	}

	.header-angle {
		margin-top: 90px;
	}

	.header-angle.stick {
		margin-top: 80px;
	}
}

@media only screen and (min-width: 767px) and (max-width: 959px) {
	.site-header.stick #nav li a {
		padding: 25px 10px 10px;
	}
}

@media only screen and (max-width: 767px) {
	.site-header .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.admin-bar .site-header.stick{
		  top: 46px;
	}

}

@media only screen and (max-width: 600px) {
	.admin-bar .site-header.stick{
		  top: 0px;
	}
}

/* ## Title Area
--------------------------------------------- */

.site-title,
.site-title a {
	width: 360px;
	height: 99px;
}

.site-title {
	float: left;
	text-indent: -999em;
	margin: 0;
}

.site-title a {
	display: block;
	background-image: url(images/logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 360px 99px;
}

.stick .site-title {
	width: 252px;
	height: 50px;
	padding-top: 0px;
}

.stick .site-title a {
	width: 252px;
	height: 50px;
	background-size: 252px 70px;
}

@media only screen and (max-width: 1100px) {
	.site-title,
	.site-title a {
		width: 180px;
		height: 50px;
	}

	.site-title a {
		background-size: 180px 50px;
	}

	.stick .site-title {
		width: 180px;
		height: 50px;
		padding-top: 0;
	}

	.stick .site-title a {
		width: 180px;
		height: 50px;
		background-size: 180px 50px;
	}
}

@media only screen and (max-width: 767px) {
	.header-angle {
		display: none;
	}

	.site-title {
		margin-left: 2.5%;
	}
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
#nav {
	float: right;
	width: 65%;
}

#nav > ul {
	float: right;
	width: auto;
}

#nav > a {
	display: none;
}

#nav li {
	position: relative;
}

#nav li a {
	color: #fff;
	display: block;
	padding: 50px 12px 10px;
	text-transform: uppercase;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 1px;

}

#nav ul > li > a:hover,
#nav ul > .current-menu-item > a,
#nav ul > .current-menu-item.menu-item-has-children > a:after,
#nav ul > .menu-item-has-children:hover > a,
#nav ul > .menu-item-has-children:hover > a:after {
	color: #443e43;
}

#nav ul > .menu-item-has-children > a:after {
	content: "\f0da";
	font-family: "FontAwesome";
	color: #fff;
	padding-left: 5px;
	font-size: 1em;
}


/* first level */

#nav > ul {
	background-color: transparent;
}

#nav > ul > li{
	float: left;
}

#nav > ul > li > a {
	height: 100%;
	font-size: 0.8333em; /* 22/24 */
	line-height: 2.5em; /* 60 (24) */
	text-align: center;
}


/* second level */

#nav li ul {
	background-color: rgba(255,255,255,0.9);
	display: none;
	position: absolute;
	top: 100%;
	width: 210px;
	z-index: 99;
}

.site-header.stick,
#nav li ul {
  -webkit-box-shadow: 0 1px 5px 0 #999;
  -moz-box-shadow: 0 1px 5px 0 #999;
  box-shadow: 0 1px 5px 0 #999;
}

#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}

.site-header.stick #nav li ul a,
#nav li ul a {
	font-size: 0.75em; /* 20 */
	padding: 0.571em 1em; /* 15 (20) */
	color: #443e43;
	font-weight: 400;
}

#nav li ul a:hover,
.site-header.stick #nav li ul a:hover {
	color: #fff;
	background-color: #636466;
}


@media only screen and ( max-width: 1100px ) {
	#nav {
		width: 74%;
	}

	#nav > ul > li > a {
		padding:  8px;
		font-size: 12px;
	}
	
		
	.site-header.stick #nav li a {
	    padding:  8px;
		font-size: 12px;
	}
}

@media only screen and ( max-width: 1100px ) {
	#nav > ul > li > a{
		font-size: 12px;
	}

	#nav {
		width: 80%;
	}
	.stick .site-title,
	.site-title, .site-title a {
		width: 145px;
	}

	.stick .site-title a,
	.site-title a {
		background-size: 145px 40px;
	}
}

@media only screen and ( max-width: 767px ) {
	#nav {
		float: none;
		width: 100%;
		position: relative;
	}

	#nav > a {
		width: 30px; /* 50 */
		height: 30px; /* 50 */
		line-height: 30px;
		font-size: 16px;
		text-align: center;
		background-color: #000;
		position: absolute;
		top: 10px;
		right: 2.5%;
		color: #fff;
	}


	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type {
		display: block;
	}

	#nav:target {
		top: -20px;
	}

	#nav:target > a {
		top: 30px;
	}

	/* first level */
	#nav > ul {
		float: none;
		background: #00AEEF;
		height: auto;
		display: none;
		width: 100%;
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
		z-index: 99;
	}

	body.second-colour #nav > ul {
		background: #FAA61A;
	}

	body.third-colour #nav > ul {
		background: #8dc63f;
	}

	#nav:target > ul {
		display: block;
	}

	#nav > ul > li {
		width: 100%;
		float: none;
	}

	#nav > ul > li > a {
		height: auto;
		text-align: left;
		padding: 0 0.833em; /* 20 (24) */
	}

	#nav > ul > li:not( :last-child ) > a {
		border-right: none;
	}


	/* second level */

	#nav li ul {
		position: static;
		padding: 1.25em; /* 20 */
		padding-top: 0;
		width: 100%;
		background: transparent;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;

	}

}

@media only screen and (max-width: 1100px) {
	.site-header .menu a {
		font-size: 12px;
		padding: 20px 10px;
	}

	.site-header .menu .sub-menu a {
		font-size: 11px;
		padding: 10px;
	}
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {

}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 1em;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

.entry-content p.intro {
	font-size: 1.25em;
	line-height: 1.5em;
	font-family: "aktiv-grotesk-std-n3”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.entry-content .accordion {
	width: 100%;
	margin-bottom: 1.5em;
}

.entry-content .accordion h3 {
	background: #ccf1f5;
	padding: 1em;
	margin-top: 0.5em;
	font-family: "aktiv-grotesk-std-n4”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 400;
}

body.second-colour .entry-content .accordion h3 {
	background: #fef1d4;
}

body.third-colour .entry-content .accordion h3 {
	background: #ddf6ff;
}

.entry-content .accordion h3 a {
	color: #636466;
	text-decoration: none;
}

.entry-content .accordion h3 a:hover {
	text-decoration: none;
}

.entry-content .accordion h3 a:before {
	font-family: "FontAwesome";
	content: "\f067";
	font-size: 0.875em;
	padding-right: 10px;
	/*color: #00AEEF;*/
}

.entry-content .accordion h3 a.selected:before {
	font-family: "FontAwesome";
	content: "\f068";
}

body.second-colour .entry-content .accordion h3 a:before {
	color: #FAA61A;
}

body.third-colour .entry-content .accordion h3 a:before {
	color: #8dc63f;
}

.entry-content .accordion > div {
	padding: 1em 2em;
}

.entry-content .accordion > div h2 {
	margin-top: 0;
}

.entry-content .testimonial {
	font-size: 1.25em;
	line-height: 1.5em;
	font-family: "aktiv-grotesk-std-n3”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 300;
	text-align: center;
	margin: 30px 4%;
}

.entry-content .testimonial p.name {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	font-family: "aktiv-grotesk-std-n3”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 1px;
	margin-top: -10px;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Grid Loop
--------------------------------------------- */
.content-sidebar-wrap {
	overflow: hidden;
}
.news-intro .title {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.news-intro .title h1 {
	color: #FAA61A;
	text-transform: uppercase;
	font-size: 1.375em;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 700;
}

.news-intro .title h1:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	width: 45%;
	height: 2px;
	margin-left: 27.5%;
	margin-right: 27.5%;
	background: #FAA61A;
}

.news-intro .description {
	font-size: 1.25em;
	line-height: 1.5em;
	font-family: "aktiv-grotesk-std-n3”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 300;
	padding: 0 14.91% 60px;
}

@media only screen and (max-width: 767px) {
	.news-intro .description {
		padding-left: 2.5%;
		padding-right: 2.5%;
		padding-bottom: 40px;
	}
}

.gp-grid .teaser {
	background-color: #ddf6ff;
	float: left;
	margin: 0 2.63157% 2.63157% 0;
	min-height: 370px;
	position: relative;
	text-align: center;
	width: 31.57894%;
	max-width: 359px;
	overflow: hidden;
}

.gp-grid .teaser:nth-of-type(3n) {
	margin: 0 0 2.63157% 0;
}

.gp-grid .teaser:nth-of-type(3n+1) {
	margin: 0 2.63157% 2.63157% 0;
}

.gp-grid .teaser:hover {
	opacity: 0.75;
}

.gp-grid .teaser-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.gp-grid .teaser img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  opacity: 1.0;
  -webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
}

.gp-grid .teaser:hover img {
	opacity: 0;
}

.gp-grid .teaser .readmore {
	color: #636466;
	text-transform: uppercase;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
	padding-top: 50%;
	margin-top: -8px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
}

.gp-grid .teaser:hover .readmore {
	opacity: 1.0;
}

.gp-grid .teaser .entry-title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 60px;
	background: rgba(246,169,0,1.0);

}

.gp-grid .teaser .entry-title h2 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	display: table-cell;
	width: 100%;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	padding: 0 1.5em;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
}

@media only screen and (max-width: 1100px) {
	.gp-grid .teaser {
		min-height: 250px;
	}

	.gp-grid .teaser .entry-title h2 {
		font-size: 12px;
	}

	.gp-grid .teaser .readmore{
		padding-top: 30%;
	}
}

@media only screen and (max-width: 767px) {
	.gp-grid .teaser {
		width: 100%;
		margin: 2.63157% auto !important;
		min-height: 250px;
		float: none;
	}

	.gp-grid .teaser .entry-title h2 {
		font-size: 11px;
	}
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 0 16px;
}

.entry-comments {
	padding: 40px 0;
}

.comment-header {
	font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.875em;
	text-transform: uppercase;
}

li.comment {
	border-bottom: 2px solid #d6d6d6;
}

li.comment.bypostauthor { background: #ccf2f6; }

body.third-colour li.comment.bypostauthor { background: #e7f7c8;  }

body.second-colour li.comment.bypostauthor { background: #fef1d4; }

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 15px 0;
}

.comment-list li li {
	padding-left: 20px;
	border: 0;
}

.comment-content p {
	margin-bottom: 0.75em;
}

.comment-form-author {
	float: left;
	width: 48%;
}

.comment-form-email {
	float: right;
	width: 48%;
}

.comment-form-comment {
	clear: both;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
	background: #d6d6d6;
	border: 1px solid #d6d6d6;
}

.comment-respond textarea {
	background: #d6d6d6;
	border: 1px solid #d6d6d6;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags,
.comment-notes {
	display: none;
}

#comments h2,
#respond h3 {
	text-transform: uppercase;
	font-size: 1.375em;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 2px solid #d6d6d6;
	margin-bottom: 30px;
	color: #00AEEF;
}

body.third-colour #comments h2, body.third-colour #respond h3 { color: #8dc63f; }
body.second-colour #comments h2, body.second-colour #respond h3 { color: #FAA61A; }


/* # Breadcrumbs
---------------------------------------------------------------------------------------------------- */
.breadcrumb {
	text-align: center;
	font-family: "aktiv-grotesk-std-n3”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 0.875em;
	margin: 4% 0;
}

.breadcrumb i {
	font-size: 0.5em;
}


.breadcrumb,
.breadcrumb a {
	color: #3c3c3c;
}

.breadcrumb a:hover { color: #00AEEF; }

@media only screen and (max-width: 1100px) {
	.breadcrumb {
		margin-top: 0;
	}
}



/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.sidebar p {
	margin-bottom: 5px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 0;
	padding: 40px;
}

.sidebar .widget-title {
	text-align: center;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
	border-bottom: 2px solid #00aeef;
}

.business-entry-header a.btn,
.sidebar .textwidget a.btn {
	color: #FFF;
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 7px 30px;
	text-align: center;
}

body.third-colour .business-entry-header a.btn{
    width: auto;
    color: #fff;
}

body.third-colour .business-entry-header a.btn,
body.third-colour .sidebar .textwidget a.btn {
	background-color: #8dc63f;
}
body.second-colour .sidebar .textwidget a.btn {
	background-color: #636466;
}

.business-entry-header a.btn:hover,
.sidebar .textwidget a.btn:hover,
body.third-colour .sidebar .textwidget a.btn:hover,
body.second-colour .sidebar .textwidget a.btn:hover {
	background-color: #FAA61A;
}

body.third-colour .sidebar .widget-title {
	color: #8dc63f;
	border-color: #8dc63f;
}

body.second-colour .sidebar .widget-title {
	color: #FAA61A;
	border-color: #FAA61A;
}

@media only screen and (max-width: 1100px) {
	.sidebar .widget {
		padding: 0 0 40px;
	}

	.sidebar .widget-title {
		font-size: 1em;
	}

	.sidebar li {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}



/* # Business Directory (single)
---------------------------------------------------------------------------------------------------- */
.post-type-archive-business .content,
.tax-categories .content {
	padding-bottom: 0;
}

.business-entry-header h1 {
	text-transform: uppercase;
	font-size: 1.375em;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 700;
	text-align: center;
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.business-entry-header .back-to-search{
	float: right;
}

.business-entry-header h1:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	width: 45%;
	height: 2px;
	margin-left: 27.5%;
	margin-right: 27.5%;
	background: #00AEEF;
}

.entry-content .listing {
	background-color: #e5f8fa;
	color: #636466;
}

.single-business .listing {
	margin-bottom: 40px;
}

.hack .biz {
	margin-bottom: 40px;
	overflow: hidden;
}

body.third-colour .entry-content .listing a {
	color: #636466;
	text-decoration: underline;
}

.entry-content .listing p.read-more {
	padding-top: 0.5em;
}


body.third-colour .entry-content .listing p.external a {
	margin-right: 5px;
	text-decoration: none;
	color: #00acc3;
}
.entry-content .listing .title-label,
body.primary-colour .entry-content .listing .title-label{
	padding: 10px 15px;
	margin: 0;
	line-height: 0;
	background-color: #00AEEF;
	color: #fff !important;
}

body.primary-colour .entry-content .listing .title-label h2{
	color: #fff;
}

body.third-colour .entry-content .listing p.external a:hover {
	color: #646566;
}

body.third-colour .entry-content .listing p.read-more a.button:hover {
	background-color: #8dc63f;
}

body.third-colour .entry-content .listing .title-label {
	padding: 10px 15px;
	margin: 0;
	line-height: 0;
	background-color: #8dc63f;
}

body.third-colour .entry-content .listing .title-label h2 {
	margin: 0;
	color: #fff;
}

body.third-colour .entry-content .listing p.external a.button {
	display: inline-block;
	float: left;
	width: 40%;
	margin-right: 5px;
	padding: 7px 20px 7px;
}

body.third-colour .entry-content .listing a.button {
	color: #fff;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 0;
}
.entry-content .listing p.read-more a.button,
.entry-content .listing a.button:hover,
body.third-colour .entry-content .listing a.button:hover,
body.second-colour .entry-content .listing a.button:hover {
	background-color: #636466;
}

.entry-content .listing a:hover {
	text-decoration: none;
}

.entry-content .listing .img {
	float: left;
	width: 40%;
	overflow: hidden;
}

.entry-content .listing .img img {
	width: 100%;
	height: auto;
	float: left;
}

.entry-content .listing .bd {
	float: right;
	width: 60%;
	padding: 20px 40px;
}

.entry-content .listing .bd h2 {
	color: #00acc3;
	font-size: 1.125em;
	line-height: 1.4em;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}

.entry-content .listing .bd p {
	margin: 0 0 10px;
}

div.popup-gallery {
    text-align: center;
    margin-bottom: 60px;
}

div.image-wrap {
    display: inline-block;
}


div.image-wrap img {
    width: 100%;
}

a.lightbox-link {
  	width: 20.24972%; /* Change this value to have your thumbnails laid out differently */
    margin-left: 5.40037%;
    margin-bottom: 4px;
    display: inline-block;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

a.lightbox-link:nth-child(4n+1) {
	margin-left: 0;
}

a.lightbox-link:hover {
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.image-wrap figcaption {
    display: none;
}

.mfp-bg figcaption {
    display: block;
    position: absolute;
}

.lb-title {
    margin: 0.5em 0 0 0.5em;
}

.lb-description {
    margin-left: 0.6em;
    width: 100%;
}

@media only screen and (max-width: 1100px) {
	.hack .biz {
		margin-bottom: 40px;
	}

	.entry-content .listing .img {
		width: 35%;
	}

	.entry-content .listing .bd {
		width: 65%;
		padding: 0px 20px 20px;
	}

	.entry-content .listing .bd p {
		margin: 0.5em 0;
	}
}

@media only screen and (max-width: 568px) {
	.entry-content .listing .img {
		width: 100%;
	}

	.entry-content .listing .bd {
		width: 100%;
	}

	.entry-content .listing .bd p {
		margin-bottom: 3px;
	}
}

/* # Visitor Guide Section (mid-widgets)
---------------------------------------------------------------------------------------------------- */
.tribe-mini-calendar-event .entry-title a{
	font-size: 15px;
    line-height: 1.5em;
    text-align: left;
    font-family: "aktiv-grotesk-std-n4”, “aktiv-grotesk-std",sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
	margin: 0;
	color: #fff !important;
}

.tribe-mini-calendar-event .entry-title a:hover{
	color: #faa61a !important
}

body.second-colour .site-footer a:hover,
body.second-colour .tribe-mini-calendar-event .entry-title a:hover{
	color: #00b0bd !important
}

body.third-colour .site-footer a:hover,
body.third-colour .tribe-mini-calendar-event .entry-title a:hover{
	color: #f37021 !important
}

/* # Visitor Guide Section (mid-widgets)
---------------------------------------------------------------------------------------------------- */
.mid-widgets {
	background: #e7f6ca;
}

body.second-colour .mid-widgets {
	background: #fef1d4;
}

body.third-colour .mid-widgets {
	background: #e7f7c8;
}

.mid-widgets .wrap {
	padding: 40px 1.6%;
}

.mid-widgets .visitor-guide,
.mid-widgets .social-links {
	float: left;
	width: 50%;
	padding: 3% 4.82%;
}

.mid-widgets .social-links {
	float: right;
}

.mid-widgets .visitor-guide .cf {
	padding: 0 40px;
}

.mid-widgets .visitor-guide .img {
	float: left;
	margin-right: 20px;
}

.mid-widgets .visitor-guide h4,
.mid-widgets .visitor-guide p{
	color: #636466;
	font-family: "aktiv-grotesk-std-n5”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
}

.mid-widgets .visitor-guide h4 {
	margin-top: 10px;
	font-size: 1.1875em;
	line-height: 1.5em;
}

.mid-widgets .visitor-guide p {
	font-size: 0.9375em;
}

.mid-widgets .visitor-guide p i {
	position: relative;
	top: 1px;
}

.mid-widgets h3 {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	color: #00AEEF;
	text-transform: uppercase;
	font-size: 1.375em;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
	border-bottom: 2px solid #00AEEF;
}

.mid-widgets .social-links h3{
	margin-bottom: 20px;
}

body.second-colour .mid-widgets h3 {
	color: #00AEEF;
	border-color: #00AEEF;
}

body.third-colour .mid-widgets h3 {
	color: #8dc63f;
	border-color: #8dc63f;
}

.mid-widgets #menu-social-media {
	list-style: none;
	margin: 0 0 10px 0;
}

.mid-widgets #menu-social-media li {
	display: inline-block;
	text-align: center;
	margin: 0 5px 0 0;
}

.mid-widgets #menu-social-media a {
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -999em;
	position: relative;
	/*background: #87cc00;*/
}
.mid-widgets #menu-social-media a:hover { background: #636466; }

body.second-colour  #menu-social-media a {
	/*background: #FAA61A;*/
}

body.third-colour  #menu-social-media a {
	background: #8dc63f;
}

.mid-widgets #menu-social-media a:before {
	font-family: "FontAwesome";
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 45px;
	color: #fff;
	display: block;
	position: absolute;
	text-indent: 0;
	text-align: center;
}

.mid-widgets #menu-social-media a[href*="twitter.com"]:before {
	content: "\f099";
}

.mid-widgets #menu-social-media a[href*="facebook.com"]:before {
	content: "\f09a";
}

.mid-widgets #menu-social-media a[href*="google.com"]:before {
	content: "\f0d5";
}

.mid-widgets #menu-social-media a[href*="instagram.com"]:before {
	content: "\f16d";
}

.instagram-section{
	padding: 60px 0;
}

@media only screen and (max-width: 960px) {
	.mid-widgets .visitor-guide {
		padding-left: 0;
		padding-right: 3%;
	}

	.mid-widgets .visitor-guide h4 {
		font-size: 1em;
		line-height: 1.3em;
	}

	.mid-widgets .social-links {
		padding-left: 3%;
		padding-right: 0;
	}


	.mid-widgets .visitor-guide .cf {
		padding-left: 5%;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.mid-widgets .visitor-guide,
	.mid-widgets .social-links {
		float: none;
		width: 100%;
		padding: 3% 2.5%;
	}

	.mid-widgets .visitor-guide .cf {
		padding: 0;
	}

	.mid-widgets .widget-area {
		float: none;
		width: 100%;
		margin-left: 0;
		padding-left: 2.5%;
		padding-right: 2.5%;

	}
}





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

.footer-widgets {
	background: #636466 url(images/bg-footer-main.png) 0 0 repeat;
	clear: both;
	font-size: 0.9375em;
	line-height: 1.5em;
	text-align: left;
	font-family: "aktiv-grotesk-std-n4”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 400;
}

.footer-widgets .wrap {
	padding: 40px 1.6%;
}

.footer-widgets .widget-area {
	float: left;
	width: 20%;
	margin-left: 5%;
}

.footer-widgets .col1 {
	margin-left: 2%;
}

@media only screen and (max-width: 767px) {
	.footer-widgets .wrap {
		padding: 40px 2.5% 0;
	}

	.footer-widgets {
		font-size: 0.875em;
	}

	.footer-widgets .widget-area {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.footer-widgets .widget {
		margin-bottom: 20px;
	}
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #00AEEF;
}

body.third-colour .footer-widgets a:hover {
	color: #8dc63f;
}
body.second-colour .footer-widgets a:hover {
	color: #FAA61A;
}

.footer-widgets input[type="submit"],
.footer-widgets .gform_wrapper input[type="text"],
.footer-widgets a.btn,
.footer-widgets input[type="submit"] {
	display: inline-block;
	background: #fff !important;
	color: #636466;
	padding: 10px 15px 10px;
	font-size: 0.8em !important;
	line-height: 1;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 1em;
	text-transform: capitalize;
}

.footer-widgets .widget_search  input[type="submit"]{
	display: none;
}

.footer-widgets .gform_wrapper input[type="text"],
.footer-widgets .gform_wrapper .gform_footer input[type="submit"]{
	margin: 0;
}

body .footer-widgets .gform_wrapper label.gfield_label+div.ginput_container
.footer-widgets .gform_wrapper,
.footer-widgets .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}

.footer-widgets input[type="submit"]:hover,
.footer-widgets a.btn:hover,
.footer-widgets input[type="submit"]:hover {
	color: #FFF;
	background: #00aeef !important;
}

body.third-colour .footer-widgets input[type="submit"]:hover,
body.third-colour .footer-widgets a.btn:hover {
	color: #FFF !important;
	background-color: #8dc63f !important;
}

body.second-colour .footer-widgets input[type="submit"]:hover,
body.second-colour .footer-widgets a.btn:hover {
	color: #FFF !important;
	background-color: #00b0bd !important;
}

.footer-widgets .widget-title {
	font-size: 1.0666em;
	line-height: 1.5em;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-widgets input {
	/*border: 1px solid #333;*/
}

.footer-widgets li {
	margin-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets #menu-social-media-1 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-widgets #menu-social-media-1 li {
	display: inline-block;
}

.footer-widgets #menu-social-media-1 a {
	width: 32px;
	height: 32px;
	display: block;
	text-indent: -999em;
	position: relative;
}

.footer-widgets #menu-social-media-1 a:before {
	font-family: "FontAwesome";
	width: 32px;
	height: 32px;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	display: block;
	position: absolute;
	text-indent: 0;
	text-align: center;
}

.footer-widgets #menu-social-media-1 a:hover { color: #00AEEF; }

.footer-widgets #menu-social-media-1 a[href*="twitter.com"]:before {
	content: "\f099";
}

.footer-widgets #menu-social-media-1 a[href*="facebook.com"]:before {
	content: "\f09a";
}

.footer-widgets #menu-social-media-1 a[href*="google.com"]:before {
	content: "\f0d5";
}

.footer-widgets #menu-social-media-1  a[href*="instagram.com"]:before {
	content: "\f16d";
}


/* Tool tips
------------------------------------------------- */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

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

.site-footer {
	background: #636466 url(images/bg-footer-main.png) 0 0 repeat;
	font-size: 0.9375em;
	line-height: 1.5em;
	text-align: left;
	font-family: "aktiv-grotesk-std-n3”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #fff;
}

.site-footer .row {
	border-top: 2px solid #fff;
	margin: 0 2.5%;
	position: relative;
}

.site-footer .contactinfo {
	float: left;
	width: 80%;
	padding: 10px 0 40px;
}

.site-footer .totop {
	float: right;
	width: 20%;
	text-align: right;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 0 40px;
}

.site-footer .totop i {
	position: relative;
	top: -2px;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #00AEEF;
}

@media only screen and (max-width: 767px) {
	.site-footer  {
		font-size: 0.75em;
	}

	.site-footer .contactinfo,
	.site-footer .totop {
		float: none;
		width: 100%;
		text-align: center;
	}

	.site-footer .contactinfo {
		padding-bottom: 0;
	}
}



/* # Homepage
--------------------------------------------------------------------------------------------------- */

.home .feature-box .wrap {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#movable {
	background: rgba(255,255,255,0.5);
	position: absolute;
	width: 23.916%;
	padding: 22px 30px;
	z-index: 15;
}

#movable.bottomleft {
	padding-bottom: 60px;
	bottom: 0;
	left: 0;
}

#movable.bottomright {
	padding-bottom: 60px;
	bottom: 0;
	right: 0;
}

#movable .button {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}

@media only screen and (max-width: 1100px) {
	#movable {
		width: 35%;
	}

	#movable.bottomleft {
		padding-bottom: 60px;
		bottom: 0;
		left: 2.5%;
	}

	#movable.bottomright {
		padding-bottom: 40px;
		bottom: 0;
		right: 2.5%;
	}

	#movable .button {
		display: block;
		margin-top: 8px;
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 767px) {
	#movable {
		width: 100%;
	}

	#movable.bottomleft,
	#movable.bottomright {
		padding-bottom: 40px;
		bottom: 0;
		left: 0;
	}
}


/* ---Homepage News--- */
.home .title {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.home .title h2 {
	/*color: #FAA61A;*/
	text-transform: uppercase;
	font-size: 1.375em;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
}

.home .title h2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	width: 45%;
	height: 2px;
	margin-left: 27.5%;
	margin-right: 27.5%;
	background: #00AEEF;
}


.latest-news .gp-grid .teaser {
	min-height: 400px;
}

.latest-news .gp-grid .teaser h2 {
	background-color: #00AEEF;
	height: 90px;
	display: block;
	/*font-size: 0.6em;*/
	line-height: 1.25em;
	font-family: "aktiv-grotesk-std-n5”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
	padding: 12px 10px 10px;
}


@media only screen and (max-width: 1100px) {
	.latest-news .gp-grid .teaser {
		min-height: 250px;
	}

	.latest-news .gp-grid .teaser h2 {
		height: 60px;
		font-size: 12px;
	}
}


/* ---Home Events--- */
.home-events .wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}

.home-events .title h2 {
	color: #00AEEF;
}

.home-events .title h2:after {
	background: #00AEEF;
}

.home-events .events-grid {
	margin-bottom: 60px;
}

.home-events .datebox {
	background-color: #636466;
	color: #fff;
	float: left;
	width: 70px;
	height: 70px;
	text-align: center;
	padding: 10px;
	margin-right: 20px;
}

.home-events .datebox span {
	display: block;
	line-height: 1;
	text-transform: uppercase;
}

.home-events .datebox .day {
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 1.375em;
}

.home-events .datebox .month,
.home-events .datebox .year {
	font-family: "aktiv-grotesk-std-n3”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.home-events .datebox .year {
	font-size: 0.75em;
}

.home-events .readmore a {
	/*color: #636466;*/
}

.home-events .readmore a i {
	position: relative;
	top: 2px;
}

@media only screen and (max-width: 1100px) {
	.home-events .wrapper {
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.home-events .events-grid {
		margin-bottom: 20px;
	}
}


/* ---Homepage Businessess--- */
.home .latest-business .title h2 {
	color: #00AEEF;
}

.home .latest-business .title h2:after {
	background: #00AEEF;
}

.latest-business .gp-grid .teaser {
	min-height: 400px;
}

.latest-business .gp-grid .entry-title {
	background-color: #00AEEF;
}

.latest-business .gp-grid .entry-title h2 {
	display: block;
	line-height: 1.4em;
	font-family: "aktiv-grotesk-std-n3”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.latest-business .gp-grid .entry-title h2 i {
	display: block;
	/*font-size: 1.5em;*/
	padding-bottom: 1em;

}

.latest-business .gp-grid .entry-title p {
	color: #fff;
	text-align: center;
	font-size: 0.3611em;
	line-height: 1.5em;
	text-transform: uppercase;
	display: block;
	padding: 1em;
	margin: 0;
	font-family: "aktiv-grotesk-std-n7”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 700;
}

.home p.browse {
	text-align: center;
	font-size: 1.428em;
	font-family: "aktiv-grotesk-std-n5”, “aktiv-grotesk-std",sans-serif;
	font-style: normal;
	font-weight: 500;
}

.home p.browse a {
	color: #636466;
}

.home p.browse a:hover {
	color: #00AEEF;
}

.home p.browse i {
	position: relative;
	top: 2px;
}

@media only screen and (max-width: 1100px) {
	.latest-business .gp-grid .teaser {
		min-height: 250px;
	}

	.latest-business .gp-grid .entry-title h2 {
		font-size: 12px;
		height: auto;
	}

	.home p.browse {
		font-size: 1em;
	}

	.latest-business .gp-grid .entry-title h2 i {
		padding-bottom: 0;
	}
}

/* ---Events--- */
.home .content-sidebar-wrap {
	overflow: visible;
}

.home-events {
	/*background-color: #e7f5cc;*/
	position: relative;
}

.home-events:before,
.home-events:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 9999px;
	/*background-color: #e7f5cc !important;*/
	z-index: 10;
}

.home-events:before {
	right: 100%;
}

.home-events:after {
	left: 100%;
}

.home-events .wrap {
	margin: 0 2.5%;
}

.bottom-feature-angle {
	position: relative;
	width: 100%;
	background-image: url(images/bg-white-top.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	height: 0;
	padding: 10.65% 0 0;
	margin-bottom: -10.65%;
	z-index: 10;
}

.feature-bottom {
	background-color: #fff;
	width: 100%;
	display: block;
	height: 600px;
	position: relative;
}

.feature-bottom .wrap {
	position: relative;
	margin: 0 auto;
	height: 100%;
	text-align: center;
	padding-top: 50px;
}

#bottom-fixed {
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 35%;
	left: 50%;
	margin-left: -11.958%;
	width: 23.916%;
	padding: 22px 30px;
	z-index: 15;
}

#bottom-fixed .button {
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
}

@media only screen and (max-width: 1100px) {
	.feature-bottom {
		height: 400px;
	}

	#bottom-fixed {
		top: 20%;
		left: 50%;
		margin-left: -17.5%;
		width: 35%;
	}
}

@media only screen and (max-width: 767px) {
	.feature-bottom {
		height: 300px;
	}

	#bottom-fixed {
		top: 20%;
		left: 0;
		margin-left: 0;
		width: 100%;
	}
}

/* # Events Calendar
---------------------------------------------------------------------------------------------------- */

#tribe-geo-results h2.tribe-events-page-title,
h2.tribe-events-page-title {
	font-weight: 500;
}

.tribe-events-notices {
	border-radius: 0;
	-webkit-border-radius: 0px;
	border: 0;
	background: #E7F6CB;
	color: #636466;
	text-shadow: none;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background: #87cc00;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1100px) {
	html { font-size: 87.5%; }
}

@media only screen and (max-width: 767px) {
/*	html { font-size: 75%; } */

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
}