/*
Theme Name: Fint Child
Author: EnvyTheme
Author URI: http://envytheme.com
Description: Fint Child Theme
Version: 1.6
Template: fint
Text Domain: fint-child
*/
button.wbtn.wbtn-booking.wbtn-primary.wbtn.wbtn-primary:before {
	background: #633158;
    /*transform: skewX(15deg);*/
    position: absolute;
    top: -5%;
    left: -5%;
    content: "";
    width: 0%;
    height: 110%;
    z-index: -1;
    border-radius: 5px;
    -webkit-transform: skewX(15deg);
    /* transform: skewX(15deg); */
    /* overflow: hidden; */
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

button.wbtn.wbtn-booking.wbtn-primary.wbtn.wbtn-primary {
    background-color: #ae75a0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px !important;
    font-weight: bold;
    padding: 15px 30px;
    text-transform: capitalize;
    color:#633158;
    margin-right: 30px;
    height: 60px;
    margin-right:10px;
    z-index: 1;
    position: relative;
    -webkit-transition: .9s;
    transition: .9s;
    overflow:hidden;
    width:100%;
    display:block;
}


button.wbtn.wbtn-booking.wbtn-primary.wbtn.wbtn-primary:hover {
  color: #ffffff;
  background-color:#633158;
  box-shadow: none;
}
button.wbtn.wbtn-booking.wbtn-primary.wbtn.wbtn-primary:hover:after {
  transform: translateX(5px);
  color:#fff;
} 
button.wbtn.wbtn-booking.wbtn-primary.wbtn.wbtn-primary::after {
 content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #633158;
  font-size: 28px;
  font-weight: bolder;
  font-family: monospace;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin-left: 10px;
}
button.wbtn.wbtn-booking.wbtn-primary.wbtn.wbtn-primary:hover:before {
	width: 120%;
    visibility: visible;
    opacity: 1;
  }
button.wbtn.wbtn-booking.wbtn-primary.wbtn.wbtn-primary:before {
    position: absolute;
    top: -5%;
    left: -5%;
    content: "";
    width: 0%;
    height: 110%;
    box-sizing: border-box;
    z-index: -1;
    border-radius: 5px;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    overflow: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.wap-front .wselected {
	background-color:#ae75a0 !important;
}
.wap-head {
    background-color: #ae75a0 !important;
}
.staff-desc strong {
	color:#ffffff !important;
}
#awards-con .call-icon {
	margin-left:12px;
}