/*
Theme Name: _tk
Theme URI: http://themekraft.com/store/_tk-free-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: ThemeKraft
Author URI: http://themekraft.com/
Description: Hi, I am the ultra minimal starter theme _tk, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready

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.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/

/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

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


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

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

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	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;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */

/* @import url(https://db.onlinewebfonts.com/c/05ad3a696223f0594ffb88f9452a0f0d?family=Hello+Stockholm);

@font-face {font-family: "Hello Stockholm";
    src: url("https://db.onlinewebfonts.com/t/05ad3a696223f0594ffb88f9452a0f0d.eot");
    src: url("https://db.onlinewebfonts.com/t/05ad3a696223f0594ffb88f9452a0f0d.eot?#iefix") format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/05ad3a696223f0594ffb88f9452a0f0d.woff2") format("woff2"),
    url("https://db.onlinewebfonts.com/t/05ad3a696223f0594ffb88f9452a0f0d.woff") format("woff"),
    url("https://db.onlinewebfonts.com/t/05ad3a696223f0594ffb88f9452a0f0d.ttf") format("truetype"),
    url("https://db.onlinewebfonts.com/t/05ad3a696223f0594ffb88f9452a0f0d.svg#Hello Stockholm") format("svg");
} */

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 2vw;
    padding-right: 2vw;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body{
	scroll-behavior: smooth;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

body{
	font-size: 1.15vw;
	line-height: 1.85vw;
	color: #0e2a34;
	font-family: 'Montserrat', sans-serif;
	font-family: brandon-grotesque, sans-serif;
	//font-family: pt-sans, sans-serif;
	//font-family: neuzeit-grotesk, sans-serif;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	background: #ffffff;
	letter-spacing: 0;
}

strong{
	font-weight: 700;
}

h2{
	text-transform: capitalize;
	padding-bottom: 2vw;
	margin: 0 auto;
	font-size: 16vw;
	letter-spacing: 0;
	width: 60vw;
	font-family: "Hello Stockholm";
	font-weight: normal;
	//opacity: 0.85;
	line-height: 9vw;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1vw;
	text-transform: uppercase;
	font-size: 8vw;
	line-height: 8vw;
}

h2 .h2-subtitle{
	font-size: 1.3vw;
	line-height: 1.3vw;
	font-weight: 300;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1vw;
}

h2.page-title{
	padding-top: calc(10vw - 80px);
}

.home h2.page-title{
	padding-top: 5vh;
}

.page-id-2 h2 .h2-subtitle{
	//font-size: 1.8vw;
}

h3{
	text-transform: uppercase;
	color: #0e2a34;
	padding-bottom: 3.5vw;
	margin-bottom: 0;
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
	//font-family: 'Cabin Sketch', cursive;
	letter-spacing: 0.1vw;
	font-weight: 700;
	font-size: 2.3vw;
	line-height: 2.85vw;
	text-align: center;
}

h3.page-title{
	font-size: 4vw;
	line-height: 4.5vw;
	padding-bottom: 7vw;
}

h3 .h3-subtitle, h3.page-title .h3-subtitle a{
	font-size: 1.15vw;
	line-height: 1.15vw;
	color: #88c261;
	color: #0e2a34;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1vw;
	font-weight: 300;
}

h3 .h3-subtitle a, h3.page-title .h3-subtitle a:hover{
	color: #88c261;
	text-decoration: none;
}

h4{
	font-size: 1.15vw;
	line-height: 1.5vw;
	color: #88c261;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1vw;
	font-weight: 300;
	padding-bottom: 0vw;
}

a, i{
	transition: all ease 0.5s;
}

a{
	color: #88c261;
}

a:hover{
	color: #88c261;
	text-decoration: underline;
}


h4 a:hover{
	color: #0e2a34;
	text-decoration: none;
}

.highlight-txt{
	font-size: 1.6vw;
	line-height: 2.3vw;
}

.row.divider{
	background: url(images/divider.png) top center no-repeat;
	padding-top: 6vw;
	margin-top: 2vw;
}

.container{
	width: 100%;
	padding: 0;
}

.main-content{
	//padding-bottom: 2vw;
}

.main-content-inner{
	padding: 8vw 15vw 2vw 15vw;
	margin: 0 auto;
	/* background: url(https://tofinoresortandmarina.com/wp-content/themes/tofino-resort/dist/images/textures/texture.png) top center no-repeat;
	background-size: 100% auto; */
}

.main-content-inner img{
	width: 100%;
	height: auto;
}

.page-id-2 .main-content-inner{
	padding: 0;
	margin: 0;
	width: 100%;
}

.site-navigation{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: ease all 0.5s;
	padding-right: 2.5vw;
	background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%);
}

.navbar-brand{
	width: 10.5vw;
	height: 2.7810271vw;
	background: url(images/logo_wht.svg) no-repeat;
	background-size: 100%;
	text-indent: -9999em;
	margin-left: 3.5vw;
	margin-top: 2.8vw;
}

.navbar-brand:hover{
	opacity: 0.7;
}

