/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.blogs-container .childrens {
  padding: 20px 0; }
.blogs-container .product-count {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center; }
.blogs-container .pagination .material-icons {
  font-size: 15px;
  vertical-align: -3px; }
.blogs-container .blog-image img {
  max-width: 100%; }

.blog-detail .blog-image {
  text-align: center; }

/* Blog Item */
.blog-item {
  position: relative;
  padding: 0 0 50px; }
  .blog-item .blog-image-container {
    position: relative; }
  .blog-item .title {
    margin: 0 0 10px;
    font-size: 2em;
    font-weight: 500;
    font-family: "Raleway", sans-serif; }
    .blog-item .title a {
      line-height: 1.5;
      color: #333;
      display: block; }
      .blog-item .title a:hover {
        color: #666; }
  .blog-item .blog-info p {
    margin: 0; }
  .blog-item .blog-image {
    margin-bottom: 10px; }
  .blog-item .blog-meta {
    color: #999;
    margin-bottom: 15px;
    font-size: 10px;
    text-transform: uppercase; }
    .blog-item .blog-meta > span {
      margin: 0 10px 0 0; }
      .rtl .blog-item .blog-meta > span {
        margin: 0 0 0 10px; }
    .blog-item .blog-meta a {
      color: #999; }
      .blog-item .blog-meta a:hover {
        color: #D8767c; }
    .blog-item .blog-meta i {
      font-size: 16px;
      vertical-align: -3px;
      margin: 0 5px 0 0; }
      .rtl .blog-item .blog-meta i {
        margin: 0 0 0 5px; }
      .blog-item .blog-meta i.icon-font {
        font-size: 12px;
        vertical-align: 0; }
  .blog-item .blog-shortinfo {
    margin-bottom: 0;
    padding: 0 0 10px; }
  .blog-item .more {
    border: 0;
    background: none !important;
    color: #333 !important;
    font-size: 12px;
    padding: 5px 0;
    background: none;
    border: 0;
    position: relative;
    -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
    .blog-item .more:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: #eee;
      -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
      transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
    .blog-item .more:hover {
      color: #D8767c; }
      .blog-item .more:hover:before {
        height: 5px;
        background: #D8767c; }

/* Blog detail */
.blog-detail {
  line-height: 24px; }
  .blog-detail .blog-title {
    margin: 20px 0 10px;
    line-height: 1.5; }
  .blog-detail .blog-description {
    padding: 30px;
    background: #f9f9f9;
    margin: 0 0 30px; }
  .blog-detail .product-count {
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .blog-detail .blog-meta {
    margin-bottom: 20px; }
    .blog-detail .blog-meta a {
      color: #999; }
      .blog-detail .blog-meta a:hover {
        color: #000; }
    .blog-detail .blog-meta > span {
      color: #999;
      font-size: 12px;
      margin: 5px 10px 5px 0;
      display: inline-block;
      vertical-align: top; }
      .blog-detail .blog-meta > span .material-icons {
        font-size: 15px;
        vertical-align: -2px; }
  @media (min-width: 576px) {
    .blog-detail .blog-tags, .blog-detail .social-share {
      display: inline-block; } }

.social-wrap:after {
  content: "";
  display: block;
  clear: both; }

.extra-blogs h4 {
  margin: 20px 0;
  padding: 0 0 10px;
  position: relative; }
  .extra-blogs h4:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #333;
    bottom: 0;
    left: 0; }

#blog-category > .inner > h3 {
  font-size: 18px;
  color: #444;
  margin: 20px 0;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 0 10px;
  position: relative; }
  #blog-category > .inner > h3:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: #333;
    bottom: 0;
    left: 0; }

.fb_iframe_widget iframe {
  left: 0;
  right: 0;
  top: 0; }

.blog-tags, .extra-blogs,
.blog-comments, .social-share,
.blog-comment-block {
  margin-bottom: 20px; }

.blog-comment-block {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 2px solid #000; }

#blog-localengine {
  max-width: 600px;
  margin: auto; }
  #blog-localengine h3 {
    text-align: center; }
    #blog-localengine h3:before {
      content: "xxx";
      margin: 0 35px 0 0;
      color: #888;
      font-size: 10px;
      vertical-align: middle;
      font-family: "Raleway", sans-serif;
      text-transform: none; }
      .rtl #blog-localengine h3:before {
        margin: 0 0 0 35px; }
    #blog-localengine h3:after {
      content: "xxx";
      margin: 0 0 0 35px;
      color: #888;
      font-size: 10px;
      vertical-align: middle;
      font-family: "Raleway", sans-serif;
      text-transform: none; }
      .rtl #blog-localengine h3:after {
        margin: 0 35px 0 0; }

@media (min-width: 576px) {
  .blog-tags {
    float: right; }
    .rtl .blog-tags {
      float: left; } }
.blog-tags a span {
  line-height: 1;
  padding: 3px 0;
  margin: 0 8px;
  border-bottom: 1px solid #000;
  display: inline-block;
  font-size: 12px; }
.blog-tags a:hover span {
  color: #D8767c;
  border-color: #D8767c; }

.extra-blogs ul li {
  border-bottom: dotted 1px #eee; }
  .extra-blogs ul li a {
    padding: 10px 0;
    display: block;
    color: #333; }
    .extra-blogs ul li a:hover {
      color: #D8767c; }

.blog-video-code .inner {
  background: #DDD;
  padding: 12px;
  margin-bottom: 15px;
  text-align: center; }
  .blog-video-code .inner iframe {
    max-width: 100%; }

/* comment */
.comment-item {
  padding: 12px 0; }
  .comment-item img {
    padding: 0 12px 0 0;
    float: left; }
    .rtl .comment-item img {
      padding: 0 0 0 12px; }
    .rtl .comment-item img {
      float: right; }

.extra-blogs {
  clear: both; }

.comment-wrap {
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #eee;
  padding: 20px;
  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 #eee;
    font-size: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    padding-bottom: 10px;
    margin-bottom: 12px; }
  .comment-wrap .comment-infor > span {
    font-weight: 600;
    margin-right: 5px; }
    .rtl .comment-wrap .comment-infor > span {
      margin-left: 5px;
      margin-right: inherit; }
    .comment-wrap .comment-infor > span > span {
      font-weight: normal;
      white-space: inherit; }

.comment-link {
  display: block; }

.social-share .social-wrap > div {
  float: left;
  margin-right: 10px; }
  .rtl .social-share .social-wrap > div {
    float: right; }
  .rtl .social-share .social-wrap > div {
    margin-left: 10px;
    margin-right: inherit; }
.social-share .social-heading {
  padding-right: 12px; }
  .rtl .social-share .social-heading {
    padding-left: 12px;
    padding-right: inherit; }

.ipts-captcha img {
  float: left;
  padding-right: 12px;
  margin-bottom: 10px; }
  .rtl .ipts-captcha img {
    float: right; }
  .rtl .ipts-captcha img {
    padding-left: 12px;
    padding-right: inherit; }
.ipts-captcha input {
  width: 100px;
  height: 35px; }

.blog-comment-block .fb-comments {
  margin: 0 -8px; }

#blog-localengine .comments {
  margin-bottom: 30px; }
#blog-localengine .btn-submit-comment {
  min-width: 110px; }
#blog-localengine .form-horizontal {
  margin-bottom: 30px;
  background: white;
  padding: 20px; }
  #blog-localengine .form-horizontal .col-lg-3 {
    display: none; }
  #blog-localengine .form-horizontal .col-lg-9 {
    width: 100%; }
  #blog-localengine .form-horizontal > .form-group:last-child {
    position: relative; }
    #blog-localengine .form-horizontal > .form-group:last-child > div {
      width: 100%;
      text-align: center; }
  #blog-localengine .form-horizontal label {
    display: block;
    margin-bottom: 0;
    padding-top: 7px; }
  #blog-localengine .form-horizontal .form-group:last-child {
    margin-bottom: 0; }

