/*
Theme Name: Sefton Park Palm House
Author: SB Studio
Author URI: http://www.sb-studio.co.uk
Version: 1.0
*/

/*
RESETS ------------------------
*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;background: transparent;}

/*
RESETS END --------------------
*/

.privacyNotice{
	display:none;
}
.acceptanceCheck{
	/* display: none; */
	margin-top:15px;
	font-size:13px;
}
input.checkbox{
	-webkit-appearance: checkbox;
	margin-right: 10px;
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	display: none;
	background-color: #ffffff;
	color: #00582b;
	text-rendering: optimizeLegibility;
}

body a {
	color: #00582b;
	text-decoration: none;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -160px;
}	

input {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea:focus, input:focus, select:focus { 
	outline: 0; 
}

p {
	margin-top: 0px !important;
}

p:last-child {
	margin-bottom: 0px !important;
}

ul {
	margin: 0px !important;
}

/*
HEADER CONTENT ------------------
*/

.header-wrap {
	position: relative;
	width: 100%; height: auto;
	background-color: #ffffff;
	z-index: 500;
}

/* Top Header */

.top-header-wrap {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 70px;
	background-color: #ffffff;
	display: table; vertical-align: middle;
	-moz-box-shadow: 6px 6px 8px rgba(0, 88, 43, 0.15);
	-webkit-box-shadow: 6px 6px 8px rgba(0, 88, 43, 0.15);
	box-shadow: 6px 6px 8px rgba(0, 88, 43, 0.15);
	z-index: 100;
}

@media only screen and (max-width: 1240px) {
.top-header-wrap {
	height: 150px;
}
}

.top-header-content-wrap {
	position: relative;
	width: 1045px;
	height: 70px;
	margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
.top-header-content-wrap {
	width: 415px; height: 130px;
}
}

.header-menu-wrap {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 70px;
	display: table; vertical-align: middle;
	z-index: 100;
}

@media only screen and (max-width: 1240px) {
.header-menu-wrap {
	top: 70px;
}
}

.header-menu-wrap .menu {
	height: 70px;
	list-style: none;
	display: table-cell; vertical-align: middle;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 21px; text-align: center;
}

@media only screen and (max-width: 1240px) {
.header-menu-wrap .menu {
	font-size: 24px;
}
}

.header-menu-wrap .menu .menu-item {
	display: inline-block;
	color: #00582b;
	margin-left: 3px; margin-right: 3px;
	border-bottom: 1px solid transparent;
	transition:border-color .3s linear;
    -o-transition:border-color .3s linear; 
    -moz-transition:border-color .3s linear; 
    -webkit-transition:border-color .3s linear;
    cursor: pointer;
}

@media only screen and (max-width: 1240px) {
.header-menu-wrap .menu .menu-item {
	margin-bottom: 5px;
}
}

.header-menu-wrap .menu .menu-item:hover {
	border-color: #00582b;
}

.header-menu-wrap .menu .menu-item a {
	color: #00582b;
}

.header-menu-wrap .current-menu-item {
	border-color: #00582b !important;
}

.header-menu-wrap .current-page-ancestor {
	border-color: #00582b !important;
}

.header-menu-logo-wrap {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	z-index: 50;
}

.header-menu-logo {
	position: relative;
	width: 144px; height: 25px;
	margin-top: 22px;
	background: url('/wp-content/uploads/2014/11/new-header-small-logo.png') no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	display: none;
}

@media only screen and (max-width: 1240px) {
.header-menu-logo {
	display: block !important;
	background: url('/wp-content/uploads/2014/11/new-header-small-logo-center.png') no-repeat 50% 50%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin: 0 auto;
	margin-top: 22px;
}
}

/* Lower Header */

.lower-header-wrap {
	position: relative;
	width: 100%; height: auto;
	padding-top: 90px; padding-bottom: 20px;
	background-color: #ffffff;
	z-index: 1;
}

@media only screen and (max-width: 1240px) {
.lower-header-wrap {
	padding-top: 170px;
}
}

.lower-header-content {
	position: relative;
	width: 1045px; height: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
.lower-header-content {
	width: 515px;
}
}

.left-header-logo {
	position: absolute;
	width: 202px; height: 51px;
	bottom: 0; left: 0;
	background-size: 100% 100%;
}

@media only screen and (max-width: 1240px) {
.left-header-logo {
	display: none;
}
}

.lower-header-logo {
	position: relative;
	margin: 0 auto;
	width: 121px; height: 121px;
	background-size: 100% 100%;
}

#searchform {
	position: absolute;
	bottom: 5px; right: 0;
	width: 250px; height: 17px;
}

@media only screen and (max-width: 1240px) {
#searchform {
	display: none;
}
}

#s {
	position: relative;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #00582b;
	font-family:'Neuzeit S LT W01 Book';
    font-size: 14px; line-height: 20px;
    color: #00582b;
	text-indent: 20px;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    background-image: url('/wp-content/uploads/2014/11/search-icon.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 17px 17px;
}

#s::-webkit-input-placeholder {
   color: #00582b;
}

#s:-moz-placeholder { /* Firefox 18- */
   color: #00582b;  
}

#s::-moz-placeholder {  /* Firefox 19+ */
   color: #00582b;  
}

#s:-ms-input-placeholder {  
   color: #00582b;  
}

.screen-reader-text {
	display: none !important;
}

#searchsubmit {
	display: none !important;
}

/* Social Sidebar Content */

