.room-types-img {
	background: no-repeat center top #333;
	background-size: cover;
	min-height: 405px;
	position: relative;
}

.room-types-hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	padding: 100px 50px 50px 50px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

.room-types-cont:hover .room-types-hover {
	visibility: visible;
	opacity: 1;
}

.room-types-hover > * {
	color: #fff;
}

.room-types-hover p {
	line-height: 1.3;
}

.room-types-hover .site-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -107.5px;
}

.room-types-details {
	background: #a03362;
	margin: 0 !important;
	color: #fff !important;
	text-align: center;
}

.room-types-wrap.light-blue .room-types-details {
	background: #8bc9d4;
}

.room-types-details li {
	display: inline-block;
	vertical-align: top;
	font-size: 16.77px;
	color: #fff;
	font-family: agenda-medium;
	vertical-align: middle;
}

.room-types-details .room-types-title {
	font-size: 21.25px;
	color: #fff;
	font-family: agenda-medium;
	width: 40%;
	float: left;
	text-align: left;
	line-height: 1.1;
	padding: 10px 15px 15px 25px;
}

.room-types-price-upper-text {
	font-size: 13px;
	text-transform: uppercase;
	display: block;
}

.room-types-price {
	font-size: 30px;
}

.room-types-price-currency {
	font-size: 18px;
	position: relative;
	top: -10px;
}

.room-types-right {
	float: right;
	width: 60%;
	text-align: right;
}

.room-types-right li {
	padding: 5px;
	padding: 12px 15px

}

.room-types-right .room-types-price-wrap {
	line-height: 1.1;
	padding-right: 20px;
}

.room-types-right li img {
	height: 20px;
	margin-right: 5px;
	vertical-align: top;
}

.room-types-right li.w-icon::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center;
	margin-right: 5px;
}

.room-types-right li.bedroom::before {
	background-image: url('/wp-content/uploads/2018/04/white-bedroom-icon.png');
	width: 37px;
	height: 24px;
}

.room-types-right li.bathroom::before {
	background-image: url('/wp-content/uploads/2018/04/white-bathroom-icon.png');
	width: 27px;
	height: 26px;
}

.room-types-wrap {
	text-align: center;
}

.room-types-cont {
	max-width: 714px;
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	margin-bottom: 15px;
}

.room-types-wrap .room-types-cont:nth-of-type(3n + 2) .room-types-details {
	background: #8bc9d4;
}

.room-types-wrap .room-types-cont:nth-of-type(3n + 3) .room-types-details {
	background: #e6e5e4;
}

.room-types-wrap .room-types-cont:nth-of-type(3n + 3) .room-types-details .room-types-title {
	color: #555;
}

.room-types-wrap .room-types-cont:nth-of-type(3n + 3) .room-types-details li {
	color: #555;
}


.room-types-wrap .room-types-cont:nth-of-type(3n + 3) .room-types-right li.bedroom::before {
	background-image: url('/wp-content/uploads/2018/04/bedroom-icon.png');
}

.room-types-wrap .room-types-cont:nth-of-type(3n + 3) .room-types-right li.bathroom::before {
	background-image: url('/wp-content/uploads/2018/04/bathroom-black-icon.png');
}

.room-types-load-more {
	text-align: center;
	margin-top: 30px;
}

.room-types-sect .site-btn {
	letter-spacing: 1px;
}

@media (max-width: 1366px) {
	.room-types-right li {
		padding: 5px;
	}

	.room-types-details .room-types-title {
		font-size: 20px;
	}
}

@media (max-width: 1200px) {
	.room-types-cont {
		max-width: 771px;
		width: 100%;
	}	
}

@media (max-width: 667px) {
	.room-types-img {
		min-height: 325px;
	}
}

@media (max-width: 600px) {
	.room-types-details .room-types-title,
	.room-types-details .room-types-right {
		width: 100%;
		float: none;
		text-align: center;
	}

	.room-types-details .room-types-title {
		padding-bottom: 0;
	}

	.room-types-details .room-types-right {
		padding-bottom: 10px;
	}
}

@media (max-width: 414px) {
	.room-types-details .room-types-title {
		font-size: 18px;
	}

	.room-types-details li {
		width: 49%;
		font-size: 16px;
	}

	.room-types-price {
		font-size: 26px;
	}

	.room-types-img {
		min-height: 300px;
	}

	.room-types-sect .site-btn {
		font-size: 12px;
		padding: 10px 30px;
		margin-left: -85px;
	}

	.room-types-hover {
		padding: 20px;
	}
}

@media (max-width: 320px) {
	.room-types-img {
		min-height: 250px;
	}
}