/*
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/css2?family=Holtwood+One+SC&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Raleway:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Averia+Gruesa+Libre&family=Averia+Serif+Libre&family=Sedgwick+Ave+Display&display=swap');


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

header{
  margin-top:0px;
}

body{
font-family: 'Lato', sans-serif;
  font-size:20px;
  line-height:35px;
  letter-spacing:0.5px;
  color:#434343;
background-color:#fff;
<!--background-color: #36a5b76e;

}

.container{
  position:relative;
}

.row{
  margin:0px;
}

.banner{
  height:75vh;
  position:relative;
}
section{
  max-width:2500px;
  margin:auto;
}
.section-spacing{
  margin-top:100px;
}

.text{
  padding:40px;
padding-left:250px;
padding-right:250px;
}

.same-height{
  overflow:hidden;
}

.same-height img{
  max-width:none !important;
  height:100%;
}

strong{
font-family: 'Lato', sans-serif;
}

@media(max-width:767px){
  body{
    font-size:17px;
  }
  .section-spacing{
    margin-top:50px;
  }
  .text{
    padding:30px;
  }
}



*:focus {
  outline: none;
  border: none;
}

a:hover{
  text-decoration-line:none !important;
}

/*--------------------------------------------------------------
# Word Break
--------------------------------------------------------------*/

#primary, #secondary{

  -ms-word-break: none;
  word-break: none;
  word-break: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;

}

