.upk-slider .swiper-pagination,
.upk-dots-container .swiper-pagination,
.upk-arrows-dots-container .swiper-pagination {
position: relative;
display: flex;
align-items: var(--upk-swiper-dots-align, center);
justify-content: center;
}
.upk-slider .swiper-pagination .swiper-pagination-bullet,
.upk-dots-container .swiper-pagination .swiper-pagination-bullet,
.upk-arrows-dots-container .swiper-pagination .swiper-pagination-bullet {
width: 10px;
height: 10px;
outline: none;
transition: all 0.3s ease;
}
.upk-slider .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet,
.upk-dots-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet,
.upk-arrows-dots-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
margin-left: var(--upk-swiper-dots-space-between, 5px);
outline: none;
}
.upk-slider .swiper-pagination.swiper-pagination-fraction,
.upk-dots-container .swiper-pagination.swiper-pagination-fraction,
.upk-arrows-dots-container .swiper-pagination.swiper-pagination-fraction {
bottom: auto;
z-index: 1;
}
.upk-slider .swiper-pagination-bullets,
.upk-dots-container .swiper-pagination-bullets,
.upk-arrows-dots-container .swiper-pagination-bullets {
min-height: var(--upk-swiper-dots-active-height, 10px);
}
.upk-slider .swiper-pagination-bullets .swiper-pagination-bullet,
.upk-dots-container .swiper-pagination-bullets .swiper-pagination-bullet,
.upk-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet {
position: relative;
}
.upk-slider .swiper-pagination-bullets .swiper-pagination-bullet:after,
.upk-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after,
.upk-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
content: "";
width: calc(100% + 6px);
height: calc(100% + 6px);
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic,
.upk-slider .swiper-pagination-bullets-dynamic,
.upk-dots-container .swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
width: 100% !important;
left: 0 !important;
transform: translateX(0) !important;
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transform: scale(0.33);
position: relative;
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
transform: scale(1);
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
transform: scale(1);
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
transform: scale(0.66);
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33);
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
transform: scale(0.66);
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
transform: scale(0.33);
}
[class*=upk-arrows-align-top] .upk-arrows-container {
transform: translateY(-40px);
}
[class*=upk-arrows-align-bottom] .upk-arrows-container {
transform: translateY(40px);
}
[class*=upk-dots-align-top] .upk-dots-container {
transform: translateY(-30px);
}
[class*=upk-dots-align-bottom] .upk-dots-container {
transform: translateY(30px);
}
[class*=upk-arrows-dots-align-top] .upk-arrows-dots-container {
transform: translateY(-40px);
}
[class*=upk-arrows-dots-align-bottom] .upk-arrows-dots-container {
transform: translateY(40px);
}
.upk-arrows-align-center .upk-position-center,
.upk-arrows-dots-align-center .upk-position-center {
width: 100%;
}
.upk-arrows-align-center .upk-navigation-prev,
.upk-arrows-dots-align-center .upk-navigation-prev {
left: 0;
position: absolute;
transform: translateY(-50%);
}
.upk-arrows-align-center .upk-navigation-next,
.upk-arrows-dots-align-center .upk-navigation-next {
right: 0;
position: absolute;
transform: translateY(-50%);
}
.rtl .upk-arrows-align-center .upk-navigation-prev,
.rtl .upk-arrows-dots-align-center .upk-navigation-prev {
right: 0;
left: inherit;
}
.rtl .upk-arrows-align-center .upk-navigation-next,
.rtl .upk-arrows-dots-align-center .upk-navigation-next {
left: 0;
right: inherit;
}
.upk-arrows-dots-align-center .upk-dots-container .swiper-pagination,
.upk-arrows-dots-align-center .upk-arrows-dots-container .swiper-pagination {
position: absolute;
width: 100% !important;
}
.upk-navigation-type-progress .swiper-pagination-progress {
transform: translateY(15px);
height: 5px;
width: 100%;
}
[class*=" elementor-widget-upk-"] svg.e-font-icon-svg {
height: 1em;
width: 1em;
}
[class*=" elementor-widget-upk-"] .swiper-pagination-fraction, [class*=" elementor-widget-upk-"] .swiper-pagination-custom, [class*=" elementor-widget-upk-"] .swiper-horizontal > .swiper-pagination-bullets, [class*=" elementor-widget-upk-"] .swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: auto;
}
[class*=elementor-widget-upk-] .upk-arrows-container {
-webkit-transform: translate(var(--upk-swiper-carousel-arrows-ncx, 0), var(--upk-swiper-carousel-arrows-ncy, 40));
transform: translate(var(--upk-swiper-carousel-arrows-ncx, 0), var(--upk-swiper-carousel-arrows-ncy, 40));
}
[class*=elementor-widget-upk-] .upk-dots-container {
-webkit-transform: translate(var(--upk-swiper-carousel-dots-nnx, 0), var(--upk-swiper-carousel-dots-nny, 30));
transform: translate(var(--upk-swiper-carousel-dots-nnx, 0), var(--upk-swiper-carousel-dots-nny, 30));
}
[class*=elementor-widget-upk-] .upk-arrows-dots-container {
-webkit-transform: translate(var(--upk-swiper-carousel-both-ncx, 0), var(--upk-swiper-carousel-both-ncy, 40));
transform: translate(var(--upk-swiper-carousel-both-ncx, 0), var(--upk-swiper-carousel-both-ncy, 40));
}
[class*=elementor-widget-upk-] .upk-arrows-fraction-container {
-webkit-transform: translate(var(--upk-swiper-carousel-arrows-fraction-ncx, 0), var(--upk-swiper-carousel-arrows-fraction-ncy, 40));
transform: translate(var(--upk-swiper-carousel-arrows-fraction-ncx, 0), var(--upk-swiper-carousel-arrows-fraction-ncy, 40));
}
[class*=elementor-widget-upk-] .upk-position-center-left .upk-arrows-container,
[class*=elementor-widget-upk-] .upk-position-center-right .upk-arrows-container {
-webkit-transform: translate(var(--upk-swiper-carousel-arrows-ncx, 0), var(--upk-swiper-carousel-arrows-ncy, 0)) rotate(90deg);
transform: translate(var(--upk-swiper-carousel-arrows-ncx, 0), var(--upk-swiper-carousel-arrows-ncy, 0)) rotate(90deg);
}
[class*=elementor-widget-upk-] .upk-position-center-left .upk-dots-container,
[class*=elementor-widget-upk-] .upk-position-center-right .upk-dots-container {
-webkit-transform: translate(var(--upk-swiper-carousel-dots-nnx, 0), var(--upk-swiper-carousel-dots-nny, 0)) rotate(90deg);
transform: translate(var(--upk-swiper-carousel-dots-nnx, 0), var(--upk-swiper-carousel-dots-nny, 0)) rotate(90deg);
}
[class*=elementor-widget-upk-] .upk-position-center-left .upk-arrows-dots-container,
[class*=elementor-widget-upk-] .upk-position-center-right .upk-arrows-dots-container {
-webkit-transform: translate(var(--upk-swiper-carousel-both-ncx, 0), var(--upk-swiper-carousel-both-ncy, 0)) rotate(90deg);
transform: translate(var(--upk-swiper-carousel-both-ncx, 0), var(--upk-swiper-carousel-both-ncy, 0)) rotate(90deg);
}
[class*=elementor-widget-upk-] .upk-position-center-left .upk-arrows-fraction-container,
[class*=elementor-widget-upk-] .upk-position-center-right .upk-arrows-fraction-container {
-webkit-transform: translate(var(--upk-swiper-carousel-arrows-fraction-ncx, 0), var(--upk-swiper-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
transform: translate(var(--upk-swiper-carousel-arrows-fraction-ncx, 0), var(--upk-swiper-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
}
[class*=elementor-widget-upk-] a:hover {
text-decoration: none;
}
[class*=elementor-widget-upk-] .swiper-pagination .swiper-pagination-bullet {
transition: all 350ms cubic-bezier(0.38, 0.91, 0.58, 1);
}
[class*=elementor-widget-upk-] .upk-title a {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
text-transform: inherit;
font-style: inherit;
text-decoration: inherit;
line-height: inherit;
letter-spacing: inherit;
word-spacing: inherit;
} .elementor-lightbox *, .elementor-lightbox *::before, .elementor-lightbox *::after {
box-sizing: border-box;
}
.title-animation-middle-overline,
.title-animation-middle-underline,
.title-animation-overline,
.title-animation-underline {
background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
background-image: linear-gradient(currentColor, currentColor);
background-repeat: no-repeat;
background-size: 0% 2px;
-webkit-transition: background-size 0.3s;
transition: background-size 0.3s;
display: inline;
}
.title-animation-middle-overline:hover,
.title-animation-middle-underline:hover,
.title-animation-overline:hover,
.title-animation-underline:hover {
background-size: 100% 2px;
}
.title-animation-middle-overline:focus,
.title-animation-middle-underline:focus,
.title-animation-overline:focus,
.title-animation-underline:focus {
background-size: 100% 2px;
}
.title-animation-underline {
background-position: 0% 100%;
}
.title-animation-overline {
background-position: 0% 0;
}
.title-animation-middle-overline {
background-position: 50% 0%;
}
.title-animation-middle-underline {
background-position: 50% 100%;
}
.title-animation-style-5 {
background: linear-gradient(to right, currentColor 0%, currentColor 98%);
background-size: 0px 2px;
background-repeat: no-repeat;
background-position: left 85%;
}
.title-animation-style-5:hover {
background-size: 100% 2px;
}
@keyframes backgroundGradient {
0% {
background-position: 50% 0%;
}
50% {
background-position: 50% 100%;
}
100% {
background-position: 50% 0%;
}
}
.title-animation-style-6 {
position: relative;
text-decoration: none;
}
.title-animation-style-6:after {
content: "";
position: absolute;
width: 100%;
height: 1px;
bottom: 0;
left: 0;
background-color: currentColor;
transform: scaleX(0);
transform-origin: bottom right;
transition: transform 0.3s;
}
.title-animation-style-6:hover:after {
transform-origin: bottom left;
transform: scaleX(1);
}
[class*=elementor-widget-upk-] { }
[class*=elementor-widget-upk-] .swiper-pagination-fraction,
[class*=elementor-widget-upk-] .swiper-pagination-custom,
[class*=elementor-widget-upk-] .swiper-horizontal .swiper-pagination-bullets,
[class*=elementor-widget-upk-] .swiper-horizontal + .swiper-pagination-bullets {
bottom: -50px;
width: 100%;
}
[class*=elementor-widget-upk-] .swiper-pagination-fraction .swiper-pagination-bullet,
[class*=elementor-widget-upk-] .swiper-pagination-custom .swiper-pagination-bullet,
[class*=elementor-widget-upk-] .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet,
[class*=elementor-widget-upk-] .swiper-horizontal + .swiper-pagination-bullets .swiper-pagination-bullet {
width: 10px;
height: 10px;
margin: 0 5px;
}
.upk-navigation-type-arrows-fraction .swiper-pagination {
position: initial;
}
.rtl .upk-arrows-container,
.rtl .upk-arrows-fraction-container,
.rtl .upk-arrows-dots-container {
direction: rtl;
}
.rtl .upk-arrows-container .swiper-pagination,
.rtl .upk-arrows-fraction-container .swiper-pagination,
.rtl .upk-arrows-dots-container .swiper-pagination {
direction: ltr;
}
.rtl .upk-news-ticker-controls {
display: flex;
flex-direction: row-reverse;
}
[class*=elementor-widget-upk-] { }
[class*=elementor-widget-upk-] .swiper .elementor-lightbox-content-source {
display: none;
}
[class*=elementor-widget-upk-] .swiper-horizontal + .swiper-pagination-progressbar,
[class*=elementor-widget-upk-] .swiper-vertical + .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
width: 100%;
height: 4px;
}
[class*=elementor-widget-upk-] .swiper-pagination-progressbar {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
[class*=elementor-widget-upk-] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.upk-alert {
padding: 20px;
background: #2b2d42;
color: #fff;
border-radius: 4px;
} .upk-loadmore-container {
text-align: center;
margin-top: 30px;
}
.upk-loadmore-container .upk-loadmore-btn {
padding: 10px 20px;
border-radius: 4px;
background: #EF233C;
color: #fff;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
transition: all 0.3s ease;
cursor: pointer;
display: inline-flex;
}
.upk-loadmore-container .upk-loadmore-btn:hover {
background: #EDF2F4;
color: #EF233C;
}
.upk-loadmore-container .upk-ajax-loading,
.upk-loadmore-container .upk-ajax-loading:before,
.upk-loadmore-container .upk-ajax-loading:after {
border-radius: 50%;
width: 2.5em;
height: 2.5em;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: load7 1.8s infinite ease-in-out;
animation: load7 1.8s infinite ease-in-out;
}
.upk-loadmore-container .upk-ajax-loading {
color: #EF233C;
font-size: 5px;
margin: 30px auto 40px auto;
position: relative;
text-indent: -9999em;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.upk-loadmore-container .upk-ajax-loading:before,
.upk-loadmore-container .upk-ajax-loading:after {
content: "";
position: absolute;
top: 0;
}
.upk-loadmore-container .upk-ajax-loading:before {
left: -3.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.upk-loadmore-container .upk-ajax-loading:after {
left: 3.5em;
}
@-webkit-keyframes load7 {
0%, 80%, 100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes load7 {
0%, 80%, 100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
.ep-pagination .upk-pagination {
margin: 20px 0;
}
.ep-pagination .upk-pagination li {
list-style-type: none;
}
.ep-pagination .upk-pagination li:hover a, .ep-pagination .upk-pagination li.upk-active a {
color: #ef233c;
}
.ep-pagination .upk-pagination li a {
font-size: 16px;
font-weight: 600;
color: #8d99ae;
line-height: 1;
}
.ep-pagination .upk-pagination li:nth-child(1) {
padding-left: 0;
}
.ep-pagination .upk-pagination li.upk-pagination-previous a, .ep-pagination .upk-pagination li.upk-pagination-next a {
border: 1px solid #8d99ae;
padding: 10px;
border-radius: 3px;
display: inline-block;
}
.ep-pagination .upk-pagination {
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 0;
list-style: none;
align-items: center;
}
.ep-pagination .upk-pagination > * {
flex: none;
padding-left: 20px;
position: relative;
}
.ep-pagination .upk-pagination > * > * {
color: #8d99ae;
}
.ep-pagination .upk-pagination > * > :hover,
.ep-pagination .upk-pagination > * > :focus {
color: #8d99ae;
text-decoration: none;
}
.ep-pagination .upk-pagination > .upk-active > * {
color: #8d99ae;
}
.ep-pagination .upk-pagination > .upk-disabled > * {
color: #8d99ae;
}
.ep-pagination .upk-pagination-dot-dot {
display: flex;
align-items: center;
justify-content: center;
}
.ep-pagination .upk-pagination-dot-dot span {
line-height: 1px;
height: 13px;
color: #bbb !important;
}
[class*=elementor-widget-upk-] .upk-navigation-prev, [class*=elementor-widget-upk-] .upk-navigation-next {
cursor: pointer;
}
[class*=elementor-widget-upk-] .swiper-coverflow {
padding-top: 15px;
}
[class*=elementor-widget-upk-] .swiper-coverflow .swiper-slide {
transition-property: transform, border, background;
}
[class*=elementor-widget-upk-] .swiper-horizontal > .swiper-pagination-progress {
top: auto;
bottom: 0;
}
.elementor-pagination-position-inside .swiper-pagination-fraction,
.elementor-pagination-position-inside .swiper-horizontal > .swiper-pagination-bullets {
bottom: 10px;
}
.elementor-pagination-position-outside .swiper {
padding-bottom: 40px;
}
.elementor-pagination-position-outside .swiper-pagination-fraction,
.elementor-pagination-position-outside .swiper-horizontal > .swiper-pagination-bullets {
bottom: 0;
} .upk-button-icon-align-left {
float: left;
}
.upk-button-icon-align-right {
float: right;
}
.upk-flex-align-left {
order: -1;
}
.upk-flex-align-right {
order: 99;
}
.upk-display-inline-block {
display: inline-block !important;
}
[class*=upk-position-top],
[class*=upk-position-bottom],
[class*=upk-position-left],
[class*=upk-position-right],
[class*=upk-position-center] {
position: absolute !important;
max-width: 100%;
}
.upk-position-top {
top: 0;
left: 0;
right: 0;
}
.upk-position-bottom {
bottom: 0;
left: 0;
right: 0;
}
.upk-position-left {
top: 0;
bottom: 0;
left: 0;
}
.upk-position-right {
top: 0;
bottom: 0;
right: 0;
}
.upk-position-top-left {
top: 0;
left: 0;
}
.upk-position-top-right {
top: 0;
right: 0;
}
.upk-position-bottom-left {
bottom: 0;
left: 0;
}
.upk-position-bottom-right {
bottom: 0;
right: 0;
}
.upk-position-center {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: max-content;
max-width: 100%;
box-sizing: border-box;
}
[class*=upk-position-center-left],
[class*=upk-position-center-right] {
top: 50%;
transform: translateY(-50%);
}
.upk-position-center-left {
left: 0;
}
.upk-position-center-right {
right: 0;
}
.upk-position-center-left-out {
right: 100%;
width: max-content;
}
.upk-position-center-right-out {
left: 100%;
width: max-content;
}
.upk-position-top-center,
.upk-position-bottom-center {
left: 50%;
transform: translateX(-50%);
width: max-content;
max-width: 100%;
box-sizing: border-box;
}
.upk-position-top-center {
top: 0;
}
.upk-position-bottom-center {
bottom: 0;
}
.upk-position-cover {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.upk-position-relative {
position: relative !important;
}
.upk-position-absolute {
position: absolute !important;
}
.upk-position-fixed {
position: fixed !important;
}
.upk-position-z-index {
z-index: 1;
}
.upk-position-small {
max-width: calc(100% - 30px);
margin: 15px;
}
.upk-position-small.upk-position-center {
transform: translate(-50%, -50%) translate(-15px, -15px);
}
.upk-position-small[class*=upk-position-center-left],
.upk-position-small[class*=upk-position-center-right] {
transform: translateY(-50%) translateY(-15px);
}
.upk-position-small.upk-position-top-center,
.upk-position-small.upk-position-bottom-center {
transform: translateX(-50%) translateX(-15px);
}
.upk-position-medium {
max-width: calc(100% - 60px);
margin: 30px;
}
.upk-position-medium.upk-position-center {
transform: translate(-50%, -50%) translate(-30px, -30px);
}
.upk-position-medium[class*=upk-position-center-left],
.upk-position-medium[class*=upk-position-center-right] {
transform: translateY(-50%) translateY(-30px);
}
.upk-position-medium.upk-position-top-center,
.upk-position-medium.upk-position-bottom-center {
transform: translateX(-50%) translateX(-30px);
}
.upk-position-large {
max-width: calc(100% - 60px);
margin: 30px;
}
.upk-position-large.upk-position-center {
transform: translate(-50%, -50%) translate(-30px, -30px);
}
.upk-position-large[class*=upk-position-center-left],
.upk-position-large[class*=upk-position-center-right] {
transform: translateY(-50%) translateY(-30px);
}
.upk-position-large.upk-position-top-center,
.upk-position-large.upk-position-bottom-center {
transform: translateX(-50%) translateX(-30px);
}
@media (min-width: 1200px) {
.upk-position-large {
max-width: calc(100% - 100px);
margin: 50px;
}
.upk-position-large.upk-position-center {
transform: translate(-50%, -50%) translate(-50px, -50px);
}
.upk-position-large[class*=upk-position-center-left],
.upk-position-large[class*=upk-position-center-right] {
transform: translateY(-50%) translateY(-50px);
}
.upk-position-large.upk-position-top-center,
.upk-position-large.upk-position-bottom-center {
transform: translateX(-50%) translateX(-50px);
}
}
.upk-transition-toggle {
-webkit-tap-highlight-color: transparent;
}
.upk-transition-toggle:focus {
outline: none;
}
.upk-transition-fade,
[class*=upk-transition-scale],
[class*=upk-transition-slide] {
transition: 0.3s ease-out;
transition-property: opacity, transform, filter;
opacity: 0;
}
.upk-transition-toggle:hover .upk-transition-fade,
.upk-transition-toggle:focus .upk-transition-fade,
.upk-transition-active.upk-active .upk-transition-fade {
opacity: 1;
}
.upk-transition-scale-up {
transform: scale(1, 1);
}
.upk-transition-scale-down {
transform: scale(1.1, 1.1);
}
.upk-transition-toggle:hover .upk-transition-scale-up,
.upk-transition-toggle:focus .upk-transition-scale-up,
.upk-transition-active.upk-active .upk-transition-scale-up {
opacity: 1;
transform: scale(1.1, 1.1);
}
.upk-transition-toggle:hover .upk-transition-scale-down,
.upk-transition-toggle:focus .upk-transition-scale-down,
.upk-transition-active.upk-active .upk-transition-scale-down {
opacity: 1;
transform: scale(1, 1);
}
.upk-transition-slide-top {
transform: translateY(-100%);
}
.upk-transition-slide-bottom {
transform: translateY(100%);
}
.upk-transition-slide-left {
transform: translateX(-100%);
}
.upk-transition-slide-right {
transform: translateX(100%);
}
.upk-transition-slide-top-small {
transform: translateY(-10px);
}
.upk-transition-slide-bottom-small {
transform: translateY(10px);
}
.upk-transition-slide-left-small {
transform: translateX(-10px);
}
.upk-transition-slide-right-small {
transform: translateX(10px);
}
.upk-transition-slide-top-medium {
transform: translateY(-50px);
}
.upk-transition-slide-bottom-medium {
transform: translateY(50px);
}
.upk-transition-slide-left-medium {
transform: translateX(-50px);
}
.upk-transition-slide-right-medium {
transform: translateX(50px);
}
.upk-transition-toggle:hover [class*=upk-transition-slide],
.upk-transition-toggle:focus [class*=upk-transition-slide],
.upk-transition-active.upk-active [class*=upk-transition-slide] {
opacity: 1;
transform: translate(0, 0);
}
.upk-transition-opaque {
opacity: 1;
}
.upk-transition-slow {
transition-duration: 0.7s;
}
[hidden],
.upk-hidden {
display: none !important;
}
@media (min-width: 640px) {
.upk-hidden\@s {
display: none !important;
}
}
@media (min-width: 960px) {
.upk-hidden\@m {
display: none !important;
}
}
@media (min-width: 1200px) {
.upk-hidden\@l {
display: none !important;
}
}
@media (min-width: 1600px) {
.upk-hidden\@xl {
display: none !important;
}
}
@media (max-width: 639px) {
.upk-visible\@s {
display: none !important;
}
}
@media (max-width: 959px) {
.upk-visible\@m {
display: none !important;
}
}
@media (max-width: 1199px) {
.upk-visible\@l {
display: none !important;
}
}
@media (max-width: 1599px) {
.upk-visible\@xl {
display: none !important;
}
}
.upk-invisible {
visibility: hidden !important;
}
.upk-flex {
display: flex;
}
.upk-flex-inline {
display: inline-flex;
}
.upk-flex::before,
.upk-flex::after,
.upk-flex-inline::before,
.upk-flex-inline::after {
display: none;
}
.upk-flex-left {
justify-content: flex-start;
}
.upk-flex-center {
justify-content: center;
}
.upk-flex-right {
justify-content: flex-end;
}
.upk-flex-between {
justify-content: space-between;
}
.upk-flex-around {
justify-content: space-around;
}
@media (min-width: 640px) {
.upk-flex-left\@s {
justify-content: flex-start;
}
.upk-flex-center\@s {
justify-content: center;
}
.upk-flex-right\@s {
justify-content: flex-end;
}
.upk-flex-between\@s {
justify-content: space-between;
}
.upk-flex-around\@s {
justify-content: space-around;
}
}
@media (min-width: 960px) {
.upk-flex-left\@m {
justify-content: flex-start;
}
.upk-flex-center\@m {
justify-content: center;
}
.upk-flex-right\@m {
justify-content: flex-end;
}
.upk-flex-between\@m {
justify-content: space-between;
}
.upk-flex-around\@m {
justify-content: space-around;
}
}
@media (min-width: 1200px) {
.upk-flex-left\@l {
justify-content: flex-start;
}
.upk-flex-center\@l {
justify-content: center;
}
.upk-flex-right\@l {
justify-content: flex-end;
}
.upk-flex-between\@l {
justify-content: space-between;
}
.upk-flex-around\@l {
justify-content: space-around;
}
}
@media (min-width: 1600px) {
.upk-flex-left\@xl {
justify-content: flex-start;
}
.upk-flex-center\@xl {
justify-content: center;
}
.upk-flex-right\@xl {
justify-content: flex-end;
}
.upk-flex-between\@xl {
justify-content: space-between;
}
.upk-flex-around\@xl {
justify-content: space-around;
}
}
.upk-flex-stretch {
align-items: stretch;
}
.upk-flex-top {
align-items: flex-start;
}
.upk-flex-middle {
align-items: center;
}
.upk-flex-bottom {
align-items: flex-end;
}
.upk-flex-row {
flex-direction: row;
}
.upk-flex-row-reverse {
flex-direction: row-reverse;
}
.upk-flex-column {
flex-direction: column;
}
.upk-flex-column-reverse {
flex-direction: column-reverse;
}
.upk-flex-nowrap {
flex-wrap: nowrap;
}
.upk-flex-wrap {
flex-wrap: wrap;
}
.upk-flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.upk-flex-wrap-stretch {
align-content: stretch;
}
.upk-flex-wrap-top {
align-content: flex-start;
}
.upk-flex-wrap-middle {
align-content: center;
}
.upk-flex-wrap-bottom {
align-content: flex-end;
}
.upk-flex-wrap-between {
align-content: space-between;
}
.upk-flex-wrap-around {
align-content: space-around;
}
.upk-flex-first {
order: -1;
}
.upk-flex-last {
order: 99;
}
@media (min-width: 640px) {
.upk-flex-first\@s {
order: -1;
}
.upk-flex-last\@s {
order: 99;
}
}
@media (min-width: 960px) {
.upk-flex-first\@m {
order: -1;
}
.upk-flex-last\@m {
order: 99;
}
}
@media (min-width: 1200px) {
.upk-flex-first\@l {
order: -1;
}
.upk-flex-last\@l {
order: 99;
}
}
@media (min-width: 1600px) {
.upk-flex-first\@xl {
order: -1;
}
.upk-flex-last\@xl {
order: 99;
}
}
.upk-flex-none {
flex: none;
}
.upk-flex-auto {
flex: auto;
}
.upk-flex-1 {
flex: 1;
}
.upk-slidenav {
padding: 5px 10px;
color: rgba(102, 102, 102, 0.5);
}
.upk-slidenav:hover,
.upk-slidenav:focus {
color: rgba(102, 102, 102, 0.9);
outline: none;
}
.upk-slidenav:active {
color: rgba(102, 102, 102, 0.5);
}
.upk-slidenav-large {
padding: 10px 10px;
}
.upk-slidenav-container {
display: flex;
}
.upk-icon {
margin: 0;
border: none;
border-radius: 0;
overflow: visible;
font: inherit;
color: inherit;
text-transform: none;
padding: 0;
background-color: transparent;
display: inline-block;
fill: currentcolor;
line-height: 0;
} [class*=elementor-widget-upk-] [aria-label][role~=tooltip] {
position: relative;
}
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]::before,
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]::after {
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
will-change: transform;
opacity: 0;
pointer-events: none;
transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
position: absolute;
box-sizing: border-box;
z-index: 10;
transform-origin: top;
}
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]::before {
background-size: 100% auto !important;
content: "";
}
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]::after {
background: rgba(17, 17, 17, 0.9);
border-radius: 4px;
color: #ffffff;
content: attr(aria-label);
font-size: var(--microtip-font-size, 13px);
font-weight: var(--microtip-font-weight, normal);
text-transform: capitalize;
padding: 10px 15px;
box-sizing: content-box;
width: 250px;
}
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]:hover::before,
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]:hover::after,
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]:focus::before,
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]:focus::after {
opacity: 1;
pointer-events: auto;
}
.upk-inline-block {
display: inline-block;
position: relative;
width: 100%;
max-width: 100%;
vertical-align: middle;
-webkit-backface-visibility: hidden;
} [class*=elementor-widget-upk-] {        }
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=top]::before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
height: 6px;
width: 18px;
margin-bottom: 6px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=top]::after {
margin-bottom: 11px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=top]::before {
transform: translate3d(-50%, 0, 0);
bottom: 100%;
left: 50%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=top]:hover::before {
transform: translate3d(-50%, -5px, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=top]::after {
transform: translate3d(-50%, 0, 0);
bottom: 100%;
left: 50%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=top]:hover::after {
transform: translate3d(-50%, -5px, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=top-left]::after {
transform: translate3d(calc(-100% + 16px), 0, 0);
bottom: 100%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=top-left]:hover::after {
transform: translate3d(calc(-100% + 16px), -5px, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=top-right]::after {
transform: translate3d(calc(0% - 16px), 0, 0);
bottom: 100%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=top-right]:hover::after {
transform: translate3d(calc(0% - 16px), -5px, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=bottom]::before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
height: 6px;
width: 18px;
margin-top: 5px;
margin-bottom: 0;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=bottom]::after {
margin-top: 11px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=bottom]::before {
transform: translate3d(-50%, -10px, 0);
bottom: auto;
left: 50%;
top: 100%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=bottom]:hover::before {
transform: translate3d(-50%, 0, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=bottom]::after {
transform: translate3d(-50%, -10px, 0);
top: 100%;
left: 50%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=bottom]:hover::after {
transform: translate3d(-50%, 0, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=bottom-left]::after {
transform: translate3d(calc(-100% + 16px), -10px, 0);
top: 100%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=bottom-left]:hover::after {
transform: translate3d(calc(-100% + 16px), 0, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=bottom-right]::after {
transform: translate3d(calc(0% - 16px), -10px, 0);
top: 100%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=bottom-right]:hover::after {
transform: translate3d(calc(0% - 16px), 0, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=left]::before,
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=left]::after {
bottom: auto;
left: auto;
right: 100%;
top: 50%;
transform: translate3d(10px, -50%, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=left]::before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
height: 18px;
width: 6px;
margin-right: 5px;
margin-bottom: 0;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=left]::after {
margin-right: 11px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=left]:hover::before,
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=left]:hover::after {
transform: translate3d(0, -50%, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=right]::before,
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=right]::after {
bottom: auto;
left: 100%;
top: 50%;
transform: translate3d(-10px, -50%, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=right]::before {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
height: 18px;
width: 6px;
margin-bottom: 0;
margin-left: 5px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=right]::after {
margin-left: 11px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=right]:hover::before,
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=right]:hover::after {
transform: translate3d(0, -50%, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-size=small]::after {
white-space: initial;
width: 80px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-size=medium]::after {
white-space: initial;
width: 150px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-size=large]::after {
white-space: initial;
width: 260px;
}
.upk-in-animation {
perspective: var(--upk-perspective, 600px);
-webkit-perspective: var(--upk-perspective, 600px);
}
.upk-in-animation .upk-item {
opacity: 0;
transform-origin: var(--upk-transform-origin, center top);
transform-style: preserve-3d;
transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate(var(--upk-translate-x, 0), var(--upk-translate-y, 100%)) rotateX(var(--upk-rotate-x, -80deg)) rotateY(var(--upk-rotate-y, 0)) rotateZ(var(--upk-rotate-z, 0)) scaleX(var(--upk-scale-x, 1)) scaleY(var(--upk-scale-y, 1)) skewX(var(--upk-skew-x, 0)) skewY(var(--upk-skew-y, 0));
transform: translate(var(--upk-translate-x, 0), var(--upk-translate-y, 100%)) rotateX(var(--upk-rotate-x, -80deg)) rotateY(var(--upk-rotate-y, 0)) rotateZ(var(--upk-rotate-z, 0)) scaleX(var(--upk-scale-x, 1)) scaleY(var(--upk-scale-y, 1)) skewX(var(--upk-skew-x, 0)) skewY(var(--upk-skew-y, 0));
}
.upk-in-animation .upk-item.is-inview {
transform: none;
opacity: 1;
transition-duration: var(--upk-transition-duration, 800ms) !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
.upk-hide-orphan-yes .upk-hide-orphan-tablet {
display: none !important;
}
}#jp-post-flair {
padding-top: .5em;
} div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
clear: both;
}
div.sharedaddy h3.sd-title {
margin: 0 0 1em 0;
display: inline-block;
line-height: 1.2;
font-size: 9pt;
font-weight: 700;
}
body.highlander-light h3.sd-title::before {
border-top: 1px solid rgba(0,0,0,.2);
}
body.highlander-dark h3.sd-title::before {
border-top: 1px solid rgba(255,255,255,.4);
} .sd-sharing {
margin-bottom: 1em;
}
.sd-content ul {
padding: 0 !important;
margin: 0 !important;
list-style: none !important;
}
.sd-content ul li {
display: inline-block;
margin: 0 8px 12px 0;
padding: 0;
}
.sd-content ul li.share-deprecated {
opacity: 0.5;
}
.sd-content ul li.share-deprecated a span {
text-decoration: line-through;
}
.sd-block.sd-gplus {
margin: 0 0 .5em 0;
}
.sd-gplus .sd-content {
font-size: 12px;
} .sd-content .share-email-error .share-email-error-title {
margin: 0.5em 0;
}
.sd-content .share-email-error .share-email-error-text {
font-family: "Open Sans", sans-serif;
font-size: 12px;
margin: 0.5em 0;
} .sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom, .sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a { text-decoration: none !important;
display: inline-block;
font-size: 13px;
font-family: "Open Sans", sans-serif;
font-weight: 500;
border-radius: 4px;
color: #2C3338 !important;
background: #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
text-shadow: none;
line-height: 23px;
padding: 4px 11px 3px 9px;
}
.sd-social-official .sd-content ul li a.sd-button,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
align-items: center;
display: flex;
font-size: 12px;
line-height: 12px;
padding: 1px 6px 0 5px;
min-height: 20px;
}
.sd-social-official .sd-content ul.preview li a.sd-button,
.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
position: relative;
top: 2px;
}
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span, .sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span { line-height: 23px;
margin-left: 6px;
} .sd-social-icon .sd-content ul li a.sd-button>span {
margin-left: 0;
}
body .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-icon.no-text span:not(.custom-sharing-span) {
display: none;
} .sd-social-text .sd-content ul li a.sd-button span {
margin-left: 3px;
}
.sd-social-official .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
line-height: 12px;
margin-left: 3px;
}
.sd-social-official .sd-content>ul>li>a.sd-button::before,
.sd-social-official .sd-content>ul>li .digg_button>a::before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button::before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a::before {
margin-bottom: -1px;
}
.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.22);
}
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
} .sd-content ul li a.sd-button::before {
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: 400 18px/1 social-logos;
vertical-align: top;
text-align: center;
} .sd-social-icon-text ul li a.sd-button::before {
position: relative;
top: 2px;
} @media screen and (-webkit-min-device-pixel-ratio:0) {
.sd-content ul li a.sd-button::before {
position: relative;
top: 2px;
}
}
.sd-social-official ul li a.sd-button::before {
position: relative;
top: -2px;
} @media screen and (-webkit-min-device-pixel-ratio:0) {
.sd-social-official ul li a.sd-button::before {
top: 0;
}
} .jp-sharing-input-touch .sd-content ul li { padding-left: 10px; }
.sd-content ul li.preview-item.no-icon a.sd-button span {
margin-left: 0;
} .sd-social-text .sd-content ul li a::before,
.sd-content ul li.no-icon a::before {
display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
background-image: none;
background-position: -500px -500px !important; background-repeat: no-repeat !important;
padding-left: 0;
height: 0;
line-height: inherit;
}
.sd-social-icon .sd-content ul li a.share-more {
position: relative;
top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.sd-social-icon .sd-content ul li a.share-more {
top: 2px;
}
} @-moz-document url-prefix() {
.sd-social-icon .sd-content ul li a.share-more {
top: 2px;
}
}
.sd-social-icon .sd-content ul li a.share-more span {
margin-left: 3px;
} .sd-social-icon .sd-content ul li.share-print a::before,
.sd-social-text .sd-content ul li.share-print a::before,
.sd-content ul li.share-print div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-print a::before,
.sd-social-official .sd-content li.share-print a::before {
content: '\f469';
}
.sd-social-icon .sd-content ul li.share-email a::before,
.sd-social-text .sd-content ul li.share-email a::before,
.sd-content ul li.share-email div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-email a::before,
.sd-social-official .sd-content li.share-email a::before {
content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a::before,
.sd-social-text .sd-content ul li.share-linkedin a::before,
.sd-content ul li.share-linkedin div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-linkedin a::before {
content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a::before,
.sd-social-text .sd-content ul li.share-twitter a::before,
.sd-content ul li.share-twitter div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-twitter a::before,
.sd-social-icon .sd-content ul li.share-x a::before,
.sd-social-text .sd-content ul li.share-x a::before,
.sd-content ul li.share-x div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-x a::before {
content: '\f10e';
}
.sd-social-icon .sd-content ul li.share-reddit a::before,
.sd-social-text .sd-content ul li.share-reddit a::before,
.sd-content ul li.share-reddit div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-reddit a::before,
.sd-social-official .sd-content li.share-reddit a::before {
content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a::before,
.sd-social-text .sd-content ul li.share-tumblr a::before,
.sd-content ul li.share-tumblr div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-tumblr a::before {
content: '\f607';
}
.sd-social-icon .sd-content ul li.share-pocket a::before,
.sd-social-text .sd-content ul li.share-pocket a::before,
.sd-content ul li.share-pocket div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-pocket a::before {
content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a::before,
.sd-social-text .sd-content ul li.share-pinterest a::before,
.sd-content ul li.share-pinterest div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-pinterest a::before {
content: '\f210';
}
.sd-social-icon .sd-content ul li.share-facebook a::before,
.sd-social-text .sd-content ul li.share-facebook a::before,
.sd-content ul li.share-facebook div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-facebook a::before {
content: '\f203';
}
.sd-social-icon .sd-content ul li.share-press-this a::before,
.sd-social-text .sd-content ul li.share-press-this a::before,
.sd-content ul li.share-press-this div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-press-this a::before,
.sd-social-official .sd-content li.share-press-this a::before {
content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a::before {
color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a::before,
.sd-social-text .sd-content ul li.share-telegram a::before,
.sd-content ul li.share-telegram div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-telegram a::before,
.sd-social-official .sd-content li.share-telegram a::before {
content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a::before {
color: #08c;
}
.sd-social-icon .sd-content ul li.share-threads a::before,
.sd-social-text .sd-content ul li.share-threads a::before,
.sd-content ul li.share-threads div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-threads a::before,
.sd-social-official .sd-content li.share-threads a::before {
content: '\f10d';
}
.sd-social-official .sd-content li.share-threads a::before {
color: #000;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-threads a.sd-button {
background: #000;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-mastodon a::before,
.sd-social-text .sd-content ul li.share-mastodon a::before,
.sd-content ul li.share-mastodon div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-mastodon a::before,
.sd-social-official .sd-content li.share-mastodon a::before {
content: '\f10a';
}
.sd-social-official .sd-content li.share-mastodon a::before {
color: #563ACC;
}
.sd-social-icon .sd-content ul a.share-more::before,
.sd-social-text .sd-content ul a.share-more::before,
.sd-content ul li.advanced a.share-more::before,
.sd-social-icon-text .sd-content a.share-more::before,
.sd-social-official .sd-content a.share-more::before {
content: '\f415';
}
.sd-social-official .sd-content a.share-more::before {
color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a::before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a::before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a::before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a::before {
content: '\f608';
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a::before {
color: #43d854;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
background: #43d854;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-nextdoor a::before,
.sd-social-text .sd-content ul li.share-nextdoor a::before,
.sd-content ul li.share-nextdoor div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-nextdoor a::before,
.sd-social-official .sd-content li.share-nextdoor a::before {
content: '\f10c';
}
.sd-social-official .sd-content li.share-nextdoor a::before {
color: #8ED500;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-nextdoor a.sd-button {
background: #8ED500;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-bluesky a::before,
.sd-social-text .sd-content ul li.share-bluesky a::before,
.sd-content ul li.share-bluesky div.option.option-smart-off a::before,
.sd-social-icon-text .sd-content li.share-bluesky a::before,
.sd-social-official .sd-content li.share-bluesky a::before {
content: '\f10f';
}
.sd-social-official .sd-content li.share-bluesky a::before {
color: #0085ff;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-bluesky a.sd-button {
background: #0085ff;
color: #fff !important;
}
.sd-social-icon .sd-content ul li.share-deprecated a::before,
.sd-social-icon-text .sd-content li.share-deprecated a::before,
.sd-social-official .sd-content li.share-deprecated a::before,
.sd-content ul li.share-deprecated div.option.option-smart-off a::before {
width: 1em;
height: 1em;
content: "\1F6AB";
} .sd-social .sd-button .share-count {
background: #2ea2cc;
color: #fff;
border-radius: 10px;
display: inline-block;
text-align: center;
font-size: 10px;
padding: 1px 3px;
line-height: 1;
}
.sd-social-official .sd-content>ul>li>a.sd-button span {
line-height: 1;
}
.sd-social-official .sd-content ul {
display: flex;
flex-wrap: wrap;
}
.sd-social-official .sd-content ul::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.sd-social-official .sd-content li.share-press-this a {
margin: 0 0 5px 0;
}
.sd-social-official .sd-content ul>li {
display: flex;
max-height: 18px;
}
.sd-social-official .sd-content ul>li .option-smart-off {
margin-right: 8px;
}
.sd-social-official .fb-share-button > span {
vertical-align: top !important;
}
.sd-social-official .sd-content .pocket_button iframe {
width: 98px;
} .pocket_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
margin: 0 !important;
}
.linkedin_button>span, .pinterest_button a {
display: block !important;
}
.sd-social-official .sd-content .share-tumblr iframe {
max-width: 53px;
width: unset;
}
body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
position: relative;
top: 0;
} body .sd-social-icon .sd-content li.share-custom>a {
padding: 2px 3px 0 3px;
position: relative;
top: 4px;
}
body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
background-size: 16px 16px;
background-repeat: no-repeat;
margin-left: 0;
padding: 0 0 0 19px;
display: inline-block;
height: 21px;
line-height: 16px;
}
body .sd-content ul li.share-custom a span[hidden] {
display: none;
}
body .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-icon.no-text .custom-sharing-span {
color: transparent;
}
body .sd-social-icon .sd-content li.share-custom a span {
width: 0;
padding-left: 16px !important;
} .sharing-hidden .inner {
position: absolute;
z-index: 2;
border: 1px solid #ccc;
padding: 10px;
background: #fff;
box-shadow: 0 5px 20px rgba(0,0,0,.2);
border-radius: 2px;
margin-top: 5px;
max-width: 400px;
}
.sharing-hidden .inner ul{
margin: 0 !important;
}
.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
clear: both;
margin: 0 !important;
height: 0 !important;
}
.sharing-hidden .inner::before, .sharing-hidden .inner::after {
position: absolute;
z-index: 1;
top: -8px;
left: 20px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #ccc;
content: "";
display: block;
}
.sharing-hidden .inner::after {
z-index: 2;
top: -7px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 8px solid #fff;
}
.sharing-hidden ul {
margin: 0;
} .sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
border-radius: 50%;
border: 0;
box-shadow: none;
padding: 7px;
position: relative;
top: -2px;
line-height: 1;
width: auto;
height: auto;
margin-bottom: 0;
max-width: 32px;
}
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
line-height: 1;
}
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
border: none;
opacity: .6;
}
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button::before {
top: 0;
}
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
padding: 8px 8px 6px 8px;
}
.sd-social-icon .sd-content ul li a.sd-button.share-more {
margin-left: 10px;
}
.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
margin-left: 0;
}
.sd-social-icon .sd-button span.share-count {
position: absolute;
bottom: 0;
right: 0;
border-radius: 0;
background: #555;
font-size: 9px;
} .sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
background: #e9e9e9;
margin-top: 2px;
text-indent: 0;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
background: #2c4762;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
background: #0866ff;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
background: #000;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-x a.sd-button {
background: #000;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
background: #ca1f27;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
color: #555 !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
background: #4f94d4;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
background: #08c;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
background: #0077b5;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
background: #ee4056;
color: #fff !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
background: #cee3f8;
color: #555 !important;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-mastodon a.sd-button {
background: linear-gradient(to top, #563ACC 0%, #6364FF 100%);
color: #fff !important;
}
#jetpack-source_f_name {
display: none!important;
position: absolute !important;
left: -9000px;
}
.sd-content .share-customize-link {
margin-top: 8px;
line-height: 11px;
}
.sd-content .share-customize-link a {
font-size: 11px;
font-family: "Open Sans", sans-serif;
}
@media print {
.sharedaddy.sd-sharing-enabled {
display: none;
}
}@font-face{font-family:social-logos;src:url(data:application/octet-stream;base64,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) format('woff2');display:inline-block;vertical-align:middle;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-logo__amazon:before{content:"\f600"}.social-logo__behance:before{content:"\f101"}.social-logo__blogger-alt:before{content:"\f601"}.social-logo__blogger:before{content:"\f602"}.social-logo__bluesky:before{content:"\f10f"}.social-logo__codepen:before{content:"\f216"}.social-logo__dribbble:before{content:"\f201"}.social-logo__dropbox:before{content:"\f225"}.social-logo__eventbrite:before{content:"\f603"}.social-logo__facebook:before{content:"\f203"}.social-logo__fediverse:before{content:"\f10b"}.social-logo__feed:before{content:"\f413"}.social-logo__flickr:before{content:"\f211"}.social-logo__foursquare:before{content:"\f226"}.social-logo__ghost:before{content:"\f61c"}.social-logo__github:before{content:"\f200"}.social-logo__google-alt:before{content:"\f102"}.social-logo__google-plus-alt:before{content:"\f218"}.social-logo__google-plus:before{content:"\f206"}.social-logo__google:before{content:"\f103"}.social-logo__instagram:before{content:"\f215"}.social-logo__link:before{content:"\f109"}.social-logo__linkedin:before{content:"\f207"}.social-logo__mail:before{content:"\f410"}.social-logo__mastodon:before{content:"\f10a"}.social-logo__medium-alt:before{content:"\f106"}.social-logo__medium:before{content:"\f623"}.social-logo__nextdoor:before{content:"\f10c"}.social-logo__patreon:before{content:"\f105"}.social-logo__pinterest-alt:before{content:"\f210"}.social-logo__pinterest:before{content:"\f209"}.social-logo__pocket:before{content:"\f224"}.social-logo__polldaddy:before{content:"\f217"}.social-logo__print:before{content:"\f469"}.social-logo__reddit:before{content:"\f222"}.social-logo__share:before{content:"\f415"}.social-logo__skype:before{content:"\f220"}.social-logo__sms:before{content:"\f110"}.social-logo__spotify:before{content:"\f515"}.social-logo__squarespace:before{content:"\f605"}.social-logo__stumbleupon:before{content:"\f223"}.social-logo__telegram:before{content:"\f606"}.social-logo-threads:before{content:"\f10d"}.social-logo__tiktok-alt:before{content:"\f107"}.social-logo__tiktok:before{content:"\f108"}.social-logo__tumblr-alt:before{content:"\f607"}.social-logo__tumblr:before{content:"\f214"}.social-logo__twitch:before{content:"\f516"}.social-logo__twitter-alt:before{content:"\f10e"}.social-logo__twitter:before{content:"\f610"}.social-logo__vimeo:before{content:"\f212"}.social-logo__whatsapp:before{content:"\f608"}.social-logo__woocommerce:before{content:"\f104"}.social-logo__wordpress:before{content:"\f205"}.social-logo__x:before{content:"\f10e"}.social-logo__xanga:before{content:"\f609"}.social-logo__youtube:before{content:"\f213"}