.animated{
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
@-webkit-keyframes fadeIn{
0%{opacity: 0}
100%{opacity: 1}
}
@keyframes fadeIn{
0%{opacity: 0}
100%{opacity: 1}
}
.fadeIn{
-webkit-animation-name: fadeIn;
animation-name: fadeIn
}
@-webkit-keyframes fadeOut{
0%{opacity: 1}
100%{opacity: 0}
}
@keyframes fadeOut{
0%{opacity: 1}
100%{opacity: 0}
}
.fadeOut{
-webkit-animation-name: fadeOut;
animation-name: fadeOut
} .ts-effect-image{
text-align: center;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-effect-image .image-link{
display: block;
position: relative;
max-width: 100%;
overflow: hidden;
} .counter-wrapper{
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;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.text-center .counter-wrapper{
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.text-right .counter-wrapper{
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.counter-wrapper > div{
font-size: 0;
line-height: 1;
min-width: 70px;
text-align: center;
padding: 9px 5px;
}
.counter-wrapper > div .number-wrapper{
font-size: 22px;
line-height: 26px;
}
.counter-wrapper > div > .ref-wrapper{
font-size: 11px;
line-height: 16px;
}
.counter-wrapper > span{
width: 22px;
text-align: center;
font-size: 22px;
font-weight: bold;
line-height: 1;
} .ts-banner,
.ts-banner *{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
} 
.ts-banner{
overflow: hidden;
width: 100%;
position: relative;
text-align: center;
}
.ts-banner.text-left .banner-wrapper{
text-align: left;
}
.ts-banner.text-right .banner-wrapper{
text-align: right;
}
.ts-banner.text-center .banner-wrapper{
text-align: center;
}
.ts-banner .banner-wrapper{
position: relative;
}
.ts-banner .banner-wrapper .banner-bg{
overflow: hidden;
}
.ts-banner .banner-wrapper > a{
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 9;
}
.ts-banner .banner-bg img{
position: relative;
margin: 0 auto;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.ts-banner:not(.text-under-image) .box-content{
position: absolute;
z-index: 2;
display: table;
transition: 300ms ease 0s;
}
.ts-banner header{
display: table-cell;
vertical-align: middle;
}
.ts-banner .box-content .description,
.ts-banner .box-content h2,
.ts-banner .box-content h6,
.ts-banner.style-arrow .ts-banner-button a{
line-height: 1.2;
color: #ffffff;
}
.ts-banner .box-content h2{
margin-bottom: 18px;
}
.ts-banner .box-content h6{
margin-bottom: 10px;
}
.ts-banner .box-content .description{
margin-bottom: 30px;
}
.ts-banner .ts-banner-button{
display: inline-block;
overflow: hidden;
position: relative;
}
.ts-banner .ts-banner-button .button{
text-decoration: none;
border-width: 0;
} .left-top .box-content{
left: 40px;right: auto;
top: 40px;bottom: auto;
}
.left-bottom .box-content{
left: 40px;right: auto;
top: auto;bottom: 40px;
}
.left-center .box-content{
left: 40px;right: auto;
top: 50%;bottom: auto;
transform: translate(0,-50%);
}
.right-top .box-content{
right: 40px;left: auto;
top: 40px;bottom: auto;
}
.right-bottom .box-content{
right: 40px;left: auto;
top: auto;bottom: 40px;
}
.right-center .box-content{
right: 40px;left: auto;
top: 50%;bottom: auto;
transform: translate(0,-50%);
}
.center-top .box-content{
text-align: center;
left: 0;right: 0;
top: 40px;bottom: auto;
width: 100%;
}
.center-bottom .box-content{
text-align: center;
left: 0;right: 0;
top: auto;bottom: 40px;
width: 100%;
}
.center-center .box-content{
left: 50%;right: auto;
top: 50%;bottom: auto;
width: 100%;
transform: translate(-50%,-50%);
text-align: center;
width: 100%;
} .elementor-column.elementor-col-100 .left-top .box-content{
left: 60px;
top: 60px;
}
.elementor-column.elementor-col-100 .left-bottom .box-content{
left: 60px;
bottom: 60px;
}
.elementor-column.elementor-col-100 .left-center .box-content{
left: 60px;
}
.elementor-column.elementor-col-100 .right-top .box-content{
right: 60px;
top: 60px;
}
.elementor-column.elementor-col-100 .right-bottom .box-content{
right: 60px;
bottom: 60px;
}
.elementor-column.elementor-col-100 .right-center .box-content{
right: 60px;
}
.elementor-column.elementor-col-100 .center-top .box-content{
top: 60px;
}
.elementor-column.elementor-col-100 .center-bottom .box-content{
bottom: 60px;
} .ts-banner.text-under-image .box-content > *{
padding: 0;
display: block;
max-width: 100%;
margin-top: 40px;
}
.ts-banner.text-under-image .banner-wrapper .banner-bg{
display: inline-block;
vertical-align: top;
}
.ts-banner.text-under-image .banner-wrapper .banner-bg img{
width: auto;
} .ts-banner.button-default .ts-banner-button .button{
min-width: 170px;
}  .eff-zoom-in .image-link .bg-image,
.eff-zoom-in .banner-bg img{
transition: transform 500ms;
}
.eff-zoom-in:hover .image-link .bg-image,
.eff-zoom-in:hover .banner-bg img{
-webkit-transform: scale(1.12);
transform: scale(1.12);
} .eff-zoom-out .image-link .bg-image,
.eff-zoom-out .banner-bg img{
width: calc(100% + 60px);
max-width: none;
transition: transform 500ms;
transform: translate3d(-30px,0,0) scale(1.12);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.eff-zoom-out:hover .image-link .bg-image,
.eff-zoom-out:hover .banner-bg img{
-webkit-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
} .eff-zoom-rotate .image-link .bg-image,
.eff-zoom-rotate .bg-content img{
transition: 500ms ease;
}
.eff-zoom-rotate:hover .image-link .bg-image,
.eff-zoom-rotate:hover .bg-content img{
-webkit-transform: rotate(6deg) scale(1.15);
transform: rotate(6deg) scale(1.15);
}
.elementor-col-50 .eff-zoom-rotate:hover .image-link .bg-image,
.elementor-col-50 .eff-zoom-rotate:hover .bg-content img,
.elementor-col-60 .eff-zoom-rotate:hover .image-link .bg-image,
.elementor-col-60 .eff-zoom-rotate:hover .bg-content img,
.elementor-col-70 .eff-zoom-rotate:hover .image-link .bg-image,
.elementor-col-70 .eff-zoom-rotate:hover .bg-content img,
.elementor-col-80 .eff-zoom-rotate:hover .image-link .bg-image,
.elementor-col-80 .eff-zoom-rotate:hover .bg-content img,
.elementor-col-90 .eff-zoom-rotate:hover .image-link .bg-image,
.elementor-col-90 .eff-zoom-rotate:hover .bg-content img,
.elementor-col-100 .eff-zoom-rotate:hover .image-link .bg-image,
.elementor-col-100 .eff-zoom-rotate:hover .bg-content img{
-webkit-transform: rotate(6deg) scale(1.3);
transform: rotate(6deg) scale(1.3);
} .eff-flash .bg-content,
.eff-flash .image-link{
position: relative;
overflow: hidden;
}
.eff-flash .bg-content:before,
.eff-flash .bg-content:after,
.eff-flash .image-link:before, 
.eff-flash .image-link:after{
content: '';
width: 100%;
height: 100%;
background: rgba(255,255,255,.3);
position: absolute;
top: 0;
left: 0;
z-index: 5;
transition: transform .5s,opacity .2s ease-in-out 0s;
opacity: 0;
}
.eff-flash:hover .bg-content:before,
.eff-flash:hover .image-link:before{
transform: scale(0,1);
opacity: 1;
}
.eff-flash:hover .bg-content:after,
.eff-flash:hover .image-link:after{
transform: scale(1,0);
opacity: 1;
} .eff-line .image-link{
position: relative;
overflow: hidden;
line-height: 1;
}
.eff-line .bg-content:before,
.eff-line .bg-content:after,
.eff-line .image-link:before,
.eff-line .image-link:after{
content: "";
position: absolute;
top: 15px;
left: 15px;
border: 1px solid rgba(255,255,255,.7);  
transition: all ease .45s;
z-index: 2;
display: block;
}
.eff-line .bg-content:before,
.eff-line .image-link:before{
width: calc(100% - 30px);
height: 0;
border-top: none;
border-bottom: none;
}
.eff-line .bg-content:after,
.eff-line .image-link:after{
height: calc(100% - 30px);
width: 0;
border-left: none;
border-right: none;
}
.eff-line:hover .bg-content:before,
.eff-line:hover .image-link:before{
height: calc(100% - 30px);
}
.eff-line:hover .bg-content:after,
.eff-line:hover .image-link:after{
width: calc(100% - 30px);
} .ts-banner-image{
overflow: hidden;
position: relative;
text-align: center;
}
.ts-banner-image *{
backface-visibility: hidden;
}
.ts-banner-image img.text-image{
position: absolute;
z-index: 2;
}
.ts-banner-image > *{
display: block;
position: relative;
overflow: hidden;
}
.ts-banner-image > *:after{
display: table;
content: "";
clear: both;
}
.ts-banner-image img.bg-image{
position: relative;
z-index: 1;
width: 100%;
transition: 400ms ease 0s;
}
.ts-banner-image .overlay{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
z-index: 0;
}
.ts-banner-image.image-radius{
border-radius: 5px;
overflow: hidden;
} .ts-banner-image img.text-image{
max-width: 85%;
transition: 500ms ease 0s;
margin: 0;
}
.ts-banner-image.left-top img.text-image{
left: 5%;right: auto;
top: 5%;bottom: auto;
margin: 20px 0 0 10px;
}
.ts-banner-image.left-bottom img.text-image{
left: 5%;right: auto;
top: auto;bottom: 8%;
margin: 0 0 20px 20px;
}
.ts-banner-image.left-center img.text-image{
left: 5%;right: auto;
margin: 0 0 0 10px;
top: 50%;bottom: auto;
transform: translate(0,-50%);
}
.ts-banner-image.right-top img.text-image{
right: 5%;left: auto;
top: 5%;bottom: auto;
margin: 20px 10px 0 0;
}
.ts-banner-image.right-bottom img.text-image{
right: 5%;left: auto;
top: auto;bottom: 8%;
margin: 0 10px 20px 0;
}
.ts-banner-image.right-center img.text-image{
right: 5%;left: auto;
top: 50%;bottom: auto;
margin: 0 20px 0 0;
transform: translate(0,-50%);
}
.ts-banner-image.center-top img.text-image{
left: 50%;right: auto;
top: 8%;bottom: auto;
margin: 10px 0 0 0;
transform: translate(-50%,0);
}
.ts-banner-image.center-bottom img.text-image{
left: 50%;right: auto;
top: auto;bottom: 8%;
margin: 0 0 10px 0;
transform: translate(-50%,0);
}
.ts-banner-image.center-center img.text-image{
left: 50%;right: auto;
top: 50%;bottom: auto;
transform: translate(-50%,-50%);
text-align: center;
max-width: 70%;
}  .ts-logo-slider-wrapper .content-wrapper{
padding: 0;
text-align: center;
}
.ts-logo-slider-wrapper .content-wrapper ul{
padding: 0;
margin: 0;
}
.ts-logo-slider-wrapper .owl-carousel .owl-item{
text-align: center;
}
.ts-logo-slider-wrapper .owl-carousel *{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-logo-slider-wrapper a{
display:block;
text-align: center;
}
.ts-logo-slider-wrapper .owl-carousel .owl-item img{
width: auto;
margin: 0 auto;
}
.ts-logo-slider-wrapper.no-nav .content-wrapper .items{
padding-left: 0;
padding-right: 0;
}
.ts-logo-slider-wrapper .item{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
padding: 10px 0;
}
.ts-logo-slider-wrapper.text-light.nav-middle .owl-nav > div{
background: rgba(100,100,100,0.2);
color: #999999;
}
.ts-logo-slider-wrapper.text-light.nav-middle .owl-nav > div:hover{
color: #ffffff;
}
.ts-shortcode.ts-logo-slider-wrapper .items{
margin: 0;
width: 100%;
}
.ts-shortcode.ts-logo-slider-wrapper .items .item{
padding: 10px 0;
}
.ts-shortcode.ts-logo-slider-wrapper.ts-slider .items .item{
margin-top: 0;
}
.ts-logo-slider-wrapper:not(.ts-slider).columns-6 .item{
width: 16.66666667%;
}
.ts-logo-slider-wrapper:not(.ts-slider).columns-5 .item{
width: 20%;
}
.ts-logo-slider-wrapper:not(.ts-slider).columns-4 .item{
width: 25%;
}
.ts-logo-slider-wrapper:not(.ts-slider).columns-3 .item{
width: 33.33333333%;
}
.ts-logo-slider-wrapper:not(.ts-slider).columns-2 .item{
width: 50%;
}
.ts-logo-slider-wrapper:not(.ts-slider).columns-1 .item{
width: 100%;
} .ts-shortcode{
position: relative;
clear: both;
}
.ts-shortcode .shortcode-heading-wrapper{
margin: 0 0 30px 0;
}
.ts-shortcode .shortcode-heading-wrapper h2{
margin-bottom: 0;
display: block;
}
.ts-shortcode.title-border-bottom .shortcode-heading-wrapper h2{
width: 100%;
position: relative;
padding-bottom: 4px;
}
.ts-shortcode.title-border-bottom .shortcode-heading-wrapper h2:before{
position: absolute;
left: 0;
right: 0;
bottom: 0;
border-width: 4px 0 0 0;
border-style: solid;
content: "";
}  .ts-testimonial-wrapper{
text-align: center;
}
.ts-testimonial-wrapper .image,
.ts-testimonial-wrapper blockquote .rating{
margin-left: auto;
margin-right: auto;
}
.ts-testimonial-wrapper blockquote:before{
display: none;
}
.ts-testimonial-wrapper:not(.ts-slider) .item{
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding-bottom: 60px;
margin-bottom: 60px;
border-width: 0 0 1px;
border-style: solid;
}
.ts-testimonial-wrapper blockquote{
background: transparent;
max-width: none;
padding: 0;
margin: 0;
}
.ts-testimonial-wrapper .image{
width: 100px;
height: 100px;
border-radius: 100%;
overflow: hidden;
margin: 0 auto 20px;
}
.ts-testimonial-wrapper blockquote .author-role{
font-size: 70%;
line-height: 18px;
margin-bottom: 30px;
}
.ts-testimonial-wrapper blockquote .author-role > span{
display: block;
margin-bottom: 6px;
}
.ts-testimonial-wrapper.text-light blockquote{
color: #fff;
}
.text-light.ts-testimonial-wrapper .rating:before,
.text-light blockquote .rating:before{
color: rgba(255,255,255,0.5);
}
.text-light.ts-testimonial-wrapper .rating span:before, 
.text-light blockquote .rating span:before{
color: rgba(255,255,255,1);
} .ts-team-members:not(.ts-slider) .item{
margin-bottom: 30px;
}
.ts-team-members .team-content{
position: relative;
overflow: hidden;
height: 100%;
}
.ts-team-members:after{
display: table;
clear: both;
content: "";
}
.ts-team-members .image-content{
position: relative;
overflow: hidden;
}
.ts-team-members .image-thumbnail figure{
position: relative;
}
.ts-team-members .team-info{
position: absolute;
bottom: 0;
left: 30px; right: 0; padding: 16px 20px 10px;
}
.ts-team-members .team-info > *:not(:last-child){
margin-bottom: 6px;
display: block;
}
.ts-team-members .member-social{
margin-left: -5px;
margin-right: -5px;
margin-top: -10px;
display: block;
}
.ts-team-members .member-social a{
text-align: center;
letter-spacing: 0.5px;
line-height: 24px !important;
margin: 10px 5px 0;
display: inline-block;
overflow: hidden;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-team-members .member-social a{
color: inherit;
}
.ts-team-members .member-social a.facebook:hover{
color: #3b5998;
}
.ts-team-members .member-social a.twitter:hover{
color: #2caae1;
}
.ts-team-members .member-social a.linked:hover{
color: #0073b1;
}
.ts-team-members .member-social a.rss:hover{
color: #ee802f;
}
.ts-team-members .member-social a.dribbble:hover{
color: #ea4c89;
}
.ts-team-members .member-social a.pinterest:hover{
color: #cb2027;
}
.ts-team-members .member-social a.instagram:hover{
color: #d32558;
} .ts-portfolio-wrapper .item-wrapper *{
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ts-portfolio-wrapper:not(.ts-justified-gallery) .portfolio-wrapper-content .item{
float: left; display: block;
outline: 0;
padding: 0;
}
.ts-portfolio-wrapper.columns-2 .item{
width: 50%;
}
.ts-portfolio-wrapper.columns-3 .item{
width: 33.3333333%;
}
.ts-portfolio-wrapper.columns-4 .item{
width: 25%;
}
.ts-portfolio-wrapper .item-wrapper{
position: relative;
overflow: hidden;
}
.ts-portfolio-wrapper:not(.ts-justified-gallery) .portfolio-wrapper-content{
margin: 0 -1px;
}
.ts-portfolio-wrapper:not(.ts-justified-gallery) .portfolio-wrapper-content .item{
padding: 0 1px;
margin-bottom: 2px;
}
.ts-portfolio-wrapper.ts-justified-gallery .portfolio-wrapper-content .item{
padding: 0 !important;
}
.ts-portfolio-wrapper .item-wrapper figure > a{
display: block;
width: 100%;
height: 100%;
}
.ts-portfolio-wrapper .page_navi{
text-align: center;
margin: 40px 0;
}
.ts-portfolio-wrapper .page_navi .nav-content{
margin: 0 auto;
float: none;
display: inline-block;
}
.ts-portfolio-wrapper .item-wrapper .portfolio-thumbnail:after,
.ts-portfolio-wrapper .item-wrapper .item:after{
display: table;
clear: both;
content: "";
}
.ts-portfolio-wrapper .item-wrapper .portfolio-thumbnail{
position: relative;
}
.ts-portfolio-wrapper .item-wrapper .item figure img{
width: 100%;
}
.ts-portfolio-wrapper .portfolio-thumbnail a.like{
position: absolute;
top: 10px;
right: 10px; float: none;
z-index: 6;
}
.ts-portfolio-wrapper .item-wrapper figure{
position: relative;
overflow: hidden;
max-width: 100%;
}
.ts-portfolio-wrapper .item-wrapper,
.ts-portfolio-wrapper .item-wrapper .portfolio-thumbnail,
.ts-portfolio-wrapper .item-wrapper figure{
height: 100%;
}
.ts-portfolio-wrapper .portfolio-meta{
width: 100%;
height: 100%;
color: #ffffff;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
padding: 30px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
visibility: hidden;
margin: 0;
z-index: 2;
overflow: hidden;
transform-style: preserve-3d;
transition: none 0s ease 0s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.ts-portfolio-wrapper.ts-slider .portfolio-meta{
opacity: 1;
visibility: visible;
}
.ts-portfolio-wrapper .readmore{
-ms-flex-item-align: start;
align-self: flex-start;
}
.item-wrapper .portfolio-meta h4,
.item-wrapper .portfolio-meta a{
color: inherit !important;
text-decoration: none;
}
.portfolio-meta .date-time{
width: 100%;
display: block;
}
.item-wrapper .portfolio-meta > *:not(:last-child){
margin-bottom: 15px;
}
.ts-shortcode.ts-portfolio-wrapper .load-more-wrapper{
margin-top: 10px;
}
.ts-portfolio-wrapper .portfolio-thumbnail img{
width: 100%;
margin-top: 0px !important;
margin-left: 0px !important;
}
.justified-gallery > a > .jg-caption, 
.justified-gallery > div > .jg-caption, 
.justified-gallery > figure > .jg-caption{
display: none !important;
} @keyframes dgwt-jg-in-right{
0% {
right: -100%;
}
100% {
right: 0;
}
}
@keyframes dgwt-jg-in-left{
0% {
left: -100%;
}
100% {
left: 0;
}
}
@keyframes dgwt-jg-out-right{
0% {
right: 0;
}
100% {
right: -100%;
}
}
@keyframes dgwt-jg-out-left{
0% {
left: 0;
}
100% {
left: -100%;
}
}
@keyframes dgwt-jg-in-top{
0% {
top: -100%;
}
100% {
top: 0;
}
}
@keyframes dgwt-jg-in-bottom{
0% {
bottom: -100%;
}
100% {
bottom: 0;
}
}
@keyframes dgwt-jg-out-top{
0% {
top: 0;
}
100% {
top: -100%;
}
}
@keyframes dgwt-jg-out-bottom{
0% {
bottom: 0;
}
100% {
bottom: -100%;
}
}
.ts-portfolio-wrapper .hover-in-top .portfolio-meta{
animation: 200ms ease 0s normal none 1 running dgwt-jg-in-top;
-webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-top;
-moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-top;
-ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-top;
bottom: auto;
top: 0;
opacity: 1;
visibility: visible;
}
.ts-portfolio-wrapper .hover-out-top .portfolio-meta{
animation: 200ms ease 0s normal none 1 running dgwt-jg-out-top;
-webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-top;
-moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-top;
-ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-top;
bottom: auto;
top: -100%;
opacity: 1;
visibility: visible;
}
.ts-portfolio-wrapper .hover-in-bottom .portfolio-meta{
animation: 200ms ease 0s normal none 1 running dgwt-jg-in-bottom;
-webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-bottom;
-moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-bottom;
-ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-bottom;
bottom: 0;
top: auto;
opacity: 1;
visibility: visible;
}
.ts-portfolio-wrapper .hover-out-bottom .portfolio-meta{
animation: 200ms ease 0s normal none 1 running dgwt-jg-out-bottom;
-webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-bottom;
-moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-bottom;
-ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-bottom;
bottom: -100%;
top: auto;
opacity: 1;
visibility: visible;
}
.ts-portfolio-wrapper .hover-in-left .portfolio-meta{
animation: 200ms ease 0s normal none 1 running dgwt-jg-in-left;
-webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-left;
-moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-left;
-ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-left;
left: 0;
right: auto;
opacity: 1;
visibility: visible;
}
.ts-portfolio-wrapper .hover-out-left .portfolio-meta{
animation: 200ms ease 0s normal none 1 running dgwt-jg-out-left;
-webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-left;
-moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-left;
-ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-left;
left: -100%;
right: auto;
opacity: 1;
visibility: visible;
}
.ts-portfolio-wrapper .hover-in-right .portfolio-meta{
animation: 200ms ease 0s normal none 1 running dgwt-jg-in-right;
-webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-right;
-moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-right;
-ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-in-right;
left: auto;
right: 0;
opacity: 1;
visibility: visible;
}
.ts-portfolio-wrapper .hover-out-right .portfolio-meta{
animation: 200ms ease 0s normal none 1 running dgwt-jg-out-right;
-webkit-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-right;
-moz-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-right;
-ms-animation: 200ms ease 0s normal none 1 running dgwt-jg-out-right;
left: auto;
right: -100%;
opacity: 1;
visibility: visible;
}
.ts-portfolio-wrapper .jg-spinner{
display: none;
} .ts-twitter-slider .twitter-content{
text-align: center;
}
.ts-twitter-slider .twitter-content .date-time a{
color: inherit;
text-decoration: underline;
}
.ts-twitter-slider .twitter-content .date-time a:hover{
text-decoration: none;
}
.ts-twitter-slider .owl-item{
opacity: 0
}
.ts-twitter-slider .owl-item.active{
opacity: 1;
}
.twitter-content .content{
font-style: italic;
}
.ts-twitter-slider .icon{
font-size: 300%;
line-height: 1;
color: #2CAAE1;
margin-bottom: 20px;
}
.ts-twitter-slider .date-time{
margin-bottom: 10px;
}
.ts-twitter-slider.text-light .item *,
#page .ts-shortcode.text-light .shortcode-heading-wrapper .shortcode-title{
color: #fff;
}
.ts-twitter-slider h4{
font-size: 100%;
margin-bottom: 0;
}  .column-tabs{
text-align: center;
}
.column-tabs .heading-tab .heading-title{
margin-bottom: 20px;
}
.column-tabs ul.tabs{
margin: 0 -30px;
}
.column-tabs ul.tabs li{
list-style: none;
padding: 5px 10px;
margin: 0 20px;
display: inline-block;
position: relative;
cursor: pointer;
}
.column-tabs ul.tabs li:after{
content: '';
position: absolute;
bottom: 0;
left: 10px;
right: 10px;
border-width: 0 0 2px;
border-style: solid;
transform: scale(0);
transition: 350ms ease;
}
.column-tabs ul.tabs li:hover:after,
.column-tabs ul.tabs li.current:after{
transform: scale(1);
}
.column-tabs ul.tabs li.current{
cursor: default;
}
.column-tabs ul.tabs li span.count{
text-transform: none;
}
.column-tabs .list-categories{
margin: 0;
}
.column-tabs .list-categories:after{
display: none;
}
.column-tabs .list-categories ul.tabs{
width: 100%;
} .woocommerce .column-products.loading .products{
transition: 300ms ease 0s;
}
.column-products.loading ~ .shop-more{
visibility: hidden;
opacity: 0;
}
.column-products.loading:after{
top: 35%;
} .ts-mailchimp-subscription-shortcode .widget-container .widget-title{
line-height: 1.3;
margin-bottom: 10px;
}
.ts-mailchimp-subscription-shortcode .widget-container .newsletter{
line-height: 1.8;
}
.ts-mailchimp-subscription-shortcode .subscribe-widget > form{
display: inline-block;
}
.ts-mailchimp-subscription-shortcode .widget-container .widget-title-wrapper{
margin-bottom: 30px;
}
.ts-mailchimp-subscription-shortcode .widget-container .widget-title-wrapper .widget-title{
margin-bottom: 0 !important;
}
.ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email:after{
content: '';
clear: both;
display: table;
}
.ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email input[type="email"]{
min-width: 280px;
margin-right: 2px; margin-bottom: 10px;
float: left; }
.ts-mailchimp-subscription-shortcode .mc4wp-form .subscribe-email .button{
min-width: 190px;
width: auto;
} .text-light .mailchimp-subscription .widget-title,
.text-light .mailchimp-subscription .newsletter{
color: #ffffff !important;
} .show-overlay .products .product.product-category .product-wrapper > a:after{
content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 50%;
display: block;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
opacity: 0.2;
}
.products .product.product-category .product-wrapper > a{
display: block;
width: 100%;
height: 100%;
position: relative;
}
.products .product.product-category .product-wrapper > a > img{
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.products .product-category .meta-wrapper,
.woocommerce .products .product-category .meta-wrapper{
position: absolute;
bottom: 40px;
line-height: 20px;
z-index: 2;
}
.ts-product-category-wrapper:not(.style-icon) .products .product.product-category .product-wrapper,
.ts-product-category-wrapper.style-icon-background .products .product.product-category .product-wrapper{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.ts-product-category-wrapper:not(.style-icon) .products .product-category .meta-wrapper,
.ts-product-category-wrapper.style-icon-background .products .product-category .meta-wrapper{
max-width: 96%;
}
.ts-product-category-wrapper:not(.style-icon) .products .product-category .meta-wrapper .category-name,
.ts-product-category-wrapper:not(.style-icon) .products .product-category .meta-wrapper .heading-title,
.ts-product-category-wrapper.style-icon-background .products .product-category .meta-wrapper .category-name,
.ts-product-category-wrapper.style-icon-background .products .product-category .meta-wrapper .heading-title{
display: inline-block;
}
.products .product-category .meta-wrapper .category-name .heading-title > a{
padding: 2px 40px;
display: inline-block;
border: 1px solid;
position: relative;
max-width: 100%;
transition: 300ms ease;
}
.products .product-category .meta-wrapper .category-name .heading-title > a:before{
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: #ffffff;
transform: scale(0,1);
transition: transform 300ms ease;
z-index: -1;
}
.products .product-category .meta-wrapper .category-name .heading-title > a:hover:before{
transform: scale(1,1);
}
.woocommerce.ts-product-category-wrapper .content-wrapper{
width: 100%;
}
.woocommerce.ts-product-category-wrapper .products{
width: calc(100% + 2px);
}
.products .product-category .meta-wrapper .category-name .heading-title{
color: inherit;
} .style-icon:not(.style-icon-background) .products .product-category .meta-wrapper, 
.woocommerce.style-icon:not(.style-icon-background) .products .product-category .meta-wrapper{
position: static;
}
.ts-product-category-wrapper.style-icon .products .product-category .product-wrapper > a{
display: block;
width: 100%;
height: auto;
background: transparent;
border-radius: 0;
position: static;
}
.ts-product-category-wrapper.style-icon .products .product-category .product-wrapper > a img{
width: auto !important;
height: auto;
object-fit: initial;
position: static;
transition: 250ms ease;
max-width: 51px;
margin-left: auto;
margin-right: auto;
}
.ts-product-category-wrapper.style-icon .products .product-category .product-wrapper:hover > a img{
opacity: 0.5;
}
.ts-product-category-wrapper.style-icon .products .product-category .meta-wrapper{
padding-top: 18px;
}
.ts-product-category-wrapper.style-icon:not(.style-icon-background) .products .product-category .meta-wrapper .category-name .heading-title > a{
padding: 0;
border-width: 0;
}
.style-icon:not(.style-icon-background) .products .product-category .meta-wrapper .category-name .heading-title > a:before{
display: none;
} .ts-product-category-wrapper.style-icon-background .products .product-category .product-wrapper{
padding: 50px 30px;
display: flex;
flex-flow: column wrap;
justify-content: center;
}
.ts-product-category-wrapper.style-icon-background .products .product-category .product-wrapper > a{
margin-bottom: 50px;
} .ts-list-of-product-categories-wrapper .list-categories{
margin: 0;
display: block;
}
.ts-list-of-product-categories-wrapper .list-categories:after{
display: none;
}
.ts-list-of-product-categories-wrapper .list-categories ul{
margin: 0;
}
.ts-list-of-product-categories-wrapper.columns-2 .list-categories ul,
.ts-list-of-product-categories-wrapper.columns-3 .list-categories ul,
.ts-list-of-product-categories-wrapper.columns-4 .list-categories ul{
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-break-inside: avoid;
-moz-column-break-inside: avoid;
break-inside: avoid;
}
.ts-list-of-product-categories-wrapper.columns-3 .list-categories ul{
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
.ts-list-of-product-categories-wrapper.columns-4 .list-categories ul{
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
.ts-list-of-product-categories-wrapper .list-categories ul li{
display: inline-block;
width: 100%;
list-style: none;
}