.magehq-block.blog-searchform .block-title {
    display: none;  
}
.page-main .block.magehq-block {
    margin-bottom: 20px;
}
.magehq-block .block-title {
    font-size: 1.6rem;
    padding: 10px 0;
}
.magehq-block .block-title strong {
    font-weight: 600;
}
.magehq-block .block-content {
    display: inline-block;
    width: 100%;
}
.magehq-block .block-content .search-form {
    position: relative;
}

.blog-searchform .block-content .search-submit {
    background-repeat: no-repeat;
    border: none;
    height: 16px;
    opacity: .5;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .3s ease-in-out;
    width: 16px;
}

.blog-searchform .block-content .search-field {
    border: 1px solid #e5e5e5;
    font-size: 1.4rem;
    height: 100%;
    padding: 8px 36px 8px 14px;
    width: 100%;
}
ul.blog-cats,ul.post-listing {
    list-style: none;
    margin: 0;
    padding: 0;
   display: inline-block;
}
ul.postags {
    padding: 0;
}
.blog-cats ul.children {
    padding: 0;
    padding-left: 20px;
    list-style: none;
    margin: 0;
}

.post-list .post-item .post-image a {
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.recentposts-block .post-item .post-image {
    width: 30%;
}
.recentposts-block .post-item .post-meta {
    width: 65%;
    padding-left: 5%;
    padding-bottom: 6px;
}
.recentposts-block .post-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/** POST PAGE **/
#author-box > .block-content{
    margin-bottom: 30px;
    padding: 20px;
}
#author-box .block-content .fa-googleplus:before {
    content: "\f0d5";
}
#author-box .author-social a i{
    padding: 7px 9px;
}
#author-box .author-social a {
    margin: 0 5px 5px 0;
    text-align: center;
    background: #f1f1f1;
    color: #777;
    line-height: 0;
}
#author-box .author-social a:hover{
    color: #FFF
}
#author-box .author-social a.social-googleplus:hover{
   background: #fa0101
}
#author-box .author-social a.social-twitter:hover{
   background: #45b0e3
}
#author-box .author-social a.social-facebook:hover{
   background: #39599f
}
#author-box .author-social a.social-digg:hover{
   background: #000
}
#author-box .author-social a.social-dribbble:hover{
   background: #d91b5b
}
#author-box .author-social a.social-flickr:hover{
   background: #ff0084
}
#author-box .author-social a.social-instagram:hover{
   background: #3897f0
}
#author-box .author-social a.social-linkedin:hover{
   background: #65b7d2
}
#author-box .author-social a.social-pinterest:hover{
   background: #E00707
}
#author-box .author-social a.social-reddit:hover{
   background: #c51d1d
}
#author-box .author-social a.social-skype:hover{
   background: #01aef2
}
#author-box .author-social a.social-tumblr:hover{
   background: #344b7f
}
#author-box .author-social a.social-vimeo:hover{
   background: #1ab7ea
}
#author-box .author-social a.social-youtube:hover{
   background: #d02020
}
#author-box .author-social{
    margin-top: 15px
}
#author-box .author-description{
    font-size: 13px;
}
.magehqblog-page .products-related .product-item{
    width: 100%;
}
.products-related .product-item {
    width: calc(100% - 10%) !important;
}
.magehqblog-page #form-comment{
    padding: 0 20px 30px 20px;
    overflow: hidden;
}
.magehqblog-page .post-maincontent-wrapper {
    padding: 20px 0 30px 0;
}
.magehqblog-page .post-like {
    margin-bottom: 10px;
}
.magehqblog-page .post-meta-bottom{
    clear: both;
}
.magehqblog-page .post-meta-bottom .post-social.post-bottom {
    margin-bottom: 20px;
    margin-top: 20px;
}

.magehqblog-page .post-meta-bottom .post-social.post-bottom > span {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    float: left;
    padding: 20px;
    color: #FFF;
    background: #4db2ec;
}

.magehqblog-page .post-meta-bottom .post-tag a:hover:before {
    border-right-color: #ff5501;
}

.magehqblog-page .post-meta-bottom .post-tag a:before {
    border-top: 12px solid transparent;
    border-right: 8px solid #444;
    border-bottom: 13px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.magehqblog-page .post-meta-bottom .post-tag a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}

.magehqblog-page .post-content {
    padding: 10px 0 0;
    margin-bottom: 0;
    max-width: 100%;
}