.navbar-default {
    background: none;
    border: none;
	margin-bottom: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-nav{
	float: right;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
	font-weight: 700;
	padding: 3.5vw 1.5vw;
	font-family: 'Montserrat', sans-serif;
	font-family: brandon-grotesque, sans-serif;
	/* //font-family: pt-sans, sans-serif;
	//font-family: neuzeit-grotesk, sans-serif; */
	font-family: proxima-nova, sans-serif;
	line-height: 1.1vw;
	text-transform: uppercase;
	letter-spacing: 0.1vw;
	font-size: 0.8vw;
	border-top: 10px solid transparent;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
	color: #fff;
	background: none;
	border-color: #88c261;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background: none;
	opacity: 0.6;
	cursor: default;
	border-color: transparent;
}

.site-navigation.scrolled{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.site-navigation.scrolled .navbar-brand{
	background: url(images/logo_colour.svg) no-repeat;
	background-size: 100%;
	margin-top: 1.05vw;
}

.site-navigation.scrolled .navbar-default .navbar-nav>li>a{
	color: #0e2a34;
	padding: 2vw 1.5vw;
}

.site-navigation.scrolled .navbar-default .navbar-nav>li>a:hover, .site-navigation.scrolled .navbar-default .navbar-nav>li>a:focus, .site-navigation.scrolled .navbar-default .navbar-nav>.open>a, .site-navigation.scrolled .navbar-default .navbar-nav>.open>a:hover, .site-navigation.scrolled .navbar-default .navbar-nav>.open>a:focus{
	border-color: #88c261;
}

.site-navigation.scrolled .navbar-default .navbar-nav>.active>a, .site-navigation.scrolled .navbar-default .navbar-nav>.active>a:hover, .site-navigation.scrolled .navbar-default .navbar-nav>.active>a:focus{
	opacity: 0.6;
	cursor: default;
	border-color: transparent;
}

@keyframes blink {
    from { opacity: 1; }
    to { opacity: 0; }
}

.site-header{
	height: auto;
	padding: 0;
	color: #fff;
	color: #fffdf5;
	text-align: center;
	background: #d0d0d0;
	min-height: 9vw;
}

.site-header .container{
	padding: 0 0 6vw 0;
	background: rgba(30,30,30,0.2);
}

.page-id-2 .site-header{
	height: 90vh;
	padding-top: 10vh;
	position: relative;
}

.page-id-2 .site-header .container{
	background: none;
}

.page-id-2 .site-header a{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1vw;
	font-weight: 700;
	position: absolute;
	bottom: 4vw;
	z-index: 9998;
	text-align: center;
	width: 240px;
	left: 50vw;
	margin-left: -100px;
	background: #88c261;
	border-radius: 40px;
	padding: 20px;
	font-size: 22px;
}

.page-id-2 .site-header a:hover{
	background: #0e2a34;
	text-decoration: none;
}

.btn, .single-park .rl-gallery .rl-gallery-link{
	padding: 1vw 2vw;
	border: .15vw solid #88c261;
	border-radius: 6vw;
	color: #fff;
	background: #88c261;
	margin: 0 .25vw;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.15vw;
	width: auto;
	letter-spacing: 0.1vw;
}

.btn:hover, #home2 .btn:hover, .single-park .rl-gallery .rl-gallery-link:hover{
	background: #0e2a34;
	color: #fff;
	border-color: #0e2a34;
}

.single-park .rl-gallery .rl-gallery-link{
	background: #88c261 !important;
	color: #fff !important;
	display: inline-block;
	width: auto !important;
}

.single-park .rl-gallery .rl-gallery-link:hover{
	background: #0e2a34 !important;
}

/* .page-id-9 .explore-mid-boxes{
	display: none !important;
} */

.page-id-9 .codespacing_progress_map_area{
	width: 92vw !important;
	margin: 0 auto !important;
}

.park-btns .btn:first-of-type, #latest .btn, .go-back .btn, .explore-listing .btn{
	color: #88c261;
	background: none;
}

.park-btns .btn:first-of-type:hover, #latest .btn:hover, .go-back .btn:hover, .explore-listing .btn:hover{
	color: #0e2a34;
	border-color: #0e2a34;
}

.park-btns .btn{
	margin-bottom: 10px;
}

.acf-map{
	width: calc(95vw - 60px) !important;
	margin: 2vw auto !important;
	min-height: 33.33vw;
}

.location_listing1, .wpgmp_before_listing{
	display: none !important;
}

.main-content p, .main-content ul, .main-content ol{
	padding-bottom: 2vw;
	margin-bottom: 0;
}

#home2{
	max-width: 100%;
}

#home2 a{
	color: #fff;
	text-decoration: none;
}

#home2 h3{
	text-align: left;
}

.home2-left{
	color: #30373c;
	height: 45vw;
}

.home2-left h3{
	color: #30373c;
	font-size: 4vw;
	line-height: 4.5vw;
}

.home2-left h3 .h3-subtitle{
	color: #88c261;
}

.home2-right{
	padding: 0 !important;
}

.home2-left{
	padding: 6.67vw !important;
}

.bsa-modern-1, #bsa-modern-1 .bsaProItemInner, #bsa-modern-1 .bsaProItemInner__thumb, #bsa-modern-1 .bsaProItemInner__copyInner, #bsa-modern-1 .bsaProItemInner__img{
	height: 22.5vw !important;
}

#bsa-modern-1 .bsaProItemInner__copyInner{
	padding: 6.67vw !important;
	width: 50vw;
}

.bsaProContainerNew a, .bsaProContainerNew span, .bsaProContainerNew p{
	font-size: inherit !important;
}

.bsaProItemInner__url{
	display: none !important;
}

.bsaProContainerNew h3{
	letter-spacing: 0.133vw;
    font-size: 2.3vw;
    line-height: 2.85vw;
}

.home2-ad a h3, .home2-news a h3, .home2-ad a h3 .h3-subtitle, .home2-news a h3 .h3-subtitle{
	color: #fff;
	padding-bottom: 0;
}

.bsaProContainerNew.bsa-pro-col-1 .bsaGridGutter .bsaProItem, .bsaProItemInner__img{
	margin: 0 auto !important;
}



#bsa-block-960--140.bsaProContainerNew .bsaProItem{
	float: none !important;
}

.home-banner{
	padding-bottom: 2vw;
	text-align: center;
}

.tooltip-link{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
    letter-spacing: 0.1vw;
}

.park-top-banner img, .park-mid-ads img, .explore-mid-ads img, .park-mid-boxes img{
	width: auto;
}

.explore-mid-banner{
	padding-bottom: 10px;
}

.park-mid-boxes{
	padding-top: 2vw;
	padding-bottom: 4vw;
}

.explore-mid-boxes, .park-mid-boxes{
	text-align: center;
	max-width: 960px;
	margin: 0 auto;
}

#instagram{
	padding: 4vw 6vw;
	text-align: center;
	background: #eff2f3 url(images/instagram-bg.jpg) top center no-repeat;
	background-size: 100% auto;
}

