/**
* 2024 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2024 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/
.anblog-widget {
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
.anblog-widget .h2 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
}
.blog-description h2 {
  font-size: 24px;
  display: flex;
  flex-direction: column
}
.blog-description h2:after {
  height: 5px;
  content: '';
  width: 50px;
  background: #FF6200;
  display: block;
  z-index: 1000;
  position: relative;
  top: 15px;
}
.anblog-widget .h2:after {
  height: 5px;
  content: '';
  width: 50px;
  background: #FF6200;
  display: block;
  z-index: 1000;
  position: relative;
  top: 15px;
}
.anblog-widget .anblog-widget-title {
  margin-bottom: 35px;
  text-align: center;
}
.blog-content-wrapper .blog-detail {
  max-width: 800px;
  margin: 0 auto
}
.anblog-widget .anblog-widget-title a {
  color: #000;
}
.anblog-widget .blog-item .blog-image {
  margin-bottom: 1em;
  background: #FF6200;
}
.anblog-widget .blog-item .blog-meta {
  margin-bottom: 10px;
  line-height: 1;
}
.anblog-widget .blog-item .blog-meta span, .anblog-widget .blog-item .blog-meta a {
  font-size: 14px;
  color: #000 !important;
}
.anblog-widget .blog-item .title {
  margin: 0 0 1.5em;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: left;
}
.anblog-widget .blog-item .title a {
  color: #000;
  font-weight: 700;
  line-height: 1.1 !important;
}
.anblog-widget .blog-item .title a:hover {
  color: #ff6200
}
.anblog-widget .blog-item .title a:after {
  height: 5px;
  content: '';
  width: 50px;
  background: #FF6200;
  display: block;
  z-index: 1000;
  position: relative;
  top: 5px;
}
.anblog-widget .blog-item .blog-shortinfo {
  font-size: 13px;
  max-width: 600px;
  margin: 0;
  line-height: 1.5;
  text-align: left;
}
#module-anblog-list #wrapper, #module-anblog-blog #wrapper, #module-anblog-category #wrapper {
  padding-top: 3em;
}
.blog-menu .title_block, .an-blog-tags .title_block, .an-block-sidebar .title_block {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
}
.blog-image {
  overflow: hidden;
}
.blog-image img {
  max-width: 100% !important;
  max-height: unset;
  width: 100%;
  height: auto;
  border-radius: 0px;
  background: #FF6200;
  transition: all ease-in 0.3s
}
.anblog-widget-item .blog-image img:hover {
  transform: scale(0.9, 0.87);
}
#module-anblog-list #content-wrapper h1 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
}
#module-anblog-list #content-wrapper h1:after {
        height: 5px;
    content: '';
    width: 50px;
    background: #FF6200;
    display: block;
    z-index: 1000;
    position: relative;
    top: 15px;
}
.blog-item .blog-meta {
  margin-bottom: 8px;
}
.blog-item .blog-meta span {
  color: #000000;
  font-size: 13px;
  line-height: 24px;
}
.blog-item-type-2 .blog-image {
  margin-bottom: 24px;
}
.blog-item .title a {
  color: #000;
}
.blog-item .title a:hover {
  color: #ff6200
}
.blog-item .title a:after {
  height: 5px;
  content: '';
  width: 50px;
  background: #FF6200;
  display: block;
  z-index: 1000;
  position: relative;
  top: 10px;
}
.blog-item-type-1 .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
      line-height: 1.1;
  margin-bottom: 1em;
}
.blog-item-type-2 .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px;
}
.blog-item-type-3 .title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
}
.blog-item .blog-shortinfo {
  font-size: 13px;
  max-width: 600px;
  margin: 0;
  line-height: 1.5;
  text-align: left;
}
.blog-item .btn-primary {
  margin-top: 15px;
}
.blog-item .more {
  display: inline-block;
  margin-top: 33px;
  text-decoration: underline;
  padding: 0;
  font-size: 16px;
}
.blog-item .more:hover {
  text-decoration: none;
}
.anblog-pagination .pagination {
  color: #929292;
  background: transparent;
}
#module-anblog-blog .blog-title {
  text-align: center;
  margin: 0 auto 1em;
}
.blog-detail .blog-meta {
  padding-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #000;
}
.blog-detail .blog-meta span, .blog-detail .blog-meta span a {
  color: #000000;
  font-size: 13px;
}
.blog-detail .blog-meta > span {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}
.blog-detail .blog-image {
  margin-bottom: 30px;
}
#module-anblog-blog .post-tags.anblog-tags a {
  padding: 10px 15px 10px 16px;
  background-color: #f4f4f4;
  border-radius: 0px;
  margin: 0 14px 10px 0px;
  font-size: 10px;
  line-height: 1.2;
  color: #929292;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-detail #products .product-miniature {
  width: 33.3334%;
}
.social-heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blog-comment-block h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1em;
  background: #FF6200;
  max-width: max-content;
  color: white;
  padding: 0 10px;
}
.blog-comment-block .form-control {
  background: #fff;
  padding: 15px 20px;
  border: solid 1px #000;
}
.blog-comment-block .form-control:focus::placeholder {
  color: transparent
}
.blog-comment-block textarea.form-control {
  padding-bottom: 19px;
  min-height: 10rem;
}
.btn-submit-comment-wrapper {
  width: 100%;
  max-width: 100%;
  min-width: 200px;
  height: 45px;
  display: flex;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  background: #FF6200;
}
.btn-submit-comment-wrapper a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-submit-comment-wrapper a:hover:after {
  transform: scaleX(1);
  background: #000000
}
#categories_blog_menu {
  margin-bottom: 34px;
}
.an-blog-tags {
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 29px;
}
.an-blog-tags .title_block {
  margin-bottom: 21px;
}
.an-blog-tags .block_content a {
  padding: 8px 9px 7px 8px;
  background-color: #f6f6f6;
  margin: 0 5px 5px 0;
  font-size: 11px;
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.an-block-sidebar .list-item {
  margin-bottom: 36px;
  border-bottom: 0;
  padding-bottom: 0;
}
.an-block-sidebar .title_block {
  margin-bottom: 27px;
}
.an-block-sidebar .blog-image {
  margin-bottom: 16px;
}
.an-block-sidebar .blog-content .info {
  color: #000000;
  font-size: 13px;
  margin-bottom: 5px;
}
.an-block-sidebar .post-name {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}
.an-block-sidebar .post-name a {
  font-size: inherit;
  font-weight: inherit;
}
.an-block-sidebar .blog-content .blog-shortinfo {
  display: none;
}
#categories_blog_menu .category-sub-menu .category-sub-link:before {
  display: none;
}
#categories_blog_menu .category-sub-menu .category-sub-link {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
#categories_blog_menu .collapse-icons[aria-expanded=true] .remove, #categories_blog_menu .collapse-icons .add {
  display: flex;
  align-items: center;
  justify-content: center;
}
#categories_blog_menu .collapse-icons[aria-expanded=true] .add, #categories_blog_menu .collapse-icons .remove {
  display: none;
}
.anblog-pagination .pagination .page-list li a {
  line-height: 30px;
  font-weight: 400;
  width: 30px;
  display: inline-block;
  height: 30px;
  text-align: center;
  border-radius:100px
}
.anblog-pagination .pagination .page-list li a:hover {
  background:#FF6200;
  color:#fff
}
.anblog-pagination .pagination .page-list li a svg path {
  fill:#000
}
.anblog-pagination .pagination .page-list li a:hover svg path {
  fill:#FFF
}
@media (min-width: 992px) {
  .anblog-hidden-desktop {
    display: none !important;
  }
}
.blog-social-list .itemLinkedinButton, .blog-social-list .itemTumblrButton, .blog-social-list .itemPinterestButton {
  display: none
}
.blog-description ul {
  margin: 0 auto 2em;
  padding: 0
}
.blog-description li {
  list-style: none;
  border-bottom: solid 1px #00000011;
  padding-bottom: 1em;
  display: flex;
  column-gap: 10px;
  padding-top: 1em;
}
.blog-description li:before {
  content: '\f0a9';
  font-family: 'Font Awesome 6 pro';
  color: #ff6200;
  font-weight: 600;
}
.blog-description li strong, .blog-description li em {
  display: contents
}