/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: http://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: -
Version: 20.9.7.4

All css files are placed in /css/ folder
*/

/*-----------------------
Home page style
------------*/
.grecaptcha-badge { visibility: hidden; }

ul.list_mixed li:before, ul.list_check li:before, ul.list_star li:before, ul.list_idea li:before, ul.list_custom li i {
	color:#4A708F!important;
}

.pool:hover{
	background-image: url(/wp-content/uploads/2021/12/sprinkler.png);
	border-radius:6px;
    background-repeat: no-repeat;
	background-size: cover;
	transition: 1s ease-in-out;
}
.security:hover{
	background-image: url(/wp-content/uploads/2022/05/heating.jpg);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
}
.laundry:hover{
	background-image: url(/wp-content/uploads/2021/12/laundry.png);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
}
.pet:hover{
    background-image: url(/wp-content/uploads/2021/12/closet.png);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
		}
.landscape:hover {
	background-image: url(/wp-content/uploads/2021/12/aircon.png);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
}
.fitness:hover {
	background-image: url(/wp-content/uploads/2022/05/floor.jpg);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
}
.roof:hover {
	background-image: url(/wp-content/uploads/2021/12/kitchen.png);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
}
.landscape:hover .hidden-img, .roof:hover .hidden-img, .pet:hover .hidden-img, .laundry:hover .hidden-img, .security:hover .hidden-img, .pool:hover .hidden-img, .fitness:hover .hidden-img {
	visibility:hidden;
	transition: ease-in-out;
}
.landscape:hover h4, .pet:hover h4, .laundry:hover h4, .security:hover h4, .pool:hover h4, .fitness:hover h4{
    color:#4A708F!important;
	transition: 1s ease-in-out;
}
