/*
Theme Name: Homeid Child Theme
Theme URI: https://homeid.g5plus.net/
Author: G5 Theme
Author URI: https://themeforest.net/user/g5theme
Description: Child theme for Homeid Theme
Version: 1.0.0
Template: homeid
Text Domain: homeid-child
*/

html {
   scroll-behavior: smooth !important;
}

*, h1, h2, h3, h4, h5, p, a, button, div {
  	font-family: "Inter", sans-serif !important;
}

.fa, .fal, .far, .fas {
	font-family: 'Font Awesome 5 Pro' !important;
}

.custom-banner .gel-banner-title {
	font-weight: 600 !important;
}

.custom-banner {
	border-radius: 5px !important; 
}
    
.custom-banner .gel-banner-bg {
	    filter: brightness(0.6) !important;
}

.g5core-header-desktop-wrapper {
	box-shadow: 0 0 15px 5px rgba(0,0,0,.1) !important;
}


.home .g5core-header-desktop-wrapper {
	box-shadow: none !important;
}

.home .sticky-area-wrap.sticky .sticky-area {
	box-shadow: 0 0 15px 5px rgba(0,0,0,.1) !important;
}

.wpb_single_image img {
	width: 76px
}

.g5blog__post-grid.g5blog__post-grid-2 .g5blog__post-content {
	padding: 10px 25px !important;
}

.g5blog__post-content .btn.btn-dark.btn-link {
	margin: 0 !important;
}

.g5ere__single-property-breadcrumbs {
	display: none !important;
}

// blog

/* #main-content .g5blog__single .entry-content h2 {
    font-size: 24px !important;
    font-weight: 600 !important;
}
 */

.g5blog__single .entry-content ul p {
	margin: 0 !important;
}

/* HOME */

.home-main-logo img {
	max-width: 900px !important;
	width: 150% !important;
	opacity: 0.85 !important;
}

@media (max-width: 768px) {
	.home-main-logo img {
		max-width: 220px !important;
	}
}

.projects-without-price .g5ere__loop-property-price {
	display: none !important;
}

.home-video video {
	width: 100% !important;
	border-radius: 5px !important;
}