.social-sidebar-wrap {
	position: fixed;
	width: auto; height: auto;
	top: 225px; right: 0;
	z-index: 10000;
	background-color: #00582b;
	-moz-box-shadow: -5px 5px 7px rgba(0, 88, 43, 0.15);
	-webkit-box-shadow: -5px 5px 7px rgba(0, 88, 43, 0.15);
	box-shadow: -5px 5px 7px rgba(0, 88, 43, 0.15);
}

@media only screen and (max-width: 1240px) {
.social-sidebar-wrap {
	top: 285px;
}
}

@media only screen and (max-width: 1100px) {
.social-sidebar-wrap {
	display: none;
}
}

.social-sidebar-content {
	padding-left: 22px; padding-right: 22px;
	padding-top: 22px; padding-bottom: 22px;
	text-align: center;
}

.social-sidebar-divider {
	position: relative;
	width: 100%; height: 1px;
	background-color: #f3f3f4;
	margin-top: 10px; margin-bottom: 10px;
}

.social-sidebar-button {
	height: 42px;
	font-family:'Clearface ITC W01 Heavy';
	text-align: center;
	color: #f3f3f4;
}

.social-sidebar-button a{
	color: #f3f3f4;
}

/*
HOMEPAGE CONTENT ------------------
*/

/* HOMEPAGE SLIDER CONTENT */

.homepage-slider-content-wrap {
	position: relative;
	width: 100%; height: auto;
	margin-bottom: 25px;
}

.homepage-slider-content {
	position: relative;
	width: 1045px; height: 490px;
	margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
.homepage-slider-content {
	width: 515px;
}
}

.homepage-slider {
	position: relative;
	width: 1045px; height: 460px;
	margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
.homepage-slider {
	width: 515px;
}
}

