/***************************************************
  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-lastest-title {
  margin-bottom: 30px;
}

.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;
}
.blogs-container .blog-image img {
  max-width: 100%;
}

#blog-category .childrens a {
  margin-bottom: 15px;
}

/* Blog Item */
.blog-item {
  margin-bottom: 30px;
}
.blog-item .blog-image-container {
  position: relative;
  background: #ffffff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .blog-item .blog-image-container {
    flex-direction: column;
  }
}
.blog-item .blog-image-container:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.blog-item .left-side {
  margin-right: 30px;
}
@media (min-width: 1500px) {
  .blog-item .left-side {
    flex: 0 0 530px;
  }
}
@media (max-width: 1499px) {
  .blog-item .left-side {
    flex: 1;
  }
}
@media (max-width: 1199px) {
  .blog-item .left-side {
    margin-bottom: 20px;
  }
}
.rtl .blog-item .left-side {
  margin-left: 30px;
  margin-right: inherit;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blog-item .right-right {
    flex: 1;
  }
}
.blog-item .title {
  margin-bottom: 0.9375rem;
}
.blog-item .title a {
  font-family: "Signika";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
.blog-item .title a:hover {
  color: #ecb942;
}
.blog-item .blog-meta {
  margin-bottom: 10px;
}
.blog-item .blog-meta > span {
  color: #999;
  font-size: 15px;
  margin-top: 0.3125rem;
  margin-right: 0.625rem;
}
.rtl .blog-item .blog-meta > span {
  margin-left: 0.625rem;
  margin-right: inherit;
}
.blog-item .blog-meta > span .material-icons {
  font-size: 1rem;
  display: none;
}
.blog-item .blog-meta a {
  color: #000000;
  transition: all 0.3s;
}
.blog-item .blog-meta a:hover {
  text-decoration: underline;
}
.blog-item .blog-shortinfo {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 27px;
  color: #656565;
}
.blog-item .more {
  background: transparent !important;
  text-transform: capitalize;
  font-family: "Signika";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.288px;
  padding: 0;
  color: #000000;
}
.blog-item .more:hover {
  color: #ecb942;
}

.blog-cat a {
  font-size: 12px;
  line-height: 20px;
  background: rgba(244, 195, 64, 0.2);
  border-radius: 0px 12px;
  display: inline-block;
  padding: 0 10px;
}

.blog-cat span,
.blog-created span {
  display: none;
}

/* Blog detail */
.blog-detail {
  line-height: 24px;
}
.blog-detail .blog-title {
  line-height: 40px;
  font-weight: 700;
  font-size: 38px;
}
.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: 20px 0;
  display: inline-block;
}
.blog-detail .blog-meta > span {
  color: #999;
  font-size: 15px;
  margin-right: 0.625rem;
}
.rtl .blog-detail .blog-meta > span {
  margin-left: 0.625rem;
  margin-right: inherit;
}
.blog-detail .blog-meta > span .material-icons {
  font-size: 0.9375rem;
  display: none;
}
.blog-detail .blog-image {
  margin-bottom: 1.25rem;
}
@media (min-width: 576px) {
  .blog-detail .blog-tags,
  .blog-detail .social-share {
    display: inline-block;
  }
}

.leo-blog-tags .block_content a {
  font-size: 12px;
  line-height: 30px;
  color: #656565;
  border: 1px solid #ebebeb;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 5px;
  border-radius: 24px;
  transition: all 0.4s;
}
.leo-blog-tags .block_content a:hover {
  color: #000000;
  border: 1px solid #000000;
}

.list-item .blog-image {
  flex: 0 0 110px;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .list-item {
    display: flex;
    align-items: center;
  }
  .list-item .blog-content {
    display: flex;
    flex-direction: column-reverse;
  }
  .list-item .blog-image {
    margin-right: 30px;
  }
  .rtl .list-item .blog-image {
    margin-left: 30px;
    margin-right: inherit;
  }
}
@media (max-width: 1199px) {
  .list-item {
    margin-bottom: 15px;
  }
  .list-item .blog-image {
    margin-bottom: 15px;
  }
}

.post-name a {
  font-family: "Signika";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.288px;
  color: #000000;
}

.info {
  font-size: 14px;
  line-height: 30px;
  color: #656565;
}

.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 {
  margin-bottom: 5px;
  display: inline-block;
}
.blog-tags a span {
  background: #999;
  color: #ffffff;
  line-height: 1;
  padding: 0.3125rem 0.625rem;
  display: inline-block;
  border-radius: 2px;
}
.blog-tags a:hover span {
  background: #000000;
}

.extra-blogs ul li {
  padding: 6px 0;
  border-bottom: dotted 1px #eaeaea;
}

.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 #eaeaea;
  padding: 1.25rem;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.comment-wrap .comment-meta {
  border-bottom: 1px solid #eaeaea;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  box-align: 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;
  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;
  border-radius: 50%;
  animation: cssload-spin 700ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    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 #eaeaea;
  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: #000000;
}
.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: "Font Awesome 5 Pro";
  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: #000000;
}

/* css search blog */
#search-blog {
  border-radius: 10px;
  padding-bottom: 50px;
}
#search-blog form {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  background: none;
  border: 0;
}
#search-blog form input {
  width: calc(100% - 40px);
  margin: auto;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  margin: auto;
  padding-right: 45px;
  font-size: 14px;
  text-transform: uppercase;
}
#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: 21px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  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 {
    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;
  }
}
/* Search and button share*/
#search-blog #blog-nav li a {
  padding: 0.5rem 0;
  width: 100%;
  display: inline-block;
}
#search-blog form {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
#search-blog form .form-control {
  background: transparent;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}
#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: "Font Awesome 5 Brands";
  content: "\f09a";
  color: #3c5a98;
}
.share_button ul li.twitter a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f099";
  color: #55acee;
}
/*# sourceMappingURL=leoblog.css.map */