/*
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:#3B87A4!important;
}

.pool:hover{
	background-image: url(/wp-content/uploads/2019/11/pool-sml1.jpg);
	border-radius:6px;
    background-repeat: no-repeat;
	background-size: cover;
	transition: 1s ease-in-out;
}
.security:hover{
	background-image: url(/wp-content/uploads/2019/11/main-sml.jpg);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
}
.laundry:hover{
	background-image: url(/wp-content/uploads/2019/11/laundry-sml1.jpg);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
}
.pet:hover{
    background-image: url(/wp-content/uploads/2021/03/1.4.jpg);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
		}
.landscape:hover {
	background-image: url(/wp-content/uploads/2021/03/1.5a.jpg);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
}
.fitness:hover {
	background-image: url(/wp-content/uploads/2021/03/1.3.jpg);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
}
.roof:hover {
	background-image: url(/wp-content/uploads/2021/03/1.6.jpg);
	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:#845C04!important;
	transition: 1s ease-in-out;
}
