@charset 'UTF-8';
.enews-wrapper {
display: flex;
width:100%;
padding: 0;
margin: 0;
flex-wrap: wrap;
}
.enews-element {
display: flex;
width:50%;
padding: 25px;
}
.enews-container {
display: flex;
flex-wrap: nowrap;
width:100%;
background-color: #073E2B;
padding: 20px 30px 20px 20px;
}
.enews-date {
color: #FFF;
font-family: Clarika Geometric Thin, serif;
letter-spacing: 1px;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 20px;
}
.enews-title {
color: #FFF;
font-family: Clarika Geometric Bold, serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
letter-spacing: 0.5px;
line-height: normal;
margin-top: 20px;
}
.enews-excerpt {
color: #FFF;
font-family: Clarika Geometric Thin, serif;
letter-spacing: 0.5px;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 15px;
}
.enews-button {
color: #FFF;
font-family: Playfair Display, serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: inline-flex;
padding: 13px 25px;
justify-content: center;
align-items: center;
gap: 10px;
border: 1px solid #FFF;
text-decoration: none !important;
margin-top: 40px;
}
.enews-thumbnail {
min-width: 308px;
max-height: 301px;
}
.enews-content {
max-width: 447px;
margin-left: 30px;
}
.enews-hide {
max-height: 0;
width: 100%;
overflow-y: hidden;
-webkit-transition: all 1.5s ease-in-out;
-moz-transition: all 1.5s ease-in-out;
-o-transition: all 1.5s ease-in-out;
transition: all 1.5s ease-in-out;
opacity: 0;
}
.enews-button-section {
display: flex;
width: 100%;
margin-left: 20px;
justify-content: center;
margin-top: 25px;
margin-bottom: 100px;
}
.enews-readmore {
color: #073E2B !important;
font-family: Playfair Display, serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: inline-flex;
padding: 13px 25px;
justify-content: center;
align-items: center;
gap: 10px;
border: 1px solid #073E2B;
}
.enews-readmore-hide {
color: #073E2B !important;
font-family: Playfair Display, serif;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: inline-flex;
padding: 13px 25px;
justify-content: center;
align-items: center;
gap: 10px;
border: 1px solid #073E2B;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
opacity: 0;
visibility: hidden;
}
.enews-slidedown {
-webkit-transition: all 1.5s ease-in-out;
-moz-transition: all 1.5s ease-in-out;
-o-transition: all 1.5s ease-in-out;
transition: all 1.5s ease-in-out;
width: 100%;
max-height: 10000px !important;
opacity: 1;
}
.eshoper-gallery-carousel {
padding:0 160px 0 160px;
margin: 0;
}
.eshoper-gallery-carousel .slick-prev, .eshoper-gallery-carousel .slick-next, .eshoper-timeline .slick-next, .eshoper-timeline .slick-prev {
width: 60px;
height: 60px;
}
.eshoper-gallery-carousel .slick-prev {
margin: 0 0 0 100px;
padding: 0;
}
.eshoper-gallery-carousel .slick-next {
margin: 0 100px 0 0;
padding: 0;
}
.eshoper-timeline .slick-next, .eshoper-timeline .slick-prev {
display: flex;
position: absolute;
top:56%;
z-index: 5;
}
.eshoper-gallery-carousel-hover {
background: #073E2B;
}
.eshoper-gallery-carousel-hover:hover {
opacity: 0.3;
transition: all ease 1s;
}
.eshoper-gallery {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.eshoper-gallery-title {
display: flex;
flex-wrap: nowrap;
width: 100%;
justify-content: center;
padding:0 50px 0 50px;
}
.eshoper-gallery-number {
display: flex;
width: 20%;
justify-content: center;
}
.eshoper-gallery {
display :flex;
flex-wrap: wrap;
width: 100%;
margin-bottom: 90px;
}
.eshoper-gallery-item {
width: 20%;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.eshoper-gallery-arrow {
width: 100%;
display: flex;
justify-content: center;
margin-bottom: 15px;
}
.eshoper-gallery-image-element {
width: 100%;
display: flex;
justify-content: center;
}
.eshoper-gallery-main {
border-top:1px solid #073E2B;
padding: 0 50px 0 50px;
}
.eshoper-gallery-main, .eshoper-gallery-content {
display: flex;
justify-content: center;
flex-wrap: nowrap;
width: 100%;
}
.eshoper-gallery-number {
color: #073E2B;
font-family: Playfair Display, serif;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 25px;
}
.eshoper-gallery-image {
position: relative;
}
.eshoper-gallery-image .eshoper-gallery-hover {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: 0.5s all ease-in;
background: #073E2B;
width: 100%;
height: 100%;
}
.eshoper-gallery-image:hover .eshoper-gallery-hover {
opacity: 0.7;
transition: 0.5s all ease-out;
}
.eshoper-gallery-mobile .eshoper-gallery-hover {
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: 0.5s all ease-in;
background: #073E2B;
width: 100%;
height: 100%;
}
.eshoper-gallery-mobile:hover .eshoper-gallery-mobile-image:hover .eshoper-gallery-hover {
opacity: 0.7;
transition: 0.5s all ease-out;
}
.eshoper-gallery-image:hover::before, .eshoper-gallery-mobile-image:hover::before {
content: url(//barokonfederacija.lt/wp-content/plugins/eshoperwidgets/assets/images/icon-eye.png);
display: flex;
justify-content: center;
align-items: center;
z-index: 2;
position: absolute;
width: 100%;
height: 100%;
}
.eshoper-gallery-mobile-image:hover::before {
margin: 0 -20px 0 -10px;
}
.eshoper-timeline-inner {
max-width: 963px;
margin: 0 auto;
background-color: #073E2B;
color: #FFF;
text-align: center;
font-family: Clarika Geometric Light, sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding: 48px 37px;
}
.eshoper-timeline-content-element {
display: flex;
justify-content: center;
margin-top: 50px;
margin-bottom: 100px;
}
.eshoper-timeline-item-inner {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.eshoper-timeline-image {
width: 100%;
justify-content: center;
display: flex;
}
.eshoper-timeline-image img {
width: 100%;
}
.eshoper-timeline-timeline {
width: 100%;
margin-top: 50px;
}
.eshoper-timeline-year {
display: flex;
justify-content: center;
color: #FFF;
font-family: Playfair Display, serif;
font-size: 44px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 30px;
}
.eshoper-timeline-left {
opacity: 0.5;
transition: 1s all ease-in;
}
.eshoper-timeline-left .eshoper-timeline-timeline-image {
width: 80%;
max-height: 115px;
height: 100vh;
background-size: contain;
margin-top: -30px;
background: url(//barokonfederacija.lt/wp-content/plugins/eshoperwidgets/assets/images/baro-timeline-left.png) no-repeat bottom right;
}
.eshoper-timeline-left .eshoper-timeline-timeline {
display: flex;
flex-wrap:wrap;
justify-content: right;
margin-right: 25px;
}
.eshoper-timeline-left .eshoper-timeline-image {
margin-left: -150px;
}
.eshoper-timeline-right .eshoper-timeline-image {
margin-right: -150px;
}
.eshoper-timeline-left .eshoper-timeline-year {
display: flex;
width: 80%;
justify-content: left;
margin-right: -20px;
}
.eshoper-timeline-center .eshoper-timeline-year, .slick-center .eshoper-timeline-year {
margin-top: -10px;
margin-bottom: 10px;
}
.eshoper-timeline-center .eshoper-timeline-timeline-image, .slick-center .eshoper-timeline-timeline-image {
width: 100%;
background-size: cover !important;
max-height: 115px;
height: 100vh;
background: url(//barokonfederacija.lt/wp-content/plugins/eshoperwidgets/assets/images/baro-timeline-center.png) no-repeat bottom;
margin-top: 0;
}
.eshoper-timeline-right .eshoper-timeline-timeline-image {
width: 80%;
max-height: 115px;
height: 100vh;
background-size: contain;
margin-top: -30px;
background: url(//barokonfederacija.lt/wp-content/plugins/eshoperwidgets/assets/images/baro-timeline-right.png) no-repeat bottom left;
}
.eshoper-timeline-right .eshoper-timeline-timeline {
display: flex;
flex-wrap:wrap;
justify-content: left;
margin-left: 25px;
}
.eshoper-timeline-right .eshoper-timeline-year {
display: flex;
width: 80%;
justify-content: right;
margin-left: -20px;
}
.eshoper-timeline-center .eshoper-timeline-image, .slick-center .eshoper-timeline-image {
transform: scale(1.3);
transition: all ease-in-out 1.5s;
transform-origin: bottom center;
}
.eshoper-timeline-center .eshoper-timeline-timeline, .slick-center .eshoper-timeline-timeline {
margin-top:50px;
}
.eshoper-timeline-image {
margin-top: 80px;
}
.enews-button:hover {
display: inline-flex;
padding: 13px 25px;
justify-content: center;
align-items: center;
gap: 10px;
background: #FFF;
transition: all ease-in-out 1s;
color: #073E2B;
font-family: Playfair Display, serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.enews-readmore {
cursor: pointer;
}
.enews-readmore:hover {
display: inline-flex;
padding: 13px 25px;
justify-content: center;
align-items: center;
gap: 10px;
transition: all ease-in-out 1s;
color: #FFF !important;
font-family: Playfair Display, serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
border: 1px solid #073E2B;
background: #073E2B;
}
.image-masked {
mask: url(//barokonfederacija.lt/wp-content/plugins/eshoperwidgets/assets/images/image-mask.svg);
-webkit-mask-image: url(//barokonfederacija.lt/wp-content/plugins/eshoperwidgets/assets/images/image-mask.svg);
mask-image: url(//barokonfederacija.lt/wp-content/plugins/eshoperwidgets/assets/images/image-mask.svg);
-webkit-mask-size: 100%;
mask-size: 100%;
-webkit-mask-repeat: no-repeat;
}
.eshoper-timeline-title-mobile {
display: none;
}
.eshoper-gallery-mobile {
display: none;
}
@media only screen and (max-width: 1365px) {
.eshoper-timeline-timeline {
display: none !important;
}
.enews-excerpt {
font-family: "Clarika Geometric Light", serif;
}
.enews-date {
font-family: "Clarika Geometric Light", serif;
}
.eshoper-timeline-content-element {
margin-top: 0;
margin-bottom: 40px;
}
.eshoper-timeline-inner {
padding: 30px 40px 30px 40px;
min-height: 532px !important;
}
.eshoper-timeline-title-mobile {
display: flex;
position: relative;
margin-bottom: 25px;
}
.mobile-left {
width: 45px !important;
left: 0 !important;
display: flex !important;
flex-direction: column !important;
justify-content: space-between !important;
align-items: center !important;
}
.mobile-right {
width: 45px !important;
right: 0 !important;
display: flex !important;
flex-direction: column !important;
justify-content: space-between !important;
align-items: center !important;
}
.eshoper-timeline-year-mobile {
color: #FFF;
text-align: center;
font-family: Playfair Display, serif;
font-size: 34px;
font-style: normal;
width: 100%;
font-weight: 400;
line-height: normal;
}
.eshoper-timeline-center .eshoper-timeline-image, .slick-center .eshoper-timeline-image {
transform: scale(1) !important;
transition: unset;
transform-origin: unset;
}
.eshoper-timeline-slider .slick-slide {
transform: scale(1) !important;
transition: unset !important;
opacity: 1 !important;
}
.eshoper-timeline-left .eshoper-timeline-image {
margin-left: unset;
}
.eshoper-timeline-right .eshoper-timeline-image {
margin-right: unset;
width: 100%;
}
.eshoper-timeline-image {
margin-top: unset;
padding: 0 25px 0 25px;
}
.slick-cloned {
display: none;
}
.eshoper-timeline-item {
margin: 0 0 38px 0;
}
.enews-element {
width: 100%;
padding: 0;
}
.enews-container {
flex-wrap: wrap;
}
.enews-content {
margin: 0;
}
.enews-title {
font-size: 20px;
}
.enews-button {
margin-top: 30px;
}
.enews-container {
padding: 20px 20px 30px 20px;
}
.enews-element {
margin-bottom: 30px;
}
.enews-button-section {
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.eshoper-gallery-carousel {
padding:0;
margin: 0;
}
.eshoper-gallery-carousel .slick-prev, .eshoper-gallery-carousel .slick-next, .eshoper-timeline .slick-next, .eshoper-timeline .slick-prev {
width: 45px;
height: 45px;
position: absolute;
top: -50px;
}
.eshoper-gallery-carousel .slick-prev {
margin: 0;
padding: 0;
left: 40px;
}
.eshoper-gallery-carousel .slick-next {
margin: 0;
padding: 0;
right: 40px;
}
.eshoper-gallery-mobile {
display: flex;
flex-wrap: wrap;
width: 100%;
}
.eshoper-gallery-mobile-image {
width: 100%;
display: flex;
padding: 0 20px 0 10px;
position: relative;
}
.eshoper-gallery-mobile-carousel {
width: 100%;
}
.eshoper-gallery-mobile .slick-list {
padding: 0 25% 0 0 !important;
}
.eshoper-gallery-mobile-title {
color:  #073E2B;
font-family: Playfair Display, serif;
font-size: 34px;
font-style: normal;
font-weight: 400;
display: flex;
height: 100%;
line-height: 1;
}
.eshoper-gallery-mobile-slide {
display: flex;
flex-wrap: nowrap;
align-items: center;
position: relative;
width: 100%;
margin-bottom: 17px;
padding-left: 40px;
}
.eshoper-gallery-mobile-line {
width: 75%;
height: 1px;
background: #073E2B;
display: flex;
position: absolute;
top: 60%;
right: 0;
}
.eshoper-gallery-mobile-carousel-wrapper {
padding-left: 30px;
width: 100%;
}
.eshoper-gallery-title {
display: none;
}
.eshoper-gallery-main {
display: none;
}
.eshoper-timeline .timeline-next, .eshoper-timeline .timeline-prev {
display: none !important;
}
}
@media only screen and (min-width: 680px) and (max-width: 1365px) {
.enews-thumbnail {
max-width: 33%;
display: flex;
align-items: center;
margin-right: 15px;
}
.enews-content {
max-width: 62%;
}
.enews-button {
margin-top: 20px;
}
.eshoper-gallery-carousel .eshoper-gallery-carousel-item .eshoper-gallery-image-element {
width: 100%;
}
.eshoper-gallery-carousel .eshoper-gallery-carousel-item .eshoper-gallery-image-element a {
width: 100%;
padding: 0 50px 0 50px;
}
.eshoper-gallery-carousel .eshoper-gallery-carousel-item .eshoper-gallery-image-element .eshoper-gallery-image img {
width: 100%;
}
.eshoper-timeline-inner {
min-height: 430px !important;
}
.eshoper-timeline-image .image-masked {
width: 100%;
}
.eshoper-timeline-image {
padding: 0 50px;
}
.eshoper-gallery-mobile-image {
padding: 0 30px 0 20px;
}
.eshoper-gallery-mobile-image:hover::before {
margin: 0 -30px 0 -20px;
}
.eshoper-gallery-mobile .slick-list {
padding: 0 15% 0 0 !important;
}
.eshoper-gallery-mobile-slide {
padding-left: 60px;
}
.eshoper-gallery-mobile-line {
width: 83%;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1600px) {
.eshoper-timeline-left .eshoper-timeline-image {
margin-left: 0;
}
.eshoper-timeline-right .eshoper-timeline-image {
margin-right: 0;
}
}
@media only screen and (min-width: 1365px) and (max-width: 1600px) {
.enews-container {
align-items: center;
flex-wrap: wrap;
}
.eshoper-timeline-image {
padding: 0 30px;
}
.enews-content {
margin-left: 0;
}
.eshoper-gallery-image {
padding: 0 15px;
}
.eshoper-gallery-image:hover::before {
margin: 0 -15px;
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}body.lb-disable-scrolling {
overflow: hidden;
}
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
}
.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
outline: none;
}
.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
max-height: none;
border-radius: 3px; border: 4px solid white;
}
.lightbox a img {
border: none;
}
.lb-outerContainer {
position: relative;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px; background-color: white;
}
.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}
.lb-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(//barokonfederacija.lt/wp-content/plugins/eshoperwidgets/lightbox/src/images/loading.gif) no-repeat;
}
.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
.lb-container > .nav {
left: 0;
}
.lb-nav a {
outline: none;
background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-prev, .lb-next {
height: 100%;
cursor: pointer;
display: block;
}
.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(//barokonfederacija.lt/wp-content/plugins/eshoperwidgets/lightbox/src/images/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(//barokonfederacija.lt/wp-content/plugins/eshoperwidgets/lightbox/src/images/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
width: 100%;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}
.lb-data {
padding: 0 4px;
color: #ccc;
}
.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
}
.lb-data .lb-caption {
font-size: 13px;
font-weight: bold;
line-height: 1em;
}
.lb-data .lb-caption a {
color: #4ae;
}
.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999999;
}
.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(//barokonfederacija.lt/wp-content/plugins/eshoperwidgets/lightbox/src/images/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
 .slick-loading .slick-list
{
background: #fff url(https://barokonfederacija.lt/wp-content/plugins/eshoperwidgets/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://barokonfederacija.lt/wp-content/plugins/eshoperwidgets/slick/fonts/slick.eot);
src: url(https://barokonfederacija.lt/wp-content/plugins/eshoperwidgets/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://barokonfederacija.lt/wp-content/plugins/eshoperwidgets/slick/fonts/slick.woff) format('woff'), url(https://barokonfederacija.lt/wp-content/plugins/eshoperwidgets/slick/fonts/slick.ttf) format('truetype'), url(https://barokonfederacija.lt/wp-content/plugins/eshoperwidgets/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{flex-direction:row-reverse;text-align:end}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{flex-direction:row;text-align:start}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-bottom:15px;margin-left:auto!important;margin-right:auto!important}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}