.homepage-slider-slide {
	width: 100%; height: 100%;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-outer-container {
	width: 100%; height: 100%;
	text-align: center;
    display: table;
    vertical-align: middle;
    position: absolute;
    z-index: 12;
}

.home-inner-container{
    vertical-align: middle;
    display: table-cell;
    padding: 0 60px;
}

/* Homepage Slider Slide Style 01 */

.homepage-slider-style-01 .homepage-slider-title {
	position: relative;
	width: 100%; height: auto;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 49px; line-height: 38px;
	letter-spacing: -1px;
	color: #ffffff;
}

@media only screen and (max-width: 1240px) {
.homepage-slider-style-01 .homepage-slider-title {
	font-size: 34px;
}
}

.homepage-slider-style-01 .homepage-slider-subtitle {
	position: relative;
	width: 100%; height: auto;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 98px;
	letter-spacing: -1px;
	color: #ffffff;
}

@media only screen and (max-width: 1240px) {
.homepage-slider-style-01 .homepage-slider-subtitle {
	font-size: 70px;
}
}

/* Homepage Slider Slide Style 02 */

.homepage-slider-style-02 .homepage-slider-overlay-wrap {
	position: absolute;
	width: 385px; height: 100%;
	top: 0; left: 0;
	background-color: rgba(0,135,172,0.6);
}

.homepage-slider-overlay-content {
	padding: 20px;
	padding-bottom: 35px;
}

.homepage-slider-overlay-title {
	position: relative;
	width: 100%; height: auto;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 56px; line-height: 50px;
	text-align: left;
	color: #ffffff;
}

.homepage-slider-overlay-footer {
	position: absolute;
	width: 300px;
	bottom: 35px; text-align: left;
	font-family:'Neuzeit S LT W01 Book';
    font-size: 14px; line-height: 17px;
    color: #ffffff;
}

/* Homepage Slider Slide Style 03 */

.homepage-slider-style-03 .homepage-slider-title {
	position: relative;
	width: 100%; height: auto;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 76px;
	letter-spacing: -1px;
	color: #ffffff;
}

@media only screen and (max-width: 1240px) {
.homepage-slider-style-03 .homepage-slider-title {
	font-size: 52px;
}
}

.homepage-slider-style-03 .homepage-slider-subtitle {
	position: relative;
	width: 100%; height: auto;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 28px;
	letter-spacing: -1px;
	color: #ffffff;
}

@media only screen and (max-width: 1240px) {
.homepage-slider-style-03 .homepage-slider-subtitle {
	font-size: 25px;
}
}

.homepage-slider-style-03 .homepage-slider-subtitle span {
	border-bottom: 1px solid #ffffff;
}

.homepage-nav {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	text-align: center;
	height: 30px;
}

.homepage-nav a {
	width: 8px; height: 8px;
	background-color: #b2b2b2;
	display: inline-block;
	margin-left: 14px; margin-right: 14px;
    color: transparent !important;
	text-align: center;
	font-size: 0px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	transition:all .3s linear;
    -o-transition:all .3s linear; 
    -moz-transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}

.homepage-nav a:hover {
	background-color: #00582b;
	color: transparent !important;
}

.homepage-nav a.activeSlide { 
	background-color: #00582b;
	color: transparent !important;
}

/* HOMEPAGE CAROUSEL CONTENT */

.events-slider-wrapper {
	position: relative;
	width: 100%; height: auto;
	background-color: #e6f3f0;
	border-top: 1px solid #00582b;
}

.events-slider-wrap {
    position: relative;
    width: 1115px;
    height: 350px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;
}

@media only screen and (max-width: 1240px) {
.events-slider-wrap {
	width: 585px;
}
}

.slider-nav {
    position: absolute;
    width: 26px;
    height: 47px;
    top: 48%;
    margin-top: -18px;
    cursor: pointer;
}

.slider-nav-text {
    position: absolute;
    width: 25px; height: 36px;
    top: 62%; margin-top: -18px;
    cursor: pointer;
    font-family: 'Clearface ITC W01 Heavy';
    text-decoration: underline;
}

.prev { left: -30px; }
.next { right: -30px; }

.events-slider {
    position: relative;
    width: auto;
    margin: 0 auto;
    height: 350px;
}

@media only screen and (max-width: 1240px) {
.events-slider {
	width: 530px !important;
}
}

.events-slider li {
    position: relative;
    width: 250px;
    height: 350px;
    margin-left: 7px;
    margin-right: 7px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

.events-slider-style-02 a {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}

.events-slider-rollover {
	position: absolute;
	width: 250px;
	height: 350px;
	top: 0; left: 0px; right: 0;
	z-index: 100;
}

.events-slider-slide-content {
	padding: 10px;
	padding-top: 20px;
}

.events-slider-slide-content .header {
	position: relative;
	width: 100%; height: auto;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 28px;
	color: #ffffff;
}

.events-slider-slide-content .title {
	position: relative;
	width: 100%; height: auto;
	margin-top: 15px;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 45px; line-height: 40px;
	color: #ffffff;
}

.events-slider-slide-content .header span {
	border-bottom: 1px solid #ffffff;
}

/* HOMEPAGE FEATURES BLOCKS CONTENT */

.homepage-features-blocks-wrap {
	position: relative;
	width: 100%; height: auto;
	padding-top: 30px; padding-bottom: 30px;
	background-color: #ffffff;
}

.homepage-features-blocks-content {
	position: relative;
	width: 1060px; height: 250px;
	margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
.homepage-features-blocks-content {
	width: 530px; height: 514px;
}
}

.homepage-features-block {
	position: relative;
	float: left; height: 250px;
	margin-left: 7px; margin-right: 7px;
	cursor: pointer;
}

@media only screen and (max-width: 1240px) {
.homepage-features-block {
	margin-bottom: 14px;
}
}

.homepage-large-features-block {
	width: 515px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.homepage-features-block-overlay {
	position: absolute;
	width: 325px; height: 100%; 
	top: 0; left: 0;
	background-color: rgba(0,88,43,0.6);
}

.homepage-small-features-block {
	width: 250px;
}

.homepage-features-block-content {
	padding: 10px;
	padding-top: 20px;
}

.homepage-features-block-content .header {
	position: relative;
	width: 100%; height: auto;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 28px;
	color: #ffffff;
}

.homepage-features-block-content .title {
	position: relative;
	width: 100%; height: auto;
	margin-top: 15px;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 45px; line-height: 40px;
	color: #ffffff;
}

.homepage-features-block-content .header span {
	border-bottom: 1px solid #ffffff;
}

.homepage-features-block-content .footer {
	position: absolute;
	width: 240px; height: auto;
	bottom: 25px; left: 10px;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 14px;
	color: #ffffff;
}

/* HOMEPAGE FOOTER CONTENT */

.homepage-footer-wrap {
	position: relative;
	width: 100%; height: auto;
	background-color: #ffffff;
}

.homepage-footer-content {
	position: relative;
	width: 1045px; height: auto;
	margin: 0 auto;
	padding-top: 40px;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 36px; line-height: 35px;
	text-align: center;
	color: #00582b;
}

.homepage-footer-content p {
	margin-bottom: 1em;
}

@media only screen and (max-width: 1240px) {
.homepage-footer-content {
	width: 515px;
}
}

/*
TEXT PAGE CONTENT ------------------
*/

.text-page-content-wrap {
	position: relative;
	width: 100%; height: auto;
	padding-bottom: 100px;
	border-top: 1px solid #000000;
}

.text-page-content-container {
	position: relative;
	width: 1045px; height: auto;
	margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
.text-page-content-container {
	width: 780px;
}
}

@media only screen and (max-width: 970px) {
.text-page-content-container {
	width: 515px;
}
}

.text-page-menu-wrap {
	position: relative;
	width: 100%; height: auto;
	margin-top: 30px;
}

.text-page-menu-wrap .menu {
	height: auto;
	list-style: none;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 21px; text-align: center;
}

@media only screen and (max-width: 1240px) {
.text-page-menu-wrap .menu {
	font-size: 27px;
}
}

.text-page-menu-wrap .menu .menu-item {
	display: inline-block;
	margin-left: 5px; margin-right: 5px;
	border-bottom: 1px solid transparent;
	transition:border-color .3s linear;
    -o-transition:border-color .3s linear; 
    -moz-transition:border-color .3s linear; 
    -webkit-transition:border-color .3s linear;
    cursor: pointer;
}

@media only screen and (max-width: 970px) {
.text-page-menu-wrap .menu .menu-item {
	margin-bottom: 5px;
}
}

/* Text Page Body Content */

.text-page-lead-image {
	position: relative;
	width: 100%; height: 460px;
	margin-top: 20px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width: 1240px) {
.text-page-lead-image {
	height: 343px;
}
}

@media only screen and (max-width: 970px) {
.text-page-lead-image {
	height: 230px;
}
}

/* Sponsors Grid Content */

.sponsors-grid-wrap {
	position: relative;
	width: 1064px; height: auto;
	margin: 0 auto;
}

.sponsors-grid {
	position: relative;
	width: auto;
	margin: 0 auto;
	margin-top: 30px;
}

.sponsors-block {
	width: 250px;
	margin-left: 7px; margin-right: 7px;
	margin-bottom: 14px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
    min-height: 242px;
}

.sponsors-image {
	width: 250px; height: 180px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sponsors-dropdown{
	display: none;
	padding: 10px;
	color: #FFF;
	background: #00a04f;
}

.sponsors-link{
	position: absolute;
	padding: 10px;
    color: #FFF;
    width: 92%;
	height: 42px;
    background: #00a04f;
}

.sponsors-link-title {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 5px;
    font-family: 'Clearface ITC W01 Heavy';
    font-size: 37px;
    line-height: 35px;
    color: #ffffff;
}


.sponsors-title {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 5px;
    font-family: 'Clearface ITC W01 Heavy';
    font-size: 37px;
    line-height: 35px;
    color: #ffffff;
}

.sponsors-description {
    position: relative;
    width: 100%;
    height: auto;
    font-family: 'Neuzeit S LT W01 Book';
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-page-text-content-wrap {
	position: relative;
	width: 100%; height: auto;
	margin-top: 40px;
}

.sponsors-page-text-content-wrap {
	position: relative;
	width: 100%; height: auto;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #000000;
}

#text-page-text-left-col {
	display: inline-block;
	vertical-align: text-top;
	width: 350px;
    margin-right: 45px;
	margin-top: 5px;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 37px; line-height: 35px;
	letter-spacing: -1px;
}

.special-offer{
	margin-top: 30px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 50px;
    color: #FFF;
    cursor: pointer;
	font-size: 44px;
	background-position: center center!important;
	background-size: cover!important;
}
.wedding-subheader{
	font-size:30px;
	text-decoration: underline;
	font-weight:500;
	margin-top:0;
}
.enquiry-contact .text-page-text-body-copy{
	padding-right: 20px;
	box-sizing: border-box;
	font-size: 18px;
}
.wedding-brochure-title{
	line-height: 1em;
	font-weight:300;
}
.enquiry-contact{
	background-color:#5fc7c9;
	background-image:url('images/flower-crop.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	padding:10px;
	margin-top:30px;
}
.wedding-contact{
	background-image:url('images/flowerBlue.svg');
	background-size:cover;
	padding:10px;
	margin-top: 30px;
}
/* .enquiry-contact:after{
	/* content:url('../images/flower_crop.svg'); */
	/* position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%; */ 

/* } */
#your-email, #wpcf7-f4716-o1 input, #wpcf7-f4716-o1 textarea, #wpcf7-f4853-o1 input, #wpcf7-f4853-o1 textarea{
	width:100%;
	border:2px solid transparent;	
	padding:7px;
	box-sizing: border-box;
	margin-bottom: 7px;
	font-size:14px;
}
#your-email.error, #wpcf7-f4716-o1 input.error, #wpcf7-f4853-o1 input.error {
	border-color:#00572a;
}
#your-email::placeholder,#wpcf7-f4716-o1 input::placeholder, #wpcf7-f4716-o1 textarea::placeholder,
#wpcf7-f4853-o1 input::placeholder, #wpcf7-f4853-o1 textarea::placeholder {
	color:#00572a;
}
#wpcf7-f4719-o1, #wpcf7-f4716-o1, #wpcf7-f4853-o1 {
	font-size:16px;
	font-family: 'Neuzeit S LT W01 Book';
}
#enquire-form-trigger{
	cursor: pointer;
}
#wpcf7-f4716-o1 .wpcf7-submit, #wpcf7-f4853-o1 .wpcf7-submit {
	background:none; 
	border:none; 
	padding: 0;
	text-align: left;
	color: #fff;
}
/* #wpcf7-f4716-o1 {
	display:none;
} */

