@font-face {
    font-family: 'Verdana';
    src: local('☺'), url('../fonts/Verdana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.hi-module-hide {
    display: none !important;
}
.hide{
    display: none;
}
.fl-l{
    float: left;
}
.fl-r{
    float: right;
}
.arrow-icon-right{
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url(../img/spritesheet.png) no-repeat 40% 10%;
}
.heart-icon-small{
    display: inline-block;
    width: 12px;
    height: 16px;
    cursor: pointer;
    background: url(../img/spritesheet.png) no-repeat 47% 34%;
}
.heart-icon-big{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/spritesheet.png) no-repeat 50% 62.5%;
}
.search-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/spritesheet.png) no-repeat 50% 93.5%;
}
audio{
    width: 100%;
}

#module-hiblog-blogdesc #left-column,
#module-hiblog-blog #left-column,
#module-hiblog-blogcategory #left-column,
#module-hiblog-blogtag #left-column,
#module-hiblog-blogsearch #left-column,
#module-hiblog-blogauthor #left-column,
#module-hiblog-blogdesc #right-column,
#module-hiblog-blog #right-column,
#module-hiblog-blogcategory #right-column,
#module-hiblog-blogtag #rights-column,
#module-hiblog-blogsearch #rights-column,
#module-hiblog-blogauthor #rights-column {
    padding: 0;
}

#module-hiblog-blogdesc #content-wrapper.right-column,
#module-hiblog-blog #content-wrapper.right-column,
#module-hiblog-blogcategory #content-wrapper.right-column,
#module-hiblog-blogtag #content-wrapper.right-column,
#module-hiblog-blogsearch #content-wrapper.right-column,
#module-hiblog-blogauthor #content-wrapper.right-column {
    padding-left: 0;
}
#module-hiblog-blogdesc #content-wrapper.left-column,
#module-hiblog-blog #content-wrapper.left-column,
#module-hiblog-blogcategory #content-wrapper.left-column,
#module-hiblog-blogtag #content-wrapper.left-column,
#module-hiblog-blogsearch #content-wrapper.left-column,
#module-hiblog-blogauthor #content-wrapper.left-column {
    padding-right: 0;
}
#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{
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-bottom: 1.563rem;
    background: #fff;
    padding: 1.563rem 1.25rem;
}
.hi-blog-sidebar-block > p {
    color: #232323;
    margin-bottom: 1rem;
}

.hi-blog-sidebar-block a {
    color: #232323;
}
.hi-blog-sidebar-block a:hover {
    color: #2fb5d2;
}

.hi-blog-sidebar-block > ul > li a {
    border-bottom: 1px solid #e2e2e2;
}
.hi-blog-sidebar-block > ul > li > ul > li > a {
    padding-left: 14px;
    /*border-bottom: 1px solid #e2e2e2;*/
}
.hi-blog-sidebar-block > ul > li > ul > li > ul > li > a {
    padding-left: 28px;
    /*border-bottom: 1px solid #e2e2e2;*/
}
.hi-blog-sidebar-block > ul > li a {
    position: relative;
    padding: 10px 0;
    display: block;
}
.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: "\E5CC";
    font-family: Material Icons;
    cursor: pointer;
    font-size: 20px;
    font-size: 1.25rem;
    color: #6c868e;
}
.hi-blog-sidebar-block > ul > li ul {
    display: none;
}
.hi-blog-sidebar-block li.expanded > ul {
    display: block;
}
.hi-blog-sidebar-block li.expanded > a > .hi-blog-tree-arrow:before {
    content: "\E313";
}

.hi-blog-sidebar-block a.post-read-more-button{
  font-style: italic;
}
.hi-blog-sidebar-items .post-info-block{
  padding-top: 15px;
}
.hi-blog-sidebar-block.hi-blog-sidebar-posts > ul > li {
    padding: 1.5rem 0;
}
.hi-blog-sidebar-block.hi-blog-sidebar-posts > ul > li:first-child {
    padding-top: 0.5rem;
}
.post-published {
    color: #bfbfbf;
    font-size: 14px;
    padding-bottom: 8px;
}
.post-published .material-icons{
    font-size: 17px;
    margin-top: -3px;
}
.hi-blog-post-like{
    padding-left: 20px;
}
a.hi-blog-post-like {
    color: #bfbfbf;
}
a.hi-blog-post-like:hover {
    color: #2fb5d2;
}

.hi-blog-hover-effect figure {
    position: relative;
    overflow: hidden;
}
.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-sidebar-block a.btn-blog-view-all {
    color: #fff;
    max-width: 100%;
    white-space: normal;
}

