/***************************************************
  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 
 */
/***********************************************************************/
/* Blog category */
#blog-category .panel-body > .row {
  margin-bottom: 60px; }
  @media (max-width: 575px) {
    #blog-category .panel-body > .row {
      margin-bottom: 30px; } }
#blog-category .section-title {
  margin-bottom: 30px; }
#blog-category .childrens h4 {
  font-size: 18px;
  color: #242f3d;
  margin-top: 20px; }
#blog-category .childrens .child-desc p {
  margin-bottom: 0;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

/* Blog detail */
#module-leoblog-blog #wrapper .breadcrumb .breadcrumb-category-name {
  font-size: 30px; }
@media (min-width: 992px) {
  #module-leoblog-blog #content-wrapper {
    padding-right: 60px;
    border-right: 1px solid #eaeaea; } }
@media (max-width: 991px) and (min-width: 768px) {
  #module-leoblog-blog #content-wrapper {
    border-right: 1px solid #eaeaea;
    padding-right: 30px; } }
#module-leoblog-blog #right-column {
  padding-left: 30px; }
  #module-leoblog-blog #right-column .block {
    padding-bottom: 15px;
    border-bottom: 2px solid #242f3d; }
  #module-leoblog-blog #right-column .lists {
    margin-bottom: 0; }
  #module-leoblog-blog #right-column .list-item {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea; }
    #module-leoblog-blog #right-column .list-item:last-child {
      border: 0; }
  #module-leoblog-blog #right-column .blog-image {
    width: 30%;
    float: left; }
  #module-leoblog-blog #right-column .blog-content {
    width: 70%;
    float: right;
    padding-left: 20px; }
    #module-leoblog-blog #right-column .blog-content .post-name {
      font-size: 16px;
      color: #242f3d;
      line-height: 24px;
      margin-bottom: 0px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    #module-leoblog-blog #right-column .blog-content .info {
      font-size: 12px; }
  #module-leoblog-blog #right-column .leo-blog-tags .block_content {
    padding-top: 10px; }
    #module-leoblog-blog #right-column .leo-blog-tags .block_content a {
      padding: 6px 8px;
      background-color: #eeeeee;
      font-size: 14px;
      color: #888888;
      margin: 0 1px 7px 0;
      display: inline-block;
      border-radius: 4px; }
      #module-leoblog-blog #right-column .leo-blog-tags .block_content a:hover {
        background-color: #242f3d;
        color: #FFFFFF; }
#module-leoblog-blog .sidebar .block .block_content {
  padding: 0; }
#module-leoblog-blog .title_block {
  font-size: 20px;
  font-weight: 700;
  text-transform: none; }
@media (max-width: 767px) {
  #module-leoblog-blog .blog-menu {
    display: none; } }
#module-leoblog-blog .blog-menu ul > li > a {
  padding: 14px 0;
  font-weight: 400;
  color: #242f3d; }

#blog-listing .pagination {
  margin-top: 90px; }
  @media (max-width: 991px) {
    #blog-listing .pagination {
      margin-top: 30px; } }
  @media (max-width: 575px) {
    #blog-listing .pagination {
      margin-top: 0px; } }

.blogs-container .category-image img {
  padding-right: 0.625rem;
  margin-bottom: 1.25rem; }
  .rtl .blogs-container .category-image img {
    padding-left: 0.625rem;
    padding-right: inherit; }
  @media (max-width: 990px) {
    .blogs-container .category-image img {
      padding-right: 0; }
      .rtl .blogs-container .category-image img {
        padding-left: 0;
        padding-right: inherit; } }
.blogs-container .category-info p {
  font-family: "Rufina", serif;
  line-height: 24px; }
.blogs-container .product-count {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center; }
.blogs-container .blog-image img {
  max-width: 100%;
  border-radius: 5px 5px 0px 0px;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s; }

