.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.rt-container,
.rt-container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
}
.rt-row {
margin-left: -15px;
margin-right: -15px;
}
.rt-row:after,
.rt-row:before {
display: table;
content: " ";
}
.rt-row:after {
clear: both;
}
.rt-col-xs-1,
.rt-col-sm-1,
.rt-col-md-1,
.rt-col-lg-1,
.rt-col-xs-2,
.rt-col-sm-2,
.rt-col-md-2,
.rt-col-lg-2,
.rt-col-xs-3,
.rt-col-sm-3,
.rt-col-md-3,
.rt-col-lg-3,
.rt-col-xs-4,
.rt-col-sm-4,
.rt-col-md-4,
.rt-col-lg-4,
.rt-col-xs-5,
.rt-col-sm-5,
.rt-col-md-5,
.rt-col-lg-5,
.rt-col-xs-6,
.rt-col-sm-6,
.rt-col-md-6,
.rt-col-lg-6,
.rt-col-xs-7,
.rt-col-sm-7,
.rt-col-md-7,
.rt-col-lg-7,
.rt-col-xs-8,
.rt-col-sm-8,
.rt-col-md-8,
.rt-col-lg-8,
.rt-col-xs-9,
.rt-col-sm-9,
.rt-col-md-9,
.rt-col-lg-9,
.rt-col-xs-10,
.rt-col-sm-10,
.rt-col-md-10,
.rt-col-lg-10,
.rt-col-xs-11,
.rt-col-sm-11,
.rt-col-md-11,
.rt-col-lg-11,
.rt-col-xs-12,
.rt-col-sm-12,
.rt-col-md-12,
.rt-col-lg-12,
.rt-col-xs-24,
.rt-col-sm-24,
.rt-col-md-24,
.rt-col-lg-24 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.rt-col-xs-1,
.rt-col-xs-2,
.rt-col-xs-3,
.rt-col-xs-4,
.rt-col-xs-5,
.rt-col-xs-6,
.rt-col-xs-7,
.rt-col-xs-8,
.rt-col-xs-9,
.rt-col-xs-10,
.rt-col-xs-11,
.rt-col-xs-12,
.rt-col-xs-24 {
float: left;
}
.rt-col-xs-12 {
width: 20%;
}
.rt-col-xs-12 {
width: 100%;
}
.rt-col-xs-11 {
width: 91.66666667%;
}
.rt-col-xs-10 {
width: 83.33333333%;
}
.rt-col-xs-9 {
width: 75%;
}
.rt-col-xs-8 {
width: 66.66666667%;
}
.rt-col-xs-7 {
width: 58.33333333%;
}
.rt-col-xs-6 {
width: 50%;
}
.rt-col-xs-5 {
width: 41.66666667%;
}
.rt-col-xs-4 {
width: 33.33333333%;
}
.rt-col-xs-3 {
width: 25%;
}
.rt-col-xs-2 {
width: 16.66666667%;
}
.rt-col-xs-1 {
width: 8.33333333%;
}
.tss-wrapper[data-layout*="layout"] .rt-row.tss-even {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}   .tss-wrapper .tss-pre-loader {
position: relative;
overflow: hidden;
max-height: 300px;
min-height: 200px;
}
.tss-wrapper .tss-even .tss-grid-item {
margin-bottom: 30px;
}
.tss-wrapper .tss-even .tss-grid-item .video-testimonial-wrap iframe {
max-width: 100%;
}
.tss-wrapper .rt-loading-overlay {
opacity: 0;
visibility: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-color: #fff;
-webkit-transition: opacity 0.1s, visibility 0.1s;
transition: opacity 0.1s, visibility 0.1s;
}
.tss-wrapper .rt-loading {
color: #fb4c35;
position: absolute; top: 50%;
margin-top: -16px;
left: 50%;
margin-left: -16px;
z-index: 2;
opacity: 0;
visibility: hidden;
}
.tss-wrapper .tss-pre-loader .rt-loading-overlay {
opacity: 0.8;
visibility: visible;
}
.tss-wrapper .tss-pre-loader .rt-loading {
opacity: 1;
visibility: visible;
}
.rt-ball-clip-rotate {
width: 32px;
height: 32px;
}
.rt-ball-clip-rotate {
display: block;
font-size: 0;
color: #fff;
}
.rt-ball-clip-rotate,
.rt-ball-clip-rotate > div {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.rt-ball-clip-rotate > div {
display: inline-block;
float: none;
background-color: currentColor;
border: 0 solid currentColor;
}
.rt-ball-clip-rotate > div {
width: 32px;
height: 32px;
background: transparent;
border-width: 2px;
border-bottom-color: transparent;
border-radius: 100%;
-webkit-animation: ball-clip-rotate 0.75s linear infinite;
-moz-animation: ball-clip-rotate 0.75s linear infinite;
-o-animation: ball-clip-rotate 0.75s linear infinite;
animation: ball-clip-rotate 0.75s linear infinite;
} .tss-wrapper .rt-responsive-img {
max-width: 100%;
height: auto;
}
.tss-wrapper[data-layout*="carousel"] .rt-responsive-img { }
.tss-carousel.swiper .profile-img-wrapper {
position: relative;
}
.tss-carousel-thumb.swiper .rt-dummy-img + .swiper-lazy-preloader,
.tss-carousel.swiper .rt-dummy-img + .swiper-lazy-preloader {
display: none;
}
.tss-wrapper .swiper-lazy-preloader {
border: 4px solid #2550ea;
border-top-color: transparent;
width: 34px;
height: 34px;
margin-left: -17px;
margin-top: -17px;
opacity: 0.75;
border-radius: 50%;
}
.tss-carousel-thumb.swiper .rt-responsive-img,
.tss-carousel.swiper .rt-responsive-img {
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.tss-carousel-thumb.swiper .swiper-lazy:not(.swiper-lazy-loaded),
.tss-carousel.swiper .swiper-lazy:not(.swiper-lazy-loaded) {
min-height: 150px;
opacity: 0;
}
.tss-wrapper[data-layout="carousel12"] .tss-carousel-thumb .swiper-lazy:not(.swiper-lazy-loaded),
.tss-wrapper[data-layout="carousel11"] .tss-carousel-thumb .swiper-lazy:not(.swiper-lazy-loaded) {
min-height: 132px;
}
.tss-wrapper .swiper-lazy-preloader:after {
background: none;
}
.tss-wrapper img.rt-responsive-img.rt-dummy-img {
width: 150px;
}
.tss-wrapper .tss-load-more .rt-button {
display: inline-block;
}
.tss-wrapper .tss-img-circle .profile-img-wrapper img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.tss-wrapper .author-social a,
.tss-wrapper .tss-social-share a {
display: inline-flex;
text-decoration: none;
box-shadow: none !important;
margin: 5px;
color: #2529ed;
}
.tss-wrapper .rating-wrapper span.dashicons,
.tss-wrapper .tss-social-share i.fa,
.tss-wrapper .author-social span.dashicons {
width: auto;
height: auto;
}
.tss-wrapper .tss-social-share .dashicons::before,
.tss-wrapper .author-social span.dashicons::before {
transition: all 0.3s;
}
.tss-wrapper .tss-social-share a:hover .dashicons::before,
.tss-wrapper .author-social a:hover span.dashicons::before {
opacity: 0.8;
}
.rt-sm-sortable-list .social-item span.dashicons-skype:before,
.rt-sm-sortable-list .social-item span.dashicons-telegram:before,
.tss-wrapper .author-social .dashicons-skype:before,
.tss-wrapper .author-social .dashicons-telegram:before {
content: '';
width: 20px;
height: 20px;
display: block;
-webkit-mask-size: cover;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
mask-size: cover;
mask-repeat: no-repeat;
mask-position: center;
margin: auto;
background-color: #2529ed;
}
.rt-sm-sortable-list .social-item span.dashicons::before {
color: #333;
}
.rt-sm-sortable-list .social-item span.dashicons-skype:before,
.rt-sm-sortable-list .social-item span.dashicons-telegram:before {
background-color: #333;
}
.rt-sm-sortable-list .social-item span.dashicons-skype:before,
.tss-wrapper .author-social .dashicons-skype:before {
-webkit-mask-image: url(//www.kanban.global/wp-content/plugins/testimonial-slider-and-showcase/assets/images/skype.svg);
mask-image: url(//www.kanban.global/wp-content/plugins/testimonial-slider-and-showcase/assets/images/skype.svg);
}
.rt-sm-sortable-list .social-item span.dashicons-telegram:before,
.tss-wrapper .author-social .dashicons-telegram:before {
-webkit-mask-image: url(//www.kanban.global/wp-content/plugins/testimonial-slider-and-showcase/assets/images/telegram.svg);
mask-image: url(//www.kanban.global/wp-content/plugins/testimonial-slider-and-showcase/assets/images/telegram.svg);
}
.tss-wrapper .tss-utility {
margin: 15px 0;
text-align: center;
}
.tss-wrapper .tss-utility .rt-button,
.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button {
background: #6f6f6f;
border: 0;
border-radius: 2px;
color: #fff;
font-size: 16px;
line-height: 1;
padding: 10px 15px;
text-transform: capitalize;
margin-right: 4px;
position: relative;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button {
display: inline-block;
margin-bottom: 10px;
}
.tss-wrapper .tss-utility .rt-button:hover,
.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button:hover,
.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button.selected {
cursor: pointer;
background: #000;
}
.tss-wrapper .single-item-wrapper h3.author-name {
font-size: 24px;
margin: 15px 0 8px;
padding: 0px;
line-height: 1.25;
font-weight: 400;
color: #2550ea;
}
.tss-wrapper .rt-read-more {
color: #2550ea;
}
.tss-wrapper .single-item-wrapper h3.author-name a {
text-decoration: none;
}
.tss-wrapper .single-item-wrapper h4.author-bio {
font-size: 18px;
margin-top: 8px;
margin-bottom: 15px;
padding: 0px;
line-height: 1.4;
text-transform: none;
font-weight: 400;
color: #333;
}
.tss-wrapper .single-item-wrapper .author-social,
.tss-wrapper .single-item-wrapper .tss-social-share {
text-align: center;
margin-bottom: 8px;
}
.tss-carousel-thumb.swiper:not(.swiper-initialized) .swiper-wrapper,
.tss-carousel.swiper:not(.swiper-initialized) .swiper-wrapper {
opacity: 0;
}
.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button i{
font-size: 14px;
width: auto;
height: auto;
}
.tlp-average-rating i,
.tss-wrapper .tss-isotope-button-wrapper i{
color: gold;
}
.tlp-average-rating i{
margin: 3px 0 0 ;
}
.tss-wrapper .tss-meta-info.tss-left { }
.tss-wrapper .tss-carousel_video > .carousel-wrapper {
width: 100%;
} .tss-wrapper[data-layout="carousel12"] .carousel-wrapper,
.tss-wrapper[data-layout="carousel11"] .carousel-wrapper,
.tss-wrapper[data-layout*="carousel"] {
position: relative;
}
.tss-carousel-main.swiper,
.tss-carousel.swiper {
position: static;
}
.tss-carousel-main .swiper-arrow,
.tss-carousel .swiper-arrow {
background: #2550ea;
width: 30px;
height: 30px;
display: block;
border-radius: 4px;
text-align: center;
line-height: 30px; margin-top: -55px;
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
border: 1px solid transparent;
}
.tss-wrapper[data-layout="carousel12"] .carousel-wrapper .swiper-arrow,
.tss-wrapper[data-layout="carousel11"] .carousel-wrapper .swiper-arrow {
margin-top: -35px;
}
.tss-wrapper[data-layout="carousel12"] .carousel-wrapper .swiper-pagination,
.tss-wrapper[data-layout="carousel11"] .carousel-wrapper .swiper-pagination {
display: none;
}
.tss-carousel-main.swiper .swiper-pagination,
.tss-carousel.swiper .swiper-pagination {
-webkit-transition: all 0.3s;
transition: all 0.3s;
bottom: -10px !important;
width: 100%;
}
.tss-carousel-main.swiper:not(.swiper-initialized) .swiper-pagination,
.tss-carousel.swiper:not(.swiper-initialized) .swiper-pagination {
opacity: 0;
}
.tss-carousel-main.swiper.swiper.swiper-container-initialized .swiper-pagination,
.tss-carousel.swiper.swiper.swiper-container-initialized .swiper-pagination,
.tss-carousel-thumb.swiper.swiper-container-initialized .swiper-wrapper,
.tss-carousel.swiper.swiper-container-initialized .swiper-wrapper,
.swiper-container-initialized.tss-carousel-main .swiper-button-next:not(.swiper-button-disabled),
.swiper-container-initialized.tss-carousel-main .swiper-button-prev:not(.swiper-button-disabled),
.swiper-container-initialized.tss-carousel .swiper-button-next:not(.swiper-button-disabled),
.swiper-container-initialized.tss-carousel .swiper-button-prev:not(.swiper-button-disabled),
.swiper-initialized.tss-carousel-main .swiper-button-next:not(.swiper-button-disabled),
.swiper-initialized.tss-carousel-main .swiper-button-prev:not(.swiper-button-disabled),
.swiper-initialized.tss-carousel .swiper-button-next:not(.swiper-button-disabled),
.swiper-initialized.tss-carousel .swiper-button-prev:not(.swiper-button-disabled) {
opacity: 1 !important;
}
.tss-carousel-main .swiper-button-next::after,
.tss-carousel-main .swiper-button-prev::after,
.tss-carousel .swiper-button-next::after,
.tss-carousel .swiper-button-prev::after {
font-size: 14px;
color: #fff;
font-weight: bold;
content: none !important;
}
.tss-carousel-main .swiper-arrow > i,
.tss-carousel .swiper-arrow > i {
color: #fff;
font-size: 16px;
display: block;
line-height: 30px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.tss-carousel-main.swiper-rtl .swiper-button-next > i::before,
.tss-carousel.swiper-rtl .swiper-button-next > i::before {
content: "\f053";
}
.tss-carousel-main.swiper-rtl .swiper-button-prev > i::before,
.tss-carousel.swiper-rtl .swiper-button-prev > i::before {
content: "\f054";
}
.tss-carousel-main .swiper-button-next,
.tss-carousel .swiper-button-next {
right: -10px;
}
.tss-carousel-main:not(.swiper-rtl) .swiper-button-prev,
.tss-carousel .swiper-button-prev {
left: -10px;
}
.tss-carousel.swiper-autoheight[data-dots='true'] .swiper-wrapper {
margin-bottom: 50px;
}
.tss-carousel-main .swiper-pagination-bullet,
.tss-carousel .swiper-pagination-bullet {
margin: 0 5px !important;
width: 10px;
height: 10px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
background: #2550ea;
}
.tss-carousel-main .swiper-pagination-bullet:hover,
.tss-carousel-main .swiper-pagination-bullet-active,
.tss-carousel .swiper-pagination-bullet:hover,
.tss-carousel .swiper-pagination-bullet-active {
opacity: 1;
background: #2550ea;
} #tss-submit-form {
position: relative;
padding: 20px;
}
#tss-submit-form.rtcessing:after {
content: "";
background: rgba(0, 0, 0, .4);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tss-submit-wrapper #tss-submit-response.error,
#tss-submit-form .field-holder .error {
color: red;
}
#tss-submit-form .field-holder input.error,
#tss-submit-form .field-holder textarea.error {
border-color: red;
}
#tss-submit-form .field-holder .valid {
border-color: green;
}
.tss-submit-wrapper #tss-submit-response.success {
color: green;
}
#tss-submit-form .field-holder:after {
clear: both;
display: block;
content: "";
}
#tss-submit-form .field-holder {
margin-bottom: 15px;
}
#tss-submit-form .rt-label {
font-weight: 600;
margin-bottom: 5px;
}
#tss-submit-form .rt-field-wrapper + .rt-field-wrapper {
margin-top: 13px;
}
#tss-submit-form .field-holder .field > input,
#tss-submit-form .field-holder .field input[type=url],
#tss-submit-form .field-holder .field > textarea {
width: 100%;
box-sizing: border-box;
}
.rt-sm-sortable-list .social-item {
margin-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.rt-sm-sortable-list .social-item span.dashicons {
margin-right: 10px;
}
.tss-wrapper.tss-submit-wrapper {
max-width: 700px;
margin: 0 auto;
border: 1px solid #0000001a;
padding: 20px;
border-radius: 10px;
}
.tss-wrapper.tss-submit-wrapper select:focus{
border-width: 1px;
box-shadow: none;
outline: none;
}
.tss-wrapper.tss-submit-wrapper input,
.tss-wrapper.tss-submit-wrapper select,
.tss-wrapper.tss-submit-wrapper select:focus,
.tss-wrapper.tss-submit-wrapper textarea{
border: 1px solid #0000001a;
}
.tss-wrapper.tss-submit-wrapper input:focus,
.tss-wrapper.tss-submit-wrapper textarea:focus{
border-color: #999;
outline: none;
}
#tss-submit-response p {
font-size: 16px;
}
#tss-submit-form input[type=text],
#tss-submit-form input[type=url] {
padding: 8px 8px;
width: 100%;
}
#tss-submit-form textarea {
height: 200px;
}
.field-holder.submit-holder input.tss-submit-button {
font-size: 14px;
padding: 10px 25px;
}
.tss-submit-wrapper .rt-rating > span {
margin: 0;
cursor: pointer;
}
.tss-submit-wrapper .rt-rating {
display: inline-block;
}
.tss-submit-wrapper .rt-rating.selected span:before,
.tss-submit-wrapper .rt-rating:hover span:before,
.tss-submit-wrapper .rt-rating.selected:hover span:before {
content: "\f155";
}
.tss-submit-wrapper .rt-rating:hover span:hover ~ span:before,
.tss-submit-wrapper .rt-rating span.active ~ span:before,
.tss-submit-wrapper .rt-rating.selected:hover span:hover ~ span:before {
content: "\f154";
}
.tss-submit-wrapper #tss_social_media_holder .rt-label{
margin: 0 0 15px;
}
.tss-submit-wrapper #tss_social_media_holder .dashicons-skype,
.tss-submit-wrapper #tss_social_media_holder .dashicons-telegram,
.tss-submit-wrapper #tss_social_media_holder .dashicons-twitter{
position: relative;
}
.tss-submit-wrapper #tss_social_media_holder .dashicons-skype:before,
.tss-submit-wrapper #tss_social_media_holder .dashicons-telegram:before,
.tss-submit-wrapper #tss_social_media_holder .dashicons-twitter:before{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.tss-submit-wrapper #tss_social_media_holder input:focus{
outline: none;
border: 1px solid #999;
}
.rt-sm-sortable-list .social-item span.dashicons {
margin: 0;
width: 44px;
height: 44px;
border: 1px solid;
text-align: center;
display: inline-block;
line-height: 44px;
border-radius: 3px 0 0 3px;
border-right-width: 0;
border-color: #0000001a;
}
.tss-submit-wrapper #tss_social_media_holder input{
border-radius: 0 3px 3px 0;
} .rt-single-testimonial-detail {
padding: 30px 0;
margin: 30px 0 !important;
overflow: hidden;
}
.rt-single-testimonial-detail .testi-meta {
text-align: center;
}
.rt-single-testimonial-detail .tss-social-share a {
display: inline-block;
padding: 5px;
margin-right: 5px;
}
.rt-single-testimonial-detail .tss-social-share a:last-child {
margin-right: 0;
}
.clearfix:before,
.clearfix:after,
.rt-container-fluid:before,
.rt-container-fluid:after,
.rt-row:before,
.rt-row:after {
content: " ";
display: table;
}
.rt-single-testimonial-detail .testimonial + .author-social {
margin-top: 20px;
}
.rt-single-testimonial-detail .testimonial + .tss-social-share,
.rt-single-testimonial-detail .author-social + .tss-social-share {
margin-top: 10px;
}
.rt-single-testimonial-detail .author-social > a {
display: inline-block;
padding: 5px;
margin-right: 5px;
}   .tss-wrapper .tss-layout1 .single-item-wrapper,
.tss-wrapper .tss-carousel1 .single-item-wrapper { display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.tss-wrapper .tss-layout1 .single-item-wrapper .profile-img-wrapper,
.tss-wrapper .tss-layout1 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-layout1 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel1 .single-item-wrapper .profile-img-wrapper,
.tss-wrapper .tss-carousel1 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel1 .single-item-wrapper h4.author-bio {
text-align: center;
}
.tss-wrapper .tss-carousel1 .single-item-wrapper:hover .item-content-wrapper:after {
top: 40px;
-webkit-transition: all 0.75s ease-out;
-moz-transition: all 0.75s ease-out;
-ms-transition: all 0.75s ease-out;
-o-transition: all 0.75s ease-out;
transition: all 0.75s ease-out;
}
.tss-wrapper .tss-layout1 .tss-meta-info.tss-left,
.tss-wrapper .tss-carousel1 .tss-meta-info.tss-left {
flex: 2;
}
.tss-wrapper .tss-carousel1 .item-content-wrapper,
.tss-wrapper .tss-layout1 .item-content-wrapper {
padding: 30px;
background: #f8f8f8;
flex: 3;
position: relative;
}
.tss-wrapper .tss-layout1 .item-content-wrapper:before,
.tss-wrapper .tss-carousel1 .item-content-wrapper:before {
content: "\F10D";
color: #eaeaea;
position: absolute;
left: 10px;
top: 0;
font-family: "tss-font", serif;
font-size: 24px;
}
.tss-wrapper .tss-carousel1 .swiper-rtl .item-content-wrapper:before {
left: auto;
right: 10px;
}
.tss-wrapper .tss-layout1 .item-content-wrapper:after,
.tss-wrapper .tss-carousel1 .item-content-wrapper:after {
border-top: 10px solid transparent;
border-right: 15px solid #f8f8f8;
border-bottom: 10px solid transparent;
content: "";
position: absolute;
width: 0;
height: 0;
left: -15px;
top: 15px;
right: auto;
-webkit-transition: all 0.75s ease-out;
-moz-transition: all 0.75s ease-out;
-ms-transition: all 0.75s ease-out;
-o-transition: all 0.75s ease-out;
transition: all 0.75s ease-out;
}
.tss-wrapper .tss-carousel1 .swiper-rtl .item-content-wrapper:after {
left: auto;
right: -15px;
border-right: 0;
border-left: 15px solid #f8f8f8;
}
.tss-wrapper .tss-layout1 .item-content,
.tss-wrapper .tss-carousel1 .item-content {
font-style: italic;
font-size: 16px;
line-height: 1.6;
padding-top: 5px;
color: #2d2d2d;
}
.tss-wrapper .tss-layout1 .rating-wrapper,
.tss-wrapper .tss-carousel1 .rating-wrapper {
margin-bottom: 10px;
text-align: center;
}   .tss-wrapper .tss-layout2 .single-item-wrapper,
.tss-wrapper .tss-carousel2 .single-item-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.tss-wrapper .tss-carousel2 .single-item-wrapper {
margin-bottom: 30px;
}
.tss-wrapper .tss-layout2 .single-item-wrapper .profile-img-wrapper,
.tss-wrapper .tss-layout2 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-layout2 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel2 .single-item-wrapper .profile-img-wrapper,
.tss-wrapper .tss-carousel2 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel2 .single-item-wrapper h4.author-bio {
text-align: center;
}
.tss-wrapper .tss-layout2 .rating-wrapper,
.tss-wrapper .tss-carousel2 .rating-wrapper,
.tss-wrapper .tss-layout2 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-layout2 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel2 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel2 .single-item-wrapper h4.author-bio {
padding: 0 10px;
}
.tss-wrapper .tss-layout2 .single-item-wrapper:hover .item-content-wrapper:after,
.tss-wrapper .tss-carousel2 .single-item-wrapper:hover .item-content-wrapper:after {
top: 40px;
-webkit-transition: all 0.75s ease-out;
-moz-transition: all 0.75s ease-out;
-ms-transition: all 0.75s ease-out;
-o-transition: all 0.75s ease-out;
transition: all 0.75s ease-out;
}
.tss-wrapper .single-item-wrapper .author-social,
.tss-wrapper .single-item-wrapper .tss-social-share {
text-align: center;
margin-bottom: 0px;
}
.tss-wrapper .tss-layout2 .tss-meta-info.tss-left,
.tss-wrapper .tss-carousel2 .tss-meta-info.tss-left {
flex: 3;
}
.tss-wrapper .tss-layout2 .tss-meta-info.tss-right,
.tss-wrapper .tss-carousel2 .tss-meta-info.tss-right {
flex: 2;
}
.tss-wrapper .tss-layout2 .item-content-wrapper,
.tss-wrapper .tss-carousel2 .item-content-wrapper {
padding: 30px;
background: #f8f8f8;
flex: 3;
position: relative;
}
.tss-wrapper .tss-layout2 .item-content-wrapper:before,
.tss-wrapper .tss-carousel2 .item-content-wrapper:before {
content: "\F10D";
color: #eaeaea;
position: absolute;
left: 10px;
top: 0;
font-family: "tss-font", serif;
font-size: 24px;
}
.tss-wrapper .tss-layout2 .item-content-wrapper:after,
.tss-wrapper .tss-carousel2 .item-content-wrapper:after {
border-top: 10px solid transparent;
border-left: 15px solid #f8f8f8;
border-bottom: 10px solid transparent;
content: "";
position: absolute;
width: 0;
height: 0;
right: -15px;
top: 15px;
-webkit-transition: all 0.75s ease-out;
-moz-transition: all 0.75s ease-out;
-ms-transition: all 0.75s ease-out;
-o-transition: all 0.75s ease-out;
transition: all 0.75s ease-out;
}
.tss-wrapper .tss-layout2 .item-content,
.tss-wrapper .tss-carousel2 .item-content {
font-style: italic;
font-size: 16px;
line-height: 1.6;
padding-top: 5px;
}
.tss-wrapper .tss-layout2 .rating-wrapper,
.tss-wrapper .tss-carousel2 .rating-wrapper {
margin-bottom: 10px;
text-align: center;
}   .tss-wrapper .tss-layout3 .single-item,
.tss-wrapper .tss-isotope1 .single-item,
.tss-wrapper .tss-carousel3 .single-item {
padding: 0;
}
.tss-wrapper .tss-layout3 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-isotope1 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-layout3 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-isotope1 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel3 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel3 .single-item-wrapper h4.author-bio {
text-align: center;
}
.tss-wrapper .tss-layout3 .item-content-wrapper,
.tss-wrapper .tss-isotope1 .item-content-wrapper,
.tss-wrapper .tss-video1 .item-content-wrapper,
.tss-wrapper .tss-carousel3 .item-content-wrapper {
padding: 20px;
background: #f8f8f8;
position: relative;
}
.tss-wrapper .tss-layout3 .item-content-wrapper:before,
.tss-wrapper .tss-isotope1 .item-content-wrapper:before,
.tss-wrapper .tss-video1 .item-content-wrapper:before,
.tss-wrapper .tss-carousel3 .item-content-wrapper:before {
content: "\F10D";
color: #eaeaea;
position: absolute;
left: 0px;
top: -15px;
font-family: "tss-font", serif;
font-size: 30px;
}
.tss-wrapper .tss-layout3 .item-content,
.tss-wrapper .tss-isotope1 .item-content,
.tss-wrapper .tss-carousel3 .item-content {
font-style: italic;
font-size: 16px;
line-height: 1.6;
}
.tss-wrapper .tss-layout3 .rating-wrapper,
.tss-wrapper .tss-isotope1 .rating-wrapper,
.tss-wrapper .tss-carousel3 .rating-wrapper {
margin: 17px 0px -10px;
text-align: center;
display: block;
}
.tss-wrapper .tss-layout3 .profile-img-wrapper,
.tss-wrapper .tss-isotope1 .profile-img-wrapper,
.tss-wrapper .tss-carousel3 .profile-img-wrapper {
margin-bottom: 4px;
display: block;
text-align: center;
}
.tss-wrapper .tss-layout3 .profile-img-wrapper img,
.tss-wrapper .tss-isotope1 .profile-img-wrapper img,
.tss-wrapper .tss-carousel3 .profile-img-wrapper img {
display: inline-block;
}
.tss-wrapper .tss-layout3 .single-item-wrapper .author-social,
.tss-wrapper .tss-isotope1 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel3 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout3 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-isotope1 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel3 .single-item-wrapper .tss-social-share {
margin-bottom: 8px;
}   .tss-wrapper .tss-layout4 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel4 .single-item-wrapper h3.author-name {
margin: 0px 0 15px;
}
.tss-wrapper .tss-carousel2 .rt-responsive-img {
margin: auto;
}
.tss-wrapper .tss-layout4 .single-item-wrapper,
.tss-wrapper .tss-carousel4 .single-item-wrapper {
background: #f8f8f8;
margin-bottom: 0px;
display: flex;
}
.tss-wrapper .tss-layout4 .profile-img-wrapper,
.tss-wrapper .tss-carousel4 .profile-img-wrapper {
flex: 1;
padding: 25px 0 25px 15px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.tss-wrapper .tss-layout4 .profile-img-wrapper a img,
.tss-wrapper .tss-carousel4 .profile-img-wrapper a img {
width: auto !important;
}
.tss-wrapper .tss-layout4 .item-content-wrapper,
.tss-wrapper .tss-carousel4 .item-content-wrapper {
flex: 3;
padding: 20px 15px;
}
.tss-wrapper .tss-layout4 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel4 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout4 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel4 .single-item-wrapper .tss-social-share {
text-align: left;
}
.tss-wrapper .tss-layout4 .item-content,
.tss-wrapper .tss-carousel4 .item-content {
padding: 15px 0px 0px 0px;
font-size: 16px;
line-height: 1.6;
margin-bottom: 0;
}
.tss-wrapper .tss-layout4 .rating-wrapper,
.tss-wrapper .tss-carousel4 .rating-wrapper {
margin-bottom: 10px;
text-align: left;
}   .tss-wrapper .tss-layout5 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-isotope2 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel5 .single-item-wrapper h3.author-name {
margin: 0px 0 10px;
}
.tss-wrapper .tss-layout5 .single-item-wrapper,
.tss-wrapper .tss-isotope2 .single-item-wrapper,
.tss-wrapper .tss-carousel5 .single-item-wrapper {
background: #f8f8f8;
margin-bottom: 0px;
display: flex;
}
.tss-wrapper .tss-layout5 .profile-img-wrapper,
.tss-wrapper .tss-isotope2 .profile-img-wrapper,
.tss-wrapper .tss-carousel5 .profile-img-wrapper {
flex: 1.5;
padding: 20px 0 15px 15px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.tss-wrapper .tss-layout5 .profile-img-wrapper a img,
.tss-wrapper .tss-isotope2 .profile-img-wrapper a img,
.tss-wrapper .tss-carousel5 .profile-img-wrapper a img {
width: auto !important;
}
.tss-wrapper .tss-layout5 .item-content-wrapper,
.tss-wrapper .tss-isotope2 .item-content-wrapper,
.tss-wrapper .tss-carousel5 .item-content-wrapper {
flex: 3;
padding: 20px 0 10px 15px;
}
.tss-wrapper .tss-layout5 .single-item-wrapper .author-social,
.tss-wrapper .tss-isotope2 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel5 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout5 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-isotope2 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel5 .single-item-wrapper .tss-social-share {
text-align: center;
}
.tss-wrapper .tss-layout5 .item-content,
.tss-wrapper .tss-isotope2 .item-content,
.tss-wrapper .tss-carousel5 .item-content {
padding: 0px 15px 15px 0px;
font-size: 16px;
line-height: 1.6;
margin-bottom: 0;
}
.tss-wrapper .tss-layout5 .rating-wrapper,
.tss-wrapper .tss-isotope2 .rating-wrapper,
.tss-wrapper .tss-carousel5 .rating-wrapper {
margin-bottom: 10px;
text-align: center;
}   .tss-wrapper .tss-layout6 .single-item,
.tss-wrapper .tss-carousel6 .single-item {
padding: 0;
}
.tss-wrapper .tss-layout6 .item-content-wrapper:after,
.tss-wrapper .tss-carousel6 .item-content-wrapper:after {
border-left: 10px solid transparent;
border-top: 15px solid #f8f8f8;
border-right: 10px solid transparent;
content: "";
position: absolute;
width: 0;
height: 0;
left: 25px;
bottom: -15px;
-webkit-transition: all 0.75s ease-out;
-moz-transition: all 0.75s ease-out;
-ms-transition: all 0.75s ease-out;
-o-transition: all 0.75s ease-out;
transition: all 0.75s ease-out;
}
.tss-wrapper .tss-layout6 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel6 .single-item-wrapper h3.author-name {
margin: 10px 0 8px;
}
.tss-wrapper .tss-layout6 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel6 .single-item-wrapper h4.author-bio {
margin-bottom: 8px;
}
.tss-wrapper .tss-layout6 .item-content-wrapper,
.tss-wrapper .tss-carousel6 .item-content-wrapper {
padding: 40px 30px;
background: #f8f8f8;
position: relative;
border-radius: 5px;
}
.tss-wrapper .tss-layout6 .item-content-wrapper:before,
.tss-wrapper .tss-carousel6 .item-content-wrapper:before {
content: "\F10D";
color: #ffffff;
position: absolute;
left: 10px;
top: 10px;
font-family: "tss-font", serif;
font-size: 30px;
line-height: 1;
}
.tss-wrapper .tss-layout6 .item-content-wrapper .item-content,
.tss-wrapper .tss-carousel6 .item-content-wrapper .item-content {
font-style: italic;
font-size: 16px;
line-height: 1.6;
}
.tss-wrapper .tss-layout6 .profile-img-wrapper,
.tss-wrapper .tss-carousel6 .profile-img-wrapper {
text-align: center;
margin-bottom: 10px;
display: inline-block;
}
.tss-wrapper .tss-layout6 .tss-meta-info,
.tss-wrapper .tss-carousel6 .tss-meta-info {
display: flex;
margin-top: 30px;
}
.tss-wrapper .tss-layout6 .tss-meta-info .tss-left,
.tss-wrapper .tss-carousel6 .tss-meta-info .tss-left {
flex: 1;
}
.tss-wrapper .tss-layout6 .tss-meta-info .tss-right,
.tss-wrapper .tss-carousel6 .tss-meta-info .tss-right {
padding: 0px 0px 0px 15px;
flex: 4;
position: relative;
}
.tss-wrapper .tss-layout6 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel6 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout6 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel6 .single-item-wrapper .tss-social-share {
text-align: left;
margin-bottom: 10px;
margin-left: -6px;
}
.tss-wrapper .tss-layout6 .rating-wrapper,
.tss-wrapper .tss-carousel6 .rating-wrapper {
margin-bottom: 6px;
}   .tss-wrapper .tss-layout7 .single-item,
.tss-wrapper .tss-isotope3 .single-item,
.tss-wrapper .tss-carousel7 .single-item {
padding: 0;
}
.tss-wrapper .tss-layout7 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-isotope3 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel7 .single-item-wrapper h3.author-name {
margin: 5px 0px 8px;
text-align: center;
}
.tss-wrapper .tss-layout7 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-isotope3 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel7 .single-item-wrapper h4.author-bio {
margin-bottom: 10px;
text-align: center;
}
.tss-wrapper .tss-layout7 .single-item-wrapper,
.tss-wrapper .tss-isotope3 .single-item-wrapper,
.tss-wrapper .tss-carousel7 .single-item-wrapper {
padding: 30px;
background: #f8f8f8;
position: relative;
}
.tss-wrapper .tss-layout7 .item-content-wrapper,
.tss-wrapper .tss-isotope3 .item-content-wrapper,
.tss-wrapper .tss-carousel7 .item-content-wrapper {
position: relative;
padding-bottom: 10px;
}
.tss-wrapper .tss-layout7 .single-item-wrapper:before,
.tss-wrapper .tss-isotope3 .single-item-wrapper:before,
.tss-wrapper .tss-carousel7 .single-item-wrapper:before {
content: "\F10D";
color: #ffffff;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 8px;
font-family: "tss-font", serif;
font-size: 30px;
}
.tss-wrapper .tss-layout7 .item-content-wrapper .item-content,
.tss-wrapper .tss-isotope3 .item-content-wrapper .item-content,
.tss-wrapper .tss-carousel7 .item-content-wrapper .item-content {
font-style: italic;
font-size: 16px;
line-height: 1.6;
}
.tss-wrapper .tss-layout7 .profile-img-wrapper,
.tss-wrapper .tss-isotope3 .profile-img-wrapper,
.tss-wrapper .tss-carousel7 .profile-img-wrapper {
text-align: center;
margin: 30px 0px 15px;
display: block;
}
.tss-wrapper .tss-layout7 .profile-img-wrapper img,
.tss-wrapper .tss-isotope3 .profile-img-wrapper img,
.tss-wrapper .tss-carousel7 .profile-img-wrapper img {
display: inline-block;
}
.tss-wrapper .tss-layout7 .single-item-wrapper .author-social,
.tss-wrapper .tss-isotope3 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel7 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout7 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-isotope3 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel7 .single-item-wrapper .tss-social-share {
text-align: center;
}
.tss-wrapper .tss-layout7 .rating-wrapper,
.tss-wrapper .tss-isotope3 .rating-wrapper,
.tss-wrapper .tss-carousel7 .rating-wrapper {
margin-bottom: 10px;
text-align: center;
}   .tss-wrapper .tss-layout8 .single-item,
.tss-wrapper .tss-carousel8 .single-item {
padding: 0;
}
.tss-wrapper .tss-layout8 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel8 .single-item-wrapper h3.author-name {
margin: 5px 0px 8px;
text-align: center;
}
.tss-wrapper .tss-layout8 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel8 .single-item-wrapper h4.author-bio {
margin-bottom: 20px;
text-align: center;
}
.tss-wrapper .tss-layout8 .single-item-wrapper,
.tss-wrapper .tss-carousel8 .single-item-wrapper {
padding: 30px;
background: #f8f8f8;
position: relative;
}
.tss-wrapper .tss-layout8 .item-content-wrapper,
.tss-wrapper .tss-carousel8 .item-content-wrapper {
position: relative;
padding-bottom: 10px;
}
.tss-wrapper .tss-layout8 .single-item-wrapper:before,
.tss-wrapper .tss-carousel8 .single-item-wrapper:before {
content: "\F10D";
color: #ffffff;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
top: 8px;
font-family: "tss-font", serif;
font-size: 30px;
z-index: 99;
}
.tss-wrapper .tss-layout8 .item-content-wrapper .item-content,
.tss-wrapper .tss-carousel8 .item-content-wrapper .item-content {
font-style: italic;
font-size: 16px;
line-height: 1.6;
padding-top: 30px;
}
.tss-wrapper .tss-layout8 .profile-img-wrapper,
.tss-wrapper .tss-carousel8 .profile-img-wrapper {
text-align: center;
margin: 15px 0px;
display: block;
}
.tss-wrapper .tss-layout8 .profile-img-wrapper img,
.tss-wrapper .tss-carousel8 .profile-img-wrapper img {
display: inline-block;
}
.tss-wrapper .tss-layout8 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel8 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout8 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel8 .single-item-wrapper .tss-social-share {
text-align: center;
}
.tss-wrapper .tss-layout8 .rating-wrapper,
.tss-wrapper .tss-carousel8 .rating-wrapper {
margin-bottom: 10px;
text-align: center;
margin-top: -6px;
}   .tss-wrapper .tss-layout9 .single-item-wrapper,
.tss-wrapper .tss-isotope4 .single-item-wrapper,
.tss-wrapper .tss-carousel9 .single-item-wrapper {
margin-bottom: 30px;
text-align: center;
position: relative;
}
.tss-wrapper .tss-layout9 .single-item-wrapper:hover .item-content-wrapper,
.tss-wrapper .tss-isotope4 .single-item-wrapper:hover .item-content-wrapper,
.tss-wrapper .tss-carousel9 .single-item-wrapper:hover .item-content-wrapper {
opacity: 1;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.tss-wrapper .tss-layout9 .single-item-wrapper:hover .profile-img-wrapper:before,
.tss-wrapper .tss-isotope4 .single-item-wrapper:hover .profile-img-wrapper:before,
.tss-wrapper .tss-carousel9 .single-item-wrapper:hover .profile-img-wrapper:before {
opacity: 1;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.tss-wrapper .tss-layout9 .profile-img-wrapper,
.tss-wrapper .tss-isotope4 .profile-img-wrapper,
.tss-wrapper .tss-carousel9 .profile-img-wrapper {
position: relative;
}
.tss-wrapper .tss-layout9 .profile-img-wrapper img,
.tss-wrapper .tss-isotope4 .profile-img-wrapper img,
.tss-wrapper .tss-carousel9 .profile-img-wrapper img {
margin: 0 auto;
width: 100%;
}
.tss-wrapper .tss-layout9 .tss-img-circle .profile-img-wrapper:before,
.tss-wrapper .tss-isotope4 .tss-img-circle .profile-img-wrapper:before,
.tss-wrapper .tss-carousel9 .tss-img-circle .profile-img-wrapper:before {
border-radius: 50%;
}
.tss-wrapper .tss-layout9 .profile-img-wrapper:before,
.tss-wrapper .tss-isotope4 .profile-img-wrapper:before,
.tss-wrapper .tss-carousel9 .profile-img-wrapper:before {
opacity: 0;
content: "";
background: rgba(55, 71, 79, 0.9);
position: absolute;
right: 0;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 1;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.tss-wrapper .tss-layout9 .profile-img-wrapper:after,
.tss-wrapper .tss-isotope4 .profile-img-wrapper:after,
.tss-wrapper .tss-carousel9 .profile-img-wrapper:after {
content: "\F10D";
color: #ffffff;
position: absolute;
right: 35px;
top: 0;
font-family: "tss-font";
font-size: 22px;
height: 40px;
width: 40px;
line-height: 40px;
background: #8cc63e;
z-index: 3;
-webkit-box-shadow: -9px 11px 19px -7px rgba(0, 0, 0, 0.75);
-moz-box-shadow: -9px 11px 19px -7px rgba(0, 0, 0, 0.75);
box-shadow: -9px 11px 19px -7px rgba(0, 0, 0, 0.75);
}
.tss-wrapper .tss-layout9 .tss-img-circle .profile-img-wrapper:after,
.tss-wrapper .tss-isotope4 .tss-img-circle .profile-img-wrapper:after,
.tss-wrapper .tss-carousel9 .tss-img-circle .profile-img-wrapper:after {
border-radius: 50%;
}
.tss-wrapper .tss-layout9 .item-content-wrapper,
.tss-wrapper .tss-isotope4 .item-content-wrapper,
.tss-wrapper .tss-carousel9 .item-content-wrapper {
opacity: 0;
padding: 0 30px;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 2;
left: 0;
right: 0;
margin: 0 auto;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.tss-wrapper .tss-layout9 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-isotope4 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel9 .single-item-wrapper h3.author-name {
margin-bottom: 5px;
font-size: 22px;
color: #fff;
}
.tss-wrapper .tss-layout9 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-isotope4 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel9 .single-item-wrapper h4.author-bio {
margin-bottom: 5px;
font-size: 18px;
color: #fff;
}
.tss-wrapper .tss-layout8 .single-item-wrapper h3.author-name a,
.tss-wrapper .tss-isotope4 .single-item-wrapper h3.author-name a,
.tss-wrapper .tss-carousel9 .single-item-wrapper h3.author-name a { color: inherit;
}
.tss-wrapper .tss-layout9 .item-content,
.tss-wrapper .tss-isotope4 .item-content,
.tss-wrapper .tss-carousel9 .item-content {
font-style: italic;
font-size: 15px;
color: #ffffff;
}
.tss-wrapper .tss-layout9 .rating-wrapper,
.tss-wrapper .tss-isotope4 .rating-wrapper,
.tss-wrapper .tss-carousel9 .rating-wrapper {
margin-bottom: 5px;
}
.tss-wrapper .tss-layout9 .rating-wrapper li,
.tss-wrapper .tss-isotope4 .rating-wrapper li,
.tss-wrapper .tss-carousel9 .rating-wrapper li {
display: inline;
color: #ffca28;
}   .tss-wrapper .tss-layout10,
.tss-wrapper .tss-isotope5,
.tss-wrapper .tss-carousel10 {
padding: 0px 0;
}
.tss-wrapper .tss-layout10 .single-item-wrapper .author-social,
.tss-wrapper .tss-isotope5 .single-item-wrapper .author-social,
.tss-wrapper .tss-carousel10 .single-item-wrapper .author-social,
.tss-wrapper .tss-layout10 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-isotope5 .single-item-wrapper .tss-social-share,
.tss-wrapper .tss-carousel10 .single-item-wrapper .tss-social-share {
text-align: left;
}
.tss-wrapper .tss-layout10 .profile-img-wrapper,
.tss-wrapper .tss-isotope5 .profile-img-wrapper,
.tss-wrapper .tss-carousel10 .profile-img-wrapper {
position: absolute;
z-index: 1;
right: 15px;
top: 50px;
}
.tss-wrapper .tss-layout10 .profile-img-wrapper img,
.tss-wrapper .tss-isotope5 .profile-img-wrapper img,
.tss-wrapper .tss-carousel10 .profile-img-wrapper img {
border: 10px solid #f8f8f8;
margin: 0 auto;
width: 150px !important;
height: auto;
}
.tss-wrapper .tss-layout10 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-isotope5 .single-item-wrapper h3.author-name,
.tss-wrapper .tss-carousel10 .single-item-wrapper h3.author-name {
margin-bottom: 8px;
font-size: 22px;
}
.tss-wrapper .tss-layout10 .single-item-wrapper h3.author-name a,
.tss-wrapper .tss-isotope5 .single-item-wrapper h3.author-name a,
.tss-wrapper .tss-carousel10 .single-item-wrapper h3.author-name a {
color: #222222;
}
.tss-wrapper .tss-layout10 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-isotope5 .single-item-wrapper h4.author-bio,
.tss-wrapper .tss-carousel10 .single-item-wrapper h4.author-bio {
margin-bottom: 10px;
display: block;
color: #959595;
font-size: 18px;
}
.tss-wrapper .tss-layout10 .item-content,
.tss-wrapper .tss-isotope5 .item-content,
.tss-wrapper .tss-carousel10 .item-content {
position: relative;
padding: 30px 130px 30px 30px;
background: #ffffff;
}
.tss-wrapper .tss-carousel10 .item-content,
.tss-wrapper .tss-layout10 .item-content,
.tss-wrapper .tss-isotope5 .item-content {
background: #f1f1f1;
}
.tss-wrapper .tss-layout10 .item-content:after,
.tss-wrapper .tss-isotope5 .item-content:after,
.tss-wrapper .tss-carousel10 .item-content:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 38px;
top: -30px;
border: 15px solid;
border-color: transparent transparent #ffffff #ffffff;
}
.tss-wrapper .tss-carousel10 .item-content:after,
.tss-wrapper .tss-layout10 .item-content:after,
.tss-wrapper .tss-isotope5 .item-content:after {
border-color: transparent transparent #f1f1f1 #f1f1f1;
}
.tss-wrapper .tss-layout10 .rating-wrapper,
.tss-wrapper .tss-isotope5 .rating-wrapper,
.tss-wrapper .tss-carousel10 .rating-wrapper {
margin-bottom: 40px;
}
.tss-wrapper .tss-layout10 .rating-wrapper li,
.tss-wrapper .tss-isotope5 .rating-wrapper li,
.tss-wrapper .tss-carousel10 .rating-wrapper li {
display: inline;
color: #ffca28;
}
.tss-wrapper .tss-isotope5 .author-social,
.tss-wrapper .tss-layout10 .author-social {
margin-top: -25px;
}
.tss-wrapper .tss-layout10 .author-social {
margin-top: -30px;
margin-bottom: 8px;
}
.tss-wrapper .tss-isotope5 .item-content,
.tss-wrapper .tss-layout10 .item-content {
margin-top: 25px;
}
.tss-wrapper .tss-isotope5 .item-content,
.tss-wrapper .tss-layout10 .item-content,
.tss-wrapper .tss-carousel10 .item-content {
margin-top: 40px;
}   .tss-wrapper .tss-carousel11 .single-item {
padding: 0;
}
.tss-wrapper .tss-carousel11 .single-item-wrapper h3.author-name {
margin: 5px 0px 8px;
text-align: center;
font-size: 22px;
}
.tss-wrapper .tss-carousel11 .single-item-wrapper h4.author-bio {
margin-bottom: 20px;
text-align: center;
font-size: 18px;
}
.tss-wrapper .tss-carousel11 .item-content-wrapper .item-content {
font-style: italic;
font-size: 16px;
line-height: 1.6;
padding-bottom: 14px;
}
.tss-wrapper .tss-carousel11 .profile-img-wrapper {
margin-bottom: 4px;
display: block;
}
.tss-wrapper .tss-carousel11 .tss-carousel-thumb .swiper-wrapper,
.tss-wrapper .tss-carousel11 .tss-carousel-thumb .slick-track {
padding: 40px 0 40px;
}
.tss-wrapper .tss-carousel11 .profile-img-wrapper {
position: relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
text-align: center;
cursor: pointer;
}
.tss-wrapper .tss-carousel11 .profile-img-wrapper img {
width: 120px;
height: 120px;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
margin: 0 auto;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
.tss-wrapper .tss-carousel11 .swiper-slide-active img,
.tss-wrapper .tss-carousel11 .slick-center img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
}
.tss-wrapper .tss-carousel11 .profile-img-wrapper:before {
content: "";
background: rgba(0, 0, 0, 0.6);
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
height: 132px;
width: 132px;
margin: 0 auto;
z-index: 5;
opacity: 1;
visibility: visible;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
.tss-wrapper .tss-carousel11 .profile-img-wrapper:focus {
outline: none;
}
.tss-wrapper .tss-carousel11 .swiper-slide-active::before,
.tss-wrapper .tss-carousel11 .slick-center:before {
opacity: 0;
visibility: hidden;
}
.tss-wrapper .tss-carousel11 .item-content p {
width: 80%;
margin: 0 auto;
}
.tss-wrapper .tss-carousel11 .rating-wrapper {
margin-bottom: 10px;
text-align: center;
}   .tss-wrapper .tss-carousel12 .single-item {
padding: 0;
margin-bottom: 0;
}
.tss-wrapper .tss-carousel12 h3.author-name {
margin: 20px 0px 8px;
text-align: center;
}
.tss-wrapper .tss-carousel12 h4.author-bio {
margin-bottom: 20px;
text-align: center;
}
.tss-wrapper .tss-carousel12 .item-content-wrapper .item-content {
font-style: italic;
font-size: 16px;
line-height: 1.6;
}
.tss-wrapper .tss-carousel12 .profile-img-wrapper {
margin-bottom: 4px;
display: block;
outline: 0;
}
.tss-wrapper .tss-carousel12 .tss-carousel-thumb .swiper-slide-active.profile-img-wrapper:before,
.tss-wrapper .tss-carousel12 .slick-current.slick-active.slick-center.profile-img-wrapper:before { opacity: 0;
visibility: hidden;
}
.tss-wrapper .tss-carousel12 .tss-carousel-thumb .swiper-wrapper,
.tss-wrapper .tss-carousel12 .tss-carousel-thumb .slick-track {
padding: 30px 0 40px;
}
.tss-wrapper .tss-carousel12 .profile-img-wrapper {
position: relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
text-align: center;
cursor: pointer;
}
.tss-wrapper .tss-carousel12 .profile-img-wrapper img {
height: 120px;
width: 120px;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
margin: 0 auto;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
.tss-wrapper .tss-carousel12 .swiper-slide-active img {
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
}
.tss-wrapper .tss-carousel12 .profile-img-wrapper:before {
content: "";
background: rgba(0, 0, 0, 0.6);
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
right: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
height: 132px;
width: 132px;
margin: 0 auto;
z-index: 5;
opacity: 1;
visibility: visible;
-webkit-transition: all 0.7s ease-out;
-moz-transition: all 0.7s ease-out;
-ms-transition: all 0.7s ease-out;
-o-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
}
.tss-wrapper .tss-carousel12 .tss-meta-info:focus {
outline: none;
}
.tss-wrapper .tss-carousel12 .slick-center .profile-img-wrapper:before {
opacity: 0;
visibility: hidden;
}
.tss-wrapper .tss-carousel12 .item-content p {
width: 80%;
margin: 0 auto 10px;
}
.tss-wrapper .tss-carousel12 .rating-wrapper {
margin-bottom: 10px;
text-align: center;
}
.tss-wrapper .video-testimonial-wrap + .tss-meta-info + .rating-wrapper,
.tss-wrapper .video-testimonial-wrap + .tss-meta-info .profile-img-wrapper {
margin-top: 20px;
} .tss-wrapper .tss-pagination ul.pagination-list li {
display: inline-block;
list-style: none;
margin-right: 5px;
}
.tss-wrapper .tss-pagination ul.pagination-list li:last-child {
margin-right: 0;
}
.tss-wrapper .tss-pagination ul.pagination-list li span,
.tss-wrapper .tss-pagination ul.pagination-list li a {
padding: 4px 10px;
font-size: 15px;
background: #eee;
border: 1px solid transparent;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.tss-wrapper .tss-pagination ul.pagination-list li.active span,
.tss-wrapper .tss-pagination ul.pagination-list li span:hover,
.tss-wrapper .tss-pagination ul.pagination-list li a:hover {
background: #8c8989;
color: #ffffff;
}
.tss-wrapper .tss-pagination .tss-loading-holder {
padding: 15px 0;
} .tss-wrapper .single-item-wrapper .rating-wrapper span.dashicons {
color: gold;
}
.tss-wrapper .tss-iso-filter {
margin: 25px 0;
text-align: center;
}
.tss-wrapper .tss-isotope-button-wrapper,
.tss-wrapper .iso-search {
display: inline-block;
}
.tss-wrapper .iso-search {
margin: 0 10px;
}
.tss-wrapper .iso-search input {
width: auto;
padding: 10px;
font-size: 16px;
outline: none !important;
height: 37px;
}
.rt-container-fluid [class*='rt-col-'],
.rt-container [class*='rt-col-'] {
box-sizing: border-box;
} body > .tss-tooltip {
font-size: 100%;
position: absolute;
z-index: 9999;
-o-box-shadow: 0 0 5px #aaa;
-moz-box-shadow: 0 0 5px #aaa;
-webkit-box-shadow: 0 0 5px #aaa;
box-shadow: 0 0 5px #aaa;
color: #fff;
border-radius: 3px;
background: #666;
padding: 0 10px;
border-width: 2px;
opacity: 0;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-ms-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
body > .tss-tooltip,
body > .tss-tooltip .tss-tooltip-bottom:after {
background: #000;
border-radius: 2px;
}
body > .tss-tooltip .tss-tooltip-bottom {
width: 70px;
height: 18px;
overflow: hidden;
position: absolute;
left: 50%;
margin-left: -32px;
bottom: -16px;
}
body > .tss-tooltip .tss-tooltip-bottom:after {
content: "";
position: absolute;
left: 20px;
top: -20px;
width: 25px;
height: 25px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
tranform: rotate(45deg);
} @media (min-width: 768px) {
.rt-container {
width: 750px;
}
}
@media (min-width: 992px) {
.rt-container {
width: 970px;
}
}
@media (min-width: 1200px) {
.rt-container {
width: 1170px;
}
}
@media (min-width: 768px) {
.rt-col-sm-24,
.rt-col-sm-1,
.rt-col-sm-2,
.rt-col-sm-3,
.rt-col-sm-4,
.rt-col-sm-5,
.rt-col-sm-6,
.rt-col-sm-7,
.rt-col-sm-8,
.rt-col-sm-9,
.rt-col-sm-10,
.rt-col-sm-11,
.rt-col-sm-12 {
float: left;
}
.rt-col-sm-24 {
width: 20%;
}
.rt-col-sm-12 {
width: 100%;
}
.rt-col-sm-11 {
width: 91.66666667%;
}
.rt-col-sm-10 {
width: 83.33333333%;
}
.rt-col-sm-9 {
width: 75%;
}
.rt-col-sm-8 {
width: 66.66666667%;
}
.rt-col-sm-7 {
width: 58.33333333%;
}
.rt-col-sm-6 {
width: 50%;
}
.rt-col-sm-5 {
width: 41.66666667%;
}
.rt-col-sm-4 {
width: 33.33333333%;
}
.rt-col-sm-3 {
width: 25%;
}
.rt-col-sm-2 {
width: 16.66666667%;
}
.rt-col-sm-1 {
width: 8.33333333%;
}
}
@media (min-width: 992px) {
.rt-col-md-24,
.rt-col-md-1,
.rt-col-md-2,
.rt-col-md-3,
.rt-col-md-4,
.rt-col-md-5,
.rt-col-md-6,
.rt-col-md-7,
.rt-col-md-8,
.rt-col-md-9,
.rt-col-md-10,
.rt-col-md-11,
.rt-col-md-12 {
float: left;
}
.rt-col-md-24 {
width: 20%;
}
.rt-col-md-12 {
width: 100%;
}
.rt-col-md-11 {
width: 91.66666667%;
}
.rt-col-md-10 {
width: 83.33333333%;
}
.rt-col-md-9 {
width: 75%;
}
.rt-col-md-8 {
width: 66.66666667%;
}
.rt-col-md-7 {
width: 58.33333333%;
}
.rt-col-md-6 {
width: 50%;
}
.rt-col-md-5 {
width: 41.66666667%;
}
.rt-col-md-4 {
width: 33.33333333%;
}
.rt-col-md-3 {
width: 25%;
}
.rt-col-md-2 {
width: 16.66666667%;
}
.rt-col-md-1 {
width: 8.33333333%;
}
}
@media (min-width: 1200px) {
.rt-col-lg-24,
.rt-col-lg-1,
.rt-col-lg-2,
.rt-col-lg-3,
.rt-col-lg-4,
.rt-col-lg-5,
.rt-col-lg-6,
.rt-col-lg-7,
.rt-col-lg-8,
.rt-col-lg-9,
.rt-col-lg-10,
.rt-col-lg-11,
.rt-col-lg-12 {
float: left;
}
.rt-col-lg-24 {
width: 20%;
}
.rt-col-lg-12 {
width: 100%;
}
.rt-col-lg-11 {
width: 91.66666667%;
}
.rt-col-lg-10 {
width: 83.33333333%;
}
.rt-col-lg-9 {
width: 75%;
}
.rt-col-lg-8 {
width: 66.66666667%;
}
.rt-col-lg-7 {
width: 58.33333333%;
}
.rt-col-lg-6 {
width: 50%;
}
.rt-col-lg-5 {
width: 41.66666667%;
}
.rt-col-lg-4 {
width: 33.33333333%;
}
.rt-col-lg-3 {
width: 25%;
}
.rt-col-lg-2 {
width: 16.66666667%;
}
.rt-col-lg-1 {
width: 8.33333333%;
}
}
@media (max-width: 991px) {
.rt-single-testimonial-detail .testimonial {
margin-top: 20px;
}
}
@media (max-width: 767px) {
.tss-wrapper .single-item-wrapper {
flex-direction: column;
}
.tss-wrapper .item-content-wrapper {
padding: 20px;
margin-top: 15px;
}
.item-content-wrapper.tss-left {
order: 2;
}
.item-content-wrapper.tss-right {
order: 1;
}
.tss-wrapper .profile-img-wrapper a,
.tss-wrapper .profile-img-wrapper {
display: flex;
justify-content: center;
}
.tss-wrapper .item-content-wrapper:after,
.tss-wrapper .single-item-wrapper:before,
.tss-wrapper .tss-layout10 .item-content:after,
.tss-wrapper .tss-isotope5 .item-content:after,
.tss-wrapper .tss-carousel10 .item-content:after {
content: none;
}
.tss-wrapper .tss-layout8 .single-item-wrapper,
.tss-wrapper .tss-carousel8 .single-item-wrapper {
padding: 5px;
}
.tss-wrapper .tss-layout8 .item-content-wrapper,
.tss-wrapper .tss-carousel8 .item-content-wrapper,
.tss-wrapper .tss-layout4 .item-content-wrapper,
.tss-wrapper .tss-isotope2 .item-content-wrapper,
.tss-wrapper .tss-carousel4 .item-content-wrapper {
margin-top: 0;
}
.tss-wrapper .tss-layout4 .profile-img-wrapper,
.tss-wrapper .tss-carousel4 .profile-img-wrapper {
padding: 10px;
}
.tss-wrapper .tss-layout10 .profile-img-wrapper,
.tss-wrapper .tss-isotope5 .profile-img-wrapper,
.tss-wrapper .tss-carousel10 .profile-img-wrapper {
position: relative;
}
.tss-wrapper .tss-layout10 .rating-wrapper,
.tss-wrapper .tss-isotope5 .rating-wrapper,
.tss-wrapper .tss-carousel10 .rating-wrapper {
margin-bottom: 10px;
}
.tss-wrapper .tss-layout10 .item-content,
.tss-wrapper .tss-isotope5 .item-content,
.tss-wrapper .tss-carousel10 .item-content {
padding: 15px;
}
.tss-wrapper .tss-layout1 .item-content-wrapper:after,
.tss-wrapper .tss-carousel1 .item-content-wrapper:after {
left: 0;
top: -15px;
right: 0;
margin: auto;
transform: rotate(90deg);
}
.tss-wrapper .tss-layout1 .single-item-wrapper:hover .item-content-wrapper:after,
.tss-wrapper .tss-carousel1 .single-item-wrapper:hover .item-content-wrapper:after {
top: -15px;
}
.tss-wrapper .tss-layout2 .item-content-wrapper:after,
.tss-wrapper .tss-carousel2 .item-content-wrapper:after {
right: 0;
top: -15px;
transform: rotate(-90deg);
margin: auto;
left: 0;
}
} .rt-animate-spin {
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
display: inline-block;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@-ms-keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
-o-transform: rotate(359deg);
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} @-webkit-keyframes ball-clip-rotate {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes ball-clip-rotate {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes ball-clip-rotate {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes ball-clip-rotate {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes ball-scale-multiple {
0% {
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
5% {
opacity: .75;
}
100% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes ball-scale-multiple {
0% {
opacity: 0;
-moz-transform: scale(0);
transform: scale(0);
}
5% {
opacity: .75;
}
100% {
opacity: 0;
-moz-transform: scale(1);
transform: scale(1);
}
}
@-o-keyframes ball-scale-multiple {
0% {
opacity: 0;
-o-transform: scale(0);
transform: scale(0);
}
5% {
opacity: .75;
}
100% {
opacity: 0;
-o-transform: scale(1);
transform: scale(1);
}
}
@keyframes ball-scale-multiple {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
5% {
opacity: .75;
}
100% {
opacity: 0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
} .rt-row.tss-carousel1,
.rt-row.tss-carousel2,
.rt-row.tss-carousel3,
.rt-row.tss-carousel4,
.rt-row.tss-carousel5,
.rt-row.tss-carousel6,
.rt-row.tss-carousel7,
.rt-row.tss-carousel8,
.rt-row.tss-carousel9,
.rt-row.tss-carousel10,
.rt-row.tss-carousel11,
.rt-row.tss-carousel12,
.rt-row.carousel_video {
display: block !important;
}
.tss-layout_video .rating-wrapper {
padding: 10px 0 7px;
}
.tss-wrapper .tss-layout10 .tss-grid-item {
margin-bottom: 30px;
}
.video-testimonial-wrap {
float: none;
clear: both;
width: 100%;
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.video-testimonial-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.tss-wrapper .tss-layout_video .item-content {
margin-top: 15px;
} .tss-wrapper .tss-masonry .tss-grid-item {
margin-bottom: 30px;
}
.tss-wrapper .tss-layout_video .tss-grid-item .rating-wrapper {
margin-top: 10px;
margin-bottom: -18px;
}
.tss-wrapper .tss-isotope_video .item-content {
margin-top: 15px;
} .rt-single-testimonial-detail .rating-wrapper span.dashicons {
color: gold;
}
.rt-single-testimonial-detail .rating-wrapper {
margin-bottom: 5px;
}
.rt-single-testimonial-detail .testi-meta h2 {
margin-top: 10px;
margin-bottom: 5px;
}
.dashicons-twitter{
width:15px;
height:15px;
margin-top: 3px;
}
.dashicons-twitter:before {
content: "";
height: 15px;
-webkit-mask-image: url(//www.kanban.global/wp-content/plugins/testimonial-slider-and-showcase/assets/images/twitter-x.svg);
mask-image: url(//www.kanban.global/wp-content/plugins/testimonial-slider-and-showcase/assets/images/twitter-x.svg);
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
width: 15px;
z-index: 1;
display: block;
background-color: #000;
}
.rt-single-testimonial-detail .ast-oembed-container {
margin: 0 0 20px;
} body .mfp-iframe-holder .mfp-close{
width: auto;
}
body .mfp-iframe-holder .mfp-close:focus,
body .mfp-iframe-holder .mfp-close:hover{
background-color: transparent;
color: #ff0000;
}
.tlp-popup-wrapper .tlp-openPopup .dashicons{
width: 50px;
height: 50px;
border: 2px solid #fff;
border-radius: 50%;
text-align: center;
line-height: 45px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 0;
background-color: transparent;
z-index: 9;
color: #fff;
}
.tlp-popup-wrapper .item-content{
margin: 10px 0;
}
.tss-wrapper .tlp-openinline{
pointer-events: none;
}
.tss-wrapper .tlp-openinline,
.tss-wrapper .tlp-openPopup{
display: inline-block;
}
.tss-wrapper .tlp-openPopup{
position: relative;
}
.tss-wrapper .tlp-openPopup:before{
position: absolute;
content: "";
width: 100%;
height: 100%;
background-color: rgba( 0,0,0,0.3 );
left: 0;
top: 0;
transition: 0.3s;
}
.tss-wrapper .tlp-openPopup:hover:before{
background-color: transparent;
}
.tss-wrapper .rt-responsive-img{
display: block;
}
.tlp-popup-wrapper .tss-meta-info{
position: relative;
}
.tlp-average-rating{
text-align: center;
font-size: 18px;
}
.tlp-average-rating .tlp-rating-title{
font-size: 24px;
font-weight: 700;
display: block;
margin: 0 0 5px;
}
.dashicons-skype:before,
.dashicons-telegram:before {
content: "";
height: 20px;
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
width: 20px;
z-index: 1;
display: block;
background-color: #000;
}
.dashicons-skype:before {
-webkit-mask-image: url(//www.kanban.global/wp-content/plugins/testimonial-slider-and-showcase/assets/images/skype.svg);
mask-image: url(//www.kanban.global/wp-content/plugins/testimonial-slider-and-showcase/assets/images/skype.svg);
}
.dashicons-telegram:before {
-webkit-mask-image: url(//www.kanban.global/wp-content/plugins/testimonial-slider-and-showcase/assets/images/telegram.svg);
mask-image: url(//www.kanban.global/wp-content/plugins/testimonial-slider-and-showcase/assets/images/telegram.svg);
}
.tss-social-share .share-icons{
font-weight: 500;
}
.rt-single-testimonial-detail .tss-social-share{
text-align: right;
}
.rt-single-testimonial-detail iframe{
width: 100%
}
.tss-wrapper.tss-submit-wrapper input,
.tss-wrapper.tss-submit-wrapper .rt-simple-image-preview{
cursor: pointer;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//www.kanban.global/wp-content/themes/gradiant/assets/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%} .owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme:not(.main-slider) .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:28px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791} .owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px}.owl-fade-out{z-index:10;-webkit-animation:fadeOut .7s both ease;-moz-animation:fadeOut .7s both ease;animation:fadeOut .7s both ease}.owl-fade-in{-webkit-animation:fadeIn .7s both ease;-moz-animation:fadeIn .7s both ease;animation:fadeIn .7s both ease}.owl-backSlide-out{-webkit-animation:backSlideOut 1s both ease;-moz-animation:backSlideOut 1s both ease;animation:backSlideOut 1s both ease}.owl-backSlide-in{-webkit-animation:backSlideIn 1s both ease;-moz-animation:backSlideIn 1s both ease;animation:backSlideIn 1s both ease}.owl-goDown-out{-webkit-animation:scaleToFade .7s ease both;-moz-animation:scaleToFade .7s ease both;animation:scaleToFade .7s ease both}.owl-goDown-in{-webkit-animation:goDown .6s ease both;-moz-animation:goDown .6s ease both;animation:goDown .6s ease both}.owl-fadeUp-in{-webkit-animation:scaleUpFrom .5s ease both;-moz-animation:scaleUpFrom .5s ease both;animation:scaleUpFrom .5s ease both}.owl-fadeUp-out{-webkit-animation:scaleUpTo .5s ease both;-moz-animation:scaleUpTo .5s ease both;animation:scaleUpTo .5s ease both}@-webkit-keyframes empty{0%{opacity:1}}@-moz-keyframes empty{0%{opacity:1}}@keyframes empty{0%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes backSlideOut{25%{opacity:.5;-webkit-transform:translateZ(-500px)}75%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(-200%)}}@-moz-keyframes backSlideOut{25%{opacity:.5;-moz-transform:translateZ(-500px)}75%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;-moz-transform:translateZ(-500px) translateX(-200%)}}@keyframes backSlideOut{25%{opacity:.5;transform:translateZ(-500px)}75%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}100%{opacity:.5;transform:translateZ(-500px) translateX(-200%)}}@-webkit-keyframes backSlideIn{0%,25%{opacity:.5;-webkit-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-webkit-transform:translateZ(-500px)}100%{opacity:1;-webkit-transform:translateZ(0) translateX(0)}}@-moz-keyframes backSlideIn{0%,25%{opacity:.5;-moz-transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;-moz-transform:translateZ(-500px)}100%{opacity:1;-moz-transform:translateZ(0) translateX(0)}}@keyframes backSlideIn{0%,25%{opacity:.5;transform:translateZ(-500px) translateX(200%)}75%{opacity:.5;transform:translateZ(-500px)}100%{opacity:1;transform:translateZ(0) translateX(0)}}@-webkit-keyframes scaleToFade{to{opacity:0;-webkit-transform:scale(.8)}}@-moz-keyframes scaleToFade{to{opacity:0;-moz-transform:scale(.8)}}@keyframes scaleToFade{to{opacity:0;transform:scale(.8)}}@-webkit-keyframes goDown{from{-webkit-transform:translateY(-100%)}}@-moz-keyframes goDown{from{-moz-transform:translateY(-100%)}}@keyframes goDown{from{transform:translateY(-100%)}}@-webkit-keyframes scaleUpFrom{from{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpFrom{from{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpFrom{from{opacity:0;transform:scale(1.5)}}@-webkit-keyframes scaleUpTo{to{opacity:0;-webkit-transform:scale(1.5)}}@-moz-keyframes scaleUpTo{to{opacity:0;-moz-transform:scale(1.5)}}@keyframes scaleUpTo{to{opacity:0;transform:scale(1.5)}}@font-face{font-family:'FontAwesome';src:url(//www.kanban.global/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.kanban.global/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.kanban.global/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.kanban.global/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.kanban.global/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.kanban.global/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}blockquote, blockquote p {
font-style: italic;
font-weight: 500;
letter-spacing: 0.5px;
}
blockquote {
position: relative;
border: none;
padding: 35px 40px;
background: rgb(211 215 230 / 20%);
margin: 0 0 15px;
border-radius: 10px;
z-index: 0;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
blockquote:not(.av-blockquote):after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 2px;
border-radius: 10px;
background: var(--sp-gradient1);
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
-webkit-mask-composite: destination-out;
mask-composite: exclude;
z-index: -1;
}
blockquote:not(.av-blockquote):before {
content: "\f10d";
font-family: fontawesome;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 70px;
font-style: normal;
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
opacity: 0.2;
z-index: -1;
}
blockquote h5 {
font-style: normal;
}
blockquote cite, blockquote small {
line-height: 1.3;
padding-top: 15px;
display: block;
}
blockquote em, blockquote i, blockquote cite {
font-style: normal;
} .gallery-icon a {
display: block;
}
.gallery-item { 
background-color: #ececec;
padding: 0;
margin-right: 2.7%;
margin-bottom: 2.7%;
text-align: center;
float: left;
}
.gallery figure.gallery-item:last-child {
margin-bottom: 0;
}
.gallery-columns-1 .gallery-item {
width: 100%;  
}
.gallery-columns-2 .gallery-item {
width: 45%; 
}
.gallery-columns-3 .gallery-item {
width: 31.3%;
}
.gallery-columns-4 .gallery-item {
width: 20%;
}
.gallery-columns-5 .gallery-item {
width: 17.7%;
}
.gallery-columns-6 .gallery-item {
width: 13.6%;
}
.gallery-columns-7 .gallery-item {
width: 12.25%;
}
.gallery-columns-8 .gallery-item {
width: 10.5%;
}
.gallery-columns-9 .gallery-item {
width: 9.11%;
}
.gallery-columns-1 .gallery-item:nth-child(1n),
.gallery-columns-2 .gallery-item:nth-child(2n),
.gallery-columns-3 .gallery-item:nth-child(3n),
.gallery-columns-4 .gallery-item:nth-child(4n),
.gallery-columns-5 .gallery-item:nth-child(5n),
.gallery-columns-6 .gallery-item:nth-child(6n),
.gallery-columns-7 .gallery-item:nth-child(7n),
.gallery-columns-8 .gallery-item:nth-child(8n),
.gallery-columns-9 .gallery-item:nth-child(9n) {
margin-right: 0;
}
.gallery-columns-1 .gallery-item:nth-child(n+2),
.gallery-columns-2 .gallery-item:nth-child(n+3),
.gallery-columns-3 .gallery-item:nth-child(n+4),
.gallery-columns-4 .gallery-item:nth-child(n+5),
.gallery-columns-5 .gallery-item:nth-child(n+6),
.gallery-columns-6 .gallery-item:nth-child(n+7),
.gallery-columns-7 .gallery-item:nth-child(n+8),
.gallery-columns-8 .gallery-item:nth-child(n+9),
.gallery-columns-9 .gallery-item:nth-child(n+10) {
margin-bottom: 0;
}
.gallery dl a {
display: block;
}
.gallery dl a img {
height: auto;
margin: 0 auto;
}
.gallery br+br {
display: none;
}
.wp-caption-text{}
.bypostauthor{} img.alignnone{ margin: 0 auto; max-width: 100%; }
#attachment_907 { width: 100%; }
img.alignleft, .wp-caption.alignleft{ margin-right: 30px; }
img.alignright, .wp-caption.alignright {
margin-left: 30px;
float: right;
clear: both;
margin-bottom: 30px;
}
img.wp-caption .alignnone { display: block; margin: 0 auto; height: auto; width: 100%; }
a img.alignright { float: right; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; }
a img.aligncenter { margin-left: auto; margin-right: auto;}
.aligncenter { margin-top: .5em; margin-bottom: .5em; }  
.alignleft { float: left; margin: .5em 20px .5em 0; }
.alignright { float: right; margin: .5em 0 .5em 20px; }
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption { 
clear: left;
font-style: italic;
line-height: 1.5em;
margin: 0.75em 0;
text-align: center;
}
.wp-caption.alignright { margin: 5px 0 20px 20px;}
.wp-caption p.wp-caption-text { font-family: 'Open Sans'; font-size: 14px; margin: 12px 0; text-align: center; font-weight: 400; font-style: italic; line-height: 1.5em; }
.wp-caption.alignleft { margin: 5px 20px 20px 0;}
.wp-caption {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #f8f8f8;
border-color: #eee;
border-image: initial;
border-radius: 3px;
border-style: solid;
border-width: 1px;
margin-bottom: 20px;
max-width: 100%;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
text-align: center;
}
.wp-caption > img {
max-width: 100%;
}
.bypostauthor {}
form.post-password-form label, form.post-password-form input {
display: inline-block;
}:root {
--sp-gradient1:linear-gradient(-137deg, var(--sp-primary) 0%, var(--sp-primary2) 100%);
--sp-gradient2:linear-gradient(137deg, #11104d 0%, #060534 100%);
--sp-green:#ffffff;
--sp-white:#ffffff;
--sp-primary-light:#fff9f9;
--sp-primary:#d81956;
--sp-primary2:#f84233;
--sp-secondary:#11104d;
--sp-secondary2:#060534;
--sp-secondary-dark:#252525;
--sp-border-dark:#dddddd;
--sp-border-light:#e9e9e9;
--sp-border-extra-light:#f2f2f2;
--sp-scrollbar-thumb:#c2c2c2;
--sp-font-sans-serif:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
--sp-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
--sp-shadow: 2px 5px 20px rgba(0, 0, 0, .2);
--sp-radius: 3px;
--sp-transition: all .3s cubic-bezier(.645,.045,.355,1);
}  ::-webkit-selection {
background-color: var(--sp-primary);
color: #ffffff;-webkit-text-fill-color: #ffffff;
}
::selection {
background-color: var(--sp-primary);
color: #ffffff;-webkit-text-fill-color: #ffffff;
}  ::-webkit-scrollbar {
width: 10px;
height: 10px;
background-color: var(--sp-border-extra-light);
}
::-webkit-scrollbar-thumb {
background-color: var(--sp-scrollbar-thumb);
border-radius: 10px;
}
::-webkit-scrollbar-corner {
background-color: var(--sp-border-extra-light);
}::-webkit-input-placeholder {
color: #c0c0c0;
opacity: 1;
-webkit-transition: opacity .3s;
transition: opacity .3s
}
:-moz-placeholder {
color: #c0c0c0;
opacity: 1;
-webkit-transition: opacity .3s;
transition: opacity .3s
}
::-moz-placeholder {
color: #c0c0c0;
opacity: 1;
-webkit-transition: opacity .3s;
transition: opacity .3s
}
:-ms-input-placeholder {
color: #c0c0c0;
opacity: 1;
-webkit-transition: opacity .3s;
transition: opacity .3s
}
*:focus::-webkit-input-placeholder {
opacity: 0
}
*:focus:-moz-placeholder {
opacity: 0
}
*:focus::-moz-placeholder {
opacity: 0
}
*:focus:-ms-input-placeholder {
opacity: 0
}
*,
*:after,
*:before {
box-sizing: border-box;
}
* {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
body {
font-size: 16px;
margin: 0;
padding: 0;
line-height: 1.5;
font-family: var(--sp-font-sans-serif);
color: var(--sp-secondary-dark);
overflow-x: hidden;
}
body:not(.admin-bar) {
position: relative;
}
a {
color: var(--sp-primary);
text-decoration: underline;
outline: none;
}
a:hover,
a:active,
a:focus {
color: var(--sp-primary);
text-decoration: underline;
text-decoration-style: dotted;
}
button:focus {
box-shadow: none;
}
button[type=submit]:focus, button:focus, input[type="button"]:focus,
input[type="reset"]:focus, input[type="submit"]:focus, a:focus {
outline-width: 1px;
outline-offset: -2px;
outline-style: dotted;
text-decoration: none;
}
a, area, button, input, label, select, summary, textarea {
-ms-touch-action: manipulation;
touch-action: manipulation;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
button, input, optgroup, select, textarea {
margin: 0;
}
button, input {
overflow: visible;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
border: 0;
display: block;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
line-height: 1.2;
word-break: break-word;
}
h1 {
font-size: 38px;
}
h2 {
font-size: 34px;
}
h3 {
font-size: 30px;
}
h4 {
font-size: 26px;
}
h5 {
font-size: 20px;
}
h6 {
font-size: 18px;
}
em, cite, q {
color: var(--sp-primary);;
font-style: italic;
font-weight: bold;
}
code, kbd, tt, var, samp, pre {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
background: var(--sp-secondary-dark);
color: var(--sp-white);
padding: 1px 5px;
border-radius: 0px;
font-size: 88%;
}
pre {
display: block;
margin: 0 0 10px;
font-size: 13px;
word-break: break-all;
word-wrap: break-word;
border: 1px solid #ccc;
border-radius: 0px;
overflow: auto;
}
table {
border: 1px solid #e9e9e9;
background-color: #fcfcfc;
border-spacing: 0;
letter-spacing: 0.5px;
margin: 0 0 20px;
text-align: left;
table-layout: fixed;
border-collapse: collapse;
}
table th {
border: 1px solid rgba(0, 0, 0, 0.25);
}
table td {
border: 1px solid #e9e9ea;
}
table th, table td {
padding: 15px;
}
table th {
background: var(--sp-gradient1);
color: var(--sp-white);
}
p {
margin: 0 0 10px;
word-break: break-word;
}
figure {
margin: 0;
}
address,
table,
pre {
width: 100%;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
font-weight: 600;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
fieldset {
border: 1px solid #e9e9ea;
margin: 1.5rem 2px;
padding: 10px 25px 20px;
border-radius: 0px;
}
iframe {
max-width: 100%;
height: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
padding: 12px 24px;
border-radius: 0px;
background: transparent;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
outline: 1px dotted;
outline-offset: -2px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
border-radius: 0px;
display: block;
line-height: 1.5;
font-size: 16px;
font-weight: 500;
max-height: 50px;
padding: .813rem 1rem;
vertical-align: middle;
width: 100%;
background-color: #f5f6fa;
border: 1px solid #f5f6fa;
outline: none;
letter-spacing: 0.5px;
box-shadow: none;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
input[type="text"]:focus, input[type="email"]:focus,
input[type="url"]:focus, input[type="password"]:focus,
input[type="search"]:focus, input[type="number"]:focus,
input[type="tel"]:focus, input[type="range"]:focus,
input[type="date"]:focus, input[type="month"]:focus,
input[type="week"]:focus, input[type="time"]:focus,
input[type="datetime"]:focus, input[type="datetime-local"]:focus,
input[type="color"]:focus, textarea:focus, select:focus {    
border-color: var(--sp-primary);
background-color: #ffffff;
}
button[type=submit]:hover, button:hover, input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover,
button[type=submit]:focus, button:focus, input[type="button"]:focus,
input[type="reset"]:focus, input[type="submit"]:focus {
color: var(--sp-white);
background-color: var(--sp-primary);
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
select {
background-clip: padding-box;
border: 1px solid #e9e9ea;
border-radius: 0px;
display: block;
font-size: 92%;
font-weight: 400;
padding: 6px 12px;
position: relative;
text-decoration: none;
white-space: nowrap;
width: 100%;
box-shadow: none;
overflow: auto !important;
outline: 0;
background-image: linear-gradient(#242424, #242424), linear-gradient(#e9e9ea, #e9e9ea);
background-size: 0 1px, 100% 1px;
background-repeat: no-repeat;
background-position: center bottom, center calc(100% - -1px);
background-color: #f6f6f6;
-moz-transition: background 0s ease-out;
-webkit-transition: background 0s ease-out;
-o-transition: background 0s ease-out;
transition: background 0s ease-out;
}
textarea {
height: 132px;
overflow: auto;
resize: vertical;
max-height: 100%;
}
input[type=checkbox], input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio],
div.wpforms-container-full .wpforms-form input[type=checkbox] {
border: 2px solid var(--sp-primary);;
background: #fff;
color: #555;
clear: none;
cursor: pointer;
display: inline-block;
line-height: 0;
height: 20px;
margin: -3px 3px 0 0;
outline: 0;
padding: 0;
text-align: center;
vertical-align: middle;
width: 20px !important;
max-width: 20px;
-moz-appearance: none !important;
-webkit-appearance: none !important;
transition: .05s border-color ease-in-out;
}
input[type=radio] {
border-radius: 50%;
margin-right: 4px;
line-height: 12px;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
display: inline-block;
vertical-align: middle;
speak: none;
line-height: 1.1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transition: .3s all;
transition: .3s all;
}
input[type=radio]:checked:before {
content: "⬤";
text-indent: -9999px;
border-radius: 50px;
font-size: 24px;
width: 8px;
height: 8px;
margin: 4px;
line-height: 20px;
background: var(--sp-primary);;
}
input[type=checkbox]:checked:before {
content: "✔";
font-weight: 900;
color: var(--sp-primary);;
}  .av-grid-dl dt {
padding: 0.5em 0 0.5em 0;
font-weight: 600;
}
.av-grid-dl dd {
margin: 0;
padding: 0.5em 0 0.5em 0;
}
@media (min-width: 550px) {
.av-grid-dl {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto;
}
.av-grid-dl dt {
grid-column-start: 1;
}
.av-grid-dl dd {
grid-column-start: 2;
}
.av-grid-dl dt+dd {}
}  .btn-st-1 {
padding: 0;
height: auto;
background: none;
box-shadow: none;
border: none;
font-weight: 500;
font-size: 15px;
} .av-container {
width: 100%;
max-width: 1200px;  
margin: 0 auto;
}
.av-container,
.av-container-fluid {
padding: 0 50px;
}
.av-columns-area {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
margin: 0px -15px;
-ms-flex-align: flex-start;
align-items: flex-start;
justify-content: flex-start;
}
[class*="av-column-"] {
position: relative;
width: 100%;
padding: 0px 15px;
z-index: 0;
}
.d-none, div.d-none {
display: none;
}
.d-block, div.d-block {
display: block;
}
.d-inline, div.d-inline {
display: inline;
}
.d-inline-block, div.d-inline-block {
display: inline-block;
}
.m-0 {margin: 0;}
.my-auto {margin: auto 0;}
.mx-auto {margin: 0 auto;}
.mt-0 {margin-top: 0;}.mt-1 {margin-top: .25rem;}.mt-2 {margin-top: .5rem;}.mt-3 {margin-top: 1rem;}.mt-4 {margin-top: 1.5rem;}.mt-5 {margin-top: 2rem;}.mt-6 {margin-top: 3rem;}
.mr-0 {margin-right: 0;}.mr-1 {margin-right: .25rem;}.mr-2 {margin-right: .5rem;}.mr-3 {margin-right: 1rem;}.mr-4 {margin-right: 1.5rem;}.mr-5 {margin-right: 2rem;}.mr-6 {margin-right: 3rem;}
.mb-0 {margin-bottom: 0;}.mb-1 {margin-bottom: .25rem;}.mb-2 {margin-bottom: .5rem;}.mb-3 {margin-bottom: 1rem;}.mb-4 {margin-bottom: 1.5rem;}.mb-5 {margin-bottom: 2rem;}.mb-6 {margin-bottom: 3rem;}
.ml-0 {margin-left: 0;}.ml-1 {margin-left: .25rem;}.ml-2 {margin-left: .5rem;}.ml-3 {margin-left: 1rem;}.ml-4 {margin-left: 1.5rem;}.ml-5 {margin-left: 2rem;}.ml-6 {margin-left: 3rem;}
.my-0 {margin-top: 0;margin-bottom: 0;}.my-1 {margin-top: .25rem;margin-bottom: .25rem;}.my-2 {margin-top: .5rem;margin-bottom: .5rem;}.my-3 {margin-top: 1rem;margin-bottom: 1rem;}.my-4 {margin-top: 1.5rem;margin-bottom: 1.5rem;}.my-5 {margin-top: 2rem;margin-bottom: 2rem;}.my-6 {margin-top: 3rem;margin-bottom: 3rem;}
.mx-0 {margin-left: 0;margin-right: 0;}.mx-1 {margin-left: .25rem;margin-right: .25rem;}.mx-2 {margin-left: .5rem;margin-right: .5rem;}.mx-3 {margin-left: 1rem;margin-right: 1rem;}.mx-4 {margin-left: 1.5rem;margin-right: 1.5rem;}.mx-5 {margin-left: 2rem;margin-right: 2rem;}.mx-6 {margin-left: 3rem;margin-right: 3rem;}
.pt-0 {padding-top: 0;}.pt-1 {padding-top: .25rem;}.pt-2 {padding-top: .5rem;}.pt-3 {padding-top: 1rem;}.pt-4 {padding-top: 1.5rem;}.pt-5 {padding-top: 2rem;}.pt-6 {padding-top: 3rem;}
.pr-0 {padding-right: 0;}.pr-1 {padding-right: .25rem;}.pr-2 {padding-right: .5rem;}.pr-3 {padding-right: 1rem;}.pr-4 {padding-right: 1.5rem;}.pr-5 {padding-right: 2rem;}.pr-6 {padding-top: 3rem;}
.pb-0 {padding-bottom: 0;}.pb-1 {padding-bottom: .25rem;}.pb-2 {padding-bottom: .5rem;}.pb-3 {padding-bottom: 1rem;}.pb-4 {padding-bottom: 1.5rem;}.pb-5 {padding-bottom: 2rem;}.pb-6 {padding-top: 3rem;}
.pl-0 {padding-left: 0;}.pl-1 {padding-left: .25rem;}.pl-2 {padding-left: .5rem;}.pl-3 {padding-left: 1rem;}.pl-4 {padding-left: 1.5rem;}.pl-5 {padding-left: 2rem;}.pl-6 {padding-top: 3rem;}
.p-0 {padding: 0;}
.py-0 {padding-top: 0;padding-bottom: 0;}.py-1 {padding-top: .25rem;padding-bottom: .25rem;}.py-2 {padding-top: .5rem;padding-bottom: .5rem;}.py-3 {padding-top: 1rem;padding-bottom: 1rem;}.py-4 {padding-top: 1.5rem;padding-bottom: 1.5rem;}.py-5 {padding-top: 2rem;padding-bottom: 2rem;}.py-6 {padding-top: 3rem;padding-bottom: 3rem;}
.px-0 {padding-left: 0;padding-right: 0;}.px-1 {padding-left: .25rem;padding-right: .25rem;}.px-2 {padding-left: .5rem;padding-right: .5rem;}.px-3 {padding-left: 1rem;padding-right: 1rem;}.px-4 {padding-left: 1.5rem;padding-right: 1.5rem;}.px-5 {padding-left: 2rem;padding-right: 2rem;}.px-6 {padding-left: 3rem;padding-right: 3rem;}
.my-auto {
margin: auto 0px;
}
.mx-auto {
margin: 0px auto;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.flex-fill {
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}
.flex-fill:nth-child(2) {
flex-basis: 18%;
}
.flex-10 {
-ms-flex: 1 1 10%;
flex: 1 1 10%;
}
.flex-15 {
-ms-flex: 1 1 15%;
flex: 1 1 15%;
}
.flex-20 {
-ms-flex: 1 1 20%;
flex: 1 1 20%;
}
.flex-25 {
-ms-flex: 1 1 25%;
flex: 1 1 25%;
}
.flex-30 {
-ms-flex: 1 1 30%;
flex: 1 1 30%;
}
.flex-35 {
-ms-flex: 1 1 35%;
flex: 1 1 35%;
}
.flex-40 {
-ms-flex: 1 1 40%;
flex: 1 1 40%;
}
.flex-45 {
-ms-flex: 1 1 45%;
flex: 1 1 45%;
}
.flex-50 {
-ms-flex: 1 1 50%;
flex: 1 1 50%;
}
.flex-55 {
-ms-flex: 1 1 55%;
flex: 1 1 55%;
}
.flex-60 {
-ms-flex: 1 1 60%;
flex: 1 1 60%;
}
.flex-65 {
-ms-flex: 1 1 65%;
flex: 1 1 65%;
}
.flex-70 {
-ms-flex: 1 1 70%;
flex: 1 1 70%;
}
.flex-75 {
-ms-flex: 1 1 75%;
flex: 1 1 75%;
}
.flex-80 {
-ms-flex: 1 1 80%;
flex: 1 1 80%;
}
.flex-85 {
-ms-flex: 1 1 85%;
flex: 1 1 85%;
}
.flex-90 {
-ms-flex: 1 1 90%;
flex: 1 1 90%;
}
.flex-95 {
-ms-flex: 1 1 95%;
flex: 1 1 95%;
}
.flex-100 {
-ms-flex: 1 1 100%;
flex: 1 1 100%;
}
.flex-auto {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.mobile-menu .dropdown-menu.d-flex {
display: -ms-flexbox;
display: flex;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.float-none {
float: none;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
.order-4 {
order: 4;
}
.order-5 {
order: 5;
}
.order-6 {
order: 6;
}
.order-7 {
order: 7;
}
.order-8 {
order: 8;
}
.order-9 {
order: 9;
}
.order-10 {
order: 10;
}
.order-11 {
order: 11;
}
.order-12 {
order: 12;
} .av-masonry {
width: 100%;
-webkit-column-gap: 1.5rem;
-moz-column-gap: 1.5rem;
column-gap: 1.5rem;
-moz-column-gap: 1.5rem;
-webkit-column-gap: 1.5rem;
column-gap: 1.5rem;
}
.av-masonry-4 {
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
.av-masonry-3 {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
.av-masonry-2 {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
@media only screen and (max-width: 767px) {
.av-masonry[class*="av-masonry-"] {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
.av-masonry[class*="av-masonry-"] {
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.av-masonry[class*="av-masonry-"] {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
}
}
@media (min-width: 601px) {
.av-sm-column-1 {
-ms-flex: 0 0 16.333333%;
flex: 0 0 16.333333%;
max-width: 16.333333%;
}
.av-sm-column-2 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.av-sm-column-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.av-sm-column-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.av-sm-column-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.av-sm-column-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.av-sm-column-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.av-sm-column-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.av-sm-column-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.av-sm-column-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.av-sm-column-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.av-sm-column-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.d-sm-none, div.d-sm-none {
display: none;
}
.d-sm-block, div.d-sm-block {
display: block;
}
.d-sm-inline, div.d-sm-inline {
display: inline;
}
.d-sm-inline-block, div.d-sm-inline-block {
display: inline-block;
}
.text-sm-left {
text-align: left;
}
.text-sm-right {
text-align: right;
}
.text-sm-center {
text-align: center;
}
.my-sm-auto {
margin: auto 0px;
}
.mx-sm-auto {
margin: 0px auto;
}
.m-sm-0 {margin: 0;}
.mt-sm-0 {margin-top: 0;}.mt-sm-1 {margin-top: .25rem;}.mt-sm-2 {margin-top: .5rem;}.mt-sm-3 {margin-top: 1rem;}.mt-sm-4 {margin-top: 1.5rem;}.mt-sm-5 {margin-top: 2rem;}.mt-sm-6 {margin-top: 3rem;}
.mr-sm-0 {margin-right: 0;}.mr-sm-1 {margin-right: .25rem;}.mr-sm-2 {margin-right: .5rem;}.mr-sm-3 {margin-right: 1rem;}.mr-sm-4 {margin-right: 1.5rem;}.mr-sm-5 {margin-right: 2rem;}.mr-sm-6 {margin-right: 3rem;}
.mb-sm-0 {margin-bottom: 0;}.mb-sm-1 {margin-bottom: .25rem;}.mb-sm-2 {margin-bottom: .5rem;}.mb-sm-3 {margin-bottom: 1rem;}.mb-sm-4 {margin-bottom: 1.5rem;}.mb-sm-5 {margin-bottom: 2rem;}.mb-sm-6 {margin-bottom: 3rem;}
.ml-sm-0 {margin-left: 0;}.ml-sm-1 {margin-left: .25rem;}.ml-sm-2 {margin-left: .5rem;}.ml-sm-3 {margin-left: 1rem;}.ml-sm-4 {margin-left: 1.5rem;}.ml-sm-5 {margin-left: 2rem;}.ml-sm-6 {margin-left: 3rem;}
.my-sm-0 {margin-top: 0;margin-bottom: 0;}.my-sm-1 {margin-top: .25rem;margin-bottom: .25rem;}.my-sm-2 {margin-top: .5rem;margin-bottom: .5rem;}.my-sm-3 {margin-top: 1rem;margin-bottom: 1rem;}.my-sm-4 {margin-top: 1.5rem;margin-bottom: 1.5rem;}.my-sm-5 {margin-top: 2rem;margin-bottom: 2rem;}.my-sm-6 {margin-top: 3rem;margin-bottom: 3rem;}
.mx-sm-0 {margin-left: 0;margin-right: 0;}.mx-sm-1 {margin-left: .25rem;margin-right: .25rem;}.mx-sm-2 {margin-left: .5rem;margin-right: .5rem;}.mx-sm-3 {margin-left: 1rem;margin-right: 1rem;}.mx-sm-4 {margin-left: 1.5rem;margin-right: 1.5rem;}.mx-sm-5 {margin-left: 2rem;margin-right: 2rem;}.mx-sm-6 {margin-left: 3rem;margin-right: 3rem;}
.p-sm-0 {padding: 0;}
.pt-sm-0 {padding-top: 0;}.pt-sm-1 {padding-top: .25rem;}.pt-sm-2 {padding-top: .5rem;}.pt-sm-3 {padding-top: 1rem;}.pt-sm-4 {padding-top: 1.5rem;}.pt-sm-5 {padding-top: 2rem;}.pt-sm-6 {padding-top: 3rem;}
.pr-sm-0 {padding-right: 0;}.pr-sm-1 {padding-right: .25rem;}.pr-sm-2 {padding-right: .5rem;}.pr-sm-3 {padding-right: 1rem;}.pr-sm-4 {padding-right: 1.5rem;}.pr-sm-5 {padding-right: 2rem;}.pr-sm-6 {padding-top: 3rem;}
.pb-sm-0 {padding-bottom: 0;}.pb-sm-1 {padding-bottom: .25rem;}.pb-sm-2 {padding-bottom: .5rem;}.pb-sm-3 {padding-bottom: 1rem;}.pb-sm-4 {padding-bottom: 1.5rem;}.pb-sm-5 {padding-bottom: 2rem;}.pb-sm-6 {padding-top: 3rem;}
.pl-sm-0 {padding-left: 0;}.pl-sm-1 {padding-left: .25rem;}.pl-sm-2 {padding-left: .5rem;}.pl-sm-3 {padding-left: 1rem;}.pl-sm-4 {padding-left: 1.5rem;}.pl-sm-5 {padding-left: 2rem;}.pl-sm-6 {padding-top: 3rem;}
.py-sm-0 {padding-top: 0;padding-bottom: 0;}.py-sm-1 {padding-top: .25rem;padding-bottom: .25rem;}.py-sm-2 {padding-top: .5rem;padding-bottom: .5rem;}.py-sm-3 {padding-top: 1rem;padding-bottom: 1rem;}.py-sm-4 {padding-top: 1.5rem;padding-bottom: 1.5rem;}.py-sm-5 {padding-top: 2rem;padding-bottom: 2rem;}.py-sm-6 {padding-top: 3rem;padding-bottom: 3rem;}
.px-sm-0 {padding-left: 0;padding-right: 0;}.px-sm-1 {padding-left: .25rem;padding-right: .25rem;}.px-sm-2 {padding-left: .5rem;padding-right: .5rem;}.px-sm-3 {padding-left: 1rem;padding-right: 1rem;}.px-sm-4 {padding-left: 1.5rem;padding-right: 1.5rem;}.px-sm-5 {padding-left: 2rem;padding-right: 2rem;}.px-sm-6 {padding-left: 3rem;padding-right: 3rem;}
.float-sm-right {
float: right;
}
.float-sm-left {
float: left;
}
.float-sm-none {
float: none;
}
.order-sm-1 {order: 1;}.order-sm-2 {order: 2;}.order-sm-3 {order: 3;}.order-sm-4 {order: 4;}.order-sm-5 {order: 5;}.order-sm-6 {order: 6;}.order-sm-7 {order: 7;}.order-sm-8 {order: 8;}.order-sm-9 {order: 9;
}.order-sm-10 {order: 10;}.order-sm-11 {order: 11;}.order-sm-12 {order: 12;}
} @media (min-width: 768px) {
.av-md-column-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.av-md-column-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.av-md-column-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.av-md-column-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.av-md-column-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.av-md-column-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.av-md-column-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.av-md-column-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.av-md-column-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.av-md-column-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.av-md-column-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.av-md-column-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.d-md-none, div.d-md-none {
display: none;
}
.d-md-block, div.d-md-block {
display: block;
}
.d-md-inline, div.d-md-inline {
display: inline;
}
.d-md-inline-block, div.d-md-inline-block {
display: inline-block;
}
.text-md-left {
text-align: left;
}
.text-md-right {
text-align: right;
}
.text-md-center {
text-align: center;
}
.my-md-auto {
margin: auto 0px;
}
.mx-md-auto {
margin: 0px auto;
}
.m-md-0 {margin: 0;}
.mt-md-0 {margin-top: 0;}.mt-md-1 {margin-top: .25rem;}.mt-md-2 {margin-top: .5rem;}.mt-md-3 {margin-top: 1rem;}.mt-md-4 {margin-top: 1.5rem;}.mt-md-5 {margin-top: 2rem;}.mt-md-6 {margin-top: 3rem;}
.mr-md-0 {margin-right: 0;}.mr-md-1 {margin-right: .25rem;}.mr-md-2 {margin-right: .5rem;}.mr-md-3 {margin-right: 1rem;}.mr-md-4 {margin-right: 1.5rem;}.mr-md-5 {margin-right: 2rem;}.mr-md-6 {margin-right: 3rem;}
.mb-md-0 {margin-bottom: 0;}.mb-md-1 {margin-bottom: .25rem;}.mb-md-2 {margin-bottom: .5rem;}.mb-md-3 {margin-bottom: 1rem;}.mb-md-4 {margin-bottom: 1.5rem;}.mb-md-5 {margin-bottom: 2rem;}.mb-md-6 {margin-bottom: 3rem;}
.ml-md-0 {margin-left: 0;}.ml-md-1 {margin-left: .25rem;}.ml-md-2 {margin-left: .5rem;}.ml-md-3 {margin-left: 1rem;}.ml-md-4 {margin-left: 1.5rem;}.ml-md-5 {margin-left: 2rem;}.ml-md-6 {margin-left: 3rem;}
.my-md-0 {margin-top: 0;margin-bottom: 0;}.my-md-1 {margin-top: .25rem;margin-bottom: .25rem;}.my-md-2 {margin-top: .5rem;margin-bottom: .5rem;}.my-md-3 {margin-top: 1rem;margin-bottom: 1rem;}.my-md-4 {margin-top: 1.5rem;margin-bottom: 1.5rem;}.my-md-5 {margin-top: 2rem;margin-bottom: 2rem;}.my-md-6 {margin-top: 3rem;margin-bottom: 3rem;}
.mx-md-0 {margin-left: 0;margin-right: 0;}.mx-md-1 {margin-left: .25rem;margin-right: .25rem;}.mx-md-2 {margin-left: .5rem;margin-right: .5rem;}.mx-md-3 {margin-left: 1rem;margin-right: 1rem;}.mx-md-4 {margin-left: 1.5rem;margin-right: 1.5rem;}.mx-md-5 {margin-left: 2rem;margin-right: 2rem;}.mx-md-6 {margin-left: 3rem;margin-right: 3rem;}
.p-md-0 {padding: 0;}
.pt-md-0 {padding-top: 0;}.pt-md-1 {padding-top: .25rem;}.pt-md-2 {padding-top: .5rem;}.pt-md-3 {padding-top: 1rem;}.pt-md-4 {padding-top: 1.5rem;}.pt-md-5 {padding-top: 2rem;}.pt-md-6 {padding-top: 3rem;}
.pr-md-0 {padding-right: 0;}.pr-md-1 {padding-right: .25rem;}.pr-md-2 {padding-right: .5rem;}.pr-md-3 {padding-right: 1rem;}.pr-md-4 {padding-right: 1.5rem;}.pr-md-5 {padding-right: 2rem;}.pr-md-6 {padding-top: 3rem;}
.pb-md-0 {padding-bottom: 0;}.pb-md-1 {padding-bottom: .25rem;}.pb-md-2 {padding-bottom: .5rem;}.pb-md-3 {padding-bottom: 1rem;}.pb-md-4 {padding-bottom: 1.5rem;}.pb-md-5 {padding-bottom: 2rem;}.pb-md-6 {padding-top: 3rem;}
.pl-md-0 {padding-left: 0;}.pl-md-1 {padding-left: .25rem;}.pl-md-2 {padding-left: .5rem;}.pl-md-3 {padding-left: 1rem;}.pl-md-4 {padding-left: 1.5rem;}.pl-md-5 {padding-left: 2rem;}.pl-md-6 {padding-top: 3rem;}
.py-md-0 {padding-top: 0;padding-bottom: 0;}.py-md-1 {padding-top: .25rem;padding-bottom: .25rem;}.py-md-2 {padding-top: .5rem;padding-bottom: .5rem;}.py-md-3 {padding-top: 1rem;padding-bottom: 1rem;}.py-md-4 {padding-top: 1.5rem;padding-bottom: 1.5rem;}.py-md-5 {padding-top: 2rem;padding-bottom: 2rem;}.py-md-6 {padding-top: 3rem;padding-bottom: 3rem;}
.px-md-0 {padding-left: 0;padding-right: 0;}.px-md-1 {padding-left: .25rem;padding-right: .25rem;}.px-md-2 {padding-left: .5rem;padding-right: .5rem;}.px-md-3 {padding-left: 1rem;padding-right: 1rem;}.px-md-4 {padding-left: 1.5rem;padding-right: 1.5rem;}.px-md-5 {padding-left: 2rem;padding-right: 2rem;}.px-md-6 {padding-left: 3rem;padding-right: 3rem;}
.float-md-right {
float: right;
}
.float-md-left {
float: left;
}
.float-md-none {
float: none;
}
.order-md-1 {order: 1;}.order-md-2 {order: 2;}.order-md-3 {order: 3;}.order-md-4 {order: 4;}.order-md-5 {order: 5;}.order-md-6 {order: 6;}.order-md-7 {order: 7;}.order-md-8 {order: 8;}.order-md-9 {order: 9;
}.order-md-10 {order: 10;}.order-md-11 {order: 11;}.order-md-12 {order: 12;}
} .av-column5 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 1200px) {
.av-column5 {
width: 20%;
float: left;
}
} @media (min-width: 992px) {
.av-column-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.av-column-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.av-column-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.av-column-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.av-column-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.av-column-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.av-column-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.av-column-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.av-column-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.av-column-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.av-column-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.av-column-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.d-av-none, div.d-av-none {
display: none;
}
.d-av-block, div.d-av-block {
display: block;
}
.d-av-inline, div.d-av-inline {
display: inline;
}
.d-av-inline-block, div.d-av-inline-block {
display: inline-block;
}
.text-av-left {
text-align: left;
}
.text-av-right {
text-align: right;
}
.text-av-center {
text-align: center;
}
.my-av-auto {
margin: auto 0px;
}
.mx-av-auto {
margin: 0px auto;
}
.m-av-0 {margin: 0;}
.mt-av-0 {margin-top: 0;}.mt-av-1 {margin-top: .25rem;}.mt-av-2 {margin-top: .5rem;}.mt-av-3 {margin-top: 1rem;}.mt-av-4 {margin-top: 1.5rem;}.mt-av-5 {margin-top: 2rem;}.mt-av-6 {margin-top: 3rem;}
.mr-av-0 {margin-right: 0;}.mr-av-1 {margin-right: .25rem;}.mr-av-2 {margin-right: .5rem;}.mr-av-3 {margin-right: 1rem;}.mr-av-4 {margin-right: 1.5rem;}.mr-av-5 {margin-right: 2rem;}.mr-av-6 {margin-right: 3rem;}
.mb-av-0 {margin-bottom: 0;}.mb-av-1 {margin-bottom: .25rem;}.mb-av-2 {margin-bottom: .5rem;}.mb-av-3 {margin-bottom: 1rem;}.mb-av-4 {margin-bottom: 1.5rem;}.mb-av-5 {margin-bottom: 2rem;}.mb-av-6 {margin-bottom: 3rem;}
.ml-av-0 {margin-left: 0;}.ml-av-1 {margin-left: .25rem;}.ml-av-2 {margin-left: .5rem;}.ml-av-3 {margin-left: 1rem;}.ml-av-4 {margin-left: 1.5rem;}.ml-av-5 {margin-left: 2rem;}.ml-av-6 {margin-left: 3rem;}
.my-av-0 {margin-top: 0;margin-bottom: 0;}.my-av-1 {margin-top: .25rem;margin-bottom: .25rem;}.my-av-2 {margin-top: .5rem;margin-bottom: .5rem;}.my-av-3 {margin-top: 1rem;margin-bottom: 1rem;}.my-av-4 {margin-top: 1.5rem;margin-bottom: 1.5rem;}.my-av-5 {margin-top: 2rem;margin-bottom: 2rem;}.my-av-6 {margin-top: 3rem;margin-bottom: 3rem;}
.mx-av-0 {margin-left: 0;margin-right: 0;}.mx-av-1 {margin-left: .25rem;margin-right: .25rem;}.mx-av-2 {margin-left: .5rem;margin-right: .5rem;}.mx-av-3 {margin-left: 1rem;margin-right: 1rem;}.mx-av-4 {margin-left: 1.5rem;margin-right: 1.5rem;}.mx-av-5 {margin-left: 2rem;margin-right: 2rem;}.mx-av-6 {margin-left: 3rem;margin-right: 3rem;}
.p-av-0 {padding: 0;}
.pt-av-0 {padding-top: 0;}.pt-av-1 {padding-top: .25rem;}.pt-av-2 {padding-top: .5rem;}.pt-av-3 {padding-top: 1rem;}.pt-av-4 {padding-top: 1.5rem;}.pt-av-5 {padding-top: 2rem;}.pt-av-6 {padding-top: 3rem;}
.pr-av-0 {padding-right: 0;}.pr-av-1 {padding-right: .25rem;}.pr-av-2 {padding-right: .5rem;}.pr-av-3 {padding-right: 1rem;}.pr-av-4 {padding-right: 1.5rem;}.pr-av-5 {padding-right: 2rem;}.pr-av-6 {padding-top: 3rem;}
.pb-av-0 {padding-bottom: 0;}.pb-av-1 {padding-bottom: .25rem;}.pb-av-2 {padding-bottom: .5rem;}.pb-av-3 {padding-bottom: 1rem;}.pb-av-4 {padding-bottom: 1.5rem;}.pb-av-5 {padding-bottom: 2rem;}.pb-av-6 {padding-top: 3rem;}
.pl-av-0 {padding-left: 0;}.pl-av-1 {padding-left: .25rem;}.pl-av-2 {padding-left: .5rem;}.pl-av-3 {padding-left: 1rem;}.pl-av-4 {padding-left: 1.5rem;}.pl-av-5 {padding-left: 2rem;}.pl-av-6 {padding-top: 3rem;}
.py-av-0 {padding-top: 0;padding-bottom: 0;}.py-av-1 {padding-top: .25rem;padding-bottom: .25rem;}.py-av-2 {padding-top: .5rem;padding-bottom: .5rem;}.py-av-3 {padding-top: 1rem;padding-bottom: 1rem;}.py-av-4 {padding-top: 1.5rem;padding-bottom: 1.5rem;}.py-av-5 {padding-top: 2rem;padding-bottom: 2rem;}.py-av-6 {padding-top: 3rem;padding-bottom: 3rem;}
.px-av-0 {padding-left: 0;padding-right: 0;}.px-av-1 {padding-left: .25rem;padding-right: .25rem;}.px-av-2 {padding-left: .5rem;padding-right: .5rem;}.px-av-3 {padding-left: 1rem;padding-right: 1rem;}.px-av-4 {padding-left: 1.5rem;padding-right: 1.5rem;}.px-av-5 {padding-left: 2rem;padding-right: 2rem;}.px-av-6 {padding-left: 3rem;padding-right: 3rem;}
.float-av-right {
float: right;
}
.float-av-left {
float: left;
}
.float-av-none {
float: none;
}
.order-av-1 {order: 1;}.order-av-2 {order: 2;}.order-av-3 {order: 3;}.order-av-4 {order: 4;}.order-av-5 {order: 5;}.order-av-6 {order: 6;}.order-av-7 {order: 7;}.order-av-8 {order: 8;}.order-av-9 {order: 9;
}.order-av-10 {order: 10;}.order-av-11 {order: 11;}.order-av-12 {order: 12;}
} @media (max-width: 767px) {
.av-xs-column-1 {
-ms-flex: 0 0 16.333333%;
flex: 0 0 16.333333%;
max-width: 16.333333%;
}
.av-xs-column-2 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.av-xs-column-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.av-xs-column-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.av-xs-column-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.av-xs-column-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.av-xs-column-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.av-xs-column-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.av-xs-column-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.av-xs-column-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.av-xs-column-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.av-xs-column-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}.navigator-wrapper,
.nav-area {
width: 100%;
}
.overlay-enabled {
overflow: hidden;
}
.header {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: var(--sp-white);
-webkit-transition: min-height 0.3s ease;
transition: min-height 0.3s ease;
width: 100%;
z-index: 3;
}
.header-above-info {
position: relative;
z-index: 0;
}
.navigator-wrapper {
position: relative;
}
@media only screen and (min-width: 783px) {
body.admin-bar .header .sticky-menu {
top: 32px;
}
}
@media only screen and (max-width: 782px) and (min-width: 601px) {
body.admin-bar .header .sticky-menu {
top: 46px;
}
}
.site-title {
padding: 0;
}
.site-title img {
width: auto;
height: auto;
float: none;
margin: 0;
}
.logo a, .mobile-logo a, .site-title {
display: block;
font-size: 30px;
font-weight: 700;
line-height: 1.2;
white-space: normal;
width: 100%;
max-width: max-content;
height: auto; }
a.site-title {
display: inline-block;
}
.logo a, .mobile-logo a {
margin: auto 0;
}
a.site-title {
margin: auto 0;
display: block;
}
.logo a:focus {
outline-width: 1px;
outline-style: dotted;
}
.site-first-letter,
.site-last-letter {
font-weight: bolder;
}
.site-description {
width: 100%;
display: block;
font-size: 10px;
font-weight: 500;
line-height: 1.3;
white-space: normal;
margin: 0;
padding-top: 0px;
}
.navbar-brand {
padding: 0;
}
.navbar-area {
padding: 1.47rem 0;
}
.theme-mobile-nav,
.navbar-area {
-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
div.theme-mobile-nav .av-columns-area, div.theme-mobile-nav .av-column-12 {
margin-bottom: 0;
}
.theme-menu {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-item-align: stretch;
align-self: stretch;
width: 100%;
height: 100%;
}
.menubar {
text-align: right;
position: relative;
z-index: 1;
}
.not-included {
display: block;
font-size: 0.7em;
line-height: 1.2;
font-style: normal;
margin: 0;
margin-top: -1px;
padding: 0 0 5px 0;
}
.mobile-menu .not-included {
margin-top: -6px;
}
.menubar .menu-wrap > li > a > .not-included {
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
max-width: 100%;
z-index: 1;
bottom: -5px;
}
.header .widget_nav_menu li > a > .not-included,
.footer .widget_nav_menu li > a > .not-included,
.footer .menu-wrap > li > a > .not-included {
display: contents;
line-height: 0;
width: 100%;
}
.footer .menu-wrap > li > a > .badge,
.menubar .menu-wrap > li > a > .badge {
position: absolute;
top: -18px;
right: 0;
left: 0;
text-align: center;
max-width: max-content;
margin: 0 auto;
z-index: 1;
}
.footer .menu-wrap > li > a > .badge:before,
.menubar .menu-wrap > li > a > .badge:before {
transform: rotate(-90deg);
left: 0;
right: 0;
bottom: -36px;
margin: auto auto;
}
.badge {
margin: 0 6px;
position: relative;
color: var(--sp-white);
padding: 3px 6px;
display: inline-block;
font-size: 75%;
font-weight: 700;
line-height: 1.5;
text-align: center;
white-space: nowrap;
vertical-align: top;
border-radius: 3px;
background-color: var(--sp-primary);
}
.badge:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -15px;
margin: auto 0;
height: 0;
width: 0;
border: 10px solid transparent;
border-right-color: var(--sp-primary);
}
.menubar ul.menu-wrap {
display: inline-block;
}
ul.menu-wrap {
list-style: none;
margin: 0px;
padding: 0px;
display: block;
}
ul.menu-wrap li {
list-style: none;
}
.menu-wrap > li > a,
.dropdown-menu li a {
position: relative;
display: block;
text-align: inherit;
z-index: 0;
font-weight: 500;
line-height: 44px;
}
.menu-wrap > li a img {
width: auto;
height: 15px;
display: inline-block;
vertical-align: initial;
margin: auto;
margin-right: 5px;
transform: translateY(1px);
}
.header .widget_nav_menu li.menu-item-has-children > a:after,
.footer .widget_nav_menu li.menu-item-has-children > a:after,
.footer .menu-wrap > li.dropdown > a:before,
.menubar .menu-wrap > li.dropdown > a:before {
content: '\f107';
font-family: FontAwesome;
position: absolute;
top: 0;
right: 4.5px;
bottom: 0;
display: flex;
align-items: center;
background: inherit;
font-size: 120%;
}
.header .widget_nav_menu li.menu-item-has-children > a,
.footer .widget_nav_menu li.menu-item-has-children > a,
.footer ul.menu-wrap > li.dropdown > a,
.menubar ul.menu-wrap > li.dropdown > a {
padding-right: 20px;
}
.navbar-area .menubar ul.menu-wrap li.btn-home {
vertical-align: bottom;
text-align: center;
}
.navbar-area .menubar ul.menu-wrap li.btn-home > a {
padding: 0 20px;
}
.active-five .menubar ul.menu-wrap li.btn-home {
margin-right: -9px;
}
ul.menu-wrap .btn-home > a.nav-link > span {
font-size: 25px;
line-height: inherit;
}
.footer .menu-wrap > li > a {
padding: 0px 5px;
}
.widget-left .menu-wrap > li:first-child > a,
.widget-right .menu-wrap > li:first-child > a {
padding-left: 0
}
.widget-left .menu-wrap > li:last-child > a,
.widget-right .menu-wrap > li:last-child > a {
padding-right: 0px;
}
.menubar .menu-wrap > li > a {
padding: 0px 12px;
display: inline-flex;
color: var(--sp-secondary-dark);
}
.menu-wrap > li > a {
white-space: normal;
border: 0;
border-radius: 0;
}
.menu-wrap li > a {
text-decoration: none;
} .navbar-area .menubar .menu-wrap > li {
display: inline-block;
margin: 0 -3px;
position: relative;
} .footer-copyright .widget_nav_menu ul.menu .sub-menu li.menu-item a,
.header .widget_nav_menu ul.menu .sub-menu li.menu-item a,
.header .widget_nav_menu ul.menu .sub-menu li.menu-item a {
margin: 0;
display: block;
width: 100%;
}
.footer-copyright .widget_nav_menu ul.menu > li > a,
.header .widget_nav_menu ul.menu > li > a {
line-height: 45px;
}
.header .widget_nav_menu .sub-menu,
.navbar-area .menubar .dropdown-menu {
position: absolute;
top: 100%;
z-index: 9;
width: 215px;
background: var(--sp-white);
padding: 0;
margin: 0;    
border: 0;
border-radius: 0;
-moz-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
font-size: 1rem;
text-align: left;
display: block;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: all 0.3s ease-in-out 0s;
}
.footer-copyright .widget_nav_menu .sub-menu,
.footer .menu-wrap .dropdown-menu {
position: absolute;
top: auto;
right: auto;
bottom: 50px;
left: auto;
border: 0;
padding: 5px;
border-radius: 0;
text-align: left;
margin: 0 auto;
background: var(--sp-white);
min-width: 12.5rem;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
-webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);
transition: all 0.3s ease-in-out 0s;
}
.footer .menu-wrap .dropdown-menu,
.footer-copyright .widget_nav_menu .sub-menu {
bottom: 100%;
}
.header .widget_nav_menu .sub-menu,
.navbar-area .menubar .dropdown-menu {
top: 100%;
}
.footer-copyright .widget_nav_menu .menu-item:hover > .sub-menu,
.footer-copyright .widget_nav_menu .menu-item.focus > .sub-menu,
.header .widget_nav_menu .menu-item:hover > .sub-menu,
.header .widget_nav_menu .menu-item.focus > .sub-menu,
.footer .menu-wrap .menu-item:hover > .dropdown-menu,
.footer .menu-wrap .menu-item.focus > .dropdown-menu,
.navbar-area .menu-wrap .menu-item:hover > .dropdown-menu,
.navbar-area .menu-wrap .menu-item.focus > .dropdown-menu {
visibility: visible;
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
.footer .menu-wrap .dropdown-menu li .dropdown-menu,
.footer-copyright .widget_nav_menu .sub-menu li .sub-menu {
bottom: 100%;
transform: translateY(12px);
}
.header .widget_nav_menu .sub-menu li .sub-menu,
.navbar-area .menubar .dropdown-menu li .dropdown-menu {
top: -4px; 
transform: translateY(-12px);
}
.footer-copyright .widget_nav_menu .sub-menu li .sub-menu,
.footer .menu-wrap .dropdown-menu li .dropdown-menu,
.header .widget_nav_menu .sub-menu li .sub-menu,
.navbar-area .menubar .dropdown-menu li .dropdown-menu {
display: block;    
opacity: 0;
visibility: hidden;
}
.footer-copyright .widget_nav_menu .sub-menu li .sub-menu,
.footer .menu-wrap .dropdown-menu li .dropdown-menu {
margin-bottom: 20px;
}
.header .widget_nav_menu .sub-menu li .sub-menu,
.navbar-area .menubar .dropdown-menu li .dropdown-menu {
left: 100%;
margin-top: 0;
margin-left: 0;
}
.footer .menu-wrap > .menu-item:last-child > .dropdown-menu li .dropdown-menu,
.footer-copyright .widget_nav_menu .menu > .menu-item:last-child > .sub-menu li .sub-menu {
bottom: 100%;
}
.header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu,
.navbar-area .menubar .dropdown-menu li .dropdown-menu li .dropdown-menu {
left: auto;
right: 100%;
margin-right: 0;
}
.header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.navbar-area .menubar .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li  .dropdown-menu li .dropdown-menu {
right: auto;
left: 100%;
}
.header .widget_nav_menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu li .sub-menu,
.navbar-area .menubar .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
right: auto;
left: 100%;
} .footer .menu-wrap .menubar .dropdown-menu > li,
.footer-copyright .widget_nav_menu .sub-menu > li,
.header .widget_nav_menu .sub-menu > li,
.navbar-area .menubar .dropdown-menu > li {
padding: 0;
position: relative;
height: auto;
}
.footer .menu-wrap .dropdown-menu li a,
.footer-copyright .widget_nav_menu .sub-menu li a,
.header .widget_nav_menu .sub-menu li a,
.navbar-area .menubar .dropdown-menu li a {
color: var(--sp-secondary-dark);
font-size: 15.2px;
line-height: inherit;
padding: 15px;
border-bottom: 1px dashed #eeeeee;
text-transform: none;
white-space: normal;
}
.footer .menu-wrap .dropdown-menu li:last-child a,
.footer-copyright .widget_nav_menu .sub-menu li:last-child a,
.header .widget_nav_menu .sub-menu li:last-child a,
.navbar-area .menubar .dropdown-menu li:last-child a {
border-bottom: 0;
border-radius: 0 3px 3px;
}
.footer .menu-wrap .dropdown-menu li:hover > a,
.footer .menu-wrap .dropdown-menu li.focus > a,
.footer-copyright .widget_nav_menu .sub-menu li:hover > a,
.footer-copyright .widget_nav_menu .sub-menu li.focus > a,
.header .widget_nav_menu .sub-menu li:hover > a,
.header .widget_nav_menu .sub-menu li.focus > a,
.navbar-area .menubar .dropdown-menu li:hover > a,
.navbar-area .menubar .dropdown-menu li.focus > a {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.footer .menu-wrap .dropdown-menu li:last-child,
.footer-copyright .widget_nav_menu .sub-menu li:last-child,
.header .widget_nav_menu .sub-menu li:last-child,
.navbar-area .menubar .dropdown-menu li:last-child {
border-bottom-color: transparent;
}
.footer .menu-wrap .dropdown-menu .dropdown > a:after,
.footer-copyright .widget_nav_menu .sub-menu .menu-item-has-children > a:after,
.header .widget_nav_menu .sub-menu .menu-item-has-children > a:after,
.navbar-area .menubar .dropdown-menu .dropdown > a:after {
font-family: "FontAwesome";
content: "\f105";
position: absolute;
top: 50%;
right: 20px;
font-size: 0.75rem;
opacity: 0.7;
font-weight: 100;    
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.footer .menu-wrap .dropdown-menu .dropdown:hover > a:after,
.footer .menu-wrap .dropdown-menu .dropdown.focus > a:after,
.footer-copyright .widget_nav_menu .sub-menu .menu-item-has-children:hover > a:after,
.footer-copyright .widget_nav_menu .sub-menu .menu-item-has-children.focus > a:after,
.header .widget_nav_menu .sub-menu .menu-item-has-children:hover > a:after,
.header .widget_nav_menu .sub-menu .menu-item-has-children.focus > a:after,
.navbar-area .menubar .dropdown-menu .dropdown:hover > a:after,
.navbar-area .menubar .dropdown-menu .dropdown.focus > a:after {
opacity: 1;
right: 15px;
}
.header .widget_nav_menu .sub-menu {
border-top-color: var(--sp-primary);
}
.menubar .dropdown-menu:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 0;
width: 2px;
background: var(--sp-gradient1);
transition: all ease .5s;
}
.menubar .menu-wrap li:hover .dropdown-menu:before,
.menubar .menu-wrap li.focus .dropdown-menu:before,
.menubar .menu-wrap li.active .dropdown-menu:before {
height: 100%;
right: auto;
bottom: 0;
}
.menubar .dropdown-menu li a:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 2px;
height: 0;
background: #ffffff;
transition: all ease .5s;
opacity: 0;
}
.menubar .dropdown-menu li:hover > a:before,
.menubar .dropdown-menu li.focus > a:before,
.menubar .dropdown-menu li.active > a:before {
opacity: 1;
bottom: auto;
top: 0;
height: 100%;
}  .sticky-menu {
position: fixed;
top: -1px;
left: 0;
right: 0;
width: 100%;
background: var(--sp-white);
z-index: 999;    
-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky-menu .sticky-navbar-brand {
display: block;
visibility: visible;
}
a.sticky-navbar-brand,
.sticky-menu .sticky-navbar-brand + .navbar-brand {
display: none;
visibility: hidden;
}
@-webkit-keyframes fadeInDown {
from {
opacity:0;-webkit-transform:translate3d(0,-100%,0);
transform:translate3d(0,-100%,0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
@keyframes fadeInDown {
from {
opacity:0;-webkit-transform:translate3d(0,-100%,0);
transform:translate3d(0,-100%,0);
}
to {
opacity:1;
-webkit-transform:none;
transform:none;
}
}
.fadeInDown {
-webkit-animation-name:fadeInDown;
animation-name:fadeInDown;
} .theme-mobile-nav {
width: 100%;
display: none;
background-color: var(--sp-white);
}
.theme-mobile-menu {    
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 0px;
}
.slide-menu .mobile-menu {
max-width: 320px;
}
.header-menu-active .slide-menu .mobile-menu:after {
position: fixed;
width: 100%;
height: 100vh;
opacity: 0.85;    
}
.slide-menu .mobile-menu {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.theme-mobile-menu ul.menu-wrap {
height: 100%;
overflow-x: hidden;
overflow-y: overlay;
-ms-touch-action: overlay;
touch-action: auto;
}
.theme-mobile-menu ul, .theme-mobile-menu ul li {
padding: 0;
list-style: none;
position: relative;
z-index: 1;
border: 0;
}
.mobile-menu > ul > li:first-child {
border-top: 1px solid #e0e0e0;
}
.mobile-menu > ul > li {
border-bottom: 1px solid #e0e0e0;
}
.mobile-menu > ul > li.current:before {
content: "";
position: absolute;
top: 46px;
left: 0;
width: 100%;
height: 1px;
background-color: #e0e0e0;
}
.theme-mobile-menu ul li {
margin: 0;
}
.theme-mobile-menu .header-wrap-right li {
margin-right: 10px;
}
.mobile-menu .dropdown-menu {
display: none;
}
.mobile-menu {
position: fixed;
top: 0;
left: 0;    
z-index: 99999;
width: 100%;
height: 100%;
padding-top: 4.3rem;
padding-bottom: 1.25rem;
visibility: hidden;
overflow: hidden;
text-align: left;
background: var(--sp-white);
transform: translateX(-150%);
}
.mobile-menu:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: inherit;
z-index: -1;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.mobile-menu-scroll {
padding: 0;
margin: 0px;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.header-menu-active .mobile-menu {
transform: translateX(0px);
visibility: visible;
-webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
transition: all .5s cubic-bezier(.645,.045,.355,1);
}
.mobile-menu .login-btn {
margin-top: 16px;
}
.mobile-menu ul li.dropdown {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}
.mobile-menu .menu-wrap > li a {
width: 100%;
padding: 0;
color: #111111;
padding-left: 15px;
}
.mobile-menu li.dropdown ul.dropdown-menu li > a {
padding-left: 25px;
width: 100%;
}
.mobile-menu .dropdown > a {
flex: 1;
}
.footer span.mobile-toggler {
display: none;
}
span.mobile-toggler {
width: 100%;
max-width: 48px;
text-align: center;
}
.mobile-menu .dropdown-menu li:not(:last-child) {
border-bottom: 1px solid #e0e0e0;
}
.mobile-menu .dropdown > span > button {
cursor: pointer;
flex-basis: 10%;
width: 100%;
text-align: center;
line-height: 46px;
font-size: 1rem;
padding: 0 .45em;
border: 0;
border-radius: 0;
color: var(--sp-primary);
background: none;
border-left: 1px solid #e0e0e0;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.mobile-menu .dropdown > span > button:before {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
display: block;
}
.mobile-menu .dropdown.current > span > button:before {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.mobile-menu .dropdown-menu {
margin: 0;
float: none;
clear: both;
background: none;
border-top: 1px solid #e0e0e0;
width: 100%;
padding: 0;
border-radius: 0;
box-shadow: none;
}
.mobile-menu .menu-item a {
display: inline-block;
}
.mobile-menu li > a {
text-transform: none;
font-weight: 600;
letter-spacing: 0.5px;
}
.mobile-menu .dropdown.current > a {
margin: 0;
color: var(--sp-primary);
} span.tgl-lbl {
line-height: .75;
display: block;
}
.menu-toggle-wrap {
display: flex;
align-items: center;
flex-wrap: nowrap;
justify-content: flex-end;
}
.hamburger {
width: 40px;
height: 40px;
vertical-align: middle;
border-radius: .25rem;
overflow: hidden;
}
.toggle-lines {
width: inherit;
height: inherit;
display: block;
padding: 10px 8px 10px;
}
.toggle-lines div {
height: 3px;
width: 100%;
margin: 0 0 5px;
background: var(--sp-secondary-dark);
}
.toggle-lines div:first-child {
margin-top: 0px;
}
.toggle-lines div:last-child {
margin-bottom: 0;
}
.toggle-lines .meat,
.toggle-lines .bottom-bun,
.toggle-lines:hover div,
.toggle-lines:focus div {
width: 100%;
}
.toggle-lines:hover div,
.toggle-lines:focus div {
background-color: var(--sp-primary);
}
.toggle-lines:hover .top-bun,
.toggle-lines:focus .top-bun {
-webkit-animation: burger-hover 0.8s infinite ease-in-out alternate;
animation: burger-hover 0.8s infinite ease-in-out alternate;
}
.toggle-lines:hover .meat,
.toggle-lines:focus .meat {
-webkit-animation: burger-hover 0.8s infinite ease-in-out alternate forwards 150ms;
animation: burger-hover 0.8s infinite ease-in-out alternate forwards 150ms;
}
.toggle-lines:hover .bottom-bun,
.toggle-lines:focus .bottom-bun {
-webkit-animation: burger-hover 0.8s infinite ease-in-out alternate forwards 300ms;
animation: burger-hover 0.8s infinite ease-in-out alternate forwards 300ms;
}
@-webkit-keyframes burger-hover {
0% {
width: 100%;
}
50% {
width: 50%;
}
100% {
width: 100%;
}
}
@keyframes burger-hover {
0% {
width: 100%;
}
50% {
width: 50%;
}
100% {
width: 100%;
}
} .header-above-toggle {
display: inline-block;
position: relative;
width: 40px;
height: 40px;
line-height: 40px;
padding: 0;
cursor: pointer;
border-radius: 100px;
color: var(--sp-white);
background-color: transparent;
z-index: 0;
}
.header-above-toggle span {
top: 42%;
}
.header-above-toggle span,
.header-above-toggle span:before,
.header-above-toggle span:after {
position: absolute;
width: 6px;
height: 6px;
line-height: 6px;
text-align: center;
background: var(--sp-white);
left: 50%;
margin-left: -3px;
border-radius: 50%;
}
.header-above-toggle span:before,
.header-above-toggle span:after {
content: ''
}
.header-above-toggle span:before {
bottom: 100%;
margin-bottom: 3px
}
.header-above-toggle span:after {
top: 100%;
margin-top: 3px
}
.header-above-toggle.active span {
-webkit-transform: scale(.9);
transform: scale(.9);
border: 0;
}
.header-above-toggle.active span:before {
-webkit-transform: translateY(19px);
transform: translateY(19px);
border: 0;
}
.header-above-toggle.active span:after {
-webkit-transform: translateY(-19px);
transform: translateY(-19px);
border: 0;
} .headtop-mobi {
margin-left: 10px;
}
.mobile-menu-right > ul,
.menu-right > ul {
margin: 0;
padding: 0;
padding-left: 12px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.menu-right > ul > ul > li, .menu-right > ul > li {
display: inline-block;    
position: relative;
color: #737373;
list-style: none;
}
ul li.about-toggle-list {
margin-left: 6px;
}
ul li.search-button {
margin-left: 6px;
}
ul li.cart-wrapper {
margin-right: 12px;
}
ul li.av-button-area {
padding-left: 16px;
}
ul li.av-button-area a.av-btn {
display: inline-flex;
justify-content: space-between;
align-items: center;
} .author-popup .author-close {
margin-left: 35px;
position: relative;
}
.author-popup {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100vh;
z-index: 9999999;
overflow: hidden;
opacity: 0;
visibility: hidden;
background-color: rgb(0 0 0 / 0.5);
-webkit-transition: all .4s ease-in .8s;
transition: all .4s ease-in .8s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.author-popup-active .author-popup {
opacity: 1;
visibility: visible;
-webkit-transition: all .8s ease-in .0s;
transition: all .8s ease-in .0s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.author-overlay-layer {
position: absolute;
top: 0;
left: 100%;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0;
visibility: hidden;
backface-visibility: hidden;
background: #282828;
opacity: 0.8;
-webkit-transition: all .4s ease-in .8s;
transition: all .4s ease-in .8s;
}
.author-popup-active .author-overlay-layer {
left: 0%;
opacity: 0.8;
visibility: visible;
-webkit-transition: all .8s ease-out 0s;
transition: all .8s ease-out 0s;
}
.author-popup .author-div {
max-width: 420px;
height: 100%;
margin-left: auto;
position: relative;
padding-top: 32px;
padding-bottom: 32px;
background-color: #ffffff;
-webkit-transform: translate3d(520px, 0, 0);
transform: translate3d(520px, 0, 0);
-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
z-index: 1;
}
.author-popup-active .author-div {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.author-content {
width: 100%;
height: 100%;
padding: 25px 35px;
overflow-x: hidden;
overflow-y: auto;
backface-visibility: hidden;
}
.author-content p {}
.author-anim {
width: 100%;
height: 100%;
position: relative;
top: 150px;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s ease-in .3s;
-o-transition: all .3s ease-in .3s;
transition: all .3s ease-in .3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
text-align: left;
}
.author-popup-active .author-anim {
top: 0;
opacity: 1;
visibility: visible;
-webkit-transition: all 1s ease-out 1.2s;
transition: all 1s ease-out 1.2s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.author-content .widget {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid rgb(0 0 0 / 6%);
}
.author-content .widget:first-child {
margin-top: 0;
padding-top: 0;
border-top: none;
}
.author-content .widget-title {
display: inline-block;
font-size: 22px;
font-weight: 700 !important;
letter-spacing: 0.5px;
margin-bottom: 20px;
padding-left: 13px;
position: relative;
z-index: 0;
}
.author-content .widget-title:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 3px;
height: 22px;
margin: auto;
background: var(--sp-gradient1);
} .header-search-popup {
background-color: rgb(0 0 0 / 0.5);
position: fixed;
top: 0;
right: 0;
width: 100%;
height:100%;
z-index: 999;
overflow: hidden;
display: none;
visibility: hidden;
opacity: 0;
-webkit-backface-visibility: hidden;
transition: all 0.5s ease-out;
}
.search-overlay-layer {
position: absolute;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
background: var(--sp-gradient2);
width: 100%;
height: 100%;
padding-bottom: 100%; 
border-radius: 100%;
overflow: hidden;
opacity: 0.85;
visibility: hidden;
-webkit-backface-visibility: hidden;
transition: all 0.3s ease-out;
}
@-webkit-keyframes search-layer {
0% {
opacity: 0;
-webkit-transform:scale(.04) translateY(300%);
transform:scale(.04) translateY(300%)
}
40% {
-webkit-transform:scale(.04) translateY(0);
transform:scale(.04) translateY(0);
-webkit-transition:ease-out;
-o-transition:ease-out;
transition:ease-out;
-webkit-transform:scale(.04) translateY(0);
transform:scale(.04) translateY(0)
}
60% {
opacity: 0.85;
-webkit-transform:scale(.02) translateY(0);
transform:scale(.02) translateY(0)
}
61% {
opacity: 0.85;
-webkit-transform:scale(.04) translateY(0);
transform:scale(.04) translateY(0)
}
99.9% {
opacity: 0.85;
height:0;
border-radius:100%
}
100% {
opacity: 0.85;
-webkit-transform:scale(2) translateY(0);
transform:scale(2) translateY(0);
height:100%;
padding-bottom:0;
border-radius:0
}
}
@keyframes search-layer {
0% {
opacity: 0;
-webkit-transform:scale(.04) translateY(300%);
transform:scale(.04) translateY(300%)
}
40% {
-webkit-transform:scale(.04) translateY(0);
transform:scale(.04) translateY(0);
-webkit-transition:ease-out;
-o-transition:ease-out;
transition:ease-out;
-webkit-transform:scale(.04) translateY(0);
transform:scale(.04) translateY(0)
}
60% {
opacity: 0.85;
-webkit-transform:scale(.02) translateY(0);
transform:scale(.02) translateY(0)
}
61% {
opacity: 0.85;
-webkit-transform:scale(.04) translateY(0);
transform:scale(.04) translateY(0)
}
99.9% {
opacity: 0.85;
height:0;
padding-bottom:100%;
border-radius:100%
}
100% {
opacity: 0.85;
-webkit-transform:scale(2) translateY(0);
transform:scale(2) translateY(0);
height:100%;
padding-bottom:0;
border-radius:0
}
}
.header-search-active .search-overlay-layer {
visibility: visible;
-webkit-animation: search-layer 0.9s ease-out forwards;
animation: search-layer 0.9s ease-out forwards;
}
.header-search-pop {
margin: auto;
height: 100%;
width: 100%;
}
.header-search-popup form {
width: 100%;
max-width: 450px;
margin: auto;
position: relative;
top: 50%;
-moz-transform: translate(0px, -50%);
-moz-transform: translate(0px, -50%);
-o-transform: translate(0px, -50%);
-webkit-transform: translate(0px, -50%);
opacity: 0;
visibility: hidden;
-webkit-transition: all 1s ease 0.8s;
-o-transition: all 1s ease 0.8s;
transition: all 1s ease 0.8s;
-webkit-transform: translateY(-500px);
-ms-transform: translateY(-500px);
transform: translateY(-500px);
z-index: 1;
}
.header-search-popup form .av-form-control {
padding-right: 60px;
color: inherit;
font-weight: 500;
font-size: 20px;
line-height: 38px;
outline: none;
border-radius: 50px;
}
.header-search-popup form .av-form-control:hover,
.header-search-popup form .av-form-control:focus {
border-color: #ff5d00;
}
.header-search-popup input[type="search"].search-field::-moz-placeholder { font-weight: 500
}
.header-search-popup input[type="search"].search-field:-moz-placeholder { font-weight: 500
}
.header-search-popup input[type="search"].search-field:-ms-input-placeholder { font-weight: 500
}
.header-search-popup input[type="search"].search-field::-webkit-input-placeholder { font-weight: 500
}
.header-search-popup form .search-field {
min-height: 50px;
padding-right: 50px;
}
.header-search-popup .search-submit {
position: absolute;
top: 0;
bottom: 0;
right: 0;
line-height: 1;
font-size: 20px;
margin: 1px;
padding: 0;
text-align: center;
color: var(--sp-white);
background-color: var(--sp-primary);
border-radius: 0;
border: none;
width: 48px;
height: 48px;
opacity: 0;
}
.header-search-popup .search-form:hover .search-submit,
.header-search-popup .search-field:focus + .search-submit,
.header-search-popup .search-submit:focus {
opacity: 1;
}
.header-search-popup .header-search-close {
width: 45px;
height: 45px;
top: 12%;
right: 100px;
margin: auto 0;
border: 1px solid var(--sp-white);
-webkit-transition: all 1s ease 0.8s;
-o-transition: all 1s ease 0.8s;
transition: all 1s ease 0.8s;
-webkit-transform: translateY(-500px);
-ms-transform: translateY(-500px);
transform: translateY(-500px);
opacity: 0;
visibility: hidden;
}
.header-search-active .header-search-popup,
.header-search-active .header-search-close,
.header-search-active .header-search-popup form {
opacity: 1;
visibility: visible;
}
.header-search-active .header-search-close,
.header-search-active .header-search-popup form {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.header-search-active .header-search-popup {
display: block;
}
.mobile-menu-right .header-search-popup .header-search-close {
width: 60px;
height: 60px;
right: 6%;
top: 25%;
}
@media only screen and (max-width:991px) {
.header-search-popup form {
width: 90%;
}
.theme-mobile-nav .header-cart-box-wrapper {
right: -100%;
}
}
.close-style {
position: absolute;
top: 0;
right: 0;
display: block;
width: 46px;
height: 46px;
border-radius: 0;
z-index: 9;
}
.close-style:before, .close-style:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;    
width: 30px;
height: 3px;
background: var(--sp-secondary-dark);
-webkit-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.close-style:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.close-style:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.close-style:hover:before, .close-style:hover:after,
.close-style:focus:before, .close-style:focus:after {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.menu-toggle:focus,
.close-style:focus {
outline-color: #252525;
}
.header .header-search-toggle, .cart-icon-wrap {
color: var(--sp-secondary);
display: inline-block;
font-size: 16px;
width: 40px;
height: 40px;
text-align: center;
cursor: pointer;
line-height: 2.5;
padding: 0;
background: none;
border: 1px solid transparent;
}
.cart-icon-wrap {
border-radius: 100%;
box-shadow: 0 0 13px -2px rgb(0 0 0 / 20%);
}
.admin-bar .theme-mobile-nav:not(.sticky-menu) .header-close-menu {
top: 5.4%;
}
.admin-bar .theme-mobile-nav:not(.sticky-menu) .mobile-menu {
padding-top: 6.88rem;
}  .mobi-head-top {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
@keyframes tada {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
10%,
20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1)
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
}
.mobi-head-top {
position: absolute;
text-align: center;
top: 100%;
right: 0;
left: 0;
margin: 0 auto;
display: block;
height: auto;
width: 95%;
padding: 15px 0;
border-radius: 0;
opacity: 0;
visibility: hidden;
background-color: var(--sp-white);
-webkit-box-shadow: 0 15px 40px rgba(0,0,0,.15);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
.mobi-head-top .header-widget+.header-widget {
display: none;
}
.mobi-head-top.active {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
-webkit-animation-name: tada;
animation-name: tada;
}
.mobi-head-top .header-widget .widget:not(.widget-contact) {
width: 100%;
}
.mobi-head-top .header-widget .widget {
margin-bottom: 10px;
}
.mobi-head-top #header-top-right .widget:last-child {
margin-bottom: 0px;
}
.mobi-head-top #header-top-right .widget.widget_social_widget:first-child:before {
background: none;
}
.mobi-head-top .header-widget .widget .contact-area {
padding-left: 0;
}   .header-widget-info .widget-circle.widget_social_widget ul li a,
.header-widget-info .widget_social_widget li a {
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
}
.header-info {
width: 100%;
height: 100%;
}
.header-item {
position: relative;
z-index: 1;
}
.header-item .menu-right {
font-size: 17px;
}
.header-info .header-item.widget-right,
.header-info .header-item.widget-left {
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.header-info .header-item.widget-right {
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: flex-start;
-webkit-justify-content: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
}
.header-info .header-item.widget-left {
margin: auto 0;
}
.header-info .widget_social_widget ul {
display: -ms-inline-flexbox;
display: inline-flex;
}
.header-info .widget_social_widget li {
overflow: visible;
list-style: none;
margin-right: 6px;
}
.header-info .widget_social_widget li:last-child {
margin-right: 0px;
} .header-widget-info {
border-bottom: 1px solid #e9e9ea;
}
.header-wrapper {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
min-height: 100px;
}
.brand-logo {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
line-height: 0;
}
.header-right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0 -12px;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-align-self: stretch;
-ms-flex-item-align: stretch;
-ms-grid-row-align: stretch;
align-self: stretch;
}
.header-right .header-info {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
margin: 0;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.header-right .header-info > div {
padding: 0 12px;
}
.header-right .header-info .menu-right ul {
padding-left: 0;
}  .av-btn-bubble {
-webkit-font-smoothing: antialiased;
border: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
letter-spacing: 0.5px;
background: none;
z-index: 2;
transition: all 0.1s ease-out;
}
.av-btn-bubble:hover {
animation: btn_stretch 0.6s ease-in-out 0.3s;
}
@keyframes btn_stretch {
0% {
transform: scale(1);
} 100% {
transform: scale(1);
}
}
.av-btn-bubble:hover::before,
.av-btn-bubble:focus::before		{
content: "";
position: absolute;
left: -2em;
top: -2em;
right: -2em;
bottom: -2em;
z-index: -1;
pointer-events: none;
background-repeat: no-repeat;
background-image: radial-gradient(circle, var(--sp-primary) 25%, transparent 27%), radial-gradient(circle, var(--sp-primary) 25%, transparent 27%), radial-gradient(circle, var(--sp-primary) 25%, transparent 27%), radial-gradient(circle, var(--sp-primary) 25%, transparent 27%), radial-gradient(circle, var(--sp-primary) 25%, transparent 27%), radial-gradient(circle, var(--sp-primary) 25%, transparent 27%);
background-position: 37px 23px, 23px 37px, 20px 20px, calc(100% - 37px) calc(100% - 23px), calc(100% - 23px) calc(100% - 37px), calc(100% - 20px) calc(100% - 20px);
background-size: 32px 32px, 32px 32px, 48px 48px, 32px 32px, 32px 32px, 48px 48px;
}
.av-btn-bubble:hover::before,
.av-btn-bubble:focus::before {
animation: button-bubbles 1s ease-in-out forwards;
}
.av-btn-bubble:active::before {
animation: none; background-size: 0;
}
.av-btn-bubble>i {
color: #ffffff;
font-size: 10px;
position: relative;
top: 0px;
padding-left: 5px;
}
.av-btn-bubble.smoke>i {
color: var(--sp-primary);
}
@keyframes button-bubbles {
0% {
background-position: 23px 23px, 23px 23px, 18px 18px, calc(100% - 23px) calc(100% - 23px), calc(100% - 23px) calc(100% - 23px), calc(100% - 18px) calc(100% - 18px);
background-size: 32px 32px, 32px 32px, 48px 48px, 32px 32px, 32px 32px, 48px 48px;
}
30% {
background-position: 19px 24px, 24px 19px, 10px 10px, calc(100% - 19px) calc(100% - 24px), calc(100% - 24px) calc(100% - 19px), calc(100% - 10px) calc(100% - 10px);
}
60% {
background-position: 19px 24px, 24px 19px, 10px 10px, calc(100% - 19px) calc(100% - 24px), calc(100% - 24px) calc(100% - 19px), calc(100% - 10px) calc(100% - 10px);
background-size: 32px 32px, 32px 32px, 48px 48px, 32px 32px, 32px 32px, 48px 48px;
}
80% {
background-position: 10px 34px, 34px 10px, 0px 0px, calc(100% - 10px) calc(100% - 34px), calc(100% - 34px) calc(100% - 10px), calc(100% + 0px) calc(100% + 0px);
background-size: 10px 10px, 10px 10px, 48px 48px, 10px 10px, 10px 10px, 48px 48px;
}
100% {
background-position: 10px 34px, 34px 10px, 3px 3px, calc(100% - 10px) calc(100% - 34px), calc(100% - 34px) calc(100% - 10px), calc(100% - 20px) calc(100% - 20px);
background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
}
}
.av-btn-wrapper .av-btn:not(:last-child) {
margin-right: 22px;
}
button[type=submit], button, input[type="button"],
input[type="reset"], input[type="submit"], .av-btn, .wp-block-button a, .wp-block-loginout a {
font-size: 16px;
font-weight: 500;
padding: 8px 14px;
line-height: 2;
letter-spacing: .3px;
border-width: 1px;
border-style: solid;
border-radius: 8px;
display: inline-block;
vertical-align: middle;
white-space: nowrap;
text-transform: initial;
font-family: inherit;
text-decoration: none;
position: relative;
z-index: 0;
}
a.av-btn:hover, a.av-btn:focus,
a.contact-info:hover, a.contact-info:focus {
text-decoration: none;
}
.av-btn i {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 92%;
background: rgb(255 255 255 / 50%);
color: var(--sp-white);
border-radius: 5px;
margin-left: 12px;
margin-right: -5px;
float: right;
}
.pricing-tab a i,
.av-tab-filter a i,
.av-btn i {
overflow: hidden;
}
.pricing-tab a i:before,
.av-tab-filter a i:before,
.av-btn i:before {
display: inline-block;
-webkit-font-smoothing: subpixel-antialiased !important;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
}
.pricing-tab a:hover i::before,
.av-tab-filter a:hover i::before,
.av-btn:hover i::before {
-webkit-animation: iconY 0.5s forwards;
-moz-animation: iconY 0.5s forwards;
animation: iconY 0.5s forwards;
}
@-webkit-keyframes iconY {
49% {
-webkit-transform: translateY(-100%);
}
50% {
opacity: 0;
-webkit-transform: translateY(100%);
}
51% {
opacity: 1;
}
}
@keyframes iconY {
49% {
transform: translateY(100%);
}
50% {
opacity: 0;
transform: translateY(-100%);
}
51% {
opacity: 1;
}
}
.pricing-btn .av-btn-secondary i,
.av-tab-filter a.active i,
.av-tab-filter a:hover i,
.av-tab-filter a:focus i,
.pricing-tab a.active i,
.detailinfo.primary .av-btn-secondary i,
.theme-slider .av-btn-secondary i {
background: rgb(255 255 255 / 50%);
}
.av-tab-filter a i,
.av-btn-secondary i {
background: var(--sp-gradient1);
}
button[type=submit], button, input[type="button"],
input[type="reset"], input[type="submit"],
.av-btn-primary, .wp-block-button a {
color: var(--sp-white);
background: var(--sp-gradient1);
border-color: var(--sp-primary);
}
.av-btn-primary:hover, .av-btn-primary:focus {
color: var(--sp-white);
background: var(--sp-gradient1);
border-color: var(--sp-primary);
}
.av-btn-secondary {
color: var(--sp-white);
background: var(--sp-gradient2);
border-color: var(--sp-secondary);
}
.av-btn-border:hover, .av-btn-border:focus,
.av-btn-secondary:hover, .av-btn-secondary:focus {
color: var(--sp-white);
background: var(--sp-gradient2);
border-color: var(--sp-secondary);
}
.av-btn-border-white {
color: var(--sp-white);
background: none;
border-color: var(--sp-white);
}
.av-btn-border-white:hover, .av-btn-border-white:focus {
color: var(--sp-primary);
background-color: var(--sp-white);
border-color: var(--sp-white);
}
.av-btn-text-icon {
border-color: transparent;
}
.av-btn-text-icon i {
margin-right: 2px;
}  .active-one .menubar .menu-wrap > li > a {
border-radius: 3px;
}
.active-one .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
content: '';
display: block;
position: absolute;
left: 0;
right: 0;
bottom: -8px;
border-bottom-width: 12px;
border-bottom-style: solid;
opacity: 0;
}
.active-one .navbar-area .menubar .menu-wrap > li.dropdown:hover > a:after,
.active-one .navbar-area .menubar .menu-wrap > li.dropdown.focus > a:after {
top: auto;
opacity: 1;
}
.active-two .navbar-area .menubar .menu-wrap > li > a:after,
.active-two .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-three .navbar-area .menubar .menu-wrap > li > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-four .navbar-area .menubar .menu-wrap > li > a:after,
.active-four .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-six .navbar-area .menubar .menu-wrap > li > a:after,
.active-six .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
content: '';
position: absolute;    
right: 0;
height: 3px;
width: 0;
}
.active-two .navbar-area .menubar .menu-wrap > li > a:after,
.active-two .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-three .navbar-area .menubar .menu-wrap > li > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-four .navbar-area .menubar .menu-wrap > li > a:after,
.active-four .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
left: auto;
-webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
}
.active-two .navbar-area .menubar .menu-wrap > li > a:after,
.active-two .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
bottom: 0;
}
.active-two .navbar-area .menubar .menu-wrap > li > a:after,
.active-two .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-four .navbar-area .menubar .menu-wrap > li > a:after,
.active-four .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
border-bottom-width: 3px;
border-bottom-style: solid;
}
.active-three .navbar-area .menubar .menu-wrap > li > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
border-bottom-width: 4px;
border-bottom-style: dotted;
}
.active-three .navbar-area .menubar .menu-wrap > li > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.dropdown > a:after,
.active-four .navbar-area .menubar .menu-wrap > li > a:after,
.active-four .navbar-area .menubar .menu-wrap > li.dropdown > a:after {
bottom: 18%;
}
.active-two .navbar-area .menubar .menu-wrap > li.dropdown:hover > a:after,
.active-two .navbar-area .menubar .menu-wrap > li:hover > a:after,
.active-two .navbar-area .menubar .menu-wrap > li.focus > a:after,
.active-two .navbar-area .menubar .menu-wrap > li.active > a:after {
width: 100%;
left: 0;
right: auto;
}
.active-four .navbar-area .menubar .menu-wrap > li.dropdown:hover > a:after,
.active-four .navbar-area .menubar .menu-wrap > li:hover > a:after,
.active-four .navbar-area .menubar .menu-wrap > li.focus > a:after,
.active-four .navbar-area .menubar .menu-wrap > li.active > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.dropdown:hover > a:after,
.active-three .navbar-area .menubar .menu-wrap > li:hover > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.focus > a:after,
.active-three .navbar-area .menubar .menu-wrap > li.active > a:after {
width: 20px;
left: 0;
right: 0;
margin: auto;
}
.active-six .navbar-area .menubar .menu-wrap > li > a:after {
border-bottom: 10px solid;
border-right: 7px solid transparent;
border-top: 0;
border-left: 7px solid transparent;
left: 0;
bottom: 0;
margin: 0 auto;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.active-six .navbar-area .menubar .menu-wrap > li.dropdown:hover > a:after,
.active-six .navbar-area .menubar .menu-wrap > li:hover > a:after,
.active-six .navbar-area .menubar .menu-wrap > li.focus > a:after,
.active-six .navbar-area .menubar .menu-wrap > li.active > a:after {
opacity: 1;
visibility: visible;
} .shopping-cart, .more-link:after, .more-link,
.widget .cat-item:hover a + span,
.widget-title:after,
.sidebar .widget_block h2:first-child:after,
.site-title, img.site-title,
.sticky-menu img.site-title,
.active-two .menubar .menu-wrap > li > a,
.navbar-area .menubar .dropdown-menu > li,
.navbar-area .menubar .dropdown-menu li a,
.navbar-area .menubar .dropdown-menu .dropdown > a:after,
.mobile-menu, .mobile-menu .dropdown > span > button:before,
.mobile-menu li > a, .toggle-lines div,
.toggle-lines .meat, .toggle-lines .bottom-bun,
.header-above-toggle span,
.header-above-toggle span:before,
.header-above-toggle span:after,
.p-menu, .close-style:before, .close-style:after,
.header-search-popup span:before, .header-search-popup span:after,
button, input, input[type="button"],
input[type="reset"], input[type="submit"],
.av-btn {
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}.widget-left, .widget-right, .widget-center {
margin: 0;
height: 100%;
min-height: 60px;
display: inline-flex;
align-items: center;
}
.widget-right li a {
margin-left: auto;
}
.widget-left li a {
margin-right: auto;
}
.widget-right .widget,
.widget-left .widget {
padding: 0px 15px;
}
.widget-left .widget:nth-child(2n+3),
.widget-left .widget:first-child{
padding-left: 0px;
}
.widget-right .widget:nth-child(n+2) {
padding: 0 15px;
}
.widget-right .widget:nth-child(2n+4),
.widget-right .widget:first-child {
padding-left: 0px;
}
.widget-right .widget:last-child:not(:first-child) {
padding-right: 0px;
}
.header .widget:not(.widget_social_widget):not(.widget_nav_menu) li, .widget_tag_cloud a {
display: inline-block;
padding: 0;
}
.header .widget:not(.widget_nav_menu):not(.widget_social_widget) li {
margin: 0 10px 5px 0;
}
.widget_tag_cloud a {
margin-bottom: 10px;
margin-right: 5px;
}
.header .widget.widget_nav_menu .menu > li {
display: inline-block;
margin: 0 10px 0 0;
}
.header .widget.widget_nav_menu .menu > li ul a {
display: block;
}
.header .widget.widget_nav_menu a img {
display: inline-block;
margin-right: 2px;
}
.header .widget.widget_nav_menu a:not(:hover):not(:focus) {
color: var(--sp-secondary-dark);
}
.header .widget.widget_nav_menu .menu > li.pll-parent-menu-item {
padding-left: 34px;
}
.header .widget.widget_nav_menu .menu > li.pll-parent-menu-item:before {
content: "";
width: 25px;
height: 25px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
margin: auto;
background: var(--sp-gradient1);
border-radius: 100px;
}
.header .widget.widget_nav_menu .menu > li.pll-parent-menu-item:after {
content: "";
width: 15px;
height: 15px;
position: absolute;
top: 0;
left: 5px;
bottom: 0;
margin: auto;
background: #ffffff;
border-radius: 100px;
}
.header .widget.widget_nav_menu .menu > li.pll-parent-menu-item a::after {
font-weight: 600;
}
.header .widget:not(.widget_social_widget) li:last-child, .widget_tag_cloud a:last-child {
margin: 0;
}
.header-widget ul li span, .header-widget a {
display: inline-block;
}
.header-widget ul li span, .header-widget a,
.contact-info span {
text-decoration: none;
position: relative;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.header-widget a:hover span.title, .header-widget a:focus span.title {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.header-widget a {
color: inherit;
}
.contact-info span {
display: block;
line-height: normal;;
}
.header-widget .widget:not(.widget_social_widget) li a {
width: max-content;
}
.header-widget .widget_nav_menu i {
font-size: 20px;
margin-right: 3px;
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
vertical-align: middle;
}
.header-widget .widget:not(.widget_social_widget):not(.widget-contact) i,
.header-widget .widget:not(.widget_social_widget):not(.widget-contact):not(.widget-media-gallery):not(.widget_media_image) img {
display: inline-block;
}
.header-widget .widget:not(.widget_media_gallery):not(.widget_social_widget):not(.widget-contact):not(.widget-media-gallery):not(.widget_media_image) img {
height: 20px;
}
.header .widget li:last-child {
margin-right: 0;
}
.header-widget .gallery .gallery-item a {
display: block;
height: 70px;
}
.header-widget .widget img {
width: 50px;
}
.header-widget .gallery {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.header-widget .gallery .gallery-item {
-ms-flex: 1;
flex: 1;
margin: 0 6px 0 0;
padding: 0;
}
.header-widget .widget_media_video {
display: block;
width: 100%;
}
.header-widget .widget_media_video .wp-video .mejs-container {
width: 100% !important;
max-height: 170px;
}
.header-widget .widget_media_video .wp-video-shortcode video, .header-widget .widget_media_video video.wp-video-shortcode {
max-height: 170px;
}
.header-widget:not(.header-carousel) .widget .contact-area {
padding: 0;
}
.header-widget .widget_meta a {
font-size: 12px;
}
.widget li {
list-style: none;
position: relative;
z-index: 0;
-webkit-transition: var(--sp-transition);
transition: var(--sp-transition);
}
.widget li a {
position: relative;
z-index: 0;
color: inherit;
display: inline-block;
text-decoration: none;
}
.widget li a:hover,
.widget li a:focus {
color: var(--sp-primary);
} .widget.widget_social_widget {
position: relative;
z-index: 0;
}
.widget_social_widget ul {
display: -ms-inline-flexbox;
display: inline-flex;
flex-wrap: wrap;
list-style: none;
margin: 0;
padding: 0;
}
.widget_social_widget li {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
overflow: visible;
list-style: none;
margin: 0;
margin-left: 10px;
overflow: visible;
list-style: none;
}
body .widget_social_widget li {
margin-top: 10px;
}
body .widget_social_widget ul {
margin-top: -10px;
}
.share-toolkit .toolkit-hover {
display: inline-block;
}
.share-toolkit .toolkit-hover,
.widget_social_widget li a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 100%;
font-size: 18px;
position: relative;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
background: #ffffff;
color: var(--sp-secondary-dark);
text-decoration: none;
box-shadow: 0 0 13px -2px rgb(0 0 0 / 20%);
}
.share-toolkit .toolkit-hover,
.widget_social_widget li a i {
-webkit-transition: var(--sp-transition);
transition: var(--sp-transition);
}
.share-toolkit .toolkit-hover i,
.widget_social_widget li a:focus i,
.widget_social_widget li a:hover i {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.widget_payment_methods ul,
.widget_payment_methods li,
.widget_payment_methods li a {
line-height: 0;
}
.widget_payment_methods li a {
line-height: 0;
font-size: 35px;
}
.widget_payment_methods li:not(:last-child) a {
margin-right: 10px;
border-right: 1px solid rgba(68, 68, 68, 0.75);
padding-right: 15px;
}
.widget_payment_methods li a i::before,
.widget_payment_methods li a i {
line-height: 0.5;
}
.widget_payment_methods li,
.footer .widget_social_widget li a,
.sidebar .widget_social_widget li a,
.widget_social_widget li {
display: inline-block;
} .contact-area {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.contact-icon {
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
font-size: 22px;
line-height: 1;
display: flex;
align-items: center;
height: 22px;
margin-right: 12px;
position: relative;
z-index: 1;
}
.contact-icon i {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
@-webkit-keyframes gradiant {
0% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
50% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
100% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
}
@keyframes gradiant {
0% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
50% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
100% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
}
@-webkit-keyframes gradiant-float {
100% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
}
@keyframes gradiant-float {
100% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
}
@-webkit-keyframes gradiant-wobblehorizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes gradiant-wobblehorizontal {
16.65% {
-webkit-transform: translateX(8px);
transform: translateX(8px);
}
33.3% {
-webkit-transform: translateX(-6px);
transform: translateX(-6px);
}
49.95% {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}
66.6% {
-webkit-transform: translateX(-2px);
transform: translateX(-2px);
}
83.25% {
-webkit-transform: translateX(1px);
transform: translateX(1px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.contact-area .contact-icon i,
.contact-area .contact-icon img {
display: inline-block;
vertical-align: super;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
}
.contact-area:hover .contact-icon *,
.contact-area:focus-within .contact-icon * {
-webkit-animation-name: gradiant-wobblehorizontal;
animation-name: gradiant-wobblehorizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
.contact-info {
text-decoration: none;
display: inline-block;
text-align: left;
color: inherit;
word-break: break-word;
}
.contact-info span.title {
line-height: 1.2;
margin-bottom: 0px;
}
.contact-info span.text {
font-size: 16px;
margin: 0;
word-break: break-word;
margin-bottom: 1px;
}  .widget ul, .widget_tag_cloud>* {
list-style: none;
margin: 0;
padding: 0;
position: relative;
z-index: 0;
}
.sidebar .wp-block-calendar,
.sidebar .calendar_wrap {
padding: 0 20px 20px;
}
.wp-block-calendar,
.calendar_wrap {
width: 100%;
max-width: 346px;
background-color: #f5f6fa;
margin: 0 auto;
position: relative;
z-index: 0;
}
.wp-block-calendar table,
.calendar_wrap table {
width: 100%;
margin: 0;
border: none;
background: none;
}
.wp-block-calendar table caption,
.calendar_wrap table caption {
font-weight: 600;
line-height: 3.7;
color: var(--sp-secondary-dark);
text-align: left;
padding-left: 6px;
position: relative;
z-index: 0;
}
.wp-block-calendar table th,
.wp-block-calendar table td,
.calendar_wrap table th,
.calendar_wrap table td {
text-align: center;
line-height: 38px;
font-size: 15px;
border: 0;
padding: 0;
text-align: center;
border-radius: 0;
}
.wp-block-calendar table th,
.calendar_wrap table th {
color: #ffffff;
font-weight: 600;
font-size: 16px;
line-height: 35px;
background: var(--sp-gradient1);
border: 6px solid #f5f6fa;
}
.wp-block-calendar table td,
.calendar_wrap table td {
color: initial;
background: #eaedf6;
border-collapse: collapse;
outline: 5px solid #f5f6fa;
outline-offset: -3px;
}
.sidebar .wp-block-calendar table td#today,
.sidebar .calendar_wrap table td#today {
background: var(--sp-gradient1);
color: #ffffff;
}
.wp-block-calendar table tfoot,
.calendar_wrap table tfoot {
background-color: #e9e9ea;
}
.wp-calendar-nav {
color: var(--sp-secondary-dark);
display: flex;
align-items: center;
justify-content: space-between;
border: none;
}
.widget div.wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev a,
.widget div.calendar_wrap .wp-calendar-nav span.wp-calendar-nav-prev a {
text-decoration: none;
color: var(--sp-secondary);
padding: 6px 12px;
border: 1px solid #f3f3f3;
border-radius: 6px;
font-size: 15px;
font-weight: 600;
display: inline-block;
margin-top: 10px;
}
.widget .wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev a:hover,
.widget .wp-block-calendar .wp-calendar-nav span.wp-calendar-nav-prev a:focus,
.widget .calendar_wrap .wp-calendar-nav span.wp-calendar-nav-prev a:hover,
.widget .calendar_wrap .wp-calendar-nav span.wp-calendar-nav-prev a:focus {
color: #ffffff;
background: var(--sp-primary);
}  .widget .woocommerce-product-search, .mail-form>div, .search-form {
display: block;
position: relative;
overflow: hidden;
border-radius: 10px;
z-index: 0;
}
.widget .search-form label, .mail-form, .search-form {
width: 100%;
}
.widget .woocommerce-product-search, .widget .search-form, .widget form .search-field {
border-radius: 10px;
}
.widget form {
overflow: hidden;
}
.sidebar .widget.widget_subscribe button {
margin-top: 15px;
width: 100%;
}  .sidebar .widget_nav_menu .menu,
.sidebar .widget_tag_cloud>*, .sidebar .widget:not(.widget_text) .widget_social_widget,
.sidebar .widget .gallery, .sidebar > .widget:not(.widget_text) > ul,
.sidebar .widget form, .sidebar .widget-content {
padding: 30px;
}
.sidebar > .widget,
.sidebar .wp-block-group__inner-container,
.sidebar .wp-block-search__label {
overflow: hidden;
border-radius: 10px;
background: #f5f6fa;
margin-bottom: 30px;
}
.sidebar .widget:last-child {
margin-bottom: 0;
}
.sidebar .widget .widget-title,
.sidebar .widget_block h2:first-child,
.sidebar  .wp-block-search__label {
margin-bottom: 0 !important;
padding: 25px 30px 25px 60px;
overflow: hidden;
color: #ffffff;
background: url(//www.kanban.global/wp-content/themes/gradiant/assets/images/bg_pattern.png) repeat-x center / contain , var(--sp-gradient2);
-webkit-animation: animatedBackground 2s linear infinite;
animation: animatedBackground 2s linear infinite;
}
.sidebar .wp-block-search__label { }
@keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: 20px 0; } }@-webkit-keyframes animatedBackground { 0% { background-position: 0 0; } 100% { background-position: 20px 0; } }
.sidebar .widget .widget-title:before, .sidebar .widget .widget-title:after,
.sidebar .widget_block h2:first-child:before, .sidebar .widget_block h2:first-child:after,
.sidebar  .wp-block-search__label:before, .sidebar  .wp-block-search__label:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 4px;
height: 24px;
margin: auto 0;
background: var(--sp-gradient1);
transform: skewX(-12deg);
}
.sidebar .widget .widget-title:before,
.sidebar .widget_block h2:first-child:before,
.sidebar  .wp-block-search__label:before {
left: 42px;
}
.sidebar .widget .widget-title:after,
.sidebar .widget_block h2:first-child:after,
.sidebar  .wp-block-search__label:after {
left: 32px;
}
.sidebar .widget .widget-title span {
position: absolute;
top: -50px;
right: -50px;
width: 100px;
height: 100px;
background: var(--sp-gradient1);
border-radius: 100px;
z-index: -1;
}
.woo-sidebar .widget form input[type="search"],
.sidebar .widget form input[type="search"], .sidebar .widget form input[type="email"] {
background: #ffffff;
border-radius: 10px;
font-size: 15px;
}
.footer-main .mail-form .submit,
.search-form .search-submit,
.widget .woocommerce-product-search button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
border: none;
outline: none;
box-shadow: none;
line-height: 2;
z-index: 0;
}
.widget .woocommerce-product-search button,
.widget .search-form .search-submit {
color: #ffffff;
font-weight: 600;
padding: 0 6px;
border-radius: 6px;
margin: auto;
right: 8px;
}
.footer-section .widget .search-form .search-submit {
right: 0;
}
.widget .search-form .search-submit {
width: auto;
height: 50px;
}
.sidebar .widget .woocommerce-product-search button,
.sidebar .widget .search-form button.search-submit {
right: 30px;
background-color: var(--sp-gradient1);
overflow: hidden;
max-height: 50px;
}
.sidebar .widget.widget_subscribe p {
margin-bottom: 20px;
}
.sidebar .widget ul li.menu-item-has-children {
padding-bottom: 0;
}
.sidebar .widget_recent_comments li {
padding: 15px;
word-break: break-word;
}
.sidebar .widget.widget_block ul > li:not(:last-child),
.sidebar .widget.woocommerce ul > li:not(:last-child),
.sidebar .widget.widget_nav_menu ul li:not(:last-child) a,
.sidebar .widget.widget_pages ul li:not(:last-child) a,
.sidebar .widget.widget_meta ul li:not(:last-child),
.sidebar .widget.widget_archive ul > li:not(:last-child),
.sidebar .widget.widget_categories ul > li:not(:last-child),
.sidebar .wp-block-gallery .blocks-gallery-item {
margin-bottom: 0rem;
border-bottom: 1px solid rgb(189 189 189 / 50%);
}
.sidebar .widget.widget_block ul > li,
.sidebar .widget.woocommerce ul > li,
.sidebar .widget.widget_nav_menu ul li a,
.sidebar .widget.widget_pages ul li a,
.sidebar .widget.widget_meta ul li,
.sidebar .widget.widget_archive ul > li,
.sidebar .widget.widget_categories ul > li {
padding-top: 10px;
padding-bottom: 10px;
}
.sidebar .widget.widget_nav_menu ul li a,
.sidebar .widget.widget_pages ul li a {
display: block;
}
.sidebar .widget.widget_product_categories ul > li:not(.cat-parent),
.sidebar .widget.widget_archive ul > li,
.sidebar .widget.widget_categories ul > li {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
border-radius: 0;
font-weight: 600;
color: var(--sp-secondary-dark);
z-index: 1;
}
.sidebar .widget.widget_product_categories ul > li:not(.cat-parent) > a:not(:hover):not(:focus),
.sidebar .widget.widget_archive ul > li > a:not(:hover):not(:focus),
.sidebar .widget.widget_categories ul > li > a:not(:hover):not(:focus) {
color: var(--sp-secondary-dark);
}
.sidebar .widget.widget_product_categories ul > li.cat-parent > a {
margin-bottom: 20px;
color: #ffffff;
background-color: var( --sp-gradient2);
border-radius: 100px 0 0 100px;
}
.sidebar .widget.widget_product_categories ul > li.cat-parent > span {
width: 52px;
height: 52px;
line-height: 52px;
text-align: center;
display: inline-block;
border-radius: 0 100px 100px 0;
margin-left: -4px;
vertical-align: top;
font-weight: 600;
}
.sidebar .widget.widget_product_categories ul > li a,
.sidebar .widget.widget_archive ul > li,
.sidebar .widget.widget_categories ul > li {
padding: 10px 0.7rem 10px 1.4rem;
}
.sidebar .widget.widget_archive ul > li ul,
.sidebar .widget.widget_categories ul > li ul {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background-color: var(--sp-primary-light);
border: 1px solid #cccccc;
padding: 15px;
border-radius: 10px;
opacity: 0;
visibility: hidden;
z-index: 1;
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
.sidebar .widget.widget_archive ul li:hover > ul,
.sidebar .widget.widget_archive ul li:focus-within > ul,
.sidebar .widget.widget_categories ul li:hover > ul,
.sidebar .widget.widget_categories ul li:focus-within > ul {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1) translateY(0px);
-ms-transform: scale(1) translateY(0px);
transform: scale(1) translateY(0px);
}
.sidebar .widget.widget_archive ul > li:after,
.sidebar .widget.widget_categories ul > li:after {
content: "\f140";
font-family: fontawesome;
font-weight: normal;
position: absolute;
top: 0;
left: 0;
bottom: 0;
display: flex;
align-items: center;
margin: auto 0;
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
z-index: -1;
}
.widget_top_rated_products li img,
.sidebar .widget.widget_product_categories ul > li span {
width: 50px;
height: 50px;
line-height: 50px;
border-radius: 100%;
text-align: center;
color: #ffffff;
background-color: var(--sp-gradient1);
}
.widget_top_rated_products li img {
padding: 3px;
float: right;
}
.widget_top_rated_products li a {
display: flow-root;
line-height: 3.2;
color: #ffffff;
background-color: var(--sp-gradient2);
border-radius: 10rem;
}
.widget_top_rated_products li a span {
padding: 1rem 0.87rem 1rem 1.25rem;
}
.widget_top_rated_products .woocommerce-Price-amount.amount {
display: inline-block;
padding: 10px 20px;
border-radius: 0 0 10rem 10rem;
margin-left: 1.5rem;
}
.widget_top_rated_products .woocommerce-Price-amount.amount {
background: var(--sp-gradient1);
color: #ffffff;
}
.widget_top_rated_products del .woocommerce-Price-amount.amount {
background-color: var(--sp-border-dark);
color: #ffffff;
}
.widget.widget_products li:not(:last-child) {
padding-bottom: 1.25rem;
border-bottom: 1px solid rgb(189 189 189 / 50%);
}
.widget.widget_products ul li {
background-color: var(--sp-secondary);
border-radius: 0.625rem;
overflow: hidden;
padding: 15px;
color: #ffffff;
}
.widget_top_rated_products ul.product_list_widget li img {
margin-top: 9px;
margin-right: 10px;
}
.widget_products img {
border-radius: 0.625rem;
}
.widget_products .product-title {
display: block;
margin: 1.25rem 0 0.1rem;
font-weight: 600;
letter-spacing: 0.25px;
}
.woocommerce-Price-amount.amount {
font-weight: 600;
}
del .amount {
color: var(--sp-scrollbar-thumb);
text-decoration: line-through;
}
ins .amount {
color: var(--sp-primary);
text-decoration: underline;
}
.widget.widget_price_filter .price_slider_wrapper {
display: block;
padding-top: 6px;
}
.woocommerce .widget_price_filter .ui-slider span.ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider div.ui-slider-range {
background-color: var(--sp-gradient1);
background: var(--sp-gradient1);
}
.sidebar .widget_text .textwidget {
text-align: center;
padding: 30px;
}
.sidebar .widget_text .textwidget h6 {
margin-bottom: 10px;
}
.sidebar .widget_text .textwidget .widget_social_widget {
margin-top: 20px;
}
.sidebar .widget_text .textwidget_img {
width: 140px;
height: 140px;
display: inline-block;
margin-bottom: 20px;
border-radius: 100%;
position: relative;
z-index: 0;
}
.sidebar .widget_text .textwidget img {
display: inline-block;
border-radius: 100%;
}
.sidebar .widget_text .textwidget .circles-spin {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
border-radius: 100%;
-webkit-animation: spinReverse 30s linear infinite;
animation: spinReverse 30s linear infinite;
}
.sidebar .widget_text .textwidget .circles-spin .circle-one {
position: absolute;
left: 14px;
bottom: 12px;
width: 16px;
height: 16px;
z-index: 1;
border-radius: 50%;
background: var(--sp-gradient1);
border: 2px solid #ffffff;
}
@keyframes spinReverse{from{transform:rotate(0deg) scale(1)}to{transform:rotate(-360deg)}}
.latest_posts.post-items {
box-shadow: none;
background: none;
border-radius: 0;
overflow: visible;
flex-wrap: nowrap;
flex-direction: row-reverse;
justify-content: space-between;
border-bottom: 1px solid rgb(189 189 189 / 50%);
margin-bottom: 18px;
padding-bottom: 18px;
}
.sidebar .widget .latest_posts.post-items:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.latest_posts.post-items .post-image {
width: auto;
flex-shrink: 0;
}
.latest_posts.post-items .featured-image a.post-hover,
.latest_posts.post-items .post-image img {
width: 70px;
height: 70px;
object-fit: cover;
border-radius: 10px;
}
.latest_posts.post-items .post-content {
width: auto;
flex: 0 0 75%;
max-width: 75%;
padding: 0;
padding-right: 8px;
padding-left: 34px;
}
.latest_posts.post-items .post-content .count-link {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 26px;
height: 26px;
background: var(--sp-gradient1);
color: #ffffff;
border-radius: 8px;
line-height: 28px;
text-align: center;
font-size: 15px;
font-weight: 500;
}
.latest_posts.post-items .post-content .count-link a {
color: #ffffff;
text-decoration: none;
}
.latest_posts.post-items .post-content .post-title {
font-size: 15px;
font-weight: 600;
}
.latest_posts.post-items .post-content .post-date {
background: transparent;
margin-bottom: 0;
font-size: 12px;
position: relative;
padding: 0;
z-index: 0;
}
.latest_posts.post-items .post-content .post-date i {
font-size: 14px;
margin-right: 2px;
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.latest_posts.post-items .post-content .post-meta > span {
display: inline-block;
margin-right: 4px;
}
.latest_posts.post-items .post-content .post-meta > span:last-child {
margin-right: 0;
}
.latest_posts.post-items .post-content .post-meta .post-list .post-categories a:empty {
display: none;
}
.latest_posts.post-items .post-content .post-meta .post-list .post-categories a {
font-size: 12px;
padding: 4px 8px;
background: var(--sp-gradient2);
color: #ffffff;
text-decoration: none;
border-radius: 6px;
}
.widget_tag_cloud a {
padding: 6px 12px;
text-decoration: none;
margin-bottom: 10px;
margin-right: 5px;
color: var(--sp-secondary-dark);
font-weight: 400;
font-size: 16px !important;
border: 1px solid var(--sp-primary);
border-radius: 6px;
-webkit-transition: all .0s cubic-bezier(.645,.045,.355,1);
transition: all .05s cubic-bezier(.645,.045,.355,1);
}
.widget_tag_cloud a:hover,
.widget_tag_cloud a:focus {
color: #ffffff;
background: var(--sp-gradient1);
}
.footer-section .widget_tag_cloud a {
color: #ffffff;
}
.sidebar .widget.widget_rss .components-placeholder {
padding: 30px;
} .header-widget .widget_meta a {
font-size: 14px;
}
.header-widget .widget.widget_meta li a:before {
line-height: 1.2;
font-size: 15px;
}
.widget_meta ul li a {
padding-right: 0;
padding-left: 25px;
}
.widget_meta ul li a:before {
font-family: fontawesome;
font-weight: normal;
position: absolute;
left: 0;
color: var(--sp-primary);
}
.widget_meta ul li:nth-child(1) a:before {
content: "\f007";
}
.widget_meta ul li:nth-child(2) a:before {
content: "\f08b";
}
.widget_meta ul li:nth-child(3) a:before {
content: "\f086";
}
.widget_meta ul li:nth-child(4) a:before {
content: "\f27a";
}
.widget_meta ul li:nth-child(5) a:before {
content: "\f19a";
}  .widget .widget-title,
.sidebar .widget_block h2:first-child,
.sidebar  .wp-block-search__label {
display: block;
text-transform: capitalize;
position: relative;
z-index: 0;
letter-spacing: 0.5px;
word-break: break-all;
}
.widget:not(.widget-none) .widget-title {
margin-bottom: 16px;
line-height: 1.2;
}
.footer-section .widget+.widget {
margin-top: 30px;
}
.footer-section .widget+.widget .widget-title {
margin-bottom: 0;
padding-bottom: 8px;
}
.footer-section .widget+.widget .widget-title:after {
display: none;
}
.footer-section .widget .widget-title {
margin-bottom: 44px;
padding-bottom: 16px;
font-weight: 700;
}                      .footer-section .widget:hover .widget-title {
background: linear-gradient(to right, var(--sp-primary) 0, #fff 10%, var(--sp-primary2) 20%);
background-position: 0;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: shine 3s infinite linear;
animation-fill-mode: forwards;
}
@-moz-keyframes shine {
0% {
background-position: 0;
}
60% {
background-position: 180px;
}
100% {
background-position: 180px;
}
}
@-webkit-keyframes shine {
0% {
background-position: 0;
}
60% {
background-position: 180px;
}
100% {
background-position: 180px;
}
}
@-o-keyframes shine {
0% {
background-position: 0;
}
60% {
background-position: 180px;
}
100% {
background-position: 180px;
}
}
@keyframes shine {
0% {
background-position: 0;
}
60% {
background-position: 180px;
}
100% {
background-position: 180px;
}
}
.footer-section .widget-title:after {
content: '';
width: 50px;
height: 2px;
position: absolute;
bottom: 0;
left: 0;
background: var(--sp-gradient1);
}
.footer-main .widget:not(.widget_text):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li {
display: block;
}
.footer-main .widget:not(.widget_text):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a {
display: inline-block;
margin-bottom: 20px;
word-break: break-all;
}
.footer-main .widget:not(.widget_text):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag) li a:before {
content: '\f00c';
font-family: fontawesome;
margin-right: 10px;
color: var(--sp-secondary-dark);
background: #ffffff;
width: 17px;
height: 17px;
display: inline-block;
border-radius: 100px;
text-align: center;
line-height: 17px;
font-size: 11px;
vertical-align: middle;
margin-top: -1px;
}
.footer-section .widget.widget_block h2 {
font-size: 25px;
margin-bottom: 44px;
}
.sidebar .widget.widget_block { }
.sidebar .widget.widget_block h2 {
font-size: 20px;
}
.sidebar .widget.widget_block.widget_categories,
.sidebar .widget.widget_block.widget_archive,
.sidebar .widget.widget_block.widget_search,
.sidebar .widget.widget_block widget_tag_cloud,
.sidebar .widget.widget_block.widget_calendar {
padding: 0px;
}
.sidebar .widget_shopping_cart_content .cart-header {
border-bottom: 1px solid #E8E8E8;
padding: 15px;
display: flex;
flex-wrap: wrap;
align-items: self-start;
justify-content: space-between;
color: var(--sp-primary);
}
.sidebar ul.woocommerce-mini-cart {
padding: 0px 10px;
}
.sidebar .widget_shopping_cart_content .av-btn {
display: block;
}
.sidebar .woocommerce.widget_shopping_cart .cart_list li a.remove {
top: 12px;
}
.sidebar .woocommerce.widget_shopping_cart p.woocommerce-mini-cart__empty-message {
padding: 20px;
}
.sidebar .info-section,
.footer-section .info-section {
margin-top: 0;
}
.post-content .wp-block-latest-comments img {
width: auto;
}
.footer-main .widget_meta {
display: inline-block;
}
.footer-main .wp-block-table {
color: var(--sp-secondary);
word-break: break-all;
}
.footer-main .wp-block-latest-comments {
padding: 0;
}
.footer-main .wp-block-social-links li a:before {
content: none !important;
}
.footer-main .wp-block-social-links li a {
margin-bottom: 0 !important;
}
.footer-main .wp-block-table figcaption {
color: #fff;
text-align: center;
}
.wp-block-file a.wp-block-file__button {
background: var(--sp-primary);
border-radius: 4px;
}
.sidebar ol.wp-block-latest-comments {
padding: 0;
}
.wp-block-media-text .wp-block-media-text__content {
line-height: 1;
}
.sidebar ul.wp-block-social-links li {
padding-top: 0 !important;
padding-bottom: 0 !important;
line-height: 0;
}
.post-section ol.wp-block-latest-comments {
padding: 0;
}
.wp-block-buttons {
margin: 15px 0;
}
.wp-block-table figcaption {
font-weight: 600;
text-align: center;
}
.post-content figure img {
width: 100%;
}
.post-content figure.gallery-item {
margin-right: 2.7% !important;
margin-bottom: 2.7% !important;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
background: transparent;
color: var(--sp-primary);
}
.wp-block-button.is-style-outline a:hover, .wp-block-button.is-style-outline a:focus {
color: var(--sp-white);
background: var(--sp-gradient1);
border-color: var(--sp-gradient1);
}
.widget_product_tag_cloud .tagcloud, .sidebar .wp-block-tag-cloud {
padding: 30px;
}
.widget_product_tag_cloud a {
display: inline-block;
padding: 6px 12px;
text-decoration: none;
margin-bottom: 10px;
margin-right: 5px;
color: var(--sp-secondary-dark);
font-weight: 400;
font-size: 16px !important;
border: 1px solid var(--sp-primary);
border-radius: 6px;
-webkit-transition: all .0s cubic-bezier(.645,.045,.355,1);
transition: all .05s cubic-bezier(.645,.045,.355,1);
}
.wp-block-tag-cloud a {
padding: 6px 12px;
text-decoration: none;
margin-bottom: 10px;
margin-right: 5px;
color: var(--sp-secondary-dark);
font-weight: 400;
font-size: 16px!important;
border: 1px solid var(--sp-primary);
border-radius: 6px;
-webkit-transition: all 0s cubic-bezier(.645,.045,.355,1);
transition: all .05s cubic-bezier(.645,.045,.355,1);
}
.widget_product_tag_cloud a:hover, .widget_product_tag_cloud a:focus, .wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
color: #ffffff;
background: var(--sp-gradient1);
}
.widget_media_gallery .gallery-item img {
width: 100%;
}
.wp-block-embed figcaption {
text-align: center;
}
.wp-block-code code img {
display: inline-block;
margin-left: 20px;
}
.wp-block-pullquote.has-background blockquote {
background: inherit;
}
#av-primary-content .wp-block-search {
padding: 20px 0;
}
pre.has-background code {
background-color: inherit;
}
p.has-text-color em {
color: inherit;
}
.post-section #av-primary-content .wp-block-group.has-background {
padding: 0 20px;
}
.wp-block-group em {
color: inherit;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
border-color: inherit;
}
.has-text-color em,
.has-text-color h2 {
color: inherit;
}
a.wp-block-file__button,
a.wp-block-file__button:hover,
a.wp-block-file__button:focus {
color: #fff;
}
.has-text-color * {
color: inherit;
}
.has-text-color a:hover, 
.has-text-color a:focus {
color: inherit;
}
.wp-block-pullquote.has-text-color blockquote {
border-color: inherit;
}    
blockquote {
border-color: inherit !important;
}
.has-background.wp-block-read-more {
padding: 5px 10px;
}
.wp-block-calendar table caption {
font-weight: 500;
}
.wp-block-avatar img {
border-radius: 50%;
}
.sidebar .widget form.wp-block-search{
padding: 0;
}
.sidebar .widget form.wp-block-search .wp-block-search__inside-wrapper {
padding: 30px;
position: relative;
}
.sidebar .widget form.wp-block-search .wp-block-search__button{
position: absolute;
right: 8px;
}
.wp-block-image figcaption {
margin-bottom: 0;
}.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
right: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
#content {
background: #ffffff;
overflow-x: hidden;
}
#content[tabindex="-1"]:focus {
outline: 0;
}
.hidden {
visibility: hidden;
width: 0px !important;
height: 0px !important;
margin: 0px !important;
padding: 0px !important;
}
.layout-overlay::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: .8;
background: #000000 none repeat scroll 0 0;
z-index: -1;
}
a.site-title,
.av-link,
.primary-color {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.bg-primary {
background: var(--sp-gradient1);
}
.bg-primary-light {
background: var(--sp-primary-light);
}
.av-my-default {
margin: 100px 0;
}
.av-mt-default {
margin-top: 100px;
}
.av-mb-default {
margin-bottom: 100px;
}
.av-py-default {
padding: 100px 0;
}
.av-pt-default {
padding-top: 100px;
}
.av-pb-default {
padding-bottom: 100px;
}
.av-columns-area {
margin-bottom: -30px;
}
.av-columns-area [class*='av-column-'] {
margin-bottom: 30px;
}
.av-load-item {
display: none;
}
.av-load-spinner {
position: relative;
cursor: pointer;
width: 18px;
height: 18px;
display: inline-block;
vertical-align: middle;
}
.av-load-spinner:before, .av-load-spinner:after {
position: absolute;
display: block;
content: "";
width: 9px;
height: 9px;
left: 0;
top: -5px;
right: 0;
bottom: 0;
margin: auto;
border-width: 2px;
border-style: solid;
border-color: transparent;
border-bottom-color: var(--sp-white);
border-right-color: var(--sp-white);
border-radius: 0 0 1px 0;
transform: translate(0%, 0%) rotate(45deg);
transition: all 0.4s ease-in-out;
}
.loadspinner .av-load-spinner:before {
border-radius: 50%;
animation: 0.8s rotate 0.4s linear forwards infinite;
}
.loadspinner .av-load-spinner:after {
width: 18px;
height: 18px;
border-radius: 50%;
animation: 0.8s rotate2 0.4s linear forwards infinite;
}
@keyframes rotate {
to {
transform: translate(0%, 0%) rotate(405deg);
}
}
@keyframes rotate2 {
to {
transform: translate(0%, 0%) rotate(-315deg);
}
}  .header-above-info {
border-bottom: 1px solid rgb(189 189 189 / 0.45);
}
.header-above-info .header-widget {
height: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-above-info .widget-left, .header-above-info .widget-right {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-above-info .widget-right { -webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}  .navigator-wrapper .av-columns-area, .navigator-wrapper .av-columns-area [class*='av-column-'] {
margin-bottom: 0;
}
.navigator-wrapper .av-columns-area [class*='av-column-'].my-auto {
margin-bottom: auto;
}
.header-search-normal .search-form {
border-radius: 8px;
}
.header-search-normal .search-form input[type="search"] {
border-radius: 8px;
max-height: 40px;
padding: 10px 15px;
background-color: #ffffff;
border-color: rgb(189 189 189 / 0.45);
}
.header-search-normal .search-form input[type="search"]:focus {
border-color: var(--sp-primary);
}
.header-search-normal .search-form .search-submit {
padding: 0 12px;
background: transparent;
color: var(--sp-secondary-dark);
}
.header-search-normal .search-form .search-submit:hover i,
.header-search-normal .search-form .search-submit:focus i {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.logo img {
max-width: 158px;
}
.hamburger .toggle-lines {
background: none;
border: none;
border-radius: 100px;
}
.navigator-wrapper button.menu-toggle:focus {
outline-color: var(--sp-primary);
background: var(--sp-gradient1);
}
.navigator-wrapper button.menu-toggle:focus div {
background-color: #ffffff;
}
.navigator-wrapper .close-style {
background: none;
border: none;
}
.header-search-close:after,
.header-search-close:before {
background-color: var(--sp-white);
}  .cart-wrapper .cart-icon-wrap i {
display: inline-block;
font-size: 18px;
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.cart-wrapper {
position: relative;
}
.cart-wrapper .cart-icon-wrap span {
position: absolute;
top: 0;
right: -9px;
bottom: 0;
width: 18px;
height: 18px;
margin: auto 0;
line-height: 18px;
display: inline-block;
font-size: 10px;
color: var(--sp-white);
border-width: 1px;
border-style: solid;
border-radius: 50%;
text-align: center;
background: var(--sp-gradient1);
}
.shopping-cart {
position: absolute;
top: 100%;
right: 0;
z-index: 1;
width: 320px;
padding: 20px;
color: var(--sp-primary);
background: var(--sp-white);
border-radius: 0 3px 3px;
border: 0;
opacity: 0;
visibility: hidden;
-webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
.menu-wrap .dropdown-menu li a sup,
.menu-wrap .dropdown-menu li a sub,
.theme-mobile-menu div.mobile-menu a:hover,
.navbar-area .menubar .menu-wrap .dropdown-menu > li.active > a,
.navbar-area .menubar .menu-wrap > li.active > a,
.navbar-area .menubar .menu-wrap > li.focus > a,
.navbar-area .menubar .menu-wrap > li:hover > a {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.cart-wrapper:hover .shopping-cart,
.cart-wrapper:focus .shopping-cart,
.cart-wrapper:focus-within .shopping-cart {
opacity: 1;
visibility: visible;
-webkit-transform: translate3d(0, 2px, 0);
transform: translate3d(0, 2px, 0);
}
.shopping-cart .cart-header {
border-bottom: 1px solid #E8E8E8;
padding-bottom: 15px;
}
.shopping-cart .cart-header .cart-total {
float: right;
}
.shopping-cart .cart-badge {
color: var(--sp-white);
font-size: 10px;
margin: 0;
width: 16px;
height: 16px;
line-height: 1.6;
text-align: center;
vertical-align: super;
border-radius: 100px;
display: inline-block;
background-color: var(--sp-primary);
}
div.shopping-cart ul.cart-items {
padding: 0;
margin: 0;
padding-top: 20px;
list-style: none;
max-height: 188px;
overflow-x: hidden;
overflow-y: auto;
}
div.shopping-cart ul.cart-items li {
display: inline-block;
width: 100%;
margin: 0 10px 10px 0;
padding: 0;
font-size: 15px;
position: relative;
}
.shopping-cart .cart-items .item-img {
float: left;
margin-right: 12px;
width: 70px;
height: 70px;
border-radius: 50%;
text-align: center;
line-height: 4.5;    
border-width: 1px;
border-style: solid;
border-color: var(--sp-primary);
}
.shopping-cart .cart-items .item-img img {
width: 90%;
border-radius: 50%;
display: inline-block;
float: none;
margin: auto;
}
.shopping-cart .cart-items .item-name {
font-size: 14px;
font-weight: 600;
display: block;
padding-top: 15px;
color: var(--sp-secondary-dark);
}
.shopping-cart .cart-items .amount {
font-size: 12px;
font-weight: 600;
margin-right: 0;
color: #222;
}
.shopping-cart .cart-items .quantity {
font-size: 12px;
font-weight: 400;
color: red;
}
.shopping-cart .av-btn {
display: block;
}
.widget_shopping_cart .av-btn i, .shopping-cart .av-btn i {
font-size: 14px;
}
div.shopping-cart ul a.remove {
float: right;
margin-top: 0;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border-radius: 100%;
color: #ffffff !important;
background: var(--sp-gradient1);
box-shadow: 0 0 10px rgb(0 0 0 / 0.15);
}  .slider-wrapper {
position: relative;
overflow: hidden;
width: 100%;
padding: 0;
color: #ffffff;
background: var(--sp-gradient2);
z-index: 0;
}
.main-slider,
.main-slider .owl-item img {
width: 100%;
height: 100%;
}
.theme-slider {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 0; }
.theme-table {
overflow: hidden;
display: table;
width: 100%;
height: 100%;
}
.theme-table-cell {
display: table-cell;
vertical-align: middle;
}
.theme-slider div.theme-content {
position: relative;
max-width: 635px;
width: 100%;
margin-bottom: 60px;
}
.theme-slider .text-left {
margin-right: auto;
}
.theme-slider .text-center {
margin: auto;
}
.theme-slider .text-right {
margin-left: auto;
}
.theme-content h3 {
width: max-content;
font-size: 17px;
font-weight: 400;
margin-bottom: 5px;
display: block;
padding: 12px 20px;
line-height: 1.55;
background: var(--sp-gradient2);
border-width: 0;
border-style: solid;
border-color: transparent;
margin-bottom: 15px;
}
.theme-content h1 {
font-size: 46px;
margin-bottom: 12px;
}
.theme-content p {
font-weight: 300;
margin-bottom: 22px;
font-size: 16px;
}
.theme-content.text-left h3 {
border-left-width: 4px;
border-image-slice: 0 0 0 1;
border-image-source: var(--sp-gradient1);
}
.theme-content.text-center h3 {
margin-left: auto;
margin-right: auto;
border-top-width: 4px;
border-image-slice: 1 0 0 0;
border-image-source: var(--sp-gradient1);
}
.theme-content.text-right h3 {
margin-right: 0;
margin-left: auto;
border-right-width: 4px;
border-image-slice: 0 1 0 0;
border-image-source: var(--sp-gradient1);
}
.theme-content .av-btn:not(:last-child) {
margin-right: 28px;
}
.owl-carousel {
position: relative;
z-index: 0;
} .slider-wrapper .owl-next.disabled, 
.slider-wrapper .owl-prev.disabled {
display: none !important;
}
.owl-theme:not(.main-slider) .owl-nav {
width: max-content;
margin: 40px auto 0;
background: var(--sp-gradient1);
border-radius: 8px;
padding: 6px;
}
.owl-carousel.owl-theme:not(.main-slider) .owl-nav [class*=owl-] {
width: 30px;
height: 30px;
font-size: 92%;
border-radius: 5px;
color: #ffffff;
background: rgb(255 255 255 / 50%);
}
.owl-carousel.owl-theme:not(.main-slider) .owl-nav [class*=owl-] i {
font-size: 92%;
}
.main-slider.owl-theme .owl-nav {
margin: 0;
}
.main-slider .owl-nav [class*=owl-] {
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
z-index: 0;
width: 65px;
height: 65px;
display: inline-flex;
cursor: pointer;
text-align: center;
color: var(--sp-white);
border: none;
outline: none;
border-radius: 65px;
overflow: hidden;
align-items: center;
justify-content: center;
background-position: center center;
background-size: cover;
background-blend-mode: normal;
-webkit-transition-duration: 500ms;
-o-transition-duration: 500ms;
transition-duration: 500ms;
}
.main-slider .owl-nav [class*=owl-]:not(:hover) {
background: var(--sp-gradient1) !important;    
}
.main-slider .owl-nav [class*=owl-]:hover {
width: 110px;
color: #ffffff;
background-color: rgb(0 0 0 / 60%);
background-blend-mode: multiply;
box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
}
.main-slider .owl-nav .owl-prev {
left: 3.6%;
}
.main-slider .owl-nav .owl-next {
right: 3.6%;
}
.main-slider .owl-nav .owl-prev:hover {
left: 1%;
}
.main-slider .owl-nav .owl-next:hover {
right: 1%;
}
.owl-theme .owl-nav .owl-prev i {
margin-left: 0px;
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.owl-theme .owl-nav .owl-next i {
margin-right: -2px;
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.main-slider .owl-nav [class*=owl-] span {
font-size: 15px;
letter-spacing: .6px;
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.main-slider .owl-nav .owl-next span {
position: absolute;
left: -100%;
}
.main-slider .owl-nav .owl-prev span {
position: absolute;
right: -100%;
}
.main-slider .owl-nav .owl-next:hover span {
margin-right: 8px;
position: relative;
left: 0;
}
.main-slider .owl-nav .owl-prev:hover span {
margin-left: 8px;
position: relative;
right: 0;
}  .info-section {
margin-top: -77px;
margin-bottom: 20px;
position: relative;
}
.info-section-one .info-wrapper .widget-contact {
border-left: 1px solid rgb(189 189 189 / 0.45);
}
.info-section-one .info-wrapper:first-child .widget-contact {
border-left: 0;
}
.info-section-one .info-wrapper:first-child, 
.info-section-one .info-wrapper:last-child {
border-radius: 5px 0px 0px 5px;
}
.info-section-one .info-wrapper {
margin-bottom: 0; padding: 37px 0px;
color: #ffffff;
background: var(--sp-gradient2);
}
.info-section-one .info-wrapper [class*='av-sm-column'] {
border-left: 1px solid rgb(189 189 189 / 0.45);
margin-bottom: 0;
}
.info-section-one .info-wrapper [class*='av-sm-column']:first-child {
border-left: 0;
}
.info-section-one .widget-contact .contact-area {
width: 100%;
flex-direction: column;
justify-content: center;
text-align: center;
}
.info-section-one .widget-contact .contact-info {
text-align: center;
}
.info-section-one .widget-contact .contact-icon {
margin: 0 0 12px;
font-size: 50px;
width: auto;
height: auto;
}
.info-section-one .widget-contact .contact-icon img {
width: 50px;
}
.info-section-one .widget-contact .contact-area .title {
font-weight: 500;
}
.info-wrapper2 .widget.widget-contact {
padding: 47px 32px;
border-radius: 5px;
background: var(--sp-gradient1);
}
.info-wrapper2 .widget.widget-contact .contact-area {
flex-direction: row;
justify-content: flex-start;
align-items: center;
text-align: left;
}
.info-wrapper2 .widget.widget-contact .contact-info {
color: #ffffff;
text-align: left;
}
.info-wrapper2 .widget.widget-contact .contact-area .contact-icon {
margin: 0 15px 0 0;
font-size: 60px;
}
.info-wrapper2 .widget.widget-contact .contact-icon i {
background: transparent;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
color: #ffffff;
}
.info-wrapper2 .widget.widget-contact .contact-area span.text {
font-size: 17px;
margin-bottom: 6px;
}
.info-wrapper2 .widget.widget-contact .contact-area span.title {
font-size: 18px;
font-weight: 600;
}
.info-wrapper3 .widget.widget-contact {
clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%, 0% 50%);
}
.info-section-two .widget.widget-contact {
padding: 50px 32px;
border-radius: 5px;
background: var(--sp-gradient1);
}
.info-section-two .widget.widget-contact .contact-icon {
font-size: 50px;
height: 50px;
margin-right: 16px;
}
.info-section-two .widget.widget-contact .contact-icon i {
color: #ffffff;
background: transparent;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
.info-section-two .widget.widget-contact span.title,
.info-section-two .widget.widget-contact span.text {
color: #ffffff;
}
.info-section-two .widget.widget-contact span.title {
font-size: 21px;
font-weight: 600;
word-break: break-word;
}
.info-section-two .widget.widget-contact span.text {
margin-bottom: 7px;
font-size: 17px;
}  .heading-default {
width: 100%;
max-width: 635px;
position: relative;
z-index: 0;
margin-bottom: 55px;
}
.heading-default.heading-white {
color: #ffffff;
}
.heading-default .separator {
width: 143px;
height: 11px;
display: flex;
align-items: center;
justify-content: center;
margin-top: 18px;
position: relative;
z-index: 0;
}
.heading-default.text-center .separator,
.heading-default.text-center {
margin-left: auto;
margin-right: auto;
}
.heading-default.text-right .separator,
.heading-default.text-right {
margin-left: auto;
margin-right: 0;
}
.heading-default .separator:after, .heading-default .separator:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 60px;
height: 3px;
margin: auto;
background: var(--sp-gradient2);
}
.heading-default .separator:after {
left: 0;
}
.heading-default .separator:before {
right: 0;
}
.heading-default .separator>span {
display: inline-flex;
align-items: center;
position: relative;
}
.heading-default .separator>span:after, .heading-default .separator>span:before {
content: "";
width: 7px;
height: 7px;
display: inline-block;
border-radius: 100px;
position: relative;
z-index: 1;
background: var(--sp-gradient1);
}
.heading-default .separator>span:after {
left: 5.5px;
}
.heading-default .separator>span:before {
right: 5.5px;
}
.heading-default .separator span span {
width: 11px;
height: 11px;
border: 2px solid transparent;
display: inline-block;
border-image-slice: 1;
border-image-source: var(--sp-gradient1);
}
.heading-default h3 {
font-size: 38px;
}
.heading-default p {
display: block;
margin: 0;
margin-top: 15px;
}
.heading-default.heading-white .separator:after,
.heading-default.heading-white .separator:before {
background: #ffffff;
}  .tilter {
perspective: 1000px;
}
.tilter * {
pointer-events: none;
}
.tilter > * {
transform: translateZ(0px);
}
.tilter .service-item .service-title a,
.tilter .service-item .av-btn {
pointer-events: visible;
}
.service-item {
width: 100%; display: block;
padding: 50px;
text-align: center;
position: relative;
z-index: 0;
background-color: #ffffff;
box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.service-overlay {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.service-overlay:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: var(--sp-secondary-dark);
opacity: 0.7;
z-index: 1;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.service-overlay img {
width: 100%;
height: 100%;
object-fit: cover;
}
.service-icon {
font-size: 40px;
display: inline-block;
line-height: 80px;
width: 82px;
height: 82px;
border-radius: 100px;
text-align: center;
border: 1px solid rgb(189 189 189 / 0.45);
margin-bottom: 28px;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.service-icon i {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.service-item .service-title {
font-size: 23px;
}
.service-item .service-title a {
text-decoration: none;
color: inherit;
}
.service-content ul {
padding: 0;
width: max-content;
text-align: start;
margin: 25px auto 0;
list-style: none;
}
.service-content ul li {
margin-bottom: 15px;
position: relative;
z-index: 0;
}
.service-content ul li:last-child {
margin-bottom: 0;
}
.service-content ul li:before {
content: "";
width: 10px;
height: 10px;
display: inline-block;
border-radius: 100px;
margin-right: 15px;
background: var(--sp-gradient2);
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.service-content ul li:nth-child(even):before {
background: var(--sp-gradient1);
}
.service-item .av-btn {
margin-top: 30px;
}
.tilter:hover .service-item, .tilter:focus-within .service-item,
.service-item:hover, .service-item:focus-within {
color: #ffffff;
background-color: transparent;
}
.tilter:hover .service-item .service-overlay,
.tilter:focus-within .service-item .service-overlay,
.service-item:hover .service-overlay,
.service-item:focus-within .service-overlay {
opacity: 1;
}
.tilter:hover .service-item .service-icon,
.tilter:focus-within .service-item .service-icon,
.service-item:hover .service-icon,
.service-item:focus-within .service-icon {
background: #ffffff;
border-color: #ffffff;
}
.tilter:hover .service-item .service-content ul li:nth-child(odd):before,
.tilter:focus-within .service-item .service-content ul li:nth-child(odd):before,
.service-item:hover .service-content ul li:nth-child(odd):before,
.service-item:focus-within .service-content ul li:nth-child(odd):before {
background: #ffffff;
}
.tilter:hover .service-item .av-btn.av-btn-secondary,
.tilter:focus-within .service-item .av-btn.av-btn-secondary,
.service-item:hover .av-btn.av-btn-secondary,
.service-item:focus-within .av-btn.av-btn-secondary {
background: var(--sp-gradient1);
border-color: transparent;
}
.tilter:hover .service-item .av-btn.av-btn-secondary i,
.tilter:focus-within .service-item .av-btn.av-btn-secondary i,
.service-item:hover .av-btn.av-btn-secondary i,
.service-item:focus-within .av-btn.av-btn-secondary i {
background: rgb(255 255 255 / 50%);
}
.tilter:hover .service-item .service-title a,
.tilter:focus-within .service-item .service-title a,
.service-item:hover .service-title a,
.service-item:focus-within .service-title a {
color: #ffffff;
}
.modern-icon {
position: absolute;
z-index: -1;
right: -6px;
bottom: -6px;
opacity: 0;
max-width: 150px;
max-height: 150px;
min-width: 120px;
min-height: 120px;
font-size: 130px;
color: rgb(208 208 208 / 40%);
transform-origin: bottom;
transition: transform .6s cubic-bezier(0,.15,.3,1);
-webkit-transition: transform .6s cubic-bezier(0,.15,.3,1);
}
.tilter:hover .modern-icon,
.tilter:focus-within .modern-icon {
transform: scale(1.2);
-webkit-transform: scale(1.2);
opacity: 0.5;
}  .post-carousel .owl-stage {
padding: 13px 0;
}
.av-columns-area.blog-masonry {
margin-bottom: 0;
}
.post-items {
position: relative;
width: 100%;
border-radius: 10px;
padding: 0;
display: -webkit-box;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
-webkit-align-items: flex-start;
align-items: flex-start;
overflow: hidden;
background: #ffffff;
z-index: 0;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
box-shadow: 0px 0px 20px 0px rgb(33 68 98 / 19%);
}
.post-image {
width: 100%;
position: relative;
overflow: hidden;
z-index: 0;
}
.post-image-absolute {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
overflow: hidden;
opacity: 0;
visibility: hidden;
z-index: 0;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.post-image-absolute:after {
content: "";
position: absolute;
top: -25%;
bottom: -25%;
left: -25%;
right: -25%;
border-radius: 50%;
-webkit-transition: all 0.35s linear;
transition: all 0.35s linear;
background-color: var(--sp-secondary-dark);
-webkit-transform: translateY(100%);
transform: translateY(100%);
opacity: 0.75;
z-index: 0;
}
.post-items:hover .post-image-absolute:after,
.post-items:focus-within .post-image-absolute:after {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
}
.post-image-absolute .featured-image, .post-image-absolute .featured-image a {
width: 100%;
height: 100%;
}
.featured-image a.post-hover {
position: relative;
z-index: 0;
display: block;
overflow: hidden;
}
.post-image-absolute .featured-image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.post-items:hover .post-image-absolute, .post-items:focus-within .post-image-absolute {
opacity: 1;
visibility: visible;
}
.post-content {
position: relative;
width: 100%;
padding: 30px;
border-radius: inherit;
z-index: 0;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.post-date {
min-width: 70px;
display: inline-block;
padding: 7px 6.7px 9px;
border-radius: 6px;
text-align: center;
font-size: 13px;
margin-bottom: 25px;
background: var(--sp-gradient1);
}
.post-date a {
color: #ffffff;
display: block;
text-decoration: none;
}
.post-date span {
display: block;
font-size: 30px;
font-weight: 700;
line-height: 1.17;
}
.post-content h1, .post-content h2, .post-content h3,
.post-content h4, .post-content h5, .post-content h6 {
margin-bottom: 15px;
}
.post-content p+blockquote {
margin-top: 10px;
}
.post-content blockquote+* {
margin-top: 10px;
}
.post-content .post-title {
font-size: 24px;
margin-bottom: 15px;
}
.post-title a {
text-decoration: none;
color: inherit;
}
.post-items p {
width: 100%;
display: block;
word-break: break-word;
position: relative;
margin-bottom: 18px;
}
.post-items .more-link {
font-weight: 600;
padding: 8px 14px;
line-height: 2;
display: inline-block;
margin-bottom: -82px;
position: relative;
z-index: 0;
border-radius: 8px;
margin-left: -13px;
color: var(--sp-secondary-dark);
text-decoration: none;
}
.post-items .more-link:after {
content: '\f105';
font-family: fontawesome;
font-size: 105%;
font-weight: 600;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 5px;
margin-left: 3px;
margin-right: -5px;
float: right;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.post-items:not(.latest_posts):hover .more-link:after,
.post-items:not(.latest_posts):focus-within .more-link:after {
content: "\f061";
font-weight: normal;
margin-left: 12px;
}
.post-footer {
width: 100%;
min-height: 82px;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
position: relative;
margin-top: 10px;
padding-bottom: 82px;
z-index: 0;
}
.post-footer:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 3px;
margin: 0 auto;
background: var(--sp-gradient1);
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.post-count {
position: absolute;
bottom: -5px;
right: -3px;
font-size: 100px;
line-height: 0.88;
font-weight: 800;
display: inline-block;
background: var(--sp-gradient1);
-webkit-text-stroke: 4px transparent;
-webkit-background-clip: text;
color: #ffffff;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.post-items:not(.latest_posts) .post-image-absolute + .post-content .post-title a:hover,
.post-items:not(.latest_posts) .post-image-absolute + .post-content .post-title a:focus {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.post-items:not(.latest_posts):hover .post-image-absolute + .post-content blockquote,
.post-items:not(.latest_posts):focus-within .post-image-absolute + .post-content blockquote,
.post-items:not(.latest_posts):hover .post-image-absolute + .post-content .post-title,
.post-items:not(.latest_posts):focus-within .post-image-absolute + .post-content .post-title,
.post-items:not(.latest_posts):hover .post-image-absolute + .post-content .post-title a,
.post-items:not(.latest_posts):hover .post-image-absolute + .post-content *,
.post-items:not(.latest_posts):hover .post-image-absolute + .post-content .post-title a,
.post-items:not(.latest_posts):focus-within .post-image-absolute + .post-content *,
.post-items:not(.latest_posts):focus-within .post-image-absolute + .post-content .post-title a {
color: #ffffff;
}
.post-items:not(.latest_posts):hover .more-link,
.post-items:not(.latest_posts):focus-within .more-link {
color: #ffffff;
background: var(--sp-gradient1);
margin-left: 0;
}
.post-items:not(.latest_posts):hover .more-link:after,
.post-items:not(.latest_posts):focus-within .more-link:after {
background: rgb(255 255 255 / 50%);
color: var(--sp-white);
}
.post-items:not(.latest_posts):hover .post-footer:after,
.post-items:not(.latest_posts):focus-within .post-footer:after {
opacity: 0;
visibility: hidden;
}
.post-items:not(.latest_posts):hover .post-footer,
.post-items:not(.latest_posts):focus-within .post-footer {
position: unset;
}
.post-items:not(.latest_posts):hover .post-count,
.post-items:not(.latest_posts):focus-within .post-count {
top: 25px;
bottom: auto;
right: 30px;
opacity: 0.6;
}
.post-items:not(.latest_posts):hover .post-image-absolute + .post-content .post-count,
.post-items:not(.latest_posts):focus-within .post-image-absolute + .post-content .post-count {
color: #555555;
}
.av-list-check {
list-style: none;
padding: 0;
margin: 0;
}
.av-list-check li {
position: relative;
margin-bottom: 12px;
z-index: 0;
}
.av-list-check li:before {
content: "\f00c";
font-family: fontawesome;
margin-right: 10px;
width: 19px;
height: 19px;
line-height: 20px;
text-align: center;
display: inline-block;
font-size: 11.5px;
background: var(--sp-gradient1);
color: #ffffff;
border-radius: 100px;
vertical-align: middle;
}
.av-list-check li:last-child {
margin-bottom: 0;
}
.post-items p+ul {
margin-top: 8px;
}
nav.woocommerce-pagination, .navigation.pagination {
position: relative;
text-align: center;
z-index: 0;
width: 100%;
max-width: max-content;
display: block;
margin: 0 auto;
border-radius: 8px;
padding: 12px 11px;
background: var(--sp-gradient1);
}
nav.woocommerce-pagination ul {
line-height: 40px;
}
nav.woocommerce-pagination ul, .pagination .nav-links {
display: inline-flex;
}
.pagination .nav-links .page-numbers, 
.woocommerce nav.woocommerce-pagination ul li .page-numbers{
margin-right: 7px;
}
.pagination .nav-links .page-numbers:last-child {
margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers,
.pagination .page-numbers:not(.dots) {
font-weight: 500;
border: 0;
display: flow-root;
font-size: 16px;
line-height: 1.6;
min-width: 30px;
min-height: 30px;
text-align: center;
padding: 2px;
text-decoration: none;
transition: all 0.3s ease 0s;
vertical-align: baseline;
white-space: nowrap;
border-radius: 5px;
cursor: pointer;
color: #ffffff;
background: rgb(255 255 255 / 40%);
}
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers:focus,
.pagination .nav-links .page-numbers:focus,
.pagination .nav-links .page-numbers.current {}
.woocommerce nav.woocommerce-pagination ul.page-numbers, .woocommerce nav.woocommerce-pagination ul.page-numbers li {
border: none;
float: none;
display: inline-flex;
align-items: center;
}
.author-details {
position: relative;
width: 100%;
border-radius: 10px;
padding: 30px;
overflow: hidden;
margin-top: 30px; 
background: #ffffff;
z-index: 0;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
box-shadow: 0px 0px 20px 0px rgb(33 68 98 / 19%);
}
.author-details .section-header {
width: 100%;
display: block;
margin-bottom: 1.5rem;
}
.author-details .media {
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.author-details .media .auth-mata {
-ms-flex-item-align: start;
align-self: flex-start;
-ms-flex-negative: 1;
flex-shrink: 1;
-ms-flex-positive: 0;
flex-grow: 0;
margin-right: 1.5rem;
}
.author-details .media .auth-mata img {
width: 100px;
border-radius: 10px;
}
.author-details .media .media-body {
flex-basis: 80%;
-ms-flex-negative: 1;
flex-shrink: 1;
-ms-flex-positive: 0;
flex-grow: 0;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
.author-details .media .media-body h4 {
margin-bottom: .5rem;
}
.author-details .media .media-body h4 a {
text-decoration: none;
color: inherit;
}
.author-details .media .media-body h4 a:hover,
.author-details .media .media-body h4 a:focus {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.media-body.author-meta-det .av-btn {
display: table;
margin: 6px 0 0 0;
flex-shrink: 0;
}
.comments-area {
margin-top: 40px;
}
.single-comments-title, .comments-title {
margin-bottom: 30px;
text-align: left;
}
.comment-reply-title,
.comments-title {
padding-bottom: 15px;
position: relative;
z-index: 0;
}
.comment-reply-title:after,
.comments-title:after {
content: "";
bottom: 0;
left: 0;
width: 103px;
height: 4px;
background: var(--sp-gradient1);
position: absolute;
z-index: -1;
}
.comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.comments-area li {
list-style: none;
}
.comments-area .comment-body {
position: relative;
padding-left: 120px;
min-height: 120px;
overflow-wrap: break-word;
word-wrap: break-word;
border-radius: 3px;
z-index: 0;
margin-bottom: 30px;
}
.comment-list .children .comment-body {
background: #f5f6fa;
padding: 20px;
padding-left: 140px;
border-radius: 8px;
}
.children .comment-body .comment-meta .comment-author img {
left: 20px;
top: 20px;
}
.comments-area .comment-meta {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: flex-start;
align-items: flex-start;
-ms-flex-direction: column;
flex-direction: column;
}
.comments-area .comment-meta .comment-author img {
position: absolute;
z-index: 0;
left: 0;
top: 6px;
width: 90px;
border-radius: 100px;
}
.comment-meta .comment-metadata {
width: 100%;
line-height: 1.5;
font-size: 15px;
display: inline-flex;
flex-wrap: wrap;
justify-content: space-between;
}
.comments-area .comment-meta .comment-author {
font-size: 20px;
}
.comments-area .comment-meta .comment-author .fn {
font-weight: 700;
}
.comments-area .comment-meta .comment-author a {
text-decoration: none;
color: inherit;
}
.comments-area .comment-meta .comment-author a:hover,
.comments-area .comment-meta .comment-author a:focus {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.comment-content {
position: relative;
z-index: 0;
padding: 1em 2.35rem 1em 0;
}
.comment-content p {
margin: 0;
}
.comment-metadata .edit-link,
.comment-body .reply {
position: relative;
z-index: 0;
}
.comment-metadata .edit-link a, .comment-body .reply a {
padding-left: 5px;
font-weight: 600;
text-decoration: none;
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.comment-metadata .edit-link:before {
content: "\f044";
font-family: FontAwesome;
}
.comment-body .reply:before {
content: "\f112";
font-family: FontAwesome;
}
.comment-metadata .edit-link:before, .comment-body .reply:before {
font-size: 15px;
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.comment-meta .comment-metadata > a {
color: inherit;
text-decoration: none;
}
.comment-meta .comment-metadata > a:hover,
.comment-meta .comment-metadata > a:focus {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.comment-metadata .edit-link:before {
vertical-align: text-top;
}
.comment-body .reply {
text-align: right;
}
.comment-list .children {
position: relative;
padding: 0;
margin: 0;
margin-left: 2.5rem;
z-index: 0;
}
#cancel-comment-reply-link {
color: var(--sp-primary);
text-decoration: underline;
}
#cancel-comment-reply-link:hover,
#cancel-comment-reply-link:focus {
text-decoration: none;
}
.comment-respond {
margin-top: 40px;
padding: 50px;
background: #f5f6fa;
border-radius: 10px;
}
.comment-reply-title {
text-align: left;
margin-bottom: 16px;
}
.comment-form {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
}
.comment-form > p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
flex: auto;
}   .comment-form p.comment-form-url:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
margin-left: 0;
}
@media (max-width: 991px) {
.comment-form > p:nth-child(2n+1):not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit),
.comment-form > p:not(.comment-notes):not(.comment-form-comment):not(.comment-form-cookies-consent):not(.form-submit) {
max-width: 100%;
flex-basis: 100%;
margin-left: 0;
}
}
.comment-form-comment {
max-width: 100%;
flex-basis: 100%;
}
.comment-form > p:not(:last-child) {
margin-bottom: 30px;
}
.comment-form-cookies-consent, .form-submit {
width: 100%;
}
.comment-respond form input[type="text"],
.comment-respond form input[type="email"],
.comment-respond form input[type="url"],
.comment-respond form input[type="number"],
.comment-respond form textarea {
background: #ffffff;
}
.comment-respond form input[type="text"]:focus,
.comment-respond form input[type="email"]:focus,
.comment-respond form input[type="url"]:focus,
.comment-respond form input[type="number"]:focus,
.comment-respond form textarea:focus {
background: #f5f6fa;
}      .footer-section {
color: #ffffff;
overflow: hidden;
}
.footer-section.footer-two {
background: var(--sp-gradient2);
}
.footer-above {
display: flow-root;
}
.footer-one .footer-above {
background: rgb(0 0 0 / 100%);
border-bottom: 1px solid rgb(189 189 189 / 0.45);
}
.footer-one .footer-above .av-columns-area {
margin-bottom: 0;
}
.footer-one .footer-above [class*='av-column-'] {
margin-bottom: 0;
border-left: 1px solid rgb(189 189 189 / 0.45);
}
.footer-one .footer-above [class*='av-column-']:first-child {
border-left: 0;
}
.footer-one .footer-above .widget-contact {
padding: 50px 15px;
}
.footer-one .footer-above .contact-icon {
margin-right: 15px;
font-size: 54px;
height: 55px;
}
.footer-one .footer-above .contact-icon img {
width: 54px;
}
.footer-one .footer-above .contact-info span.text {
margin-bottom: 6px;
}
.footer-one .footer-above .contact-info span.title {
font-size: 20px;
font-weight: 600;
}
.footer-above .contact-info {
color: #ffffff;
}
.footer-two .footer-above {
padding: 35px 0;
}
.footer-two .footer-above .widget-contact {
padding: 8px;
border: 1px dashed #ffffff;
}
.footer-two .footer-above .contact-area {
padding: 20px 15px;
background: var(--sp-gradient1);
}
.footer-two .footer-above .contact-icon {
font-size: 20px;
background: rgb(255 255 255 / 25%);
width: 40px;
height: 40px;
text-align: center;
justify-content: center;
border-radius: 100%;
}
.footer-two .footer-above .contact-icon i {
background: none;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
}
.footer-two .footer-above .contact-info span.text {
font-size: 14px;
}
.footer-two .footer-above .contact-info span.title {
font-weight: 600;
}
.footer-main {
position: relative;
padding: 80px 0;
overflow: hidden;
z-index: 0;
}
.footer-section .footer-info-overwrap {
display: none;
}
.footer-one .footer-main .footer-info-overwrap {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 1px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 0;
}
.footer-one .footer-main .footer-info-overwrap:after {
content: '';
position: absolute;
right: 0;
top: -25%;
bottom: 0;
height: 155%;
border-right: 1px solid rgb(189 189 189 / 0.45);
}
.footer-one .footer-info-overwrap .icon {
width: 55px;
height: 55px;
position: absolute;
text-align: center;
line-height: 55px;
background: var(--sp-gradient1);
color: #ffffff;
font-size: 30px;
border-radius: 100px;
z-index: 1;
}
.footer-one .footer-info-overwrap .icon a {
color: #fff;
}
.footer-one .footer-info-overwrap .icon:before,
.footer-one .footer-info-overwrap .icon:after {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
z-index: -1;
bottom: 0;
left: 0;
border-radius: 50%;
background: var(--sp-gradient1);
opacity: 0.6;
}
.footer-one .footer-info-overwrap .icon:before {
-webkit-animation: ripple 2s linear infinite;
animation: ripple 2s linear infinite;
}
.footer-one .footer-info-overwrap .icon:after {
-webkit-animation: ripple 2s linear 1s infinite;
animation: ripple 2s linear 1s infinite;
}
@-webkit-keyframes ripple {0%{transform:scale(1)}75%{transform:scale(1.5);opacity:0.3}to{transform:scale(1.75);opacity:0}}
@keyframes ripple {0%{transform:scale(1)}75%{transform:scale(1.5);opacity:0.3}to{transform:scale(1.75);opacity:0}}
.footer-section .widget p {
line-height: 2;
}
.footer-badge {
margin-top: 24px;
}
.footer-badge img {
display: inline-block;
margin-left: 12px;
}
.footer-badge img:first-child {
margin-left: 0;
}
.footer-main .contact-area {
margin-bottom: 25px;
align-items: flex-start;
}
.footer-main .contact-area:last-child {
margin-bottom: 0;
}
.footer-main .contact-icon {
font-size: 35px;
height: 35px;
}
.footer-main .contact-info span.title {
font-size: 18px;
font-weight: 600;
}
.footer-main .contact-info span.text {
margin-top: 5px;
}
.footer-one .footer-copyright {
background: rgb(0 0 0 / 60%);
border-top: 1px solid rgb(189 189 189 / 0.45);
}
.footer-copyright .av-column-12 .share-toolkit,
.footer-copyright .av-column-12 .widget-left {
margin-bottom: 20px;
}
.footer-copyright .site-title {
position: inherit;
}
.footer-two .footer-copyright .av-columns-area {
border-top: 1px solid rgb(189 189 189 / 0.45);
}
.footer-copyright .av-columns-area,
.footer-copyright .av-columns-area [class*='av-column-'] {
margin-bottom: 0;
}
.footer-copyright .widget-left,
.footer-copyright .widget-right,
.footer-copyright .widget-center {
min-height: 100px;
}
.footer-one .footer-copyright .av-columns-area [class*='av-column-'] {
border-left: 1px solid rgb(189 189 189 / 0.45);
}
.footer-one .footer-copyright .av-columns-area [class*='av-column-']:first-child {
border-left: 0;
}
.footer-copyright .logo {
margin: auto;
}
.footer-copyright .widget ul {
margin-top: -0.75rem;
}
.footer-copyright .widget li {
display: inline-block;
margin-top: 0.75rem;
}
.footer-copyright .widget:not(.widget_social_widget) li:not(:last-child) {
margin-right: 1.25rem;
}
.footer-copyright .widget:not(.widget-info):not(.widget_social_widget):not(.widget_meta) li:not(:first-child) a {
padding-left: 22px;
border-left: 1px solid #ffffff;
}
.footer-copyright .widget_nav_menu ul.menu > li > a {
line-height: 20px;
}
.widget-right .widget:last-child {
padding-right: 0;
}  .scrollup {
position: fixed;
bottom: 40px;
right: 40px;
width: 42px;
height: 42px;
line-height: 42px;
padding: 0;
font-size: 16px;
text-align: center;
cursor: pointer;
color: #ffffff;
background-color: var(--sp-gradient1);
border: none;
outline: none;
border-radius: 8px;
box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
transform: scale(0) translateY(100px);
-webkit-transform: scale(0) translateY(100px);
transition: all .4s ease;
-webkit-transition: all .4s ease;
z-index: 99;
visibility: hidden;
opacity: 0;
}
.scrollup i {
display: inline-block;
-webkit-transition: .4s all;
transition: .4s all;
}
@keyframes upFxD {
49% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
50% {
opacity:0;-ms-filter:"alpha(opacity=0)";
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
51% {
opacity:1;
-ms-filter:"alpha(opacity=100)"
}
}
@-webkit-keyframes {
49% {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
50% {
opacity:0;-ms-filter:"alpha(opacity=0)";
-webkit-transform:translateY(100%);
transform:translateY(100%)
}
51% {
opacity:1;
-ms-filter:"alpha(opacity=100)"
}
}
.scrollup.is-active:hover i,
.scrollup.is-active:focus i {    
-webkit-animation: upFxD .4s forwards;
animation: upFxD .4s forwards;
}
.scrollup.is-active {
transform: scale(1) translateY(0);
-webkit-transform: scale(1) translateY(0);
opacity: 1;
visibility: visible;
}
.scrollup.is-active:hover,
.scrollup.is-active:focus {
color: var(--sp-white);
transform: scale(1.3) translateY(0);
-webkit-transform: scale(1.3) translateY(0);
box-shadow: 0 27px 20px -18px #000;
}
.footer-section.footer-two .footer-copyright {
position: relative;
z-index: 0;
}
.footer-section.footer-two .scrollup {
position: absolute;
left: 0;
right: 0;
top: -20px;
margin: 0 auto;
-webkit-transform: none;
transform: none;
opacity: 1;
visibility: visible;
background: var(--sp-gradient2);
border: 1px solid rgb(189 189 189 / 0.45);
}
.footer-section.footer-two .scrollup:hover,
.footer-section.footer-two .scrollup:focus {
background: #ffffff;
}
.footer-section.footer-two .scrollup i {
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 22px;
font-weight: 900;
}  @keyframes animationFramesOne{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(73px,-1px) rotate(36deg)}40%{transform:translate(141px,72px) rotate(72deg)}60%{transform:translate(83px,122px) rotate(108deg)}80%{transform:translate(-40px,72px) rotate(144deg)}to{transform:translate(0) rotate(0deg)}}
@keyframes moveleftbounce{0%{transform:translateX(0px)}50%{transform:translateX(20px)}100%{transform:translateX(0px)}}
@keyframes bounce_one{0%{transform:translateY(-0.625rem)}50%{transform:translateY(0.625rem)}to{transform:translateY(-0.625rem)}}
.shapes-section {
position: relative;
overflow: hidden;
z-index: 0;
}
.shape1 {
position: absolute;
left: 3%;
top: 7%;
z-index: -1;
}
.shape1 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape2 {
position: absolute;
top: 7%;
right: 8%;
z-index: -1;
}
.shape2 img {
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.shape3 {
position: absolute;
left: -8%;
bottom: 30px;
z-index: -1;
}
.shape3 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape4 {
position: absolute;
right: 4%;
bottom: 30%;
z-index: -1;
}
.shape4 img {
-webkit-animation: animationFramesOne 20s linear infinite;
animation: animationFramesOne 20s linear infinite;
}
.shape5 {
position: absolute;
top: 42.5%;
left: 7%;
z-index: -1;
}
.shape5 img {
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.shape6 {
position: absolute;
top: 4%;
right: 34%;
z-index: -1;
}
.shape6 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape7 {
position: absolute;
top: 10%;
left: 13%;
z-index: -1;
}
.shape7 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape8 {
position: absolute;
top: 10%;
right: 4.5%;
z-index: -1;
}
.shape8 img {
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.shape9 {
position: absolute;
top: 38%;
left: -1.2%;
z-index: -1;
}
.shape9 img {
-webkit-animation: animationFramesOne 20s linear infinite;
animation: animationFramesOne 20s linear infinite;
}
.shape10 {
position: absolute;
top: 54%;
right: 1%;
z-index: -1;
}
.shape10 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape11 {
position: absolute;
bottom: 1%;
left: 4%;
z-index: -1;
}
.shape11 img {
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.shape12 {
position: absolute;
right: 1.5%;
bottom: 5%;
}
.shape12 img {
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.shape13 {
position: absolute;
top: 12%;
left: 8%;
z-index: -1;
}
.shape13 img {
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.shape14 {
position: absolute;
top: -10%;
right: -6%;
z-index: -1;
}
.shape14 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape15 {
position: absolute;
bottom: 16%;
left: 5%;
z-index: -1;
}
.shape15 img {
-webkit-animation: animationFramesOne 20s linear infinite;
animation: animationFramesOne 20s linear infinite;
}
.shape16 {
position: absolute;
bottom: 16%;
right: 3%;
z-index: -1;
}
.shape16 img {
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.shape17 {
position: absolute;
top: 6%;
left: 2%;
z-index: -1;
}
.shape17 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape18 {
position: absolute;
bottom: 6%;
left: 5%;
z-index: -1;
}
.shape18 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape19 {
position: absolute;
top: 10%;
right: 3%;
z-index: -1;
}
.shape19 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape20 {
position: absolute;
top: 6%;
left: 9%;
z-index: -1;
}
.shape20 img {
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.shape21 {
position: absolute;
top: 7%;
right: 4%;
z-index: -1;
}
.shape21 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape22 {
position: absolute;
bottom: 15%;
left: 7%;
z-index: -1;
}
.shape22 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape23 {
position: absolute;
bottom: 15%;
right: 6%;
z-index: -1;
}
.shape23 img {
-webkit-animation: animationFramesOne 20s linear infinite;
animation: animationFramesOne 20s linear infinite;
}
.shape24 {
position: absolute;
top: 50%;
right: 9%;
z-index: -1;
}
.shape24 img {
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.shape25 {
position: absolute;
bottom: 7%;
right: 3%;
z-index: -1;
}
.shape25 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape26 {
position: absolute;
bottom: 8%;
right: 26%;
z-index: -1;
}
.shape26 img {
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.shape27 {
position: absolute;
top: 8%;
right: 4%;
z-index: -1;
}
.shape27 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape28 {
position: absolute;
top: 26%;
right: 23%;
z-index: -1;
}
.shape28 img {
-webkit-animation: animationFramesOne 20s linear infinite;
animation: animationFramesOne 20s linear infinite;
}
.shape29 {
position: absolute;
top: 50%;
right: 30%;
z-index: -1;
}
.shape29 img {
-webkit-animation: animationFramesOne 20s linear infinite;
animation: animationFramesOne 20s linear infinite;
}
.shape30 {
position: absolute;
top: 10%;
left: 34%;
z-index: -1;
}
.shape30 img {
-webkit-animation: moveleftbounce 5s linear infinite;
animation: moveleftbounce 5s linear infinite;
}
.shape31 {
position: absolute;
top: 7%;
left: 2%;
z-index: -1;
}
.shape31 img {
-webkit-animation: bounce_one 5s linear infinite;
animation: bounce_one 5s linear infinite;
}
.shape32 {
position: absolute;
top: 42%;
left: 12%;
z-index: -1;
}
.shape32 img {
-webkit-animation: rotate 20s linear infinite;
animation: rotate 20s linear forwards infinite;
}
.shape33 {
position: absolute;
bottom: 5%;
left: 4%;
z-index: -1;
}
.shape33 img {
-webkit-animation: rotate 20s linear infinite;
animation: rotate 20s linear forwards infinite;
}
.shape34 {
position: absolute;
bottom: 14%;
left: 35%;
z-index: -1;
}
.shape34 img {
-webkit-animation: animationFramesOne 20s linear infinite;
animation: animationFramesOne 20s linear infinite;
}
.shape35 {
position: absolute;
bottom: 6%;
left: 35%;
z-index: -1;
}
.shape35 img {
-webkit-animation: animationFramesOne 20s linear infinite;
animation: animationFramesOne 20s linear infinite;
}
.shape36 {
position: absolute;
bottom: 2%;
left: 28%;
z-index: -1;
}
.shape36 img {
-webkit-animation: animationFramesOne 20s linear infinite;
animation: animationFramesOne 20s linear infinite;
}  .breadcrumb-area {
width: 100%;
position: relative;
z-index: 1;
overflow: hidden;
height: auto;
display: block;
color: #ffffff;
background-attachment: scroll;
background-size: cover;
background-position: center center;
box-shadow: 0 6px 20px -4px rgb(0 0 0 / 25%);
}
.breadcrumb-area:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: var(--sp-secondary-dark);
z-index: 0;
opacity: 0.75;
}
.breadcrumb-area .av-columns-area, .breadcrumb-area .av-column-12 {
margin-bottom: 0;
}
.breadcrumb-content {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
width: 100%;
height: 100%;
padding: 35px 0;
min-height: 246px;
}
.breadcrumb-heading {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
padding: 0; height: 100%;
width: 100%;
max-width: 50%;
}
.breadcrumb-heading h2 {
margin-bottom: 0;
display: inline-block;
border: 0 solid transparent;
}
.breadcrumb-list {
flex-shrink: 0;
list-style: none;
width: 100%;
max-width: 50%;
padding: 13px 35px;
position: relative;
border-radius: 100px;
margin: 0;
z-index: 0;
}
.breadcrumb-list:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
background: var(--sp-gradient1);
border-radius: 100px;
width: 100%;
height: 100%;
z-index: -1;
}
.breadcrumb-list li {
display: inline-block;
word-break: break-word;
}
.breadcrumb-list li i {
vertical-align: middle;
}
.breadcrumb-list li i.fa.fa-chevron-right {
font-size: 80%;
margin-right: 2px;
}
.breadcrumb-list li span {
color: var(--sp-primary);
display: inline-block;
}
.breadcrumb-content .breadcrumb-list li a {
text-decoration: none;
color: #ffffff;
}
.breadcrumb-content .breadcrumb-list li i {
display: inline-block;
vertical-align: baseline;
}
.breadcrumb-center .breadcrumb-content {
-ms-flex-direction: column;
flex-direction: column;
justify-content: center;
}
.breadcrumb-center .breadcrumb-heading {
text-align: center;
}
.breadcrumb-center .breadcrumb-list {
text-align: center;
width: max-content;
}
.breadcrumb-right .breadcrumb-content {
flex-direction: row-reverse;
}
.breadcrumb-right .breadcrumb-list,
.breadcrumb-right .breadcrumb-heading {
text-align: right;
}
.breadcrumb-left .breadcrumb-list,
.breadcrumb-left .breadcrumb-heading {
text-align: left;
}
.breadcrumb-center .breadcrumb-list:before {
left: 0;
right: 0;
}
.breadcrumb-left .breadcrumb-list:before,
.breadcrumb-right .breadcrumb-list:before {
width: 200%;
}
.breadcrumb-left .breadcrumb-list:before {
left: 0;
}
.breadcrumb-right .breadcrumb-list:before {
right: 0;
}
.breadcrumb-left .breadcrumb-heading h2 {
border-left-width: 4px;
border-image-slice: 0 0 0 1;
padding-left: 16px;
border-image-source: var(--sp-gradient1);
}
.breadcrumb-right .breadcrumb-heading h2 {
border-right-width: 4px;
border-image-slice: 0 1 0 0;
padding-right: 16px;
border-image-source: var(--sp-gradient1);
}
.breadcrumb-center .breadcrumb-heading h2 {
border-bottom-width: 4px;
border-image-slice: 0 0 1 0;
padding-bottom: 4px;
margin-bottom: 20px;
border-image-source: var(--sp-gradient1);
}  .section404 {
padding: 190px 0;
}
.card404 h1 {
font-size: 220px;
line-height: 165px;
max-height: 160px;
margin-bottom: 40px;
display: inline-table;
}
.card404 .card404icon {
display: inline-block;
margin: 0 15px;
width: 160px;
height: 160px;
font-size: 70px;
color: #ffffff;
overflow: hidden;
vertical-align: top;
position: relative;
z-index: 0;
background: var(--sp-gradient1);
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.card404 .card404icon:after, .card404 .card404icon:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
z-index: -1;
clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.card404 .card404icon:before {
width: 130px;
height: 130px;
background: #ffffff;
}
.card404 .card404icon:after {
background: var(--sp-gradient1);
width: 122px;
height: 122px;
}
.card404 h4 {
font-size: 36px;
margin-bottom: 20px;
}
.card404 p {
margin-bottom: 20px;
}
.card404-btn a {
margin-right: 10px;
}
.card404-btn a:last-child {
margin-right: 0;
}  .gallery-item {
border-radius: 0;
overflow: hidden;
}
[class^='av-column-'] figure.gallery-item {
margin: 0;
}
.av-load-item {
display: none;
}
.loadspinner i:before {
display: inline-block;
animation: 0.8s spin 0.4s linear forwards infinite;
}
@keyframes spin{from{transform:rotate(0deg) scale(1)}to{transform:rotate(360deg)}}
.gallery-item {
position: relative;
overflow: hidden;
cursor: pointer;
background: var(--sp-gradient2);
}
.gallery-icon {
position: relative;
overflow: hidden;
}
.gallery-icon:before {
content: '';
position: absolute;
width: 100%;
bottom: 0;
top: 0;
height: 100%;
background: rgba(0, 0, 0, 0.6);
right: 0;
left: 0;
opacity: 0;
transition: all 150ms ease-in-out 200ms;
}
.gallery-item:hover .gallery-icon:before,
.gallery-item:focus-within .gallery-icon:before {
opacity: 1;
transition: all .5s;
}
.gallery-item .gallery-popup-icon a {
border-radius: 100%;
display: inline-block;
text-align: center;
}
figure.gallery-item .gallery-popup-icon a:last-child {
margin-right: 0;
}
.gallery-item figcaption {
width: 100%;
padding: 24px 26px;
color: #ffffff;
margin: 0;
font-style: normal;
background: var(--sp-gradient1);
}
.gallery-caption h4 {
font-size: 20px;
font-weight: 600;
margin-bottom: 0;
}
.gallery-caption p {
margin-top: 8px;
margin-bottom: 0;
}
.gallery-two .gallery-thumb-text,
.gallery-one .gallery-popup-icon {
position: absolute;
left: 0;
right: 0;
text-align: center;
top: 65%;
padding: 0 30px;
width: 100%;
display: flex;
justify-content: center;
opacity: 0;
z-index: 1;
}
.gallery-one .gallery-item .gallery-popup-icon a {
width: 50px;
height: 50px;
line-height: 50px;
font-size: 20px;
margin-right: 10px;
background: var(--sp-gradient1);
color: #ffffff;
opacity: 0;
-webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
transition: all .45s cubic-bezier(.645,.045,.355,1);
}
.gallery-one .gallery-item .gallery-popup-icon a {
transform: translateX(-30px);
-webkit-transform: translateX(-30px);
}
.gallery-one .gallery-item .gallery-popup-icon a:nth-child(2) {
transform: translateX(30px);
-webkit-transform: translateX(30px);
}
.gallery-two .gallery-thumb-text {
top: 34%;
}
.gallery-two .gallery-thumb-text p {
margin-bottom: 0;
color: #ffffff;
transform: translateY(30px);
-webkit-transform: translateY(30px);
opacity: 0;
-webkit-transition: all .45s cubic-bezier(.645,.045,.355,1);
transition: all .45s cubic-bezier(.645,.045,.355,1);
}
.gallery-two .gallery-popup-icon a {
background: #ffffff;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 18px;
margin-right: 5px;
opacity: 0;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,200%,0);
transform: translate3d(0,200%,0);
}
.gallery-two .gallery-item figcaption {
position: absolute;
bottom: 0;
left: 0;
opacity: 0;
transform: translateY(30px);
-webkit-transform: translateY(30px);
overflow: hidden;
-webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
transition: all .35s cubic-bezier(.645,.045,.355,1);
z-index: 1;
}
.gallery-two .gallery-item figcaption {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 16px 26px;
}
.gallery-two .gallery-item figcaption h4,
.gallery-two .gallery-item figcaption .gallery-popup-icon {
margin: 5px 0;
}
.gallery-two .gallery-item:hover .gallery-thumb-text p,
.gallery-two .gallery-item:focus-within .gallery-thumb-text p {
opacity: 1;
transform: translateY(0px);
-webkit-transform: translateY(0px);
}
.gallery-two .gallery-item:hover .gallery-popup-icon a,
.gallery-two .gallery-item:focus-within .gallery-popup-icon a {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.gallery-two .gallery-item:hover .gallery-popup-icon a:nth-child(2),
.gallery-two .gallery-item:focus-within .gallery-popup-icon a:nth-child(2) {
-webkit-transition-delay: 0.15s;
transition-delay: 0.15s;
}
.gallery-one .gallery-item:hover .gallery-popup-icon a,
.gallery-one .gallery-item:focus-within .gallery-popup-icon a {
opacity: 1;
transform: translateX(0px);
-webkit-transform: translateX(0px);
}
.gallery-two .gallery-item:hover .gallery-thumb-text,
.gallery-two .gallery-item:focus-within .gallery-thumb-text,
.gallery-one .gallery-item:hover .gallery-popup-icon,
.gallery-one .gallery-item:focus-within .gallery-popup-icon {
opacity: 1;
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.gallery-two .gallery-item:hover figcaption,
.gallery-two .gallery-item:focus-within figcaption {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
}  .cta-section {
width: 100%;
height: 100%;
min-height: 176px;
background-size: cover;
background-position: top left;
background-color: rgb(5 5 31 / 90%);
background-blend-mode: overlay;
position: relative;
z-index: 0;
}
.cta-overlay {
padding: 45px 0;
position: relative;
z-index: 0;
}
.cta-overlay:before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 43.6%;
height: 100%;
background: var(--sp-gradient1);
clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
opacity: 0.6;
z-index: 0;
}
.cta-section:after{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.9;
background: #202049 none repeat scroll 0 0;
z-index: -1;
}
.cta-content-wrap {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
z-index: 1;
}
.cta-content .cta-icon-wrap {
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
left: -80px;
margin: auto 0;
width: 50px;
height: 50px;
background: var(--sp-gradient2);
border-radius: 100px;
color: #ffffff;
text-align: center;
line-height: 50px;
font-size: 25px;
}
.cta-content .cta-icon-wrap:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 50px;
height: 50px;
margin: auto;
-webkit-animation: ripple 1.6s ease-out infinite;
animation: ripple 1.6s ease-out infinite;
-webkit-animation-delay: 3s;
animation-delay: 3s;
border-radius: 100%;
background: var(--sp-gradient1);
opacity: 0.6;
z-index: -1;
}
.cta-content {
max-width: 435px;
}
.cta-content h4 {
font-size: 24px;
background: var(--sp-gradient1);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.cta-content p {
color: #ffffff;
margin-bottom: 0;
margin-top: 8px;
}
.call-wrapper {
position: relative;
display: flex;
align-items: center;
justify-content: flex-start;
color: #ffffff;
z-index: 0;
}
.call-wrapper .call-icon-box {
font-size: 80px;
height: 80px;
line-height: 90px;
margin-right: 16px;
}
.call-wrapper .cta-info .call-title {
font-size: 17px;
margin-bottom: 6px;
}
.call-wrapper .cta-info .call-phone {
font-size: 25px;
font-weight: 700;
}
.call-wrapper .cta-info .call-phone a {
color: #ffffff;
text-decoration: none;
}
.cta-content-wrap .cta-btn {
padding-left: 20px;
} .itemImg {
display: block;
height: 100%;
width: 100%;
}
.itemImg canvas {
height: 100%;
}
.itemImg img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
}
.js .itemImg img {
display: none;
} .bg-sticky {
position: absolute;
top: 15px;
right: 15px;
display: block;
text-align: center;
letter-spacing: 0.5px;
font-size: 16px;
font-weight: 600;
padding: 0 .62em;
line-height: 30px;
border-radius: 3px;
color: var(--sp-white);
z-index: 9;
}
.bg-sticky.rounded-circle {
border-radius: 100%;
} .aligncenter {
margin-left: auto;
margin-right: auto;
}
blockquote.wp-block-quote.has-text-color p,blockquote.wp-block-quote.has-text-color p var,blockquote.wp-block-quote.has-text-color p cite,blockquote.wp-block-quote.has-text-color cite {
color: inherit;
} .info-section-one .info-wrapper.av-column-2 .widget-contact, .info-section-one .info-wrapper.av-column-4 .widget-contact, .info-section-one .info-wrapper.av-column-3 .widget-contact {
border-left: 0;
} .info-section-one {
position: relative;
}
@media (min-width: 992px) {
.info-section-one {
padding:0;
position: relative;
}
}
@media (max-width: 992px) {
.info-section-one .info-wrapper {
margin-bottom: 20px;
}
}
.info-section-one .info-wrapper2 {
background: transparent;
}
.info-section-one .info-wrapper2.style-6 .widget-contact {
position: relative;
background: #fff;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1px 2px;
padding: 42px 22px;
}
.info-section-one .info-wrapper2.style-6 .widget-contact::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 100%;
width: 110px;
clip-path: polygon(0 0, 0% 100%, 100% 100%);
background: var(--sp-gradient1) ;
border-radius: 5px 0 0 5px;
}
.info-section-one .contact-info a {
text-decoration: none;
}
.info-section-one .contact-info a span {
font-size: 22px;
background: var(--sp-secondary);
background-clip: text;
color: transparent;
}
.info-wrapper2.style-6 .widget.widget-contact .contact-area span.text {
font-size: 20px;
font-weight: 700;
background: var(--sp-secondary);
background-clip: text;
color: transparent;
}
.info-wrapper2.style-6 .widget.widget-contact .contact-area .contact-icon{
width: 70px;
height: 70px;
}
.info-wrapper2.style-6 .widget-contact .contact-icon {
background: var(--sp-secondary);
border-radius: 50%;
margin-right: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.info-section-one .info-wrapper2.style-6 .widget-contact .contact-icon i {
font-size: 40px;
}
.av-btn i {
width: 40px;
height: 40px;
line-height: 40px;
}
.av-btn {
padding: 3px 12px;
line-height: 40px;
}
.av-columns-area [class*='column-2']  {
border-radius: 5px !important;
}
.av-columns-area [class*='column-2'] + .av-column-2  {
border-radius: 0 5px 5px 0 !important;
}
.av-columns-area [class*='column-2']:has(+ .av-column-2)  {
border-radius:  5px 0 0 5px  !important;
}
@media (min-width: 601px) and (max-width: 991px) {
.info-section-one .info-wrapper2 .widget-contact .contact-area .title {
font-size: 18px;
}
}
@media (max-width: 991px) {
.info-section-one .widget-contact .contact-area .title {
font-size: 18px;
}
}
.info-wrapper2.style-6 .widget.widget-contact .contact-area span.title {
font-size: 16px;
font-weight: 400;
color: var(--sp-secondary);
margin: 0;
}
.info-section-one .info-wrapper.av-column-2 + .av-column-2 .widget-contact {
border-left: 1px solid rgb(189 189 189 / 0.45);
}  .info-section-one .style-4 .widget-contact .contact-area {
flex-direction: row;
}
.info-section-one .header-8-info{
background: none;
}
.info-section-one .style-4 .contact-info .title {
color: var(--sp-secondary);
margin-bottom: 5px;
}
.info-section-one .contact-info a {
text-decoration: none;
}
.info-section-one .contact-info .description p {
color: #000000;
font-size: 12px;
margin-bottom: 0;
}
.info-section-one .style-4 .widget-contact {
padding: 10px;
border-radius: 3%;
background: linear-gradient(116deg, var(--sp-primary) 0%, var(--sp-primary2) 43%, var(--sp-secondary) 45%, var(--sp-secondary2) 65%);
}
.info-section-one .style-4 .widget-contact .contact-area {
background-color: #fff;
padding: 10px 10px;
justify-content: left;
}
.info-section-one .style-4 .contact-area .contact-icon i {
font-size: 30px;
}
.info-section-one .contact-area .contact-icon i {
background: #fff;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.info-section-one .style-4 .widget-contact .contact-icon {
background: linear-gradient(90deg, var(--sp-primary2) 36%, var(--sp-primary) 124%);
height: 114px;
width: 50px;
justify-content: center;
border-radius: 5%;
margin-bottom: 0;
margin-right: 10px;
}
.info-section-one .widget-contact .contact-info {
text-align: start;
}
.info-section-one .info-wrapper.style-4  .contact-info span.text{
font-size: 20px;
}
.info-section-one .info-wrapper .contact-info span.text{
color: var(--sp-secondary);
font-weight: 600;
}
.info-section-one .info-wrapper.style-4 {
margin: 0 15px;
background: transparent;
padding:0;
}
.info-wrapper2.style-4 .widget.widget-contact .contact-info .text{
color: var(--sp-secondary);
font-weight: 700;
}
.info-wrapper2.style-4 .widget.widget-contact .contact-info .description{
font-size: 14px;
font-weight: 400;
}
@media (max-width: 767px) {
.info-section-one .widget-contact .contact-area {
justify-content: left;
text-align: left;
}
}
@media (min-width: 992px) {
.info-section-one.av-py-default{
padding: 100px 0 0 0;
}
}
@media (max-width: 992px) {
.info-section-one .info-wrapper.style-4{
margin-bottom: 30px;
}
}  .info-section .style-5 .widget .contact-above {
display: flex;
align-items: center;
border-bottom: 1px solid var(--sp-primary2);
}
.info-section-one .style-5 {
background: transparent;
}
.info-wrapper2.style-5 .widget.widget-contact {
background: #fff;
border-radius: 5px;
transition: 0.5s;
padding: 0;
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1px 2px;
}
.info-section-one .style-5 .widget:hover {
background: var(--sp-gradient1);
}
.info-section-one .style-5 .widget:hover .contact-above {
border-bottom: 1px solid #fff;
}
.info-section-one .style-5 .widget:hover .contact-icon {
background: #FFFFFF;
}
.info-section-one .style-5 .widget:hover .contact-icon i {
background: var(--sp-gradient1);
background-clip: text;
-webkit-text-fill-color:var(--sp-primary) ;
}
.info-section-one .style-5 .widget:hover .contact-below .contact-info .description {
color: #fff;
}
.info-section .style-5 .contact-above .contact-info a {
text-decoration: none;
}
.info-wrapper2.style-5 .widget.widget-contact .contact-area span.title  {
font-weight: 700;
font-size: 22px;
color: var(--sp-secondary);
text-align: start;
}
.info-wrapper2.style-5 .widget.widget-contact:hover .contact-area span.title {
color: #fff;
}
.info-section-one .style-5 .widget-contact .contact-area {
display: block;
}
.info-section-one .style-5 .widget-contact .contact-icon{
margin-right: 10px;
margin-bottom: 0;
background: var(--sp-gradient1);
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
border-top-left-radius: 5px;
}
.info-section-one .style-5 .contact-icon i {
background-color: #fff;
background-clip: text;
-webkit-text-fill-color: #fff;
font-size: 45px;
}
.style-5 .contact-below .contact-info .description {
color: #000;
text-align: start;
}
.style-5 .contact-below .contact-info .description p {
margin-bottom: 0;
font-size: 16px;
}
.info-section-one .style-5 .widget-contact .contact-area:hover p{
color: #fff;
}
.style-5 .contact-below .contact-info {
padding: 20px;
border-bottom: 2px solid var(--sp-primary2);
width: 100%;
}@media (min-width: 992px) {
.footer-parallax .footer-section {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: -1;
}
.footer-parallax .gradiant-content {
position: relative;
margin-bottom: 756px;
background-color: #ffffff;
box-shadow: 0 5px 10px 0 rgb(51 51 51 / 50%);
z-index: 1;
}
.mobile-logo,
.theme-mobile-menu {
display: none;
}
.gallery-area .gallery-item {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.main-slider .owl-nav [class*=owl-] {
top: -60px;
}
.features-section .featuresbgwrapper {
position: inherit;
}
.featuresbgwrapper .features-image-wrap img {
max-width: 900px;
max-height: 570px;
position: absolute;
bottom: 50px;
}
.info-section-one .info-wrapper {
margin: 0;
}
.av-column-5.funfact-person {
position: unset;
}
.header.header-eight +.gradiant-content .breadcrumb-area {
padding-top: 162px;
}
.header.header-three +.gradiant-content .breadcrumb-area,
.header.header-two +.gradiant-content .breadcrumb-area {
padding-top: 305px;
}
.header.header-three +.gradiant-content .slider-wrapper .main-slider .item,
.header.header-two +.gradiant-content .slider-wrapper .main-slider .item {
min-height: 820px;
}
.header.header-eight +.gradiant-content .slider-wrapper .main-slider .item img,
.header.header-three +.gradiant-content .slider-wrapper .main-slider .item img,
.header.header-two +.gradiant-content .slider-wrapper .main-slider .item img {
height: 100%;
min-height: 820px;
object-fit: cover;
}
.header.header-eight +.gradiant-content .slider-wrapper .main-slider .item,
.header.header-eight +.gradiant-content .slider-wrapper .main-slider .item img {
min-height: 682px;
}
.header.header-eight +.gradiant-content .slider-wrapper .main-slider .theme-content {
padding-top: 132px;
}
.header.header-three +.gradiant-content .slider-wrapper .main-slider .theme-content,
.header.header-two +.gradiant-content .slider-wrapper .main-slider .theme-content {
padding-top: 282px;
}
.header.header-eight +.gradiant-content .slider-wrapper .main-slider .owl-nav [class*=owl-] {
top: 145px;
}
.header.header-three +.gradiant-content .slider-wrapper .main-slider .owl-nav [class*=owl-],
.header.header-two +.gradiant-content .slider-wrapper .main-slider .owl-nav [class*=owl-] {
top: 216px;
}
.header.header-eight,
.header.header-three,
.header.header-two {
position: absolute;
right: 0;
left: 0;
width: 100%;
margin: 0 auto;
}
.header.header-three,
.header.header-two {
max-width: 81.15%;
top: 80px;
}
.header.header-three {
background: var(--sp-gradient1);
color: #ffffff;
}
.header.header-three .navbar-area.sticky-menu {
background: var(--sp-gradient1);
}
.header.header-three .header-backside,
.header.header-two .header-backside {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 138%;
opacity: 0.6;
text-align: center;
margin: auto;
transition: opacity 0s linear;
z-index: -1;
}
.header.header-three .header-backside>span>span,
.header.header-two .header-backside>span>span {
max-width: 93.9%;
display: inline-block;
width: 100%;
height: 100%;
}
.header.header-three .header-backside>span>span,
.header.header-three .header-backside:after,
.header.header-three .header-backside:before,
.header.header-three .header-backside>span:after,
.header.header-three .header-backside>span:before {
background: var(--sp-gradient1);
}
.header.header-two .header-backside>span>span,
.header.header-two .header-backside:after,
.header.header-two .header-backside:before,
.header.header-two .header-backside>span:after,
.header.header-two .header-backside>span:before {
background: #ffffff;
}
.header.header-three .header-backside:after,
.header.header-three .header-backside:before,
.header.header-three .header-backside>span:after,
.header.header-three .header-backside>span:before,
.header.header-two .header-backside:after,
.header.header-two .header-backside:before,
.header.header-two .header-backside>span:after,
.header.header-two .header-backside>span:before {
content: '';
position: absolute;
width: 3.05%;
height: 14%;
opacity: 0.7;
}
.header.header-three .header-backside:before,
.header.header-two .header-backside:before {
top: 0;
left: 0;
clip-path: polygon(100% -5%, 100% 100%, 0 100%);
}
.header.header-three .header-backside:after,
.header.header-two .header-backside:after {
top: 0;
right: 0;
clip-path: polygon(0 100%, 0 -5%, 100% 100%);
}
.header.header-three .header-backside>span:after,
.header.header-two .header-backside>span:after {
right: 0;
bottom: 0;
clip-path: polygon(100% 0, 0 108%, 0 0);
}
.header.header-three .header-backside>span:before,
.header.header-two .header-backside>span:before {
left: 0;
bottom: 0;
clip-path: polygon(100% 0, 0 0, 100% 108%);
}
.header.header-three .navbar-area.sticky-menu,
.header.header-two .navbar-area.sticky-menu {
max-width: 81.15%;
margin: 0 auto;
}
.header.header-three .av-container,
.header.header-two .av-container {
padding: 0 25px;
}
.header.header-three .navbar-area,
.header.header-two .navbar-area {
padding: 0;
}
.header.header-three .header-wrap-right,
.header.header-two .header-wrap-right {
min-height: 90px;
margin-left: 8px;
border-left: 1px solid rgb(189 189 189 / 0.45);
}
.header.header-three .menubar .menu-wrap > li > a,
.header.header-two .menubar .menu-wrap > li > a {
line-height: 90px;
}
.header.header-three .theme-menu,
.header.header-two .theme-menu {
padding-left: 12px;
border-left: 1px solid rgb(189 189 189 / 0.45);
}
.header.header-three .logo img,
.header.header-two .logo img {
max-width: 100%;
}
.header.header-three .tagcloud a,
.header.header-three .widget:not(.widget_social_widget) a:hover,
.header.header-three .widget:not(.widget_social_widget) a:focus {
color: #ffffff;
}
.header.header-three .menubar .menu-wrap > li > a,
.header.header-three .contact-icon i,
.header.header-three .header-widget a:hover span.title,
.header.header-three .header-widget a:focus span.title {
background: transparent;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
color: #ffffff;
}
.header.header-six {
background: var(--sp-gradient2);
color: #ffffff;
}
.header.header-eight {
top: 0;
background: transparent;
color: #ffffff;
}
.header.header-eight .navbar-area {
padding: 0;
background: var(--sp-gradient2);
position: relative;
z-index: 0;
}
.header.header-eight .menu-right .header-wrap-right {
min-height: 97px;
}
.header.header-eight .menubar .menu-wrap > li > a {
color: #ffffff;
line-height: 97px;
}
.header.header-eight .navbar-area:before,
.header.header-eight .navbar-area:after {
content: "";
left: 0;
bottom: 0;
width: 32%;
height: 200%;
min-height: 97px;
position: absolute;
background: var(--sp-gradient1);
clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%, 0% 50%);
z-index: -1;
}
.header.header-eight .navbar-area:after {
left: 26px;
opacity: 0.6;
z-index: -1;
}
.header.header-eight .navbar-area .av-column-3.my-auto .logo {
position: absolute;
top: -58px;
}
.header.header-eight .navbar-area .av-column-3.my-auto .logo img {
max-width: 200px;
}
.header.header-eight .header-above-info {
border-bottom: 0;
}
.header.header-eight .header-above-info .widget-left.text-av-left.text-center {
justify-content: flex-start;
max-width: 165px;
margin-left: auto;
padding-left: 18px;
}
.header.header-eight .navbar-area .menubar ul.menu-wrap {
padding-left: 30px;
}
.header.header-eight .header-above-info .widget.widget_nav_menu a, .header.header-eight .header-above-info .widget.widget_nav_menu li {
line-height: 18px;
}
.header.header-eight .header-above-info .widget_nav_menu li:not(:last-child) {
padding-right: 9px;
margin-right: 5px;
border-right: 1px solid #ffffff;
}
.header.header-eight .header-above-info .widget_nav_menu a:not(:hover):not(:focus) {
color: #ffffff;
}
.header.header-eight .cart-icon-wrap {
box-shadow: none;
}
.header.header-eight .cart-icon-wrap i {
background: transparent;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
color: #ffffff;
}
.header.header-eight .cart-wrapper .cart-icon-wrap span {
right: 0;
top: -5px;
border: 0;
line-height: 19px;
}
.header.header-eight .navbar-area ul li.cart-wrapper {
margin-right: 3px;
}
.header.header-eight .header-search-toggle {
color: #ffffff;
}
.cta-section .av-columns-area,
.cta-section .av-columns-area [class*='av-column-'] {
margin-bottom: 0;
}
.cta-section .av-columns-area [class*='av-column-'].my-auto {
margin-bottom: auto;
}
.header-2 .breadcrumb-content,
.header-3 .breadcrumb-content  {
padding-top: 300px;
}
.header-7 .breadcrumb-content  {
padding-top: 200px;
}
}
@media (min-width: 992px) and (max-width: 1330px) {
.main-slider .owl-nav [class*=owl-] {
width: 42px;
height: 42px;
}
.main-slider .owl-nav [class*=owl-] i {
font-size: 14.5px;
}
.main-slider .owl-nav [class*=owl-]:hover {
width: 96px;
}
.main-slider .owl-nav .owl-prev {
left: 0.46%;
}
.main-slider .owl-nav .owl-next {
right: 0.46%;
}
}
@media (min-width: 992px) and (max-width: 1124px) {
.widget_social_widget li:not(:last-child) a {
margin-right: 3px;
}
.av-btn-wrapper .av-btn:not(:last-child) {
margin-right: 10px;
}
.menubar .menu-wrap > li > a {
padding: 0px 13px;
}
.widget_social_widget li {
margin-left: 8px;
}
.share-toolkit .toolkit-hover,
.widget_social_widget li a {
width: 35px;
height: 35px;
line-height: 35px;
font-size: 15px;
}
.footer-copyright .widget_social_widget li {
margin-left: 6px;
}
.footer-copyright .widget_social_widget a {
width: 35px;
height: 35px;
}
}
@media (min-width: 992px) and (max-width: 1111px) {
.cta-content .cta-icon-wrap {
left: -65px;
}
.info-wrapper2 .widget.widget-contact {
padding: 45.5px 25px;
}
.info-wrapper2 .widget.widget-contact .contact-area .contact-icon {
margin: 0 12px 0 0;
font-size: 42px;
}
.info-wrapper2 .widget.widget-contact .contact-area span.text {
font-size: 16px;
}
.info-wrapper2 .widget.widget-contact .contact-area span.title {
font-size: 21px;
font-weight: 700;
}
.info-section-one .widget-contact .contact-area .title {
font-size: 14px;
}
.header.header-seven .navbar-area .menu-right.menu-left {
margin-top: -26px;
}
.header.header-seven .navbar-area .menubar .menu-wrap > li > a {
font-size: 14.5px;
}
.header.header-seven .navbar-area .share-toolkit .toolkit-hover, .header.header-seven .navbar-area .widget_social_widget li a {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
}
.header-widget:not(.header-carousel) .widget:not(.widget_media_video) {
flex: 1;
}
.widget-right .widget, .widget-left .widget {
padding: 0px 10px;
}
.widget-right .widget:nth-child(n+2) {
padding: 0 10px;
}
.header .contact-info span.title {
font-size: 14px;
}
.av-button-area {
padding-left: 0.75em;
}
.menu-right > ul {
padding-left: 12px;
}
li.cart-wrapper {
margin-right: 5px;
}
li.search-button {
padding-left: 5px;
}
}
@media (min-width: 992px) and (max-width: 1110px) {
.header.header-six .navbar-full .widget-wrp .widget {
max-width: 239px;
margin-right: 8px;
padding-right: 8px;
}
.header.header-five .widget-wrp .widget {
max-width: 280px;
}
.card404 h1 {
font-size: 188px;
line-height: 135px;
}
.card404 .card404icon {
width: 135px;
height: 135px;
}
.card404 .card404icon:after {
width: 112px;
height: 112px;
}
.card404 .card404icon:before {
width: 120px;
height: 120px;
}
}
@media (min-width: 992px) and (max-width: 1288px) {
.header.header-three, .header.header-two {
max-width: 86.5%;
}
.header.header-three .header-wrap-right,
.header.header-two .header-wrap-right {
max-width: 200px;
}
.header.header-three .navbar-area .av-column-3.my-auto,
.header.header-two .navbar-area .av-column-3.my-auto {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.header.header-three .navbar-area .av-column-9.my-auto,
.header.header-two .navbar-area .av-column-9.my-auto {
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
}
.header.header-three .navbar-area .menubar .menu-wrap > li > a,
.header.header-two .navbar-area .menubar .menu-wrap > li > a {
font-size: 14px;
padding: 0px 10px;
}
.header.header-three .navbar-area .menubar ul.menu-wrap > li.dropdown > a,
.header.header-two .navbar-area .menubar ul.menu-wrap > li.dropdown > a {
padding-right: 18px;
}
.header.header-three .header-wrap-right li.search-button,
.header.header-two .header-wrap-right li.search-button {
margin-left: 0;
padding-left: 0;
}
}
@media (min-width: 992px) and (max-width: 1041px) {
.header.header-three .header-wrap-right,
.header.header-two .header-wrap-right {
max-width: 165px;
}
}
@media (max-width: 991px) {
.cta-section .cta-overlay:before,
.cta-content .cta-icon-wrap {
display: none;
}
.badge {
line-height: 1.2;
vertical-align: text-top;
}
.not-included {
margin-top: -10px;
}
div.theme-mobile-nav {
display: block;
}
.hide-mobile-tablet.sticky-menu {
position: relative;
}
.hide-mobile-tablet {
display: none;
}
.theme-mobile-menu .header-wrap-right .widget-wrap,
.mobile-menu .login-btn {
display: none;
}
.header .widget_info li {
margin-right: 0;
margin-bottom: 5px;
}
.header-widget .widget_social li a {
margin-bottom: 4px;
}
.main-slider .owl-nav {
position: absolute;
left: 0;
right: 0;
bottom: 1em;
}
.main-slider .owl-nav [class*=owl-] {
position: relative;
left: 0;
right: 0;
width: 45px;
height: 45px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
width: 95px;
left: 0;
right: 0;
}
.main-slider .owl-nav .owl-prev {
margin-right: 6px; 
}
.main-slider .owl-nav .owl-next {
margin-left: 6px; 
}
.theme-slider div.theme-content {
margin-bottom: 15px;
}
.theme-content h1 {
font-size: 28px;
}
.theme-content h3 {
font-size: 16px;
padding: 8px 16px;
line-height: 1.25;
}
.theme-content p {
font-size: 14px;
margin-bottom: 10px;
}
.widget-left .widget:nth-child(2n+3),
.widget-left .widget:first-child,
.widget-right .widget:nth-child(n+2),
.widget-right .widget,
.widget-left .widget {
padding: 0 10px;
}
.widget-left,
.widget-right {
justify-content: center;
}
.info-section {
margin-top: 80px;
margin-bottom: 0;
}
.info-section-one .info-wrapper [class*='av-sm-column'] {
margin-bottom: 15px;
}
.info-section-one .info-wrapper [class*='av-sm-column']:last-child {
margin-bottom: 0;
}
.info-section-one .widget-contact .contact-area .title {
font-size: 96%;
}
.footer-one .footer-main .footer-info-overwrap {
display: none;
}
.shapes-section [class*="shape"] {
display: none;
}
.footer-one .footer-above .contact-info span.title {
font-size: 20px;
font-weight: 500;
}
.footer-one .footer-above .contact-icon {
font-size: 50px;
height: 50px;
}
.header-six .widget_social_widget {
display: none;
}
}
@media (min-width: 480px) and (max-width: 767px) {
.hide-tablet {
display : none;
}
.hide-tablet.sticky-menu {
position: relative;
}
}
@media (min-width: 601px) and (max-width: 991px) {
.gallery-area .gallery-item {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.info-section-one .info-wrapper:not(.info-four) [class*='av-sm-column']:nth-child(4n) {
border-left: 0;
}
.info-section-one .info-wrapper.info-four [class*='av-sm-column']:nth-child(5n) {
border-left: 0;
}
.info-section-one .info-wrapper .widget-contact .contact-area .title {
font-size: 87%;
}
.footer-one .footer-above [class*='av-column-']:nth-child(3n) {
border-left: 0;
}
.step-section .av-columns-area [class*='av-column-']:nth-child(2n) .stepbox .step-effect {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.footer-one .footer-copyright .av-columns-area [class*='av-column-']:nth-child(3n) {
border-left: 0;
}
.timeline::before {
height: 94%;
}
}
@media (min-width: 768px) {
.timeline-item {
justify-content: space-around;
}
}
@media (max-width: 767px) {
.av-my-default {
margin: 80px 0;
}
.av-mt-default {
margin-top: 80px;
}
.av-mb-default {
margin-bottom: 80px;
}
.av-py-default {
padding: 80px 0;
}
.av-pt-default {
padding-top: 80px;
}
.av-pb-default {
padding-bottom: 80px;
}
.section404 {
padding: 80px 0;
}
.av-container-fluid,
.av-container {
padding: 0 25px;
}
.hide-mobile-tablet.sticky-menu {
position: relative;
}
.hide-mobile-tablet {
display : none;
}
.breadcrumb-right .breadcrumb-content,
.breadcrumb-content {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.breadcrumb-right h2 {
text-align: center;
}
.breadcrumb-content .breadcrumb-heading,
.breadcrumb-content .breadcrumb-list {
text-align: center;
}
.breadcrumb-content .breadcrumb-list {
width: max-content;
border-radius: 20px;
padding: 12px 18px;
}
.breadcrumb-left .breadcrumb-list:before, .breadcrumb-right .breadcrumb-list:before {
width: 100%;
left: 0;
right: 0;
border-radius: 20px;
}
.breadcrumb-left .breadcrumb-heading h2, .breadcrumb-right .breadcrumb-heading h2 {
border-width: 0;
border-bottom-width: 4px;
border-image-slice: 0 0 1 0;
padding: 0;
padding-bottom: 4px;
margin-bottom: 20px;
font-size:30px;
}
.header-widget .widget:nth-child(1n+2) {
margin-left: 0;
}
.header-widget .widget_social li:first-child a {
padding-left: 0;
}
.mobi-head-top {
width: 100%;
}
.mobile-logo {
text-align: left;
}
.site-description {
white-space: normal;
}
.site-title,
.site-description {
text-align: left;
}
.mobile-menu-right > ul {
padding-left: 0;
padding-right: 10px;
}
.theme-mobile-menu .header-wrap-right .widget-wrap,
.theme-mobile-menu .header-wrap-right .about-toggle-list,
.theme-mobile-menu .header-wrap-right .search-button,
.theme-mobile-menu .header-wrap-right .av-button-area {
display: none;
}
.shopping-cart {
right: -103%;
width: 280px;
}
.theme-slider div.theme-content {
margin-bottom: 0;
padding: 10px 0;
}	
.footer-copyright .widget-left,
.footer-copyright .widget-right,
.footer-copyright .widget-center {
min-height: 60px;
}	
.footer-one .footer-copyright .av-columns-area [class*='av-column-'] {
border-left: 0;
border-bottom: 1px solid rgb(189 189 189 / 0.45);
}
.footer-one .footer-copyright .av-columns-area [class*='av-column-']:last-child {
border-bottom: none;
}
.timeline-content {
margin-top: 0;
}
.timeline-item {
padding: 0 15px;
margin-bottom: 22px;
}
.timeline-item:last-child {
margin-bottom: 0;
}
.timeline-item:nth-child(even) strong,
.timeline-item:nth-child(even) p {
text-align: left
}
.timeline-item:nth-child(odd) {
flex-direction: row;
}
.timeline::before {
left: 6.25%;
height: 100%;
}
.timeline-circle {
position: absolute;
left: 6.3%;
}
.timeline-item:nth-child(even) .timeline-content {
border-left: 5px solid var(--sp-primary);
border-right: 0;
}
.timeline-item:nth-child(odd) .timeline-date {
text-align: left;
}
.timeline-item:nth-child(2) .timeline-content {
border-left-color: #ff5600;
}
.timeline-item:nth-child(4) .timeline-content {
border-left-color: #12affe;
}
.timeline-item:nth-child(6) .timeline-content {
border-left-color: #ffa805;
}
.timeline-item:nth-child(8) .timeline-content {
border-left-color: #69e9f2;
}
.timeline-item:nth-child(10) .timeline-content {
border-left-color: #3224e9;
}
.testimonials-item {
flex-wrap: wrap;
text-align: center;
}
.testimonials-client-thumb {
margin-right: 0;
width: 230px;
height: 230px;
}
.testimonials-client-thumb:before {
left: -41px;
margin: auto;
}
.testimonial-carousel .owl-thumbs {
position: relative;
top: 0;
left: 0;
margin: 0 auto;
width: 100%;
max-width: 55%;
overflow: hidden;
overflow-x: auto;
white-space: nowrap;
padding: 15px;
max-height: 70px;
margin-top: 20px;
}
.testimonial-carousel .owl-thumbs::-webkit-scrollbar {
width: 0;
height: 0;
}
.testimonial-carousel .owl-thumbs .owl-thumb-item {
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
position: relative !important;
width: 40px !important;
height: 40px !important;
margin: 0 3px;
}
.testimonial-carousel.owl-theme .owl-nav {
transform: none;
margin-top: 6px;
margin-bottom: -10px;
}
.inner-client-section {
margin-top: 0;
}
.contactinfo-section {
background-size: cover;
background-position: center;
}
.heading-title h3 {
font-size: 30px;
}
.footer-one .footer-above .contact-info span.text {
font-size: 15px;
margin-bottom: 4px;
}
.footer-one .footer-above .contact-info span.title {
font-size: 19px;
}
}
@media (max-width: 600px) {
.info-section-one .info-wrapper {
padding: 16px 0px;
}
.info-section-one .info-wrapper [class*='av-sm-column'] {
border-left: 0;
padding-bottom: 15px;
border-bottom: 1px solid rgb(189 189 189 / 0.45);
}
.info-section-one .info-wrapper [class*='av-sm-column']:last-child {
padding-bottom: 0;
border-bottom: 0;
}
.footer-one .footer-above .av-columns-area {
margin-bottom: 0;
}
.footer-one .footer-above [class*='av-column-'] {
border-left: 0;
margin-bottom: 0;
border-bottom: 1px solid rgb(189 189 189 / 0.45);
}
.footer-one .footer-above [class*='av-column-']:last-child {
border-bottom: none;
}
.stepbox .step-effect {
display: none;
}
.contactform {
padding: 22px;
}
.contactform .wpcf7 form {
margin-bottom: -20px;
}
.contactform .wpcf7 form p {
margin-bottom: 20px;
}
.contactform .wpcf7 form p:nth-child(5),
.contactform .wpcf7 form p:nth-child(3) {
margin-left: 0;
}
.contactform .wpcf7 form p:nth-child(5),
.contactform .wpcf7 form p:nth-child(2),
.contactform .wpcf7 form p:nth-child(3),
.contactform .wpcf7 form p:nth-child(4) {
flex: 0 0 100%;
}
}
@media (max-width: 540px) {
.contactform-cards-item .cards-area,
.detailinfo .contact-area {
flex-wrap: wrap;
justify-content: flex-start;
}
.contactform-cards-item .cards-area .cards-btn,
.contactform-cards-item .cards-area .av-btn,
.detailinfo .av-btn {
margin-top: 30px;
margin-left: 0;
}
.comment-respond {
padding: 25px;
}
.comment-list .children {
margin-left: 1rem;
}
.widget_media_gallery .gallery-item {
width: 100%;
margin-bottom: 30px;
}
.hide-mobile {
display : none;
}
.hide-mobile.sticky-menu {
position: relative;
}
.theme-slider .av-container {
padding: 0 15px;
}
.theme-content h3 {	    
font-size: 14px;
margin-bottom: 5px;
padding: 6px 12px;
}
.theme-content h1 {
font-size: 22px;
margin-bottom: 3px;
}
.theme-content p {
font-size: 13px;
margin-bottom: 5px;
}
.theme-content .av-btn {
font-size: 13px;
padding: 6px 12px;
}
.theme-content .av-btn:not(:last-child) {
margin-right: 8px;
}
.theme-content .av-btn i {
width: 25px;
height: 25px;
line-height: 2.1;
vertical-align: middle;
}
.widget-left, .widget-right {
flex-wrap: wrap;
}
.widget-right .widget,
.widget-left .widget {
width: 100%;
padding: 0 10px;
}
.widget-right .widget:not(:last-child),
.widget-left .widget:not(:last-child) {
padding: 0;
padding-bottom: 10px;
}
.site-description {
padding-top: 1px;
}
.widget_social_widget li:not(:last-child) {
margin-right: 3px;
}
.widget_social_widget li {
margin-left: 4px;
}
.share-toolkit .toolkit-hover, .widget_social_widget li a {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 15px;
}
.av-btn-wrapper {
text-align: center;
}
.av-btn-wrapper .av-btn:not(:last-child) {
margin-right: 10px;
}
.av-btn-wrapper .av-btn:nth-child(2) {
margin-right: 0;
}
.av-btn-wrapper .av-btn:last-child {
margin-top: 10px;
}
.card404 h1 {
font-size: 96px;
line-height: 88px;
max-height: 78px;
margin-bottom: 20px;
}
.card404 .card404icon {
width: 78px;
height: 78px;
font-size: 36px;
margin: 0 4px;
}
.card404 .card404icon:before {
width: 68px;
height: 68px;
}
.card404 .card404icon:after {
width: 64px;
height: 64px;
}
.card404 h4 {
font-size: 28px;
margin-bottom: 15px;
}
}
@media (max-width: 436px) {
.calendar_wrap table th,
.calendar_wrap table td {
line-height: 43px;
}
.comments-area .comment-meta .comment-author img {
position: unset;
width: 90px;
margin-bottom: 15px;
}
.comments-area .comment-body {
padding: 0;
}
.comment-list .children .comment-body {
padding: 20px;
padding-left: 20px;
border-radius: 8px;
}
}
@media only screen and (max-width:675px) {
.cta-content-wrap .cta-btn {
margin-top: 20px;
padding-left: 0;
}
}
@media screen and (max-width: 580px) {
.post-content {
padding: 22px;
}
.post-count {
bottom: 32px;
right: -6px;
font-size: 60px;
}
.post-items:not(.latest_posts):hover .post-count,
.post-items:not(.latest_posts):focus-within .post-count {
top: 22px;
right: 20px;
}
}
@media only screen and (max-width:420px) {
.mobile-logo .logo {
max-width: 170px;
}
.mobile-logo .logo img {
max-width: 90%;
}
.logo a, .mobile-logo a, .site-title {
display: flex;
flex-wrap: wrap;
font-size: 22px;
align-items: center;
}
.mobile-menu-right .header-search-toggle,
.mobile-menu-right .cart-icon-wrap #cart {
font-size: 14px;
}
.toggle-lines div {
height: 2.5px;
margin: 0 0 3.7px;
}
.hamburger .toggle-lines {
padding: 6px 8px 6px;
}
.cart-wrap, .hamburger,
.mobile-menu-right .header-search-toggle,
.mobile-menu-right .cart-icon-wrap #cart,
.cart-icon .cart-icon-wrapper i {
width: 35px;
height: 35px;
line-height: 1.65;
}
.post-footer table {
overflow-x: auto;
display: flex;
}
}
@media only screen and (max-width: 358px) {
.mobile-menu-right > ul {
padding-right: 6px;
}
.headtop-mobi {
margin-left: 5px;
}
.header .header-search-toggle, .cart-icon-wrap {
font-size: 14px;
width: 35px;
height: 35px;
}
.cart-wrapper .cart-icon-wrap i {
font-size: 15px;
}
.header-above-toggle {
width: 35px;
height: 35px;
line-height: 35px;
}
.theme-content h1 {
font-size: 19px;
}
.theme-content p {
max-width: 230px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.theme-content .av-btn {
font-size: 12px;
padding: 5px 10px;
}
.theme-content .av-btn:not(:last-child) {
margin-right: 1px;
}
body .widget_social_widget .toolkit-hover+ul {
margin-top: 0;
}
}
@media only screen and (max-width: 330px) {
.theme-content h3 {
width: 100%;
font-size: 11px;
margin-bottom: 5px;
padding: 5px 8px;
}
.theme-content h1 {
font-size: 17px;
}
.theme-content .av-btn {
font-size: 11px;
padding: 3px 8px;
line-height: 2.2;
}
.theme-mobile-menu .header-wrap-right li {
margin-right: 6px;
}
.mobile-logo .logo {
max-width: 144px;
}
.card404-btn a {
clear: both;
margin-right: 0;
margin-top: 12px;
}
.post-items p+ul {
padding-left: 5px;
}
.service-item .av-btn {
min-width: 155px;
}
}.gradiant2-content .av-container.woo-container {
padding: 0;
}
.woo-container .av-columns-area {
width: 100%;
flex-basis: 100%;
}
.gradiant2-content .woocommerce div.product {
margin-bottom: 30px;
}
.woocommerce form.woocommerce-ordering {
margin: 0 0 2em;
}
.gradiant2-content .page-title {
margin-bottom: 1.25rem;
} .woocommerce .woocommerce-ordering select.orderby {
background-color: var(--sp-white);
box-shadow: 0 0 10px rgb(0 0 0 / 0.1);
border-color: #ececec;
cursor: pointer;
}
.woocommerce p.woocommerce-result-count {
margin: 0;
padding: 4px 10px;
background: var(--sp-gradient1);
color: var(--sp-white);
}
.av-container.woo-container .product {
padding-right: 15px;
padding-left: 15px;
margin-bottom: 2em;
}
.product .product-single {
text-align: center;
background-color: #ffffff;
-webkit-transition: .3s;
transition: .3s;
display: block;
position: relative;
overflow: hidden;
border: 1px solid var(--sp-border-light);
border-radius: 0;
transition: var(--sp-transition);
}
.product .product-single:hover,
.product .product-single:focus-within {
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.product-img {
position: relative;
overflow: hidden;
display: block;
}
.product .product-single a > img {
text-align: center;
margin: auto;
border-bottom: 1px solid var(--sp-border-light);
}
.product-content {
padding: 12px 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.product .product-single h3 {
font-size: 0.95rem;
display: inline-block;
font-weight: 500;
line-height: 1.5;
text-align: left;
text-transform: capitalize;
}
.woocommerce div.product .product-single .price {
display: inline-block;
font-size: 0.9rem;
font-weight: 500;
line-height: 1.5;
text-align: right;
margin-left: 5px;
}
.price .woocommerce-Price-amount.amount {
display: inline-block;
font-size: inherit;
line-height: inherit;
}
.product-action {
display: flex;
align-items: center;
justify-content: space-between;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 0.782rem 0.35rem;
background: var(--sp-gradient2);
opacity: 0;
visibility: hidden;
transform: translateY(100%);
transition: var(--sp-transition);
}
.woocommerce div.product-single:hover .product-action,
.woocommerce div.product-single:focus-within .product-action {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.woocommerce div.product-single a.button,
.woocommerce div.product-single a.button.add_to_cart_button,
.woocommerce div.product-single a.added_to_cart.wc-forward {
flex: auto;
position: relative;
font-weight: 500;
letter-spacing: 0.65px;
border-radius: 0;
padding: 0;
font-size: 0.77rem;
text-transform: capitalize;
color: var(--sp-white);
transition: var(--sp-transition);
background: none;
}
.woocommerce div.product-single a.added_to_cart.wc-forward {
margin-left: 6px;
border-left: 1px solid rgb(255 255 255 / 15%);
padding-left: 6px;
}
.woocommerce div.product-single a.button.add_to_cart_button:before {
content: "\f07a";
font-family: fontawesome;
display: block;
text-align: center;
margin-bottom: 6px;
font-size: 20px;
line-height: 15px;
}
.woocommerce div.product-single a.added_to_cart.wc-forward:before {
content: "\f06e";
font-family: fontawesome;
display: block;
text-align: center;
margin-bottom: 6px;
font-size: 20px;
line-height: 15px;
}
.woocommerce div.product-single a.button:hover,
.woocommerce div.product-single a.button:focus,
.woocommerce div.product-single a.button.add_to_cart_button:hover,
.woocommerce div.product-single a.button.add_to_cart_button:focus,
.woocommerce div.product-single a.button.add_to_cart_button.added,
.woocommerce div.product-single a.added_to_cart.wc-forward:hover,
.woocommerce div.product-single a.added_to_cart.wc-forward:focus {
color: var(--sp-primary);
}
.product .product-single .price del span {
color: #b7b7b7;
text-decoration-line: line-through;
}
.woocommerce div.product .product-single .price > span,
.product .product-single .price ins span {
}
.woocommerce #reviews #comments h3 {
font-size: 28px;
letter-spacing: 0.5px;
margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel h3 {
font-size: 30px;
margin-bottom: 10px;
}
.related.products h3 {
text-transform: capitalize;
}
.product .product-single ul.rate {
margin-top: 15px;
font-size: 16px;
}
.product .product-single ul.rate li i.fa.fa-star:before {
margin-right: 5px;
}
.product .product-single ul.rate {
transform: translateX(-100%);
margin-top: -40px;
font-size: 16px;
width: 100%;
text-align: left;
opacity: 0;
visibility: hidden;
-webkit-transition: .3s;
transition: .3s;
}
.product .product-single ul.rate li {
background-color: rgb(17 17 17 / 0.7);
display: inline-block;
text-align: center;
color: var(--sp-white);
min-height: 40px;
line-height: 40px;
padding: 0 17px;
border-radius: 0 20px 0 0;
}
.product .product-single:hover ul.rate,
.product .product-single:focus-within ul.rate {
opacity: 1;
visibility: visible;
transform: translateX(0);
}
p.woocommerce-notice.woocommerce-notice--success {
margin-bottom: 15px;
padding: 15px;
border-top: 2px solid transparent;
}
.woocommerce ul.order_details {
padding: 15px 15px 0;
background-color: var(--sp-white);
border: 1px solid #d3ced2;
}
.woocommerce ul.order_details li {
margin-bottom: 15px;
}
.woocommerce .woocommerce-order h2 {
font-size: 32px;
margin-bottom: 15px;
}
.woocommerce section.woocommerce-customer-details address {
border-radius: 0;
border: 1px solid #d3ced2;
padding: 22px;
}
p.woocommerce-notice.woocommerce-notice--success,
div.woocommerce-info,
p.woocommerce-info,
li.woocommerce-info {
border-color: var(--sp-gradient1);
background-color: var(--sp-white);
box-shadow: 0 6px 25px -5px rgb(0 0 0 / 0.12);
}
p.woocommerce-notice.woocommerce-notice--success a,
div.woocommerce-info a,
p.woocommerce-info a,
li.woocommerce-info a,
p.woocommerce-notice.woocommerce-notice--success:before,
div.woocommerce-info:before,
p.woocommerce-info:before,
li.woocommerce-info:before {
color: var(--sp-gradient1);
}
.woocommerce nav.woocommerce-pagination {
display: block;
margin-top: 2.5em;
margin-bottom: 2em;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
border: none;
float: none;
display: inline-flex;
align-items: center;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
display: inline-flex;
min-width: 1.67em;
height: 1.67em;
justify-content: center;
align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:focus, .woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover, .woocommerce nav.woocommerce-pagination ul li span.page-numbers.current {
color: var(--sp-white);
}
.product .product-single a.added_to_cart.wc-forward {
font-weight: 600;
letter-spacing: 0.5px;
display: block;
}
.dark-product .product-single {
background: var(--sp-gradient1);
}
.dark-product .product-single h2,
.dark-product .product-single .woocommerce-Price-amount.amount {
color: var(--sp-white);
}
.woocommerce .dark-product div.product-single a.button,
.woocommerce div.product-single .dark-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
color: var(--sp-gradient1);
background-color: var(--sp-white);
}
.dark-product .product-single a.added_to_cart.wc-forward {
color: var(--sp-white);
}
.single-product .product .product_title.entry-title {
letter-spacing: 0.65px;
font-size: 34px;
margin-bottom: 3px;
}
.single-product .product p.price {
margin-bottom: 10px;
}
.single-product .product .product_meta > span {
display: block;
}
.single-product .product .single_add_to_cart_button {
margin-left: 10px;
}
.woocommerce .col2-set div.col-2, .woocommerce-page .col2-set div.col-2,
.woocommerce .col2-set div.col-1, .woocommerce-page .col2-set div.col-1 {
width: 48%;
max-width: 100%;
}
span.woocommerce-input-wrapper {
width: 100%;
}
.select2-container--default span.select2-selection--single {
height: 34px;
border-radius: 0;
background-color: #fbfbfb;
border-color: #e9e9ea;
}
.select2-container--default .select2-selection--single span.select2-selection__rendered {
line-height: 34px;
}
.select2-container--default .select2-selection--single span.select2-selection__arrow {
height: 30px;
}
.woocommerce form p.form-row {
margin: 0 0 10px;
}
.woocommerce-checkout-review-order li {
position: relative;
}
.woocommerce-checkout-review-order li label {
margin-bottom: 0;
vertical-align: middle;
line-height: 1.5;
display: inline-flex;
align-items: center;
}
.woocommerce-checkout div#payment.woocommerce-checkout-payment {
background-color: var(--sp-white);
box-shadow: 0 3px 30px -6px rgb(0 0 0 / 0.15);
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
body.woocommerce-checkout #payment div.payment_box {
background-color: #f7f1ee;
border: 2px solid var(--sp-gradient1);
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
body.woocommerce-checkout #payment div.payment_box::before {
border-color: var(--sp-gradient1);
border-right-color: transparent !important;
border-left-color: transparent !important;
border-top-color: transparent !important;
top: -0.95em;
}
.woocommerce-checkout-review-order #payment ul.payment_methods label img {
height: 38px;
margin-left: 0.75em;
}
.woocommerce-checkout #payment .payment_method_paypal a.about_paypal {
padding: 0 10px;
background-color: var(--sp-white);
line-height: 30px;
border-radius: 20px;
font-weight: 600;
box-shadow: 0 0 10px -2px rgb(0 0 0 / 0.2);
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
margin-bottom: 18px;
}
.woocommerce form .form-row textarea.input-text {
padding: 7px;
}
.woocommerce .quantity .qty {
padding: .469rem;
}
.woocommerce table.shop_table a.remove {
background: var(--sp-gradient1);
color: var(--sp-white) !important;
}
.woocommerce form .form-row input.input-checkbox,
.woocommerce form .form-row input.input-checkbox#terms {
outline: none;
outline-offset: unset;
display: inline-block;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
color: var(--sp-white);
background: var(--sp-gradient1);
border-radius: 0;
line-height: 1.4;
}
.woocommerce-page.woocommerce-cart #content table.cart td.actions .coupon input.input-text[type="text"] {
padding: 7px 6px 6px;
width: 100%;
max-width: 180px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
color: var(--sp-white);
}
@media only screen and (min-width:992px) {
.woocommerce-checkout #payment .payment_method_paypal a.about_paypal {
position: absolute;
right: 0;
}
}
@media only screen and (max-width:991px) {
.woocommerce ul.order_details li {
float: none;
border-right: 0;
padding-bottom: 10px;
border-bottom: 1px dashed #d3ced2;
}
.woocommerce p.woocommerce-result-count {
display: block;
text-align: center;
width: 100%;
}
.woocommerce .woocommerce-ordering {
display: block;
width: 100%;
margin-top: 0.5em;
}
.woocommerce .col2-set div.col-2, .woocommerce-page .col2-set div.col-2,
.woocommerce .col2-set div.col-1, .woocommerce-page .col2-set div.col-1 {
width: 100%;
max-width: 100%;
}
}
.product .product-single .sale-ribbon {
position: absolute;
top: 12px;
left: -24px;
margin: 0;
font-size: 13px;
font-weight: 500;
text-align: left;
padding: 1px 30px;
text-transform: uppercase;
color: var(--sp-white);
background: var(--sp-gradient2);
box-shadow: 0 0 12px rgb(255 255 255 / 0.35);
transform: rotate(-45deg);
z-index: 1;
} .woocommerce-account .addresses .title .edit,
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-number a,
.woocommerce-account .woocommerce-MyAccount-content p a {
color: var(--sp-gradient1);
}
.woocommerce-MyAccount-navigation ul {
background-color: #f9f9f9;
border: 1px solid #e5e5e5;
padding: 0;
list-style: none;
margin: 0;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding: 10px 20px;
line-height: 1.5;
border-width: 0;
border-style: solid;
border-left-width: 2px;
border-left-color: transparent;
border-bottom-width: 1px;
border-bottom-color: #e5e5e5;
color: #2c3145;
-webkit-transition: .3s all;
transition: .3s all;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li a:focus {
background-color: var(--sp-white);
border-left-color: var(--sp-gradient1);
}
.woocommerce-account .woocommerce-MyAccount-content {
border: 1px solid #e5e5e5;
padding: 20px;
background-color: #fbfbfb;
min-height: 254px;
}
.woocommerce .woocommerce-Addresses {
margin-top: 15px;
}
.woocommerce .woocommerce-Addresses .woocommerce-Address {
border: 1px solid #e5e5e5;
padding: 15px;
}
.woocommerce-account .addresses address {
margin-bottom: 0;
}
.woocommerce-account .edit-account .woocommerce-form-row input.woocommerce-Input {
min-height: 38px;
padding: 8px 15px;
}
.woocommerce-account .edit-account .woocommerce-form-row em {
margin-top: 5px;
display: block;
}
.woocommerce-account .edit-account .woocommerce-form-row {
display: inline-block;
}
.woocommerce-account .edit-account .woocommerce-Button {
margin-top: 10px;
}
.woocommerce-Address-title {
position: relative;
}
.woocommerce-Address-title a.edit {
position: absolute;
top: 0;
right: 0;
}
@media only screen and (max-width:991px) {
.woocommerce .woocommerce-Addresses .woocommerce-Address {
width: 100% !important;
float: none !important;
}
.woocommerce .woocommerce-Addresses .woocommerce-Address:not(:last-child) {
margin-bottom: 15px;
}
} .widget_top_rated_products li {
background: var(--sp-gradient2);
}button.featherlight-close-icon.featherlight-close {
background-color: var(--sp-primary);
border: 1px solid var(--sp-white);
top: 40px;
right: 40px;
border-radius: 0;
} .is-style-circle figure.tiled-gallery__item:before {
content: '';
position: absolute;
inset: 0;
background: #000;
border-radius: 100%;
opacity: 0;
visibility: hidden;
transition: 0.65s;
}
.is-style-circle figure.tiled-gallery__item:hover:before,
.is-style-circle figure.tiled-gallery__item:focus:before{
visibility: visible;
opacity: 0.5;
} .wp-block-jetpack-tiled-gallery .tiled-gallery__row{
margin-right: calc(-.4 * var(--bs-gutter-x));
margin-left: calc(-.4 * var(--bs-gutter-x));
--bs-gutter-x: 1.5rem;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row>* {
padding-right: calc(var(--bs-gutter-x) * .4);
padding-left: calc(var(--bs-gutter-x) * .4);
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row:not(:last-child) {
margin-bottom: 20px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__row+.tiled-gallery__row {
margin-top: 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__col+.tiled-gallery__col {
margin-left: 0px;
} .wp-block-jetpack-tiled-gallery.is-style-circle .tiled-gallery__item {
border-radius: 50%;
box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery.is-style-rectangular .tiled-gallery__item {
width: 100%!important;
height: 100%!important;
box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__item {
box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.wp-block-jetpack-tiled-gallery .tiled-gallery__gallery{
justify-content: center;
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item{
width: 100%!important;
margin-bottom: 20px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item:last-child{
margin-bottom: 0px
}
.wp-block-jetpack-tiled-gallery.is-style-columns .tiled-gallery__item {
margin-top: 0px;
}
.wp-block-table figcaption {
text-align: center;
}
.sidebar .widget .wp-block-group .wp-block-image {
margin-bottom: 0;
}
ul.wp-block-rss {
list-style: disc;
}
.has-text-color a:hover, .has-text-color a:focus {
color: inherit;
}
.entry-content ul:last-child {
margin-bottom: 0;
}
.wp-block-code.has-text-color code {
color: inherit;
}
.sidebar .widget .wp-block-group .is-nowrap p {
padding: 0;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
font-size: 0.875rem;
} ul.wp-block-rss {
list-style: none;
margin-left: 0;
}
ul.wp-block-rss li.wp-block-rss__item {
margin-bottom: 1rem;
}
ul.wp-block-rss li.wp-block-rss__item:last-child {
margin-bottom: 0;
}
.sidebar .widget .wp-block-group .wp-block-pullquote blockquote {
margin-top: 0;
margin-bottom: 0;
}
.sidebar .widget .wp-block-group .wp-block-rss .wp-block-rss__item-title > a {
font-weight: 600;
}
.wp-block-quote.is-style-large {
padding-top: 1.10rem;
padding-bottom: 1.10rem;
}
.sidebar .widget .wp-block-group .wp-block-file, .sidebar .widget .wp-block-group .wp-block-image {
padding: 1.563rem 1.000rem 1.563rem;
}
.widget .wp-block-group .is-vertical a {
color: inherit;
}
.entry-content ol.wp-block-latest-comments {
padding-left: 2rem;
}
.wp-block-table figcaption {
text-align: center;
}
.post .entry-content ul.wp-block-archives {
margin-left: 1.125rem;
list-style: disc
}
.wp-block-code.has-background code {
background: inherit;
}
.wp-block-group .wp-block-embed,
.wp-block-group .wp-block-image {
padding: 1.563rem 1.000rem 1.563rem;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
width: auto;
}
.widget .wp-block-group .wp-block-columns {
margin-bottom: 0;
}
.widget .wp-block-group .wp-block-rss li:last-child {
padding-bottom: 0;
}
ul.wp-block-page-list a {
text-decoration: none;
}
.sidebar .wp-block-group .is-nowrap {
margin: 1.563rem 1.000rem 1.563rem;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
font-weight: 600;
line-height: 1.5;
}
​.wp-block-woocommerce-customer-account a .wc-block-customer-account__account-icon {
height: 2em;
width: 2em;
}
.sidebar .widget .wp-block-group .is-layout-flow h2 {
border-left: 0 none;
}
.wc-block-components-product-title a,
.wc-block-components-product-title a:hover,
.wc-block-components-product-title a:focus {
text-decoration: none;
}
.wp-block-details summary {
font-weight: 600; 
}
.wp-block-verse {
padding: 10px;
}
.wp-block-calendar .wp-calendar-nav {
position: relative;
top: 0;
left: 0;
width: 100%;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
font-size: 24px;
line-height: 34px;
text-transform: capitalize;
margin-bottom: 15px;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments,
.sidebar .widget .wp-block-group .wp-block-loginout,
.sidebar .widget .wp-block-group .wp-block-table,
.sidebar .widget .wp-block-group .wp-block-buttons {
padding: 1.563rem 1.000rem 1.563rem;
}
.sidebar .widget .wp-block-group .wp-block-embed {
margin: 0;
}
.sidebar .widget .wp-block-group ol li {
padding-bottom: 0.625rem;
}
.wp-block-details summary {
font-weight: 600;
padding: 10px;
}
a.wc-block-grid__product-link {
text-decoration: none;
}
.wp-block-latest-posts__post-author {
font-size: 1.7rem;
font-weight: 600;
}
.wp-block-cover.has-background-dim-60.has-background-dim .wp-block-cover-text a:hover {
color: inherit;
}
.sidebar .widget .wp-block-group .wp-block-cover,
.sidebar .widget .wp-block-group .wp-block-separator {
margin-bottom: 0rem;
}
.wp-block-quote .wp-block-search {
padding-bottom: 5px;
}
.wc-block-mini-cart__icon,
.wc-block-mini-cart__badge {
color: inherit;
}
.sidebar .widget .wp-block-pullquote cite {
z-index: 1;
}
.sidebar .widget .wp-block-group .is-nowrap {
margin: 1.563rem 1.000rem 1.563rem;
}
.wp-block-post-title a {
text-decoration: none;
}
.wp-block-details summary {
font-weight: 600;
}
.wp-block-group.has-black-border-color {
border-color: #333 !important;
}   
.widget .wp-block-group .wp-block-preformatted a {
color: inherit;
}
.wp-block-woocommerce-single-product .wp-block-post-title a {
text-decoration: none;
}
.wc-block-grid__products .wc-block-components-product-sale-badge.wc-block-grid__product-onsale {
letter-spacing: 0.2px;
border: none;
}
.footer-sidebar .widget .wp-block-group .wp-block-image .wp-element-caption a {
color:inherit;
}
.sidebar .widget .wp-block-group .is-nowrap p {
padding: 0;
}
.sidebar .widget.widget_block .wp-block-group ul.wp-block-latest-posts__list {
margin-left: 0;
}
.sidebar .widget .wp-block-group .wp-block-latest-comments__comment-meta {
font-weight: 600;
line-height: 1.5;
}
.wc-block-components-product-title a.wc-block-components-product-name:hover,
.wc-block-components-product-title a.wc-block-components-product-name:focus {
color: inherit;
}
.wp-block-code.has-text-color code {
color: inherit;
}
.wc-block-grid__products .wc-block-components-product-button__button {
border-radius: 0;
}
.widget .wp-block-heading:before {
left: 0;
top: 0;
}
div.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__totals-title {
font-weight: 700;
font-size: 24px;
}
.wc-block-components-checkout-place-order-button{
background: inherit;
}
.widget .wp-block-social-links {
margin-bottom: 0;
}
.wp-block-latest-comments article{
margin-bottom: 0px;
}
.sidebar .widget .wp-block-group .wp-block-button .wp-block-button__link {
color: #fff;
}
button.wp-block-search__button.wp-element-button:hover,
button.wp-block-search__button.wp-element-button:focus{
border: 2px solid;
}
.wc-block-components-totals-coupon__content button.components-button {
border-radius: 4px;
}
.wp-block-code code img {
padding: 10px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__post-author,
.wp-block-latest-posts__list .wp-block-latest-posts__post-date {
text-decoration: none;
}
.wc-block-cart-items td {
color: inherit;
}
.wc-block-components-totals-coupon__content button.components-button {
border-radius: 0;
}
ul.wp-block-page-list a {
text-decoration: none;
}
.wc-block-featured-category__link .wp-block-button__link:focus {
color: #fff;
}
.wc-block-featured-product__price .woocommerce-Price-amount.amount {
color: inherit;
}
.wp-block-post-comments-form .comment-reply-title {
margin-bottom: 1.4rem;
}
.wp-block-group .wp-block-details p {
margin-top: 1rem;
padding-top: 1rem;
}
.woocommerce table.shop_attributes td {
text-decoration: none;
}
.wc-block-cart-items th {
color: inherit;
}
.wp-block-latest-posts__post-author {
font-size: 18px;
font-weight: 600;
}
.post .entry-content ul.wp-block-post-template li.wp-block-post .wp-block-post-date {
padding-bottom: 1.2rem;
}
.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:focus {
color: #fff;
}
.wc-block-featured-product__price .woocommerce-Price-amount.amount {
text-decoration: none;
}
.widget .wp-block-group pre.wp-block-preformatted {
background: rgba(26, 26, 26, 0.8);
color: #ddd;
}
.sidebar .widget .wp-block-file .wp-block-file__button {
background-color: #1b8415;
}
.wp-block-social-links .wp-social-link:last-child {
margin-bottom: 8px;
}
.wp-block-code.has-background code {
background: inherit;
}
.wc-block-mini-cart__footer-checkout:focus {
background-color: inherit;
color: #fff;
}
.wc-block-cart__submit-button,
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus {
text-decoration: none;
}
.wc-block-mini-cart__badge {
color: inherit;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
line-height: 16px;
}
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions a {
font-size: 1.2rem;
text-decoration: none;
}
.wc-block-mini-cart__footer span.wc-block-components-totals-item__label {
font-size: 16px;
line-height: 20px;
}
.wp-block-file.has-background {
padding: 0.5rem;
}
.wc-block-cart-item__remove-link {
text-decoration: none !important;
}
a.wp-block-latest-posts__post-title {
text-decoration: none;
}
.wp-block-latest-comments__comment a {
text-decoration: none;
}
.has-background.wp-block-read-more {
padding: 0.25em 1.375em;
}
.wc-block-components-product-badge {
font-size: 1rem !important;
}
.wc-block-components-totals-coupon-link {
text-decoration: none;
}
.wc-block-grid__product-price.price ins {
line-height: 18px;
}
.wc-block-components-product-badge {
text-decoration: none;
}
.wp-block-latest-comments__comment a {
text-decoration: none;
}
.wp-block-file a {
line-height: 18px;
}
.wp-block-file.has-background {
margin: 0.5rem;
}
.wc-block-components-product-badge {
line-height: 18px;
}
.wc-block-components-totals-coupon-link {
line-height: 18px;
}
.wp-block-comment-date a {
color: inherit;
}
.wp-block-comment-author-name a {
color: inherit;
}
.widget .wp-block-heading:after {
background: inherit;
}
.wp-block-comment-date span a {
color: inherit;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
text-decoration: none;
}
.wc-block-components-product-metadata .wc-block-components-product-metadata__description>p	{
font-size: 1.2rem;
}
.wc-block-mini-cart__empty-cart-wrapper .wc-block-mini-cart__shopping-button:hover	{
color: #fff;
}