/*
Your custom css
*/

.covid-19-link {
	text-decoration: underline !important;
}
.covid-19-link:hover {
	text-decoration: none !important;
}

.faq-question .vc_toggle_title {
    background: green;
    padding: 15px !important;
}
.faq-question .vc_toggle_title h4 {
    padding-left: 20px !important;
    color: #ffffff !important;
}
.faq-question .vc_toggle_icon {
    margin-left: 20px !important;
}
.faq-question ul {
    list-style: unset !important;
}

ul {
    /* list-style: none; */
}
ul#group-page-pricing {
    margin: 30px 0 40px;
    list-style: none;
    text-align: left;
}
ul#group-page-booking-tour {
	list-style: inherit;
	text-align: left;
}

.mk-button{
	font-size:16px !important;
}


/* --------------- Hours of Operation bar -------------- */
#hours-wrapper{
	width: 100%;
	max-width: 1200px;
	min-width: 755px;
    margin: 0 auto;
    padding: 10px 20px;
}
.hours-of-operation .entry-list{
    padding:0
}
.hours-of-operation {
    position: relative;
    z-index: 199999999;
    text-align: right;
}
header ul.entry-list{
    margin:0;
    list-style:none;
    overflow:hidden;
    border-radius:16px
}
header ul.entry-list>li{
    display:inline-block;
    margin: -1px -2px;
}
header ul.entry-list>li:first-of-type .entry-text{
    padding-left:2em;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
header ul.entry-list>li:first-of-type .entry-text:after{
    content:'|';
    padding-left:0.5em
}
header ul.entry-list>li:nth-last-child(2) .entry-text{
    padding-right:2em
}
header .entry-text{
    background-color:#007548;
    color:#fff;
    font-size:13px;
    padding:0 5px;
    line-height:32px;
    display:inline-block
}
header a.entry-cta{
    border-radius:0;
    padding:0 2.25em;
    border:none !important;
    margin-top:-1px
}
a.btn{
    text-decoration:none
}
.btn{
    display:inline-block;
    margin-bottom:0;
    font-weight:700;
    text-align:center;
    text-transform:uppercase;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    -webkit-transition:all 0.12s ease-in-out;
    transition:all 0.12s ease-in-out
}
.btn-sm,.btn-group-sm>.btn{
    font-size:.8em;
    height:32px;
    line-height:32px;
}
.btn.btn-orange{
    color:#fff;
    background-color:#ff9200;
}
.btn.btn-orange:hover{
    color:#fff;
    background-color:#f08900;
}
.theme-main-wrapper:not(.vertical-header) .sticky-header.sticky-header-padding{
	padding-top: 200px!important;
}
/* --------------- Home Event Slider -------------- */
#new-royalslider-4{
    margin:0 auto;
    text-align:center;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 5px solid #0D764A;
    width:65%;
}
#new-royalslider-4 .rsOverflow{
    float:none !important;
}
#new-royalslider-4 .rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs{
    background-color:#fff !important;
}
#new-royalslider-4 .rsContentSlider h3, .rsContentSlider p{
    font-size:17px;
    padding: 10px 0px;
    box-sizing: border-box;
}

@media all
and (max-width:600px){
        #new-royalslider-4{
            width:100%;
        }
    }
/* --------------- Home Daily Schedule -------------- */
.schedule-wrapper{
	width:100%;
	box-sizing:border-box;
}
p.schedule-days{
	color: #333;
	font-weight: bold;
}
.schedule-times{
    color: #007548;
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 6px;
    float: left;
    width: 35%;
    box-sizing:border-box;
}
.schedule-details{
	float: left;
    width: 65%;
    box-sizing:border-box;
}
.schedule-title{
    padding: 0 20px 0 0;
    color: #00af40;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 8px;
}
.schedule-description{
	color: #333;
    font-size: 16px;
    padding:5px 0px 0px;
}
.schedule-location{
	color: #ee7624;
    font-size: 16px;
    padding: 0px 0px 15px;
}
@media all
and (max-width:1024px){
	.schedule-times{
		font-size:20px;
		width: 25%;
	}
	.schedule-details{
		width:75%;
	}
	.schedule-title{
		font-size:24px;
	}
}
@media all
and (max-width:800px){
	.schedule-times{
		width:100%;
	}
	.schedule-details{
		width:100%;
	}
}
@media all
and (max-width:500px){
	.schedule-wrapper {
    	text-align: left;
   		padding: 10px 20px;
	}
	p.schedule-days{
		font-size: 24px;
	    padding: 25px 0px 15px;
	    border-bottom: 1px solid #F27627;
	}
}
/* --------------- Email Opt-in -------------- */