#instagram h3, #instagram h3 .h3-subtitle a{
	color: #0e2a34;
}

.main-content-inner #instagram img{
	width: auto;
}

.ad-insta{
	background: #fff;
}

.ad-insta .col-md-6{
	padding: 0;
}

.home-square-ad{
	color: #fff;
	text-align: center;
	border-top: 1vw solid #fff;
	border-bottom: 1vw solid #fff;
	border-left: 1vw solid #fff;
	height: 45vw;
	line-height: 45vw;
}

.home-square-ad a{
	display: block;
	width: 100%;
	height: 43vw;
	padding-bottom: 0;
	color: #fff;
	text-decoration: none;
	padding-top: 17vw;
}

#instagram .home-square-ad a h3, #instagram .home-square-ad a h3 .h3-subtitle{
	color: #fff;
}

.home-square-ad a:hover{
	background: rgba(30,30,30,0.7);
}

#sb_instagram{
	background: #fff;
	padding-bottom: 0 !important;
	height: 45vw;
}

#sb_instagram #sbi_load{
	//display: none;
}

/* #sbi_images{
	padding: 0.5vw !important;
} */

#sb_instagram #sbi_images .sbi_item {
}

.footer-wrap{
	background: #f5f6f8 url(images/sub-footer_bg.jpg) top center no-repeat;
	background-size: 100% auto;
}

#latest{
	color: #21293c;
	padding: 4vw 6vw 8vw 6vw;
	padding-top: 6vw;
	padding-bottom: 14vw;
	text-align: center;
	background: url(images/footer-edge.png) no-repeat top center;
	background-size: 100% auto;
	position: relative;
}

.page-id-2 #latest{
	background: none;
	padding-top: 24vw;
	margin-top: -18vw;
}

.footer-banner{
	padding-bottom: 4vw;
}

.latest-potm, .latest-contest{
	padding: 0 4vw;
}

.latest-potm{
	border-right: 2px solid #b6b9bd;
}

#latest h3{
	font-size: 2.3vw;
	line-height: 2.85vw;
	padding-bottom: 2vw;
}

#latest h3 .h3-subtitle{
	color: #88c261;
}

#latest p{
	padding-bottom: 2vw;
}

#colophon{
	background: #244e4a url(images/footer.jpg) top center no-repeat;
	background-size: 100% auto;
	color: #ffffff;
	font-size: 0.8vw;
	position: relative;
}

#colophon .row{
	padding: 14.67vw 8vw 2vw 8vw;
	padding-top: 6.67vw;
}

#colophon .row:before{
	background: url(images/footer_top.png) bottom center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -11.7vw;
	left: 0;
	width: 100vw;
	height: 11.8vw;
	z-index: 200;
	display: block;
}

#colophon h3{
	color: #fff;
	text-align: left;
}

#colophon h3 .h3-subtitle{
	color: #88c261;
}

#colophon ul{
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 0;
}

#colophon a{
	color: #ffffff;
}

#colophon .footer-nav li{
	list-style: none;
	line-height: 2.4vw;
}

#colophon .footer-nav a:hover{
	text-decoration: none;
	color: #88c261;
}

.footer-subscribe input{
	border: none;
	border-bottom: 1px solid #fffdf5;
	width: 100%;
	padding: 1vw 0;
	color: #ffffff;
	background: none;
	font-weight: 300;
	font-size: 1.15vw;
}

.footer-subscribe input::placeholder{
	color: #fffdf5;
}

.footer-subscribe input:focus{
	border-color: #ff6f48;
}

.footer-subscribe input[type=submit]{
	border: none;
	text-align: left;
	font-style: normal;
	color: #88c261;
	font-size: 1.15vw;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1vw;
	padding: .5vw 0;
	margin-bottom: 1.5vw;
	transition: all ease .5s;
}

.footer-subscribe input[type=submit]:after {
    content:'\2192'
}

.footer-subscribe input[type=submit]:hover{
	color: #ffffff;
}

.footer-advertise h3{
	padding-bottom: 0.5vw;
}

.footer-social li{
	margin-bottom: 2vw;
}

#colophon .footer-social li{
	list-style: none;
	display: inline-block;
}

#colophon i{
	background: #fff;
	color: #1e4346;
	font-size: 1.3vw;
	width: 2.5vw;
	height: 2.5vw;
	line-height: 2.5vw;
	border-radius: 1.25vw;
	text-align: center;
	margin-right: 0.75vw;
}

#colophon i:hover{
	background: #88c261;
}

#colophon .footer-advertise a{
	color: #88c261;
	font-size: 1.15vw;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.1vw;
}

#colophon .footer-advertise a:hover{
	text-decoration: none;
	color: #fff;
}

.footer-copyright{
	text-align: center;
	padding-top: 4vw;
	text-transform: uppercase;
}

.footer-advertise img{
	width: 5vw;
	padding-bottom: 1vw;
	height: auto;
	transition: all 0.5s ease;
	margin-top: 1vw;
}

.footer-advertise img:hover{
	opacity: 0.7;
}

.clear{
	clear: both;
}

/* Pages */

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

.page-id-9 .main-content-inner, .page-id-11 .main-content-inner, .page-id-13 .main-content-inner, .single-news .main-content-inner, .single-contest .main-content-inner, .archive .main-content-inner, .page-id-3838 .main-content-inner{
	padding-left: 4vw;
	padding-right: 4vw;
	padding-top: 4vw;
}

.page-id-9 .main-content-inner{
	padding-left: 0;
	padding-right: 0;
}

.single-news .entry-content-thumbnail{
	max-width: 70vw;
	margin: 0 auto;
}

.single-news .wp-post-image, .single-opportunity .wp-post-image{
	max-height: 40vw;
	object-fit: cover;
	object-position: center center;
}

.single-park .main-content-inner{
	padding-top: 4vw;
	padding-left: 0;
	padding-right: 0;
}

.single-park #info, .single-park #amenities{
	padding-left: 6vw;
	padding-right: 6vw;
}

.single-park #gallery{
	width: 99vw;
	margin: 0 auto;
}

