/*
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=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap');

@font-face{
  font-family: 'Century Gothic';
  src: url('fonts/century-gothic.ttf');
}

@font-face{
  font-family: 'Peace Sans';
  src: url('fonts/peace-sans.ttf');
}

/*--------------------------------------------------------------
# Default
--------------------------------------------------------------*/

header{
  margin-top:0;
}

body{
  font-family:'Century Gothic';
  font-size:13px;
  line-height:2.3;
  color:#fff;
  background-color:#fff;
}

.hoverpanel{
  background-color:#fff;
  margin:-5vh auto;
  z-index:1;
}

.hoverpanel-last{
  background-color:#fff;
  margin:-5vh auto 0;
  z-index:1;
}

.container{
  position:relative;
}

.banner{
  height:75vh;
  position:relative;
}

.text{
  padding:40px;
}

.same-height{
  overflow:hidden;
}

.same-height img{
  max-width:none !important;
  height:100%;
}

.logo img{
  display:inline-block;
  <!--width:420px;-->
}

@media(max-width:767px){
  .container{
    max-width:95vw;
  }
  body{
    font-size:14px;
  }
  .hoverpanel{
    margin:-15px auto;
  }
  .hoverpanel-last{
    margin:-15px auto 0;
  }
  .text{
    padding:20px !important;
  }
}

@media(min-width:451px) and (max-width:767px){
  .banner{
    height:50vw;
    min-height:500px;
  }
}

@media(max-width:450px){
  .banner{
    min-height:300px;
  }
}

@media(min-width:768px){
  .container{
    max-width:80vw;
  }
}

/*--------------------------------------------------------------
# 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;
  width:90%;
}

.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-family: 'Montserrat';
  text-transform: uppercase;
  letter-spacing: 4px;
  <!--background-color: #e4e4e4;-->
}

h2{
  font-size:30px;
  margin-bottom:20px;
}

h3{
  font-size:20px;
  margin-bottom:20px;
  color:#fff;
}

.text h1, .text h2, .text h3{
  color:#3462a7;
}

.header-portfolio h1{ 
  font-family: 'Noto Serif', serif !important;
  color:#9a9015 !important;
background-color: #eee;
  }

.header-portfolio h2{
font-family: 'Noto Serif', serif !important;
  color:#fff !important;
  background-color: #a94442;
}

.header-portfolio h4{
  font-family: 'Noto Serif', serif !important;
  color:#fff !important;
  background-color: #a94442;
}

.header-portfolio h3{
  font-family: 'Noto Serif', serif !important;
  color:#ddd !important;
  background-color: #a9914e;
}

.header-portfolio h5 {
    font-family: 'Noto Serif', serif !important;
    color: #ddd !important;
    font-size: 30px;
    background-color: #a9914e;
}
.header-portfolio h6{ 
  font-family: 'Noto Serif', serif !important;
font-size:20px !important;
  color:#9a9015 !important;
background-color: #eee;
  }

b, strong{

}

a{
  color:#5a5a5a;
}

.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{

}

.dark h3, .light h3{
  margin:0;
  padding:0;
}

.dark h3{
  color: rgba(0, 0, 0, 0.6);
}

.light h3{
  color: rgba(212, 198, 146, 0.95);
  background-color: #ff000000;
    font-family: 'Noto Serif', serif !important;
    font-size: 35px;

}

@media(max-width:767px){
  .banner h2{
    font-size:40px;
  }
  .banner p{
    font-size:15px;
  }
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn{
  border-radius:1px;
  letter-spacing:1px;
}

.btn-xl{
  font-size: 18px;
  padding: 20px 40px;
  margin-top:20px;
}

.btn-fancy{
  border:none;
  text-transform:uppercase;
  padding:10px 30px;
  margin:10px 0;
  font-family:'montserrat';
}

.btn-fancy:hover{
  background-color:#3462a7;
  color:#fff !important;
}

.btn-fancy-black{
  color: #888;
  border: 1px solid;
  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:#555;
  color:#fff;
  border:none;
}

.color-2{
  background:#fff;
  color:#333 !important;
  border:none;
}

.color-3{
  color:#555;
}

.color-3:hover{
  background-color:#555;
}

/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/

.overlay{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,0.2);
}

.overlay-light, .overlay-dark{
  border-radius: 4px;
}

.overlay-light{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-color:rgba(255,255,255,0.6);
}

.overlay-dark{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-color:rgba(0,0,0,0.27);
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/

header .container{
  text-align:center;
}

.navbar-champagne {
  background-color: #f7f7f7;
  border-color: transparent;
}
.navbar-champagne .navbar-brand {
  color: #555 !important;
}
.navbar-champagne .navbar-brand:hover,
.navbar-champagne .navbar-brand:focus,
.navbar-champagne .navbar-brand:active,
.navbar-champagne .navbar-brand.active {
  color: #555 !important;
  text-shadow:none !important;
}
.navbar-champagne .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-champagne .navbar-toggle {
  border-radius:0;
  background-color: #555;
  border-color: #555;
  text-transform: uppercase;
  color: #f7f7f7 !important;
  font-size: 12px;
}
.navbar-champagne .navbar-toggle:hover,
.navbar-champagne .navbar-toggle:focus {
  background-color: #555;
  text-shadow:none !important;
}
.navbar-default .navbar-toggle .icon-bar{
  background-color:#fff;
}
.navbar-champagne .nav li a {
  text-transform: uppercase;
  color: #888;
}
.navbar-champagne .nav li a:hover,
.navbar-champagne .nav li a:focus {
  color: #555;
  outline: none;
  text-shadow:none !important
}
.navbar-champagne .navbar-nav > .active > a {
  border-radius: 0 !important;
  color: #555 !important;
  background-color: inherit;
  border-bottom: 3px solid #555;
  text-shadow:none !important;
}
.navbar-champagne .navbar-nav > .active > a:hover,
.navbar-champagne .navbar-nav > .active > a:focus,
.navbar-champagne .navbar-nav li a:hover,
.navbar-champagne .navbar-nav li a:focus {
  color: #f7f7f7 !important;
  background-color: #555;
}
.affix .nav li a{
  color:#5f5f5f !important;
}
.affix-top .nav li a{
}
@media (min-width: 768px) and (max-width:1100px){
  .navbar-champagne .navbar-brand{
    display:none;
  }
}
@media (min-width: 768px) {
  .navbar-nav{
    float:none;
    display:inline-block
  }
  .navbar-champagne {
    background-color: #fff;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-champagne .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-champagne .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-champagne.affix {
    background-color: rgba(247, 247, 247, 0.9) !important;
    padding: 10px 0;
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
  }
  .navbar-champagne.affix .navbar-brand {
    font-size: 1.5em;
  }
}

@media (max-width: 767px) {
  .navbar-champagne{
    box-shadow:0px 0px 3px rgba(0,0,0,0.3);
  }
  .affix-top .nav li a{
    text-shadow:none;
  }
  .navbar-champagne .nav li a{
    color:#888;
  }
}

/*--------------------------------------------------------------
# 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;
}

.carousel-control.left, .carousel-control.right{
  background:none !important;
  z-index:6;
}

.carousel-indicators{
  bottom:30px !important;
}

.carousel-indicators li{
  background-color:#fa4843 !important;
  opacity:0.5;
  border:none;
}

.carousel-indicators .active{
  opacity:1;
}
.carousel-control{
  color:#fff !important;
}

.logo-portrait{
  max-width:350px;
  max-height:600px;
}

.logo-landscape{
  max-width: 700px;
  max-height: 400px;
}

@media(max-width:767px){
  .logo-portrait{
    max-width:80vw;
    min-width:none;
  }
  .logo-landscape{
    max-width:80vw;
    min-width:none;
  }
}

/*--------------------------------------------------------------
# Branches
--------------------------------------------------------------*/

