.blog-area {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
}
.blog-area .title
{
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
}
.blog-area .rooms-p
{
  color: #ababab;
  font-weight: 300;
  font-size: 16px;
  width: 48%;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 45px;
}
.blog-area .product-pagination > ul {
	padding-top: 0;
}
/*Blog Style 2 CSS*/
.single-blog-style-2 {
	position: relative;
    padding-left: 30px;
}

.single-blog-style-2 .blog-post-info {
	position: absolute;
	bottom: 45%;
	left: 20px;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transform-origin: left bottom;
	        transform-origin: left bottom;
}
.single-blog-style-2 .blog-post-info > span {
	font-size: 17px;
	color: #000;
}
.single-blog-style-2 .blog-content {
	position: relative;
	z-index: 9;
}
.single-blog-style-2 .blog-text {
	background: #fafafa;
	margin-top: 0;
	padding: 20px;
	margin-left: 0;
	box-shadow: none;
}
.blog-text h5 {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 2px solid
  #caa169;
  display: inline-block;
  line-height: 26px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.blog-text > p {
  font-size: 16px;
  line-height: 28px;
}
.read-more {
  font-size: 26px;
  display: block;
  line-height: 1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
.read-more {
  font-size: 26px;
  display: block;
  line-height: 1;
}
.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
      font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zmdi-long-arrow-right::before {
  content: '\f301';
}