/***************************************************
  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 .category-image img {
  margin-bottom: 1.25rem;
  border-radius: 5px; }
  @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; }
.blogs-container .blog-image img {
  max-width: 100%; }

/* Blog Item */
.blog-item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e1e1e1; }
  .blog-item .blog-image-container {
    position: relative;
    max-width: 390px;
    width: 100%; }
    @media (max-width: 991px) {
      .blog-item .blog-image-container {
        max-width: 100%; } }
  .blog-item .blog-info {
    flex: 1;
    padding-left: 30px; }
    .rtl .blog-item .blog-info {
      padding-right: 30px;
      padding-left: inherit; }
    @media (max-width: 991px) {
      .blog-item .blog-info {
        padding: 0;
        margin-top: 30px; } }
  .blog-item .title {
    margin-bottom: 17px; }
    .blog-item .title a {
      line-height: 1.2;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      font-weight: 900;
      font-size: 30px;
      text-transform: uppercase; }
      .blog-item .title a:hover {
        color: var(--theme-color-default); }
  .blog-item .blog-image img {
    border-radius: 5px; }
    @media (max-width: 991px) {
      .blog-item .blog-image img {
        width: 100%; } }
  .blog-item .blog-cat a {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 2px 11px;
    border-radius: 30px;
    border: 1px solid var(--theme-color-default); }
  .blog-item .blog-created {
    margin-left: 15px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8b8b8b; }
    .rtl .blog-item .blog-created {
      margin-right: 15px;
      margin-left: inherit; }
  .blog-item .blog-meta {
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .blog-item .blog-shortinfo {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 24px;
    color: var(--text-color); }
  .blog-item .more {
    margin-top: 0.9375rem; }

/* Blog detail */
.blog-detail {
  line-height: 24px; }
  .blog-detail .blog-title {
    font-size: 3.125rem; }
    @media (max-width: 575px) {
      .blog-detail .blog-title {
        font-size: 2.5rem; } }
  .blog-detail .blog-description {
    font-size: 1rem;
    line-height: 26px; }
  .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 {
      font-size: 14px;
      font-weight: 500;
      margin-right: 10px;
      float: left;
      display: flex;
      align-items: center;
      gap: 0 5px; }
      .rtl .blog-detail .blog-meta > span {
        margin-left: 10px;
        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; }
    .blog-detail .blog-image img {
      width: 100%;
      border-radius: 5px; }
  @media (min-width: 576px) {
    .blog-detail .blog-tags,
    .blog-detail .social-share {
      display: inline-block; } }

.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: #999;
  color: #fff;
  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; }
.blog-tags a:hover span {
  background: var(--theme-color-default); }

.extra-blogs ul li {
  padding: 6px 0;
  border-bottom: dotted 1px #e1e1e1; }

.blog-video-code .inner {
  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: #fff;
  border: 1px solid #e1e1e1;
  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 #e1e1e1;
    font-size: 0.8125rem;
    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 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0; }
  .ipts-captcha img {
    float: left;
    padding-right: 0.75rem; }
    .rtl .ipts-captcha img {
      float: right; }
    .rtl .ipts-captcha img {
      padding-left: 0.75rem;
      padding-right: inherit; }
  .ipts-captcha input {
    width: 150px; }

.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: 5px;
    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: 2px solid #000;
  border-left-color: transparent;
  border-right-color: transparent;
  width: 26px;
  height: 26px;
  -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: 500;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    display: inline-block;
    margin: 0; }
  .blog-menu ul > li:last-child > a {
    border-bottom: none; }
  .blog-menu ul > li ul {
    margin: 10px 0 0; }
  .blog-menu ul > li li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 1.25rem; }
.blog-menu .collapse-icons {
  position: absolute;
  top: 5px;
  padding: 0;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  right: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center; }
  .rtl .blog-menu .collapse-icons {
    left: 0.625rem;
    right: auto; }
  .blog-menu .collapse-icons .material-icons {
    font-size: 16px;
    font-weight: 600; }
  .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: var(--theme-color-default); }
  .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: "Material Icons";
      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: var(--theme-color-default); }