/*--------------------------------------------------------------
# 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;
}
.no-padding{
  padding:20px !important;
}
.centerstuff{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index:5;
  width:100%;
}

.nopadding{
  padding:0 !important;
}

.nomargin{
  margin:0 !important;
}

.text-left{
  text-align:left;
}

.text-center{
  text-align:center;
}

.text-justify{
  text-align:justify;
}

.background-image{
  background-position:center !important;
  background-size:cover !important;
}

.background-generic{
  min-height:100vh;
  background-color:#333;
}


.bg-color-1{
background-color: #ffffff;
;
color: #434343 !important;
}

.color-2{
  color:#ffffff !important;
}

.bg-color-2{
  color: #ccc;
background-color: #ffffff;

}

.bg-color-3{
color:#434343 !important;
background-color: #ffffff;

}
.image-header{
  height:250px;
  background-color: #b2cbd9;
}

.text-header{
  height:250px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5,h6{
  font-weight: semi-bold;
  text-transform:uppercase;
}

h1{
  color: #bf1e2e;
  font-size: 35px;
  <!--text-shadow: 2px 1px 0px #380202;-->
  margin:0px;
  width: 100%;
  letter-spacing: 4px;
font-family: 'Holtwood One SC', sans-serif;
}
h2{
  font-size: 22px;
  margin-bottom: 0px;
font-family: 'Holtwood One SC', sans-serif;
  letter-spacing: 1px;
  text-align: center;
  color: #bf1e2e;

}

h3{
  font-size: 20px;
margin-bottom: 20px;
font-family: 'Holtwood One SC', sans-serif;
}


h6.sub-heading{
  font-size: 15px;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
  color: #afafaf;
font-family: 'Lato', sans-serif;
}

h6.sub-heading-2{
  font-size: 15px;
  padding: 10px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  background-color: transparent;
font-family: 'Lato', sans-serif;
  width:80%;
  margin:20px auto;
}

hr{
  margin-top: 54px;
  margin-bottom: 20px;
  border: 0;
  width: 43px;
  border-top: 1px solid;
}
.navbar-brand{
  font-family:'Playball';
}

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

@media(max-width:767px){
  .banner h2{
    font-size:40px;
  }
  .banner p{
    font-size:15px;
  }
  h1{
    font-size:30px;
  }
  h2{
    font-size:25px;
  }
}

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

.btn{
  border-radius:10 !important;
  letter-spacing:1px;
  text-transform:uppercase;
}

.btn-xl{
  font-size: 16px;
  padding: 7px 12px;
  margin-top:20px;
}

.btn-fancy{
  color: #ffffff;
font-family: 'Holtwood One SC', sans-serif;
  margin-top: 0px;
  cursor: -webkit-zoom-in;
  padding: 15px 20px;
  border-color: #ffffff;
  background-color:#629a6a !important;
  text-shadow: 0px 0px 0px;
}

.btn-fancy:hover{
  background-color:#db7f2c !important;
  border-color:#fff;
  color:#000 !important;
}

.btn-fancy-black{
  color: #ffffff;
font-family: 'Holtwood One SC', sans-serif;
  margin-top: 0px;
  cursor: -webkit-zoom-in;
  padding: 15px 20px;
  border-color: #ffffff;
  background-color:#629a6a !important;
  text-shadow: 0px 0px 0px;
}
.btn-fancy-black:hover{
  color:#fff !important;
  border-color:#333;
  background-color:#333;
}

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




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

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

.caviar-overlay{
  position:absolute;
  bottom:0;
  left:0;
  height:40%;
  width:100%;
  background:linear-gradient(to bottom, transparent, #111);
}
.overlay-panel{
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-color:rgba(0, 0, 0, 0); 
}

/*--------------------------------------------------------------
# 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: none;
  padding:0;
  margin:0;
}
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;
  color:#9b7c27d1;
  text-align: center;
  font-size: 31px;
    line-height: 50px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.navbar-collapse{
  text-align:center;
}

.navbar-collapse ul{
  display:inline-block;
  float:none;
}

.navbar-champagne {
background-color: #ffffff !important;

  border-color: #ffffff;
}
.navbar-champagne .navbar-brand {
  color: #ffffff !important;
}
.navbar-champagne .navbar-brand:hover,
.navbar-champagne .navbar-brand:focus,
.navbar-champagne .navbar-brand:active,
.navbar-champagne .navbar-brand.active {
  color: #bf1e2e !important;
  text-shadow:none !important;
}
.navbar-champagne .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-champagne .navbar-toggle {
  border-radius:10;
  border-color: #629a6a;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #bf1e2e !important;
  font-size: 12px;
}
.navbar-champagne .navbar-toggle:hover,
.navbar-champagne .navbar-toggle:focus {
  background-color: #ffffff;
  text-shadow:none !important;
}
.navbar-default .navbar-toggle .icon-bar{
  border-color:#629a6a !important;
}
.navbar-champagne .nav li a {
  text-transform: uppercase;
  color: #000000;
font-family: 'Holtwood One SC', sans-serif;
  font-size:16px;
font-weight: 100;
}
.navbar-champagne .nav li a:hover,
.navbar-champagne .nav li a:focus {
  color: #fff;
  outline: none;
  text-shadow:none !important
}
.navbar-champagne .navbar-nav > .active > a {
  border-radius: 7px !important;
  color: #000000 ;
  background-color: #629a6a !important;
  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: #629a6a;
}
.affix-top .nav li a{

}
@media (min-width: 768px) and (max-width:1100px){
  .navbar-champagne .navbar-brand{
    display:none;
  }
}
@media (min-width: 768px) {
  .navbar-champagne {
    background-color: #ffffff;
    padding: 7px;
    -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: 7px;
  }
  .navbar-champagne.affix {
background-color: #ffffff !important;
    padding: 10px 0 0;
  }
  .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.0);
  }
  .affix-top .nav li a{
    text-shadow:none;
  }
  .navbar-champagne .nav li a{
    color:#000000;
font-weight: 400 !important;
  }
}

/*--------------------------------------------------------------
# Landing Page
--------------------------------------------------------------*/

#background-slider{
  max-width: 1800px;
  margin: 20px auto 0px auto;
  overflow: hidden;
}

#background-slider, .carousel-slider, #home .item{
  height: 800px !important;
}

#background-slider .background{
  width:100vw;
  height:110vh;
  object-fit:cover;
}


.carousel-control.left, .carousel-control.right{
  background:none !important;
  z-index: 10;
}

.carousel-indicators{
  bottom:5vh !important;
  display:none;
}