#wpcf7-f4719-o1 .wpcf7-submit{
	background:none;
	border:none;
	box-shadow: none;
	color:white;
	font-family: 'Neuzeit S LT W01 Book';
	margin-top: 20px;
	padding:0px;
}
.wpcf7-submit:focus{
	text-decoration:underline;
}
.visibilityhidden{
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.error_msg{
	animation:fadeIn 0.5s ease forwards;
	color:#00572a;
	opacity:0;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	 color:transparent; opacity:0;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { 
	color:transparent; opacity:0; 
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	 color:transparent; opacity:0; 
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	 color:transparent; opacity:0; 
}
span.wpcf7-not-valid-tip{
	display: none;
}
#wpcf7-f4716-o1 input[type=date], #wpcf7-f4853-o1 input[type=date] {
	width:50%; float:right;
}
@keyframes fadeIn {
	0%{opacity:0;height:0;}
	100%{opacity:1; height:auto;}
}

u {
    text-decoration: none;
    border-bottom: 1px solid white;
}

.downloads{
	margin-top: 15px;
}

.download-icon{
	float: left;
	background-image: url('http://new.palmhouse.org.uk/wp-content/uploads/2016/08/download.png');
	background-size: cover;
	height: 21px;
    width: 14px;
    margin-top: 5px;
    margin-right: 10px;
}

.download-text{
	font-size: 22px;
    text-decoration: underline;
    float: left;
}

.download-link{
	width: 100%;
	float:left;
	margin-top: 5px;
}

@media only screen and (max-width: 1240px) {
#text-page-text-left-col {
	margin-bottom: 30px;
}
}

