/* KingComposer */

body .kc_row[data-kc-fullwidth],
body section[data-kc-full-width] {
    width: calc(100vw - 17px);
}

@media (max-width: 1024px) {
    body .kc_row[data-kc-fullwidth],
    body section[data-kc-full-width] {
        width: calc(100vw);
    }
}

.kc_row:not([data-kc-fullwidth]) .kc-container {
    max-width: 100% !important;
    padding: 0;
}

.kc-blog-posts .owl-dots {
    display: none;
}

.kc-blog-posts-4 .meta-title {
    width: 100%;
}

.kc-tabs-slider .owl-dots {
    bottom: 20px;
}



/*  1. Shortcode TEAM MEMBER */

.kft-team-member {
    text-align: center;
    padding: 0;
    /*max-width: 300px;*/
    margin: 0 auto 20px;
    float: none;
}

.kft-team-member.default {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
}

.kft-team-member .image {
    position: relative;
    margin-bottom: -1px;
    overflow: hidden;
}

.kft-team-member .image img {
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.kft-team-member .image:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.kft-team-member .image:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    z-index: 1;
    opacity: 0;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;
}

.kft-team-member .image:hover:before {
    opacity: 0.75;
}

.kft-team-member .socials {
    display: block;
    text-align: center;
}

.kft-team-member .socials ul {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 5px;
}

.kft-team-member .socials ul li {
    float: left;
    line-height: 0;
}

.kft-team-member .socials a {
    margin: 4px;
    font-size: 16px;
    border-style: solid;
    border-width: 2px;
    line-height: 26px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: transparent;
    position: relative;
    z-index: 1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    overflow: hidden;
}

.kft-team-member .socials a {
    color: #fff;
}

.kft-team-member.colored .socials a.facebook,
.kft-team-member.bordered .socials a.facebook:hover {
    background: #3B5998;
    border-color: #3B5998;
}

.kft-team-member.colored .socials a.twitter,
.kft-team-member.bordered .socials a.twitter:hover {
    background: #2CAAE1;
    border-color: #2CAAE1;
}

.kft-team-member.colored .socials a.google-plus,
.kft-team-member.bordered .socials a.google-plus:hover {
    background: #DD4B39;
    border-color: #DD4B39;
}

.kft-team-member.colored .socials a.linked,
.kft-team-member.bordered .socials a.linked:hover {
    background: #007BB6;
    border-color: #007BB6;
}

.kft-team-member.colored .socials a.rss,
.kft-team-member.bordered .socials a.rss:hover {
    background: #FF5700;
    border-color: #FF5700;
}

.kft-team-member.colored .socials a.dribbble,
.kft-team-member.bordered .socials a.dribbble:hover {
    background: #F26798;
    border-color: #F26798;
}

.kft-team-member.colored .socials a.instagram,
.kft-team-member.bordered .socials a.instagram:hover {
    background: #604c45;
    border-color: #604c45;
}

.kft-team-member.colored .socials a.pinterest,
.kft-team-member.bordered .socials a.pinterest:hover {
    background: #CA1517;
    border-color: #CA1517;
}

.kft-team-member.bordered .socials a {
    border: 2px solid silver;
    color: silver;
}

.kft-team-member.bordered .socials a:hover {
    color: #fff;
}

.kft-team-member.small .socials a {
    width: auto;
    height: auto;
    border: none;
    font-size: 18px;
    color: silver;
    border-radius: inherit;
}

.kft-team-member .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity .6s, -webkit-transform .3s;
    transition: opacity .6s, -webkit-transform .3s;
    transition: transform .3s, opacity .6s;
    transition: transform .3s, opacity .6s, -webkit-transform .3s;
    pointer-events: none;
}

.kft-team-member .content-member {
    padding: 20px;
}

.kft-team-member .content-member .job {
    color: #999;
    font-size: 14px;
}

.kft-team-member .on-thumbnail .job {
    color: #fff;
    font-size: 16px;
}

.kft-team-member .content-member>h3>a,
.kft-team-member .on-thumbnail>h3>a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.kft-team-member .on-thumbnail>h3>a {
    color: #fff;
    font-weight: 600;
}

.kft-team-member .content-member>h3,
.kft-team-member .on-thumbnail>h3 {
    margin-bottom: 0;
}

.kft-team-member .content-member .excerpt {
    margin: 10px 0;
}

.kft-team-member .on-thumbnail {
    position: absolute;
    right: 0;
    padding: 20px;
    display: inline-block;
    bottom: 0;
    left: 0;
    max-height: 100%;
    z-index: 200;
}

.kft-team-member.circle .image {
    border-radius: 100%;
}

.kft-team-member.circle .image .on-thumbnail {
    padding: 20px 58px;
}

.kft-team-member.circle .content-member {
    border: none;
}



/********** End Team Member *************/


/*  2. Shortcode INSTAGRAM FEED */

.kft-instagram-widget {
    display: block;
}

.kft-instagram-widget .widgettitle {
    margin: 0;
    text-align: center;
}

.kft-instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.kft-instagram .item {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    display: inline-flex;
}

.kft-instagram .item a {
    display: inline-block;
    overflow: hidden;
}

.kft-instagram .item img {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    overflow: hidden;
}

.kft-instagram .item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s ease-in-out;
    transition: transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}
.kft-instagram.columns-4 .kft-instagram .item:hover img {
    opacity: 0.6;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.4s, opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s ease-in-out;
    transition: transform 0.4s, opacity 0.4s ease-in-out, -webkit-transform 0.4s;
}

.kft-instagram.columns-1 .item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
}

.kft-instagram.columns-2 .item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
}

.kft-instagram.columns-3 .item {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    width: 33.33%;
}

.kft-instagram.columns-4 .item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
}

.kft-instagram.columns-5 .item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%;
}

.kft-instagram.columns-6 .item {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    width: 16.66%;
}



@media (max-width: 767px){
    .kft-instagram.columns-5 .item{
       flex-basis: 25%;
        width: 25%;
    }
}

@media (max-width: 480px){
    .kft-instagram.columns-5 .item{
       flex-basis: 33.33%;
        width: 33.33%;
    }
}



/** End INSTAGRAM FEED **/


