/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.slider-title a {
	color: #1b57ec;
	display: none;
}

.slider-meta p {
	color: #1b57ec;
	display: none;
}

.slider-meta .more-link-text {
	border-color: #1b57ec;
	color: #1b57ec;
	display: none;
}

.site-logo {
	height: 65px;
	max-height: 65px;
	width: auto;
}

.button {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 12px 24px;
	border: 1px solid #046a14;
	border-radius: 8px;
	background: #7b9d82;
	background: -webkit-gradient(linear,left top,left bottom,from(#7b9d82),to(#006739));
	background: -moz-linear-gradient(top,#7b9d82,#006739);
	background: linear-gradient(to bottom,#7b9d82,#006739);
	-webkit-box-shadow: #7b9d82 0 0 14px 0;
	-moz-box-shadow: #7b9d82 0 0 14px 0;
	box-shadow: #7b9d82 0 0 14px 0;
	text-shadow: #033f0c 1px 1px 1px;
	font: normal normal normal 20px arial;
	color: #ffffff;
	text-decoration: none;
}

.button:hover,
.button:focus {
	border: 1px solid ##057d17;
	background: #94bc9c;
	background: -webkit-gradient(linear,left top,left bottom,from(#94bc9c),to(#007c44));
	background: -moz-linear-gradient(top,#94bc9c,#007c44);
	background: linear-gradient(to bottom,#94bc9c,#007c44);
	color: #ffffff;
	text-decoration: none;
}

.button:active {
	background: #4a5e4e;
	background: -webkit-gradient(linear,left top,left bottom,from(#4a5e4e),to(#006739));
	background: -moz-linear-gradient(top,#4a5e4e,#006739);
	background: linear-gradient(to bottom,#4a5e4e,#006739);
}

#scroll-up {
	display: none !important;
}

.book-now-button { z-index: 98999; background: transparent; border: 0; padding: 0; }

.book-now-button > span {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: white;
    background-color: #32B0A2;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 8px 16px;
    border-radius: 4px;
    font-family: 'Cabin', sans-serif;
			cursor: pointer;
}

.book-now-button > span:hover {
background-color: #01645A;
}