#text-page-text-right-col {
	display: inline-block;
	width: 615px;
	vertical-align: text-top;
}

@media only screen and (max-width: 970px) {
#text-page-text-right-col {
	width: 100%;
}
}

.text-page-text-body-copy {
	position: relative;
	width: 100%; height: auto;
	font-family:'Neuzeit S LT W01 Book';
    font-size: 16px; line-height: 20px;
    color: #000000;
}

.text-page-text-body-copy p {
	margin-bottom: 1.2em;
}

@media only screen and (max-width: 970px) {
.text-page-text-body-copy br {
	display: none;
}
}

.text-page-share-wrap {
	position: relative;
	width: 280px; height: auto;
	margin-top: 70px;
}

.text-page-share-wrap div {
	display: inline-block;
	vertical-align: middle;
}

.text-page-share-wrap .title {
	font-family:'Neuzeit S LT W01 Book';
	font-size: 16px; color: #00582b;
	margin-right: 2px;
}

.text-page-share-wrap .link {
	font-family:'Clearface ITC W01 Heavy';
	height: 42px;
	margin-right: -5px;
}
.white-text{
	color:white;
}

/*
WHATS ON CONTENT ------------------
*/

.whats-on-content-wrap {
	position: relative;
	width: 100%; height: auto;
	background-color: #ececec;
	border-top: 1px solid #000000;
	padding-bottom: 30px;
}

.whats-on-titles-wrap {
	position: relative;
	width: 1045px; height: 60px;
	margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
.whats-on-titles-wrap {
	width: 780px;
}
}

@media only screen and (max-width: 970px) {
.whats-on-titles-wrap {
	width: 515px;
}
}

.whats-on-left-title {
	position: absolute;
	bottom: 0; left: 0;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 37px; line-height: 20px;
	color: #00582b;
}

.whats-on-right-title {
	position: absolute;
	width: 250px; height: auto;
	bottom: 0; right: 0;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 14px; text-align: right;
	color: #00582b;
}

.whats-on-right-title a {
	color: #00582b;
}

.whats-on-grid {
	position: relative;
	width: auto;
	margin: 0 auto;
	margin-top: 30px;
}

.whats-on-block {
	width: 250px; height: 350px;
	margin-left: 7px; margin-right: 7px;
	margin-bottom: 14px;
	cursor: pointer;
	outline: 1px solid transparent;
}

.hidden { display: none; }

/* Datepicker Content START */

#datepicker-block {
	background-color: #1f306f;
}

#datepicker {
	margin-top: 65px;
}

.calendar-title {
	position: absolute;
	width: 100%; height: auto;
	top: 20px; left: 10px;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 37px; line-height: 35px;
	color: #ffffff;
}

.special a {
	background-color: rgb(115, 177, 224) !important;
}

.highlighter a {
	background-color: #EE6363 !important;
}

/* Datepicker Content END */

/* WHATS ON CONTENT BLOCKS */

.whats-on-block-content-wrap {
	padding: 10px;
	padding-top: 20px;
}

.whats-on-block-content-wrap .header {
	position: relative;
	width: 100%; height: auto;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 14px; line-height: 17px;
	color: #ffffff;
}

.whats-on-block-content-wrap .title {
	position: relative;
	width: 100%; height: auto;
	margin-top: 20px;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 37px; line-height: 35px;
	color: #ffffff;
}

/* Whats On Text Block */

.whats-on-text-block .footer {
	position: absolute;
	width: 220px; height: auto;
	bottom: 20px; left: 10px;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 14px; line-height: 17px;
	color: #ffffff;
}

/* Whats On Image Block */

