/**
 * The file is controller. Do not modify the file if you want to upgrade the module in future
 * 
 * @author    Globo Jsc <contact@globosoftware.net>
 * @copyright 2020 Globo., Jsc
 * @link         http://www.globosoftware.net
 * @license   please read license in file license.txt
 */

.post{
    color: #333;
    line-height: 1.5;
    font-size: 14px;
}

.post{
    color: #333;
    line-height: 1.5;
    font-size: 14px;
}
img{
    max-width: 100%;
}
.listcomment .form-group{
    width: 100%;
    display: inline-block;
}
.listcomment{
    margin-top: 15px;
    margin-bottom: 15px;
}
.children{
    margin-left: 80px;
}
.itempost,
.itemcomment{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.latestcomments .itemcomment .img{
    margin-right: 10px;
}
.itemcomment .img,
.itemcomment .image{
    width: 50px;
    display: inline-block;
    float: left;
}
.itemcomment .image {
    border-radius: 100%;
    overflow: hidden;
}
.itemcomment .contentcm{
    width: calc(100% - 50px);
    padding-left: 15px;
    float: right;
    display: inline-block;
}
.itempost .name b,
.itemcomment .name b{
    font-size: 16px;
}
.itempost .name,
.itemcomment .name{
    margin-bottom: 5px;
}
.itemcomment .name a{
    color: #333;
}
.children .image{
    width: 30px;
    display: inline-block;
    float: left;
}
.children .contentcm{
    width: calc(100% - 30px);
    padding-left: 15px;
    float: right;
    padding-right: 15px;
    display: inline-block;
}
.itemcomment .replybtn{
    color: #333;
}
.itemcomment .replybtn:hover{
    text-decoration: underline;
}
.listcommentbox .comment #comment{
    min-height: 150px;
}
.listcommentbox.comment .form-control{
    height: 35px;
}
.listcommentbox .comment input[type="text"]{
    width: 100%;
}
.right{
    float: right;
}
.replyform{
    margin-top: 15px;
}
.submitcomment{
    border: 1px solid #d6d4d4;
    border-radius: 3px;
}
.cancelreply:hover,
.cancelreply{
    color: #333;
    text-decoration: underline;
}
.countcomment{
    font-size: 18px;
    color: #666;
}
.itempost [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
}
.itempost .row{
    margin-left: -8px;
    margin-right: -8px;
}
.hastag a{
    position: relative;
    display: inline-block;
    padding: 3px 8px;
    background: #777;
    color: #fff;
}
.hastag .itag{
    padding-left: 10px;
    margin-bottom: 5px;
    display: inline-block;
}
.hastag a:after{
    content: '';
    width: 10px;
    height: 100%;
    border-top: 12px solid transparent;
    border-right: 9px solid #777;
    border-bottom: 12px solid transparent;
    left: -10px;
    top: 0px;
    position: absolute;
}
.hastag a:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #fff;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 2;
}
.typeslider .item .name a{
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    font-size: 15px;
    text-transform: uppercase;
}
.typeslider .item .image img{
    max-width: 100%;
    width: 100%;
    background: #f1f1f1;
}
.typeslider{
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.typeslider .navaplication button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    border: 0;
    padding: 7px 10px;
    color: #fff;
    background: #00000061;
}
.typeslider .navaplication button.g-prev{
    left: -50px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.typeslider .navaplication button.g-next{
    right: -50px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.gblog_pagination.pagination{
    text-align: right;
}
.gblog_pagination.pagination li{
    display: inline-block;
    border: 1px solid #ebebeb;
}
.gblog_pagination.pagination li > span,
.gblog_pagination.pagination li a{
    padding: 5px 10px;
    display:block;
}
.gblog_pagination.pagination li.active{
    background: #ebebeb;
    color:#fff;
}
.boxsearch{
    margin-bottom: 15px;
}
.boxsearch form{
    position: relative;
    text-align: center;
}
.boxsearch input{
    width: 100%;
    padding: 14px 35px 14px 20px;
    height: 100%;
    color: #333;
    border: none;
    background: #f9f9f9;
    margin: 0 auto;
}
.boxsearch button,
.boxsearch input:focus{
    outline: none;
}
.boxsearch button{
    padding: 10px 10px 10px 10px;
    height: 100%;
    position: absolute;
    right: 0;
    background: #f9f9f9;
    border: none;
}
.gshare li span,
.gshare li img{
    float: left;
}
.gshare{
    text-align: right;
    width: 100%;
    margin: 0;
}
.gshare li{
    display: inline-block;
}
.gbox{
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    font-size: 14px;
}
.gbox h3{
    margin-bottom: 15px;
}
.recenpost .img{
    width: 50px;
    margin-right: 10px;
    float: left;
}
.gallery .itemimg{
    width: 33.3333%;
    padding: 5px;
    float: left;
    cursor: pointer;
}
.gallery .grow{
    margin: 0 -5px;
    width: 100%;
    display: inline-block;
}

.itemimage{
    width: 25%;
    float: left;
    padding: 5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
@media all and (min-width: 1200px){
    .itemimage:nth-child(4n+1){
        clear: left;
    }
}
@media all and (min-width: 576px) and (max-width: 1199px) {
    .itemimage{
        width: 33.33333%;
    }
    .itemimage:nth-child(3n+1){
        clear: left;
    }
}
@media all and (min-width: 481px) and (max-width: 575px){
    .itemimage{
        width: 50%;
    }
    .itemimage:nth-child(2n+1){
        clear: left;
    }
}
@media all and (max-width: 480px){
    .itemimage{
        width: 100%;
    }
    .itemimage{
        clear: left;
    }
}



.itemimage .zoom,
.itemimage .viewspost{
    color: #fff;
    position: absolute;
    top: calc(50% - 30px);
    left: 100%;
    padding: 5px;
    transform: translateY(-50%);
    width: fit-content;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.itemimage .zoom{
    top: calc(50% + 10px);
    left: -100%;
}
.itemimage .viewspost:after,
.itemimage .zoom:after{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.itemimage .viewspost:before,
.itemimage .zoom:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.itemimage .viewspost:hover:before,
.itemimage .zoom:hover:before{
    height: 100%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.itemimage .viewspost:hover:after,
.itemimage .zoom:hover:after{
    width: 100%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.itemimage .image{
    width: 100%;
    height: 100%;
    display: block;
    max-height: 260px;
    position: relative;
    z-index: 100;
    overflow: hidden;
    max-height: 190px;
    text-align: center;
}
.itemimage .image:after{
    content:'';
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10;
    position: absolute;
    opacity: 0.5;
    z-index: 100;
    top: 0;
    left: -100%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.itemimage:hover .zoom,
.itemimage:hover .viewspost{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    z-index: 100;
}
.itemimage:hover .image:after{
    left: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.itemimage img{
    height: 100%;
    object-fit: cover;
    text-align: center;
    transform: translateY(-25%);
}
.innergallery{
    margin: 0 -5px;
}
.gbox,.blog_detail_wp,.blog_category_desc{
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    margin-bottom: 1.5625rem;
    background: #fff;
    padding: 1.5625rem 1.25rem;
    border: none;
}
.gbox > h3{
    text-transform: uppercase !important;
}
.itempost,.blog_desc_box{
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
    background: #fff;
    padding: 1.5625rem 1.25rem;
    border: none;
}
a.read_more_btn,.gbox .btn,.gblock_post .btn {
    background: #2fb5d2;
    color: #fff;
    padding: 5px 10px;
    margin: 3px 0;
    float: right;
    border: none;
    font-size: 14px;
}
a.read_more_btn:hover,.gbox .btn:hover,.gblock_post .btn:hover {
    background: #00738c;
    text-decoration: none;
    color: #fff;
}
.blog_category_wp_2 .blog_image,.blog_category_wp_2 .blog_detail,.blog_category_wp_4 .blog_image,.blog_category_wp_4 .blog_detail{
    width: 100%;
    float: left;
}
.blog_category_wp_2 .blog_name {
    width: 100%;
    float: left;
    margin: 5px 0;
}
.itempost_right .blog_image {
    float: right;
}
.blog_category_wp_4 .itempost{
    width: 49%;
    float: right;
}
.blog_category_wp_4 .itempost:nth-child(2n+1){
    width: 49%;
    float: left;
    clear: left;
}
.reviewstar_btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-decoration: none;
    background: url(../../img/image/star-gray.png) no-repeat;
    background-size: contain;
}
.reviewstar_btn.reviewstar_active {
    background: url(../../img/image/star-light.png) no-repeat;
    background-size: contain;
}
.grating {
    width: 100px;
    height: 20px;
    background: url(../../img/image/star-gray.png) repeat-x;
    vertical-align: middle;
    background-size: contain;
    display: inline-block;
    overflow: hidden;
}
.grating_val {
    background: url(../../img/image/star-light.png) repeat-x;
    background-size: contain;
    height: 20px;
    float: left;
}
.archive{
    display: block;
    width: 100%;
}
.archivepost a{
    color: #333;
}
.recenpost li{
    margin-bottom: 8px;
    width: 100%;
    display: inline-block;
}
.buttonshare,
.countstar{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.gshare li {
    box-sizing: border-box;
    float: left;
    line-height: 13px;
    list-style: none;
    margin: 0;
}
.gshare-buttons{
    background-color: #ccc;
    box-sizing: border-box;
    display: block;
    height: 33px;
    padding: 10px 12px 12px 32px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    width: 100%;
    color: #fff;
    font-size: 12px;
}
.gshare-buttons:focus,
.gshare-buttons:hover{
    color: #fff;
    text-decoration: none;
}
.gshare-buttons i{
    display: block;
    left: 10px;
    position: absolute;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
}
.g-facebook{
    background-color: #306199;
}
.g-facebook:hover {
    background-color: #244872;
}
.g-twitter{
    background-color: #26c4f1;
}
.g-twitter:hover {
    background-color: #0eaad6;
}
.g-linkedin{
    background-color: #007bb6;
}
.g-linkedin:hover {
    background-color: #005983;
}
.g-email{
    background-color: #0a88ff;
}
.g-email:hover {
    background-color: #006ed6;
}
.g-pinterest{
    background-color: #b81621;
}
.g-pinterest:hover {
    background-color: #8a1119;
}
.g-pocket{
    background-color: #ed4054;
}
.g-pocket:hover {
    background-color: #e4162d;
}
.g-tumblr{
    background-color: #32506d;
}
.g-tumblr:hover {
    background-color: #22364a;
}
.g-reddit{
    background-color: #8bbbe3;
}
.g-reddit:hover {
    background-color: #62a3d9;
}
.g-hackernews{
    background-color: #f60;
}
.g-hackernews:hover {
    background-color: #cc5200;
}
.thumbnail{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
}
.thumbnail img{
    max-width: 100%;
}
.text-center{
    text-align: center;
}
.hastag,
.published{
    position: relative;
    margin: 10px 0;
}
.text-right{
    text-align: right;
}

.published > span{
    position: relative;
    background: #fff;
    z-index: 10;
    padding-right: 15px;
    font-style: italic;
}
.success_box{
    width: 100%;
    float: left;
    border: 1px solid #d6d4d4;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fafafa;
}
.itemcomment .contentcm .ct{
    background: #f7f7f7;
    padding: 10px;
    border-radius: 3px;
}
.itemcomment .contentcm .date_add i{
    margin-right: 7px;
}
.itemcomment .contentcm .date_add span{
    margin-right: 10px;
}
.itemcomment .contentcm .date_add a,
.itemcomment .contentcm .date_add{
    color: #ccc;
    font-size: 14px;
}
.itemcomment .contentcm .date_add a:focus{
    text-decoration: none;
}
.itemcomment .contentcm .date_add a:hover{
    color: #6495ED;
    text-decoration: underline;
}
#left-column{
    padding-left: 0;
}
.boxauthor{
    width: 100%;
    background: #f7f7f7;
    display: inline-block;
    padding: 10px 0;
}
.boxauthor a{
    display: inline-block;
}
.typeslider:hover .navaplication button.g-prev{
    left: 10px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.typeslider:hover .navaplication button.g-next{
    right: 10px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.typeslider .navaplication button:hover{
    background: #000000d6;
}
.typeslider .navaplication button:focus{
    outline: 0;
}
.authorpage{
    background: #fff;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 20px;
}
.blog_image{
    position: relative;
    overflow: hidden;
}
.gzoom_img {
    overflow: hidden;
}
.post .itempost img,
#left-column .img img,
.post .blog_image img,.gzoom_img{
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
#left-column .img img:hover,
.post .itempost img:hover,
.post .blog_image img:hover,
.gzoom_img img:hover{
    transform: scale(1.15);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.hide{
    display: none!important;
}
#comment{
    height: 250px;
}
.inputpass{
    max-width: 100%;
    width: 300px;
    padding: 5px 10px;
}
.loginpass:focus,
.inputpass:focus{
    outline: 0;
}
.loginpass{
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 15px;
    border-radius: 3px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.loginpass:hover{
    color: #fff;
    border: 1px solid #008004;
    background: #00b706;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.notfound{
    background: #fff;
    border-radius: 3px;
    padding: 15px;
}
.notfound .gsearchpost{
    width: 50%;
    margin: auto;
}
.image{
    overflow: hidden;
}
.typeslider .item{
    background: #fff;
}
.typeslider .item .detail{
    padding: 10px 0;
}
.typeslider .item .countstar{
}
.date_star_box .countstar{
    float: left;
    width: auto;
}
.date_star_box .date_add {
    float: right;
    line-height: 28px;
}


.gblock_post a{
    cursor: pointer;
    text-decoration: none !important;
}
.readmore{
    padding: 10px 0px;
    font-size: 18px;
}
.readmore a{
    color: #acaaa6;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.readmore a:hover{
    text-decoration: underline;
    color: #333;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.blockgallery{
    margin: 0 -5px;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.topauthor .itag {
    width: 100%;
    float: left;
    border-top: 1px solid #f1f1f1;
    padding: 5px 0;
}
.topauthor .itag:first-child {
    border-top: none; 
}
.topauthor p{
    margin-bottom: 0;
}
.clear{
    clear: both;
    width: 100%;
    height: 0;
    overflow: hidden;
}

#create_account_error {
    position: relative;
}
#create_account_error .close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.latestcomments .comment {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog_detail_wp  .boxauthor * {
    background-color: transparent !important;
}
.relatedproduct .item:nth-child(4n+1) {
    clear: left;
}
.subcate {
    display: none;
    padding-left: 15px;
}
.subcate.active{
    display: block;
}
.itemcategory{
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid #f1f1f1;
}
.category_box_wp > .itemcategory:first-child{
    border-top: none;
}
.itemcategory a {
    width: 100%;
    float: left;
    line-height: 24px;
    padding: 5px 0px;
}
.blog_navbar_toggler {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    float: right;
    background: url('../../img/navbar_toggler.png') no-repeat bottom center transparent;
    cursor: pointer;
}
.blog_navbar_toggler.active {
    background: url('../../img/navbar_toggler.png') no-repeat top center transparent;
}
.pull-right {
    float: right !important;
    display: block;
    z-index: 1;
    position: relative;
}
.blogcategory {
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
    margin-bottom: 20px;
    background: #fff;
    padding: 1.5625rem 1.25rem;
    border: none;
}
.blogcategory .blogcategory_img {
    width: 33%;
    float: left;
}
.blog_description{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.category_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gblock_post .item .ct,.blog_related_box .ct,.itempost  .ct{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    float: left;
    width: 100%;
}
.recenpost li a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blogcategory .blogcategory_content {
    width: 67%;
    padding-left: 15px;
    float: left;
    box-sizing: border-box;
    
}
.blogcategory  .category_nothumbnail{
    width: 100%;
    padding-left: 0;
}
.blogcategory p{
    margin: 0 0 3px 0;
}
.blogcategory .blogcategory_img img {
    max-width: 100%;
}
.category_title {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
    width: 100%;
    float: left;
    text-decoration: none !important;
    cursor: pointer;
}
@media all and (max-width: 479px) {
    .blogcategory .blogcategory_img,.blogcategory .blogcategory_content {
        width: 100%;
        padding-left: 0;
        float: left;
    }
}
.radius_box_wp {
    border-radius: 50%;
    overflow: hidden;
    height: 75px;
    width: 75px;
    background: #f1f1f1 !important;
    float: left;
}
.boxauthor_layout_2 .radius_box_wp {
    clear: both;
    margin: 0 auto;
    float: none;
}
.author_avatar,.blogauthor_img{
    display: table;
    height: 75px;
    width: 75px;
    text-align: center;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    box-sizing: border-box;
    float: left;
}
.author_avatar_align {
    display: table-cell;
    vertical-align: middle;
}
.author_content {
    width: calc(100% - 75px);
    float: left;
    width: -webkit-calc(100% - 75px);
    padding: 5px 0 5px 5px;
}
.author_name{
    font-weight: bold;
}
.archivepost .archive,.archivepost h5 {
    margin-bottom: 5px;
}
.blogauthor_img {
    width: 75px;
    float: left;
}
.blogauthor_content{
    width: calc(100% - 75px);
    float: left;
    width: -webkit-calc(100% - 75px);
    padding: 5px 0 5px 10px;
}
.blogauthor_img_box{
    width: 75px;
    float: left;
}
.blogauthor_img_box .customer_name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100%;
    float: left;
}
.blog_all_comment_wp .blog_description {
    padding: 10px 0;
}
.reply_comment {
    background: #f7f7f7;
    padding: 10px;
    margin-top: 10px;
}
.reply_comment .date_add {
    color: #ccc;
    font-size: 14px;
}
input[type="submit"]{
    cursor: pointer;
}
.reply_comment i {
    margin-right: 5px;
}
.author_img_wp{
    text-align: center;
}
.blogpro_title_box{
    background: #f1f1f1;
    padding: 10px;
    width: 100%;
    float: left;
    clear: both;
}
.blog_related_box{
    width: 100%;
    float: left;
}
.navaplication .g-prev,.navaplication .g-next{
    cursor: pointer;
}
.data_loadmore{
    float: left;
    width: 100%;
    text-align: center;
}
.countstar_and_date .countstar {
    float: left;
    width: auto;
}

.countstar_and_date .date_add {
    float: right; 
}
.countstar_and_date {
    clear: both;
    float: left;
    width: 100%;
}
.blog_tile {
    margin: 7px 0;
}
.blog_image {
    text-align: center;
}
.gblock_post {
    padding: 15px 30px;
    background: #fff;
    margin-bottom: 1.5rem;
    width: 100%;
    float: left;
}
.gblock_post h3 {
    text-transform: uppercase;
    padding: 10px 0 15px 0;
}
.gblock_post .typeslider .countstar{
    text-align: center;
}
a.gpost_title {
    text-transform: uppercase;
    font-size: 15px;
}
.gblock_post .date_add ,.countstar_and_date{
    color: #acaaa6;
}
.gblock_post .gdefault_img {
    width: 100%;
}
.gblock_post .image{
    text-align: center;
}
.gblock_post .typeitem .itempost_wp:nth-child(2n+1){
    clear: left;
}
.blog_tile{
    text-transform: uppercase;
}
.itemrelated .image{
    overflow: hidden;
}
.itemrelated .product-title{
    text-align: center;
    width: 100%;
    float: left;
}
.itemrelated .item{
    padding: 3px;
}
.itemrelated .item:hover{
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}
.published .countstar {
    float: left;
    width: auto;
}
.post_type_layout2.blog_thumbnail_wp {
    position: relative;
}
.post_type_layout2.blog_thumbnail_wp .title {
    position: absolute;
    bottom: 0;
    padding: 10px;
    text-align: center;
    background: rgb(255,255,255,0.8);
    width: 100%;
}
.boxauthor_layout_2{
    position: relative;
    text-align: center;
    margin-top: 50px;
}
.boxauthor_layout_2 .author_img_wp {
    text-align: center;
    display: inline-block;
    margin-top: -50px;
    font-weight: bold;
}
.boxauthor_layout_2 .author_avatar{
    background: #f7f7f7 !important;
}
.boxauthor_layout_2.boxauthor{
    padding: 10px;
}
.thumbnail_left_box {
    width: 40%;
    float: left;
}
.short_content_right_box {
    float: left;
    width: 60%;
    padding-left: 10px;
}
.no_thumbnail_left_box.short_content_right_box {
    width: 100%;
    padding-left: 0px;
}
.gbox.gallery .grow .itemimg:nth-child(3n+1) {
    clear: left;
}
.blog_detail_wp .thumbnail{
    border:none;
}
.gblog_comment_privacy > div {
    float: left;
}
.boxauthor_layout_2.boxauthor {
    padding: 10px;
    background: #efefef;
}