.magehqblog-page .post-content-wrap .post-meta {
    color: #888;
    margin: 7px 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.magehqblog-page .post-content-wrap .post-meta {
    display: flex;
    flex-wrap: wrap;
}
.magehqblog-page .post-content-wrap .post-meta > div {
    margin-right: 10px;
}
.recentposts-block .post-item .post-date .fa {
    margin-right: 3px;
}
.magehqblog-page .post-meta-bottom .post-tag a:hover {
    background: #ff5501;
    color: #FFF;
    text-decoration: none;
}
.magehq-blog .blog-list .post-item .post-readmore a {
    color: #006bb4;
}
.magehqblog-page .post-meta-bottom .post-tag a {
    background-color: #444;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    line-height: 15px;
    margin: 0 0 2px 10px;
    padding: 5px 8px 5px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.magehq-block.blog-cats ul li li{
    margin-bottom: 0;
    padding-bottom: 0
}
.magehq-block.blog-cats ul li{
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.block.widget.posts-related .products-grid .product-item{
    width: 100%;
}
.blog-posts.posts-related .post-listing{
    padding: 20px 20px 10px 20px;
    margin-bottom: 40px;
    max-width: 100%;
}
.blog-posts.posts-related .block-content{
    float: left;
    width: 100%
}
#author-box > .block-title > h2 > strong,
.magehqblog-page .comment-form > h2 strong,
.blog-posts.posts-related .block-title strong,
.blog-widget.products-related .block-title strong {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
}
.magehqblog-page .blog-posts.posts-related .block-title h2{
    text-align: left;
    margin-bottom: 0;
    margin: 0;
}
.magehqblog-page .posts-related {
    float: left;;
    width: 100%;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.magehqblog-page .posts-related .magehq-post.post-item{
    margin-bottom: 0;
    border-bottom: 0
}
.magehqblog-page .posts-related .post-image {
    margin-bottom: 10px;
}

.magehqblog-page .posts-related .post-title a {
    color: #000
}

.post-content {
    line-height: 23px;
}
.magehq-block .blog-widget-content .postags li {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f5f5f5;
    display: inline-block;
    padding: 4px 6px !important;
    margin: 2px 0;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 3px;
    float: left;
    margin-bottom: 3px;
}
.comments-list ul li {
    list-style: none;
    padding: 15px;
    float: left;
    width: 100%
}

.comments-list ul li .avatar {
    float: left;
    margin: 0 15px 10px 0;
}

.comments-list ul li .avatar img {
    border-radius: 50%
}

.comments-list ul {
    padding: 0;
    margin: 0
}

.comments-list ul li span.comment-date {
    color: #888;
    font-size: 0.8em;
    font-weight: 400;
}

.comments-list ul li span.comment-author {
    white-space: nowrap;
    font-weight: bold;
    color: #000;
}

.comments-list li.odd {
    background: #F5F5F5;
}

.comments-list .comment-content {
    margin-left: 75px;
}

.blog-comments .pages {
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
}

.blog-comments .comment-form {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border: 1px solid #ccc;
}
.blog-comments .comment-form .mid-inputs {
    margin-bottom: 20px;
}
.blog-comments .comment-form .below-inputs {
    margin-top: 10px;
}
.blog-comments .comment-form h2 {
    margin-top: 0;
    padding-left: 20px;
}

.blog-comments iframe{
    max-width: 100% !important;
    float: left;
}

.blog-comments .comment-notes {
    margin-bottom: 10px;
}

.blog-comments .comment-form ul {
    padding: 0;
    margin: 0
}

.blog-comments .comment-form ul li {
    list-style: none
}

.blog-comments label {
    font-weight: normal;
    display: inline-block;
    margin-bottom: 5px;
}

.blog-comments .required em {
    float: right;
    color: red;
}

.blog-comments .input-text {
    border: 1px solid #CCC;
    border-radius: 2px;
    width: 50%;
    padding: 7px;
}

.blog-comments textarea.input-text {
    width: 100%;
    height: 150px;
}

.blog-comments {
    float: left;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    width: 100%;
    position: relative;
}
.blog-comments .action.rss{
    position: absolute;
    top: 30px;
    right: 0
}


/** STYLE 1**/
.post-list.postsstyle-style1 .post-readmore{
    margin-left: 0
}
.post-list.postsstyle-style1 .post-item .post-categories a {
    font-size: 10px;
    font-weight: 600;
    background-color: #222;
    color: #fff;
    padding: 6px 10px;
    display: block;
    float: left
}

.post-list.postsstyle-style1 .post-item .post-categories {
    margin-bottom: 0
}

.post-list.postsstyle-style1 .post-item .post-categories a:hover {
    background: #4db2ec
}

.post-list.postsstyle-style1 .post-item .post-image {
    position: relative;
}

.post-list.postsstyle-style1 .post-item .post-categories {
    position: absolute;
    top: 0;
    z-index: 99;
    display: block;
}
.post-list.postsstyle-style1 .post-item .post-title {
    clear: both;
}

.magehq-blog.post-list .post-item .post-meta,
.magehq-blog.post-list .post-item .post-tag {
    margin-bottom: 7px;
    line-height: 24px;
}
.magehq-blog.post-list .post-item .post-meta {
    display: flex;
    flex-wrap: wrap;
}
.magehq-blog.post-list .post-item .post-meta > div {
    margin-right: 10px;
}
.magehq-blog .blog-list .post-item a {
    color: #333;
}
.magehq-blog .blog-list .post-item .post-title a {
    color: #ff5501;
}


/** STYLE 2 **/
.post-list.postsstyle-style2 .post-item .post-image {
    width: 32%;
    margin-right: 3%;
    position: relative;
}
.post-list.postsstyle-style2 .post-item .post-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.post-list.postsstyle-style2 .post-item .post-right {
    width: 65%;
}

.post-list.postsstyle-style2 .post-item .post-title {
    margin-top: 0
}

.post-list.postsstyle-style2 .post-item .post-summary {
    float: none
}

.post-list.postsstyle-style2 .post-item {
    margin-bottom: 50px;
    display: inline-block;
}
/** STYLE3 **/
.post-list.postsstyle-style3 .post-item .post-title{
    margin-bottom: 10px;
    margin-top: 0;
}
.post-list.postsstyle-style3 .blog-list.blog-posts {
    display: flex;
    flex-wrap: wrap;
}
.post-list.postsstyle-style3 .blog-list .post-item {
    width: 50%;
}
.post-list.postsstyle-style3 .blog-list .post-wrapper {
    padding-right: 5%;
}

/** STYLE4 **/
.post-list.postsstyle-style4 .post-item .post-title{
    margin-bottom: 10px;
    margin-top: 0;
}
.post-list.postsstyle-style4 .blog-list.blog-posts {
    display: flex;
    flex-wrap: wrap;
}
.post-list.postsstyle-style4 .blog-list .post-item {
    width: 33.33%;
}
.post-list.postsstyle-style4 .blog-list .post-wrapper {
    padding-right: 5%;
}

.blogcat-description {
    padding: 20px 0;
    line-height: 23px;
}

.magehq-blog ul, .magehq-block ul {
    margin: 0;
    padding: 0
}

.magehq-blog .block-title {
    margin: 0 0 20px;
}

.magehq-blog .block-title strong {
    font-size: 18px;
    font-weight: 300;
}

.magehq-blog .blog-list .post-item {
    float: left;
    padding: 10px 0 20px 0;
    background: #FFF;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.magehq-blog .blog-list .post-item .post-readmore {
    margin-top: 10px;
}

.blog-masonry {
    float: left;
    overflow: hidden;
    max-width: 100%;
    /*visibility: hidden;*/
}
.magehq-blog .blog-grid .post-item .post-socials a{
    margin-bottom: 0
}
.magehq-blog .blog-grid .post-item .post-tag{
    margin: 10px 0 0 0;
    line-height: 25px;
}
.magehq-blog .blog-grid .post-item .post-socials,
.magehq-blog .blog-grid .post-item .post-title,
.magehq-blog .blog-masonry .post-item .post-title {
    font-size: 20px;
    margin: 10px 0 0 0;
    line-height: 25px;
}
.magehq-blog > .blog-masonry > .post-item .post-wrapper,
.magehq-blog > .blog-grid .post-item .post-wrapper{
    float: left;
    width: 100%;
}  
.magehq-blog > .blog-masonry > .post-item {
    padding-top: 0 !important;
    border-bottom: 0;
    border-radius: 0;
    float: left;
    padding-bottom: 0 !important;
    /* padding-right: 0; */
}
.magehq-blog .blog-masonry .post-meta,
.magehq-blog .blog-grid .post-meta {
    font-size: 13px;
}
.magehq-blog.related-posts li {
    list-style: none;
}

.blog-posts li {
    list-style: none;
}

.magehq-blog .blog-masonry iframe,
.magehq-blog .blog-grid iframe {
    height: auto;
}

.blog-posts iframe, .magehq-block iframe, .magehq-blog iframe, .magehq-blog video {
    max-width: 100%;
}

.blog-tags, .blog-archive, .blog-recentcomments, .blog-cats, .recentposts-block {
    float: left;
    width: 100%
}
.magehq-block.block.blog-recentcomments ul {
    padding-left: 2rem;
}
.magehq-block a {
    color: #333
}

.magehq-block a:hover {
    text-decoration: none;
    color: #ff5501;
}

.magehq-block-owl .owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    padding: 7px 5px;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 25px;
    margin-top: -18px;
    text-align: center;
    color: #333;
}
.magehq-block-owl .owl-nav .owl-prev.disabled,
.magehq-block-owl .owl-nav .owl-next.disabled {
    color: #c2c2c2;
    cursor: default;
}
.magehq-block-owl .owl-nav .owl-prev {
    left: -10px;
}
.magehq-block-owl .owl-nav .owl-next {
    right: -10px;
}
.magehq-block-owl .owl-nav .owl-prev:after,
.magehq-block-owl .owl-nav .owl-next:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: inherit;
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.magehq-block-owl .owl-nav .owl-prev:after{
    content: '\e617';
}
.magehq-block-owl .owl-nav .owl-next:after {
   content: '\e608';
}

.magehq-block-owl.posts-related .post-image {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.magehq-block-owl .owl-dots {
    width: 100%;
    text-align: center;
}
.magehq-block-owl .owl-dot {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px;
}
.magehq-block-owl .owl-dot span {
    height: 10px;
    width: 10px;
    background: #ccc;
    display: inline-block;
    border-radius: 50px;
}
.magehq-block-owl .owl-dot.active span {
    background: #000;
}

.products-related.blog-widget .owl-carousel .owl-stage-outer {
    padding-left: 10px;
}
.products-related.blog-widget .owl-carousel .owl-item {
    padding-top: 10px;
}

.widget-style li {
    list-style: none;
}
.widget-style.widgetstyle-style1 .post-item {
    width: 100%;
}
.widgetstyle-style1 .magehq-post,
.widgetstyle-style2 .magehq-post {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.widget-style .plist {
    display: flex;
    flex-wrap: wrap;
}
.widget-style .post-readmore {
    margin-top: 15px;
}
.widgetstyle-style2 .magehq-post .post-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.widgetstyle-style2 .magehq-post .post-image {
    width: 30%;
    margin-right: 3%;
} 
.widgetstyle-style2 .magehq-post .post-right {
    width: 67%;
}
.widgetstyle-style3 .magehq-post,
.widgetstyle-style4 .magehq-post {
    width: 100%;
}
@media only screen and (min-width: 768px) {

    .widgetstyle-style3 .magehq-post {
        width: 33.33%;
    }
    .widgetstyle-style4 .magehq-post {
        width: 25%;
    }
    .widgetstyle-style3 .magehq-post .post-item ,
    .widgetstyle-style4 .magehq-post .post-item {
        padding-left: 15px;
        padding-top: 15px;
    }
}

.widget-style .owl-carousel .magehq-post {
    border-bottom: 0 none;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget-style .owl-carousel .magehq-post .post-image,
.widget-style .owl-carousel .magehq-post .post-right {
    width: 100%;
    text-align: left;
}
.widget-style .owl-carousel .magehq-post .post-meta {
    display: inline-block;
}
.widget-style .owl-carousel .magehq-post .post-meta > div {
    display: inline-block;
}
.magehq-blog.widget-style .block-title {
    position: relative;
    text-align: center;
}
.magehq-blog.widget-style .block-title strong {
    font-weight: 600;
    background: #fff;
    z-index: 1;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
}
.magehq-blog.widget-style .block-title:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background: #ccc;
}
 
.blog-comments .comment-form .block-title {
    margin-top: 0;
    padding-left: 20px;
    margin-bottom: 10px
}
.blog-comments .comment-form .block-title  strong {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
}
.magehqblog-page .post-content a.visit-link {
        color: #fff;
}
.magehqblog-page .post-content .ex-vendor img {
    border: 0 none;
    max-width: 120px;
}
.table-wrapper-exten tr {
    border-bottom: 1px solid #d1d1d1;
}
.table-wrapper-exten ul {
    padding-left: 15px;
}
.table-wrapper-exten .ex-vendor {
    font-weight: 600;
    font-size: 1.6rem;
     text-align: center;
}
.table-wrapper-exten span.price {
    font-size: 2rem;
    font-weight: 600;
}
.table-wrapper-exten .visit-link {
    padding: 6px 15px;
    background: #006bb4;
    color: #fff;
    text-decoration: none;
}
@media only screen and (min-width: 640px) {

    .table-wrapper-exten .ex-desc {
        width: 30%;
    }
    .table-wrapper-exten .ex-name {
        width: 16%;
    }
    
    .table-wrapper-exten td.col {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .table-wrapper-exten .visit-link:hover {
        background: #034a7a;
    }
    .table-wrapper-exten .ex-vendor,
    .table-wrapper-exten .ex-name,
    .table-wrapper-exten .ex-price,
    .table-wrapper-exten .ex-action {
        vertical-align: middle;
    }
}