.hi-blog-tags,
.hi-blog-categories {
    display: inline-block;
    color: #adabab;
    font-size: 14px;
    margin-right: 5px;
}
.hi-blog-tags a,
.hi-blog-categories a {
    display: inline-block;
    color: #adabab;
    font-size: 14px;
    margin-right: 5px;
}
.hi-blog-tags a:hover,
.hi-blog-categories a:hover {
    color: #2fb5d2;
}
.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;
    margin-bottom: 10px;
    padding: 5px 10px;
    color: #232323;
}
.hi-blog-tags-block a:hover {
    background-color: #2fb5d2;
    color: #fff;
}
.blog-category-image {
    margin: 10px 10px 15px 10px;
}
.blog-posts-container {
    padding-bottom: 10px;
}
.blog-page-header {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    padding-bottom: 0;
}
.flexslider.hi-blog-slider {
    margin: 0 0 30px;
    background: #fff;
    border: 4px solid #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: 2%;
    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-search-block form {
    position: relative;
}
.hi-blog-search-block input[type="text"] {
    border: none;
    padding: 10px;
    color: #7a7a7a;
    border: 1px solid rgba(0,0,0,.25);
    width: 100%;
}
.hi-blog-search-block button {
    position: absolute;
    background: none;
    border: none;
    bottom: .3125rem;
    right: .125rem;
    color: #7a7a7a;
}
.hi-blog-search-block input[type=text]:focus {
    outline: 3px solid #2fb5d2;
    color: #232323;
    background: #fff;
}
.hi-blog-search-block input[type=text]:focus + button .search,
.hi-blog-search-block button[type=submit] .search:hover {
    color: #2fb5d2;
}
.hi-blog-search-block .button-search {
    bottom: 9px;
    right: 10px;
}
.hi-blog-search-block .button-search:before {
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
    font-size: 17px;
    width: 100%;
    text-align: center;
}

.customer-info-block {
    background: #fff;
    border: 1px solid #e0dddd;
    border-radius: 4px;
    margin: 25px 0px 27px 0px;
    padding: 10px;
}
.customer-info-block .customer-image{
    width: 13.2%;
    float: left;
    
}
.customer-info-block .customer-image img{
    max-width: 100%;
    height: auto;
}

.customer-info-block .customer-info{
    width: 83%;
    float: left;
    margin-left: 15px;
}
.customer-info-block .customer-info .custome-name > a,
.customer-info-block .customer-info .custome-name h2 {
    font-size: 15px;
    color: #b53232;
    float: left;
    margin: 7px 0px;
    font-weight: 700;
    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(../img/twitter.svg);
}
.customer-info-block .customer-info .social-icons .dribbble{
    background-image: url(../img/dribble.svg);
}
.customer-info-block .customer-info .social-icons .behance{
    background-image: url(../img/behance.svg);
}
.customer-info-block .customer-info .social-icons .instagram{
    background-image: url(../img/instagram.svg);
}
.customer-info-block .customer-info .custome-description{
    font-size: 15px;
    color: #9e9c9c;
    margin-top: 7px;
    line-height: 23px;
}

.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%;
}
.hi-blog-author-page .custome-name {
    display: inline-block;
    width: 85%;
}
.hi-blog-view-more-button {
    color: #9e9c9c;
    font-size: 14px;
    font-style: italic;
    border-bottom: 1px dotted;
}
.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:first-child {
    display: block;
    margin-bottom: 10px;
}
.hi-blog-authors-block.hi-blog-sidebar-block > ul > 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;
}
.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;
}

.blog_post_position_container.hi-blog-related-posts {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog_post_position_container.hi-blog-related-posts h2.title {
    margin-bottom: 0;
}
#product .blog_post_position_container.hi-blog-related-posts {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.flexslider .slides > li {
    text-align: center;
}
.flexslider .slides img {
    width: auto !important;
    display: inline-block;
}
.flexslider {
    border: 0;
}
.flex-direction-nav a:before {
    font-size: 16px;
}

.blog-description img {
    max-width: 100%;
    height: auto;
}
.hi-blog-sub-categories {
    margin-bottom: 10px;
}
.hi-blog-sub-categories a {
    display: block;
    color: #9e9c9c;
    font-size: 14px;
    margin-bottom: 3px;
}

@keyframes like-icon-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2) rotate(-5deg);
    }
    100% {
        transform: scale(1) rotate(0);
    }
}

.hi-blog-post-like:hover span {
    animation: like-icon-animation 1s ease-in-out;
}