/*
Theme Name: DCMultipage
Author: Ng Su Hui
URL: http://ngsuhh.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/
*/



/*--------------------------------------------------------------
# Default
--------------------------------------------------------------*/

header{
  margin-top:0;
}

.hoverpanel{
  background-color:#fff;
  margin:auto auto;
  z-index:1;
  -webkit-box-shadow: 0px 0px 122px 0px rgba(0,0,0,0.7);
  -moz-box-shadow: 0px 0px 122px 0px rgba(0,0,0,0.7);
  box-shadow: 0px 0px 122px 0px rgba(0,0,0,0.7);

}

.container{
  position:relative;
}

.banner{
  height:75vh;
  position:relative;
}

.text{
  padding:10px 50px;
}

.same-height{
  overflow:hidden;
}

.same-height img{
  max-width:none !important;
  height:100%;
}
.container{
  width:100%;
}
@media(max-width:767px){
  .container{
    max-width:100vw;

    padding: 20px 20px 20px 20px;

  }
  body{
    font-size:14px;
  }
}

@media(min-width:768px){
  .container{
    max-width:100vw;
    padding: 60px;
  }
}

/*--------------------------------------------------------------
# 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;

}

/*--------------------------------------------------------------
# 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;
}
.center-y{
  position:absolute;
  top:50%;
  transform:translate(0,20%);
  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
--------------------------------------------------------------*/

h2{
  font-size:50px;
  margin-bottom:20px;
}

h3{
  font-size:65px;
  margin-bottom:20px;
}


.navbar{
  font-family:'Lora';
  letter-spacing: 1px;
}

.bg-h2{
  font-family: 'Montserrat';
  letter-spacing: 1px;
  text-transform: uppercase;
}

.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;
}

.btn{
  font-family: 'Montserrat';
}

.btn-fancy-black{
  font-family: 'Lora';
}
@media(max-width:767px){
  .banner h2{
    font-size:40px;
  }
  .banner p{
    font-size:15px;
  }
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn{
  border-radius:0 !important;
  letter-spacing:1px;

}
.btn-landing{
  font-size: 18px;
  padding: 20px 40px;
  margin-top:20px;
  background: linear-gradient(270deg, rgba(46,60,120, 0.84), rgba(46,60,120, 0.8), rgba(46,60,120, 0.6), rgba(46,60,120, 0.6)) !important;
  background-position: 99% 50% !important;
  color: #fff !important;
  border:1px solid rgba(46,60,120, 0.4);
}
.btn-landing:hover{
  background-position: 55% 50% !important;
}
.btn-xl{
  font-size: 18px;
  padding: 0px;
  margin-top:20px;
}


.btn-fancy{
  color:rgb(46,60,120) !important;
}

.btn-fancy-black{
  color:#0e0e0e;
  text-transform:uppercase;
}
.btn-fancy-black:hover{
  color:#c59d5f;
}

.btn-danger{
  color:#fff !important;
}



/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/

.overlay{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,0.2);
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Navbar
--------------------------------------------------------------*/
.navbar{
  height:80px;
  top:0;
  position:fixed;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  z-index:99;
  padding: 0px;
  -webkit-transition: top 2s , background-color 2s ease 0s;
  -moz-transition: top 2s, background-color 2s ease 0s;
  transition: top 2s, background-color 2s ease 0s;
  color: #fff;
}
.navbar-black{
background-color:#000;
}

.navbar a{
  color:#fff;


}
.navbartop{
  top:0;
  -webkit-transition: top 2s;
  -moz-transition: top 2s;
  transition: top 2s;
}

.navbar-toggle{
  color:#fff;
  float:left;
}

.navbar-collapse{
  padding:0;
}
.navbar-nav{
  background-color: transparent;
}
.navbar-nav li>a:hover, .navbar-nav li>a:focus{
  border-bottom:2px solid #2e3c78;
  background-color:transparent;
}
.navbar-nav>li a{
  padding-left:0;
  padding-right:0;
  margin-right:20px;
  border-bottom:2px solid transparent;
      color: #2e3c78 !important;
}

.navbar-nav{
  margin:0;
  text-align: right;
}

.navbar-toggle{
  margin-top:0;
}

.opaque {
  background-color: #fff;
  transition: background-color 2s ease 0s;

}

.navbar-collapse .navbar-nav{
  text-align: left;
}

@media(max-width:767px){
  .center-y{
    position:relative;
    transform: translate(0,0);

  }
  .navbar{
    height:auto;
  }
  .navbar-collapse{
    padding:10px;
  }
  .navbartop{
    top:-400px;
    -webkit-transition: top 2s;
    -moz-transition: top 2s;
    transition: top 2s;
  }
}
/*--------------------------------------------------------------
# Landing Page
--------------------------------------------------------------*/
.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {

  min-height: 100%;

}
.bgimg-2 , .bgimg-3 {

  min-height: 60vh;
}



.bg-h1{
  font-size:120px;
  margin-bottom:-50px;
}
.bg-h2{
  color:#fff;
  font-size:44px;
}

#home{
  height:100vh
}
#home , #menu{
  perspective: 1px;
  overflow-x: hidden;
  overflow-y: auto;
}

