/*
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
------------*/
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:#7d3520!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/12/main-sml.jpg);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
}
.laundry:hover{
	background-image: url(/wp-content/uploads/2019/12/laundry-sml1.jpg);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
}
.pet:hover{
    background-image: url(/wp-content/uploads/2019/12/pet1.jpg);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
		}
.landscape:hover {
	background-image: url(/wp-content/uploads/2019/11/landscape-sml-1.jpg);
	border-radius:6px;
	background-repeat: no-repeat;
	background-size: cover;
}
.fitness:hover .hidden-img, .play:hover .hidden-img, .laundry:hover .hidden-img, .security:hover .hidden-img, .sports:hover .hidden-img, .pool:hover .hidden-img, .pet:hover .hidden-img, .landscape:hover .hidden-img {
	visibility:hidden!important;
	transition: ease;
}
.fitness:hover h4, .play:hover h4, .laundry:hover h4, .security:hover h4, .sports:hover h4,  .pool:hover h4,  .pet:hover h4,  .landscape:hover h4 {
    color:#fff!important;
	transition: 1s ease-in-out;
}
