/*
Theme Name: DCMultipage
Author: David Chan
Author URI: http://kldchan.com
Description: DC\'s take on a multipage template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dcmultipage
Tags:

This theme, like WordPress, is licensed under the GPL.

DCMultipage is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');

@font-face {
  font-family: 'Century Gothic';
  src: url('fonts/century-gothic.ttf');
}

@font-face{
  font-family:'frutiger';
  src:url('fonts/frutiger65.ttf');
  font-weight:600;
  font-style:normal;
}
@font-face{
  font-family:'frutiger';
  src:url('fonts/frutiger65italic.ttf');
  font-weight:600;
  font-style:italic;
}
@font-face{
  font-family:'frutiger';
  src:url('fonts/frutiger55.ttf');
  font-weight:500;
  font-style:normal;
}
@font-face{
  font-family:'frutiger';
  src:url('fonts/frutiger55italic.ttf');
  font-weight:500;
  font-style:italic;
}
@font-face{
  font-family:'frutiger';
  src:url('fonts/frutiger45.otf');
  font-weight:400;
  font-style:light;
}
@font-face{
  font-family:'frutiger';
  src:url('fonts/frutiger45italic.ttf');
  font-weight:400;
  font-style:italic;
}



/*--------------------------------------------------------------
# Default
--------------------------------------------------------------*/

header{
  margin-top:0;
}

body{
  font-weight:400;
  font-family: 'frutiger';
  font-size:15px;
  line-height:25px;
  letter-spacing:0.5px;
  color:#555;
  background-color: #fff;
  overflow:hidden;
}

i{
  color:#fff;
}
p{
  color:#0e0e0e;
}
.container{
  position:relative;
}

.menu-container{
  background-color: #eee;
}

.banner{
  height:75vh;
  position:relative;
}

.section-spacing{
  padding:120px 0 0;
}

.text{
  padding:30px;
}

.same-height{
  overflow:hidden;
}

.same-height img{
  max-width:none !important;
  height:100%;
}
blockquote{
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 15.5px;
  border-left: 3px solid #e2d3ab;
}

@media(max-width:767px){
  .container{
    max-width:95vw;
  }
  body{
    font-size:12px;
    overflow:auto;
  }
  .text{
    padding:15px;
  }
  .page-template-template-homepage{
    overflow:hidden !important;
  }
}

@media(min-width:768px){
  .container{
    max-width:80vw;
  }
}

*:focus {
  outline: none;
  border: none;
}

a:hover{
  text-decoration-line:none !important;
}

/*--------------------------------------------------------------
# Word Break
--------------------------------------------------------------*/

#primary, #secondary{

  //-ms-word-break: break-all;
  //word-break: break-all;
  //word-break: break-word;
  //-webkit-hyphens: auto;
  //-moz-hyphens: auto;
  //hyphens: auto;
  text-align: justify;
  text-justify: inter-word;

}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centerstuff{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:5;
}

.nopadding{
  padding:0 !important;
}

.nomargin{
  margin:0 !important;
}

.text-left{
  text-align:left;
}

.text-center{
  text-align:center;
}

.background-image{
  background-position:center !important;
  background-size:cover !important;
}

.background-generic{
  min-height:100vh;
  background-color:#333;
}

.bg-gray{
  background-color:#f5f5f5;
  border-top: 1px solid #e2e2e2;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6{
  font-weight:600;
}

h2{
  font-weight:700;
  font-size: 45px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  color: #353535;
  text-transform: uppercase;
}

