/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*blockprimary*/
/*blockprimary*/
/*block success*/
/*block info*/
/*block warning*/
/*block danger*/
/*block highlighted*/
/*  
 * LAYOUT VARIABLES 
 */
.leading-blog .blog-item {
  border-top: 1px dashed #e9e9e9;
  padding: 20px 0;
}

/* category */
#blog-category {
  margin-bottom: 30px;
}

.category-info {
  margin-bottom: 50px;
}

.category-image {
  margin-bottom: 15px;
}

.childrens {
  margin-bottom: 1.33333rem;
}
.childrens h6 {
  display: block;
  padding: 15px 0;
}

.Recnet-blog .Recent-title {
  margin: 0;
  color: #333333;
}

/* blog listing */
.blog-meta {
  font-family: "Playfair Display", serif;
  color: #8e6100;
}
.blog-meta > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-style: italic;
  font-family: "Playfair Display", serif;
}
.blog-meta > div:before {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 50%;
  content: "/";
}
.blog-meta > div:first-child:before {
  display: none;
}

.blogs-container h3 {
  margin-bottom: 0.66667rem;
}

.blogs-container h4 {
  line-height: 1.6rem;
}

.blog-item {
  clear: both;
}

.blog-item .blog-meta {
  margin-bottom: 10px;
}

/* blog */
.blog-detail {
  background: #fff;
  margin-bottom: 30px;
}
.blog-detail .blog-meta {
  padding-bottom: 0.66667rem;
}
.blog-detail .social-wrap {
  width: 100%;
  padding: 1.33333rem 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog-detail .social-wrap > * {
  margin: 0 0.33333rem;
}
.blog-detail .social-wrap .social-heading {
  color: #333333;
  margin-right: 0.66667rem;
}
.rtl .blog-detail .social-wrap .social-heading {
  margin-left: 0.66667rem;
  margin-right: inherit;
}
.blog-detail .blog-tags {
  margin-bottom: 3.33333rem;
}

.blog-tags, .extra-blogs, .blog-comments, .social-share {
  padding-bottom: 15px;
}

.blog-tags a span {
  background: none repeat scroll 0 0 #666666;
  border-radius: 2px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  padding: 0.33333rem 0.66667rem;
}

.extra-blogs h4 {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-style: italic;
  color: #8e6100;
  font-weight: 400;
}
.extra-blogs ul li {
  padding: 6px 0;
  border-bottom: solid 1px #DDDDDD;
}
.extra-blogs ul li a {
  display: block;
  color: #909090;
  font-size: 16px;
}

.blog-video-code .inner {
  background: #DDD;
  padding: 0.8rem;
  margin-bottom: 1rem;
  text-align: center;
}

/* comment */
.comment-item {
  padding: 0.8rem 0;
}

.comment-item img {
  padding-right: 0.13333rem;
}
.rtl .comment-item img {
  padding-left: 0.13333rem;
  padding-right: inherit;
}

.comment-wrap {
  overflow: hidden;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #e9e9e9;
  padding: 1.33333rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.comment-wrap .comment-meta {
  border-bottom: 1px solid #e9e9e9;
  font-size: 11px;
  margin: -1.33333rem -1.33333rem 0.66667rem;
  padding: 0.66667rem 1.33333rem;
}

.comment-wrap .comment-meta > span {
  font-weight: bold;
}

.comment-wrap .comment-meta > span span {
  font-weight: normal;
}

.blog-social .social-wrap > div {
  float: left;
}

.blog-social .social-heading {
  padding-right: 12px;
}

.comment-link {
  background: none repeat scroll 0 0 #F4F4F4;
  border-left: 1px solid #e9e9e9;
  display: block;
  float: right;
  font-weight: bold;
  margin: -0.73333rem -1.33333rem -0.66667rem 0;
  padding: 0.66667rem 1.33333rem;
}

.ipts-captcha img {
  float: left;
  margin-right: 15px;
}
.rtl .ipts-captcha img {
  float: right;
}
.rtl .ipts-captcha img {
  margin-left: 15px;
  margin-right: inherit;
}

.ipts-captcha input {
  width: 6.66667rem;
  height: 2.33333rem;
}

/* categories menu display on left or right sidebar */
#categories_blog_menu .collapse-icons {
  position: absolute;
  right: 5px;
  top: 15px;
  padding: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 12px;
  text-align: center;
  color: #8e6100;
}
.rtl #categories_blog_menu .collapse-icons {
  left: 5px;
  right: auto;
}
#categories_blog_menu .collapse-icons[aria-expanded="true"] .add {
  display: none;
}
#categories_blog_menu .collapse-icons[aria-expanded="true"] .remove {
  display: block;
}
#categories_blog_menu .collapse-icons .add:hover,
#categories_blog_menu .collapse-icons .remove:hover {
  color: #8e6100;
}
#categories_blog_menu .collapse-icons .remove {
  display: none;
}

.blog-menu .tree {
  margin-bottom: 0;
}
.blog-menu .tree > li {
  position: relative;
  border-top: 1px solid #ebebeb;
}
.blog-menu .tree > li:first-child {
  border-top: 0;
}
.blog-menu .tree > li ul {
  margin-left: 15px;
}
.rtl .blog-menu .tree > li ul {
  margin-right: 15px;
  margin-left: inherit;
}

.blog-menu li a {
  color: #909090;
  display: block;
  padding: 10px 0;
}
.blog-menu li a:hover {
  color: #8e6100;
}

.lastest_block .blog_container {
  padding: 15px 0;
}
.lastest_block .blog-meta {
  line-height: 1.2rem;
}
.lastest_block .blog-title {
  margin-bottom: 0;
}
.lastest_block .blog-title a {
  height: 24px;
  font-size: 14px;
  line-height: 22px;
  display: block;
  margin-top: 10px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  overflow-x: hidden;
}

#blog-localengine {
  margin-top: 2.66667rem;
}
#blog-localengine h3 {
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  letter-spacing: 3px;
}
