body .main-page-wrapper {
  padding-top: 0px;
}

body .site-content {
  margin-bottom: 0px;
}

body p,
body ul li {
  font-family: 'Proxima Nova Rg';
}

.hide {
  display: none!important;
}

.book {
	display: none!important;
}

/********** Reservation Btn ***********/

body .reservation-btn{
  position: fixed;
  top: 250px;
  left: 0px;
  padding: 35px 87px 35px 10px;
  /* 
  background-color: #476B53;
  color: #F9F1EA; 
  */
  background-color: #4b6c53;
  color: #ffffff;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  transform: translateX(-90px);
  transition: 0.3s;
  z-index: 999;
  box-shadow: 0px 0px 10px 2px #00000038;
}

body .reservation-btn:before{
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 58px;
  display: block;
  background-image: url(/wp-content/uploads/2023/02/appointment-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body .pum {
  z-index: 999 !important;
}

@media (min-width:768px) {
  body .reservation-btn:hover{
    transform: translateX(0);
    color: #F9F1EA;
  }
}

@media (max-width:1023px) {
  body .reservation-btn {
    color: #476B53;
    transform: translateX(-110px);
    cursor: pointer;
    padding: 24px 50px;
  }
  body .reservation-btn:before{
    width: 40px;
    height: 40px;
    right: 13px;
  }

  body .reservation-title .woodmart-text-block{
    font-size: 38px !important;
  }
}

@media (max-width: 767px){
  body .reservation-title .woodmart-text-block{
    max-width: 250px;
  }

  body .reservation-btn {
    top: auto;
    bottom: 80px;
  }
}

@media (max-width: 550px){

}
