/* 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.42857rem;
}
.childrens h6 {
  display: block;
  padding: 15px 0;
}

.Recnet-blog .Recent-title {
  margin: 0;
  color: #000000;
}

/* blog listing */
.secondary-blog .blog-item {
  border-top: 1px dashed #e9e9e9;
  padding: 10px 0 20px;
}

.blog-meta > div {
  color: #aaa;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
.blog-meta > div:before {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background-color: #70ba28;
  margin: 0 5px;
  border-radius: 50%;
  content: "";
}
.blog-meta > div:first-child:before {
  display: none;
}
.blog-meta > div span {
  color: #000000;
}

.blogs-container h3 {
  margin-bottom: 0.71429rem;
}

.blogs-container h4 {
  line-height: 1.71429rem;
}

.blog-item {
  clear: both;
}

.blog-item .blog-meta {
  font-size: 93%;
  margin-bottom: 20px;
}

/* blog */
.blog-detail {
  background: #fff;
  margin-bottom: 30px;
}
.blog-detail .blog-meta {
  padding-bottom: 0.71429rem;
  margin-bottom: 2.14286rem;
}
.blog-detail .blog-image {
  margin-bottom: 3.57143rem;
}
.blog-detail .social-wrap {
  width: 100%;
  padding: 1.42857rem 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.35714rem;
}
.blog-detail .social-wrap .social-heading {
  color: #000000;
  margin-right: 0.71429rem;
}
.rtl .blog-detail .social-wrap .social-heading {
  margin-left: 0.71429rem;
  margin-right: inherit;
}
.blog-detail .blog-tags {
  margin-bottom: 3.57143rem;
}

.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.35714rem 0.71429rem;
}

.extra-blogs h4 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.42857rem;
}
.extra-blogs ul li {
  padding: 6px 0;
  border-bottom: solid 1px #DDDDDD;
}
.extra-blogs ul li a {
  display: block;
  color: #3a3840;
  font-size: 16px;
}

.blog-video-code .inner {
  background: #DDD;
  padding: 0.85714rem;
  margin-bottom: 1.07143rem;
  text-align: center;
}

/* comment */
.comment-item {
  padding: 0.85714rem 0;
}

.comment-item img {
  padding-right: 0.14286rem;
}
.rtl .comment-item img {
  padding-left: 0.14286rem;
  padding-right: inherit;
}

.comment-wrap {
  overflow: hidden;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #e9e9e9;
  padding: 1.42857rem;
  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.42857rem -1.42857rem 0.71429rem;
  padding: 0.71429rem 1.42857rem;
}

.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.78571rem -1.42857rem -0.71429rem 0;
  padding: 0.71429rem 1.42857rem;
}

.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: 7.14286rem;
  height: 2.5rem;
}

/* categories menu display on left or right sidebar */
#categories_blog_menu.blog-menu .block_content {
  border-color: #333;
  background-color: #333;
}
#categories_blog_menu .collapse-icons {
  position: absolute;
  right: 5px;
  top: 12px;
  padding: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 12px;
  text-align: center;
  color: #70ba28;
}
.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: #70ba28;
}
#categories_blog_menu .collapse-icons .remove {
  display: none;
}

.blog-menu .tree {
  margin-bottom: 0;
}
.blog-menu .tree > li {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.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: #aaa;
  display: block;
  padding: 12px 15px;
}

.lastest_block .blog_container {
  padding: 20px 15px;
  border-top: 1px solid #e9e9e9;
}
.lastest_block .blog-title {
  margin-bottom: 0;
}
.lastest_block .blog-title a {
  height: 33px;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-top: 10px;
  overflow-x: hidden;
}

#blog-localengine {
  margin-top: 2.85714rem;
}
#blog-localengine h3 {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
}
