.wlbm .wlbm-supplier, .wlbm .wlbm-show-registration-form, .wlbm .wlbm-form-login-title, .wlbm .wlbm-login-form {
	display: none;
}

.wlbm .wlbm-flat-price {
	font-size: 1.1rem;
	font-weight: 600;
}

.wlbm .wlbm-flat-meta-key {
	font-weight: 600;
}

.wlbm .wlbm-flat-meta-value, .wlbm .wlbm-flat-meta-value small {
	font-weight: 500;
}

.wlbm .wlbm-flat-single .wlbm-flat-meta {
	font-size: .95rem;
}

.wlbm .wlbm-flat-single .wlbm-flat-heading {
	font-size: 1.75rem;
	font-weight: 500;
}

.wlbm .wlbm-flat-single .wlbm-flat-price {
	font-size: 1.5rem;
	font-weight: 500;
}

.wlbm-box,
.wlbm-box .icon li a {
	overflow: hidden
}

.wlbm-box {
	box-shadow: 0 0 5px #a3a3a3
}

.wlbm-box .post,
.wlbm-box .title {
	text-transform: capitalize;
	width: 60%;
}

.wlbm-box {
	position: relative
}

.wlbm-box:after,
.wlbm-box:before {
	position: absolute;
	content: ""
}

.wlbm-box:before {
	width: 80%;
	height: 220%;
	background: #0062b2;
	top: -50%;
	left: -100%;
	z-index: 1;
	transform: rotate(25deg);
	transform-origin: center top 0;
	transition: all .5s ease 0s
}

.wlbm-box.blue:before {
	background: #0062b2!important;
}

.wlbm-box.red:before {
	background: #b31d23!important;
}

.wlbm-box.yellow:before {
	background: #efc203!important;
}

.wlbm-box:hover:before {
	left: 10%
}

.wlbm-box:after {
	width: 55%;
	height: 175%;
	background-color: rgba(0, 0, 0, .35);
	bottom: -1000%;
	left: 53%;
	transform: rotate(-33deg);
	transform-origin: center bottom 0;
	transition: all .8s ease 0s
}

.wlbm-box .box-content,
.wlbm-box .icon {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	left: 0;
	z-index: 2;
	transition: all 1.1s ease 0s
}

.wlbm-box:hover:after {
	bottom: -70%
}

.wlbm-box img {
	width: 100%;
	height: auto
}

.wlbm-box .box-content {
	top: -100%;
	color: #fff
}

.wlbm-box:hover .box-content {
	top: 30px
}

.wlbm-box .title {
	font-size: 20px;
	margin: 0
}

.wlbm-box .icon li a,
.wlbm-box .post {
	display: inline-block;
	font-size: 14px
}

.wlbm-box .post {
	margin-top: 5px
}

.wlbm-box .icon {
	list-style: none;
	margin: 0;
	bottom: -100%
}

.wlbm-box:hover .icon {
	bottom: 25px
}

.wlbm-box .icon li {
	display: inline-block
}

.wlbm-box .icon li a {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #ff0000;
	border-radius: 50%;
	margin: 0 3px;
	color: #fff;
	text-align: center;
	transition: all .5s ease 0s
}

.wlbm-box .icon li a:hover {
	background: #fff;
}

.wlbm-box .button {
	background-color: #8e909b;
	border-radius: 3px;
	display: inline-block;
	padding: 6px 12px;
	margin-top: 10px;
}

.wlbm-box .button:hover {
	background-color: #000000;
}

.wlbm-box a,
.wlbm-box a:link,
.wlbm-box a:visited,
.wlbm-box a:hover,
.wlbm-box a:active {
	color: #ffffff !important;
}

.wlbm .wlbm-box .icon {
	display: inline-block;
	height: 60px;
	width: auto;
}

.wlbm .wlbm-box .fas {
	font-size: 32px;
	background-color: rgba(0, 0, 0, .1);
	border-radius: 100px;
	height: 55px;
	width: 55px;
	line-height: 55px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.wlbm .wlbm-box .circle-icon {
	background: rgba(0, 0, 0, .1);
	width: 66px;
	height: 66px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	vertical-align: middle;
	padding: 15px;
}

.wlbm .wlbm-box h2.sector {
	font-size: 26px;
	color: #555555;
}

.wlbm-box {
	margin-bottom: 36px;
}

@media only screen and (max-width:990px) {
	.wlbm-box {
		margin-bottom: 30px
	}
	.wlbm-box .title {
		font-size: 16px
	}
}

@media only screen and (max-width:479px) {
	.wlbm-box .title {
		font-size: 16px
	}
}
