/*
Theme Name: Architecturer Child
Theme URI: https://themes.themegoods.com/architecturer/landing
Template: architecturer
Author: ThemeGoods
Author URI: https://themeforest.net/user/ThemeGoods
Description: Premium Architecture &amp; Interior Design WordPress Theme
Version: 3.5.1.1624020717
Updated: 2021-06-18 12:51:57

*/

.homes__wrapper {
    display: flex;
    justify-content: space-between;
}

.homes__col {
    width: 48%;
}

.homes__item {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 55px;
    font-size: 0;
    transition: .3s;
}

a.homes__item img {
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}

.homes__item .homes__title {
    position: absolute;
    padding: 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    z-index: 5;
    bottom: 0;
    width: 100%;
    transition: .3s;
}

.homes__details {
    display: flex;
    position: absolute;
    padding: 0 20px 15px;
    bottom: -61px;
    transition: .3s;
    z-index: 3;
    width: 100%;
}

span.homes__detail-item {
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    margin-right: 30px;
    width: 98px;
}

span.homes__detail-item strong {
    font-style: normal;
    font-weight: 500 !important;
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
    width: 100%;
    display: block;
}

.homes__item:hover .homes__title {
    transition: .3s;
    bottom: 53px;
    font-size: 16px;
}

.homes__item:hover .homes__details {
    bottom: 0px;
    transition: .3s;
}

.homes__item:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 63px;
    display: block;
    background: rgba(0,0,0,0.4);
    transition: .3s;
    bottom: 0;
}

.homes__item:hover:after {
    transition: .3s;
    bottom: 0;
    height: 115px;
}

.homes__testimonials .slider {
	padding-bottom: 90px;
}

@media (min-width: 768px) {
	.homes__col {
    	display: flex;
        flex-direction: column;        
    }
    
    .homes__item {
    	flex: auto;        
    }
    
    a.homes__item {
    	height: 255px;
    }
    
    .homes__testimonials .slider {
		padding-bottom: 0px;
	}
}

@media (min-width: 1024px) {
	a.homes__item {
    	height: 305px;
    }
}

@media (max-width: 767px) {
    .homes__wrapper {
        flex-wrap: wrap;
    }

    .homes__col {    	
        width: 100%;
        padding: 0 15px;
    }

    .homes__item {    	
        // margin-bottom: 55px;
    }

    .gallery_grid_content_wrapper.layout_tg_three_cols {
        margin-top: 20px;
    }

    .portfolio_classic_grid_wrapper .portfolio_classic_img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    body h1 {
        font-size: 23px !important;
    }
}

span.sold-item {
    display: block;
    position: absolute;
    z-index: 22;
    top: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #FF2C2C;
    padding: 6px  15px 5px;
}


.agency-wrapper {
    max-width: 1189px;
    margin: 0 auto;
    border: 1px solid #E0E0E0;
    margin-top: 70px;
    padding: 40px 80px 30px;
}

.agency-wrapper h3 {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 47px;
    color: #222222;
    margin-bottom: 20px;
}

.agency-name_user {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
}

.agency-name_agency {
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.agency_details {
    display: flex;
    align-items: center;
    justify-content: center;

    flex-wrap: wrap;
}

.agency-links {
    display: inline-block;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    transition: .3s;
}

.agency-links:hover {
    color: #1A3665;
    transition: .3s;
    text-decoration: underline;
}

.agency-links.blue-link {
    color: #1A3665;
}

.agency-links.blue-link:hover {
    display: inline-block;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    text-decoration-line: underline;
    color: #1A3665;
    transition: .3s;
}

.agency-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.agency-phone {
    display: inline-block;
    font-family: 'Heebo';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
}

.agency-col {
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .agency-col {
        max-width: 45%;
    }

    .agency-wrapper {
        padding: 40px 30px 30px;
    }

    .agency-wrapper h3 {
        font-size: 30px;
    }

    .agency-name_user,
    .agency-phone {
        font-size: 27px;
    }
}

@media (max-width: 767px) {
    .agency-inner {
        flex-wrap: wrap;
    }

    .agency-col {
        max-width: 100%;
    }

    .agency-name_user {
        font-size: 27px;
    }
}

.rand-homes .elementor-portfolio-item__title{
    font-size: 14px;
    line-height: 1.33;
}

.rand-homes .elementor-grid{
    gap: 5px;
}

.rand-homes  .elementor-portfolio-item{
    align-self: stretch;
}

.rand-homes .elementor-post__thumbnail__link,
.rand-homes .elementor-post__thumbnail{
    height: 100%;
}

.rand-homes .elementor-post__thumbnail img{
    object-fit: cover;
    height: 100% !important;
    max-width: none !important;
    min-height: 120px;
}

@media(max-width: 1024px){
    .rand-homes .elementor-post__thumbnail img{
        min-height: 300px;
    }
}

@media(max-width: 480px){
    .rand-homes .elementor-post__thumbnail img{
        min-height: 240px;
    }
}

/* 19.06.2023 Anastasiia */
.home-reviews.elementor-widget-reviews .elementor-testimonial__header {
	padding-bottom: 20px;
}

.home-reviews.elementor-widget-reviews .elementor-testimonial__content {
	padding-top: 0px;
}

.home-reviews.elementor-widget-reviews .swiper-container {	
	overflow: visible;
}

.home-reviews.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container {
	padding-bottom: 90px;	
}

.home-reviews.elementor-widget-reviews .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 35px;
}

@media(min-width: 768px) {
	.home-reviews.elementor-widget-reviews .elementor-testimonial__cite {
    	width: 100%;
		flex-direction: row;     
        flex-wrap: wrap;
        justify-content: space-between;
	}
    
    .home-reviews.elementor-widget-reviews .elementor-testimonial__title {
		width: 100%;        
	}
}