/*
 Theme Name:   WpResidence child theme
 Theme URI:    https://themeforest.net/item/wp-residence-real-estate-wordpress-theme/7896392
 Description:   WpResidence child theme
 Author:       WpEstate
 Author URI:   http://wpestate.org
 Template:     wpresidence
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
.master_header_sticky.master_header .logo img {
	transform: translate(0, -50%) scale(.8);
	transition: all 0.3s ease;
}
.action_tag_wrapper.Народное.жилье {
	background-color: #0073e1;
}
#access .menu-item.menu_item_wpglobus_menu_switch,
#access .menu-item.menu_item_wpglobus_menu_switch .menu-item a {
	text-transform: uppercase;
}
a.no-hover:hover {
	color: inherit !important;
}

.property_listing.property_card_default {
	display: flex;
    flex-direction: column;
}

.listing_details.the_grid_view {
	flex-grow: 1;
	margin-bottom: 1.8rem;
}
.property_listing_details {
	margin-bottom: 1.5rem;
}

.blog_list_wrapper .blog2v .property_listing_blog {
	overflow: visible
}

.listing-unit-img-wrapper-- {
	overflow: visible;
}
.listing-unit-img-wrapper-- .prop_new_details {
	overflow: hidden;
}

.status-wrapper .action_tag_wrapper {
    font-weight: bold;
    background-color: #f73859;
    font-size: 1.5rem;
    padding: 2px 8px 3px 8px;
}
.action_tag_wrapper.exclusive {
	background: linear-gradient(#F70505 0%, #8F0808 100%);
}
.horizontalstatus.ribbon-wrapper-sold {
	background: linear-gradient(#F70505 0%, #8F0808 100%);
	font-size: 1.6rem;
	font-weight: bold;
	text-transform: uppercase;
}

.ribbon-inside.sold {
    position: absolute;
    right: -5px;
    top: -25px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
	background-color: transparent;
	box-shadow: none;
	scale: 1.2;
	top: -18px;
	right: 2px;
}
.ribbon-inside.sold span {
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient(#F70505 0%, #8F0808 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}
.ribbon-inside.sold span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #8F0808;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}
.ribbon-inside.sold span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #8F0808;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #8F0808;
}