.grey-row{
	background-color: #eff2f3;
	background-color: #f2f5f7;
	background-image: url(images/footer-edge.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	padding-top: 6vw;
	padding-bottom: 2vw;
	margin-top: 2vw;
	margin-bottom: 6vw;
}

.grey-row:after{
	content: "";
	position: absolute;
	width: 100vw;
	height: 1.25448vw;
	bottom: 0;
	left: 0;
	background-image: url(images/footer-edge.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: 200;
	display: block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.single .entry-content-thumbnail, .page-id-13 .entry-content-thumbnail{
	padding-bottom: 4vw;
}

.single-news p:last-of-type, .single-contest p:last-of-type{
	padding-bottom: 4vw;
}

.news-post a{
	color: #fff;
	padding: 6.67vw;
	padding-top: 6.67vw;
	height: 25vw;
	text-align: left;
	display: inline-block;
	width: 100%;
	background: rgba(30,30,30,0.5);
}

.archive .news-post a{
	height: 31vw;
}

.news-post a:hover{
	background: rgba(30,30,30,0.75);
	text-decoration: none;
}

.news-post:nth-of-type(odd){
	padding-right: 0.5vw;
	padding-bottom: 1vw;
	padding-left: 0;
}

.news-post:nth-of-type(even){
	padding-left: 0.5vw;
	padding-bottom: 1vw;
	padding-right: 0;
}

.news-post h3{
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}

.go-back{
	text-align: center;
}

.archive .content-padder{
	padding-bottom: 2vw;
}

.single-contest .go-back{
	display: none;
}

.contact-form{
	text-align: center;
}

.wpcf7 input, .wpcf7 textarea{
	width: 100%;
	padding: 0.5vw;
	border: 1px solid #999;
	border-radius: 4px;
}

.wpcf7 input::placeholder, .wpcf7 textarea::placeholder{
	color: #d0d0d0;
}

.wpcf7 input.wpcf7-submit{
	padding: 1vw 2vw;
	border: .15vw solid #88c261;
	border-radius: 6vw;
	color: #88c261;
	background: none;
	margin: 0 auto;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.15vw;
	width: auto;
	transition: all 0.5s ease;
	text-align: center;
}

.wpcf7 input.wpcf7-submit:hover{
	color: #0e2a34;
	background: none;
	border-color: #0e2a34;
}

.photo-caption{
	font-size: 12px;
}

.region-desc{
	//text-align: center;
	padding-top: 4vw;
}

.single-park h3.page-title{
	padding-bottom: 2vw;
}

.park-btns{
	text-align: center;
}

.park-top-banner{
	text-align: center;
	padding-bottom: 4vw;
	padding-top: 2vw;
}

.park-sidebar{
	font-size: 1vw;
}

.park-reserve{
	padding-left: 0;
}

.park-size{
	padding-right: 0;
}

.park-mid-ads{
	text-align: center;
	padding: 6vw 0 4vw 0;
}

.park-amenities-activities{
	text-align: center;
}

.park-instagram{
	padding-bottom: 4vw;
}

.park-amenities-activities ul{
	display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
	padding-left: 0;
}

.park-amenities-activities li{
	display: inline-block;
	vertical-align: top;
	width: 10%;
	padding: 0.5vw 1.5vw 1.5vw 1.5vw;
	font-size: 0.75vw;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1vw;
	line-height: 1.1vw;
	transition: all 0.5s ease;
	-webkit-box-flex: 0;
    flex: 0 0 auto;
	max-width: 16.66%;
	hyphens: auto;
}

.park-amenities-activities li:hover{
	opacity: 0.7;
}

.park-amenities-activities i{
	color: #88c261;
	font-size: 2.8vw;
	line-height: 2.8vw;
	padding-bottom: 1vw;
}

.park-amenities-activities li img{
	width: 2.8vw;
	height: auto;
	padding-bottom: 1vw;
}

.explore-filters{
	border: 1px solid #999;
	text-align: center;
	padding: 4vw 0 2vw 0;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 2vw;
}

.wpgmp_pagination{
	display: none;
}

.explore-listings{
	width: 98vw;
	margin: 0 auto;
}

.explore-listings .explore-listing{
	//outline: 1px solid #999;
    //outline-offset: -1vw;
	text-align: center;
	padding: 1vw;
	font-size: 1vw;
}

.explore-listing .btn{
	font-size: 1vw;
}

.explore-listing-content{
	padding: 2vw;
	background: #fff;
	min-height: 20vw;
}

.explore-listing a img{
	transition: all 0.5s ease;
}

.explore-listing a img:hover{
	opacity: 0.7;
}

.explore-listing-content h3{
	padding-bottom: 2vw;
}

.explore-listing-content p:last-of-type{
	padding-bottom: 0;
}

.explore-mid-ads{
	text-align: center;
	padding-top: 4vw;
	padding-bottom: 2vw;
}

.wpgmp_filter_wrappers{
	width: 60vw !important;
	margin: 0 auto !important;
	margin-left: 20vw !important;
	margin-bottom: 2vw !important;
	background: none !important;
	text-align: center!important;
}

.wpgmp_search_form input{
	border-bottom: 1px solid #666 !important;
}

.wpgmp_filter_wrappers .categories_filter_reset_btn {
    background: #88c261 !important;
    margin-top: 1.2em !important;
    height: 3.25vw !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
	text-transform: uppercase;
	padding: 0 1vw !important;
}

.single-park .h2-subtitle a{
	color: #fff;
	z-index: 100;
}

.single-park h2{
	z-index: 1;
	//line-height: 0.7;
}

.park-btns .btn{
	z-index: 100;
	position: relative;
}

footer.entry-meta{
	display: none;
}

.a2a_floating_style{
	position: fixed;
	left: 0.5vw !important;
	bottom: 1vw !important;
	top: auto !important;
	display: none !important;
}

.single .a2a_floating_style{
	display: block !important;
}

#nearby-parks{
	padding-bottom: 6vw;
	padding-top: 4vw;
	width: 95vw;
	margin: 0 auto;
}

#nearby-parks img{
	width: 100%;
	height: 66.67%;
	object-fit: cover;
}

#nearby-park{
	padding-bottom: 2vw;
}

