.menu-item.nav-we-fetch {
    position: absolute;
    top: -6px;
    right: -20px;
    z-index: 20;
}
.menu-item.nav-we-fetch a {
    position: relative;
    height: 120px;
    width: 120px;
    background-image: url('http://2jldgn40oeit3yq3341jybxz.wpengine.netdna-cdn.com/wp-content/uploads/2020/12/badge-we-fetch.png');
    background-size: cover;
    background-repeat: no-repeat;
    box-sizing: border-box;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -ms-transition: .2s ease;
    -o-transition: .2s ease;
}

#simple-banner {
    background-color: #ffcd00;
    padding: 12px 0 10px;
}
.simple-banner-text {
    text-align: center;
    color: #010101;
}
@media screen and (min-width: 1001px) {
  .home .content {
    padding-top: 68px !important;
  }
  #simple-banner {
    padding: 20px 0 10px;
  }
}

footer .three_columns .column1 {
  display: none;
}

footer .three_columns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  footer .three_columns {
    flex-wrap: nowrap;
  }
}

footer .three_columns.clearfix:before, footer .three_columns.clearfix:after {
  display: none;
}

div.wpcf7-response-output {
	color: #222;
}
.wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #222;
}

@media only screen and (max-width: 600px) {
	.accordion-rates.activities-and-guest-services.eltd_accordion_holder.accordion.boxed .ui-accordion-header {
	    line-height: 16px;
	    padding-top: 9px;
	    padding-bottom: 10px;
	}
	.eltd_accordion_holder.activities-and-guest-services.accordion .intro-rate {
		position: initial;
		width: 100px;
		clear: both;
		display: block;
		font-size: 22px;
		line-height: 1.2;
	}
}