/************************************ Blog Pagination *****************************/
/************************************ Wish List ***********************************/
/************************************ Group Product Table css *********************/
/************************************ Loop Add to cart Css ************************/
/************************************ CHECKOUT ************************************/
/************************************ Compare Button ******************************/
/************************************ Mini Cart ***********************************/
/************************************ Editor Design css ***************************/
/************************************ Blog Pagination *****************************/
.infinitescroll .pagination
{
    display: none;
}
.block1_desc h3 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.block1_desc p {
    font-size: 16px;
    color: #333;
    line-height: 24px;   
    padding: 0px;
    margin: 0px;
    font-weight: 500;
}
.post-image img{
    border-radius: 5px;
}
/********************* Blog *******************************/
.cattitle {
    border-bottom: .5px solid var(--color);
    text-transform: uppercase;
    font-size: 13px;
}
.gid-box
{
    border:1px solid #E6EAEA;
}
.author-circle{
    width: 40px;
    height: 40px;
    float: left;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
    border-radius: 50%;
    margin-right: 15px;
    text-transform: uppercase;
    float: none;
    display: inline-block;
}
.post-author
{
    line-height: 40px;
    position: relative;    
}
.small-width-author-image
{
    width: 40px;
}
.tooltip-user .avatar-profile img{
    width: 100px;
}
.tooltip-user, .post-meta-info
{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0px;
    width: 190px;

    padding: 15px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    text-align: center;
    font-size: 14px;
    color: #202121;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 200;
}
.post-meta-info
{
    right: 0px;
    left:auto;
}
.tooltip-user:after, .post-meta-info:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 10px;
    height: 0;
    width: 0;
    margin-left: -6px;
    border: solid transparent;
    border-top-color: #fcfcfc;
    border-width: 12px 9px;
    pointer-events: none;
}
.post-meta-info:after {


    left: auto;

    right: 10px;
}
.post-author:hover .tooltip-user, .sharing-tooltip:hover .post-meta-info {
    visibility: visible;
    opacity: 1;

}
.sharing-tooltip
{
    cursor: pointer;
    position: relative;
    font-size: 25px;
}
.tooltip-user .author-circle{
    width: 100px;
    height: 100px;
    float: none;    
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 100px;
    font-weight: bold;
    border-radius: 50%;
    margin: 0 auto;
}
.post-image
{
    position: relative;

    overflow: hidden;

}
.post-image:hover img {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}



.post-image img{

    -webkit-transition: opacity .5s ease,-webkit-transform 1s ease;
    transition: opacity .5s ease,-webkit-transform 1s ease;
    transition: transform 1s ease,opacity .5s ease;
    transition: transform 1s ease,opacity .5s ease,-webkit-transform 1s ease;
}
.meta-seperator {
    width: 100%;
    float: left;
    margin-left: 0px;    
    z-index: 1;
    margin-top: 0px;
    border-radius: 0px;
    line-height: 20px;
    padding: 5px;
    border: 1px solid #aba8a8;
}
.meta-seperator + .meta-seperator
{
    margin-top: 10px; 
}
.meta-seperator i{   
    font-size: 20px;

}

a.socials-item {
    display: inline-block;
}
.col-gap
{
    margin-top: 30px;
}



.post-jxpress-img 
{
    overflow: hidden;
    margin-bottom: 20px;
}
.post-jxpress-img img{

    -webkit-transition: opacity .5s ease,-webkit-transform 1s ease;
    transition: opacity .5s ease,-webkit-transform 1s ease;
    transition: transform 1s ease,opacity .5s ease;
    transition: transform 1s ease,opacity .5s ease,-webkit-transform 1s ease; 
}
.no-post-meta-br .meta-seperator
{
    display: inline-block;
    padding: 0px 10px;
}
.no-post-meta-social a.socials-item
{
    margin-top: 20px;
    margin-bottom: 0px;
    display: inline-block;
}

