/*
this is Custom css file
Date: 28/08/2020
*/

/* Start Gallery page */

.featherlight .featherlight-close-icon:before {display:none}

.featherlight .featherlight-close-icon {
    text-indent: unset;
    color: #000;
    height: auto;
    width:auto;
    font-size: 25px;
}
.gallery figure img {height: 100%; object-fit: cover;}
.gallery figure .img:before {
    display: none;
}
.gallery figure .img:before {
    display: none;
}

.gallery .img-class {
    position: relative;
    height: 100%
}

.gallery .img-title-overlay {
    position:absolute;
    right:0;
    left:0;
    top:0;
    bottom:0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .3);
    transition: .5s
}

.gallery .img-title-overlay .img-title {
    position:absolute;    
    left:50%;
    top:50%;    
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.2;
    text-align: center;
}

.gallery .img-class:hover .img-title-overlay {opacity: 1;}

.fancybox-caption__body {font-size: 16px !important; font: 20px/30px 'Work Sans';}

only screen and (max-width: 1024px) {
		.boxes .item {
			max-width: inherit;
			margin: auto;
			padding: 0
		}
	}

/* Start USP Strip */
.usp .item i{font-size: 60px;}
.usp-title {font-weight: bold;}
.usp-description {font-weight: 400; font-size: 16px;}
/* End USP Strip */

/**** Booking Page link ****/
.booking-text {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
}
.booking-page-link {
    padding: 15px 30px;
    font: 300 22px/30px 'Work Sans';
    color: #555;
    display: inline-block;
    background: rgba(255,255,255,.85);
    box-shadow: 0 0 1px rgb(0 0 0 / 20%), 0 0 10px rgb(0 0 0 / 10%);
    z-index: 1;
    position: relative;
    transition: .3s ease;
    margin: 20px 0 30px;
    
}
.booking-page-link:hover {padding: 15px 40px; background: #FFF;}
