/* 
Theme Name: Beach Park Residences
Theme URI: https://beachparkresidences.com/
Description: Customized wp theme for beachparkresidences. Based on Hello theme by Elementor.
Author: Abu Bakar
Author URI: https://wppatch.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: beachparkresidences
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
*/

/* Custom CSS here */

.gallery_more_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	right: 20px;
	bottom: 20px;
	padding: 6px 12px;
	border-radius: 50px;
	background-color: #000000a1;
	color: #ffffff;
	z-index: 10;
}
.gallery_more_btn .more_btn_icon {
	width: 15px;
	margin: 0 5px;
	color: #ffffff;
}
.gallery_more_btn .more_btn_text {
	font-size: 14px;
}
ul.bpr_features_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.bpr_features_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33%;
}
ul.bpr_features_list li > span {
	padding: 10px;
}
ul.bpr_features_list li > .feature_icon {
	max-width: 50px;
}
.bpr_header_gallery_img_cta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;	
}
.bpr_header_gallery_img_cta a {
	background-color: transparent;
    padding: 8px 20px;
	border: 1px solid #ffffff;
    border-radius: 4px;
	font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.elementor-lightbox .elementor-slideshow__footer .elementor-slideshow__title, .elementor-slideshow__title {
	display: none;
}
@media (max-width: 1400px){
    .gallery_more_btn {
        top: 20px;
        bottom: auto;
    }
}
@media (min-width: 960px){
	.property_header_gallery .elementor-gallery-item:nth-child(n+4) {
	    display: none;
    }
    .property_header_gallery .elementor-gallery-item:first-child{
        -ms-grid-column-span: 2;
        grid-column: span 2;
        -ms-grid-row-span: 2;
        grid-row: span 2;
    }
}
@media (min-width: 768px) and (max-width:959px) {
    .property_header_gallery .elementor-gallery-item:nth-child(n+3) {
	    display: none;
    }
}
@media (max-width: 767px){
    .property_header_gallery .elementor-gallery-item:nth-child(n+2) {
	    display: none;
    }
	.property_info ul li {
		padding: 10px 5px !important;
	}	
}