#popup-signup-form {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.788);
    height: 100vh;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
#popup-signup-form .form-wrapper-container {
    position: relative;
    background: #96C24F;
    padding: 50px 80px;
    width: 800px;
    border-radius: 10px;
}
#popup-signup-form .footer-email-input {
    width: 100%;
}
#close-button {
    position: absolute;
    font-size: 12px;
    font-weight: bolder;
    top: 20px;
    right: 20px;
    background: #ff9200;
    border: none;
    border-radius: 100px;
}

.show-form {
    visibility: visible !important;
    opacity: 1 !important;
    -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bw-signup-form input[type=submit] {
    color: #fff;
    background-color: #ff9200 !important;
    padding: 0px 40px;
    height: 40px;
    margin-top: -1px;
    margin-left: -4px;
    text-transform: uppercase;
    border: 0px;
    font-size: .8em;
    line-height: 32px;
    font-weight: 700;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
@media (max-width: 900px) {
    .bw-signup-form input[type=submit] {
        display: block;
        width: 100%;
        margin-top: 10px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

.bottom-footer input[type=submit] {
    color: #fff;
    background-color: #ff9200 !important;
    padding: 0px 40px;
    height: 40px;
    width: 100%;
    margin-top: 10px !important;
    margin-left: 0px !important;
    text-transform: uppercase;
    border: 0px;
    font-size: .8em;
    line-height: 32px;
    font-weight: 700;
    border-radius: 0 !important;
}

#newsletter-signup{
    background-color:#ececec;
    color:#4f4f4f;
    padding:0;
    box-sizing: border-box;
}
#newsletter-signup .container{
    margin:0 auto;
    padding:40px 20px;
    text-align:center;
    width:100%;
    box-sizing:border-box;
}
#newsletter-signup .blurb{
    padding-bottom: 10px;
    color: #ee7624;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}
#newsletter-signup h2{
    color:#007548 !important;
}
.form-container {
    margin: 0px 40px;
}
.footer-email-input{
    width: 500px;
    border: 1px solid #ccc !important;
    height:40px;
}
button.footer-email-optin{
	color: #fff;
    background-color: #ff9200;
    padding: 0px 40px;
    height: 40px;
    margin-top: -1px;
    margin-left: -4px;
    text-transform: uppercase;
    border: 0px;
    font-size: .8em;
    line-height: 32px;
    font-weight: 700;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
button.footer-email-optin:hover{
	background-color:#f08900;
}
@media all
and (max-width:900px){
	.footer-email-input{
		display:block;
		width:100%;
	}
	button.footer-email-optin{
		display:block;
		width:100%;
		margin-top:10px;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
}
.widget_contact_info ul li span{
    font-size:17px;
}
/* --------------- Widget Email Opt-in -------------- */
.widget-field{
	width: 100%;
    border: 1px solid #ccc !important;
    height: 40px;
}
button.widget-submit{
	color: #fff;
    width: 100%;
    background-color: #ff9200;
    padding: 0px 40px;
    height: 40px;
    text-transform: uppercase;
    border: 0px;
    font-size: .8em;
    line-height: 32px;
    font-weight: 700;
    border-radius: 20px;
}
button.widget-submit:hover{
	background-color:#f08900;
}
/* --------------- Bug overlays -------------- */
.monarch{
	display: block;
    position: absolute;
    top: 50px;
    left: 40px;
    width: 219px;
    height: 240px;
    background: url("/wp-content/themes/ken/images/monarch.png") 0 0 no-repeat;
}
.leaf{
    display: block;
    position: absolute;
    top: -40px;
    right: 0px;
    width: 250px;
    height: 190px;
    z-index: 9;
    background: url("/wp-content/themes/ken/images/leaf.png") 0 0 no-repeat;
}
.lizard{
    display: block;
    position: absolute;
    top: 350px;
    right: 40px;
    width: 250px;
    height: 287px;
    z-index: 9;
    background: url("/wp-content/themes/ken/images/lizard.png") 0 0 no-repeat;
}
.frog{
	display: block;
    position: absolute;
    top: 140px;
    left: 240px;
    width: 120px;
    height: 144px;
    background: url("/wp-content/themes/ken/images/frog.png") 0 0 no-repeat;
}
.morpho-big{
    display: block;
    position: absolute;
    top: 400px;
    right: 0px;
    width: 120px;
    height: 118px;
    z-index: 9;
    background: url("/wp-content/themes/ken/images/morpho-big.png") 0 0 no-repeat;
}
.morpho-small{
    display: block;
    position: absolute;
	top: 540px;
    right: 100px;
    width: 70px;
    height: 66px;
    z-index: 9;
    background: url("/wp-content/themes/ken/images/morpho-small.png") 0 0 no-repeat;
}
@media all
and (max-width:1610px){
		.monarch{
			display:none;
		}
		.lizard{
			display:none;
		}
	}
@media all
and (max-width:1300px){
		.leaf{
			right: -100px;
		}
	}
@media all
and (max-width:1024px){
		.leaf{
			display:none;
		}
		.frog{
			left: 20px;
		}
		.morpho-big{
			display:none;
		}
		.morpho-small{
			display:none;
		}
	}
@media all
and (max-width:700px){
		.frog{
			display:none;
		}
}
/* --------------- Attraction bar -------------- */
 
.oid-attractions {
    text-transform:uppercase;
    color:#222222;
    text-align:center;
    background:#ffffff;
    padding:5px 0 5px 0;
    border-bottom: 1px solid #eeeeee;
}
.oid-attractions .columns {
    margin: auto;
}
.oid-attractions .other-attractions-text{
    margin-bottom:3px;
    font-size:11px;
}
.oid-attractions a{
    padding:4px 10px;
    font-size:14px;
    display:inline-block;
    margin:5px auto;
    text-align:center;
    min-width:auto;
}
.oid-attractions a:hover{
    -webkit-filter:grayscale(100%);
    filter:grayscale(100%)
}
.oid-attractions a img{
    height:25px;
    margin-bottom:3px;
}
.oid-attractions .vr-bar-logo img {
    height: 20px;
    position: relative;
    top: -3px;
}

@media screen and (min-width: 768px) {
  .oid-attractions{
        text-align:left
    }
    .oid-attractions.row .columns .row{
        margin-left:auto !important;
        margin-right:auto !important
    }
}

@media only screen and (min-width: 992px){
    .oid-attractions{
        text-align:center
    }
    .oid-attractions a{
        display:inline-block;
        margin:0 10px 5px 10px;
        text-align:center;
        min-width:auto
    }
    .oid-attractions a img{
        height:30px
    }
  }

/* --------------- Moved from Customizer -------------- */
.five-columns.vc_row .vc_col-sm-2 {
	float: left;
	width: 18.8%;
	padding: 0;
	margin-right: 1.5%;
	min-height: 0;
}
.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
	margin-right: 0;
}
.img_border{
	border: thin;
}
.mk-page-heading {
	float: none !important;
	text-align:center;
	font-weight:bold;
	font-size:65px !important;
}
.pricered {
	color:#bf122c;
	font-size:.9em;
	line-height:1em !important;
	word-break: break-word;
}
.strike {
	text-decoration: line-through;
}
#mk-page-title {
	padding: 25px 0;
}
.bronze {
	background-color:#f7d8b9;
}
.silver {
	background-color:#eaeaea;
}
.gold {
	background-color:#e8e0b9;
}
.sticky-header-padding .sticky-header {
	padding:0 !important;
}
.glass {
	width: 75%;
	margin:20% auto;
	text-align:center;
}
#tribe-events-monday {
    background: #7e9e0c;
}
#tribe-events-tuesday {
    background: #7e9e0c;
}
#tribe-events-wednesday {
    background: #7e9e0c;
}
#tribe-events-thursday {
    background: #7e9e0c;
}
#tribe-events-friday {
    background: #7e9e0c;
}
#tribe-events-saturday {
    background: #7e9e0c;
}
#tribe-events-sunday {
    background: #7e9e0c;
}
.fc-button.fc-state-default {
    background-color:#567601;
}
.fc-button.fc-state-default:hover {
    background-color:red;
}
.full_time{
    font-size:18px !important;
}
.cont11{
    display: none !important;}
}
.mk-button.xlarge {
    font-size: 20px !important;
}
    