.logo-portrait{
  width:25vw;
  min-width:200px;
  max-height:60vh;
}

.logo-landscape {
    max-width: 300px;
    max-height: 240px;
}

@media(max-width:767px){
  .bg-h1{
    font-size:70px;
    margin-bottom:-50px;
  }
  .bg-h2{
    color:#fff;
    font-size:24px;
  }

.bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
}

}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#about .text{
  min-height:300px;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/

#menu-content .carousel-indictors{

}
#menu-content .carousel-inner{
  height:auto;
  position: relative;
  width: 100%;
  max-width: 80vw;
  margin: auto;
  overflow: hidden;

}
#menu-content .carousel-slider, #menu-content .item{
  height:auto;
}
#menu-content .carousel-indicators{
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;

}
#menu-content h3{
}


.menu-carousel-indicators.carousel-indicators li{
  display: inline !important;
  margin: 0 10px;
  background:none !important;
  opacity:1;
}
.menu-carousel-indicators.carousel-indicators li.active{
  color: #bb9228!important;
  margin: 0 10px;
  padding-bottom:5px;
}

#menu-content table{
  width:90%;
  display:inline-table;
}
#menu-content table td:first-child{
  text-align:left;
  padding-right:20px;
  padding-top:20px;
}
#menu-content table td:not(first-child){
  text-align:right;
  padding-top:20px;
  width:10px;
}
#menu-content strong, #menu-content b{
  line-height: 4;
  text-transform: uppercase;
  color: #bb9228;
  letter-spacing: 2px;
  font-size: 17px;
}
#menu-content tr{
  line-height:2;
}
#menu-content tr:nth-child(odd){
  background:#f1f1f1;
}

#menu-content p{
}
@media(max-width:767px){
  #menu-content table {
    width: 100%;
  }
  #menu-content tr{
    text-align:right !important;
  }
  #menu-content table td{
    width: 100% !important;
    float: left;
    padding-right:0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #menu-content table td:first-child{
    width: 100% !important;
    float: left;
  }

  #menu-content table td:not(first-child){
    margin-right:5px;
    width:auto !important;
    float:none;
    display:inline-block;
  }
  #menu-content .carousel-indicators{
  }
  .menu-carousel-indicators.carousel-indicators li, .menu-carousel-indicators.carousel-indicators li.active{
    margin:0;
    margin-right:5px;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

#gallery-content .fa{
  font-size:40px;
}
.contact .border{
	border:none !important;
}
.gallery-tab{
  padding:25vh 0;
  transition-duration:0.2s;
  -webkit-transition-duration:0.2s;
  cursor:pointer;
  -webkit-cursor:zoom-in;
  color:#555 !important;
}
.gallery-tab:hover{
  background-color:rgba(0,0,0,0.8) !important;
  color:#fff !important;
}

.gallery, .xenoscardgallery {
    max-height: 55vh;
    overflow-y: scroll;
    padding: 0 15px;
    margin: 0;
}

.gallery li, .xenoscardgallery li{
  list-style: none;
  height: 0;
  padding: 0 0 25%;
  overflow: hidden;
  position:relative;
  box-shadow:0px 0px 3px rgba(0,0,0,0.15);
}
.gallery li:hover, .xenoscardgallery li:hover{
  filter:grayscale(75%);
  -webkit-filter:grayscale(75%);
}
.gallery li img, .xenoscardgallery 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, .xenoscardgallery li{
    padding: 0 0 33%;
  }
}


.home figure img{
  min-height:100px;
  min-width: 100px;
  max-height: 200px;
  max-width:200px;
    width: 80%;
}
.home figure{    float: left;
       margin: 10px 0;
   }
