body{
	background-color: #eadcb1;
  font-family: 'Calibri',sans-serif;
  color: #4f4d4c;
}
#wrap {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 1024px;
  background-image: url('../images/new_background.png');
  background-size: 100%;
  background-repeat: repeat-y;
  width: 100%;
  margin: 0 auto;
}

/*#wrap h1, #wrap h2, #wrap h3, #wrap h4, #wrap p, #wrap a, #wrap li{
  font-family: 'Calibri',sans-serif;
}*/

header{
	width: 100%;
	height: 155px;
	background: transparent;
  position: relative;
}

.content{
  width: 880px;
  margin: 0 auto;
}

.main-header {
  height: 140px;
}

.site-logo, .topbar {
  float: left;
}

.site-logo{
  width: 50%;
}

.topbar{
  width: 50%;
}

.site-logo h1 {
  background-image: url("../images/site-logo.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 100px;
  text-indent: -9999px;
  width: 312px;
  margin: 20px 0;
}

.topbar-nav{
  background-color: #cbb778;
}

.topbar-nav ul{
  height: 36px;
  margin: 38px 0 0;
}

.topbar-nav ul li {
  color: #FFFFFF;
  display: inline;
  font-family: 'Calibri',sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 37px;
  padding: 0 13px;
  text-transform: uppercase;
}

.topbar-nav li a{
  text-decoration: none;
  color: inherit;
}

.topbar-nav li a:hover{
  color: #0071BC;
}

form#searchform {
  width: 132px;
}

#searchform > div {
  height: 20px;
  position: relative;
  width: 100%;
}

.topbar-nav ul li:last-child {
  display: inline-block;
  margin-bottom: -5px;
  padding: 0;
}

#searchform input[type="text"] {
  border: 0 none;
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.topbar-nav input[type="submit"] {
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  width: 26px;
}

input[type="submit"] {
  background-color: #0071BC;
  border: 0 none;
  color: #FFFFFF;
  font-family: 'Calibri',sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.social-icon .icon-wrap {
  float: right;
  width: 160px;
  margin: 12px 0;
}

img.hover{
  display: none;
}

.social-icon .icon-wrap a img {
  padding: 5px;
}

.main-nav {
  background-color: #FFFFFF;
  height: 33px;
  position: relative;
  z-index: 6;
}

.main-nav > ul { line-height: 28px; }

.main-nav ul li{ display: inline; }

.main-nav ul li:after {
  color: #8BC53F;
  content: "|";
  font-size: 28px;
  font-weight: bold;
  padding: 0 40px;
}

.main-nav ul li:last-child:after {
  content: none;
}

.main-nav li a {
  color: #0071BC;
  font-family: 'Calibri',sans-serif;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav li a:hover {
  color: #8BC53F;
}

.main-nav ul li:first-child a {
  margin-left: 55px;
}

.extra {
  background: none repeat scroll 0 0 #CBB778;
  height: 36px;
  position: absolute;
  right: 0;
  top: 38px;
  width: 72px;
}

.dynamic-banner {
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 360px;
  width: 100%;
}

#site-main {
  margin: -20px 0 15px;
  width: 100%;
}

body.home #site-main {
  height: 615px;
}

.home-blog, .home-event, .home-signup, .voucher, .sidebar{
  width: 279px;
  float: left;
  margin-right: 21px;
  background-color: white;
}

.home-blog, .home-event {
  height: 615px;
}

.home-signup{
  margin-right: 0;
}

.blog-title {
  background-color: #0071BC;
  height: 33px;
  width: 100%;
}

