body{
    overflow: hidden;
    height: 100%;
}

body{
    overflow: auto;
    height: 100%;
}

h1{
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 50px;
    color: #fff;
    font-family: american_typewriterCnBd;
}

.custom-button{
    display: inline-block;
    background: rgb(0,74,128);
    color: #fff !important;
    text-align: center;
    padding: 10px 10px;
    margin: 10px 0px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: american_typewritercondensed;
    transition: all .3s;
}
.custom-button:hover{
    text-decoration: none;
    background: #69bdd5;
}

[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

.icon-calendar:after {
    content: "\f073";
    margin-left: 10px;
    color: #fff;
}

header {
    height: 100vh;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    width: 100vw;
}

#page{
    position: relative;
}

header.homepage{
    height: 100vh;
    
}

#navigation-bar{
    background: rgba(0,74,128,0.80);
    height: 55px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 20;
}

#nav-icon {
    width: 32px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    float: left;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#social-container{
    float: right;
    margin: 0;
    padding: 0;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    right: 25px;
}

#social-container li{
    display: inline-block;
    border: #69BDD5 solid 1px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-left: 15px;
    position: relative;
    transition: all .3s;
}

#social-container li .fa{
    color: #fff;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translateY(-50%) translateX(-50%);
    right: 25px;
    font-size: 20px;
    transition: all .3s;
}

#social-container li:hover{
    background:#69bdd5;
}


a.bookings-link{
    float: right;
    margin: 0;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    right: 25px;
    text-transform: uppercase;
    border: #69BDD5 solid 1px;
    border-radius: 10px;
    color: #69BDD5;
    padding: 5px 10px 2px;
    font-size: 20px;
    transition: all .3s;
    font-family: american_typewriterCnBd;
    margin-right: 4px;
}

a.bookings-link:hover{
    background:#69bdd5;
    color: #fff;
    text-decoration: none;
}

#nav-slide{
    display: block;
    width: 350px;
    padding: 8px 11px;
    padding-top: 35px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
}

#nav-slide span.title{
    color: rgb(0,74,128);
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 30px;
    font-family: american_typewriterCnBd;
    display: block;
    text-align: center;
}

#main.site-main article:not(:first-child){
    margin-top: 40px;
}

#main-menu{
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
}

#main-menu li{
    
}

#main-menu li.current_page_item a{
    text-decoration: underline;
    color: #69bdd5;
}

#main-menu li a {
    color: #000;
    text-transform: uppercase;
    font-size: 26px;
    font-family: american_typewritercondensed;
    transition: all .3s;
}

#main-menu li a:hover{
    text-decoration: underline;
}

#nav-slide .logo{
    max-width: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
}



#page{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.toggle-down-bg{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 88px;
    width: 100%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    text-align: center;
    z-index: 10;
}

article.page .toggle-down-bg{
    position: relative;
}

.toggle-down-bg .fa{
    font-size: 50px;
    color: #fff;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .3s;
}

.toggle-down-bg .fa:hover{
    top: 55%;
}


#title-header{
    background: #69BDD5;
    width: 100%;
    text-align: center;
    height: 7vh;
    position: relative;
}

#title-header h1{
    margin: 0;
    padding: 15px 0px 0px;
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    font-family: american_typewriterCnBd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    width: 100%;
}

.header-container{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.header-container h1{
    padding: 0;
    margin-bottom: 10px;
}

.header-container .logo{
    max-width: 302px;
    margin-bottom: 40px;
}

.header-container .company-info{
    color: #fff;
}

.header-container .company-info span.date{
    font-family: american_typewritercondensed;
    font-size: 30px;
    line-height: 0;
    margin-bottom: 25px;
    display: inline-block;
}

.header-container .company-info span.time{
    font-family: american_typewriterCnBd;
    font-size: 30px;
    line-height: 0;    
    margin-bottom: 25px;
    display: inline-block;
    margin-left: 10px;
}

.header-name{
    font-family: american_typewriterCnBd;
    font-size: 30px;
    margin-top: -5px;
}

.header-container .address{
    font-family: american_typewritercondensed;
    font-size: 30px;
    line-height: 35px;
    margin-top: -10px;
}

.header-container .address a{
    font-family: american_typewriterCnBd;;
    color: #fff;
    transition: all .3s;
}

.header-container .address a:hover{
    text-decoration: none;
    color: rgb(105, 189, 213);
}

#primary.content-area{
    background-position: 50% 100%;
    background-repeat: no-repeat;
    min-height: 50vh;
    background-attachment: fixed;
    background-size: cover;
}

.entry-content{
    background: rgba(255,255,255, .8);
    padding: 25px;
    margin-top: 30px;
}

.entry-content h2{
    font-family: american_typewriterCnBd;
    font-size: 57px;
    color: #69bdd5;
}

.entry-content h3{
    font-family: american_typewriterCnBd;
    font-size: 30px;
    color: #69bdd5;
}

.entry-content .first-paragraph strong{
    color: #004A80;
    font-family: american_typewriterCnBd;
    font-weight: normal;
}

.entry-content p{
    font-family: american_typewritercondensed;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.entry-content a{
    color: #004a80;
    transition: all .3s;
}
.entry-content a:hover{
    color: #69BDD5;
}

#owl-carousel-container{
    margin-top: 20px;
}

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -78px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    background: #004A80;
}

.owl-theme .owl-controls .owl-buttons .owl-prev .fa{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 47%;
    font-size: 26px;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -78px;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 60px;
    background: #004A80;
}