h3{
  font-weight:500;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
h4{
  font-weight:400;
}
h5{
  font-weight:400;
}
h6.sub-heading{
  font-weight:500;
  font-size: 20px;
  margin: 0;
  color: #4a611c;
  margin-bottom: 62px;
}
h6.sub-heading::after{
  position: absolute;
  display: block;
  background: #353535;
  content: '';
  height: 2px;
  width: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text h1, .text h2, .text h3{
}

b, strong{
  font-weight:500;
}
a{
  color:#555;
}
.green{
  color:#4a611c !important;
}

.banner{
  color:#fff !important;
  text-align:center;
}

.banner h2{
  font-size:80px;
  text-shadow:0px 0px 10px rgb(0, 0, 0);
  color:#fff !important;
}

.banner p{
  text-shadow:0px 0px 10px rgb(0, 0, 0);
  letter-spacing:1px;
  font-size:20px;
}

.portfolio h1, .portfolio h2, .portfolio h3, .portfolio h4{
  font-size: 22px;
  color: #353535;
  text-transform: uppercase;
  font-size:22px;

}

.white h2, .white h3, .white h6, .white p, .white a, .white .fa ,.white{
  color:#fff !important;
}

@media(max-width:767px){
  h2{
    font-size:30px;
  }
  .banner h2{
    font-size:40px;
  }
  .banner p{
    font-size:15px;
  }
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn{
  border-radius:0 !important;
  letter-spacing:1px;
}

.btn-xl{
  font-size: 18px;
  padding: 20px 40px;
  margin-top:20px;
}

.btn-fancy{
  border:1px solid;
  text-transform:uppercase;
}

.btn-fancy:hover{
  background-color:#4a611c !important;
  border:2px solid #4a611c !important;
  color:#fff !important;
}

.btn-fancy-black{
  color: #555;
  border: none;
  margin-top: 20px;
  cursor: -webkit-zoom-in;
  padding: 10px 20px;
  border-color: #ddd;
}
.btn-fancy-black:hover{
  color:#fff !important;
  border-color:#333;
  background-color:#333;
}

.btn-danger{
  color:#fff !important;
}

.color-1{
  background-color:#353535;
  border:none;
}

.color-2{
  background:#fff;
  color:#333 !important;
  border:none;
}

/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/

.overlay{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background:linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), transparent);
}

.color-overlay{
  background: linear-gradient(to bottom right, #ffa300, #ffb023);
  opacity: 0.4;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow:0px -2px 4px rgba(0,0,0,0.2);
}

.caviar-overlay{
  position:absolute;
  bottom:0;
  left:0;
  height:40%;
  width:100%;
  background:linear-gradient(to bottom, transparent, #111);
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

.widget ul{
  list-style:none;
  padding-left:15px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  //display:block;
}
.hentry {
  margin: 0 0 1.8em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1.8em;
}
.byline,
.updated {
  //display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.copyright {
  float: left;
}
img.wp-post-image {
  margin-bottom: 20px;
}
.author-meta {
  margin-top: 40px;
}

.author-meta .avatar {
  border-radius: 50%;
}

.author-meta .fa{
  font-size: 22px;
}
.page-header{
  border:none;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.container-header {
  position: absolute;
  width: 100%;
  heigh: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin: 0 auto;
}
.container-header p {
  font-size: 20px;
}
.container-header a {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #353535;
  text-decoration: none;
  font-size: 20px;
  overflow: hidden;
  top: 5px;
}
.container-header a:after {
  content: '';
  position: absolute;
  background: #353535;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}
.container-header a:hover:after, .container-header a:focus:after, .container-header a:active:after {
  width: 100%;
}

.button_container {
  position: fixed;
  top: 5%;
  left: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  background:transparent;
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container.active .menutext {
  color:#fff;
}



.button_container span {
  font-weight:500;
  background: #e2c058;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.menutext{
    left: 50px !important;
    background: none !important;
    color: #e2c058;
    font-size: 21px;
    text-transform: uppercase;
}
.overlay-header {
  position: fixed;
  background: linear-gradient(to bottom right, #111, #252525);
  top: 0;
  left: 0;
  width: 50vw;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 50;
}
.overlay-header.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay-header.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
  animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}
.overlay-header.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.overlay-header.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}
.overlay-header.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
  animation-delay: .50s;
}
.overlay-header.open li:nth-of-type(5) {
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}
.overlay-header.open li:nth-of-type(6) {
  -webkit-animation-delay: .60s;
  animation-delay: .60s;
}
.overlay-header.open li:nth-of-type(7) {
  -webkit-animation-delay: .65s;
  animation-delay: .65s;
}
.overlay-header.open li:nth-of-type(8) {
  -webkit-animation-delay: .70s;
  animation-delay: .70s;
}
.overlay-header.open li:nth-of-type(9) {
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.overlay-header.open li:nth-of-type(10) {
  -webkit-animation-delay: .80s;
  animation-delay: .80s;
}
.overlay-header nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
  text-align: center;
}
.overlay-header ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay-header ul li {
  display: block;
  min-height: 50px;
  position: relative;
  opacity: 0;
}
.overlay-header ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  padding-bottom:5px;
  cursor:pointer;
}
.overlay-header ul li a:hover:after, .overlay-header ul li a:focus:after, .overlay-header ul li a:active:after {
  width: 100%;
}
.overlay-header ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}

.social-media-icons{
  position:absolute;
  bottom:20px;
  left:50%;
  transform:translate(-50%,0);
}

.social-media-icons .fa{
  font-size:30px;
  padding:0 5px;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    right: 20%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    right: 20%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@media(max-width:767px){
  .overlay-header{
    width:100vw;
  }
  .button_container{
    left:20px;
  }
}

/*--------------------------------------------------------------
# Landing Page
--------------------------------------------------------------*/

#background-slider{
  position:relative;
}

#background-slider, .carousel-slider, #home .item{
  height:105vh;
}

#background-slider .background{
  min-height:105vh;
  min-width:150vh;
  width:100vw;
}

#background-slider .btn{
      color: #fff;
    text-shadow: 1px 0px 1px rgba(0,0,0,0.3);
    letter-spacing: 4px;
    font-weight: 400;
    background-color: rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    border: 2px solid;
}

