/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

.elementor-empty-view {
	display: none !important;
}

.peakidxListingThumbnailGrid-item-action {
	font-size: 16px;
	font-weight: 700;
}

.peakidxListingThumbnailGrid-container {
	width: 100%;
	max-width: 100%;
}

.peakidxListingThumbnailGrid-list {
	justify-content: space-between;
	gap: 36px;
}

.peak-container {
	margin: 0 auto;
	max-width: 1400px;
}

@media (max-width: 1440px) {
	.peak-container {
		max-width: 96%;
	}
}

.peakidxListingThumbnailGrid-item-action {
    background-color: var( --e-global-color-94304dc );
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 30px 10px 30px;
}

.peakidxListingThumbnailGrid-item {
	border: none;
}

.peakidxListingThumbnailGrid-container * {
	font-family: var(--e-global-typography-text-font-family);
}

.peakidxListingThumbnailGrid-item-action:hover {
	background-color: var( --e-global-color-50c33bb );
}