/***************************************************
  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 
 */
/***********************************************************************/
#module-leoblog-list .sidebar .block, #module-leoblog-blog .sidebar .block {
  border: 1px solid #ecedf1;
  padding: 20px; }
  @media (max-width: 991px) {
    #module-leoblog-list .sidebar .block, #module-leoblog-blog .sidebar .block {
      margin-bottom: 10px;
      margin-top: 10px; } }
#module-leoblog-list .sidebar .block-highlighted, #module-leoblog-blog .sidebar .block-highlighted {
  margin-top: 1.875rem; }

#module-leoblog-blog .blog-detail {
  padding-top: 1.875rem; }
  @media (max-width: 991px) {
    #module-leoblog-blog .blog-detail {
      padding-top: 10px; } }

.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 .product-count {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center; }
.blogs-container .pagination .material-icons {
  font-size: 0.9375rem;
  display: none; }
.blogs-container .blog-image img {
  max-width: 100%; }
.blogs-container .blog-lastest-title {
  display: none; }

/*leo-blog-tags */
.leo-blog-tags .block_content a {
  display: inline-block;
  padding: 5px 14px;
  background: #ecedf1;
  font-weight: 600;
  font-size: 13px;
  color: #999999;
  margin-bottom: 8px;
  border-radius: 2px; }
  .leo-blog-tags .block_content a:hover {
    background: #01acf0;
    color: #2f3241; }

/* Captcha */
@media (max-width: 991px) {
  .box-captcha {
    display: flex;
    align-items: center; } }

/* Blog Item */
.blog-item {
  margin: 1.875rem 0;
  -webkit-transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
  transition: 0.4s ease all; }
  .blog-item:hover {
    -moz-box-shadow: 1px 2px 5px #bdbdbd;
    -webkit-box-shadow: 1px 2px 5px #bdbdbd;
    -o-box-shadow: 1px 2px 5px #bdbdbd;
    -ms-box-shadow: 1px 2px 5px #bdbdbd;
    box-shadow: 1px 2px 5px #bdbdbd; }
  .blog-item .blog-image-container {
    position: relative; }
  .blog-item .blog-info {
    padding: 20px;
    position: relative; }
    .blog-item .blog-info::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border: 1px solid #ecedf1;
      border-top: none;
      z-index: -1; }
    .blog-item .blog-info p {
      margin: 0;
      position: relative; }
      .blog-item .blog-info p:before {
        content: "";
        position: absolute;
        top: 0;
        left: auto;
        right: 50%;
        transform: translate(50%, 0);
        border-top: 1px solid #ecedf1;
        height: 100%;
        width: calc(100% + 40px);
        z-index: -1; }
  .blog-item .title {
    margin-bottom: 0.9375rem;
    font-weight: 500; }
    .blog-item .title a {
      line-height: 1.5rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-size: 14px;
      color: #2f3241;
      font-weight: 700;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif; }
      .blog-item .title a:hover {
        color: #3387f2; }
  .blog-item .blog-image {
    margin-bottom: 0; }
  .blog-item .blog-meta {
    overflow: hidden;
    padding: 0.625rem 0;
    width: 100%;
    bottom: 0; }
    @media (max-width: 668px) {
      .blog-item .blog-meta {
        line-height: 40px;
        padding: 0.3125rem 0.625rem; } }
    .blog-item .blog-meta > span {
      color: #2f3241;
      font-size: 13px;
      padding-top: 0.3125rem;
      padding-right: 5rem;
      float: left;
      font-weight: 600; }
      .rtl .blog-item .blog-meta > span {
        padding-left: 5rem;
        padding-right: inherit; }
      .rtl .blog-item .blog-meta > span {
        float: right; }
      .blog-item .blog-meta > span .material-icons {
        font-size: 1rem; }
    .blog-item .blog-meta a {
      color: #2f3241;
      font-size: 13px;
      font-weight: 600; }
      .blog-item .blog-meta a:hover {
        color: #3387f2; }
  .blog-item .blog-shortinfo {
    margin-bottom: 1.25rem;
    font-size: 13px;
    line-height: 24px;
    color: #2f3241;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .blog-item .more {
    margin-top: 0;
    color: #2f3241;
    background: transparent;
    outline: none;
    border-color: transparent;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 20px;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all; }
    .blog-item .more:hover {
      color: #01acf0;
      background: transparent;
      border-color: transparent; }

/* Blog detail */
.blog-detail {
  line-height: 24px; }
  .blog-detail .blog-title {
    font-size: 30px;
    color: #2f3241;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .blog-detail .blog-title {
        font-size: 20px; } }
  .blog-detail .blog-description p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 600;
    color: #2f3241; }
  .blog-detail .product-count {
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center; }
  .blog-detail .blog-meta {
    margin-bottom: 0.625rem;
    display: inline-block; }
    .blog-detail .blog-meta > span {
      color: #666666;
      font-size: 0.75rem;
      margin-right: 0.625rem;
      float: left; }
      .rtl .blog-detail .blog-meta > span {
        margin-left: 0.625rem;
        margin-right: inherit; }
      .rtl .blog-detail .blog-meta > span {
        float: right; }
      .blog-detail .blog-meta > span .material-icons {
        font-size: 0.9375rem; }
  .blog-detail .blog-image {
    margin-bottom: 1.25rem; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .blog-detail .blog-tags, .blog-detail .social-share {
      width: 100%;
      display: block; } }
  @media (min-width: 576px) {
    .blog-detail .blog-tags, .blog-detail .social-share {
      display: block;
      float: left; }
      .rtl .blog-detail .blog-tags, .rtl .blog-detail .social-share {
        float: right; } }
  @media (max-width: 575px) {
    .blog-detail .blog-tags, .blog-detail .social-share {
      display: inline-block; } }
  .blog-detail .blog-author span, .blog-detail .blog-created span, .blog-detail .blog-cat span {
    font-size: 13px;
    font-weight: 600;
    color: #2f3241; }
  .blog-detail .blog-author a, .blog-detail .blog-author time, .blog-detail .blog-created a, .blog-detail .blog-created time, .blog-detail .blog-cat a, .blog-detail .blog-cat time {
    font-size: 13px;
    font-weight: 600;
    color: #01acf0; }

@media (max-width: 575px) {
  .pluginFontHelvetica td span#u_0_4 {
    display: none; } }
.blog-content {
  padding: 20px 0; }
  .blog-content .post-name a {
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #2f3241;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif; }

.blog-tags, .extra-blogs,
.blog-comments, .social-share,
.blog-comment-block {
  margin-bottom: 1.25rem; }
  .blog-tags h3, .extra-blogs h3,
  .blog-comments h3, .social-share h3,
  .blog-comment-block h3 {
    font-size: 40px;
    color: #2f3241;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif; }
    @media (max-width: 1199px) {
      .blog-tags h3, .extra-blogs h3,
      .blog-comments h3, .social-share h3,
      .blog-comment-block h3 {
        font-size: 20px; } }
  .blog-tags h4, .extra-blogs h4,
  .blog-comments h4, .social-share h4,
  .blog-comment-block h4 {
    font-family: "Open Sans", sans-serif; }
  .blog-tags .title-comment, .extra-blogs .title-comment,
  .blog-comments .title-comment, .social-share .title-comment,
  .blog-comment-block .title-comment {
    font-size: 25px;
    padding-bottom: 15px; }
    @media (max-width: 1199px) {
      .blog-tags .title-comment, .extra-blogs .title-comment,
      .blog-comments .title-comment, .social-share .title-comment,
      .blog-comment-block .title-comment {
        font-size: 20px; } }

@media (min-width: 576px) {
  .blog-tags {
    float: right; }
    .rtl .blog-tags {
      float: left; } }
.blog-tags a span {
  background: #999;
  color: #FFFFFF;
  line-height: 1;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px; }
.blog-tags a:hover span {
  background: #3387f2; }

.extra-blogs ul li {
  padding: 6px 0;
  border-bottom: dotted 1px #ecedf1; }

.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;
  background: #FFFFFF;
  border: 1px solid #ecedf1;
  padding: 1.25rem;
  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 #ecedf1;
    font-size: 0.75rem;
    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; }
  .comment-wrap .comment-infor > span {
    font-weight: bold;
    margin-right: 0.3125rem; }
    .rtl .comment-wrap .comment-infor > span {
      margin-left: 0.3125rem;
      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;
  height: 38px; }
  .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: 0; }
  #blog-localengine .form-horizontal label {
    display: block;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 10px; }
    .rtl #blog-localengine .form-horizontal label {
      padding-right: 10px;
      padding-left: inherit; }
  #blog-localengine .form-horizontal .form-group:last-child {
    margin-bottom: 0; }
  #blog-localengine .form-horizontal .comment {
    max-width: 1156px; }

/* 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 #ecedf1;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0.9375rem; }
  .blog-menu ul > li:last-child > a {
    border-bottom: none; }
  .blog-menu ul > li li a {
    font-size: 0.8125rem;
    padding: 0.625rem 1.25rem; }
.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: #3387f2; }
  .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: #3387f2; }

/*** 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: 575px) {
  .comment-wrap .comment-meta {
    display: inline-block; }
    .comment-wrap .comment-meta > span {
      display: inline-block;
      margin: 0.3125rem 0;
      width: 100%;
      float: left; }
      .rtl .comment-wrap .comment-meta > span {
        float: right; } }
.btn-submit-comment-wrapper {
  background: #01acf0;
  border-color: unset;
  border-radius: 5px;
  padding: 10px;
  margin-left: 10px; }
  .rtl .btn-submit-comment-wrapper {
    margin-right: 10px;
    margin-left: inherit; }
  .btn-submit-comment-wrapper .btn-submit-comment {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 14px;
    color: #2f3241; }

/*# sourceMappingURL=leoblog.css.map */