.blog-title h2 {
  color: #FFFFFF;
  font-family: 'Calibri',sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.blog-content {
  padding: 7%;
  width: 86%;
}

.blog-content h4 {
  font-family: 'Calibri',sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.blog-content .post-date{
  padding-bottom: 15px;
}

.blog-content > img {
  padding: 10px 0 5px;
}

.blog-content .post-link {
  padding: 10px 0;
}

.home-event .date-box {
  background-image: url("../images/date-box.png");
  float: left;
  height: 46px;
  margin-right: 10px;
  position: relative;
  width: 46px;
}

.date-box .month {
  color: #FFFFFF;
  font-weight: bold;
  left: 8px;
  position: absolute;
  text-transform: uppercase;
  top: 1px;
}

.date-box .date {
  bottom: 3px;
  color: #6EB43F;
  font-size: 25px;
  left: 10px;
  position: absolute;
}

.home-event .per-post {
  height: 46px;
  padding: 15px 0;
  width: 100%;
}

.post-box {
  float: left;
  width: 76%;
  font-size: 15px;
}

.post-box p span {
  font-weight: bold;
  text-transform: uppercase;
}

.home-event .event-footer {
  background-color: #DACA9A;
  height: 163px;
  width: 100%;
}

.home-signup p {
  padding: 10px 0;
}

.home-signup input[type="text"] {
  height: 25px;
  padding: 0;
  width: 183px;
}

.signup-block > p:first-child {
  float: left;
}

.signup-block > p:last-child {
  float: right;
}

.signup-block > p:last-child input[type="submit"] {
  height: 21px;
  width: 95px;
}

.event-footer > div {
  border-radius: 10px;
  margin: 0 auto;
  padding: 13px 0;
  width: 90%;
}

.voucher{
  margin: 15px 0 0;
}

.voucher .blog-content {
  padding: 5% 5% 0;
  width: 90%;
}

.voucher .blog-content p img {
  float: left;
  margin: 15px 5px 5px;
}

p.download-btn-text {
  color: #0071BC;
  font-weight: bold;
  margin: 10px 0 5px;
}

a.download-btn-link img{
  padding: 0 4px;
}

footer{
  height: 200px;
}

footer .content{
  background-color: #e2e7eb;
  height: 200px;
}

footer .content > div {
  margin: 15px 15px 0;
}

footer li{
  color: #0071BC;
  font-family: 'Calibri', sans-serif;
  font-size: 13px;
  padding: 1px 0;
}

.footer-menus {
  float: left;
  width: 676px;
  border-right: 1px solid white;
}

.quick-link {
  float: left;
  width: 143px;
}

footer li a {
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}

footer li a:hover {
  color: black;
  font-weight: bold;
}

#copyright{
  height: 45px;
  width: 100%;
  background-color: #cbb677;
}

#copyright p {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
}



/*start all page style*/

body.page #site-main, body.search #site-main {
  height: 778px;
}

.vertical-nav > ul {
  padding-top: 10px;
}

.vertical-nav > ul > li p {
  background-attachment: scroll;
  background-image: url("../images/bullet-square.png");
  background-position: 14px 19px;
  background-repeat: no-repeat;
  color: #6EB43F;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 40px;
  text-transform: uppercase;
}

.vertical-nav ul ul li {
  padding: 7px 0;
  transition: all 0.3s ease 0s;
}

.vertical-nav ul ul li:hover {
  background: #7F9FD2;
}

.vertical-nav ul ul li a {
  color: #000000;
  padding: 0 40px;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.vertical-nav ul ul li:hover a{
  color: white;
  font-weight: bold;
}

.sidebar{
  height: 777px;
}

.sidebar .hr, .after-nav {
  margin: 20px 35px;
}

.sidebar .hr{
  height: 1px;
  background-color: #cbb677;
}

.adds-area{
  width: 210px;
  overflow: auto;
  background-color: #cbb677;
}

body.page-play .adds-area, body.search #site-main{
  height: 188px;
}

.main-content-area {
  float: left;
  width: 577px;
}

.content-wrap{
  width: 94%;
  padding: 3%;
  /*height: 675px;*/
  background-color: white;
}

.fluid-part {
  height: 708px;
  overflow: auto;
}

.main-content {
  background-color: #F6F2E3;
  padding: 0 20px;
  width: 467px;
}