.carousel-indicators li { visibility: hidden; }
  background-color:#9b7c27d1 !important;
  opacity:0;
  border:none;
}

.carousel-indicators .active{
  opacity:0;
}
.carousel-control{
  color:#0 !important;
}

.logo-portrait{
  max-height: 145px;
opacity: 0.25;
}

.logo-landscape{
  width: 80vw;
  min-width: 280px;
  max-height: 80vw;
  max-width:400px;
}

@media(max-width:767px){
  #background-slider .background{
    height:780px;
    max-width:none;
    width:auto;
  }
  #background-slider{
    margin: 0px auto 0px auto;
  }
}
/*--------------------------------------------------------------
# fa icons
--------------------------------------------------------------*/

#opening_hours .fa , #contact .fa{
  font-size:30px;
  margin: 0px 10px;
  color:#434343;
}

#opening_hours .fa:hover , #contact .fa:hover{
  color: #434343 !important;
}

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


.about-image{
  height:800px;
  margin:0px 0px;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.menu-container , .menu-container2{
  height:400px;
}

#menu h2{
  color:#fff;
}
#menu .carousel-indictors{

}
#menu .carousel-inner{
  height:auto;
}
#menu .carousel-slider, #menu .item{
  height:auto;
}
#menu .carousel-indicators{
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
}
#menu h3{
  color:#9b7c27d1;
}
.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: #9b7c27d1 !important;
  margin: 0 20px;
  padding-bottom:20px;
}

#menu table{
  width:90%;
  display:inline-table;
}
#menu table td:first-child{
  text-align:left;
  padding-right:5px;
}
#menu table td:not(first-child){
  text-align:right;
}
#menu strong, #menu b{
  line-height:4;
}
#menu tr{
  line-height:2;
}
#menu tr:nth-child(odd){
  background:#0e0e0e;
}
.btn-group-vertical>.btn, .btn-group>.btn{
  float:none;
}
.btn-group, .btn-group-vertical{
  width:auto !important;
}

.open>.dropdown-menu {
  display: block;
  background: #bf1e2e;
  border-radius: 7px;
  border: 0;
  box-shadow: none;
  color: #fff !important;
  padding:10px
}

.dropdown-menu:hover, .dropdown-menu:hover>li>a{
  color:#fff;
  background-color: #bf1e2e;
}

.dropdown-menu>li>a{
  color:#fff;
}

@media(max-width:767px){
  #menu table {
    width: 100% !important;
  }
  #menu tr{
    text-align:right !important;
  }
  #menu 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 table td:first-child{
    width: 100% !important;
    float: left;
  }

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


}

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

#gallery-content .fa{
  font-size:40px;
}

#gallery h1 ,#portfolio h1{
  color: #9b7c27d1;
    padding-bottom: 30px;
font-family: 'Roboto', sans-serif;
}

.gallery {
  margin-bottom: 1.5em;
  padding:60px 0px;
}

.gallery li{
  list-style: none;
  height: 0;
  padding: 0 0 33%;
  overflow: hidden;
  position:relative;
  box-shadow:0px 0px 3px rgba(0,0,0,0.15);
  transition-duration:0.3s;
  -webkit-transition-duration:0.3s;
}
.gallery li:hover{
  transform:scale(0.9);

}
.gallery li img{
  object-fit: cover;
  height:100%;
}
@media(max-width:767px){

  .gallery li{
  }
}

/*--------------------------------------------------------------
# Newsfeed
--------------------------------------------------------------*/

.newsfeed-panel{
  height:75vh !important;
  background-attachment:fixed !important;
  box-shadow: inset 0px 0px 16px -4px #000000;
  -webkit-box-shadow: inset 0px 0px 16px -4px #000000;
  -moz-box-shadow: inset 0px 0px 16px -4px #000000;
  -o-box-shadow: inset 0px 0px 16px -4px #000000;
}

#newsfeed a{
  color:inherit;
}

@media(max-width:767px){
  background-attachment:none !important;
}

/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/