.carousel-control.left, .carousel-control.right{
  background:none !important;
}

.carousel-indicators{
  bottom:5vh !important;
}

.carousel-indicators li{
  background-color:#353535 !important;
  opacity:0.5;
  border:none;
}

.carousel-indicators .active{
  opacity:1;
}
.carousel-control{
  color:#fff !important;
}

.logo-portrait{
  max-width:200px;
  max-height:200px;
}

.logo-landscape{
  max-width:500px;
  max-height:300px;
}

@media(max-width:767px){
  .logo-portrait, .logo-landscape{
    max-height:200px;
  }
}

/*--------------------------------------------------------------
# Left-side | Right-side
--------------------------------------------------------------*/

.left-side, .right-side{
  height:100vh;
}

.left-side{

}

.left-side-desktop{
  background-size: cover !important;
  background-position: center !important;
}

.left-side-mobile{

}

.left-side-picture{

}

.right-side{
  overflow:scroll;
}

h2{
}

@media(max-width:767px){
  .left-side, .right-side{
    height:auto;
  }
  .left-side-desktop{
    background:none !important;
    padding:0;
  }
  .left-side-mobile{
    display:block;
  }
  .right-side{
    border:none;
    padding: 10px 5px;
  }
}
@media(min-width:768px){
  .left-side-mobile{
    display:none;
  }
  .right-side{
    overflow: scroll;
    overflow-x:hidden;
    border-top: solid 50px #fff;
    border-bottom: solid 50px #fff;
    padding: 0;
  }
  .right-side #primary{
    padding: 50px 3vw;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/

.menu-container{
  width:100%;
  max-width:100%;
  background-attachment:fixed !important;
}

#menu .btn-menu{
  float:none;
  display:inline-block;
}

#menu .row{
  z-index:5;
}

#menu h6.sub-heading:after{
}

.menu-box{
  padding-bottom:60px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  border-radius: 0;
  border:none;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 500;
  line-height: 1.42857143;
  color: #0e0e0e !important;
  white-space: nowrap;
  padding: 10px;
  background:#fff;
}
.dropdown-menu>li:nth-child(odd)>a{
  background:#f5f5f5;
}

.dropdown-menu>li>a:hover {
  background-color:#4a611c;
  color:#fff !important;
}

@media(min-width:768px){

}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