.branch-box .well{
  position:relative;
  background-position-y: 0 !important;
  background-position-x: 0 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  width: 100%;
  height:60vh;
  text-align: center;
  transition-duration:0.2s;
  -webkit-transition-duration:0.2s;
}

.branch-box .well:hover{
  transform:scale(0.9);
  -webkit-transform:scale(0.9);
}

@media(min-width:768px) and (max-width:1024){
  .branch-box .well{
    height:350px;
  }
}

@media(max-width:767px){
  .branch-box .well{
    height:250px;
  }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/

.map .well p, .map .well p iframe{
  width:100%;
  height:100%;
  padding:0;
}

.map .well{
  padding:0;
  overflow:hidden;
}

.map .well:hover{
  transform:none;
}

.map p iframe{

}

/*--------------------------------------------------------------
## 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;
}
.modal-title{
  color:#3462a7;
}

.fa-close{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #adadad;
  font-size: 25px;
  opacity: 1;
}

.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%;
}

.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:#888;
  font-weight:bold;
}
.comments-link span{
  display:none;
}

/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
.search-highlight {
  background:#FFFF00
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer{
  padding:15px 0;
  color:#555;
}

.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(0, 0, 0);
  border-bottom: 3px solid #000;
}

.header-portfolio .affix-top .nav li a{
  color:#888;
  text-shadow:none;
}

.portfolio{
  margin-top:150px;
}

.portfolio img.wp-post-image{
  margin-bottom: 0;
max-width: 100%;
  <!--height: auto;-->
}

.portfolio-item{
  margin: 10px 0;
}
.portfolio a{
  color:#888;
}

.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: 20px;
}

.single-portfolio .hentry {
  border-bottom: 0;
}

.entry-content{
  padding:30px;
  background-color:#000;
}

.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 #f25a41;
  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
  --------------------------------------------------------------*/

  /* 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 : 1280px) and (orientation : landscape) {
    #background-slider, .carousel-slider, #home .item, #background-slider .background{
      height: 768px;
    }
    #background-slider .background{
      min-width:1280px;
    }
  }
  @media only screen and (min-device-width : 768px) and (max-device-width : 1280px) 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;
    }
  }
