/* 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**/
/*  
 * LAYOUT VARIABLES 
 */
.leading-blog .blog-item {
  border-top: 0;
}

/* category */
#blog-category {
  margin-bottom: 30px;
}

.childrens h5 {
  margin-top: 10px;
}

.Recnet-blog .Recent-title {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
  font-size: 24px;
  color: #000;
}

/* blog listing */
.secondary-blog .wrap {
  background-color: #000;
  padding: 1.42857rem;
  color: #999;
}
.secondary-blog .wrap a {
  color: #fff;
}
.secondary-blog .wrap a:hover {
  color: #1677cb;
}
.secondary-blog .wrap .blog-title {
  font-size: 0.92857rem;
  text-transform: uppercase;
  line-height: 1.42857rem;
}
.secondary-blog .wrap .btn-link {
  color: #e1e1e1;
  font-size: 0.85714rem;
  font-style: italic;
}
.secondary-blog .wrap .btn-link:hover {
  color: #1677cb;
}
.secondary-blog .blog-meta > span {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.rtl .secondary-blog .blog-meta > span {
  margin-left: 10px;
  margin-right: inherit;
}
.secondary-blog .blog-meta > span .fa {
  display: none;
}

.blogs-container h3 {
  margin-bottom: 0.71429rem;
}

.blogs-container h4 {
  margin-bottom: 3px;
  line-height: 1.71429rem;
}

.blog-item {
  padding: 1.07143rem 0;
}

.blog-meta > span {
  color: #000;
  font-weight: 500;
  margin-right: 15px;
}
.rtl .blog-meta > span {
  margin-left: 15px;
  margin-right: inherit;
}
.blog-meta > span span {
  color: #999999;
  font-weight: 300;
}
.blog-meta > span .fa {
  display: none;
}

/* blog */
.blog-detail .blog-title {
  font-size: 2.85714rem;
  font-weight: 500;
  margin-bottom: 50px;
  margin-top: 10px;
}
.blog-detail .blog-meta {
  padding-bottom: 0.71429rem;
}
.blog-detail .blog-image {
  margin-bottom: 2.14286rem;
}
.blog-detail .social-wrap {
  width: 100%;
  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: #000;
  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-detail .group-bottom {
  margin: 1.42857rem 0;
  padding: 1.42857rem 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.blog-tags, .extra-blogs, .blog-comments {
  padding-bottom: 15px;
}

.blog-tags {
  font-weight: 600;
  color: #000;
}
.blog-tags > a {
  color: #999999;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog-tags > a:hover {
  color: #000;
}

.extra-blogs h4 {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0;
}
.extra-blogs h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.71429rem;
  width: 2.14286rem;
  height: 0.14286rem;
  display: block;
  background-color: #5b2c8c;
}
.rtl .extra-blogs h4:before {
  right: 0;
  left: auto;
}
.extra-blogs ul li a {
  color: #999999;
  font-size: 16px;
  display: block;
  padding: 8px 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.extra-blogs ul li a:hover {
  color: #000;
}

.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;
  padding-right: 12px;
}
.rtl .ipts-captcha img {
  float: right;
}
.rtl .ipts-captcha img {
  padding-left: 12px;
  padding-right: inherit;
}

.ipts-captcha input {
  width: 7.14286rem;
  height: 2.5rem;
}

/* categories menu display on left or right sidebar */
.blog-menu li {
  position: relative;
}

.blog-menu li a {
  display: block;
  font-size: 1.14286rem;
  padding: 0.71429rem 0;
}

.blog-menu .tree ul {
  padding-left: 1.42857rem;
  border-left: 1px dotted #e9e9e9;
}
.rtl .blog-menu .tree ul {
  padding-right: 1.42857rem;
  padding-left: inherit;
}
.rtl .blog-menu .tree ul {
  border-right: 1px dotted #e9e9e9;
  border-left: 0;
}
.blog-menu .tree ul li a {
  position: relative;
}
.blog-menu .tree ul li a:before {
  content: "";
  border-top: 1px dotted #e9e9e9;
  width: 1.28571rem;
  height: 0;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -1.42857rem;
}
.rtl .blog-menu .tree ul li a:before {
  right: -1.42857rem;
  left: auto;
}

.blog-menu li span.grower {
  display: block;
  background: #f6f6f6;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-family: "FontAwesome";
  font-size: 1rem;
}

.lastest_block .blog_container .blog-meta {
  margin-top: 0;
  font-size: 12px;
}
.lastest_block .blog_container .blog-title {
  margin-bottom: 0;
}
.lastest_block .blog_container .blog-title a {
  font-size: 14px;
  line-height: 1.42857rem;
  margin-bottom: 0;
  max-height: 2.85714rem;
}
.lastest_block hr {
  margin: 2.14286rem 0;
}
