/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
#transparent-header {
	position: absolute;
    top: 0;
    z-index: 9;
}

/* 
 * Property Gallery
 * */
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.property {
	margin: 0;
    padding: 10px 15px;
	flex: 33%;
}

.page-id-35 .property {
	flex: 50%;
}

.property .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.property:hover .content-overlay {
    opacity: 1;
}

.property-image {
    width: 100%;
}

.property a {
    height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
	line-height: 0;
}

.property img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.property-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.property:hover .property-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.property-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}

.property .icon-overlay::before,
.property .icon-overlay::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    position: absolute;
    bottom: 15px;
    background-color: #fff;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
}

.property .has-awards::before {
    content: '\f091';
    right: 15px;
}

.property .has-testimonial::after {
    content: "\f10e";
    right: 60px;
}

.property .has-testimonial.testimonial-icon-only::after {
    right: 15px;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}
  
.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

.fancybox-thumbs__list a:before {
    border-color: #af9a63  !important;
    border-width: 5px;
}

.fancybox-navigation .fancybox-button div,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar .fancybox-button {
    background-color: #000 !important;
	border-color: #000;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: auto;
}

.fancybox-progress {
    background: #7A7A7A;
}

/* Fix Stretched Images */ 
.fancybox-content .fancybox-image {
    object-fit: contain;
}

/* Awards Shortcode */
.awards-shortcode-container {
    padding: 80px 20px;
    background-color: #AF9A63;
}
.awards-wrapper {
    max-width: 960px;
    margin: 0 auto;
}
.awards-shortcode-wrapper {text-align: center;}
.awards-shortcode-wrapper img {margin: 10px 20px;}

/* Testimonials Shortcode */
.testimonials-shortcode-container {
    padding: 80px 0;
    background-color: #000;
}
.testimonials-wrapper {
    max-width: 600px;
    margin: 0 auto;
}
.testimonial-shortcode-wrapper .testimonials-content {
    font: 300 20px/27px "Playfair Display";
    color: #fff;
}
.testimonial-shortcode-wrapper .testimonials-content ul {
    text-align: left;
    margin-bottom: 15px;
}
.testimonial-shortcode-wrapper .testimonials-content .location {
    color: #7a7a7a;
    font: 300 15px/23px "Playfair Display";
}

.testimonial-shortcode-wrapper .testimonials-content .name {
    color: #fff;
    font: 600 17px/24px "Montserrat";
    margin: 2rem 0 5px;
    text-transform: unset;
}
.testimonial-shortcode-wrapper .testimonials-content {
    text-align: center;
}

/* Stacked Gallery Shortcode */
.stacked-gallery-shortcode-wrapper .property-gallery {margin-bottom: 20px;}

@media screen and (max-width: 768px) {
    .gallery-container {
        justify-content: start;
        align-items: start;
    }
    .property img {
        width: 360px;
    }  
	.property {
        margin-bottom: 0;
		padding: 3px 7px;
		flex: 50%;
    }
	
	.awards-wrapper,
	.testimonials-wrapper {
		max-width: none;
		margin: 0 40px;
	}
}

@media screen and (max-width: 414px) {
    .property img {
        width: 100%;
    }  
	
	.page-id-35 .property,
	.property {
		flex: 100%;
    }
}
.contenttest
{
    display:none;
}
.testimonialcontent a {
	color: #000;
	/* text-decoration: underline; */
	display: block;
	margin: 20px auto;
	font-size: 18px;
	cursor: pointer;
}
.blacktestimonials .excerpttest,.blacktestimonials .readmorenewt {
	color: #fff;
}
.blacktestimonials .testimonialtitle {
	color: #fff !important;
}
.blacktestimonials .slick-dots button::before {
	color: #fff !important;
	/* background: #fff; */
}