/** 4. Shortcode Testimonial **/

.kft-testimonials-shortcode .section-title {
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.kft-testimonials-shortcode.layout-grid .testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.kft-testimonials-shortcode.layout-grid .testimonial {
    margin-left: -15px;
    margin-right: -15px;
}

.kft-testimonials-shortcode.layout-slider.style-boxed .testimonial-item {
    padding: 10px;
}

.kft-testimonials-shortcode.layout-grid .testimonial-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.kft-testimonials-shortcode.layout-grid .testimonial-item {
    margin-bottom: 30px;
}

.testimonial-item .name {
    margin-top: 15px;
    font-weight: bold;
}

.testimonial-item .company {
    font-weight: normal;
}

.testimonial-item .company:before {
    content: " - ";
}

.kft-testimonials-shortcode.style-boxed .testimonial-wrapper {
    padding: 30px;
    -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
}

.testimonial-item .avatar img {
    display: inline-block;
    border-radius: 50%
}

.testimonial-image-left .testimonial-wrapper,
.testimonial-image-right .testimonial-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.testimonial-image-left .avatar {
    margin-right: 20px;
}

.testimonial-image-right .avatar {
    margin-left: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.testimonial-image-right .content {
    text-align: right;
}

.testimonial-image-left .avatar,
.testimonial-image-right .avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.testimonial-image-left .content,
.testimonial-image-right .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.testimonial-item.testimonial-image-center .testimonial-wrapper {
    text-align: center;
}

.testimonial-item.testimonial-image-center .avatar {
    margin: 0 auto;

}
.testimonial-item.testimonial-image-center .name{
    position: relative;
    padding-top: 20px;
}
.testimonial-item.testimonial-image-center .name:before{
   position: absolute;
   content: '';
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   width: 50px;
   height: 3px;

}
@media (max-width: 767px){
    div.kft-team-member{
        max-width: 300px;
        margin: 0 auto;
        float: none;
        margin-bottom: 30px;
    }
}

.testimonial-item .avatar {
    margin-bottom: 10px !important;
    max-width: 100%;
    position: relative;
}

.kft-testimonials-shortcode.layout-grid.columns-1 .testimonial-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

.kft-testimonials-shortcode.layout-grid.columns-2 .testimonial-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
}

.kft-testimonials-shortcode.layout-grid.columns-3 .testimonial-item {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%
}

.kft-testimonials-shortcode.layout-grid.columns-4 .testimonial-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
}

.kft-testimonials-shortcode.layout-grid.columns-5 .testimonial-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    width: 20%
}

.kft-testimonials-shortcode.layout-grid.columns-6 .testimonial-item {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%;
    width: 16.66%
}

@media (max-width: 1024px) {
    .kft-testimonials-shortcode.layout-grid.columns-3 .testimonial-item,
    .kft-testimonials-shortcode.layout-grid.columns-4 .testimonial-item,
    .kft-testimonials-shortcode.layout-grid.columns-5 .testimonial-item,
    .kft-testimonials-shortcode.layout-grid.columns-6 .testimonial-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        width: 50%
    }
}

@media (max-width: 767px) {
    .kft-testimonials-shortcode.layout-grid.columns-2 .testimonial-item,
    .kft-testimonials-shortcode.layout-grid.columns-3 .testimonial-item,
    .kft-testimonials-shortcode.layout-grid.columns-4 .testimonial-item,
    .kft-testimonials-shortcode.layout-grid.columns-5 .testimonial-item,
    .kft-testimonials-shortcode.layout-grid.columns-6 .testimonial-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }
}



/** End testimonial**/


/* Hover Effect */

.has-hover[class*="image-hover-"] img {
    -webkit-transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
    transition: opacity .6s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s, -webkit-filter .6s, -webkit-transform .6s, -webkit-box-shadow .3s
}

.has-hover.image-hover-zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.has-hover.image-hover-zoom-long img {
    -webkit-transition: -webkit-transform 5s !important;
    transition: -webkit-transform 5s !important;
    transition: transform 5s !important;
    transition: transform 5s, -webkit-transform 5s !important
}

.has-hover.image-hover-zoom-long:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.has-hover.image-hover-zoom-fade:hover img {
    opacity: .7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.has-hover.image-hover-blur:hover img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.has-hover.image-hover-fade-in img {
    opacity: .7;
}

.has-hover.image-hover-fade-in:hover img {
    opacity: 1;
}

.has-hover.image-hover-fade-out:hover img {
    opacity: .6;
}

.has-hover.image-hover-color img,
.has-hover.image-hover-grayscale:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.has-hover.image-hover-color:hover img,
.has-hover.image-hover-grayscale img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}



/*** 5.Shortcode Banner ***/

.kft-banners-slider .kft-banner-content {
    width: 100%;
}

.kft-banner-shortcode {
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 0;
    overflow: hidden;
}

.kft-banner-shortcode .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    z-index: 1;
    -webkit-transition: opacity .6s, -webkit-transform .3s;
    transition: opacity .6s, -webkit-transform .3s;
    transition: transform .3s, opacity .6s;
    transition: transform .3s, opacity .6s, -webkit-transform .3s;
    pointer-events: none;
}

@media (max-width: 767px) {
    .kft-banner-shortcode {
        margin-bottom: 30px;
    }
}