/* Galleries */

.gallery-item .wp-caption-text{
    display: none;
}

.gallery img{
    border: none !important;
    width: 100%;
    height: auto;
}

.gallery{
    max-width: 95vw;
    margin: 0 auto;
}

/* ------------------------------
 * ------------------------------
 * LAPTOP -----------------------
 * ------------------------------
 * ------------------------------ */


@media only screen and (max-width: 1700px) {

.wpgmp_filter_wrappers{
	width: 80vw !important;
	margin-left: 10vw !important;
}
	
}

@media only screen and (max-width: 1400px) {	

body{
	font-size: 1.533vw;
	line-height: 2.4vw;
}

h2{
	font-size: 9vw;
	line-height: 9vw;
}

h2 .h2-subtitle{
	font-size: 1.733vw;
	letter-spacing: 0.133vw;
}

h3{
	letter-spacing: 0.133vw;
	font-size: 3.067vw;
	line-height: 3.8vw;
}

h3.page-title{
	font-size: 5.33vw;
	line-height: 6vw;
}

h3 .h3-subtitle, h3.page-title .h3-subtitle a{
	font-size: 1.533vw;
	line-height: 1.533vw;
	letter-spacing: 0.133vw;
}

h4{
	font-size: 1.533vw;
	line-height: 2vw;
	letter-spacing: 0.133vw;
}

.highlight-txt{
	font-size: 2.133vw;
	line-height: 3.067vw;
}

.navbar-brand{
	width: 14vw;
	height: 3.70803613vw;
}

.navbar-default .navbar-nav>li>a {
    line-height: 1.467vw;
	letter-spacing: 0.133vw;
	font-size: 1.067vw;
}

.site-navigation.scrolled .navbar-default .navbar-nav>li>a{
	padding: 1.5vw 1.5vw 2vw 1.5vw;
}

.page-id-2 .site-header{
	padding-top: 5vh;
}

.page-id-2 .site-header a{
	letter-spacing: 0.133vw;
}

.btn, .single-park .rl-gallery .rl-gallery-link{
	font-size: 1.533vw;
	letter-spacing: 0.133vw;
}

.home2-left h3{
	font-size: 5.33vw;
	line-height: 6vw;
}

.home-square-ad{
	height: 45.75vw;
	line-height: 45vw;
}

.home-square-ad a{
	height: 43.75vw;
	padding-top: 17vw;
}

.page-id-2 #latest{
	padding-top: 28vw;
	margin-top: -24vw;
}

#latest h3{
	font-size: 3.067vw;
	line-height: 3.8vw;
}

#colophon{
	font-size: 1.067vw;
}

#colophon .footer-nav li{
	line-height: 3.2vw;
}

.footer-subscribe input{
	font-size: 1.533vw;
}

.footer-subscribe input#mc-embedded-subscribe{
	font-size: 1.533vw;
	letter-spacing: 0.133vw;
}

#colophon i{
	font-size: 1.733vw;
	width: 3.3vw;
	height: 3.3vw;
	line-height: 3.3vw;
	border-radius: 1.65vw;
	margin-right: 1vw;
}

#colophon .footer-advertise a{
	font-size: 1.533vw;
	letter-spacing: 0.133vw;
}

.wpcf7 input.wpcf7-submit{
	font-size: 1.533vw;
}

.park-sidebar{
	font-size: 1.33vw;
}

.park-amenities-activities li{
	font-size: 1.267vw;
	letter-spacing: 0.133vw;
	line-height: 1.733vw;
	width: 16.67%;
}

.park-amenities-activities i{
	font-size: 4vw;
	line-height: 4vw;
}

.park-amenities-activities li img{
	width: 4vw;
}

.explore-listings .explore-listing{
	font-size: 1.33vw;
}

.explore-listing .btn{
	font-size: 1.33vw;
}

}

/* ------------------------------
 * ------------------------------
 * TABLET -----------------------
 * ------------------------------
 * ------------------------------ */

