/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/* Button */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/** CHECKOUT BY STEP */
/*  
 * LAYOUT VARIABLES 
 */
.blockleoblogs {
  margin-top: 20px;
  background: #e4e4e4;
}

.blog_container {
  position: relative;
  margin-bottom: 20px;
}
.blog_container .blog-meta {
  font-size: 10px;
}
.blog_container .blog-meta > * {
  margin-right: 5px;
}
.blog_container .blog-viewmore {
  margin-top: 20px;
  display: none;
}
.blog_container .blog-created {
  font-size: 10px;
}
.blog_container .blog-created {
  position: absolute;
  top: 0px;
  left: 10px;
  background: #d47a30;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
}
.rtl .blog_container .blog-created {
  right: 10px;
  left: auto;
}
.blog_container .blog-created .day {
  font-size: 24px;
  display: block;
  line-height: 18px;
  padding-top: 8px;
  font-weight: bold;
}
.blog_container .blog-created .month {
  font-size: 12px;
  margin-top: 8px;
}
.blog_container .blog-info h4 {
  margin: 10px 0;
  line-height: 25px;
}
.blog_container .blog-info h4 a {
  font-size: 14px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  text-transform: none;
  color: #424242;
}
.blog_container .blog-info h4 a:hover {
  color: #d47a30;
}
.blog_container .blog-image {
  position: relative;
  overflow: hidden;
}
.blog_container .blog-image img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.blog_container .blog-image:hover img {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
}