#gallery-content .fa{
  font-size:40px;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery li{
  list-style: none;
  height: 0;
  padding: 0 0 33%;
  border:2px solid #fff;
  overflow: hidden;
  position:relative;
  transition-duration:0.3s;
  -webkit-transition-duration:0.3s;
}
.gallery li:hover{
  transform:scale(0.9);
}
.gallery li img{
  min-height: 100%;
  min-width: 100%;
  max-height: 150%;
  max-width: 150%;
}
@media(max-width:767px){
  .gallery-tab{
    padding:15vh 0;
  }
  .gallery li{
  }
}

/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/

.social{
  display: inline-block !important;
  float: none;
  width:30%;
}

.social a{
  color:inherit;
}

.centerstuff .fa, #contact .fa{
  font-size:40px;
  transition-duration:0.2s;
  -webkit-transition-duration:0.2s;

}

#contact .fa{
  color:#0e0e0e;
}

.social .fa:hover{
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact{

}
#contact .text-center{
  padding-bottom:30px;
}

#contact a{
  color:#0e0e0e;
}

#contact h6.sub-heading:after{
}

.map, .map p{
  height:600px;
  max-height:80vh;
  padding:0 !important;
}

.map p iframe{
  width:100% !important;
  height:100% !important;
}

/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/

.modal-content{
  border-radius: 0;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  color:#333;
}
.modal-header, .modal-content, .modal-footer{
  border:none;
}
.modal-content .thumbnail p{
  height:40vh;
}
.modal-header{
  padding:0 !important;
}
.fa-close{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #adadad;
  font-size: 25px;
  opacity: 1;
}

#exampleModal, #exampleModal .fa{
  color:#555 !important;
}

#exampleModal .modal-body{
  height:400px;
}

.open-reservation-modal{
  cursor:pointer;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-title, .comment-reply-title {
  padding-bottom: 9px;
  margin: 40px 0 20px 0;
  border-bottom: 1px solid #eee;
}

ol.comment-list {
  list-style:none;
  padding-left: 0;
}

.comment-author .avatar {
  margin-right: 25px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 4px;
}

.comment-meta {
  margin-top: 20px;
  margin-bottom: 20px;
}

.comment-details {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}

.comment-details .reply {
  margin-top: 10px;
}

.comment-date a {
  font-size: 11px;
  color: #777;
  margin-right: 10px;
}

#commentform #comment {
  width: 100% !important;
}

#commentform #submit {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  #f7f7f7-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;

  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

#commentform #submit:hover{
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}