@media only screen and (max-width: 991px) {

	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding-left: 20px;
		padding-right: 20px;
	}

	body{
		font-size: 18px;
		line-height: 1.5em;
	}

	h2{
		padding-bottom: 30px;
		font-size: 100px;
		width: 90vw;
		line-height: 100px !important;
	}

	h2 .h2-subtitle{
		font-size: 22px;
		letter-spacing: 2px;
	}

	h2.page-title{
		padding-top: 40px;
	}

	h3{
		padding-bottom: 30px;
		letter-spacing: 1px;
		font-size: 36px;
		line-height: 1.3em;
	}

	h3.page-title{
		font-size: 62px;
		line-height: 1em;
		padding-bottom: 80px;
	}

	h3 .h3-subtitle, h3.page-title .h3-subtitle a{
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 1px;
	}
		
	.bsaProContainerNew h3{
		font-size: 40px;
		line-height: 1.3em;
	}

	h4{
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 1px;
	}

	.page-title{
		padding-left: 10px;
		padding-right: 10px;
		line-height: 0.65em;
	}

	.highlight-txt{
		font-size: 18px;
		line-height: 1.5em;
	}

	.row.divider{
		padding-top: 60px;
		margin-top: 20px;
	}

	.main-content-inner{
		padding: 80px 60px 20px 60px;
	}

	.site-navigation{
		padding-right: 15px;
	}

	.navbar-brand{
		width: 150px;
		height: 39.7289586px;
		margin-left: 30px;
		margin-top: 15px;
	}

	.navbar-default .navbar-nav>li>a {
		padding: 22px 15px;
		line-height: 1em;
		letter-spacing: 3px;
		font-size: 14px;
	}
		
	.site-navigation.scrolled .navbar-brand{
		margin-top: 15px;
	}

	.site-navigation.scrolled .navbar-default .navbar-nav>li>a{
		padding: 22px 15px;
	}

	.site-header{
		padding: 0 0 60px 0;
		min-height: 70px;
	}

	.page-id-2 .site-header{
		height: 90vh;
		padding-top: 10vh;
	}

	.page-id-2 .site-header a{
		letter-spacing: 1px;
		/* bottom: 40px;
		width: 90vw;
		left: 5vw; */
	}

	.btn, .single-park .rl-gallery .rl-gallery-link{
		padding: 15px 20px;
		border-width: 2px;
		border-radius: 30px;
		margin: 0 5px;
		font-size: 18px;
		letter-spacing: 2px;
	}

	.main-content p, .main-content ul, .main-content ol{
		padding-bottom: 30px;
	}

	.home2-left{
		height: auto;
	}

	.home2-left h3{
		font-size: 62px;
		line-height: 1.2em;
	}

	.home2-left{
		padding: 60px 60px 240px 60px !important;
	}

	.home2-ad a, .home2-news a{
		height: auto !important;
	}

	.bsa-modern-1, #bsa-modern-1 .bsaProItemInner, #bsa-modern-1 .bsaProItemInner__thumb, #bsa-modern-1 .bsaProItemInner__copyInner, #bsa-modern-1 .bsaProItemInner__img {
		height: auto !important;
		min-height: 45vw !important;
	}

	#bsa-modern-1 .bsaProItemInner__copyInner{
		padding: 60px 30px !important;
		padding-left: 60px !important;
		width: 100%;
		max-width: 500px;
	}

	.home-banner{
		padding-bottom: 30px;
	}

	.park-mid-boxes{
		padding-top: 30px;
		padding-bottom: 60px;
	}

	#instagram{
		padding: 60px;
		background: #eff2f3;
	}

	.home-square-ad{
		border: 10px solid #fff;
		border-bottom: 0;
		height: auto;
		line-height: 45vw;
	}

	.home-square-ad a{
		height: auto;
		padding: 80px 30px;
	}

	#sbi_images{
		padding: 5px !important;
	}

	#latest{
		padding: 60px;
	}

	/* .page-id-2 #latest{
		//padding-top: 100px;
		//margin-top: -40px;
	} */

	.footer-banner{
		padding-bottom: 60px;
	}

	.latest-potm, .latest-contest{
		padding: 0 60px;
	}

	#latest h3{
		font-size: 36px;
		line-height: 1.2em;
		padding-bottom: 30px;
	}

	#latest p{
		padding-bottom: 30px;
	}
		
	.latest-potm{
		border-right: 0;
		padding-bottom: 80px;
	}

	#colophon{
		font-size: 14px;
	}

	#colophon .row{
		padding: 100px 60px;
		padding-top: 80px;
	}

	#colophon .row:before{
		top: -11.7vw;
		left: 0;
		width: 100vw;
		height: 11.8vw;
	}

	#colophon .footer-nav li{
		line-height: 1.5em;
	}

	.footer-subscribe input{
		padding: 10px 0;
		font-size: 18px;
	}

	.footer-subscribe input#mc-embedded-subscribe{
		font-size: 18px;
		letter-spacing: 1px;
		padding: 5px 0;
		margin-bottom: 20px;
	}

	.footer-advertise h3{
		padding-bottom: 5px;
	}

	.footer-social li{
		margin-bottom: 30px;
	}

	#colophon i{
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		margin-right: 10px;
	}

	#colophon .footer-advertise a{
		font-size: 18px;
		letter-spacing: 1px;
	}

	.footer-copyright{
		padding-top: 60px;
	}

	.footer-advertise img{
		width: 150px;
		padding-bottom: 10px;
		margin-top: 10px;
	}

	.page-id-9 .main-content-inner, .page-id-11 .main-content-inner, .page-id-13 .main-content-inner, .single-news .main-content-inner, .single-contest .main-content-inner, .archive .main-content-inner, .page-id-3838 .main-content-inner, .single .park-content, .park-sidebar{
		padding-left: 60px !important;
		padding-right: 60px !important;
		padding-top: 60px;
	}

	.single-park #info, .single-park #amenities{
		padding-left: 30px;
		padding-right: 30px;
	}

	.single-park #gallery{
		width: calc(100vw - 70px);
	}

	.grey-row{
		padding-top: 80px;
		padding-bottom: 50px;
		margin-top: 30px;
		margin-bottom: 80px;
	}

	.grey-row:after{
		width: 100vw;
		height: 1.25448vw;
	}

	.single .entry-content-thumbnail, .page-id-13 .entry-content-thumbnail{
		padding-bottom: 60px;
	}

	.single-news p:last-of-type, .single-contest p:last-of-type{
		padding-bottom: 60px;
	}

	.news-post a{
		padding: 80px 40px;
		height: auto;
	}
		
	.news-post p:last-of-type{
		padding-bottom: 0;
	}

	.archive .news-post a{
		height: auto;
	}

	.news-post:nth-of-type(odd){
		padding: 0;
	}

	.news-post:nth-of-type(even){
		padding: 0;
	}
		
	.news-post{
		margin-bottom: 10px;
	}

	.archive .content-padder{
		padding-bottom: 30px;
	}

	.wpcf7 input, .wpcf7 textarea{
		padding: 10px;
	}

	.wpcf7 input.wpcf7-submit{
		padding: 15px 20px;
		border-width: 2px;
		border-radius: 630px;
		font-size: 18px;
	}
		
	.region-desc{
		padding-top: 60px;
	}

	.single-park h3.page-title{
		padding-bottom: 30px;
	}

	.park-top-banner{
		height: auto;
		padding: 40px 30px 20px 30px;
	}

	.park-sidebar{
		font-size: 18px;
	}
		
	.park-content, .park-sidebar div{
		padding-left: 0;
		padding-right: 0;
	}

	.park-mid-ads{
		padding: 60px;
	}

	.park-instagram{
		padding-bottom: 60px;
	}

	.park-amenities-activities li{
		width: 20%;
		padding: 15px 10px;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 1.5em;
		max-width: 20%;
	}

	.park-amenities-activities i{
		font-size: 48px;
		line-height: 48px;
		padding-bottom: 10px;
	}

	.park-amenities-activities li img{
		width: 48px;
		height: auto;
		padding-bottom: 10px;
	}

	.explore-filters{
		padding: 60px 0 30px 0;
		margin-bottom: 30px;
	}

	.explore-listings{
		width: 98vw;
	}

	.explore-listings .explore-listing{
		padding: 15px;
		font-size: 18px;
	}

	.explore-listing .btn{
		font-size: 18px;
	}

	.explore-listing-content{
		padding: 30px;
		min-height: auto;
	}

	.explore-listing-content h3{
		padding-bottom: 30px;
	}

	.explore-mid-ads{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	
	.acf-map{
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	#nearby-parks{
		padding-top: 30px;
		padding-bottom: 30px;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.nearby-park{
		padding-bottom: 15px;
	}

	.wpgmp_filter_wrappers{
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin: 0 !important;
	}
		
	.wpgmp_filter_wrappers .categories_filter_reset_btn {
		background: #212f3d;
		margin-top: 0.9em !important;
		height: auto !important;
		color: #ffffff !important;
		font-weight: normal !important;
		font-size: 14px !important;
		padding: 10px !important;
	}

	#bsa-block-312--214 .bsaProItems .bsaProItem{
		margin: 0 auto;
	}

	.bsaProContainerNew.bsa-pro-col-3 .bsaGridGutHor .bsaProItem{
		margin-bottom: 1.6% !important;
		margin-right: 1.6% !important;
	}

	.a2a_floating_style{
		left: 0.5vw !important;
		bottom: 1vw !important;
	}
		
	.single .col-md-8, .latest-potm, .latest-contest{
		padding-left: 0;
		padding-right: 0;
	}
		
	#latest .latest-potm p:last-of-type, #latest .latest-contest p:last-of-type{
		padding-bottom: 0;line-height: 1.3em;
	}

	#bsa-block-312--214.bsaProContainerNew .bsaProItem, #bsa-block-312--214 .bsaProItemInner__thumb, #bsa-block-312--214 .bsaProAnimateThumb {
		max-width: 100%;
	}

	#bsa-block-312--214 .bsaProItemInner__img {
		max-width: 312px;
	}

}