.whats-on-image-block .thumb-image {
	position: absolute;
	width: 220px; height: 140px;
	bottom: 20px; left: 15px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Whats On Listings Block */

.whats-on-block-listing {
	width: 515px; height: auto;
	margin-left: 7px; margin-right: 7px;
	margin-bottom: 14px;
	background-color: #ffffff;
}

.whats-on-listings-block-content {
	padding: 20px;
	padding-bottom: 70px;
}

.whats-on-listings-close-header {
	position: relative;
	width: 100%; height: 25px;
	text-align: right;
}

.whats-on-listings-close-header .whats-on-close-button {
	cursor: pointer;
}

.whats-on-listings-lead-image {
	position: relative;
	width: 100%; height: 310px;
	margin-top: 15px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.whats-on-listings-header {
	position: relative;
	width: 380px; height: auto;
	margin-top: 35px;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 16px; line-height: 20px;
	color: #000000;
}

.whats-on-listings-title {
	position: relative;
	width: 380px; height: auto;
	margin-top: 20px;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 37px; line-height: 35px;
	color: #000000;
}

.whats-on-listings-description {
	position: relative;
	width: 380px; height: auto;
	margin-top: 40px;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 16px; line-height: 20px;
	color: #000000;
}

@media only screen and (max-width: 970px) {
.whats-on-listings-description br {
	display: none;
}
}

.whats-on-listings-description p {
	margin-bottom: 1.1em;
}

.whats-on-listings-booking-button {
	position: relative;
	width: 185px; height: 50px;
	margin-top: 25px;
	border: 2px solid #00582b;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 28px; line-height: 50px;
	text-indent: 8px;
	color: #00582b;
	cursor: pointer;
}

.whats-on-listings-share-wrap {
	position: absolute;
	width: 280px; height: auto;
	bottom: 30px; left: 20px;
}

.whats-on-listings-share-wrap div {
	display: inline-block;
	vertical-align: middle;
}

.whats-on-listings-share-wrap .title {
	font-family:'Neuzeit S LT W01 Book';
	font-size: 16px; color: #00582b;
	margin-right: 2px;
}

.whats-on-listings-share-wrap .link {
	font-family:'Clearface ITC W01 Heavy';
	height: 42px;
	margin-right: -5px;
}

/*
GALLERY CONTENT ------------------
*/

.gallery-content-wrap {
	position: relative;
	width: 100%; height: auto;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	padding-bottom: 30px;
}

.gallery-titles-wrap {
	position: relative;
	width: 1045px; height: 60px;
	margin: 0 auto;
}

@media only screen and (max-width: 1240px) {
.gallery-titles-wrap {
	width: 780px;
}
}

@media only screen and (max-width: 970px) {
.gallery-titles-wrap {
	width: 560px;
}
}

.gallery-left-title {
	position: absolute;
	bottom: 0; left: 0;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 37px; line-height: 20px;
	color: #00582b;
}

.gallery-right-title {
	position: absolute;
	width: 250px; height: auto;
	bottom: 0; right: 0;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 14px; text-align: right;
	color: #00582b;
}

.gallery-grid {
	position: relative;
	width: auto;
	margin: 0 auto;
	margin-top: 30px;
}

.gallery-block {
	height: 350px;
	margin-left: 7px; margin-right: 7px;
	margin-bottom: 14px;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.small-gallery-block { width: 250px; }
.large-gallery-block { width: 515px; }

.gallery-block-share-rollover {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background-color: rgba(0,88,43,0.8);
	z-index: 1000;
	display: none;
}

.gallery-block-share-rollover-content {
	position: absolute;
	width: 100%; height: 100%; 
	top: 0; left: 0;
	display: table; vertical-align: middle;
	text-align: center;
}

.gallery-block-share-rollover-content-container {
	display: table-cell;
	vertical-align: middle;
}

.gallery-share-title {
	position: relative;
	width: 100%; height: auto;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 17px;
	color: #ffffff;
}

.gallery-share-link {
	position: relative;
	width: 100%; height: auto;
	margin-top: 12px;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 42px; line-height: 1em;
	color: #ffffff;
}

.gallery-share-link a {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

/*
CONTACT CONTENT ------------------
*/

.contact-content-wrap {
	position: relative;
	width: 100%; height: auto;
	background-color: #ffffff;
	padding-bottom: 30px;
}

.acf-map {
	position: relative;
	width: 1045px; height: 460px;
	margin: 0 auto;
	margin-bottom: 50px;
}

@media only screen and (max-width: 1240px) {
.acf-map {
	width: 515px;
}
}

.contact-content-seperator {
	position: relative;
	width: 100%; height: 1px;
	background-color: #00582b;
}

/* Contact Content Columns */

.contact-content-columns {
	position: relative;
	width: 1065px; height: auto;
	margin: 0 auto;
	margin-bottom: 100px;
}

@media only screen and (max-width: 1240px) {
.contact-content-columns {
	width: 530px;
}
}

.contact-content-high-columns { margin-top: 60px; }
.contact-content-low-columns { margin-top: 30px; }

.contact-content-column {
	display: inline-block;
	vertical-align: text-top;
	width: 514px;
	margin-left: 7px; margin-right: 7px;
	text-align: center;
}

@media only screen and (max-width: 1240px) {
.contact-content-column {
	margin-bottom: 50px;
}
}

.contact-content-column .title {
	position: relative;
	width: 100%; height: auto;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 28px; line-height: 40px;
	color: #00582b;
}

.contact-content-column .title span {
	border-bottom: 1px solid #00582b;
}

.contact-content-column .content {
	position: relative;
	width: 100%; height: auto;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 36px; line-height: 35px;
	color: #00582b;
}

.contact-content-column .content p {
	margin-bottom: 1em;
}

.contact-content-column .content em {
	font-size: 29px; line-height: 29px;
	font-style: normal;
	font-weight: normal;
}

/* Contact Enquiry Form Content */

.contact-enquiry-form-wrap {
	position: relative;
	width: 455px; height: auto;
	margin: 0 auto;
	margin-top: 40px;
}

.contact-enquiry-form-wrap p {
	margin: 0px !important;
}

.contact-enquiry-form-wrap .wpcf7-form {
	position: relative;
	width: 100%; height: auto; 
	font-family:'Neuzeit S LT W01 Book';
	font-size: 15px; line-height: 25px;
	color: #000000;
	text-align: left;
}

.contact-enquiry-form-wrap .enquiry-name, .contact-enquiry-form-wrap .enquiry-email, .contact-enquiry-form-wrap .enquiry-phone{
	position: relative;
	margin-top: 5px; margin-bottom: 20px;
	width: 100%; height: 45px;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	border: 1px solid #000000;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 15px; line-height: 45px;
	text-indent: 5px;
	color: #000000;
	text-align: left;
}
.contact-enquiry-form-wrap .enquiry-name{
	width:48%;
}
.contact-enquiry-form-wrap .enquiry-second{
	margin-left:3%;
}

.contact-enquiry-form-wrap span.enquiry-email,
.contact-enquiry-form-wrap span.enquiry-phone,
.contact-enquiry-form-wrap span.enquiry-message {
	border:none;
}
.contact-enquiry-form-wrap select{
	margin-top: 5px; margin-bottom: 20px;
	width: 100%; height: 45px;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	border: 1px solid #000000;
	border-radius: 0px;
}

.contact-enquiry-form-wrap .enquiry-message {
	position: relative;
	margin-top: 5px;
	width: 100%; height: 190px;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	border: 1px solid #000000;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 15px; line-height: 45px;
	text-indent: 5px;
	color: #000000;
	text-align: left;
	resize: none;
}

.contact-enquiry-form-wrap .wpcf7-submit {
	position: relative;
	margin: 15px 0;
	width: 100%;
	padding: 0px !important;
	border: none;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 15px; line-height: 25px;
	cursor: pointer;
	background:#00582b;
	color:white;
	width:100px;
	text-align: center;
	padding:10px 20px;
}

/* Contact Follow Column */

.contact-content-follow-column {
	position: relative;
	width: 100%; height: 350px;
	margin-top: 70px;
}

.contact-content-follow-block {
	position: relative;
	width: 250px; height: 350px;
	float: left;
	text-align: left;
	cursor: pointer;
	background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact-content-follow-block:first-child {
	margin-right: 14px;
}

.contact-content-follow-block a {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}

.contact-content-follow-block-content {
	padding: 10px;
	padding-top: 20px;
}

.contact-content-follow-block-content .header {
	position: relative;
	width: 100%; height: auto;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 28px;
	color: #ffffff;
}

.contact-content-follow-block-content .title {
	position: relative;
	width: 100%; height: auto;
	margin-top: 15px;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 45px; line-height: 40px;
	color: #ffffff;
}

.contact-content-follow-block-content .header span {
	border-bottom: 1px solid #ffffff;
}

/* BACK TO TOP CONTENT */

.back-top-wrap {
	position: relative;
	width: 1045px; height: auto;
	margin: 0 auto;
	margin-top: 30px;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 14px;
	text-align: right;
	color: #00582b;
}

@media only screen and (max-width: 1240px) {
.back-top-wrap {
	width: 515px;
}
}

.back-top-wrap span {
	cursor: pointer;
}

.gallery-footer-wrap {
	position: relative;
	width: 1045px; height: auto;
	margin: 0 auto;
	margin-top: 30px;
	font-size: 0;
}

@media only screen and (max-width: 1240px) {
.gallery-footer-wrap {
	width: 515px;
}
}

.gallery-footer-wrap .columns {
	display: inline-block;
	width: 50%; 
	vertical-align: text-top;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 14px;
	color: #00582b;
}

.gallery-footer-wrap .columns#left { text-align: left; }
.gallery-footer-wrap .columns#back-top { text-align: right; cursor: pointer; }

/*
SEARCH CONTENT ------------------
*/

.search-grid {
	position: relative;
	width: auto;
	margin: 0 auto;
	margin-top: 30px;
}

.search-block {
	width: 250px; height: 350px;
	margin-left: 7px; margin-right: 7px;
	margin-bottom: 14px;
	cursor: pointer;
}

.search-block-content-wrap {
	padding: 10px;
	padding-top: 20px;
}

.search-block-content-wrap .title {
	position: relative;
	width: 100%;
	height: auto;
	font-family: 'Clearface ITC W01 Heavy';
	font-size: 37px;
	line-height: 35px;
	color: #ffffff;
}

.search-block .footer {
	position: absolute;
	width: 220px; height: auto;
	bottom: 20px; left: 10px;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 14px; line-height: 17px;
	color: #ffffff;
}

/*
FOOTER CONTENT ------------------
*/

.footer-wrap, .push {
    height: 160px;
}	

.footer-wrap {
	position: relative;
	width: 100%;
	background-color: #ffffff;
}

.footer-content-wrap {
	position: relative;
	width: 1045px; height: 55px;
	margin: 0 auto;
	padding-top: 70px;
}

@media only screen and (max-width: 1240px) {
.footer-content-wrap {
	width: 515px;
}
}

.footer-subscribe-wrap {
	position: absolute;
	bottom: -10px; 
	left: 0;
	width: 385px;
	height: 100px;
	border: 2px solid #00582b;
	display: table; 
	vertical-align: middle;
}

@media only screen and (max-width: 1240px) {
.footer-subscribe-wrap {
	width: 350px;
}
}

.footer-subscribe-wrap p {
	margin: 0px !important;
}

.footer-subscribe-title {
	display: table-cell; vertical-align: top;
	padding-left: 10px;
	font-family:'Clearface ITC W01 Heavy';
	font-size: 28px;
	color: #00582b;
}

.footer-subscribe-wrap .wpcf7-form {
	position: absolute;
	width: 90%; height: 17px;
	top: 38px; right: 27px;
}

@media only screen and (max-width: 1240px) {
.footer-subscribe-bar {
	width: 190px;
}
}

#footer-subscribe-email {
	position: relative;
	top: 0; left: 0;
	width: 90%; height: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #00582b;
	font-family:'Neuzeit S LT W01 Book';
    font-size: 14px; line-height: 20px;
    color: #00582b;
	text-indent: 5px;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

@media only screen and (max-width: 1240px) {
#footer-subscribe-email {
	width: 90%;
	left: 5px;
}
}

.footer-subscribe-wrap .wpcf7-submit {
	position: absolute;
	width: auto; height: 100%;
	top: 5px; right: 0;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 14px; line-height: 20px;
	color: #00582b;
	text-align: left;
	cursor: pointer;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.footer-subscribe-wrap .wpcf7-submit[disabled]{
	color:grey;
}

.ajax-loader {
	display: none !important;
}

.wpcf7-mail-sent-ok {
	display: none !important;
}

.wpcf7-validation-errors {
	display: none !important;
}

span.wpcf7-not-valid-tip {
	color: #575656;
	font-family: 'Neuzeit S LT W01 Book';
	font-size: 14px !important;
	display: block;
	padding-top: 20px;
	text-indent: 5px; 
}

.footer-credit-wrap {
	position: absolute;
	width: auto; height: auto;
	bottom: 0; right: 0;
	font-family:'Neuzeit S LT W01 Book';
    font-size: 13px;
    color: #00582b;
}

.footer-credit-wrap a {
	color: #00582b;
}

.search-everything-highlight-color {
	background-color: transparent !important;
}

/*
ISOTOPE CONTENT ------------------
*/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
         
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}	

.plant-block-inner{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.plant-block-title{
	color: #FFF;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
    width: 230px;
    height: auto;
    margin-top: 12px;
    font-family: 'Clearface ITC W01 Heavy';
    font-size: 42px;
    line-height: 1em;
    color: #ffffff;
    text-align: center;
}

.plant-block-subtitle{
	position: relative;
    width: 100%;
    height: auto;
    font-family: 'Neuzeit S LT W01 Book';
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}

.plants-right-title {
    position: absolute;
    height: auto;
    bottom: 0;
    right: 0;
    font-family: 'Neuzeit S LT W01 Book';
    font-size: 14px;
    text-align: right;
    color: #00582b;
}

.sefton-map{
    width: 1045px;
    margin: auto;
    height: 460px;
    margin-bottom: 20px;
}

.sefton-map img{
	width: 100%;
    height: auto;
}

.map-key{
    width: 1045px;
    margin: auto;
    height: auto;
    margin-bottom: 60px;
}

.map-key img{
	width: 100%;
    height: auto;
}

#directions-map{
    margin: auto;
    width: 1045px;
    height: 460px;
    margin-bottom: 60px;
}

.directions-map-holder{
	/*display: none;*/
}

.directions-submit-wrap {
    width: 75%;
    height: 50px;
    border: 2px solid #00582b;
    display: table;
    vertical-align: middle;
	margin: auto;
	margin-top: 45px;
}


.directions-submit-wrap p {
	margin: 0px !important;
}


.directions-submit-wrap .wpcf7-submit {
	position: absolute;
	width: auto; height: 100%;
	top: 5px; right: 0;
	padding: 0px !important;
	background-color: transparent;
	border: none;
	font-family:'Neuzeit S LT W01 Book';
	font-size: 14px; line-height: 20px;
	color: #00582b;
	text-align: left;
	cursor: pointer;
	-webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

#start{
	position: relative;
    top: 15px;
    left: 0;
    margin-left: 5%;
    float: left;
    width: 70%;
    height: 100%;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #00582b;
    font-family: 'Neuzeit S LT W01 Book';
    font-size: 14px;
    line-height: 20px;
    color: #00582b;
    text-indent: 5px;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

#mapGo{
    width: auto;
    margin-top: 16px;
    top: 9px;
    right: 0;
    padding: 0px !important;
    background-color: transparent;
    border: none;
    font-family: 'Neuzeit S LT W01 Book';
    font-size: 14px;
    line-height: 20px;
    color: #00582b;
    text-align: left;
    cursor: pointer;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

.gallery-filter-menu{
	margin:auto;
	margin-top: 30px;
	font-family: 'Neuzeit S LT W01 Book';
    font-size: 14px;
    text-align: center;
}

.gallery-filter{
	margin-right: 10px;
	display: inline-block;
	cursor: pointer;
}

.home-slider-tint{
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top:0px;
}

@media only screen and (max-width: 1240px) {
	
	.gallery-titles-wrap {
		height: 100px;
	}
	
	.gallery-left-title {
	    top: 40px;
	    width: 100%;
	    text-align: center;
	}
	
	.plants-right-title {
	    top: 82px;
	    height: 100px;
	    width: 100%;
	    text-align: center;
	}
	
}
.kalo-header-donate {
	display: inline-block;
	position:absolute;
	top: -60px;
	right: -101px;
}
.kalo-header-donate img {
	max-width:150px;
}

.kalo-donate-button {
	display: inline-block;
    border: 1px solid #005A25;
    position: absolute;
    right: 50%;
	bottom: 0;
	box-shadow: inset 0px 1px 0px 0px #9acc85;
	background: linear-gradient(to bottom, #74ad5a 15%, #005A25 100%);
	background-color: #005A25;
    color: #fff;
    padding: 25px 100px 22px 40px;
    border-radius: 1000px;
	transition: background 300ms ease;
	transform: translateX(50%);
	white-space: nowrap;
}
.kalo-donate-button:hover {
	background: linear-gradient(to bottom, #005A25 0%, #03903D 100%);
}
.kalo-donate-button svg {
    width: 43px;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
}

.lower-header-content {
	padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
	.kalo-header-donate {
		right: -40px;
		top: -59px;
	}
}

@media only screen and (min-width: 1241px) {
	.kalo-header-donate {
		right:0;
		top:7px;
	}
	.kalo-header-donate img {
		max-width:175px;
	}

	.kalo-donate-button {
		top: 5px;
		right: 0;
		bottom: auto;
		transform: none;
	}
	.lower-header-content {
		padding-bottom: 0;
	}
}