.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object,
img {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Post Meta
--------------------------------------------------------------*/

.entry-meta span {
  margin-right: 20px;
  display: inline-block;
}

.entry-meta span:last-child {
  margin-right: 0;
}

.entry-meta span .fa{
  color: #bcbcbc;
}

.entry-meta span a {
  color: #777;
  text-decoration: none;
}

.entry-meta span a:hover {
  text-decoration: underline;
}

.posted-on .fa, .byline .fa{
  color:#bcbcbc;
}

.posted-on a, .byline a{
  color:#777;
  text-decoration:none;
}

.posted-on a:hover, .byline a:hover{
  color:#555;
  font-weight:bold;
}
.comments-link span{
  display:none;
}

/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
.search-highlight {
  background:#FFFF00
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon {
  display:none;
}

#colophon .container {
  padding-top: 25px;
}


.footer {
  margin-left:0;
  padding:0 0 30px 0;
}

.footer li {
  display:inline;
  list-style-type:none;
}

.footer li a {
  border-left:1px solid #ddd;
  padding: 0 8px;
}

.footer > li:first-child > a {
  border-left:none;
  padding:0 8px 0 0;
}

/*--------------------------------------------------------------
# Panel
--------------------------------------------------------------*/


.panel-heading{
  padding:0 !important;
  border-color:#ececec;
}

.panel-default{
  border-color:#ececec;
}

.panel-default:hover{
  border-bottom:2px solid #4a611c;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.page-template-template-portfolio, .single-portfolio{
  overflow:visible !important;
  height:auto !important;
}

.portfolio{
  margin-top:75px;
}

.portfolio img.wp-post-image{
  margin-bottom: 0;
  height: auto;
}

.portfolio-item{
  margin: 10px 0;
  margin: 10px 0;
  background-color: #f5f5f5;
  padding: 10px;
  text-align: center;
}

.portfolio h4 a{
  color:#353535;
  font-size:20px;
  letter-spacing:1px;
}


.thumbnail{
  margin-bottom: 5px;
  border-radius: 0;
  border-color: #ccc;
  background: #eee;
  box-shadow: 0px 0px 3px #ddd;
}

.portfolio h4{
  color: #353535;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.single-portfolio .hentry {
  border-bottom: 0;
}

.entry-content{
  padding:30px;
  background-color:#e6e6e6;
  color:#222;
}

.post-navigation{
  display:none;
}

@media(max-width:767px){
  .portfolio{
    margin-top:75px;
  }
  .portfolio .text{
    padding:10px 30px;
  }
  .portfolio h1{
    font-size:20px;
  }
  .portfolio h4{
    font-size:18px;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.spinner{
  width: 80px;
  height: 80px;

  border: 2px solid #f3f3f3;
  border-top:3px solid #555;
  border-radius: 100%;

  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  margin: auto;

  animation: spin 1s infinite linear;
}

@keyframes spin {
  from{
    transform: rotate(0deg);
    }to{
      transform: rotate(360deg);
    }
  }

  #overlay{
    height:100%;
    width:100%;
    background:rgba(0, 0, 0, 1);
    position:fixed;
    left:0;
    top:0;
    z-index:9999;
  }

  .maxwidth{
    width:100vw;
    max-width:100vw;
  }

#reservation-modal .modal-title {display:none;}
#reservation-modal .modal-header {border:none;padding:0;}
#reservation-modal .modal-dialog {max-width:380px;}
#reservation-modal .modal-content {background:transparent;-webkit-box-shadow:none;box-shadow:none;border:none;}
#reservation-modal .modal-body {background:none;border:none;}
#reservation-modal .modal-footer {display: none;}
#reservation-modal .fa-close {z-index: 5000;}
#reservation-modal .close {font-size: 3em;color: #fff;opacity: 1;font-weight: 300;}
  /*--------------------------------------------------------------
  Media Queries
  --------------------------------------------------------------*/

  /* Custom, iPhone Retina */
  @media only screen and (min-width : 320px) {

  }

  /* Extra Small Devices, Phones */
  @media only screen and (min-width : 480px) {

  }

  /* Small Devices, Tablets */
  @media only screen and (min-width : 768px) {

  }

  /* Medium Devices, Desktops */
  @media only screen and (min-width : 992px) {

    .copyright {
      float: right;
    }
  }

  /* Large Devices, Wide Screens */
  @media only screen and (min-width : 1200px) {

  }

  /*--------------------------------------------------------------
  Media Queries
  --------------------------------------------------------------*/

  /* ipad */
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    #background-slider, .carousel-slider, #home .item, #background-slider .background{
      height: 768px;
    }
    #background-slider .background{
      min-width:1200px;
    }
  }
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #background-slider, .carousel-slider, #home .item, #background-slider .background {
      height: 1024px;
    }
    #background-slider .background{
      min-width:1000px;
    }
  }
  /* Android */
  @media only screen and (min-device-width: 320px) and (min-device-height: 569px) and (max-device-height: 700px) and (orientation : landscape){
    #background-slider, .carousel-slider, #home .item, #background-slider .background {
      height: 370px;
    }
    #background-slider .background{
      min-width:1000px;
    }
  }
  @media only screen and (min-device-width: 320px) and (min-device-height: 569px) and (max-device-height: 700px) and (orientation : portrait) {
    #background-slider, .carousel-slider, #home .item, #background-slider .background {
      height: 700px;
    }
    #background-slider .background{
      min-width:1000px;
    }
  }
  /* iphone5 */
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
    #background-slider, .carousel-slider, #home .item, #background-slider .background {
      height: 320px;
    }
    #background-slider .background{
      min-width:1000px;
    }
  }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
    #background-slider, .carousel-slider, #home .item, #background-slider .background {
      height: 600px;
    }
    #background-slider .background{
      min-width:1000px;
    }
  }
