<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hide{
    display: none;
}
.fl-l{
    float: left;
}
.fl-r{
    float: right;
}
.arrow-icon-right{
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url(../../../../../../modules/hiblog/views/img/spritesheet.png) no-repeat 40% 10%;
}
.heart-icon-small{
    display: inline-block;
    width: 12px;
    height: 16px;
    cursor: pointer;
    background: url(../../../../../../modules/hiblog/views/img/spritesheet.png) no-repeat 47% 34%;
}
.heart-icon-big{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../../../../modules/hiblog/views/img/spritesheet.png) no-repeat 50% 62.5%;
}
.search-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../../../../modules/hiblog/views/img/spritesheet.png) no-repeat 50% 93.5%;
}
audio{
    width: 100%;
}

#module-hiblog-blogdesc .page-content,
#module-hiblog-blog .page-content,
#module-hiblog-blogcategory .page-content,
#module-hiblog-blogtag .page-content,
#module-hiblog-blogsearch .page-content,
#module-hiblog-blogauthor .page-content {
    padding-bottom: 1.5rem;
}
.hi-blog-sidebar-block-17{
  display: block !important;
    margin-bottom: 1.563rem;
    background: #fff;
    padding: 1.563rem 1.25rem;
    align-items: flex-start;
}
.hi-blog-sidebar-block &gt; p {
    color: #232323;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.hi-blog-sidebar-block ul {
  padding-left:0;
  list-style: none;
}
.hi-blog-sidebar-block.hi-blog-categories-block &gt; ul &gt; li &gt; a {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  color: #414550;
  transition: all ease-in-out .2s;
  text-decoration: none;
}
.hi-blog-sidebar-block.hi-blog-categories-block &gt; ul &gt; li &gt; a:hover,
.hi-blog-sidebar-block.hi-blog-categories-block &gt; ul &gt; li &gt; a:hover &gt; span {
    color: #AFC532;
}
.hi-blog-sidebar-block.hi-blog-categories-block &gt; ul &gt; li &gt; a &gt; span {
    color: #5e5e5e;
    transition: all ease-in-out .2s;
}
.hi-blog-sidebar-block.hi-blog-categories-block &gt; ul &gt; li:last-child &gt; a {
  border-bottom:none;
}
.hi-blog-sidebar-block.hi-blog-categories-block &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    padding-left: 14px;
    /*border-bottom: 1px solid #e2e2e2;*/
}
.hi-blog-sidebar-block.hi-blog-categories-block &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    padding-left: 28px;
    /*border-bottom: 1px solid #e2e2e2;*/
}
.hi-blog-sidebar-items img{
    max-width: 100%;
}
.hi-blog-sidebar-block .hi-blog-tree-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
}
.hi-blog-sidebar-block .hi-blog-tree-arrow:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    cursor: pointer;
    font-size: 20px;
    font-size: 1.25rem;
    color: #6c868e;
}
.hi-blog-sidebar-block &gt; ul &gt; li &gt; ul {
    display: none;
}
.hi-blog-sidebar-block li.expanded &gt; ul {
    display: block;
}
.hi-blog-sidebar-block li.expanded &gt; a &gt; .hi-blog-tree-arrow:before {
    content: "\f106";
}

.hi-blog-sidebar-block a.post-read-more-button{
  font-style: italic;
}
.hi-blog-sidebar-items .post-info-block {
  margin-top: 15px;
}
.hi-blog-sidebar-items .post-info-block:hover a {
  text-decoration: none;
}
.hi-blog-sidebar-block.hi-blog-sidebar-posts .post-desc {
  margin-bottom:.625rem;
}
.hi-blog-sidebar-block.hi-blog-sidebar-posts .post-desc &gt; *:last-child {
  margin-bottom:0;
}
.hi-blog-sidebar-block.hi-blog-sidebar-posts .title-leaf {
  margin-bottom:0;
}
.hi-blog-sidebar-block.hi-blog-sidebar-posts .post-info-block {
  margin-top:0;
}
.hi-blog-sidebar-block.hi-blog-sidebar-posts .post-title p {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #CCC;
  width: 100%;
  display: inline-block;
}
.post-published {
    font-size: 14px;
    padding-bottom: 8px;
}
.post-published .material-icons{
    font-size: 17px;
    margin-top: -3px;
}
.hi-blog-post-like{
    padding-left: 20px;
}
.hi-blog-post-like:hover{
  text-decoration: none;
}