/* ------------------------------
 * ------------------------------
 * NAV CHANGE -------------------
 * ------------------------------
 * ------------------------------ */

@media only screen and (max-width: 767px) {
	
	.navbar-toggle{
		margin-top: 17px;
		margin-bottom: 17px;
	}
		
	.navbar-nav{
		float: left;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 30px;
		padding-top: 10px;
	}

	.site-navigation{
		background: rgba(0,0,0,0.7);
	}
		
	.site-navigation .navbar-default .navbar-nav>li>a, .site-navigation.scrolled .navbar-default .navbar-nav>li>a {
		padding: 5px 30px;
	}

	.park-amenities-activities li{
		width: 25%;
		max-width: 25%;
	}
	
}
	
/* ------------------------------
 * ------------------------------
 * PHONE ------------------------
 * ------------------------------
 * ------------------------------ */
 
 @media only screen and (max-width: 600px) {
	 
	.park-amenities-activities li{
		width: 33.33%;
		max-width: 33.33%;
	}

	.page-id-9 .main-content-inner, .page-id-11 .main-content-inner, .page-id-13 .main-content-inner, .single-news .main-content-inner, .single-contest .main-content-inner, .archive .main-content-inner, .page-id-3838 .main-content-inner, .single .park-content, .park-sidebar{
		padding-left: 30px !important;
		padding-right: 30px !important;
		padding-top: 60px;
	}
		
	.bsa-modern-1, #bsa-modern-1 .bsaProItemInner, #bsa-modern-1 .bsaProItemInner__thumb, #bsa-modern-1 .bsaProItemInner__copyInner, #bsa-modern-1 .bsaProItemInner__img {
	height: auto !important;
		min-height: 300px !important;
	}
	 
}

@media only screen and (max-width: 575px) {

	h2, h3, .home2-left h3, #latest h3 {
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

    h2 {
		font-size: 90px;
		line-height: 90px !important;
	}

	h3, #latest h3 {
		font-size: 30px;
	}
	
	.page-id-9 .main-content-inner, .page-id-11 .main-content-inner, .page-id-13 .main-content-inner, .single-news .main-content-inner, .single-contest .main-content-inner, .archive .main-content-inner, #latest, .page-id-3838 .main-content-inner {
		padding-left: 40px;
		padding-right: 40px;
	}
		
	.latest-potm{
		padding-bottom: 60px;
	}

}

 @media only screen and (max-width: 500px) {

	h2 {
		font-size: 80px;
		line-height: 80px !important;
	}

	.home2-left h3 {
		font-size: 50px;
		line-height: 1.2em;
	}

	.park-amenities-activities li{
		width: 50%;
		max-width: 50%;
	}
	 
}

@media only screen and (max-width: 375px) {

	.home2-left h3 {
		font-size: 45px;
		line-height: 1.2em;
	}

}

@media only screen and (min-width: 991px) {

	.explore-listings {
		display: -ms-flex;
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
		flex-direction: row;
		align-content: stretch;
	}

	.explore-listing {
		background: #fff;
		background-clip: content-box;
	}

	.explore-listing:before {
		display: none;
	}

	.explore-listing:after {
		display: none;
	}
}

	#bsa-modern-1 .bsaProItemInner:hover .bsaProItemInner__img {
		width: 100%;
		-webkit-transition: none;
		transition: none;
	}

	/* 140px height fix */

	.bsaProCarousel #bsa-block-960--140.bsaProContainerNew .bsaProItem {
		float: left !important;
	}

	.bsaProCarousel {
		margin: auto;
		max-width: 960px !important;
	}

		.bsaProCarousel #bsa-block-960--140.bsaProContainerNew .bsaProItem,
		.bsaProCarousel #bsa-block-960--140 .bsaProItemInner__thumb {
			height: auto !important;
		}

	#bsa-block-960--140 a {
		width: 100% !important;
		height: auto !important;
	}

	#bsa-html .bsaProItemInner__html > a.bsaProItem__url {
		margin-top: 20px !important;
		height: 610px !important;
		display: inline-block !important;
		z-index: 2;
		position: relative;
	}

	.bsaProItemInner__html > p {
		position: relative;
	}

	#bsa-html a.btn, .bsaProContainerNew .btn {
		position: absolute;
		left: 50%;
		top: 0;
		margin-top: -40px;
		margin-left: -480px;
		text-align: center;
		width: 960px;
		background: none !important;
		color: #88c261 !important;
	}

	#bsa-html .bsaProItem {
		width: 50%;
		padding: 20px;
	}

		#bsa-html .bsaProItem:first-of-type {
			text-align: right;
		}

		#bsa-html .bsaProItem:nth-of-type(2) {
			text-align: left;
		}

