/**

 * Theme Name:     Twenty Twenty-Five Child
 * Author:         the WordPress team
 * Template:       twentytwentyfive
 * Text Domain:	   twenty-twenty-five-child
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */

.redhotspot{
	position: absolute;
	z-index: 103;
	width: 2%;
    height: 2.8%;
	border-radius: 20px !important;
	border:0 !important;
	background: #93d050 !important;
	
	opacity: 0;
}

.redhotspot.liahotspot-sold{
	background: #c14d00 !important;
	opacity: 1;
}
.redhotspot.liahotspot-pending{
	background: #6892c2 !important;
	opacity: 1;
}


#lia-phase-4-5 .redhotspot{
    width: 1.1%;
    height: 1.9%;
	/*background: #f31616 !important;*/
}




	.redhotspot .template{
		display: none;
	}

	.litetooltip-wrapper{
		opacity:1 !important;
	}

	.tooltip-content{
		background:#FFF !important;
	}

	.tooltip-content:after{
		content: "";
		clear:both;
	}
	.tooltip-content img{
    	width: 100%;
		height:auto;
	}
	.tooltip-content h2{
		font: normal bold 20px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
		margin: 0;
		color: #0161b3!important;
	}
	.redhotspot.liahotspot-sold h2{
		color: #b45e25 !important;
	}

	.tooltip-content h3{
		font-size: 24px;
		margin: 0;
	}
	.tooltip-content strong{
		color:#333;
	}
.imagehotspot-container{
	position: relative;
	z-index: 101;
	overflow: hidden;
	margin: auto;
}
#lia-phase-all.imagehotspot-container{
	width: 585px;
	height: 877px;
}
#lia-phase-3.imagehotspot-container,
#lia-phase-4.imagehotspot-container{
	/*
	width: 585px;
	height: 391px;
	*/
	width: 1000px;
	height: 668px;
}
#lia-phase-4-5.imagehotspot-container{
	width: 1200px;
	height: 696px;
}


	.imagehotspot-image{
		position: absolute;
		z-index: 102;
		width:100%;
		height:100%;
	}

.desktop_message{
	text-align: center;
}
.desktop_message.alt{
	color:#70b922;
	font-size: 40px;
	line-height: normal;
}

@media only screen and (max-width: 1230px){
	.lia-hover-map-cont .vc_col-sm-6{
		width: 100%;
	}
}

@media only screen and (max-width: 1024px){
	#lia-phase-3.imagehotspot-container,
	#lia-phase-4.imagehotspot-container{
		width: 100%;
		height: calc((100vw - 45px) * 0.668) !important;
	}
	#lia-phase-4-5.imagehotspot-container{
		width: 100%;
		height: calc((100vw - 45px) * 0.58) !important;
	}
}

@media only screen and (max-width: 600px){
	.imagehotspot-container{
		width: 100%;
		height: calc((100vw - 45px) * 1.5) !important;
	}
}
@media only screen and (max-width: 500px){
	.desktop_message{
		display:none;
	}
	.zoom_message{
		display: block !important;
		text-align: center;
	}
	.redhotspot{
		border:0 !important;
	}
	.tooltip-content h2,
	.tooltip-content h3,
	.tooltip-content strong{
		font: normal  18px / 23px "Roboto", Helvetica, Arial, Verdana, sans-serif;
		font-size: 12px;
		line-height: normal;
		margin: 0;
	}
	.tooltip-content strong{
		
	}
}
/*
@media only screen and (max-width: 500px){
	.imagehotspot-container{
		width: 443px;
		height: 682px;
	}
}
*/
/*
tr[post_id="423"]{
	color:#70b922;
	font-weight: bolder;
}
*/

#import_reviews .butt1{
    background: #b12222;
    padding: 3px 10px 4px 10px;
    border-radius: 3px;
    color: #FFF;
    text-decoration: none;
    margin: 10px;
    line-height: 20px;
}