.kft-banner-shortcode .kft-banner-content {
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.kft-banner-shortcode .kft-banner-content .content {
    position: absolute;
    z-index: 9;
    overflow: hidden;
    line-height: 1;
}

.kft-banner-shortcode.left-top .content {
    left: 10%;
    right: auto;
    top: 10%;
    bottom: auto;
}

.kft-banner-shortcode.left-bottom .content {
    left: 10%;
    right: auto;
    top: auto;
    bottom: 10%;
}

.kft-banner-shortcode.left-center .content {
    left: 10%;
    right: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.kft-banner-shortcode.right-top .content {
    right: 10%;
    left: auto;
    top: 10%;
    bottom: auto;
}

.kft-banner-shortcode.right-bottom .content {
    right: 10%;
    left: auto;
    top: auto;
    bottom: 10%;
}

.kft-banner-shortcode.right-center .content {
    right: 10%;
    left: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.kft-banner-shortcode.center-top .content {
    top: 10%;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.kft-banner-shortcode.center-bottom .content {
    top: auto;
    bottom: 10%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.kft-banner-shortcode.center-center .content {
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



/*** End Shortcode Banner ***/


/*** Shortcode Google Map ***/

.google-map-container {
    position: relative !important;
    overflow: hidden;
    height: 400px;
}

.google-map-wrapper {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.google-map-content {
    position: absolute;
    background-color: #fff;
    z-index: 99;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2)
}

.google-map-container.top_left .google-map-content {
    right: auto;
    bottom: auto;
    left: 10%;
    top: 10%;
}

.google-map-container.top_right .google-map-content {
    left: auto;
    bottom: auto;
    right: 10%;
    top: 10%;
}

.google-map-container.top_center .google-map-content {
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    bottom: auto;
    top: 10%;
}

.google-map-container.center_left .google-map-content {
    left: 10%;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.google-map-container.center_right .google-map-content {
    right: 10%;
    left: auto;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
}

.google-map-container.center .google-map-content {
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.google-map-container.bottom_left .google-map-content {
    left: 10%;
    right: auto;
    top: auto;
    bottom: 10%;
}

.google-map-container.bottom_right .google-map-content {
    left: auto;
    right: 10%;
    top: auto;
    bottom: 10%;
}

.google-map-container.bottom_center .google-map-content {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: auto;
    bottom: 10%;
}



/*** Shortcode button  ***/

.kft-button-shortcode {
    display: inline-block;
}

.kft-button-shortcode a {
    display: inline-block;
    position: relative;
    padding: 12px 20px;
}

.kft-button-shortcode.text-dark a {
    color: #000 !important;
}

.kft-button-shortcode.text-light a {
    color: #fff !important;
}

.button-style-simple a {
    background-color: transparent !important;
    border-color: transparent !important;
}

.button-style-outline a {
    border: 2px solid;
    background-color: transparent !important;
}

.button-style-underline a {
    background-color: transparent !important;
    border-color: transparent !important;
}

.button-style-underline a:before {
    content: "";
    height: 2px;
    opacity: .3;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
}

.button-style-underline a:hover:before {
    left: 0%;
    width: 100%;
    opacity: 1;
}

.color-alert a,
.color-alert.button-style-underline a:before {
    background-color: #b20000;
}

.color-success a,
.color-success.button-style-underline a:before {
    background-color: #7a9c59
}

.color-white a,
.color-white.button-style-underline a:before {
    background-color: #fff;
}

.is-xxxlarge a {
    font-size: 2.5em
}

.is-xxlarge a {
    font-size: 2em
}

.is-xlarge a {
    font-size: 1.5em
}

.is-larger a {
    font-size: 1.3em
}

.is-large a {
    font-size: 1.15em
}

.is-small a,
.is-small.button a {
    font-size: .8em
}

.is-smaller a {
    font-size: .75em
}

.is-xsmall a {
    font-size: .7em
}

.is-xxsmall a {
    font-size: .6em
}

@media (max-width: 549px) {
    .is-xxlarge a {
        font-size: 2.5em
    }
    .is-xlarge a {
        font-size: 1.8em
    }
    .is-larger a {
        font-size: 1.2em
    }
    .is-large a {
        font-size: 1em
    }
}



/*** 6.Shortcode Single Image ***/

.kft-single-image-shortcode,
.kft-single-image-shortcode * {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.kft-single-image-shortcode {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.kft-single-image-shortcode .kft-image-content {
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.effect-border-image .effect {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
}

.effect-border-image .effect:after {
    opacity: 0;
    z-index: 4;
    width: auto;
    height: auto;
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 8px;
    bottom: 8px;
    border: 1px solid #fff;
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transition: opacity 100ms ease 0s, -webkit-transform 400ms;
    transition: opacity 100ms ease 0s, -webkit-transform 400ms;
    transition: transform 400ms, opacity 100ms ease 0s;
    transition: transform 400ms, opacity 100ms ease 0s, -webkit-transform 400ms;
    -moz-transition: transform 400ms, opacity 100ms ease 0s;
    -webkit-transition: -webkit-transform 400ms, opacity 100ms ease 0s;
}

.effect-border-image:hover .effect:after {
    opacity: 1;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: opacity 300ms ease 0s, -webkit-transform 500ms;
    transition: opacity 300ms ease 0s, -webkit-transform 500ms;
    transition: transform 500ms, opacity 300ms ease 0s;
    transition: transform 500ms, opacity 300ms ease 0s, -webkit-transform 500ms;
    -moz-transition: transform 500ms, opacity 300ms ease 0s;
    -webkit-transition: -webkit-transform 500ms, opacity 300ms ease 0s;
}

.effect-image .effect:before,
.effect-image .effect:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}

.effect-image:hover .effect:after {
    background-color: rgba(255, 255, 255, 0.2);
    top: 50%;
    bottom: 50%;
}

.effect-image:hover .effect:before {
    background-color: rgba(255, 255, 255, 0.2);
    right: 50%;
    left: 50%;
}

.effect-background-image .effect:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    display: inline-block;
    content: "";
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    margin-top: -30px;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}

.effect-background-image:hover .effect:after {
    opacity: 1;
    margin-top: 0;
}

.effect-background-image .effect:before {
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 100;
    width: 50px;
    height: 50px;
    margin-top: -30px;
    content: "+";
    font-weight: normal;
    font-family: "Times New Roman";
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 48px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}

.effect-background-image:hover .effect:before {
    opacity: 1;
    margin-top: 0;
    top: 50%;
}



/*** End Shortcode Single Image ***/


/*** 7.Shortcode Brand Slider ***/

.kft-brand-slider-shortcode {
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.kft-brand-slider-shortcode .owl-carousel * {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}


.kft-brand-slider-shortcode .section-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.kft-brand-slider-shortcode .section-title .section-title-main {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
}

.kft-brand-slider-shortcode .owl-carousel .owl-item {
    text-align: center;
}

.kft-brand-slider-shortcode a {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.kft-brand-slider-shortcode .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
    opacity: .5;
}
.kft-brand-slider-shortcode .owl-carousel .owl-item.center img,
.kft-brand-slider-shortcode .item:hover img{
    opacity: 1;
    transition: opacity .3s ease;
}



/*** End Brand Slider ***/


/*** Blog Shortcode ***/
.kft-blogs-shortcode .blogs article{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.kft-blogs-shortcode .blogs .button-readmore{
    color: #222;
    font-weight: bold;
}
.blogs article .blog-image:hover>img{
transform: scale(1);
}
.kft-blogs-shortcode .blogs article .entry-header:before{
position: absolute;
content:'';
width: 100%;
height: 100%;
top: -20px;
left: 20px;
background-color: transparent;
border: 1px solid;
opacity: 0;
}
.kft-blogs-shortcode .blogs article .entry-header:hover:before{
opacity: 1;
transition: all 1.5s ease;
}
.kft-blogs-shortcode .blogs .button-readmore:before{
width: 30px;
height: 1px;
position: absolute;
right: -40px;
top: 50%;
background-color: #222;
content:'';
}
.kft-blogs-shortcode .blogs article .entry-header{
    flex-basis: 50%;
    position: relative;
}

.kft-blogs-shortcode.masonry .blogs article{
    display: block;
}
.kft-blogs-shortcode.masonry  .blogs article .entry-content{
        margin-left: 0;
    border: 1px solid #ebebeb;
    margin-bottom: 0;

}
.kft-blogs-shortcode .blogs article:nth-child(2n){
    flex-direction: row-reverse;
}
.kft-blogs-shortcode .blogs article:nth-child(2n) .entry-content{
    margin-left: 0;
}
.kft-blogs-shortcode .blogs article .entry-content{
    flex:1;
    margin-left:20px;
}

.kft-blogs-shortcode {
    position: relative;
    width: 100%;
    text-align: center;
}
.kft-blogs-shortcode.masonry .blogs article {
    margin-bottom: 30px;
}
.kft-blogs-shortcode .load-more-wrapper a{
    padding: 12px 23px;
    background: #222;
    color: #fff;
}

.blogs article:not(.format-gallery) a.blog-image {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.kft-blogs-shortcode .entry-content {
    text-align: center;
    background-color: #fff;
    z-index: 1;
    /*border: 1px solid #ebebeb;*/
    position: relative;
    padding: 20px;
    margin-bottom: 5px;
}
.kft-blogs-shortcode .vcard.author img{
    width: auto;
    display: inline-block;
}
.kft-blogs-shortcode .vcard.author{
        color: #757575;
    margin-right: 0;
    font-weight: 300;
}


.blogs .entry-title {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 10px;
    line-height: 1.2;
}

.blogs .entry-title a {
    color: #262626;
}

.blogs .entry-info {
    display: inline-block;
    width: 100%;
    /*padding-top: 15px;*/
    margin-top: 5px;
    /*border-top: 1px dashed #ddd;*/
}

.blogs .date-time {
    color: #999;
    margin: 0;
    padding: 0;
    position: relative;
}

.blogs .comment {
    float: right;
    color: #999;
    margin: 0;
    padding: 0;
    position: relative;
}

.button-readmore {
    text-transform: capitalize;
    font-size: 16px;
    position: relative;
}

.button-readmore:hover:after {
    width: 100%;
}

.button-readmore:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    transition: width 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -webkit-transition: width 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}


/*** Countdown Shortcode  ***/

.kft-countdown {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.kft-countdown .countdown-timer {
    width: 100%;
    text-align: left;
}

.kft-countdown .countdown-timer>div {
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 15px 2px 15px 2px;
    background: transparent;
    margin-right: 10px;
    margin-left: 10px;
    color: #444;
    background-color: #444;
    border: none;
    color: #fff;
}

.kft-countdown .countdown-timer>div .number {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
}

.kft-countdown .countdown-timer>div .countdown-meta {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

.kft-countdown.text-light .countdown-timer>div .countdown-meta,
.kft-countdown.text-light .countdown-timer>div .number {
    color: #fff;
}

.kft-countdown.text-light .countdown-timer>div.days {
    background: transparent;
}

.kft-countdown.text-light .countdown-timer>div {
    border-color: #fff;
}



/*** Counter Up Shortcode ***/

.kft-counter {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.kft-counter .number {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

body .kft-counter .meta {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.kft-counter.text-light * {
    color: #fff;
}



/* Section Title */

.kft-section-title.bordered {
    justify-content: center;
}

.kft-section-title .before-title {
    margin-bottom: 10px;
    letter-spacing: 0.25px;
}

.kft-section-title .sub-title-des {
    width: 100%;
    text-align: center;
    letter-spacing: 1.4px;
    color: #999;
}

.kft-section-title {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.kft-section-title.default {
    flex-direction: column;
    justify-content: center;
}

.kft-section-title.bordered .section-title-main {
    margin-left: 30px;
    margin-right: 30px;
}

.kft-section-title .sub-title {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.kft-section-title b {
    height: 2px;
    flex-basis: 65px;
    width: 65px;
}

.kft-section-title .section-title-main .font-500 {
    font-weight: 500;
}

.kft-section-title .section-title-main .font-100 {
    font-weight: 100;
}

.kft-section-title .section-title-main .font-200 {
    font-weight: 200;
}

.kft-section-title .section-title-main .font-300 {
    font-weight: 300;
}

.kft-section-title .section-title-main .font-400 {
    font-weight: 400;
}

.kft-section-title .section-title-main .font-600 {
    font-weight: 600;
}

.kft-section-title .section-title-main .font-700 {
    font-weight: 700;
}

.kft-section-title .section-title-main .font-800 {
    font-weight: 800;
}

.kft-section-title .section-title-main .font-900 {
    font-weight: 900;
}



/* Product Category Slider */

.kft-product-categories-shortcode {
    position: relative;
    visibility: visible;
}

.kft-product-categories-shortcode.columns-8 .product-category-shortcode {
    width: 12.5%;
}

.kft-product-categories-shortcode.columns-7 .product-category-shortcode {
    width: 14.285%
}

.kft-product-categories-shortcode.columns-6 .product-category-shortcode {
    width: 16.6%
}

.kft-product-categories-shortcode.columns-5 .product-category-shortcode {
    width: 20%;
}

.kft-product-categories-shortcode.columns-4 .product-category-shortcode {
    width: 25%;
}

.kft-product-categories-shortcode.columns-3 .product-category-shortcode {
    width: 33.33333%;
}

.kft-product-categories-shortcode.columns-2 .product-category-shortcode {
    width: 50%;
}
.kft-product-categories-shortcode .products >.product.product-category-shortcode{

    margin-right: 0 !important;
    margin-left:0 !important;
}
.kft-product-categories-shortcode .products >.product.product-category-shortcode:last-child{
    display: flex;
    margin-right: 0 !important;
    margin-left: auto !important;
}


.kft-product-categories-shortcode.columns-1 .product-category-shortcode {
    width: 100%;
}

.kft-product-categories-shortcode:not(.layout-slider) .products {
    margin-left: -15px;
    margin-right: -15px;
}

.kft-product-categories-shortcode:not(.layout-slider) .product-category-shortcode {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .kft-product-categories-shortcode.columns-3 .product-category-shortcode,
    .kft-product-categories-shortcode.columns-4 .product-category-shortcode,
    .kft-product-categories-shortcode.columns-5 .product-category-shortcode,
    .kft-product-categories-shortcode.columns-6 .product-category-shortcode,
    .kft-product-categories-shortcode.columns-7 .product-category-shortcode,
    .kft-product-categories-shortcode.columns-8 .product-category-shortcode {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .kft-product-categories-shortcode.columns-2 .product-category-shortcode,
    .kft-product-categories-shortcode.columns-3 .product-category-shortcode,
    .kft-product-categories-shortcode.columns-4 .product-category-shortcode,
    .kft-product-categories-shortcode.columns-5 .product-category-shortcode,
    .kft-product-categories-shortcode.columns-6 .product-category-shortcode,
    .kft-product-categories-shortcode.columns-7 .product-category-shortcode,
    .kft-product-categories-shortcode.columns-8 .product-category-shortcode {
        width: 100%;
    }
}

.kft-product-categories-shortcode .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

body .kft-product-categories-shortcode .category-content h3 {
    position: absolute;
    left: 0;
    bottom: 100%;
    display: inline-block;
    font-size: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
body .kft-product-categories-shortcode.layout-grid .category-content h3 {
    position: absolute;
    left: 0;
    bottom: 100%;
    display: inline-block;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.kft-product-categories-shortcode .product-category-shortcode {
    position: relative;
    overflow: hidden;
    visibility: visible;
    pointer-events: visible;
    -webkit-transform: none;
    transform: none;
}

.kft-product-categories-shortcode .product-category-shortcode .category-image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
}

.kft-product-categories-shortcode .product-category-shortcode .category-image img {
    width: auto;
    height: auto;
    transition: -webkit-transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.kft-product-categories-shortcode .product-category-shortcode:hover .category-image img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
}

.kft-product-categories-shortcode .category-image {
    display: block;
    position: relative;
    -webkit-transform: none;
    transform: none;
    overflow: hidden;
}

.kft-product-categories-shortcode .category-description {
    padding: 0 10px;
}
.kft-product-categories-shortcode .category-content{
    position: absolute;
    bottom: 15px;
    left: 35px;
    right: 35px;
    transform: translateY(100%) translateZ(0);
    transition: transform .3s ease;
    z-index: 9;
}
.kft-product-categories-shortcode .category-content .category-count{
    margin-top: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.kft-product-categories-shortcode .product-category-shortcode:hover .category-count{
    opacity: 1;
    visibility: visible;
    color: #888;
}
.kft-product-categories-shortcode .product-category-shortcode:hover .category-content{
    transform: translateY(0) translateZ(0);
}


/** 3.Shortcode Feature **/

.kft-feature-box {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
    padding: 0;
    color: inherit;
    font-size: 100%;
}

.kft-feature-box.icon.center {
    text-align: center;
}

.kft-feature-box.icon.left,
.kft-feature-box.icon.right,
.kft-feature-box.image.feature-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.kft-feature-box.icon.left .feature_icon,
.kft-feature-box.icon.right .feature_icon,
.kft-feature-box.image.feature-vertical .feature_icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.kft-feature-box.icon.right .feature_icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.kft-feature-box.icon.right .feature_content {
    text-align: right;
    padding-right: 15px;
}

.kft-feature-box.icon.left .feature_content {
    padding-left: 15px;
    text-align: left;
}

.kft-feature-box.icon.left .feature_content,
.kft-feature-box.icon.right .feature_content,
.kft-feature-box.image.feature-vertical .feature_content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.kft-feature-box .feature_icon {
    font-size: 48px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 25px;
}

.kft-feature-box .feature-title {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 0;
    font-weight: 600;
}

.kft-feature-box.image {
    text-align: center;
    position: relative;
    visibility: visible;
    width: auto;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    background-color: transparent;
}

.kft-feature-box.image .feature_content {
    padding: 15px 10px 10px 10px;
}

.kft-feature-box.image.overlay .feature_content {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    max-width: 100%;
    z-index: 100;
}

.kft-feature-box.image.overlay .feature_content a {
    color: #fff;
}

.kft-feature-box .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: -1px;
    right: -1px;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: opacity .6s, -webkit-transform .3s;
    transition: opacity .6s, -webkit-transform .3s;
    transition: transform .3s, opacity .6s;
    transition: transform .3s, opacity .6s, -webkit-transform .3s;
    pointer-events: none;
}

.kft-feature-box.image.feature-label .feature_content {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    width: auto;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ebebeb;
}



/* Shortcode Images Gallery */

.kft-images-shortcode.layout-grid .images-gallery,
.kft-images-shortcode.layout-masonry .images-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
}

.kft-images-shortcode .images-gallery-item {
    text-align: center;
}

.kft-images-shortcode.layout-grid,
.kft-images-shortcode.layout-masonry {
    margin-left: -10px;
    margin-right: -10px;
}

.kft-images-shortcode.layout-grid .images-gallery-item,
.kft-images-shortcode.layout-masonry .images-gallery-item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.kft-images-shortcode.columns-1 .images-gallery-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%
}

.kft-images-shortcode.layout-grid.columns-2 .images-gallery-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%
}

.kft-images-shortcode.columns-3 .images-gallery-item {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
    width: 33.33%
}

.kft-images-shortcode.columns-4 .images-gallery-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    width: 25%
}

.kft-images-shortcode.columns-5 .images-gallery-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
    width: 20%;
}

.kft-images-shortcode.columns-6 .images-gallery-item {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
    max-width: 16.66%;
    width: 16.66%;
}

@media (max-width: 1024px) {
    .kft-images-shortcode.columns-3 .images-gallery-item,
    .kft-images-shortcode.columns-4 .images-gallery-item,
    .kft-images-shortcode.columns-5 .images-gallery-item,
    .kft-images-shortcode.columns-6 .images-gallery-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        width: 50%
    }
}

@media (max-width: 767px) {
    .kft-images-shortcode.columns-2 .images-gallery-item,
    .kft-images-shortcode.columns-3 .images-gallery-item,
    .kft-images-shortcode.columns-4 .images-gallery-item,
    .kft-images-shortcode.columns-5 .images-gallery-item,
    .kft-images-shortcode.columns-6 .images-gallery-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%
    }
}



/* Shortcode Mega Menu */

.kft-mega-menu-shortcode .widgettitle {
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 20px;
    color: #fff;
    font-weight: 600;
}

.kft-mega-menu-shortcode .widgettitle:before {
    content: "\f0c9";
    font-family: "FontAwesome";
    margin-right: 10px;
}

.mega-menu-wg {
    position: relative;
    border: 1px solid #e5e5e5;
}



/* Shortcode Products */

.kft-product-shortcode.is-slider .product {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;


}

.kft-product-shortcode.is-slider .owl-nav{
    z-index: -1;
}
.kft-product-shortcode:not(.is-slider) .meta-slider>.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
}

.kft-product-shortcode:not(.is-slider) .product {
    padding: 0 15px;
}

.kft-product-shortcode .countdown-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
   /* margin-top: -20px;*/
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
}

.kft-product-shortcode .countdown-timer>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.kft-product-shortcode .load-more-wrapper {
    text-align: center;
    margin-top: 20px;
}

.kft-product-shortcode .load-more-wrapper a {
    border-radius: inherit;
    padding: 12px 20px;
    text-transform: uppercase;
}

.kft-product-shortcode.is-slider .kft-products {
    width: auto !important;
}

.kft-product-shortcode {
    position: relative;
    visibility: visible;
}



/* Product Style */
/*hover-bottom*/
.product-style-shortcode.is-hover-bot .product-categories,
.product-style-shortcode.is-hover-bot .color-swatches
{
display: none;
}
.product-style-shortcode.is-hover-bot .item-information .kft-product-buttons,
.product-style-shortcode.is-hover-bot .item-information .kft-product-buttons >div.kft-add-to-cart
{
    display: block;
}
.woocommerce .product-style-shortcode.is-hover-bot .product .item-information .kft-product-buttons a{
border-top: 0;
border-bottom: 0;
text-align: left;
padding: 0;
}
.product-style-shortcode.is-hover-bot .item-information .kft-product-buttons >div{
    display: none;
}
.product-style-shortcode.is-hover-bot .product .kft-product-buttons{
position: absolute;
bottom: 0;
left: -20px;
opacity: 0;
}
.product-style-shortcode.is-hover-bot .product .item-information{
padding-bottom: 0;
}
.product-style-shortcode.is-hover-bot .product{
    margin-bottom: 30px;
}
.product-style-shortcode.is-hover-bot .product .images .kft-product-buttons{
display: none;
}
.product-style-shortcode.is-hover-bot .product:hover .kft-product-buttons{
left: 5px;
opacity: 1;
transition: all 1s ease;
}
.product-style-shortcode.is-hover-bot .product:hover .price{
opacity: 0;
}
.woocommerce .product-style-shortcode.is-hover-bot .product .item-information .kft-product-buttons a{
line-height: 20px;
text-transform: capitalize;
border: 0;
}
/*overlay*/

.product-style-shortcode.is-overlay .product-categories{
display: none;
}
.product-style-shortcode.is-overlay .item-information .kft-product-buttons{
    display: none;
}
.product-style-shortcode.is-overlay .item-information .kft-product-buttons >div a{
font-size: 0;
}
.product-style-shortcode.is-overlay .load-more-wrapper .load-more{
font-size: 13px;
    letter-spacing: 1px;
}
.product-style-shortcode.is-overlay .load-more-wrapper .load-more:hover{
    border: 0;
}
.product-style-shortcode.is-overlay.overlay-min .product{
    max-width: 270px;
    float: right;
    margin-right: 0 !important;
}
.product-style-shortcode.is-overlay.overlay-left .product{
    max-width: 270px;
    float: left;
    margin-left:0 !important;
}
.product-style-shortcode.is-default.no-rate .star-rating, 
.product-style-shortcode.is-overlay .star-rating
{
display: none;
}
.product-style-shortcode.is-default.no-rate h3.product-name>a,
.product-style-shortcode.is-overlay h3.product-name>a
{
font-size: 18px;
}
.product-style-shortcode.is-overlay h3.product-name
{
margin-bottom: 10px;
}
.woocommerce .is-default.no-rate  div.product span.price,
.woocommerce .is-overlay  div.product span.price
{
    font-size: 16px;
}
.product-style-shortcode.is-default.no-rate h3.product-name{
    margin-top: 10px;
    margin-bottom: 8px;
}
.woocommerce .product-style-shortcode.is-default.no-rate .product .item-information{
    padding-bottom: 34px;
}
.product-style-shortcode.is-shade .images>a:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, left bottom, left top, from(#323232), color-stop(33%, rgba(50, 50, 50, 0)));
    background: linear-gradient(to top, #323232 0%, rgba(50, 50, 50, 0) 33%);
    opacity: .3;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 9;
}



/* Product Style(Vertical)*/

.product-style-shortcode.is-vertical .kft-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-direction: row;
}

.product-style-shortcode.is-vertical .item-information,
.product-style-shortcode.is-vertical .star-rating {
    text-align: left;
    margin-left: 0;
}



/* Label */
@media (max-width: 999px){
    .kft-product-shortcode.is-label:not(.is-slider) .meta-slider>.products{
        margin: 0;
    }
    .kft-product-shortcode.is-label:not(.is-slider) .product{
        padding: 15px;
    }
}
.product-style-shortcode.is-label .item-information .color-swatches{
display: none;
}
.woocommerce .product-style-shortcode.is-label .item-information .star-rating{
    right: 20px;
}
.product-style-shortcode.is-label .item-information {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 20px 20px 20px;
    z-index: 9;
    background-color: #fff;
    width: 87%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 10% 0;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.product-style-shortcode.is-label .images .kft-product-buttons {
    display: none;
}



/* Badge */

.product-style-shortcode.is-badge .item-information {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px 20px 20px;
    z-index: 9;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    margin: 10% 0;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.product-style-shortcode.is-badge .images .kft-product-buttons {
    display: none;
}



/* Push */

.product-style-shortcode.is-push .kft-product {
    text-align: center;
}

.product-style-shortcode.is-push .item-information {
    padding: 15px 20px;
    background-color: rgba(255, 255, 255, 0.95);
    max-width: 85%;
    margin: -15%;
    z-index: 2;
}



/* Products Deals */

.kft-products-deals-shortcode .product-gallery-images ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
}

.kft-products-deals-shortcode .product-gallery-images ul li {
    margin-right: 10px;
}

.woocommerce .kft-products-deals-shortcode div.kft-product {
    max-width: inherit;
}



/* Video Shortcode */

.kft-video iframe {
    border: inherit;
}



/* Video Button Shortcode */

.kft-video-button {
    position: relative;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
}

.kft-video-button .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border: 2px solid #ebebeb;
    border-radius: 100%;
    font-size: 26px;
    color: #fff;
}

.kft-video-button .video-image {
    text-align: center;
}


.kft-product-shortcode .countdown-timer .countdown-meta{
    display: none;
}
.kft-product-shortcode .countdown-timer:before{
   content: "\e081";
   font-family: "simple-line-icons";

}
.kft-product-shortcode .countdown-timer{
   width: 70%;
   margin: auto;
   border: 1px solid #f3f3f3;
   padding: 2px;
   background-color: #fff;
   color: #666;
}
.kft-product-shortcode .countdown-timer>div {
    text-align: center;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    color: #444;
    border: none;
    margin: 0;
    position: relative;
}
.kft-product-shortcode .countdown-timer>div:not(:last-child):after{
    content: ':';
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.kft-product-shortcode .countdown-timer>div .number {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
}

.kft-product-shortcode .countdown-timer>div .countdown-meta {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
}
.kft-product-shortcode .countdown-timer{
    top: 20px;
    padding-left: 13px;
}
.woocommerce .product .item-information .kft-product-buttons .add-to-cart a:first-child:before,
.kft-meta-widget.item-information .kft-product-buttons .add-to-cart a:first-child:before{
    content: '';
}
@media only screen and (min-width: 1300px){
.kft-product-categories-shortcode .products .product-category-shortcode.last .category-content{
    left: 70px;
}
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus, select:focus{
        box-shadow: 0 0 4px rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.1);
}
/*blog-v1*/
.kft-blogs-shortcode.blog-v1 .blogs article .entry-header:hover:before{
    opacity: 0;
}
.kft-blogs-shortcode.blog-v1 .blogs article{
    margin-bottom: 0px;
    /*border:1px solid #ebebeb;*/
}
.kft-blogs-shortcode.blog-v1 .blogs article .entry-content{
    margin-left: 0;
}
.kft-blogs-shortcode.blog-v1 .blogs{
    display: inline-block;
}
.kft-blogs-shortcode.blog-v1 .load-more-wrapper{
   margin-top: 55px;
}
/*blog-v2*/
.kft-blogs-shortcode.blog-v2 .blogs article{
    display: block;
}
.kft-blogs-shortcode.blog-v2 .blogs article .entry-header:hover:before{
    opacity: 0;
}
.kft-blogs-shortcode.blog-v2 .blogs article .blog-image:hover>img{
    transform: scale(1.2);
}
.kft-blogs-shortcode.blog-v2 .blogs article .entry-header a.blog-image:hover:before,
article.blog-post-default .entry-header a.blog-image:hover:before
{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
    border: 1px solid #777;
    opacity: 1;
    z-index: 2;
}
.kft-blogs-shortcode.blog-v2 .blogs article .entry-header a.blog-image:hover,
article.blog-post-default .entry-header a.blog-image:hover
{
       box-shadow: 0 0 10px rgba(0,0,0,1);
       position: relative;
}
/*blog-v3*/
.kft-blogs-shortcode.blog-v3 .blogs article{
    display: block;
}
.kft-blogs-shortcode.blog-v3 .blogs article:nth-child(3n){
    width: 100% !important;
}
.kft-blogs-shortcode.blog-v3 .blogs article .entry-header:hover:before{
    opacity: 0;
}
.kft-blogs-shortcode.blog-v3 .entry-content{
        border: 1px solid #ebebeb;
        text-align: left;
        margin-bottom: 35px;
        margin-left: 0 !important;
        padding-bottom: 15px;
}
.kft-blogs-shortcode.blog-v3 .blog-image:hover>img{
    transform: scale(1.1);
}

/*blog v5*/
.kft-blogs-shortcode.blog-v5 .blogs article{
    display: block;
}
.kft-blogs-shortcode.blog-v5 .blogs article .entry-content{
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 32px;
}
.kft-blogs-shortcode.blog-v5 .blogs article .entry-info{
    color: #999;
    font-weight: 300;
    margin-bottom: 12px;
}
.kft-blogs-shortcode.blog-v5 .blogs .entry-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    
}
.kft-blogs-shortcode.blog-v5 .blogs article .entry-header:before{
border: 0;
}
.kft-blogs-shortcode.blog-v5 .blogs .button-readmore:before{
    width: 0;
    height: 0;
}
.kft-blogs-shortcode.blog-v5 .blogs .button-readmore{
    /*color: #262626;*/
    font-weight: 400;
}
.kft-blogs-shortcode.blog-v5 .blogs .owl-dots{
    counter-reset: unset;
}
.kft-blogs-shortcode.blog-v5 .blogs .owl-dots .owl-dot:before{
    counter-increment: unset;
    content: '';
    width: 12px;
    height: 12px;
    background: transparent;
    display: block;
    border-radius: 999px;
    border:2px solid #999;
}
.kft-blogs-shortcode.blog-v5 .blogs .owl-dots .owl-dot.active:after{
    width: 0;
    height: 0;
}
.kft-blogs-shortcode.blog-v5 .owl-dots .owl-dot.active{
    margin-right: 5px;
}
.kft-blogs-shortcode.blog-v5 .owl-dots .owl-dot{
    margin: 0 5px;
}

/*blog v7*/
/*blog v7*/
.kft-blogs-shortcode.blog-v7 .blogs article{
    display: block;
}
.kft-blogs-shortcode.blog-v7 .blogs article .entry-content{
    display: flex;
    flex-direction: column-reverse;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
}
.kft-blogs-shortcode.blog-v7 .blogs article .entry-content .date-time{
    order:2;
    margin-bottom: 6px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
}
.kft-blogs-shortcode.blog-v7 .blogs article .entry-content .entry-title{
    order:1;
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 7px;
}

.kft-blogs-shortcode.blog-v7 .blogs article .entry-content >a{
   order: 3;
    display: inline-block;
    font-weight: 500;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 60px;
    letter-spacing: 1px;
}
.kft-blogs-shortcode.blog-v7 .blogs .button-readmore:before{
    width: 40px;
    right: auto;
    left: 0;
}
.kft-blogs-shortcode.blog-v7 .button-readmore:hover:after{
    width: 0;
}
.kft-blogs-shortcode.blog-v7 .blogs article .entry-header:hover:before{
    opacity: 0;
    width: 0;
    height: 0;
}
.kft-blogs-shortcode.blog-v7 .owl-dots{
    counter-reset: inherit;
}
.kft-blogs-shortcode.blog-v7 .owl-dots .owl-dot:before{
    content: '';
}
.kft-blogs-shortcode.blog-v7 .owl-dots>.owl-dot>span{
    display: block;
    background: transparent;
    border:1px solid #c6c6c6;
}
.kft-blogs-shortcode.blog-v7 .owl-dots>.owl-dot.active>span,
.kft-blogs-shortcode.blog-v7 .owl-dots>.owl-dot:hover >span
{
    background: #000;
    border:1px solid #000;
}
.kft-blogs-shortcode.blog-v7 .owl-dots .owl-dot.active:after{
    width: 0;
}
.kft-blogs-shortcode.blog-v7 .owl-dots .owl-dot.active{
    margin-right: 7px;
}
.kft-blogs-shortcode.blog-v7 .entry-content{
    background: transparent;
}
.kft-blogs-shortcode.blog-v7 .blogs{
    padding-bottom: 40px;
}


/*mailchimp*/
/*style4*/
.kft-mailchimp-shortcode.style-4 .widgettitle{
display: none;
}
.kft-mailchimp-shortcode.style-4 .mc4wp-form>div p:first-child{
flex: 1 1 auto;
max-width: 430px;
}
 .kft-popup-wrapper .kft-mailchimp-shortcode.style-4 .mc4wp-form>div{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.kft-mailchimp-shortcode.style-4 .mc4wp-form .mc4wp-form-fields input{
        padding-top: 14px;
    padding-bottom: 14px;
    border-right: 1px;
    margin-bottom: 15px;
}
.kft-mailchimp-shortcode.style-4  .mc4wp-form>div p,
.kft-mailchimp-shortcode.style-4  .mc4wp-form input[type=submit]{
    width: 100%;
    max-width: 430px;
}
.kft-mailchimp-shortcode.style-4  .mc4wp-form input[type=submit]{
    background-color: #333;
}
/*style5*/
.kft-mailchimp-shortcode.style-5 .mc4wp-form .mc4wp-form-fields input{
    border: 0;
    background: transparent;
    border-bottom: 2px solid #262626;
}
.kft-mailchimp-shortcode.style-5 .mc4wp-form .mc4wp-form-fields input[type="submit"]{
   font-size: 0;
   background: transparent;
}
.kft-mailchimp-shortcode.style-5 .mc4wp-form .mc4wp-form-fields input[type="submit"]:before{
   font-family: 'FontAwesome';
   content: "\f178";
   font-size: 16px;
}
/*style6*/
.kft-mailchimp-shortcode.style-6 .mc4wp-form .mc4wp-form-fields input{
    background: transparent;
}
.kft-mailchimp-shortcode.style-6 .mc4wp-form .mc4wp-form-fields p:nth-child(2){
    position: relative;
}
.kft-mailchimp-shortcode.style-6 .mc4wp-form .mc4wp-form-fields p:nth-child(2):before{
   font-family: 'FontAwesome';
   content: "\f178";
   font-size: 16px;
   position: absolute;
   left: 20px;
   top: 13px;
   z-index: -1;
   color: #999;
}

.kft-mailchimp-shortcode.style-6 .mc4wp-form .mc4wp-form-fields input{
    padding-top: 12px;
    padding-bottom: 12px;
    color: #999;
}
.kft-mailchimp-shortcode.style-6 .mc4wp-form .mc4wp-form-fields input[type="submit"]{
    font-size: 0;
    width: 50px;
    border-right: 1px solid;
}
.kft-mailchimp-shortcode.style-6 .mc4wp-form>div p:first-child{
    max-width: 100%;
}
.footer-mid-v4 .kft-instagram.columns-4 .item:not(:last-child) a{
    /*padding-right: 5px;*/
}
.footer-mid-v4  .kc-fb-layout-3 .box-right{
    padding-left: 15px;
}
.footer-mid-v4 .kc-fb-layout-3 .content-title{
    margin-bottom: 5px;
}

.kft-feature-box.image.feature-vertical{
    align-items: center;
}
.kft-feature-box.image.feature-vertical a img{
transform: rotate(0);
}
.kft-feature-box.image.feature-vertical a:hover img{
transform: rotate(360deg);
transition: transform 1s ease;
}
@media (max-width: 991px){
    .kft-feature-box.image.feature-vertical{
        flex-wrap: wrap;
        justify-content: center;
    }
}


.kft-instagram .item{
    padding: 0;
}

