/* -------- Header ------------ */
.home.page-template .site-header{
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  border-bottom:1px solid #62605e;
  padding-bottom: 20px;
  background-color: transparent;
}
.site-header{
  background-color: #222;
}
.menubar {
  padding: 10px 0 10px;
}
.menubar .vwsmp_front a{
  background-color: transparent;
  width: 30px;
  height: 30px;
  color: #fff;
  padding: 6px 5px;
  font-size: 13px;
  border-radius: 50%;
}
.menubar .vwsmp_front a:hover{
  background-color: #b89d64;
}
.headerbar {
    display: none;
    font-size: 30px;
    text-align: right;
    font-weight:900;
    color:#000;
}
.hamburger {
    padding-left: 10px
}
.side-navigation ul {
    text-align: center;
    margin: 0;
}
.side-navigation li{
  position: relative;
  padding:5px 21px;
  display: inline-block;
  margin-left: -5px;
}
.side-navigation .current_page_item a,.side-navigation .current-menu-item a {
  color:#b89d64; 
  border-bottom: 2px solid #b89d64; 
}
.side-navigation a:hover{
  color: #b89d64;
}
.side-navigation a{
  font-size: 18px;
  letter-spacing: 0px;
  color: #fff;
  font-family: "Playfair Display";
  font-weight: 400;
}
amp-sidebar#sidebar1 {
    display: none
}
.close-sidebar {
    font-size: 35px;
    padding-right: 5px;
    color: #fff;
    text-align: right
}
.header-cart i{
  color: #fff;
  font-size: 15px;
  padding-right: 10px;
  cursor: pointer;
}
.header-cart .cart-no{
  width: 15px;
  height: 15px;
  background-color: #b89d64;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 10px;
  position: absolute;
  top: 10px;
  right: 29px;
  text-align: center;
}
.menubar-logo-box{
  align-items: center;
}
.menubar .container{
  position: relative;
}
.toggle-menu,
a.closebtn {
    display: none
}
.side-navigation ul ul li:hover > a{
  color: #b89d64;
}
.toggle-menu-title{
  display: none;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.header-wrap #mySidenav{
  display: unset;
}
.side-navigation ul ul ul{
  left: 31% !important;
  top: 41px !important;
}
.side-navigation ul ul a{
  text-transform: none;
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}
.side-navigation ul ul li:last-child{
  border-bottom: 0;
   border-right: none;
}
.side-navigation ul li:hover > ul{
  display: block;
}
.side-navigation>li {
  list-style: none;
  margin-bottom: 10px;
}
.i-amphtml-sidebar-mask {
    position: static!important;
}
.sticky .side-navigation a {
    color: #9a9da4;
}
.side-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #000;
  min-width: 215px;
  z-index: 9999;
}
.side-navigation ul ul a {
  color: #fff;
  padding: 0 0 0 25px;
  transition: all .5s ease 0s
}
.side-navigation ul.sub-menu li a:before {
  content: "\f068";
  font-family: 'Font Awesome 5 Free';
  left: 0;
  position: absolute;
  top: 14px;
  font-size: 10px;
  color: #121212;
  padding-left: 10px;
  font-weight: 900;
  transition: all .5s ease 0s
}
.side-navigation ul ul a:hover {
  color: #fff;
  padding-left: 35px;
}
.side-navigation ul ul li {
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none!important;
  padding: 0;
}
.toggle-nav, a.closebtn{
  display: none;
}
.side-navigation ul ul li{
  padding: 10px 0 10px 10px;
  margin-left: 0;
}
/* ------- Sticky --------- */
#sticky-onoff{
  display: none;
}
.stickynavbar {
  background-color: #fff;
  box-shadow: 0 0 8px grey;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 99;
}
#vw-sticky-menu.sticky {
  margin-top: 0;
  padding: 10px 20px
}
/* ----------- Spinner ------------- */
.eco-nature-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b89d64;
  z-index: 2;
  cursor: pointer;
  z-index: 9999;
}
.eco-nature-loading-box .lds-ellipsis {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translateY(-50%);
}
.eco-nature-loading-box .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.eco-nature-loading-box .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.eco-nature-loading-box .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.eco-nature-loading-box .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.eco-nature-loading-box .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/* ---------- Topbar --------- */
#topbar{
  padding: 20px 0 10px;
}
#topbar .topbar-content{
  align-items: center;
}
#topbar .topbar-contact-info{
  align-items: center;
}
#topbar .topbar-phone{
  text-align: right;
}
#topbar .topbar-contact-info i{
  color: #b89d64;
  font-size: 40px;
}
#topbar .topbar-contact-info span{
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "Playfair Display";
  font-weight: 400;
}
#topbar .topbar-contact-info p{
  font-size: 19px;
  letter-spacing: 0px;
  color: #ffffff;
  font-family: "Playfair Display";
  font-weight: 400;
  margin-bottom: 0;
}
#topbar .header-logo{
  text-align: center;
}
#topbar .header-logo a{
  font-size: 25px;
  letter-spacing: -1px;
  line-height: 33px;
  color: #fff;
  font-family: "Playfair Display";
  font-weight: 700;
}
#topbar .header-logo p{
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #999999;
  font-family: "Poppins";
  font-weight: 600;
}
/*-----------------Search pop up----------------*/
.vw-search-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 90%;
  pointer-events: none;
  opacity: 0;
  transition: 1s;
}
.vw-search-wrapper form input[type="search"]{
  border:none;
  background-color: #fff;
  width: 100%;
  padding:10px 10px;
}
.vw-search-wrapper form label{
  width: 90%;
}
.vw-search-wrapper form button[type="submit"]{
  border:none;
  background-color: #fff;
  padding:10px 10px;
  position: relative;
  left: -5px;
}
.vw-search-wrapper form button[type="submit"] i{
  font-size: 14px;
}
.vw-open-menu{
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
.vw-close-menu{
  height: 0;
  opacity: 0;
  pointer-events: none;
}
/* --------- Footer ------------- */
#footer{
  background-repeat: no-repeat;
  background-size: cover;
  padding-top:14%;
  position:relative;
}
#footer .footer-details{
  padding-bottom: 50px;
}
#footer h3 {
  padding:10px 0 7px 0;
  font-size: 21px;
  line-height: 35px;
  color: #ffffff;
  font-family: "Playfair Display";
  font-weight: 400;
}
#footer .widget p{
  font-size: 14px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 400;
  margin-bottom: 0;
}
#footer .widget ul{
  margin-left: 0;
}
#footer ul li{
  list-style:none;
  margin:0 0 5px 0;
  text-align:left;
  padding: 5px;
}
#footer ul li a{
  font-size: 14px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 600;
}
#footer .widget_recent_entries .recent-post-box{
  align-items: center;
}
#footer .recent-post-box .post-thumb{
  padding: 0;
}
#footer .recent-post-box p{
  line-height: 11px;
}
#footer p.post-date {
    font-size: 13px !important;
}
#footer .wpcf7-form{
  padding-top: 15px;
}
#footer .textwidget input[type="email"]{
  background-color: #321f16;
  color: #7f8391;
  font-size: 14px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 500;
  border:none;
  padding: 17px 15px;
  text-align: center;
}
#footer .textwidget input[type="email"]::placeholder{
  font-size: 14px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 500;
}
#footer .textwidget input[type="submit"]{
  background-color: #b5945c;
  padding: 17px 20px;
  display: inline-block;
  margin-top: 17px;
  font-size: 13px;
  letter-spacing: 3px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 600;
  width: 100%;
  text-align: center;
}
#footer .textwidget input[type="submit"]:hover{
  background-color: #fff;
  color:#b5945c;
}
/* --------- Social Icon Widget ------- */
#footer .social_widget a {
  color: #321f16;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
}
#footer .social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 12px 11px;
  background-color: #fff;
  color: #321f16;
}
#footer .social_widget a i:hover{
  background-color: #b5945c;
  color: #fff;
}
#footer .social_widget{
  padding-top: 10px;
}
#footer .widget_recent_entries ul{
  margin-bottom: 0;
}
#footer .widget_products ins{
  text-decoration: none;
}
#footer .widget_media_gallery #gallery-1 img{
  border:none;
}
#footer #gallery-1 .gallery-item{
  margin:0;
}
#footer .widget td {
  padding-top: 0px !important;
  padding-bottom: 0;
}
#footer .widget_nav_menu ul{
  margin-left: 0;
}
#footer form.search-form input[type="search"]{
  width: 100%;
  margin-bottom: 0px;
  padding: 10px 10px;
}
#footer form.search-form input{
  float: none;
  border: 1px solid #fff;
  margin: 20px 2px;
}
#footer textarea{
  height: 100px;
}
.footer_hide{
  display:none;
}
#footer .about_me table{
  margin-bottom: 0;
}
#footer .about_me table p{
  font-size: 14px;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 600;
  margin-bottom: 0;
  padding-left: 8px;
}
.about_me table, .about_me td, .about_me th{
  border: none;
}
.about_me p.message {
    margin-bottom: 20px !important;
}