.social{
  display: inline-block !important;
  float: none;
  width:30%;
}

.social a{
  color:inherit;
}


.social .fa:hover{
  transform:scale(1.2);
  -webkit-transform:scale(1.2);
}
.fa-facebook-square:before {
    content: "\f082";
    color: #bf1e2e;
    background-image: linear-gradient( to bottom, transparent 20%, white 20%, white 93%, transparent 93% );
    background-size: 55%;
    background-position: 70% 0;
    background-repeat: no-repeat;
}
.fa-instagram:before {
    content: "\f16d";
    color: #bf1e2e;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact h1{
font-family: 'Holtwood One SC', sans-serif;
  text-shadow: 0px 0px 0px #9b7c27d1;
}
#contact .text-center{
  padding-bottom: 30px;
}

#contact .text{
  padding:20px 30px;
}
#contact a{
  color:#434343;
}

#contact a:hover{
  color: #434343;

}

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




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

.modal-content{
  border-radius: 7;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  color:#333;
}
.modal-header, .modal-content, .modal-footer{
  border:none;
}
.modal-body{
  background-color: #f7f7f7;
}
.modal-content .thumbnail p{
  height:40vh;
}
.modal-header{
  padding:0 !important;
background-color: #27469b;
background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.modal-title{
  color:#fff;
}
.modal-footer{
background-color: #27469b;
background-image: url("https://www.transparenttextures.com/patterns/batthern.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.fa-close{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #017db959;
  font-size: 25px;
  opacity: 1;
}

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

.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: 40px;
  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 {
  max-width: 1000px;
  margin: 10px auto;
  float: none;
  text-align: center;
  padding:0px 0px;
}

#colophon a{
  color: #333579;
}



.footer {
  margin-left:0;
  padding:0 0 100px 0;
}

.footer li {
  display:inline;
  list-style-type:none;
}

.footer li a {
  border-left:1px solid #ddd;
  padding: 0 50px;
}

.footer > li:first-child > a {
  border-left:none;
  padding:0 8px 0 0;
}

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

.portfolio{
  margin-top: 140px;
  padding: 62px 0px;
}

.portfolio-selector{
  margin-bottom:40px;
}

.portfolio img.wp-post-image{
  margin-bottom: 0;
  height: 100%;
  object-fit: cover;
}

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

.portfolio h4 a{
  color:#313131;
  font-size:17px;
}

.portfolio .btn-fancy{
  color:#9b7c27d1;
  background-color: transparent!important;
  text-shadow:none;
}

.portfolio .btn-fancy:hover{
  color:#333579;
  background-color: transparent!important;
  text-shadow:none;
}

.portfolio .btn.active, .portfolio .btn:hover, .portfolio .btn:focus, .portfolio .btn:active{
  background-color: #333579 !important;
  box-shadow:none;
  color:#fff;
}

.thumbnail{
  margin-bottom: 5px;
  border-radius: 4px;
  border: 3px solid #e6e6e6;
  background: tranparent;
  box-shadow:none;
  height: 250px;
  padding:0;
}

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

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

.entry-content{
  padding:20px;
  background-color:#e6eef5;
  color:#222;
  max-width: 3200px;
margin: auto;
}

.post-navigation{
  display:none;
}

@media(max-width:767px){
  .portfolio{
    margin-top:50px;
  }
  .portfolio .text{
    padding:10px 30px;
  }

  .portfolio h4{
    font-size:18px;
  }
}

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

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

  border: 6px solid #629a6a;
  border-top:9px solid #db7f2c;
  border-radius: 50%;

  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, 0.75);
    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: none;
    }
  }

  /* 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) {


  }
  @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {


  }
  /* Android */
  @media only screen and (min-device-width: 320px) and (min-device-height: 569px) and (max-device-height: 700px) and (orientation : landscape){


  }
  @media only screen and (min-device-width: 320px) and (min-device-height: 569px) and (max-device-height: 700px) and (orientation : portrait) {

  }
  /* iphone5 */
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {

  }
  @media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {

  }