.post-jxpress-img:hover img{
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.post-jxpress-image .dashicons
{
    background: #df0024;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    margin-top: -30px;
    position: absolute;
    left: calc(50% - 25px);
}
.zilla-likes, 
body .zilla-likes:hover
{
    margin-bottom: 0px !important;
}
.socials-sharing a.socials-item:last-child
{
    margin-bottom: 0px;
}


a.socials-item .hid {    
    display: block;
}
a.blog-list-read-more
{
    text-decoration: underline;
    color: #161616;
}
span.seperator {
    position: relative;
    padding: 0px 5px;
}
span.seperator:before {
    border-right: 1px solid #ccc;
    height: 8px;
    content: "";
    position: absolute;
    top: 33%;
    left: 3px;
}
.single-post .post-meta
{
    margin-top: 0px;
}
.post-meta, 
.comment-metadata a, 
.post-related-posts .post-meta{
    color: #959595;   
    font-size: 13px;
    line-height: 2;   
    -webkit-font-smoothing: antialiased;
    margin-top: 20px;
}
.post-meta-author, 
.post-meta-date, 
.post-meta-categories, 
.post-meta-tags{
    margin-right: 10px;
}
.post-meta a{
    color:#959595;
}
.author-pic
{
    width: 150px; 
    border-radius: 0px;
    overflow: hidden;
}
.author-pic img{
    max-width: 100%;

}
.nav-previous a span, 
.nav-next a span{
    float: left;
    width:100%;
    font-weight: bold;
    font-size: 80%;
    color:#000;
}
.post-navigation .nav-previous, 
.post-navigation .nav-next {
    background: transparent;
    padding: 0;
}

@media (min-width: 992px)
{
.post-navigation .nav-previous
{
    position: fixed;   
    top: 50%;
    right:100%;
    background: var(--color);
    padding: 30px;
    color: #fff;
    max-width: 300px;
    z-index: 1000;
    transition: all .4s ease;
    margin-right: -30px;
}
.post-navigation .nav-previous:hover{
    right: auto;
    left:0px;
}
.post-navigation .nav-previous:after{
    content: "\f054";    
    font-family: FontAwesome;
    position: absolute;
    right: 6px;
    font-size: 25px;
    top: calc(50% - 15px);  

}
.post-navigation .nav-next:after{
     content: "\f053";    
    font-family: FontAwesome;
    position: absolute;
    left: 6px;
    font-size: 25px;
    top: calc(50% - 15px);  
}
.post-navigation .nav-next
{
    position: fixed;
    left: 100%;
    top: 50%;   
    background: var(--color);
    padding: 30px;
    color: #fff;
    max-width: 300px;
    z-index: 1000;
    transition: all .4s ease;
    margin-left: -30px;
}
.post-navigation .nav-next:hover{
    left: auto;
    right:0px;
}

.post-navigation .nav-next:hover:after, 
.post-navigation .nav-previous:hover:after{
    display: none;
}
.post-navigation .nav-previous a, 
.post-navigation .nav-next a{    
    color: #fff;    
}
}




.post-navigation .nav-previous a, 
.post-navigation .nav-next a{
    margin-bottom: 15px;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    letter-spacing: 1px;
}
.logged-in-as a{
    color:#161616;
}
.nav-next a span{
    float:right;
}
.post-related-posts
{
    position: relative;

}
.load_more a, .line-button a{
    border: 1px solid #000000;
    padding: 5px 10px;
}
.post-related-posts .flexslider
{
    position: static;
}
.post-related-posts .flex-direction-nav {
    position: absolute;
    right: 0px;
    top:0px;
}
.post-related-posts .flex-direction-nav .flex-next {
    right: 0px;
    text-align: right;
}
.post-related-posts .post-meta
{
    margin-top: 15px;
}
.post-related-posts img
{
    margin-bottom: 20px; 
}
.post-related-posts .h6
{

    margin-bottom: 15px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    color: #111;
    letter-spacing: 1px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

ol.commentlist {
    list-style: none;
    margin: 0 0 4em;
    padding: 0;
    text-indent: 0;
    float: left;
    width: 100%;
}
ol.commentlist li.comment>.comment-body p:last-child, 
ol.commentlist li.pingback>.comment-body p:last-child
{
    margin-bottom: 0px;
}
ol.commentlist li.comment>.comment-body, 
ol.commentlist li.pingback>.comment-body{
    background-color: #f8f9fa; 
    padding: 20px;    
    margin: 0rem 0px; 
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
ol.commentlist li.comment:last-child >.comment-body
{
    margin-bottom: 0px;
}
ol.commentlist li.comment, 
ol.commentlist li.pingback {
    position: relative;    
    float: left;
    width: 100%;
}
ol.commentlist li.comment div.vcard img.photo {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
}
ol.commentlist li.comment div.reply {
    position: absolute;    
    right: 20px;
    top: 6px;  
}
ol.commentlist li.comment div.reply a { 
    padding: 5px 15px;
}
ol.commentlist li.comment ol.children { 
    list-style:none;
}

ol.commentlist li.comment ol.children li.comment>.comment-body{
    background-color: #f8f9fa; 
    padding: 20px; 
    margin-bottom: 20px;
    position: relative;
    border:1px solid #dee2e6; 
}

ol.commentlist li.comment ol.children li.comment:before 
{   
    width: 1px;
    height: 20px;
    position: absolute;
    top: -20px;
    z-index: 1000000000000;
    background: #dee2e6;
    left: 20px;
}
ol.commentlist li.comment ol.children li.comment:after 
{   
    width: 1px;
    height: 20px;
    position: absolute;
    top: -20px;     
    background: #dee2e6;
    right: 20px;
}
b.fn a
{
    color: #161616;
}
.comment-metadata a {
    color: #b4b4b4;
}
#respond #reply-title:before
{ 
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.border-post
{
    border-width: 1px;
    border-style: solid;
}
.page-link
{
    background-color: #000;
    color: #fff;
    border: 1px solid #353333;
    outline: none;
}
.page-link.current, .page-link:hover
{
    background-color: var(--color);
    color: #fff;
    border: 1px solid var(--color);
}
.blog-post-footer
{
    width:100%;
    margin-top: 1rem;
}
.blog-post-footer a{
    color:#161616; 
}
.post-gallery .slick-slide img {

    height: 100%;
    width: auto;
    max-height: 395px;
    max-width: fit-content;
}
.single-post .blog-post-footer, 
.author-bio,
.post-related-posts,
.single-social
{
    width:100%;
    margin: 3rem 0px;
    float: left;
}

.author-bio
{

    background-color: #f4f7f6;
    padding: 20px;
}
.title-author .author-bio
{

    margin: 0px;
}


.single-post .blog-post-footer, .single-post .author-bio
{
    float: left;  
}
#page-title, 
#page-title .breadcrumb li, 
article .entry-title, 
.comment-navigation .nav-next, 
.posts-navigation .nav-next, 
.post-navigation .nav-next, 
.single-post article h3 {

    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
#page-title .breadcrumb li{
    padding: 5px 0px;
}
#comments > h3, 
.post-related-posts h3, 
h2.related-title {

    line-height: 1;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-align: center
}

.theme-title
{
    position: relative;
    margin-bottom: 30px;  
}
.theme-title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 40px;
    height: 2px;


}
#comments h3:after, 
.post-related-posts h3:after{
    content: "";
    position: absolute;
    left: calc(50% - 45px);
    bottom: -15px;
    width: 90px;
    height: 1px;
    background: var(--color);
}
#comments h3.comment-reply-title:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 90px;
    height: 1px;
    background: var(--color);
}
#comments h3.comment-reply-title
{
        font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

#comments h3:before, 
.post-related-posts h3:before, 
h2.related-title:before {

    position: absolute;
    left: calc(50% - 45px);
    top: -10px;
    width: 90px;
    height: 1px;
    background: var(--color);
}


#comments.comments-area
{

    width: 100%; 
    margin-top: 3rem;
    float: left;
}
#comments.comments-area > #respond.comment-respond
{
    margin: 0rem 0px !important;
}
.commentlist #respond.comment-respond
{
    float: left;
    margin: 2rem 0px;
    width:100%;
}
#respond.comment-respond
{
    margin: 2rem 0px; 
    float: left;
    width:100%;
}
.single-post article .post-meta
{
    margin-bottom: 15px;
}
.single-post article .post-related-posts .post-meta {
    margin-bottom: 0px;
    line-height: 1;
}

/**************************** Editor Design css ***********************/
.m-top-100
{
    margin-top: -100px;
}

/******************************** Vc Editor Tab css **************************/
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab.vc_active>a, 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat .vc_tta-tab>a, 
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels{
    background-color: transparent !important;
    color: #515151;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab>a{
    border-width: 4px !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
    color: #fff;
    background-color: var(--color) !important;
    border-color: var(--color) !important;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 0px !important;
       
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-title>a:hover{
    color:#fff !important;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after{
    border-color: #fff !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading h4{
     font-size: 16px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body
{
        border: solid 1px #e1e1e1;
        border-top: none;
}

.home .vc_row.vc_column-gap-10 {
    margin-left: -15px;
    margin-right: -15px;
}
.flyout-menu:not(.mobile) button.vc_btn3-style-custom {

    border: none;
    width: auto;
    height: auto;
    text-indent: inherit;
    display: initial;
}
/******************************** SLick Slider *************************/
.slick-slider  .slick-prev:before {
    content: "\f104";
    font: 40px/1 'FontAwesome';
    font-family: 'FontAwesome';
    color:#fff;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
}
.slick-slider  .slick-next:before {
    content: "\f105";
    font: 40px/1 'FontAwesome';
    font-family: 'FontAwesome';
    color:#fff;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    padding-left: 3px;
}
.slick-slider .slick-prev.slick-disabled:before, 
.slick-slider .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-slider .slick-prev, 
.slick-slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
}
button.slick-arrow, button.slick-arrow:before
{
    background: #000;
}
.line-height-1
{
    line-height: 1 !important;
}

.loop-author
{
    background: #df0024;
    padding: 5px 15px;
    border-radius: 25px;
    color: #fff;
    font-size: 90%;
}

.zipzagbg
{
    background: repeating-linear-gradient(45deg, var(--color), var(--color) 2px, #fff 2px, #fff 6px);
}

/*          Thia Sticky ***/
.vc_column_container>.theiaStickySidebar>.vc_column-inner
{
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

/**************** Search Form *******************/
.searchform div{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.searchform div input[type="text"] {
    width: 1%;
    float: none;    
    flex: 1 1 auto;
    border-radius: 0px;

}
.searchform div button[type="submit"] {
    float: none;
    border-radius: 0px;  

}

/************* Pagination Css ****************/
.pagination ul
{
    padding: 0px;
    margin: 0px;
}
.pagination li {
    display: inline;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination ul>li>a, .pagination ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
   
}
.pagination ul>li>a:focus, 
.pagination ul>li>a:hover, 
.pagination ul>li>span:focus, 
.pagination ul>li>span:hover, 
.pagination ul>li:first-child>a, 
.pagination ul>li:first-child>span, 
.pagination ul>li:last-child>a, 
.pagination ul>li:last-child>span, 
.pagination ul>.active>a, 
.pagination ul>.active>a:focus, 
.pagination ul>.active>a:hover, 
.pagination ul>.active>span, 
.pagination ul>.active>span:focus, 
.pagination ul>.active>span:hover,
.pagination ul>li>span{
    color: #fff;
    background-color: var(--color);
}
