/* 
Theme Name:		 outgrid-child
Theme URI:		 http://childtheme-generator.com/
Description:	 outgrid-child is a child theme of outgrid, created by ChildTheme-Generator.com
Author:			 codenot.studio
Author URI:		 http://childtheme-generator.com/
Template:		 outgrid
Version:		 1.0.0
Text Domain:	 outgrid-child
*/


/*
    Add your custom styles here
*/

.swiper-container {
  width: 100%;
  margin: auto;
}

.main-swiper img {
  width: 100%;
  display: block;
}

.thumb-swiper img {
  width: 100%;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.thumb-swiper .swiper-slide-thumb-active img {
  opacity: 1;
  border: 2px solid #333;
}
.house-gallery {
    margin: 0 auto;
    overflow: hidden;
}
.single-house-info {
	    background: #f2ede8;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 0.4fr 1.6fr 1fr;
    margin: 0 auto;
}
.single-house-info .house-title {
	font-size: 18px;
	margin-top: 0;
	color: #16132c;
}
.single-house-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 14px;
	color: #a0a39a;
}
.single-house-info .value {
	margin-left: 10px;
	color: #16132c;
}
.house-more-title {
	font-size: 20px;
	color: #16132c;
	margin-top: 0;
}
.house-more {
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.house-button {
	border-radius: 10px 10px 10px 10px;
	background-color: var(--e-global-color-uicore_primary);
	    font-size: 16px;
    font-weight: 600;
    text-transform: None;
    line-height: 1em;
    letter-spacing: 0em;
    color: var(--e-global-color-uicore_headline);
    border-style: none;
	padding: clamp(12px,.9em,18px) clamp(24px,1.9em,26px);
	    min-width: 170px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
body.single-houses [data-elementor-type="wp-post"] {
	    max-width: 1020px;
    margin: 0 auto;
}
@media (max-width: 767px) {
	.single-house-info {
		    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 20px 20px;
	}
}
.single-houses .uicore-page-title .uicore h1.uicore-title {
	text-align: center;
    width: 100%;
    max-width: 100%;
	font-size: 46px;
    font-weight: 600;
    text-transform: none;
    color: #FFFFFF;
	    margin: 0;
    padding: 10px 0;
}
.single-houses .ui-breadcrumb {
	display: none !important;
}
.single-houses .uicore-page-title .uicore.uicore-container {
	    padding: 50px 0px 50px 0px;
}
article.type-page {
	width: 100%;
	margin: 0px 0;
}
.houses-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 32px;
}
.houses-list .house-title {
	font-size: 18px;
	color: #16132c;
	margin-bottom: 10px;
}
.houses-list .house-info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
	color: #a0a39a;
}
.houses-list .house-info .value {
	margin-left: 10px;
	color: #16132c;
}
.houses-list .house-item {
	    background: #F2EDE9;
    border-radius: 16px;
    padding: 10px;
    padding-bottom: 20px;
}
.houses-list .house-item figure {
	overflow: hidden;
    border-radius: 16px;
}
.houses-list .house-item figure img {
	transition: 0.3s ease;
}
.houses-list .house-item:hover figure img {
	transform: scale(1.1);
}
.houses-list .house-item .house-title {
	    padding-left: 30px;
}
.houses-list .house-item .house-info {
	padding-left: 30px;
}
@media (max-width: 767.98px) {
	.houses-list {
	grid-template-columns: 1fr;
}
}