.hi-blog-hover-effect figure {
    position: relative;
    overflow: hidden;
    margin-bottom:0;
}
.hi-blog-hover-effect figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hi-blog-hover-effect figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.hi-blog-desc-image-hover {
    overflow: hidden;
}
.hi-blog-desc-image-hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hi-blog-desc-image-hover:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hi-blog-tags,
.hi-blog-categories {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}
.hi-blog-tags-block {
  margin-bottom: 10px;
}
.hi-blog-tags-block a {
    background-color: #f1f1f1;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 10px 0;
    padding: 5px 10px;
    color: #232323;
    transition:opacity 250ms ease-in-out;
}
.hi-blog-tags-block a:hover {
  text-decoration: none;
  opacity:.5;
}
.blog-category-image {
    margin-bottom:15px;
}
.blog-posts-container {
    margin-top: 32px;
    margin-bottom: 32px;
}
@media (max-width: 991px) {
    .blog-posts-container {
        margin: 24px 0;
    }
}
.blog-page-header {
  /*  font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    padding-bottom: 0;*/
}
.flexslider.hi-blog-slider {
    margin: 0 0 30px;
    background: #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider.hi-blog-slider .slides li {
    position: relative;
}
.hi-blog-slider img {
    max-width: 100%;
}
.flex-caption {
    position: absolute;
    width: 100%;
    padding: 1%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
.hi-blog-main-page-description &gt; *:last-child {
  margin-bottom:0;
}
.hi-blog-search-block form {
    position: relative;
}
.hi-blog-search-block input[type="text"] {
    padding: 10px;
    color: #7a7a7a;
    border: 1px solid rgba(0,0,0,.25);
    width: 100%;
    min-height:3rem;
    border-radius: 5px;
}
.hi-blog-search-block button {
    position: absolute;
    top:0;
    bottom: 0;
    right: 0;
    min-width:3rem;
    border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.hi-blog-search-block input[type=text]:focus {
  border-color: #cbe4bc;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(134, 191, 97, .25);
}
.hi-blog-search-block input[type=text]:focus + button .search,
.hi-blog-search-block button[type=submit] .search:hover {
    color: #AFC532;
}
.hi-blog-search-block .button-search {
    bottom: 9px;
    right: 10px;
}
.hi-blog-search-block .button-search:before {
    content: "\f002";
    display: block;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    font-size: 17px;
    width: 100%;
    text-align: center;
}

.customer-info-block {
    background: #fff;
    border: 1px solid #e0dddd;
    margin: 25px 0px 27px 0px;
    padding: 10px;
}
.customer-info-block .customer-image{
  width: calc(22% - 7px);
  margin-bottom:.625rem;
}
.customer-info-block .customer-image img{
    max-width: 100%;
    height: auto;
}


@media screen and (min-width: 558px) {
  .customer-info-block .customer-info{
    width: calc(78% - 7px);
    float: left;
    margin-left: 14px;
  }
  .customer-info-block .customer-image{
    float: left;
    margin-bottom:0;
  }
}
@media screen and (min-width: 1183px) {
  .customer-info-block .customer-image{
    width: calc(15% - 7px);
  }
  .customer-info-block .customer-info{
    width: calc(85% - 7px);
  }
}
.customer-info-block .customer-info .custome-name &gt; a,
.customer-info-block .customer-info .custome-name h2 {
    font-weight: bold;
    line-height: 1.1;

}
.customer-info-block .customer-info .social-icons{
    float: right;
    font-size: 10px;
    color: #aaaaaa;
    margin-top: 3px;
}
.customer-info-block .customer-info .social-icons{
    margin-left: 5px;
}
.customer-info-block .customer-info .social-icons a{
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    padding: 10px 11px;
}
.customer-info-block .customer-info .social-icons .twitter{
    background-image: url(../../../../../../../modules/hiblog/views/img/twitter.svg);
}
.customer-info-block .customer-info .social-icons .dribbble{
    background-image: url(../../../../../../../modules/hiblog/views/img/dribble.svg);
}
.customer-info-block .customer-info .social-icons .behance{
    background-image: url(../../../../../../../modules/hiblog/views/img/behance.svg);
}
.customer-info-block .customer-info .social-icons .instagram{
    background-image: url(../../../../../../../modules/hiblog/views/img/instagram.svg);
}
.customer-info-block .customer-info .custome-description {
  font-size: 14px;
  margin-bottom:1rem;
}
.customer-info-block .customer-info .custome-description &gt; *:last-child {
  margin-bottom:0;
}


.hi-blog-author-page.customer-info-block {
    margin-top: 0;
    border: 0;
}
.hi-blog-author-page.customer-info-block .customer-info {
    width: auto;
    float: none;
    margin-left: 0;
}
.hi-blog-author-page.customer-info-block .customer-image {
    margin-right: 1.25rem;
}

.hi-blog-view-more-button, .post-read-more-button {
    color: #414550;
}
.hi-blog-view-more-button:hover, .post-read-more-button:hover {
  text-decoration: none;
}
.hi-blog-authors-block img {
    max-width: 100%;
}
.hi-blog-author-avatar {
    float: left;
    width: 60px;
}
.hi-blog-author-info {
    float: left;
    width: calc(100% - 60px);
    padding-left: 15px;
}
.hi-blog-author-info a {
  display: block;
  padding:10px 0;
}
.hi-blog-author-info a:first-child {
  padding-top:0;
  padding-bottom:0;
  border-bottom: 0;
  font-weight:bold;
}
.hi-blog-authors-block.hi-blog-sidebar-block &gt; ul &gt; li {
    padding: 1rem 0;
}
.hi-blog-sidebar-carousel .owl-nav,
.hi-blog-block-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s;
}
.hi-blog-sidebar-carousel:hover .owl-nav,
.hi-blog-block-carousel:hover .owl-nav {
    opacity: 1;
}
@media (max-width: 991px) {
  .hi-blog-sidebar-carousel .owl-nav,
  .hi-blog-block-carousel .owl-nav {
    opacity: 1;
  }
}

.hi-blog-sidebar-carousel .owl-nav .owl-prev,
.hi-blog-block-carousel .owl-nav .owl-prev {
    left: -15px;
    position: absolute;
}
.hi-blog-sidebar-carousel .owl-nav .owl-next,
.hi-blog-block-carousel .owl-nav .owl-next {
    right: -15px;
    position: absolute;
}
.hi-blog-sidebar-carousel .owl-nav .owl-prev:focus,
.hi-blog-sidebar-carousel .owl-nav .owl-next:focus,
.hi-blog-block-carousel .owl-nav .owl-prev:focus,
.hi-blog-block-carousel .owl-nav .owl-next:focus {
    outline: 0;
}
.hi-blog-sidebar-carousel .owl-nav .owl-prev span,
.hi-blog-sidebar-carousel .owl-nav .owl-next span,
.hi-blog-block-carousel .owl-nav .owl-prev span,
.hi-blog-block-carousel .owl-nav .owl-next span {
    font-size: 40px;
    color: #7a7a7a;
}

#product .blog_post_position_container.hi-blog-related-posts {
    padding:0;
  border:none;
}
@media (max-width: 767px) {
    .hi-blog-related-posts--product .title {
        display: none;
    }
}

.flexslider .slides &gt; li {
    text-align: center;
}
.flexslider .slides img {
    width: auto !important;
    display: inline-block;
}
.flexslider {
    border: 0;
}

.blog-description img {
    max-width: 100%;
    height: auto;
}
.hi-blog-categories-block ul {
  margin-bottom:0;
}
.hi-blog-categories-block ul + a {
  margin-top:1rem;
}
.hi-blog-sub-categories {
    margin-bottom: 10px;
}
.hi-blog-sub-categories a {
    display: block;
    color: #9e9c9c;
    font-size: 14px;
    margin-bottom: 3px;
}
@media (max-width: 991px) {
    .blog-post {
        margin-bottom: 16px;
    }
}
</pre></body></html>