/*Call to action - Call us, Meet Us ...*/

/*.cta-button {
    background-image: url(/images/2020/icons/right-arrow.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right 21px;
}*/

.cta-button > h3 {
    text-align: left;
    display: block;
    float: left;
  	margin:0px;
  font-size:24px;
  	
}

.cta-button i {
    float: left;
    display: block;
    padding-right: 20px;
  	font-size:27px;
}

.cta-button > h3 > span {
  font-family: "ProximaNovaRegular";
  font-size:16px;
  display: block;
  margin-top: 5px;
  font-weight: normal;
}

.cta-button:after {
    display: block;
    clear: both;
    content: "";
}


/*image effect on hover - on spa holiday page */

.img-effect > a > .sppb-addon-title:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #f4cf70;
    box-shadow: 0 0 0 30px rgb(0 0 0 / 40%);
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}

.img-effect:hover > a > .sppb-addon-title:before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}



/*Spa-Holidays page*/
.page-2150{
  overflow:hidden;
}

/* top silder*/

.top-slider .sppb-carousel-pro-text {
    max-width: 800px;
    text-align: center;
    margin: auto;
}

.top-slider .sppb-carousel-pro-text > h2,
.top-slider .sppb-carousel-pro-text > .sppb-carousel-pro-content{
	text-shadow: 4px 4px 6px #000;
}

 /*Mobile search*/
@media(max-width:767px){
 
  .spaHoliday-search #quick-search {
    height: 320px!important;
  }

  .slider-sec.spaHoliday-search #quick-search .form-inline{
     padding-top: 20px !important;
  }
  .covidmap{
    height:1000px;
  }
}