.main-content p, .main-content img{
  padding: 13px 0;
}

.custom-post {
  border-bottom: 1px solid #CBB677;
  width: 507px;
  clear: both;
}

body.page-play .custom-post, body.search #site-main{
  height: 205px;
}

.custom-post h4 {
  font-size: 17px;
  padding: 20px 0;
  font-weight: bold;
}

.custom-post > img {
  border-right: 1px solid #CBB677;
  display: inline-block;
  float: left;
  padding-right: 30px;
}

.custom-post > p {
  float: left;
  padding-left: 30px;
}

.fluid-part > div:last-child{
  border: 0 none;
}

/* Eat Page */
.main-content h3{

}

.symbols > p {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 5px;
  text-transform: uppercase;
}

.symbols li {
  background-attachment: scroll;
  background-position: 0 8px;
  background-repeat: no-repeat;
  padding: 15px 0;
}

li.military{
  background-image: url('../images/features/military.png');
}
li.coupon{
  background-image: url('../images/features/coupon.png');
}
li.waterfront{
  background-image: url('../images/features/waterfront.png');
}
li.cocktails{
  background-image: url('../images/features/cocktails.png');
}
li.beer{
  background-image: url('../images/features/beer.png');
}
li.children{
  background-image: url('../images/features/children.png');
}
li.pet{
  background-image: url('../images/features/pet.png');
}
li.ada{
  background-image: url('../images/features/ada.png');
}
li.wirless{
  background-image: url('../images/features/wirless.png');
}
li.less{
  background-image: url('../images/features/less.png');
}
li.equal{
  background-image: url('../images/features/equal.png');
}
li.great{
  background-image: url('../images/features/great.png');
}
li.horse{
  background-image: url('../images/features/horse.png');
}


.symbols li a {
  color: #4F4D4C;
  padding-left: 40px;
  text-decoration: none;
}

.main-content h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 13px;
  text-align: center;
  text-transform: uppercase;
}

.feat-left, .feat-right {
  border: 2px solid #BA9765;
  float: left;
  height: 217px;
  position: relative;
  width: 217px;
  margin: 15px 0;
}

.feat-left p, .feat-right p {
  background-color: #0071BC;
  bottom: 0;
  height: 26px;
  line-height: 24px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  color: white;
}

.feat-left {
  margin-right: 25px;
}

.content-wrap p.details {
  padding: 5px 0;
}

body.page-eat .feat-left {
  margin-right: 25px;
  background: url('../images/deport-resturant.png') no-repeat;
}

body.page-eat .feat-right{
  background: url('../images/street-cafe.png') no-repeat;
}

body.page-eat .custom-post div{
  float: left;
}

.custom-post-left {
  padding: 0 13px;
  width: 191px;
}

.custom-post-left > p {
  float: none;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
}

.custom-post-left h5 {
  color: #CBB677;
  font-weight: bold;
  padding: 20px 0;
}

.custom-post-left h4 {
  font-size: 16px;
  font-weight: bold;
}

.custom-post-divider {
  background-color: #CBB677;
  height: 212px;
  margin: 60px 4px 0;
  width: 1px;
}

.custom-post-right {
  margin: 20px 0 0 20px;
  width: 261px;
}

.custom-post-right > img {
  padding: 0 5px 0 0;
}

.custom-post-right > p {
  padding: 5px 0;
  font-size: 13px;
}


body.page-eat .custom-post{
  height: 290px;
}


/* Shop Page */

body.page-shop .adds-area {
  height: 587px;
}

body.page-shop .custom-post{
  height: 265px;
}

body.page-shop .custom-post div, body.page-explore .custom-post div{
  float: left;
}

body.page-shop .custom-post-right {
  margin: 50px 0 0 20px;
}

body.page-shop .custom-post-divider {
  background-color: #CBB677;
  height: 175px;
  margin: 60px 4px 30px;
  width: 1px;
}