/* css search blog */
#search-blog form {
  position: relative;
  display: inline-block;
  width: 100%;
  background: none;
  border: 0; }
  #search-blog form input {
    margin: auto;
    height: 50px;
    background-color: #f5f5f5;
    margin: auto;
    padding-right: 45px;
    padding-left: 25px;
    font-size: 14px;
    line-height: 24px;
    color: #8b8b8b;
    text-transform: none;
    border-radius: 30px;
    border: none; }
    .rtl #search-blog form input {
      padding-left: 45px;
      padding-right: inherit; }
    #search-blog form input::-webkit-input-placeholder {
      opacity: 1; }
    #search-blog form input::-moz-placeholder {
      opacity: 1; }
    #search-blog form input:-moz-placeholder {
      opacity: 1; }
    #search-blog form input:-ms-input-placeholder {
      opacity: 1; }
    #search-blog form input:focus {
      outline: none; }
  #search-blog form button {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 50px;
    background: none;
    padding: 0; }
    #search-blog form button i {
      font-size: 0; }
      #search-blog form button i:before {
        content: "";
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjE3cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0iMCAwIDE3IDE3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8ZGVzYz5DcmVhdGVkIHdpdGggTHVuYWN5PC9kZXNjPg0KICA8ZyBpZD0iSUNOLXNlYXJjaCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41IDAuNSkiPg0KICAgIDxwYXRoIGQ9Ik0wIDBMMTYgMEwxNiAxNkwwIDE2TDAgMFoiIGlkPSJCb3giIGZpbGw9Im5vbmUiIHN0cm9rZT0ibm9uZSIgLz4NCiAgICA8cGF0aCBkPSJNMTEuMzQ0MyAxMi4yNTQ1QzEwLjE0NjMgMTMuMjcyNyA4LjYwMzUyIDEzLjg3MjcgNi45MTU0OCAxMy44NzI3QzMuMTIxOTUgMTMuODcyNyAwIDEwLjc2MzYgMCA2LjkyNzI3QzAgMy4xMjcyNyAzLjEyMTk1IDAgNi45MTU0OCAwQzEwLjc0NTMgMCAxMy44NDkxIDMuMTA5MDkgMTMuODQ5MSA2LjkyNzI3QzEzLjg0OTEgOC42MTgxOCAxMy4yMzIgMTAuMTYzNiAxMi4yMzM3IDExLjM2MzZMMTUuODA5NCAxNC45MjczQzE2LjA2MzUgMTUuMTYzNiAxNi4wNjM1IDE1LjU2MzYgMTUuODA5NCAxNS44MTgyQzE1LjY4MjQgMTUuOTQ1NSAxNS41MTkgMTYgMTUuMzU1NiAxNkMxNS4xNzQxIDE2IDE1LjAyODkgMTUuOTQ1NSAxNC45MDE5IDE1LjgxODJMMTEuMzQ0MyAxMi4yNTQ1Wk0xMi41Nzg2IDYuOTI3MjdDMTIuNTc4NiAzLjggMTAuMDM3NCAxLjI1NDU1IDYuOTE1NDkgMS4yNTQ1NUMzLjgxMTY4IDEuMjU0NTUgMS4yNTI0MSAzLjgxODE4IDEuMjUyNDEgNi45MjcyN0MxLjI1MjQxIDEwLjA1NDUgMy43OTM1MyAxMi42IDYuOTE1NDkgMTIuNkMxMC4wMzc0IDEyLjYgMTIuNTc4NiAxMC4wNTQ1IDEyLjU3ODYgNi45MjcyN1oiIGlkPSJTaGFwZSIgZmlsbD0iIzRFMkI3MyIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9Im5vbmUiIC8+DQogIDwvZz4NCjwvc3ZnPg==");
        width: 17px;
        height: 17px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }

/*** Responsive part ***/
@media (min-width: 576px) {
  .comment-link {
    font-weight: bold;
    padding: 0.625rem 1.25rem;
    float: right; }
    .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; } }
/* Search and button share*/
#search-blog #blog-nav ul {
  margin-bottom: 0; }
#search-blog #blog-nav li a {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  padding: 0; }
#search-blog form {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }
#search-blog button {
  position: absolute;
  right: 0;
  top: -2px;
  height: 36px;
  background: transparent; }
  .rtl #search-blog button {
    left: 0;
    right: auto; }

.share_button {
  margin: 10px 0;
  display: flex; }
  .share_button > span {
    margin-right: 20px; }
    .rtl .share_button > span {
      margin-left: 20px;
      margin-right: inherit; }
    .share_button > span i {
      margin-right: 5px; }
      .rtl .share_button > span i {
        margin-left: 5px;
        margin-right: inherit; }
  .share_button ul {
    margin-bottom: 0; }
    .share_button ul li {
      position: relative;
      display: inline-block;
      clear: both; }
      .share_button ul li:first-child {
        margin-right: 10px; }
        .rtl .share_button ul li:first-child {
          margin-left: 10px;
          margin-right: inherit; }
      .share_button ul li.facebook a:before {
        font-family: "Material Icons";
        content: "\f09a";
        color: #3c5a98; }
      .share_button ul li.twitter a:before {
        font-family: "Material Icons";
        content: "\f099";
        color: #55acee; }

#blogPopularBlog .lists {
  margin-top: 9px;
  margin-bottom: 0; }
#blogPopularBlog .list-item {
  display: flex; }
  #blogPopularBlog .list-item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px; }
  #blogPopularBlog .list-item .blog-image {
    width: 70px; }
    #blogPopularBlog .list-item .blog-image img {
      height: 70px;
      object-fit: cover;
      object-position: center;
      border-radius: 5px; }
  #blogPopularBlog .list-item .blog-content {
    flex: 1;
    padding-left: 15px;
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
    justify-content: flex-end; }
    .rtl #blogPopularBlog .list-item .blog-content {
      padding-right: 15px;
      padding-left: inherit; }
    #blogPopularBlog .list-item .blog-content .info {
      font-size: 12px;
      line-height: 24px;
      font-weight: 700;
      color: #8b8b8b;
      text-transform: uppercase; }
  #blogPopularBlog .list-item .post-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: var(--font-family-base);
    margin-bottom: 0;
    text-transform: none;
    transition: 0.2s all; }
    #blogPopularBlog .list-item .post-name:hover {
      text-decoration: underline; }
    #blogPopularBlog .list-item .post-name a {
      color: #000; }

#tags_blog_block_left .block_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; }
  #tags_blog_block_left .block_content a {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 14px 6px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    color: #525252;
    transition: 0.25s all; }
    #tags_blog_block_left .block_content a:hover {
      border-color: var(--theme-color-default); }

@media (min-width: 992px) {
  #blog-category .category-image,
  #blog-category .category-info {
    width: 50%; } }
@media (max-width: 991px) and (min-width: 768px) {
  #blog-category .category-image,
  #blog-category .category-info {
    width: 100%; } }
#blog-category .section-title {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px; }

.btn-submit-comment-wrapper {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 30px;
  background-color: var(--theme-color-default);
  color: #000;
  transition: 0.25s all;
  border: none;
  min-width: 150px;
  text-align: center; }
  .btn-submit-comment-wrapper:hover {
    background-color: #000;
    color: #fff; }

/*# sourceMappingURL=leoblog.css.map */