/* Blog Item */
.blog-item {
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin-bottom: 30px;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
  overflow: hidden; }
  .blog-item .blog-info-top {
    padding: 30px; }
  .blog-item .blog-image-container {
    position: relative; }
  .blog-item .title {
    margin-bottom: 30px; }
    .blog-item .title a {
      color: #242f3d;
      font-family: "Rufina", serif;
      font-size: 18px;
      line-height: 24px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      .blog-item .title a:hover {
        color: #f4c3bc; }
  .blog-item .blog-image {
    overflow: hidden; }
  .blog-item .blog-info-bottom {
    border-top: 1px solid #eaeaea; }
  .blog-item .blog-meta {
    padding: 16px 30px;
    width: 100%;
    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;
    font-size: 12px;
    color: #888888;
    font-family: "Rufina", serif;
    font-weight: 400; }
    .blog-item .blog-meta a {
      color: #888888; }
      .blog-item .blog-meta a:hover {
        color: #f4c3bc; }
  .blog-item .blog-shortinfo {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-family: "Rufina", serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .blog-item p {
    margin-bottom: 0; }
  .blog-item .more {
    margin: 0;
    padding: 0;
    background: none;
    color: #f4c3bc;
    font-size: 14px;
    font-weight: 600;
    border: 0; }
    .blog-item .more:hover {
      padding-left: 10px; }
  .blog-item:hover {
    border-color: #f4c3bc; }
    .blog-item:hover .blog-image img {
      -webkit-transform: scale(1.1) rotate(2deg);
      -moz-transform: scale(1.1) rotate(2deg);
      -ms-transform: scale(1.1) rotate(2deg);
      -o-transform: scale(1.1) rotate(2deg);
      transform: scale(1.1) rotate(2deg); }

/* Blog detail */
.blog-detail {
  line-height: 24px; }
  .blog-detail .blog-title {
    font-size: 30px;
    font-family: "Rufina", serif;
    color: #242f3d;
    font-weight: 600;
    margin-bottom: 20px; }
    @media (max-width: 575px) {
      .blog-detail .blog-title {
        font-size: 24px; } }
  .blog-detail .blog-description {
    font-size: 1rem;
    line-height: 26px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 60px;
    margin-bottom: 60px; }
    @media (max-width: 575px) {
      .blog-detail .blog-description {
        padding-bottom: 30px;
        margin-bottom: 30px; } }
    .blog-detail .blog-description .shortcode-image-demo {
      padding-top: 30px; }
      @media (max-width: 767px) {
        .blog-detail .blog-description .shortcode-image-demo .ApColumn {
          margin-bottom: 15px; }
          .blog-detail .blog-description .shortcode-image-demo .ApColumn:last-child {
            margin-bottom: 0; } }
  .blog-detail .product-count {
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center; }
  .blog-detail .blog-meta {
    margin-bottom: 20px;
    display: inline-block; }
    .blog-detail .blog-meta > span {
      color: #888888;
      font-size: 12px;
      margin-right: 30px;
      float: left; }
      .rtl .blog-detail .blog-meta > span {
        margin-left: 30px;
        margin-right: inherit; }
      .rtl .blog-detail .blog-meta > span {
        float: right; }
    .blog-detail .blog-meta a {
      color: #242f3d; }
      .blog-detail .blog-meta a:hover {
        color: #f4c3bc; }
    .blog-detail .blog-meta .blog-cat {
      margin-right: 0; }
  .blog-detail .blog-image {
    margin-bottom: 30px; }
  .blog-detail .blog-tags, .blog-detail .social-share {
    display: inline-block; }
    @media (max-width: 991px) {
      .blog-detail .blog-tags, .blog-detail .social-share {
        float: left; } }

.blog-tags, .extra-blogs,
.blog-comments, .social-share,
.blog-comment-block {
  margin-bottom: 1.25rem; }

@media (min-width: 576px) {
  .blog-tags {
    float: right; }
    .rtl .blog-tags {
      float: left; } }
.blog-tags a span {
  background: #eeeeee;
  color: #888888;
  line-height: 1;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
.blog-tags a:hover span {
  background: #242f3d;
  color: #FFFFFF; }

.extra-blogs ul li {
  padding: 6px 0;
  border-bottom: dotted 1px #e1e1e1; }

.blog-video-code .inner {
  background: #DDD;
  padding: 0.75rem;
  margin-bottom: 0.9375rem;
  text-align: center; }
  .blog-video-code .inner iframe {
    max-width: 100%; }

/* comment */
.comment-item {
  padding: 0.75rem 0; }
  .comment-item img {
    padding: 0 0.75rem 0 0;
    float: left; }
    .rtl .comment-item img {
      padding: 0 0 0 0.75rem; }
    .rtl .comment-item img {
      float: right; }

.extra-blogs {
  clear: both; }

.comment-wrap {
  overflow: hidden;
  border: 1px solid #e1e1e1;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-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 #e1e1e1;
    font-size: 0.75rem;
    margin: -20px -20px 10px;
    padding: 10px 20px;
    display: block; }
  .comment-wrap .comment-infor > span {
    font-weight: bold;
    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: 0.625rem; }
  .rtl .social-share .social-wrap > div {
    float: right; }
  .rtl .social-share .social-wrap > div {
    margin-left: 0.625rem;
    margin-right: inherit; }
.social-share .social-heading {
  padding-right: 0.75rem; }
  .rtl .social-share .social-heading {
    padding-left: 0.75rem;
    padding-right: inherit; }

.ipts-captcha img {
  float: left;
  padding-right: 0.75rem;
  margin-bottom: 0.625rem; }
  .rtl .ipts-captcha img {
    float: right; }
  .rtl .ipts-captcha img {
    padding-left: 0.75rem;
    padding-right: inherit; }
.ipts-captcha input {
  width: 100px; }

.blog-comment-block .fb-comments {
  margin: 0 -8px; }

#blog-localengine .comments {
  margin-bottom: 1.875rem; }
#blog-localengine .form-horizontal {
  margin-bottom: 1.875rem;
  background: white;
  padding: 1.25rem; }
  #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: 2.1875rem;
  text-align: center;
  display: none; }

.cssload-speeding-wheel {
  margin: 0 0 0 2.8125rem;
  border: 3px solid #000000;
  border-left-color: transparent;
  border-right-color: transparent;
  width: 2.1875rem;
  height: 2.1875rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: cssload-spin 700ms infinite linear;
  -moz-animation: cssload-spin 700ms infinite linear;
  animation: cssload-spin 700ms infinite linear; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* categories menu display on left or right sidebar */
.blog-menu li {
  position: relative; }
.blog-menu ul {
  margin: 0px; }
  .blog-menu ul > li > a {
    font-weight: 300;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0.9375rem; }
  .blog-menu ul > li:last-child > a {
    border-bottom: none; }
.blog-menu .collapse-icons {
  position: absolute;
  top: 0.8125rem;
  padding: 0;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  right: 0.625rem; }
  .rtl .blog-menu .collapse-icons {
    left: 0.625rem;
    right: auto; }
  .blog-menu .collapse-icons .material-icons {
    font-size: 0.9375rem; }
  .blog-menu .collapse-icons[aria-expanded="true"] .add {
    display: none; }
  .blog-menu .collapse-icons[aria-expanded="true"] .remove {
    display: 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: #f4c3bc; }
  .blog-menu .collapse-icons .remove {
    display: none; }

/*** RSS ***/
.blog-lastest-rss {
  float: right !important;
  position: relative;
  top: -2.1875rem; }
  .blog-lastest-rss a {
    color: #f8991d; }
    .blog-lastest-rss a:before {
      content: "\f09e";
      font-family: "FontAwesome";
      font-size: 1.875rem;
      margin-right: 0.3125rem; }
      .rtl .blog-lastest-rss a:before {
        margin-left: 0.3125rem;
        margin-right: inherit; }
    .blog-lastest-rss a:hover {
      color: #f4c3bc; }

/*** Responsive part ***/
@media (min-width: 576px) {
  .comment-link {
    background: #F4F4F4;
    font-weight: bold;
    padding: 0.625rem 1.25rem;
    margin: -0.6875rem -1.25rem -0.625rem 0;
    border-left: 1px solid #E5E5E5;
    float: right; }
    .rtl .comment-link {
      margin: -0.6875rem 0 -0.625rem -1.25rem; }
    .rtl .comment-link {
      border-right: 1px solid #E5E5E5;
      border-left: inherit; }
    .rtl .comment-link {
      float: left; }

  .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: 991px) {
  .comment-wrap .comment-meta {
    display: inline-block; }
    .comment-wrap .comment-meta > span {
      display: inline-block;
      margin: 0.3125rem 0;
      float: left; }
      .rtl .comment-wrap .comment-meta > span {
        float: right; } }

/*# sourceMappingURL=leoblog.css.map */