@media (max-width: 1930px) {
		#bsa-html .bsaProItem object {
			width: 720px !important;
			height: 405px !important;
		}

		#bsa-html .bsaProItemInner__html > a.bsaProItem__url {
			height: 475px !important;
		}

		#bsa-html a.btn, .bsaProContainerNew .btn {
			width: 720px;
			margin-left: 0;
		}

		#bsa-html .bsaProItem:first-of-type a.btn {
			left: auto;
			right: 0;
		}

		#bsa-html .bsaProItem:nth-of-type(2) a.btn {
			left: 0;
			right: auto;
		}
}

@media (max-width: 1440px) {
		#bsa-html .bsaProItem object {
			width: 500px !important;
			height: 281px !important;
		}

		#bsa-html .bsaProItemInner__html > a.bsaProItem__url {
			height: 351px !important;
		}

		#bsa-html a.btn, .bsaProContainerNew .btn {
			width: 500px;
		}
}

@media (max-width: 991px) {
		#bsa-html .bsaProItem {
			width: 100%;
			text-align: center !important;
		}

		#bsa-html a.btn, .bsaProContainerNew .btn {
			width: 500px;
			margin-left: -250px;
		}

		#bsa-html .bsaProItem:first-of-type a.btn {
			left: 50%;
			right: auto;
		}

		#bsa-html .bsaProItem:nth-of-type(2) a.btn {
			left: 50%;
			right: auto;
		}
}

@media (min-width: 900px) {
		.wpgmp_filter_wrappers .categories_filter {
			display: flex;
			justify-content: center;
		}
}

	.video-container {
		width: 95vw;
		margin: 0 auto;
	}

	.wpgmp_filter_wrappers .categories_filter_reset input[type="button"] {
		margin-top: 1em !important;
		padding: 0.7142857em 1vw !important;
		height: calc(100% - 1.1em) !important;
		border: none;
		position: relative;
		top: 2px;
	}

	.bsaProContainerNew .bsaProItems {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.cspmas_search_form {
		width: 92vw;
		clear: right;
		/* height: 10vw; */
		float: none;
		margin: 0 auto;
		margin-bottom: 1vw;
		background: #f0f0f0;
	}

		.cspmas_search_form label {
			display: none !important;
		}

	.selectize-input, .cspmas_input_container input.keyword_search {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		height: 50px !important;
		line-height: 30px !important;
	}

	.cspmas_input_container input.keyword_search{
		/* height: 20px !important; */
	}

	form.cspmas_search_form[data-form-id=form4029] .cspmas_type_text_like{
		padding-top: 0 !important;
	}

	.cspmas_field_container {
		padding-top: 0 !important;
	}

	#sb_instagram #sbi_images {
		text-align: center !important;
		margin: 0 auto !important;
	}

	.explore-top-banner {
		margin-bottom: 2vw;
	}

@media (max-width: 991px) {

	.explore-top-banner {
		margin-bottom: 10px;
	}
}

.details_infos p {
	line-height: 1.3em !important;
}

.cspm_txt_hex, .cspm_link_hex a, .cspm_txt_hex_hover, .cspm_txt_hex_hover a, .cspm_marker_infobox button.si-close-button {
	color: #88c261 !important;
}

/* #player4135{
	display: none !important;
} */

.park-mid-boxes .bsaProItemInner__copy,
.owl-wrapper .bsaProItemInner__copy{
	display: none !important;
}

#bsa-default .bsaProItemInner,
#bsa-block-125--125 .bsaProItemInner{
	background-color: transparent !important;
}

#bsa-default .bsaProItemInner .bsaProItemInner__thumb,
#bsa-block-125--125 .bsaProItemInner__thumb{
	width: 100% !important;
	max-width: none !important;
}

#bsa-block-125--125 .bsaProAnimateThumb,
#bsa-block-125--125 .bsaProItemInner__img{
	max-width: none !important;
}

#bsa-default .bsaProItemInner__thumb .bsaProItemInner__img,
#bsa-block-125--125 .bsaProItemInner__thumb .bsaProItemInner__img,
.park-mid-boxes .bsaProItemInner__img{
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.park-mid-boxes .bsaProItemInner,
.park-mid-boxes .bsaProItemInner__img,
.park-mid-boxes .bsaProItemInner .bsaProItemInner__thumb{
	height: 220px !important;
}

#bsa-default .bsaProItemInner .bsaProItemInner__copy{
	box-shadow: none !important;
}

.page-id-9 .park-mid-banner{
	padding: 2vw 3.5vw !important;
}

.banner-ad-top .bsaProItemInner__img,
.park-top-banner .bsaProItemInner__img,
.banner-ad-top .bsaProItem,
.park-top-banner .bsaProItem{
	max-width: 960px !important;
	max-height: 140px !important;
	height: 140px !important;
	background-size: contain !important;
}

@media screen and (max-width: 991px){
	
	.page-id-9 .park-mid-banner{
		padding: 30px 0 !important;
	}
	
	.codespacing_progress_map_area{
		height: 1100px !important;
	}
	
	.codespacing_progress_map_area > div > div:nth-of-type(2){
		margin-right: 0 !important;
		height: 550px !important;
	}
	
	#cspm_carousel_container{
		float: none !important;
		height: 550px !important;
	}
	
	.jcarousel-list,
	.cspm_carousel_item{
		width: 100% !important;
	}
}