 .catPostWrapper {
    clear: both;
    padding: 15px 0;
}

.postTitle {
    margin-bottom: 10px;
}

.catPostWrapper .postTitle h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h2 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    text-shadow: none;
}
.postTitle h2 a{
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-transform: capitalize;
}

.postTitle h3 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    color: #333;
    text-transform: inherit;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

/* Comments */

.commentWrapper {
    padding-bottom: 15px;
}

.commentTitle{ margin: 30px 0; }
.commentWrapper li{
    padding: 10px 0 0 0;
    border-bottom: 1px solid #e8e8e8;
}
.commentIcons{
   margin: 5px 0 10px;
}

.level-left-1,
.level-left-2,
.level-left-3,
.level-left-4,
.level-left-5,
.level-left-6{
   border-bottom: 0px !important;
   border-top: 1px solid #e8e8e8;
}

.reply-to-comment{
    color: #636363;
    font-size: 13px;
    font-weight: 500;
    margin-right: 20px;
}

.commentWrapper #postComment{ margin-top: 30px; }

.commentTitle div {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.35;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
    text-transform: inherit;
    color: #000;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-categories {
    margin-bottom: 15px;
    background-color: rgb(15, 161, 223);
    padding: 15px;
}

.menu-categories h5,
.menu-categories a {
    color: #fff;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(../images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.catPostWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.35;
    margin: 0 0 5px;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}

#cat-products {
    overflow: hidden;
    margin: 25px 0;
}
#cat-products .owl-item {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
}

.col-3-right {
    width: 33%;
    float: left;
    padding-right: 5px;
    text-align: center;
}
.col-3-right img {
    display: inline-block;
}
.col-9-left {
    width: 67%;
    float: left;
    padding-left: 5px;
}

.clearfix {
    clear: both;
}

.catPostWrapper {
    border-bottom: 1px solid #DDDDDD;
}
.products-cat-title {
    color: #000;
    font-size: 35px;
    text-transform: capitalize;
    text-shadow: 0 0 5px rgba(3,171,249,.67);
    padding-top: 0px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
}

.blog-contact-us {
    background-color: rgb(15, 161, 223);
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.bcu-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 60px;
    font-size: 18px;
    background: url(/skin/frontend/axiom/default/images/bcu-title.png) center top no-repeat;
}
.bcu-content {
    color: #fff;
}
.bcu-number {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}
.bcu-link {
    padding: 5px 15px 1px;
    background: #fff;
}
.blog-product-banner img {
    display: inline-block;
}
.blog-product-banner {
    text-align: center;
}
.level-left-1 {
    margin-left: 25px;
}
.level-left-2 {
    margin-left: 50px;
}
.level-left-3 {
    margin-left: 75px;
}
.level-left-4 {
    margin-left: 100px;
}
.level-left-5 {
    margin-left: 125px;
}
.level-left-6 {
    margin-left: 150px;
}
.level-left-more6 {
    margin-left: 175px;
}
.postDetails {
    margin-top: 30px;
    padding: 8px 0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    display: table;
    width: 100%;
}
h4.poster {
    margin: 0;
    color: #000;
    font-size: 16px;
    text-transform: inherit;
}

.catPostWrapper .postUser{
    font-style: italic;
    font-size: 14px;
    color: #b7b7b7;
}

.catPostWrapper .postContent{
    padding: 0px;
}

.catPostWrapper .postAddress{ margin-top: 6px; }

#popular-articles .owl-item {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
}
#popular-articles .owl-item .postThumbnail{
    height: 175px;
    text-align: center;
}
#popular-articles .owl-item .postThumbnail img{
    height: 100%;
    width: auto;
    margin: 0px auto;
}
#popular-articles {
    overflow: hidden;
    margin: 25px 0;
}

.catDescription{
    margin-bottom: 20px;
}

/* media files */

center{
    background: #f4f4f4;
    margin: 30px 0;
}
center iframe{
    margin: 30px 0;
}
.postContent img{
    margin: 30px auto;
    display: table;
}
 .fotorama img {
     margin: 0;
 }
.postLink a{
       padding: 2px 10px 4px;
    color: #FFF;
    background: #0093c6;
}
.notify-reply{ font-size: 13px; }
.reply-cancel{ margin-left: 10px; }
#postComment li{ border-bottom: 0px !important; }
#postComment .form-button{ margin-top: 10px; }

.share-container-icons{
    display: table;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
.share-container-icons div{
   text-align: center;
   margin: 0px auto;
    margin-right: 15px;
}
.likes-count {
    margin-left: 3px;
}
.fa-thumbs-up {
    cursor:default !important;
}
.share-container{ margin: 0px auto; display: table; }
.share-container span{
   -webkit-box-sizing: content-box !important;
}
.share-container{
   display: block;
    background: #f3f3f3;
    padding: 5px 0;
    margin: 10px 0;
    text-align: center;
}
.st_fblike_hcount > span{
       vertical-align: middle !important;
       margin: 0 5px !important;
}

.fa{ cursor: pointer; }

.share_buttons{
   margin-right: 15px;
}
.commentIcons .fa-thumbs-o-up,
.commentIcons .fa-thumbs-up {
    margin-left: 20px;
}
.likes-count-comment {
    margin-left: 3px;
}

.likes-comment.load,
.likes.load {
    cursor: progress !important;
}
@media all and (max-width: 678px) {
    .col-3-right {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .col-9-left {
        width: 100%;
        padding-left: 0;
    }
}


.pD-left-part {
    padding-right: 10px;
    max-width: 100px;
    display: inline-block;
    vertical-align: top;
}
.pD-right-part {
    display: inline-block;
    vertical-align: top;
}
.hide {
 display: none;
}

.pd-left {
    display: table-cell;
    vertical-align: middle;
    padding-left: 25px;
}
.pd-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    padding-right: 25px;
}
.aiThumbnail {
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    margin-right: 15px;
}
.aiDetail {
    display: inline-block;
    vertical-align: top;
}
.aidName {
    color: #000;
    font-size: 16px;
    text-transform: inherit;
}
.user-loggedIn {
    display: inline-block;
    vertical-align: middle;
}
.fl-fields {
    width: 75%;
}
.fl-fields textarea {
    max-width: 100%;
}
 div[class^="gallery-wrapper"] img {
     display: inline-block;
     margin: auto;
     vertical-align: top;
 }

 .gallery-category {
     display: inline-block;
     width: 150px;
     vertical-align: top;
     margin-right: 10px;
     margin-bottom: 10px;
 }
 .postContent .gc-image img {
     margin: 10px 0;
 }
 .galleryPostContent .fotorama__wrap {
     margin: 0 auto;
 }
 .gc-image {
     background-size: cover;
     margin: 10px 0;
     height: 100px;
 }
 .gc-title {
     font-size: 14px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
 }