/* Explore page */

.follow-link > h3, .enews-signup h3{
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}

.follow-link a img {
  padding: 12px 10px 24px;
}

.enews-signup > p {
  line-height: 18px;
  padding: 10px 0;
}

.enews-signup p a {
  font-weight: bold;
}

body.page-explore .custom-post {
  height: 290px;
}

body.page-explore .custom-post-content {
  padding: 0 20px;
  width: 270px;
}

.custom-post-content > p {
  padding: 5px 0;
}

body.page-explore .custom-post-image {
  width: 188px;
}

.custom-post-image > img {
  display: block;
  margin: 25px auto;
}

body.page-explore .custom-post-divider {
  height: 190px;
}

/* Event Page */
body.page-events .adds-area {
  height: 587px;
}

body.page-events .main-content {
  height: 280px;
}

body.page-events .main-content > div, body.page-events .custom-post > div{
  float: left;
}

body.page-events .custom-post-content {
  width: 45%;
}

body.page-events .custom-post-divider {
  height: 238px;
  margin: 20px 22px 10px;
}

body.page-events .custom-post-image {
  width: 45%;
}

body.page-events .main-content .custom-post-image img {
  margin: 20px auto 10px;
  padding: 0;
}

body.page-events .main-content .custom-post-content P:first-child{
  padding-top: 20px;
}

body.page-events .custom-post {
  height: 280px;
  padding: 0 20px;
  width: 468px;
}

body.page-events .custom-post .custom-post-content p{
  padding: 0 0 10px 0;
  font-size: 13px
}

body.page-events .custom-post-image img{
  margin: 0 auto;
  display: block;
}

body.page-events .custom-post .custom-post-divider{
  margin-top: 0;
  height: 180px;
}

body.page-events .custom-post-content p.date {
  font-weight: bold;
  padding-top: 20px;
}

/* Stay Page */

li.hot-tub{
  background-image: url('../images/features/hot-tub.png');
}

li.fireplace{
  background-image: url('../images/features/fireplace.png');
}

li.breakfast{
  background-image: url('../images/features/breakfast.png');
}

li.c-breakfast{
  background-image: url('../images/features/c-breakfast.png');
}

body.page-stay .custom-post div{
  float: left;
}

body.page-stay .custom-post {
  height: 306px;
}

body.page-stay .symbols li {
  padding: 12px 0 13px;
}

body.page-stay .sidebar .hr, body.page-stay .after-nav {
  margin: 10px 35px;
}

body.page-stay .feat-left {
  margin-right: 25px;
  background: url('../images/boareas-bread.png') no-repeat;
}

body.page-stay .feat-right{
  background: url('../images/discovery-coast.png') no-repeat;
}

body.page-stay .custom-post-right > p {
  font-size: 13px;
  padding: 10px 0;
}

/* Widget Area Style */
li.widget {
  float: left;
  padding: 0 13px;
  width: 83px;
}

.footer-menus > ul > li:first-child {
  padding-left: 15px;
}

.footer-menus > ul > li:last-child {
  padding-right: 15px;
}

.widget > div {
  border-top: 1px solid #FFFFFF;
  padding-top: 6px;
}

.widget h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 2px 0;
  text-transform: uppercase;
}

.quick-link > ul > li.widget {
  padding: 0;
  width: 90%;
}

/** 27-01-14 */
.extra > a {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 37px;
  padding: 0 13px;
  text-decoration: none;
}

.extra > a:hover{
  color: #0071BC;
}


.direct-contact {
  clear: both;
  float: none !important;
  position: relative;
}

.direct-contact > a {
  background-image: url("../images/book-now.png");
  border-radius: 10px;
  color: #FFFFFF;
  height: 31px;
  position: absolute;
  right: 20px;
  text-indent: -999px;
  bottom: 0;
  width: 61px;
}

/* Blog Page Style */

body.page-blog #site-main, body.page-blog .sidebar, body.page-blog .main-content-area{
  height: 940px;
}