/* Load Submit Comment */
.leoblog-cssload-container {
  width: 100%;
  height: 35px;
  text-align: center;
  display: none; }

/* categories menu display on left or right sidebar */
.blog-menu li {
  position: relative; }
.blog-menu .dhtml > li {
  padding: 0 0 0 20px;
  position: relative; }
  .blog-menu .dhtml > li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #e5e5e5;
    position: absolute;
    display: block;
    top: 16px;
    left: 0; }
  .blog-menu .dhtml > li:hover:before {
    background: #D8767c; }
.blog-menu ul {
  margin: 0px; }
  .blog-menu ul li {
    padding: 0 0 0 10px;
    position: relative;
    transition: all .4s; }
    .blog-menu ul li:before {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background-color: #e5e5e5;
      position: absolute;
      display: block;
      top: 16px;
      left: 0; }
    .blog-menu ul li:hover:before {
      background: #D8767c; }
    .blog-menu ul li a {
      display: block;
      font-size: 13px;
      padding: 10px 0; }
  .blog-menu ul.in li {
    padding: 0 0 0 20px; }
.blog-menu .collapse-icons {
  position: absolute;
  top: 5px;
  padding: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  right: 0; }
  .rtl .blog-menu .collapse-icons {
    left: 0;
    right: auto; }
  .blog-menu .collapse-icons .material-icons {
    font-size: 0.9375rem;
    vertical-align: 0; }
  .blog-menu .collapse-icons[aria-expanded="true"] .add {
    display: none; }
  .blog-menu .collapse-icons[aria-expanded="true"] .remove {
    display: inline-block; }
  .blog-menu .collapse-icons .add,
  .blog-menu .collapse-icons .remove {
    color: #000; }
    .blog-menu .collapse-icons .add:hover,
    .blog-menu .collapse-icons .remove:hover {
      color: #D8767c; }
  .blog-menu .collapse-icons .remove {
    display: none; }

/*** RSS ***/
.blog-lastest-rss {
  float: right !important;
  position: relative;
  top: -35px; }
  .blog-lastest-rss a {
    color: #f8991d; }
    .blog-lastest-rss a:before {
      content: "\f09e";
      font-family: "FontAwesome";
      font-size: 30px;
      margin-right: 5px; }
      .rtl .blog-lastest-rss a:before {
        margin-left: 5px;
        margin-right: inherit; }
    .blog-lastest-rss a:hover {
      color: #D8767c; }

/*** Responsive part ***/
@media (min-width: 576px) {
  .blogs-container .product-count,
  .blog-detail .product-count {
    text-align: right;
    margin-top: 1rem; }
    .rtl .blogs-container .product-count, .rtl
    .blog-detail .product-count {
      text-align: left; } }
@media (max-width: 767px) {
  #blog-localengine .form-horizontal label {
    text-align: left; }
    .rtl #blog-localengine .form-horizontal label {
      text-align: right; }

  .blog-detail .pagination, .blogs-container .pagination {
    text-align: center; }
  .blog-detail .page-item, .blogs-container .page-item {
    display: inline-block; }

  .blog-video-code iframe {
    width: 100%; } }
@media (max-width: 575px) {
  .comment-wrap .comment-meta {
    display: inline-block; }
    .comment-wrap .comment-meta > span {
      display: inline-block;
      margin: 5px 0;
      width: 100%;
      float: left; }
      .rtl .comment-wrap .comment-meta > span {
        float: right; } }
#blog-listing > h1 {
  margin-bottom: 30px; }
  #blog-listing > h1 span {
    color: #D8767c; }

.share_button {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  align-items: center; }
  .share_button > span {
    font-weight: 600;
    color: #888;
    font-size: 12px; }
    .share_button > span i {
      margin: 0 5px 0 0; }
  .share_button ul {
    display: flex;
    flex-wrap: wrap; }
    .share_button ul li a {
      display: inline-block;
      padding: 10px;
      font-size: 14px;
      position: relative; }
      .share_button ul li a span {
        position: absolute;
        white-space: nowrap;
        font-size: 10px;
        background: #333;
        color: #fff;
        padding: 0 10px;
        height: 20px;
        line-height: 20px;
        border-radius: 3px;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        visibility: hidden;
        transition: all .3s; }
        .share_button ul li a span:before {
          content: "";
          position: absolute;
          border: 4px solid transparent;
          top: 100%;
          border-top-color: #333;
          left: 50%;
          transform: translateX(-50%); }
      .share_button ul li a:hover span {
        opacity: 1;
        visibility: visible; }
    .share_button ul .facebook a:before {
      content: "\f09a";
      font-family: FontAwesome;
      color: #1877f2; }
    .share_button ul .twitter a:before {
      content: "\f099";
      font-family: FontAwesome;
      color: #1da1f2; }

.blog-item .blog-image-container {
  width: 100%;
  display: flex;
  flex-direction: column; }
  .blog-item .blog-image-container .blog-image {
    order: 1;
    margin: 0; }
  .blog-item .blog-image-container .title {
    order: 3;
    padding: 30px 30px 10px; }
  .blog-item .blog-image-container .share_button {
    order: 2;
    margin: 0;
    position: relative; }
    .blog-item .blog-image-container .share_button > span {
      position: absolute;
      background: #fff;
      bottom: 0;
      right: 70px;
      height: 42px;
      line-height: 42px;
      padding: 0 10px;
      font-size: 10px;
      color: #333; }
      .blog-item .blog-image-container .share_button > span:before {
        content: "";
        position: absolute;
        bottom: 0;
        border: 21px solid transparent;
        border-color: transparent #fff #fff transparent;
        right: 100%; }
    .blog-item .blog-image-container .share_button ul {
      position: absolute;
      bottom: 0;
      right: 0;
      background: #fff;
      width: 70px;
      height: 42px; }
  .blog-item .blog-image-container .blog-meta {
    order: 4;
    padding: 0 30px; }
.blog-item .blog-info {
  padding: 0 30px;
  line-height: 2; }

.leo-block-sidebar .list-item .info {
  font-size: 12px;
  color: #999; }
.leo-block-sidebar .list-item .blog-image {
  overflow: hidden; }
  .leo-block-sidebar .list-item .blog-image img {
    transition: all 2s; }
.leo-block-sidebar .list-item:hover .blog-image img {
  transform: scale(1.1); }

#form-search-blog {
  position: relative;
  margin-bottom: 20px; }
  #form-search-blog input.form-control {
    padding-right: 50px; }
  #form-search-blog .btn {
    position: absolute;
    top: 0;
    right: 0;
    background: none !important;
    color: #000 !important;
    padding: 15px; }
    #form-search-blog .btn:hover {
      color: #D8767c !important; }

#blog-nav li a {
  line-height: 20px;
  display: block;
  padding: 10px 0 10px 20px;
  position: relative; }
  #blog-nav li a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #e5e5e5;
    position: absolute;
    display: block;
    top: 16px;
    left: 0; }
  #blog-nav li a:hover {
    color: #D8767c; }
    #blog-nav li a:hover:after {
      background: #D8767c; }

/*# sourceMappingURL=leoblog.css.map */