.vw-credit, .vw-credit a{
  color: #ffffff !important;
}
.copyright{
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 2px solid #706965;
}
.copyright p{
  font-size: 16px;
  color: #ffffff !important;
  font-family: "Poppins" !important;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}
#footer .about_me i{
  font-size: 14px;
  color:#b89d64;
  width: 30px;
  height: 30px;
  padding: 10px 9px;
  margin-bottom: 8px;
}
#footer .contact-table .row{
  align-items: center;
}
#footer p.contact-text{
  margin-bottom: 15px !important;
}
span.credit_link a {
  color: #b89d64;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
  color: #7f8391;
}
#footer_box .custom-about-us a{
  background-color: #fff;
  padding:10px 20px;
  color: #222;
  font-size: 16px;
  border-radius: 30px;
  font-weight: 600;
  display: inline-block;
  margin-top: 15px;
}
/*--------------- Sidebar -----------------*/
#sidebar td#prev a {
 color: #6c6c6c;
}
#sidebar caption {
 font-weight: bold;
 color: #6c6c6c;
 font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
 border: 1px solid #e1e1e1;
 text-align: center;
}
#sidebar td {
 padding: 7px;
 color: #6c6c6c;
}
#sidebar th {
 text-align: center;
 padding: 5px;
 color: #6c6c6c;
}
#sidebar select {
 padding: 10px 5px;
 border: solid 1px #e1e1e1;
 color: #6c6c6c;
 background: transparent;
}
#sidebar form{
 text-align: center;
}
#sidebar h3 {
  font-size: 24px;
  color: #222222;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 11px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  font-family: "Roboto Slab";
}
#sidebar input[type="search"] {
 padding:10px 10px;
 font-size:15px;
 margin-bottom: 10px;
 color:#6c6c6c;
 border: solid 1px #e1e1e1;
 width: 100%;
}
#sidebar label{
 margin-bottom: 0;
 width: 100%;
}
#sidebar input[type="submit"]{
 background-color :#b89d64;
 color:#fff;
 padding:10px 0;
 font-size:12px;
 width: 100%;
 letter-spacing: 2px;
 font-weight: bold;
}
#sidebar .widget {
 padding: 20px;
 margin-bottom: 25px;
 -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.11);
}
#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
#sidebar ul li{
 font-weight: 600;
  color: #343434;
  font-family: Poppins,sans-serif;
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
#sidebar ul li:last-child{ 
  border:none;
}
#sidebar ul li a {
  font-weight: 600;
  color: #343434;
  font-family: Poppins,sans-serif;
  font-size: 15px;
}
#sidebar .tagcloud a{
 border: solid 1px #e1e1e1;
 color:#6c6c6c;
 font-size:15px !important;
 padding:5px 18px;
 margin:0 0 5px;
 display:inline-block;
}
#sidebar .tagcloud a:hover{
 background:#111;
 color: #fff;
}