body.page-blog .fluid-part {
  height: 871px;
}

body.page-blog .sidebar .hr {
  margin: 30px 0 10px;
}

body.page-blog .sidebar-content h3{
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  color: #0071BC;
}

.sidebar-content {
  padding: 7%;
  width: 86%;
}

.sidebar-content ul {
  padding-left: 15px;
}

.sidebar-content li {
  list-style: square outside none;
}

.sidebar-content li a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

body.page-blog .enews-signup p a {
  color: #0071BC;
}

body.page-blog .blog-archive select {
  background: none repeat scroll 0 0 #EFE8D4;
  border: 0.1px solid #E7D8B1;
  height: 23px;
  width: 100%;
}

body.page-blog .follow-link a img {
  padding: 10px;
}

body.page-blog .content-wrap {
  padding: 3% 2% 3% 6%;
  width: 92%;
}

body.page-blog .custom-post p {
  float: none;
  padding: 0;
}

h2.post-title > a {
  color: #0071BC;
  font-size: 19px;
  font-weight: bold;
  padding: 4px 0;
  text-decoration: none;
}

body.page-blog p.post-date {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 0;
}

h4.post-subtitle {
  padding: 15px 0 5px;
}

p.post-content {
  font-size: 13px;
  line-height: 16px;
}

body.page-blog p.more-link {
  padding: 10px 0 5px;
}

.more-link > a {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

body.page-blog .custom-post {
  border-bottom: 2px solid #CBB677;
  padding: 25px 0;
  width: 100%;
  height: 190px;
}

body.page-blog .custom-post > div {
  height: 220px;
  float: left;
  width: 50%;
}

body.page-blog .custom-post .post-text{
  width: 65%;
}

body.page-blog .custom-post .post-img {
  width: 35%;
}

body.page-blog .custom-post .post-img {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

body.page-blog .fluid-part div:first-child {
  padding-top: 0;
}

body.page-blog .fluid-part div:last-child {
  border-bottom: 0;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 */

.jspContainer
{
  overflow: hidden;
  position: relative;
}

.jspPane
{
  position: absolute;
}

.jspVerticalBar
{
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap
{
  display: none;
}

.jspHorizontalBar .jspCap
{
  float: left;
}

.jspTrack
{
  background: #dde;
  position: relative;
}

.jspDrag
{
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
  float: left;
  height: 100%;
}

.jspArrow
{
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled
{
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow
{
  height: 16px;
}

.jspHorizontalBar .jspArrow
{
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
  outline: none;
}

.jspCorner
{
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
  margin: 0 -3px 0 0;
}


/* jspTrack Custom style by AB */
.jspTrack {
  background-color: #f6f2e3;
}

.jspTrack > div {
  background-color: #CCCCCC;
  width: 8px;
  left: 4px;
}


/* Contact Form Style */

body.page-template-contact-php #site-main {
  height: 957px;
}

body.page-template-contact-php .sidebar {
  height: 956px;
}

body.page-template-contact-php .inner-wrap {
  height: 866px;
  padding: 2%;
  width: 96%;
}

body.page-template-contact-php .sidebar-content {
  padding: 10%;
  width: 80%;
}

body.page-template-contact-php div.hr {
  background: none repeat scroll 0 0 #CBB677;
  height: 2px;
  margin: 20px 0;
}

.contact-info > h2 {
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-form th {
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.contact-form td {
  padding: 5px 0 5px 15px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .wpcf7-form-control.wpcf7-submit {
  background-color: #FAF7EF;
  border: 2px solid #ECE4C9;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
  height: 23px;
  width: 343px;
}

span.wpcf7-list-item {
  display: block;
  margin: 15px 0;
}

.wpcf7-list-item > input[type="checkbox"] {
  margin: 0;
}

.wpcf7-form-control.wpcf7-submit {
  color: #000000;
  height: 39px;
  width: 172px;
}