.home figure img:hover{
            opacity: 0.7;
            transition:all 0.8s ease;
}
.home figcaption{
           font-size: 20px;
    color: #fff;}
.page-template .gallery{max-height:100%;}
/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/


.social span a{
  color:#464646;
  padding:8px;
}

.social .fa{
  font-size:50px;
  transition-duration:0.2s;
  -webkit-transition-duration:0.2s;
}

.social .fa:hover{
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}

.media-pic, .media-pic-left{
  min-height:350px;
}
.media-pic-left{
  margin-right:30px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
  background-color:#0e0e0e;
  box-shadow:none;
}
.contact p{
  color:#fff;
  text-align: center;
}


.map, .map p{
  height:450px;
  max-height:80vh;
  padding:0 !important;
}

.nav>li {
    cursor: pointer;
}

/*--------------------------------------------------------------
## Modal
--------------------------------------------------------------*/

.modal-content{
  border-radius: 0;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.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;
}

#reservation-modal .modal-body div{
  display:inline-block !important;
}

.open-reservation-modal{
  cursor:select;
}

/*--------------------------------------------------------------
## 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%;
  padding:5px;
}
.gallery-item img{
  object-fit: cover;
}

.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 {
  background-color:#0e0e0e;
  color:#fff;
}

#colophon a {
  color:#c59d5f;
}

#colophon .container {
  padding: 25px 10px 0px 10px;
}

footer{
  color:#fff;
}

.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;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.header-portfolio .navbar-champagne{
  background-color: rgb(255, 255, 255);
  border-bottom: 3px solid #cccccc;
}

.header-portfolio .affix-top .nav li a{
  color:#555;
  text-shadow:none;
}

.portfolio{
  margin-top:75px;
}

.portfolio img.wp-post-image{
  margin-bottom: 0;
  height: auto;
}

.portfolio-item{
  margin: 10px 0;
  margin: 10px 0;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

.portfolio h4 a{
  color:#c59d5f;
  font-size:40px;
}

.thumbnail{
  margin-bottom: 5px;
  border-radius: 0;
  border-color: #ccc;
  background: #eee;
  box-shadow: 0px 0px 3px #ddd;
}

.portfolio h4{
  margin-top: 20px;
  font-size: 30px;
}

.single-portfolio .hentry {
  border-bottom: 0;
}

.entry-content{
  padding:30px;
  background-color:#f5f5f5;
}

.post-navigation{
  display:none;
}

.portfolio-stuff .gallery-item img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

@media(max-width:767px){
  .portfolio{
    margin-top:75px;
  }
  .portfolio .text{
    padding:10px 30px;
  }
  .portfolio h1{
    font-size:40px;
  }
  .portfolio h4{
    font-size:18px;
  }
  div{
    max-width:100vw;
  }
  .logo-landscape, .logo-portait{
    max-width:80vw;
  }
.portfolio-stuff .gallery-item img {
    object-fit: cover;
    height: auto;
}

.portfolio-stuff .gallery-columns-3 .gallery-item {
    max-width: 50%;
}
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.spinner{
  width: 80px;
  height: 80px;

  border: 2px solid #c59d5f;
  border-top:3px solid #e4b66f;
  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;
  }

  /*--------------------------------------------------------------
  Media Queries
  --------------------------------------------------------------*/

/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	#home{
		height: 768px;
	}
 .bgimg-2, .bgimg-3{
    min-height:300px;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	#home {
		height: 1024px;
	}
}
/* Android */
@media only screen and (min-device-width: 320px) and (min-device-height: 569px) and (max-device-height: 700px) and (orientation : landscape){
	#home {
		height: 370px;
	}
  .bgimg-2, .bgimg-3{
    min-height:300px;
  }
	#gallery{
    height: 650px;
    padding-top: 100px;
}
}
@media only screen and (min-device-width: 320px) and (min-device-height: 569px) and (max-device-height: 700px) and (orientation : portrait) {
	#home {
		height: 700px;
	}
  .bgimg-2, .bgimg-3{
    min-height:300px;
  }
   .gallery, .xenoscardgallery {
    max-height: 100vh;
    overflow-y: scroll;
    padding: 0px;
    margin: 0;
}
	#gallery{
    height: 650px;
    padding-top: 100px;
}
.page-template-pagetemplate .entry-content{padding:5px;}
}
/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
	#home {
		height: 320px;
	}
  .bgimg-2, .bgimg-3{
    min-height:300px;
  }
	#gallery{
    height: 650px;
    padding-top: 100px;
}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
	#home {
		height: 600px;
	}
  .bgimg-2, .bgimg-3{
    min-height:300px;
  }
	#gallery{
    height: 650px;
    padding-top: 100px;
}
}

.menu-btn-cont {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.menu_wrapper .qmenu-tabs {
    -webkit-padding-start: 0;
}
@media screen and (max-width: 30em){
    #gallery{
    height: 650px;
}
.bgimg-3{height:100%;}
    }