.about-author-wrapper {
    display: none !important;
}
.blog-similar-posts {
    display: none !important;
}
/*Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€HEADING STYLESÃ¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 .8em;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
h1 {
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0.02em;
  font-weight: 900;
  margin-bottom: 1px;
}
h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  color:#ee7624 !important;
}
h3 {
  font-size: 25px;
  font-weight: 900;
  margin-bottom: 2px;
  letter-spacing: 0.02em;
}
h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  
}
h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}
h6 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
}
.mk-font-icons a:hover .default-font-icon {
  color: #333333 !important;
}
.widgettitle::after {
    background-color: #ffffff !important;
    content: "";
    display: block;
    height: 2px !important;
    margin: 10px 0;
    width: 100% !important;
}
.widget_contact_info ul li {
    color: #ffffff !important;
}
#mk-footer a {
    color: #ffffff !important;
}
.mk-page-section {
    min-height: 40px!important;
}
.mk-image .mk-image-caption {
    font-size: 20px !important;
}
.theme-main-wrapper:not(.vertical-header) .sticky-header.sticky-header-padding {
    padding-top: 200px!important;
}
#mk-header.transparent-header-sticky, #mk-header.sticky-header {
    border-bottom: 0px!important;
}
.mk-pricing-cols .mk-pricing-features ul li {
    background-color: rgba(0, 0, 0, 0.004)!important;
    display: block!important;
    font-size: 13px!important;
    line-height: 16px!important;
    padding: 15px 0!important;
    width: auto!important;
}
.mk-pricing-cols li {
    display: inline-block!important;
    margin: 0 auto!important;
    max-width: 265px!important;
    padding: 0!important;
    position: relative!important;
    text-align: center!important;
    vertical-align: top!important;
    z-index: 10!important;
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-plan {
    background-clip: padding-box!important;
    background-color: #222!important;
    font-size: 12px!important;
}
.mk-pricing-table.modern-style .mk-pricing-col .mk-pricing-features ul {
    padding: 25px 0 10px!important;
}
.mk-image.style1-image .hover-overlay {
    background-color: #7e9e0c !important;
}
.mk-page-section .page-section-fullwidth {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 3% !important;
}
#menu-main-navigation .mk-header-logo {
    margin-bottom: 0px !important;
}
.responsive-nav-container {
    background-color: #191919 !important;
}
.mk-image-box .item-holder {
    padding: 0!important;
}
#theme-page img, #mk-footer img, .mk-page-section img, .mk-inner-grid img, .mk-header-logo img, .mk-side-dashboard img {
    border: 0 none;
    height: auto;
    max-width: 103% !important;
    vertical-align: middle;
}
.mk-video-player {
    background-color: transparent!important;
    border: 0 solid #eee !important;
    padding: 0;
}
bottominfo {
    float:none;
    z-index:999999;
}
.ls-thumbnail-wrapper {
    margin: -9% auto;
    position: relative;
    width: 100%;
    z-index: 4;
}
.ls-v5 .ls-thumbnail-inner {
    background: none repeat scroll 0 0 rgba(255,255,255,.7)!important;
    margin-left: -2px;
    padding: 12px 0px!important;
}
/* ----------------------------- */
@media all
and (max-width : 1106px) {
	#hours-wrapper{
		display:none;
	}
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* ------------------------------ */
/*
header.main-header .header-entry ul.entry-list{
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
    border-radius:16px
}
header.main-header .header-entry ul.entry-list>li{
    display:inline-block;
    margin:0
}
header.main-header .header-entry ul.entry-list>li:first-of-type .entry-text{
    padding-left:2em
}
header.main-header .header-entry ul.entry-list>li:first-of-type .entry-text:after{
    content:'|';
    padding-left:0.5em
}
header.main-header .header-entry ul.entry-list>li:nth-last-child(2) .entry-text{
    padding-right:2em
}
header.main-header .header-entry .entry-text{
    background-color:#46cbd3;
    color:#fff;
    font-size:0.875em;
    padding:0 5px;
    line-height:32px;
    display:inline-block
}
header.main-header .header-entry a.entry-cta{
    border-radius:0;
    padding:0 2.25em;
    border:none !important;
    margin-top:-1px
} */