.owl-theme .owl-controls .owl-buttons .owl-next .fa{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 53%;
    font-size: 26px;
}

#restaraurant-menu h3{
    text-transform: uppercase;
}

#restaraurant-menu .menu-item{
    color: #004A80;
    font-family: american_typewriterCnBd;
    font-weight: normal;
    font-size: 18px;
    padding: 0 0 0px;
    display: inline-block;
}
#restaraurant-menu .menu-detail{
    font-family: american_typewritercondensed;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
#restaraurant-menu .menu-description{
    font-family: american_typewritercondensed;
    font-size: 18px;
    margin: 0;
    padding: 0 0 12px;
    display: block;
}
#restaraurant-menu .price{
    color: #004A80;
    font-family: american_typewritercondensed;
    font-weight: normal;
    font-size: 18px;
    padding: 0 0 0px;
    display: block;
    text-align: right;
}

#restaraurant-menu .extra-details{
    padding: 10px 0px;
    margin: 10px 0px 0;
    display: block;
    text-align: center;
    position: relative;
}

#restaraurant-menu .extra-details:before{
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 2px solid #175582;
    top: 0;
    width: 100%;
    left: 0;
}

#restaraurant-menu .extra-details:after{
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 2px solid #175582;
    bottom: 0;
    width: 100%;
    left: 0;
}

#restaraurant-menu .end-of-menu{
    padding: 10px;
    background: #004A80;
    color: #fff;
    display: block;
    text-align: center;
    margin: 10px 0 0;
}

.wpcf7-form{
    
}

.wpcf7-form .ajax-loader{
    display: none;
}

.wpcf7-form input:not([type="submit"]),
.wpcf7-form textarea,
.wpcf7-form select{
    width: 100%;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 10px;
    border: 1px solid rgb(105, 189, 213);
    color: #69bdd5;
    font-family: american_typewritercondensed;
    font-size: 16px;
    -webkit-appearance: none;
    background: #fff;
}

.wpcf7-form input[type="submit"]{
    width: 100%;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 10px;
    background: rgb(0,74,128);
    font-size: 20px;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-family: american_typewritercondensed;
    transition: all .3s;
}

.wpcf7-form input[type="submit"]:hover{
    background: #69bdd5;
    text-decoration: none;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    display: block;
    background: #69bdd5;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 10px;
    text-decoration: underline;
}

span.wpcf7-not-valid-tip{
    color: #ffffff;
    background: #69bdd5;
    display: block;
    padding: 10px 10px 10px;
    margin: 0px 0px 10px;
    font-size: 14px;
    font-family: american_typewritercondensed;
}

div.wpcf7-validation-errors{
    color: #ffffff;
    background: #bd1515;
    display: block;
    padding: 10px 10px 10px;
    margin: 0px 0px 10px;
    font-size: 14px;
    font-family: american_typewritercondensed;
    border: none;
}
.wpcf7-form-control-wrap{
    display: block;
}

.wpcf7-form-control-wrap:after,
.wpcf7-form-control-wrap:before{
    content: "";
    clear: both;
    display: block;
}

 input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #69bdd5;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }

::-webkit-input-placeholder {
    color: #69bdd5;
    font-family: american_typewritercondensed;
    font-size: 16px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #69bdd5;  
    font-family: american_typewritercondensed;
    font-size: 16px;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #69bdd5;  
    font-family: american_typewritercondensed;
    font-size: 16px;
}

:-ms-input-placeholder {  
    color: #69bdd5;  
    font-family: american_typewritercondensed;
    font-size: 16px;
}

.owl-theme .owl-controls .owl-page span{
    background: #69bdd5;
}

#map{
    width: 100%;
    height: 500px;
    margin-top: 20px;
}

#contact #social-container
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    transform: none;
    top: inherit;
    left: 0;
}

#contact  #social-container li {
    display: inline-block;
    border: #69BDD5 solid 1px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-right: 15px;
    margin-left: 0px;
    position: relative;
    transition: all .3s;
    background: #69bdd5;
}

footer.site-footer{
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    text-align: center;
}

footer.site-footer .address{
    background: rgba(0,74,128,0.80);
    height: 80px;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

footer.site-footer .address{
    font-family: american_typewritercondensed;
    font-size: 20px;
    color: #fff;
    padding: 13px 0px;
}

footer.site-footer .address a{
    font-family: american_typewriterCnBd;;
    color: #fff;
    transition: all .3s;
}

footer.site-footer .address a:hover{
    text-decoration: none;
    color: rgb(105, 189, 213);
}

footer.site-footer .logo{
    max-width: 161px;
}

footer.site-footer .company-info{
    color: #fff;
    margin-bottom: 5px;
}

footer.site-footer .company-info h1{
    font-size: 30px;
    padding: 20px 0px 10px;
}

footer.site-footer .company-info span.date{
    font-family: american_typewritercondensed;
    font-size: 20px;
    line-height: 0;
    margin-bottom: 25px;
    display: inline-block;
}

footer.site-footer .company-info span.time{
    font-family: american_typewriterCnBd;
    font-size: 20px;
    margin-left: 5px;
    line-height: 0;
    margin-bottom: 25px;
    display: inline-block;
}

#social-container-footer{
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

#social-container-footer li{
    display: inline-block;
    border: #69BDD5 solid 1px;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    
    position: relative;
    transition: all .3s;
}

#social-container-footer a:not(:first-child) li{
    margin-left: 15px;
}

#social-container-footer li .fa{
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    font-size: 20px;
    transition: all .3s;
}

#social-container-footer li:hover{
    background:#69bdd5;
}