@charset 'UTF-8';
.wpmf-gallery-addon-wrap {
position: relative;
}
.wpmf-gallery-addon-wrap.loading:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.6);
background-image: url(//fryderyki.pl/wp-content/plugins/wp-media-folder-gallery-addon/assets/images/Loading_icon.gif);
background-position: center;
background-repeat: no-repeat;
z-index: 9;
}
.wpmf-gallerys-addon {
margin: 10px 0;
}
.wpmf-gallery-addon-wrap:not(.wpmfslick.wpmf-slick-crop-0) .square_thumbnail,
.wpmf_square_thumbnail { position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1;
transition: opacity .1s;
}
.wpmf-gallery-addon-wrap:not(.wpmfslick.wpmf-slick-crop-0) .square_thumbnail:after,
.wpmf_square_thumbnail:after{
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.wpmf-gallery-addon-wrap:not(.wpmfslick.wpmf-slick-crop-0) .square_thumbnail .img_centered,
.wpmf_square_thumbnail .img_centered {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: translate(50%, 50%);
}
.wpmf-gallery-addon-wrap:not(.wpmfslick.wpmf-slick-crop-0) .square_thumbnail .img_centered img,
.wpmf_square_thumbnail .img_centered img {
transform: translate(-50%, -50%) !important;
position: absolute;
top: 0;
left: 0;
max-height: 100%;
max-width: 100% !important;
width: 100% !important;
height: 100% !important;
object-fit: cover;
padding: 0 !important; }
.wpmf-gallery-addon-wrap.gallery_default.ratio_default .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: 100%;
content: "";
display: block;
}
.wpmf-gallery-addon-wrap.ratio_1_1 .wpmf-gallery-item .wpmf-gallery-icon:before,
.gallery_comments_item .img_box_box {
padding-top: 100%;
content: "";
display: block;
}
.wpmf-gallery-addon-wrap.ratio_3_2 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/3*2);
content: "";
display: block;
}
.wpmf-gallery-addon-wrap.ratio_2_3 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/2*3);
content: "";
display: block;
}
.wpmf-gallery-addon-wrap.ratio_4_3 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/4*3);
content: "";
display: block;
}
.wpmf-gallery-addon-wrap.ratio_3_4 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/3*4);
content: "";
display: block;
}
.wpmf-gallery-addon-wrap.ratio_16_9 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/16*9);
content: "";
display: block;
}
.wpmf-gallery-addon-wrap.ratio_9_16 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/9*16);
content: "";
display: block;
}
.wpmf-gallery-addon-wrap.ratio_21_9 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/21*9);
content: "";
display: block;
}
.wpmf-gallery-addon-wrap.ratio_9_21 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/9*21);
content: "";
display: block;
}
.wpmf_gallery_box .wpmf-gallery-item img {
margin: 0 auto !important;
}
.wpmf_overlay {
position: absolute !important;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 1;
opacity: 0;
background: rgba(10,6,6,0.4);
overflow: hidden;
}
.wpmf_overlay.isvideo {
background-image: url(//fryderyki.pl/wp-content/plugins/wp-media-folder-gallery-addon/assets/images/icon-play32.png);
background-repeat: no-repeat;
background-position: center center;
}
.hover_false .wpmf_overlay {
opacity: 0 !important;
}
.wpmf-gallery-item:hover .wpmf_overlay {
opacity: 1;
display: block;
}
.wpmf_overlay .wpmf_hover_box {
width: 100%;
height: 100%;
position: relative;
padding: 0;
box-sizing: border-box;
}
.wpmf_overlay .wpmf_text {
margin: 0;
width: calc(100% - 30px);
position: absolute;
}
.wpmf_overlay .wpmf_text_top_left {
top: 15px;
left: 15px;
text-align: left;
}
.wpmf_overlay .wpmf_text_top_right {
top: 15px;
right: 15px;
text-align: right;
}
.wpmf_overlay .wpmf_text_top_center {
top: 15px;
left: 15px;
text-align: center;
}
.wpmf_overlay .wpmf_text_bottom_left {
bottom: 15px;
left: 15px;
text-align: left;
}
.wpmf_overlay .wpmf_text_bottom_right {
bottom: 15px;
right: 15px;
text-align: right;
}
.wpmf_overlay .wpmf_text_bottom_center {
bottom: 15px;
left: 15px;
text-align: center;
}
.wpmf_overlay .wpmf_text_center_center {
left: 15px;
top: 15px;
height: calc(100% - 30px);
display: flex;
align-items: center;
justify-content: center;
}
.wpmf_overlay .wpmf_box_same_position {
display: flex;
flex-direction: column;
padding: 15px;
box-sizing: border-box;
flex-wrap: wrap;
}
.wpmf_overlay .wpmf_box_center_center {
align-items: center;
justify-content: center;
}
.wpmf_overlay .wpmf_box_top_left {
align-items: flex-start;
justify-content: flex-start;
}
.wpmf_overlay .wpmf_box_top_right {
align-items: flex-end;
justify-content: flex-start;
}
.wpmf_overlay .wpmf_box_bottom_left {
align-items: flex-start;
justify-content: flex-end;
}
.wpmf_overlay .wpmf_box_bottom_right {
align-items: flex-end;
justify-content: flex-end;
}
.wpmf_overlay .wpmf_box_top_center {
align-items: center;
justify-content: flex-start;
}
.wpmf_overlay .wpmf_box_bottom_center {
align-items: center;
justify-content: flex-end;
}
.wpmf_overlay .wpmf_box_same_position .wpmf_text {
width: 100%;
display: block;
position: relative;
height: auto;
top: auto;
left: auto;
right: auto;
bottom: auto;
}
.wpmf_overlay .wpmf_box_top_left .wpmf_text,
.wpmf_overlay .wpmf_box_bottom_left .wpmf_text {
text-align: left;
}
.wpmf_overlay .wpmf_box_top_right .wpmf_text,
.wpmf_overlay .wpmf_box_bottom_right .wpmf_text {
text-align: right;
}
.wpmf_overlay .wpmf_box_top_center .wpmf_text,
.wpmf_overlay .wpmf_box_bottom_center .wpmf_text {
text-align: center;
}
.wpmf_overlay .wpmf_box_same_position .wpmf_text:first-child {
margin-bottom: 5px;
}
.logged-in .fancybox-toolbar,
.logged-in .fancybox-infobar {
top: 32px !important;
} .wpmf-custom-grid {
position: relative;
}
.wpmf-custom-grid .wpmf-gallery-item.grid-item {
width: calc((100% - 25px)/6);
height: 210px; padding: 0 !important;
opacity: 0; }
.wpmf-custom-grid.wpmfInitPackery .wpmf-gallery-item.grid-item {
opacity: 1 !important;
}
.wpmf-custom-grid .wpmf-gallery-item.grid-item .wpmf-gallery-icon,
.wpmf-custom-grid .wpmf-gallery-item.grid-item .wpmf-gallery-icon a:not(.wpmf_gallery_download_icon) {
height: 100%;
overflow: hidden;
}
.wpmf-custom-grid .wpmf-gallery-item.grid-item .wpmf-gallery-icon a img {
height: 100% !important;
object-fit: cover;
}
.wpmf-custom-grid.wpmfgutter-5 .wpmf-gallery-item {
width: calc((100% - 25px)/6);
}
.wpmf-custom-grid.wpmfgutter-10 .wpmf-gallery-item {
width: calc((100% - 50px)/6);
}
.wpmf-custom-grid.wpmfgutter-15 .wpmf-gallery-item {
width: calc((100% - 75px)/6);
}
.wpmf-custom-grid.wpmfgutter-20 .wpmf-gallery-item {
width: calc((100% - 100px)/6);
}
.wpmf-custom-grid.wpmfgutter-25 .wpmf-gallery-item {
width: calc((100% - 125px)/6);
}
.wpmf-custom-grid.wpmfgutter-30 .wpmf-gallery-item {
width: calc((100% - 150px)/6);
}
.wpmf-custom-grid.wpmfgutter-35 .wpmf-gallery-item {
width: calc((100% - 175px)/6);
}
.wpmf-custom-grid.wpmfgutter-40 .wpmf-gallery-item {
width: calc((100% - 200px)/6);
}
.wpmf-custom-grid.wpmfgutter-45 .wpmf-gallery-item {
width: calc((100% - 225px)/6);
}
.wpmf-custom-grid.wpmfgutter-50 .wpmf-gallery-item {
width: calc((100% - 250px)/6);
}  .wpmf-card {
border: none;
background: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
margin-bottom: 30px;
position: relative
}
.wpmf-card-title{
font-weight: 400;
font-family: Poppins,sans-serif;
font-size: 18px;
}
.wpmf-card .wpmf-card-body {
padding: 15px 20px
}
.wpmf-card.image-over-card {
display: inline-block;
position: relative;
width: 100%;
margin-top: 30px !important;
margin-bottom: 30px;
border-radius: 6px;
color: rgba(0, 0, 0, .87);
background: #fff;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
-o-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}
.wpmf-card.image-over-card .wpmf-card-image {
height: auto;
position: relative;
overflow: hidden;
margin-left: 15px;
margin-right: 15px;
margin-top: -30px;
border-radius: 2px;
box-shadow: 0 10px 40px -13px rgba(0, 0, 0, .58), 0 4px 27px 0 rgba(0, 0, 0, .16), 0 7px 10px -5px rgba(0, 0, 0, .3)
}
.wpmf-card.image-over-card .wpmf-card-image img {
width: 100%;
height: auto;
border-radius: 2px;
pointer-events: none;
vertical-align: middle !important;
} .wpmf-has-border-radius-1 .wpmf-gallery-item,
.wpmf-has-border-radius-1 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-1 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-1 .wpmf-gallery-item img,
.wpmf-has-border-radius-1.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-1 .wpmf-gallery-item .wpmf_overlay {
border-radius: 1px !important;
}
.wpmf-has-border-radius-2 .wpmf-gallery-item,
.wpmf-has-border-radius-2 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-2 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-2 .wpmf-gallery-item img,
.wpmf-has-border-radius-2.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-2 .wpmf-gallery-item .wpmf_overlay {
border-radius: 2px !important;
}
.wpmf-has-border-radius-3 .wpmf-gallery-item,
.wpmf-has-border-radius-3 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-3 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-3 .wpmf-gallery-item img,
.wpmf-has-border-radius-3.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-3 .wpmf-gallery-item .wpmf_overlay {
border-radius: 3px !important;
}
.wpmf-has-border-radius-4 .wpmf-gallery-item,
.wpmf-has-border-radius-4 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-4 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-4 .wpmf-gallery-item img,
.wpmf-has-border-radius-4.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-4 .wpmf-gallery-item .wpmf_overlay {
border-radius: 4px !important;
}
.wpmf-has-border-radius-5 .wpmf-gallery-item,
.wpmf-has-border-radius-5 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-5 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-5 .wpmf-gallery-item img,
.wpmf-has-border-radius-5.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-5 .wpmf-gallery-item .wpmf_overlay {
border-radius: 5px !important;
}
.wpmf-has-border-radius-6 .wpmf-gallery-item,
.wpmf-has-border-radius-6 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-6 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-6 .wpmf-gallery-item img,
.wpmf-has-border-radius-6.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-6 .wpmf-gallery-item .wpmf_overlay {
border-radius: 6px !important;
}
.wpmf-has-border-radius-7 .wpmf-gallery-item,
.wpmf-has-border-radius-7 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-7 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-7 .wpmf-gallery-item img,
.wpmf-has-border-radius-7.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-7 .wpmf-gallery-item .wpmf_overlay {
border-radius: 7px !important;
}
.wpmf-has-border-radius-8 .wpmf-gallery-item,
.wpmf-has-border-radius-8 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-8 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-8 .wpmf-gallery-item img,
.wpmf-has-border-radius-8.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-8 .wpmf-gallery-item .wpmf_overlay {
border-radius: 8px !important;
}
.wpmf-has-border-radius-9 .wpmf-gallery-item,
.wpmf-has-border-radius-9 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-9 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-9 .wpmf-gallery-item img,
.wpmf-has-border-radius-9.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-9 .wpmf-gallery-item .wpmf_overlay {
border-radius: 9px !important;
}
.wpmf-has-border-radius-10 .wpmf-gallery-item,
.wpmf-has-border-radius-10 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-10 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-10 .wpmf-gallery-item img,
.wpmf-has-border-radius-10.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-10 .wpmf-gallery-item .wpmf_overlay {
border-radius: 10px !important;
}
.wpmf-has-border-radius-11 .wpmf-gallery-item,
.wpmf-has-border-radius-11 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-11 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-11 .wpmf-gallery-item img,
.wpmf-has-border-radius-11.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-11 .wpmf-gallery-item .wpmf_overlay {
border-radius: 11px !important;
}
.wpmf-has-border-radius-12 .wpmf-gallery-item,
.wpmf-has-border-radius-12 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-12 .wpmf-gallery-item img,
.wpmf-has-border-radius-12.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-12 .wpmf-gallery-item .wpmf_overlay {
border-radius: 12px !important;
}
.wpmf-has-border-radius-13 .wpmf-gallery-item,
.wpmf-has-border-radius-13 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-13 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-13 .wpmf-gallery-item img,
.wpmf-has-border-radius-13.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-13 .wpmf-gallery-item .wpmf_overlay {
border-radius: 13px !important;
}
.wpmf-has-border-radius-14 .wpmf-gallery-item,
.wpmf-has-border-radius-14 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-14 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-14 .wpmf-gallery-item img,
.wpmf-has-border-radius-14.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-14 .wpmf-gallery-item .wpmf_overlay {
border-radius: 14px !important;
}
.wpmf-has-border-radius-15 .wpmf-gallery-item,
.wpmf-has-border-radius-15 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-15 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-15 .wpmf-gallery-item img,
.wpmf-has-border-radius-15.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-15 .wpmf-gallery-item .wpmf_overlay {
border-radius: 15px !important;
}
.wpmf-has-border-radius-16 .wpmf-gallery-item,
.wpmf-has-border-radius-16 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-16 .wpmf-gallery-item img,
.wpmf-has-border-radius-16.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-16 .wpmf-gallery-item .wpmf_overlay {
border-radius: 16px !important;
}
.wpmf-has-border-radius-17 .wpmf-gallery-item,
.wpmf-has-border-radius-17 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-17 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-17 .wpmf-gallery-item img,
.wpmf-has-border-radius-17.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-17 .wpmf-gallery-item .wpmf_overlay {
border-radius: 17px !important;
}
.wpmf-has-border-radius-18 .wpmf-gallery-item,
.wpmf-has-border-radius-18 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-18 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-18 .wpmf-gallery-item img,
.wpmf-has-border-radius-18.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-18 .wpmf-gallery-item .wpmf_overlay {
border-radius: 18px !important;
}
.wpmf-has-border-radius-19 .wpmf-gallery-item,
.wpmf-has-border-radius-19 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-19 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-19 .wpmf-gallery-item img,
.wpmf-has-border-radius-19.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-19 .wpmf-gallery-item .wpmf_overlay {
border-radius: 19px !important;
}
.wpmf-has-border-radius-20 .wpmf-gallery-item,
.wpmf-has-border-radius-20 .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-20 .wpmf-gallery-item .wpmf-card-image,
.wpmf-has-border-radius-20 .wpmf-gallery-item img,
.wpmf-has-border-radius-20.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-20 .wpmf-gallery-item .wpmf_overlay {
border-radius: 20px !important;
}
.wpmf-gallerys-addon .wpmfslick .wpmf-gallery-icon img:not(.glrsocial_image),
.wpmf-gallerys-addon:not(.wpmf-flipster) .wpmf-gallery-item img:not(.glrsocial_image) {
width: 100%;
height: auto;
vertical-align: middle;
transform: none; }
.square_grid .wpmf-gallery-icon {
position: relative;
}
.gallery-masonry-horizontal {
opacity: 0;
transition: ease all 500ms;
}
.gallery-masonry-horizontal.justified-gallery {
opacity: 1;
}
.gallery-masonry .wpmf-gallery-item.jg-entry-visible {
opacity: 1;
}
.wpmf-gallery-item .jg-caption {
display: none !important;
}
.gallery-masonry .wpmf-gallery-item.jg-entry-visible .wpmf-gallery-icon,
.gallery-masonry .wpmf-gallery-item.jg-entry-visible .wpmf-gallery-icon #wpmfgalleryimg {
height: 100% !important;
}
.gallery-masonry .wpmf-gallery-item.jg-entry-visible .wpmf-gallery-icon #wpmfgalleryimg {
object-fit: cover;
}
.wpmf_gallery_box .flipster {
overflow-y: hidden !important;
opacity: 1 !important;
}
.wpmf-flipster .wpmf-gallery-item {
margin: 0;
min-height: 100px;
display: inline-table;
vertical-align: top;
opacity: 0;
position: relative;
}
.wpmf-flipster.wpmf-single-item .wpmf-gallery-item {
opacity: 1;
}
.wpmf-flipster .wpmf-gallery-item.flipster__item {
opacity: 1;
}
.wpmf-flipster .wpmf-gallery-item .wpmf-gallery-icon img {
margin: 0 auto !important;
}
.wpmf-flipster .flipster__item__content {
position: relative;
display: table-cell;
vertical-align: middle;
}
.wpmf_subgallery .wimg {
height: 202px;
width: 202px;
position: relative;
float: left;
text-align: center;
max-width: 100%;
margin-left: 10px;
margin-right: 10px;
}
.wpmf_subgallery .wimg img {
border-radius: 5px;
margin: 34px 10px 10px;
border: 1px solid #eee;
}
.wpmf_subgallery .wpmfgallerylink {
text-decoration: none !important;
border: 0 !important;
box-shadow: none !important;
}
.wpmf_subgallery .wpmfgallerylink {
margin-left: 1px;
position: absolute;
top: 0;
left: 0;
}
.wpmf_subgallery span {
position: absolute;
display: inline-block;
font-weight: bold;
left: 0;
bottom: -20px;
width: 100%;
}
.wpmf-gridblock-filters {
width: 100%;
display: inline-block;
box-sizing: border-box;
margin: 10px 0;
}
.wpmf-gridblock-filters .gridblock-filter-categories {
position: relative;
overflow: auto;
width: 100%;
margin: 0 auto !important;
padding: 0;
}
.wpmf-gridblock-filters .gridblock-filter-categories.gridblock-filter-categories-transparent {
background-color: transparent;
}
.wpmf-gridblock-filters .gridblock-filter-categories.gridblock-filter-categories-transparent .filter-all-control a,
.wpmf-gridblock-filters .gridblock-filter-categories.gridblock-filter-categories-transparent .filter-all-control.disabled a,
.wpmf-gridblock-filters .gridblock-filter-categories.gridblock-filter-categories-transparent .filter-all-control.disabled a:hover {
color: rgba(255, 255, 255, 0.7);
}
.wpmf-gridblock-filters .gridblock-filter-categories.gridblock-filter-categories-transparent .filter-all-control a:hover,
.wpmf-gridblock-filters .gridblock-filter-categories.gridblock-filter-categories-transparent .filter-all-control a.active {
color: #fff;
}
.wpmf-gridblock-filters .gridblock-filter-categories.gridblock-filter-categories-transparent .indicator {
background-color: #fff;
}
.wpmf-gridblock-filters .gridblock-filter-categories.gridblock-filter-categories-fixed-width {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.wpmf-gridblock-filters .gridblock-filter-categories.gridblock-filter-categories-fixed-width .filter-all-control {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.wpmf-gridblock-filters .gridblock-filter-categories .filter-all-control {
display: inline-block;
text-align: center;
line-height: 40px;
height: 40px;
padding: 0;
margin: 0 10px;
text-transform: uppercase;
min-width: 100px;
border-bottom: transparent 3px solid;
background-color: transparent !important;
}
.wpmf-gridblock-filters .gridblock-filter-categories .filter-all-control.selected {
border-bottom: #ff8726 3px solid;
}
.wpmf-gridblock-filters .gridblock-filter-categories .filter-all-control a {
color: #000;
display: block;
width: 100%;
height: 100%;
font-size: 14px;
overflow: hidden;
transition: color .28s ease;
text-decoration: none;
box-shadow: none !important;
border: 0 !important;
cursor: pointer;
background-color: transparent !important;
}
.wpmf-gridblock-filters .gridblock-filter-categories .filter-all-control a:hover, .wpmf-gridblock-filters .gridblock-filter-categories .filter-all-control a.active {
background-color: transparent;
color: #000;
outline: none;
}
.wpmf-gridblock-filters .gridblock-filter-categories .filter-all-control.disabled a,
.wpmf-gridblock-filters .gridblock-filter-categories .filter-all-control.disabled a:hover {
color: #b2ebf2;
cursor: default;
}
.wpmf-gridblock-filters .gridblock-filter-categories .indicator {
position: absolute;
bottom: 0;
height: 2px;
background-color: #000;
will-change: left, right;
}
.wpmf-gridblock-filters .collapsible-body {
box-sizing: border-box;
padding: 2rem;
}
.gallery_material {
background: #fafafa;
}
.gallery_material .wpmf-card-image a {
float: left;
width: 100%;
}
.wpmf_gallery_wrap {
margin: 15px 0;
}
.wpmf_gallery_wrap {
visibility: visible !important;
}
.wpmf_gallery_wrap::after {
content: ' ';
clear: both;
display: block;
}
.wpmf_gallery_tree {
width: 250px;
float: left;
margin: 10px 0;
}
.wpmf_search_galleries_form {
position: relative;
margin-bottom: 10px;
width: calc(100% - 25px);
margin-left: 12.5px;
}
.wpmf_search_galleries_form svg {
position: absolute;
left: 10px;
cursor: pointer;
vertical-align: sub;
margin-right: 0;
width: 18px;
top: 50%;
transform: translate(0, -50%);
}
.wpmf_search_galleries {
outline: none !important;
font-size: 12px !important;
border: 0.5px solid #707070 !important;
background-color: #ffffff !important;
color: #32373c !important;
padding: 0 10px 0 35px !important;
width: 100% !important;
height: 36px !important;
line-height: 36px;
border-radius: 4px !important;
margin: 0 !important;
box-sizing: border-box;
}
.search_no_result_wrap {
margin: 0;
display: none;
text-align: center;
width: calc(100% - 25px);
margin-left: 12.5px;
margin-bottom: 20px;
}
.search_no_result_wrap svg {
width: 50px;
}
.search_no_result_wrap p {
font-size: 12px;
color: #555;
}
.wpmf-tags .wpmf_gallery_box{
position: relative;
}
.wpmf_gallery_box {
width: calc(100% - 250px);
float: right;
text-align: center;
}
.wpmf_gallery_box.fullbox {
width: 100%;
display: inline-block;
}
.wpmf_gallery_wrap .title-folder {
box-shadow: none;
}
.wpmf_gallery_wrap .title-folder:hover {
box-shadow: none;
}
.square_grid .gallery-item {
display: inline-block !important;
padding: 3px !important;
text-align: center !important;
vertical-align: top !important;
margin: 0 !important;
}
.square_grid a {
width: 100% !important;
}
.square_grid .wpmf-gallery-icon a{
text-align: center;
}
.wpmf-gallery-item .wpmf-gallery-icon a {
box-shadow: none !important;
}
.gallery_icons_wrap {
display: flex;
align-items: center;
justify-content: flex-end;
position: absolute;
right: 0;
top: 10px;
z-index: 999;
width: 100%;
padding: 0 10px;
}
.gallery_icons_wrap .wpmf-gallery-icon .wpmf_gallery_download_icon,
.gallery_icons_wrap .wpmf_gallery_add_to_list {
margin-left: 10px;
position: relative !important;
top: auto !important;
right: auto !important;
display: flex;
align-items: center;
justify-content: center;
}
.gallery_icons_wrap .wpmf_gallery_download_icon {
position: relative !important;
top: auto !important;
right: auto !important;
}
.wpmf_gallery_add_to_list.selected span {
color: #f6851f;
}
.wpmfPopup {
z-index: 9999999 !important;
}
.gallery_download_box,
.gallery_download_wishlist_box {
position: relative;
background: #FFF;
padding: 20px;
width: 350px;
margin: 20px auto;
max-width: 90%;
max-height: 80vh;
overflow: auto;
border-radius: 8px;
}
.gallery_download_box.loading:before,
.gallery_download_wishlist_box.loading:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.6);
background-image: url(//fryderyki.pl/wp-content/plugins/wp-media-folder-gallery-addon/assets/images/loader.gif);
background-size: 20px;
background-position: center;
background-repeat: no-repeat;
z-index: 9;
}
.gallery_download_box ul {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
}
.gallery_download_box ul li {
display: flex !important;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 15px 0 !important;
margin: 0 !important;
border-bottom: #eee 1px solid !important;
}
.gallery_download_box ul li .wpmf_size_row {
display: flex !important;
flex-wrap: wrap;
align-items: center;
}
.gallery_download_box ul li input[type="radio"] {
margin: 0 !important;
margin-right: 10px !important;
width: 16px !important;
height: 16px !important;
padding: 0 !important;
}
.gallery_download_box ul li:last-child {
border-bottom: 0 !important;
}
.gallery_download_box ul li .wpmf_size_label,
.gallery_download_box ul li .wpmf_size_label span {
color: #000;
}
.gallery_download_box ul li .wpmf_size_label {
text-transform: capitalize;
margin: 0 !important;
padding: 0 !important;
font-size: 16px;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}
.gallery_download_box ul li .wpmf_size_label span {
text-transform: none;
color: #c8c8c9;
font-size: 13px;
}
.gallery_download_box ul li a span {
color: #0274be !important;
}
.gallery_download_box ul li a:hover span {
color: #f6851f !important;
}
.gallery_comments_box {
position: relative;
background: #FFF;
padding: 20px;
padding-bottom: 50px;
width: 1024px;
margin: 20px auto;
max-width: 90%;
max-height: 90vh;
overflow: auto;
}
.gallery_comments_item {
display: flex;
margin-bottom: 20px;
}
.gallery_comments_item .img_box {
width: 40%;
text-align: center;
position: relative;
}
.comment-wrap .gallery_comments_item .img_box {
width: 30%;
}
.gallery_comments_item .img_box .img_box_box {
position: relative;
overflow: hidden;
}
.gallery_comments_item img {
max-width: 100%;
}
.gallery_comments_item .img_box svg {
position: absolute;
top: 20px;
right: 20px;
z-index: 99;
display: none;
width: 28px;
height: 28px;
}
.gallery_comments_item .img_box .img_box_box:hover svg {
display: block;
cursor: pointer;
}
.gallery_comments_item .img_box .img_box_box:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
z-index: 9;
left: 0;
top: 0;
background: rgba(0,0,0,0.4);
opacity: 0;
transition: ease all 300ms;
}
.gallery_comments_item .img_box .img_box_box:hover:before {
opacity: 1;
}
.gallery_comment_inputs {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.gallery_name_inputs {
display: block;
position: fixed;
bottom: 0;
right: 0;
z-index: 999;
width: 100%;
}
.gallery_name_inputs > div {
min-width: 250px;
width: 1024px;
margin: 0 auto;
max-width: 90%;
background: #fff;
padding: 20px;
text-align: right;
display: flex;
align-items: center;
justify-content: flex-end;
}
.gallery_name_inputs > div p {
width: 60%;
float: right;
text-align: left;
padding-left: 15px;
display: block;
margin: 0;
}
.wpmf_gallery_reply_input,
.gallery_name_inputs > div input {
width: 100%;
outline: 0 !important;
box-sizing: border-box;
padding: 10px;
border: 1px solid #eaeaea;
border-radius: 2px;
background: #fafafa;
box-shadow: none;
height: 30px !important;
}
.gallery_name_inputs > div input {
width: auto;
margin-left: 10px;
}  .gallery_comment_inputs > p {
width: 100%;
margin-bottom: 5px !important;
}
.gallery_comments_item .gallery_image_info h4 {
margin-top: 0;
margin-bottom: 5px;
font-size: 18px !important;
line-height: 1.5 !important;
color: #000 !important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-bottom: 0;
}
.gallery_comments_item .gallery_image_info p {
font-size: 12px !important;
color: #666 !important;
margin-top: 0;
margin-bottom: 15px;
padding-bottom: 0 !important;
}
.gallery_comments_item .gallery_image_info textarea {
width: 100%;
height: 70px;
outline: 0 !important;
box-sizing: border-box;
padding: 10px;
border: 1px solid #eaeaea;
border-radius: 2px;
background: #fafafa;
box-shadow: none;
}
.wpmf_input_error {
border: #f6851f 1px solid !important;
}
.gallery_comments_item .gallery_image_info {
width: 60%;
max-width: 100%;
padding: 0 0 0 20px;
position: relative;
box-sizing: border-box;
}
.comment-wrap .gallery_comments_item .gallery_image_info {
width: 70%;
}
.gallery_image_info.loading:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.6);
background-image: url(//fryderyki.pl/wp-content/plugins/wp-media-folder-gallery-addon/assets/images/loader.gif);
background-size: 20px;
background-position: center;
background-repeat: no-repeat;
z-index: 9;
}
.wpmf_gallery_buttons {
text-align: center;
margin-top: 25px;
width: 100%;
position: relative;
}
.gallery_comments_box.loading .wpmf_gallery_buttons:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
z-index: 9;
left: 0;
top: 0;
background: rgba(255,255,255,0.6);
}
.wpmf_gallery_buttons button {
position: relative;
height: 36px;
min-width: 64px;
padding: 0 16px;
display: inline-block;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
overflow: hidden;
will-change: box-shadow;
transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
outline: none;
cursor: pointer;
text-decoration: none;
text-align: center;
line-height: 36px;
vertical-align: middle;
margin: 0;
border-radius: 4px;
border: 0 !important;
}
.wpmf_cancel_gallery_btn {
color: #ffffff !important;
margin-right: 10px !important;
background: #c8c8c9 !important;
}
.wpmf_submit_gallery_btn,
.wpmf_download_image_btn,
.wpmf_download_wishlist_image_btn {
background-color: #0580b8 !important;
border-color: #0580b8 !important;
color: #fff !important;
}
.gallery_comment_form {
width: calc(100% - 20px);
margin-top: 30px;
position: absolute;
bottom: 0;
}
.gallery_comment_form > p {
margin-bottom: 10px !important;
}
.gallery_comment_form .wpmf_gallery_reply_btn_row {
margin-bottom: 0 !important;
text-align: right;
}
.wpmf_comment_lists {
max-height: 165px;
overflow: auto;
padding: 10px 20px;
border: #eee 1px solid;
}
.wpmf_comment_lists::-webkit-scrollbar {
width: 4px;
}
.wpmf_comment_lists::-webkit-scrollbar-thumb {
background: #0580b8;
}
.wpmf_comment_lists::-webkit-scrollbar-track {
background: #eee;
}
.wpmf_gallery_reply {
margin-left: 5px;
margin-right: 5px;
text-decoration: underline !important;
color: #0274be !important;
}
.wpmf_gallery_reply:hover {
color: #f6851f !important;
}
.wpmf_gallery_reply.selected {
color: #f6851f !important;
}
.gallery_image_info ul {
list-style: none !important;
padding-left: 20px !important;
margin-left: 0;
}
.gallery_image_info .wpmf_comment_lists > ul {
padding: 0 !important;
margin: 0 !important;
}
.gallery_comments_item .gallery_image_info ul li .div_p {
font-size: 13px !important;
color: #666 !important;
margin-top: 0;
margin-bottom: 5px;
width: 100%;
font-weight: 400;
}
.wpmf_gallery_author {
font-weight: 600;
color: #050505;
}
.wpmf_gallery_author sup {
color: #2ced35 !important;
font-size: 10px !important;
}
.wpmf_gallery_reply_btn {
font-size: 14px;
text-decoration: none !important;
color: #000 !important;
}
.wpmf_gallery_reply_btn:hover {
color: #f6851f !important;
}
.wpmf-gallery-icon:hover .wpmf_gallery_download_icon {
visibility: visible;
}
.wpmf-gallery-icon .wpmf_gallery_download_icon span,
.wpmf_gallery_add_to_list span{
color: #fff;
font-size: 24px;
}
.wpmf_gallery_show_request_list_row {
margin-bottom: 15px !important;
display: flex;
align-items: center;
justify-content: center;
width: 100% !important;
}
.wpmf_wishlist_msg_error {
color: #f00;
font-size: 16px;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
letter-spacing: 0.02em;
}
.wpmf_gallery_show_request_list,
.wpmf_gallery_download_list,
.wpmf_gallery_filter_wishlist {
background: #1e1e1e !important;
text-decoration: none !important;
outline: 0 !important;
color: #fff !important;
display: flex;
flex-wrap: wrap;
padding: 7px 15px;
border-radius: 4px;
align-items: center;
justify-content: center;
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-size: 15px;
letter-spacing: 0.02em;
}
.wpmf_gallery_show_request_list:hover,
.wpmf_gallery_download_list:hover,
.wpmf_gallery_filter_wishlist:hover {
box-shadow: 1px 1px 10px #ccc;
}
.wpmf_gallery_show_request_list_row a img {
margin-right: 3px;
width: 20px;
}
.wpmf_gallery_show_request_list_row a .wpmf_loader_fe {
margin-left: 3px;
}
.wpmf_gallery_filter_wishlist {
background: #666666 !important;
}
.wpmf_gallery_filter_wishlist.selected {
background: green !important;
}
.wpmf_gallery_download_list {
background: #072c5e !important;
}
.wpmf_gallery_download_list,
.wpmf_gallery_filter_wishlist {
margin-left: 10px;
}
.wpmf-gallery-item .wpmf_gallery_lightbox {
width: 100%;
display: inline-block;
}
.flipster__item .wpmf_gallery_lightbox {
display: inline;
}
.wpmf_gallery_lightbox .wpmf_gallery_lightbox {
display: block;
}
.wpmf-flipster .flipto-next, .wpmf-flipster .flipto-prev {
padding: 10px;
color: #fff;
background: #ccc;
border: 0 !important;
font-style: normal !important;
cursor: pointer;
}
.wpmf-flipster .flipster__button {
margin: 0;
top: calc(50% - 22px) !important;
border: 0;
background: transparent !important;
}
.loading_gallery {
margin: 0 auto;
width: 130px !important;
}
.elementor-element-edit-mode .loading_gallery {
display: none;
}
.wpmf-gallery-caption {
font-size: 12px !important;
overflow: hidden !important;
text-overflow: ellipsis;
} .gallery_material .wpmf-card.image-over-card {
box-shadow: none;
border: 0;
margin-bottom: 5px;
}
.wpmf_gallery_default .wpmf-card.image-over-card .wpmf_gallery_lightbox {
display: block !important;
}
.glrdefault {
padding: 0;
min-width: auto;
max-width: none;
}
.glrdefault .wpmf-gallery-icon {
position: relative;
}
.glrdefault .wpmf-gallery-caption {
margin: 0 auto !important;
padding: 10px !important;
}
hr.wpmfglr-line-break {
height: 0 !important;
overflow: hidden !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
}
.glrdefault figure {
box-sizing: border-box;
}
.wpmfglr_social {
position: absolute;
bottom: 5px;
right: 10px;
z-index: 9999999;
display: none;
}
.wpmf_gallery_box .flipster .wpmfglr_social {
max-height: 31px;
}
.glrsocial_image {
box-shadow: none !important;
width: 18px !important;
height: 18px !important;
display: inline-block !important;
vertical-align: middle !important;
}
.wpmfslick .wpmfglr_social {
bottom: auto;
top: 10px;
}
.wpmf-flipster .flipster__container {
padding: 15px 0 !important;
margin: 0;
list-style: none;
}
.wpmfslick .wpmfglr_social .glrsocial_image,
.wpmf-flipster .wpmfglr_social .glrsocial_image {
vertical-align: middle;
margin: 0 !important;
}
.wpmfglr_social a .dashicons {
font-size: 18px;
vertical-align: middle;
}
.flipster .wpmfglr_social {
right: 5px;
top: 5px;
bottom: auto;
}
.wpmfglr_social a {
margin: 0 2.5px;
width: auto !important;
color: #fff !important;
text-decoration: none !important;
box-shadow: none !important;
display: inline-block !important;
border: 0 !important;
}
.wpmf-gallery-item:hover .wpmfglr_social {
display: flex;
align-items: center;
justify-content: center;
}
.wpmf_gallery_lists {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
width: 100%;
row-gap: 15px;
column-gap: 15px;
transition: ease all 300ms;
margin-top: 56px;
opacity: 1 !important;
}
.wpmf_gallery_lists.wpmf_navigation_loaded {
opacity: 1 !important;
}
.wpmf_gallery_list_item {
width: calc(50% - 7.5px);
position: relative;
overflow: hidden;
display: flex;
flex-wrap: wrap;
cursor: pointer;
border-radius: 4px;
}
.wpmf_gallery_navigation_3_columns .wpmf_gallery_list_item {
width: calc(33.3333% - 7.5px);
}
.wpmf_gallery_navigation_4_columns .wpmf_gallery_list_item {
width: calc(25% - 7.5px);
}
.wpmf_gallery_navigation_5_columns .wpmf_gallery_list_item {
width: calc(20% - 7.5px);
}
.wpmf_gallery_list_item img {
width: 100%;
height: 150px;
object-fit: cover;
transition: ease all 300ms;
}
.wpmf_gallery_list_item:hover img {
transform: scale(1.05);
}
.wpmf_gallery_list_item p {
width: 100%;
background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.38));
bottom: 0;
left: 0;
position: absolute;
right: 0;
z-index: 1;
padding: 10px 15px 15px 15px;
box-sizing: border-box;
color: #fff;
margin: 0 !important;
text-align: left;
} .wpmf_gallery_tree ul {
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
.wpmf_gallery_tree li {
margin: 0;
padding: 0;
font-size: 13px;
z-index: 10;
line-height: 18px;
text-overflow: ellipsis;
white-space: nowrap;
position: relative;
}
.wpmf_gallery_tree li.folderhide {
display: none;
}
.wpmf_gallery_tree li.selected > a {
color: #2196F3;
}
.wpmf-gallery-tree-item {
margin: 3px 0;
width: 100%;
display: inline-block;
position: relative;
box-sizing: border-box;
cursor: pointer;
}
.wpmf-gallery-tree-item * {
vertical-align: middle !important;
display: inline-block;
}
.wpmf-gallery-item-inside {
width: calc(100% - 25px);
position: relative;
margin: 0 auto;
left: 12.5px;
padding: 3px 0;
border: 0;
box-sizing: border-box;
}
.wpmf-gallery-text-item {
width: calc(100% - 60px);
}
.wpmf-gallery-thumbnail-icon {
width: 26px !important;
height: 26px !important;
margin: 0 10px 0 0 !important;
border-radius: 4px !important;
}
.wpmf_navigation_medium .wpmf-gallery-thumbnail-icon {
width: 38px !important;
height: 38px !important;
}
.wpmf_navigation_large .wpmf-gallery-thumbnail-icon {
width: 52px !important;
height: 52px !important;
}
.wpmf_gallery_tree li.selected > .wpmf-gallery-tree-item .wpmf-gallery-item-title,
.wpmf_gallery_tree .wpmf-gallery-tree-item:hover .wpmf-gallery-item-title {
color: #0073ab !important;
font-weight: bold;
} .wpmf_gallery_tree li.closed li.selected:before {
content: normal;
}
.wpmf-gallery-toggle-icon {
width: 28px;
line-height: 15px;
}
.wpmf-gallery-tree-item .wpmf-gallery-item-title {
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
font-size: 14px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 18px;
text-align: left;
color: #454545;
letter-spacing: 0.5px;
}
.wpmf-gallery-tree-item .wpmf-gallery-arrow {
background-image: url(//fryderyki.pl/wp-content/plugins/wp-media-folder-gallery-addon/assets/images/Arrow-tree.svg);
width: 20px;
height: 8px;
display: inline-block;
background-size: 100% 100%;
vertical-align: middle;
}
.wpmf_gallery_tree li.closed > ul {
display: none;
height: 0; }
.wpmf_gallery_tree li .wpmf-gallery-arrow {
transition: 0.1s ease-in-out;
}
.wpmf_gallery_tree li:not(.closed) > .wpmf-gallery-tree-item a .wpmf-gallery-arrow {
transform: rotate(90deg);
}
.wpmf_gallery_tree li.closed li span:after {
content: normal;
}
.wpmf_gallery_tree li .wpmf-gallery-drag-hover .wpmf-gallery-item-title {
font-weight: bold;
color: #0073ab !important;
}
.wpmf_remote_video_fe {
position: absolute;
top: 10px;
left: 10px;
z-index: 889;
color:#fff;
font-style: normal !important;
}
.wpmf_gallery_addon.alignright, .wpmf_gallery_addon.alignleft, .wpmf_gallery_addon.aligncenter {
width: 100%;
max-width: 620px;
}
@media only screen and (max-width: 768px) {
.gallery_comments_box {
padding: 40px 20px 20px 20px;
}
.gallery_comments_item {
flex-direction: column;
}
.gallery_comments_item .img_box,
.gallery_comments_item .gallery_image_info {
width: 100%;
}
.gallery_comments_item .gallery_image_info {
padding: 20px 0;
}
.gallery_comments_item .img_box {
min-height: auto;
}
.gallery_comment_form {
position: relative;
width: 100%;
left: auto;
}
.gallery_comment_inputs {
flex-direction: column;
}
.gallery_comment_inputs > div {
width: 100% !important;
margin-bottom: 10px !important;
}
.gallery_name_inputs > div p {
width: 100%;
padding-left: 0;
}
.gallery_name_inputs > div input {
width: 100%;
margin-left: 0;
}
}
@media only screen and (max-width: 600px) {
.wpmf_gallery_tree, .wpmf_gallery_box {
width: 100% !important;
}
.wpmf_gallery_list_item {
width: calc(50% - 7.5px) !important;
}
.wpmf_gallery_lists {
margin-top: 10px;
}
}
@media only screen and (max-width: 450px) {
.gallery_default .wpmf-gallery-item {
width: 50% !important;
}
.wpmf_gallery_wrap .wpmf_gallery_tree ~ .wpmf_gallery_box .gallery_material figure,
.wpmf_gallery_wrap .wpmf_gallery_tree ~ .wpmf_gallery_box .wpmf-gallery-item {
width: 100% !important;
}
.wpmfglr-line-break {
display: none;
}
.fancybox-container {
width: 100vw !important;
}
}.wpmfGalleryModal {
width: 90%;
height: 90% !important;
max-width: 100% !important;
max-height: 100%;
}
.wpmfGalleryModal .components-modal__header {
margin: 0 !important;
height: 40px !important;
}
.wpmfGalleryModal::-webkit-scrollbar-track,
.wpmfGalleryModal::-webkit-scrollbar,
.wpmfGalleryModal::-webkit-scrollbar-thumb {
display:none;
}
.wpmfGalleryModal .components-modal__content {
padding: 0 !important;
margin-top: 40px;
}
.wpmfGalleryModal .components-modal__content:before {
margin-bottom: 0;
}
.wpmfGalleryModal .components-modal__header .components-button {
left: 0 !important;
}
.wpmfGalleryModal .components-modal__content .components-modal__header .components-modal__header-heading {
padding: 10px !important;
}
.wpmfGalleryModal .components-modal__content > div:not(.components-modal__header) {
height: calc(100% - 5px);
}
.wpmfGalleryModal iframe {
height: 100%;
}
.wpmf-gallerys-addon .gallery-masonry[data-wpmfcolumns="1"] .wpmf-gallery-item {
width: 100%;
}
.wpmf-gallerys-addon .gallery-masonry[data-wpmfcolumns="2"] .wpmf-gallery-item {
width: 50%;
}
.wpmf-gallerys-addon .gallery-masonry[data-wpmfcolumns="3"] .wpmf-gallery-item {
width: calc(100%/3);
}
.wpmf-gallerys-addon .gallery-masonry[data-wpmfcolumns="4"] .wpmf-gallery-item {
width: 25%;
}
.wpmf-gallerys-addon .gallery-masonry[data-wpmfcolumns="5"] .wpmf-gallery-item {
width: 20%;
}
.wpmf-gallerys-addon .gallery-masonry[data-wpmfcolumns="6"] .wpmf-gallery-item {
width: calc(100%/6);
}
.wpmf-gallerys-addon .gallery-masonry[data-wpmfcolumns="7"] .wpmf-gallery-item {
width: calc(100%/7);
}
.wpmf-gallerys-addon .gallery-masonry[data-wpmfcolumns="8"] .wpmf-gallery-item {
width: 12.5%
}
.wpmf-gallerys-addon .gallery-masonry[data-wpmfcolumns="9"] .wpmf-gallery-item {
width: calc(100%/9);
}
.wpmf-gallerys-addon .gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
margin: 2.5px;
}
.wpmf-custom-grid {
opacity: 0;
}
.wpmf-custom-grid.wpmfInitPackery {
opacity: 1;
}
.wpmf_glraddon_title_block {
background: grey;
color: #fff;
text-align: left;
font-size: 14px;
font-weight: bold;
line-height: 20px;
padding: 10px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.wpmf_glraddon_block_loading {
text-align: center;
width: 100%;
display: inline-block;
}
.wpmf-gallery-addon-block-preview .wpmf_gallery_wrap {
margin: 10px 0 !important;
}
.wpmf-gallery-addon-block-preview .loading_gallery {
display: none !important;
}
.wpmf-gallery-addon-block-preview .gallery-masonry .wpmf-gallery-item {
margin: 0 !important;
}
.wpmf-gallery-addon-block-preview .gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
width: 100% !important;
}
.wpmf-gallery-addon-block-preview .wpmf-gutterwidth-0.gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
margin: 0 !important;
width: 100% !important;
}
.wpmf-gallery-addon-block-preview .wpmf-gutterwidth-5.gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
margin: 2.5px !important;
width: calc(100% - 5px) !important;
}
.wpmf-gallery-addon-block-preview .wpmf-gutterwidth-10.gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
margin: 5px !important;
width: calc(100% - 10px) !important;
}
.wpmf-gallery-addon-block-preview .wpmf-gutterwidth-15.gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
margin: 7.5px !important;
width: calc(100% - 15px) !important;
}
.wpmf-gallery-addon-block-preview .wpmf-gutterwidth-20.gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
margin: 10px !important;
width: calc(100% - 20px) !important;
}
.wpmf-gallery-addon-block-preview .wpmf-gutterwidth-25.gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
margin: 12.5px !important;
width: calc(100% - 25px) !important;
}
.wpmf-gallery-addon-block-preview .wpmf-gutterwidth-30.gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
margin: 15px !important;
width: calc(100% - 30px) !important;
}
.wpmf-gallery-addon-block-preview .wpmf-gutterwidth-35.gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
margin: 17.5px !important;
width: calc(100% - 35px) !important;
}
.wpmf-gallery-addon-block-preview .wpmf-gutterwidth-40.gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
margin: 20px !important;
width: calc(100% - 40px) !important;
}
.wpmf-gallery-addon-block-preview .wpmf-gutterwidth-45.gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
margin: 22.5px;
width: calc(100% - 45px) !important;
}
.wpmf-gallery-addon-block-preview .wpmf-gutterwidth-50.gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
margin: 25px !important;
width: calc(100% - 50px) !important;
}
.wpmf-gallery-addon-block-preview [data-layout="horizontal"] .gallery-masonry .wpmf-gallery-item .wpmf-gallery-icon {
margin: 0 !important;
width: 100% !important;
}
.alignleft .wpmf_gallery_wrap, .alignright .wpmf_gallery_wrap, .aligncenter .wpmf_gallery_wrap {
width: 620px!important;
}
.aligncenter .wpmf_gallery_wrap {
margin: 0 auto!important;
}
.dashicons-format-gallery-addon::before {
content: "";
background-image: url(//fryderyki.pl/wp-content/plugins/wp-media-folder-gallery-addon/assets/images/dashicons-format-gallery-addon.svg);
display: inline-block;
width: 20px;
height: 20px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}#jao{
border-left: 2px solid #666;
padding: 10px 10px 10px 10px;
background: #FAFAFA;
min-height: 98px;
max-height: 400px;
overflow: auto;
float: left;
width: 210px;
margin: 10px 0 10px 10px;
resize: horizontal;
}
.wpmflocaltree, #wpmfcloudtreeimport {
border-left: 2px solid #49bf88;
padding: 10px 10px 10px 10px;
background: #FAFAFA;
min-height: 98px;
max-height: 400px;
overflow: auto;
float: left;
width: 95%;
margin: 0;
}
.media-frame-menu .media-menu #jao , .media-frame-menu .media-menu .wpmflocaltree {
width: 100%;
padding: 10px 0 10px 0;
margin: 0;
border-left: 0;
border-right: 0;
}
.upload-php #jao { margin: 10px 0 10px 10px;
}
.wp-customizer #jao {
width: 220px;
margin: 10px 0 10px 10px;
}
ul.jaofiletree {
font-family: "Open Sans", sans-serif;
font-size: 12px;
line-height: 18px;
padding: 0;
margin: 0;
}
ul.jaofiletree li {
list-style: none;
padding: 0 0 0 8px;
margin: 0;
white-space: nowrap;
background: #FAFAFA;
}
ul.jaofiletree li[data-parent_id="0"] {
list-style: none;
margin: 0;
white-space: nowrap;
position: relative;
}
ul.jaofiletree li ul li {
list-style: none;
margin-left: 10px;
white-space: nowrap;
background: #FAFAFA;
}
ul.jaofiletree li.drive {
padding-left: 15px;
}
ul.jaofiletree a {
color: #333;
text-decoration: none;
padding: 0 2px;
}
ul.jaofiletree a.title-folder , .title-wpmfaddFolder {
top: -2px;
padding: 0 0 0 5px;
transition: all ease 0.2s;
vertical-align: middle;
cursor: pointer;
font-size: 13px;
line-height: 25px;
}
ul.jaofiletree a.title-root , .title-wpmfaddFolder {
min-width: 0;
}
ul.jaofiletree a:hover {}
ul.jaofiletree li.selected > a {
color: #0085ba;
}
.icon-open-close {
float: left;
margin-left: 5px;
margin-right: 5px;
vertical-align: middle;
}
.jaofiletree .zmdi-folder-outline {
font-size: 18px;
margin-top: 0;
margin-left: 4px;
color: #888888;
font-weight: 400;
vertical-align: middle;
}
.jaofiletree .wpmf-zmdi-folder-open {
font-size: 18px;
margin-top: 0;
margin-left: 4px;
color: #49bf88;
font-weight: 400;
vertical-align: middle;
}
.zmdi-long-arrow-return {
font-size: 60px!important;
margin: 10px auto;
color: #fafafa;
}
.wpmf_icon_createFolder{
font-size: 60px!important;
margin: 10px auto;
color: #fafafa;
}
.title-folder.title-root {
padding: 0 !important;
}
.wpmf-attachmentdrag {
width: 115px;
height: 115px;
position: relative;
float: left;
padding: 0;
margin: 0 10px 20px;
color: #464646;
list-style: none;
text-align: center;
}
.wpmf-attachmentdrag .wpmf-attachment-preview {
position: relative;
width: 120px;
height: 120px;
box-shadow: inset 0 0 15px rgba( 0, 0, 0, 0.1), inset 0 0 0 1px rgba( 0, 0, 0, 0.05);
background: #eee;
cursor: pointer;
}
.wpmf-attachmentdrag .wpmf-attachment-preview .zmdi-folder {
font-size: 60px !important;
color: #888888;
}
.wpmf-attachmentdrag .wpmf-attachment-preview .filename {
position: absolute;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
max-height: 100%;
word-wrap: break-word;
text-align: center;
font-weight: bold;
background: rgba( 255, 255, 255, 0.8);
-webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15);
box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15);
}
.ui-draggable-dragging.wpmf_draglarge:not(.upload-php .ui-draggable-dragging.wpmf_draglarge) {
opacity: 1;
}
.wpmfaddFolder {
vertical-align: middle;
top: 1px !important;
margin-top: 1px !important;
cursor: pointer;
}
.wpmf-zmdi-folder-open:before {
content: '\f224';
}
.wpmf_checkbox_tree{
margin:0;
vertical-align: middle
}
.wpmf-folder-tree .foldershow {
display: block;
}
.wpmf-folder-tree .folderhide {
display: none;
}.wrap-download-all {
position: relative;
display: flex;
justify-content: right;
}
.wrap-download-all a{
background: #0020db !important;
color: #ff0000 !important;
border: 0px solid #f4f6ff !important;
border-radius: 15px !important;
box-shadow: none !important;
text-shadow: none !important;
transition: all 0.2s ease 0s !important;
display: inline-block !important;
margin: 0px 0px 0px 0px !important;
padding: 6px 12px;
text-decoration: none !important;
position: relative;
font-size: 14px !important;
cursor: pointer;
}
.wrap-download-all a:hover{
background: #00137f !important;
box-shadow: 1px 1px 12px #ccc !important;
color: #ffffff !important;
}.flipster{display:block;overflow-x:hidden;overflow-y:visible;position:relative}.flipster:focus{outline:0}.flipster__container,.flipster__item{margin:0;padding:0;list-style-type:none;position:relative}.flipster__container{display:block;white-space:nowrap;word-spacing:-.25em;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-backface-visibility:hidden;backface-visibility:hidden}.flipster__item{display:inline-block;white-space:normal;word-spacing:normal;vertical-align:bottom}.flipster--click .flipster__item--future,.flipster--click .flipster__item--past{cursor:pointer}.flipster__item img{max-width:100%}.flipster__button{position:absolute;top:50%;display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:none;padding:0;z-index:999;cursor:pointer;font-size:15px;opacity:.5;-webkit-transition:opacity .5s ease;-o-transition:opacity .5s ease;transition:opacity .5s ease;margin:-1em 2em}.flipster__button svg{width:2em;stroke:currentColor;fill:transparent;stroke-width:3;stroke-linecap:round}.flipster__button:focus,.flipster__button:hover{opacity:1}.flipster__button--prev{left:0}.flipster__button--next{right:0}.flipster__nav,.flipster__nav__item{list-style-type:none;margin:0;padding:0}.flipster__nav{display:block;margin:0 0 4em;text-align:center;position:relative}.flipster__nav__item{display:inline-block;margin:0 .25em}.flipster__nav__link{display:block;color:inherit;padding:.5em 1em;position:relative;overflow:hidden;-webkit-transition:all 250ms ease-out;-o-transition:all 250ms ease-out;transition:all 250ms ease-out;-webkit-transition-timing-function:cubic-bezier(.56,.12,.12,.98);-o-transition-timing-function:cubic-bezier(.56,.12,.12,.98);transition-timing-function:cubic-bezier(.56,.12,.12,.98)}.flipster__nav__link::after{content:'';display:block;background:#232221;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;-webkit-transform:translateY(100%) translateY(-.25em);-ms-transform:translateY(100%) translateY(-.25em);transform:translateY(100%) translateY(-.25em);-webkit-transition:inherit;-o-transition:inherit;transition:inherit}.flipster__nav__item--current>.flipster__nav__link,.flipster__nav__link:focus,.flipster__nav__link:hover{color:#fff}.flipster__nav__item--current>.flipster__nav__link::after,.flipster__nav__link:focus::after,.flipster__nav__link:hover::after{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.flipster__nav__child{display:none;position:absolute;top:100%;left:0;right:0;margin-top:-1px;padding:.5em;background:#4e4441;z-index:1}.flipster__nav__child .flipster__nav__link{color:#fff}.flipster__nav__child .flipster__nav__link::after{background:#fff}.flipster__nav__child .flipster__nav__item--current>.flipster__nav__link,.flipster__nav__child .flipster__nav__link:focus,.flipster__nav__child .flipster__nav__link:hover{color:#232221}.flipster__nav__item--current .flipster__nav__child{display:block}.flipster--carousel .flipster__container,.flipster--carousel .flipster__item,.flipster--carousel .flipster__item__content{-webkit-transition:all 350ms ease-in-out;-o-transition:all 350ms ease-in-out;transition:all 350ms ease-in-out;-webkit-transition-timing-function:cubic-bezier(.56,.12,.12,.98);-o-transition-timing-function:cubic-bezier(.56,.12,.12,.98);transition-timing-function:cubic-bezier(.56,.12,.12,.98)}.flipster--carousel .flipster__item{-webkit-perspective:800px;perspective:800px}.flipster--carousel .flipster__item--future,.flipster--carousel .flipster__item--past{opacity:0;-webkit-transition-delay:115ms;-o-transition-delay:115ms;transition-delay:115ms}.flipster--carousel .flipster__item--future-2,.flipster--carousel .flipster__item--past-2{opacity:.6;-webkit-transition-delay:90ms;-o-transition-delay:90ms;transition-delay:90ms}.flipster--carousel .flipster__item--future-1,.flipster--carousel .flipster__item--past-1{opacity:.8;-webkit-transition-delay:60ms;-o-transition-delay:60ms;transition-delay:60ms}.flipster--carousel .flipster__item--past .flipster__item__content{-webkit-transform:translateX(100%) rotateY(-20deg) scale(.5);transform:translateX(100%) rotateY(-20deg) scale(.5)}.flipster--carousel .flipster__item--past-2 .flipster__item__content{-webkit-transform:translateX(25%) rotateY(40deg) scale(.65);transform:translateX(25%) rotateY(40deg) scale(.65)}.flipster--carousel .flipster__item--past-1 .flipster__item__content{-webkit-transform:rotateY(45deg) scale(.8);transform:rotateY(45deg) scale(.8)}.flipster--carousel .flipster__item--future .flipster__item__content{-webkit-transform:translateX(-100%) rotateY(20deg) scale(.5);transform:translateX(-100%) rotateY(20deg) scale(.5)}.flipster--carousel .flipster__item--future-2 .flipster__item__content{-webkit-transform:translateX(-25%) rotateY(-40deg) scale(.65);transform:translateX(-25%) rotateY(-40deg) scale(.65)}.flipster--carousel .flipster__item--future-1 .flipster__item__content{-webkit-transform:rotateY(-45deg) scale(.8);transform:rotateY(-45deg) scale(.8)}.flipster--carousel.no-rotate .flipster__item--past .flipster__item__content{-webkit-transform:translateX(175%) scale(.5);-ms-transform:translateX(175%) scale(.5);transform:translateX(175%) scale(.5)}.flipster--carousel.no-rotate .flipster__item--past-2 .flipster__item__content{-webkit-transform:translateX(25%) scale(.65);-ms-transform:translateX(25%) scale(.65);transform:translateX(25%) scale(.65)}.flipster--carousel.no-rotate .flipster__item--past-1 .flipster__item__content{-webkit-transform:translateX(0) scale(.8);-ms-transform:translateX(0) scale(.8);transform:translateX(0) scale(.8)}.flipster--carousel.no-rotate .flipster__item--future .flipster__item__content{-webkit-transform:translateX(-175%) scale(.5);-ms-transform:translateX(-175%) scale(.5);transform:translateX(-175%) scale(.5)}.flipster--carousel.no-rotate .flipster__item--future-2 .flipster__item__content{-webkit-transform:translateX(-25%) scale(.65);-ms-transform:translateX(-25%) scale(.65);transform:translateX(-25%) scale(.65)}.flipster--carousel.no-rotate .flipster__item--future-1 .flipster__item__content{-webkit-transform:translateX(0) scale(.8);-ms-transform:translateX(0) scale(.8);transform:translateX(0) scale(.8)}.flipster--carousel .flipster__item--current .flipster__item__content{-webkit-transform:translateX(0) rotateY(0) scale(1);transform:translateX(0) rotateY(0) scale(1);-webkit-transition-delay:60ms;-o-transition-delay:60ms;transition-delay:60ms}.flipster--coverflow .flipster__container,.flipster--coverflow .flipster__item,.flipster--coverflow .flipster__item__content{-webkit-transition:all 350ms ease-in-out;-o-transition:all 350ms ease-in-out;transition:all 350ms ease-in-out;-webkit-transition-timing-function:cubic-bezier(.56,.12,.12,.98);-o-transition-timing-function:cubic-bezier(.56,.12,.12,.98);transition-timing-function:cubic-bezier(.56,.12,.12,.98)}.flipster--coverflow .flipster__item{-webkit-perspective:800px;perspective:800px}.flipster--coverflow .flipster__container{padding-bottom:5%}.flipster--coverflow .flipster__item__content{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.flipster--coverflow .flipster__item__content img:only-child{display:block}.flipster--coverflow .flipster__item--past .flipster__item__content{-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transform:scale(.75) rotateY(55deg);transform:scale(.75) rotateY(55deg)}.flipster--coverflow .flipster__item--future .flipster__item__content{-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:scale(.75) rotateY(-55deg);transform:scale(.75) rotateY(-55deg)}.flipster--coverflow .flip-current .flipster__item__content{-webkit-transform:rotateY(0);transform:rotateY(0)}.flipster--flat .flipster__container,.flipster--flat .flipster__item,.flipster--flat .flipster__item__content{-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.flipster--flat .flipster__item--future,.flipster--flat .flipster__item--past{opacity:.5}.flipster--flat .flipster__item--past .flipster__item__content{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.flipster--flat .flipster__item--future .flipster__item__content{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.flipster--wheel{overflow:hidden}.flipster--wheel .flipster__container,.flipster--wheel .flipster__item__content{-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transition-timing-function:cubic-bezier(.56,.12,.12,.98);-o-transition-timing-function:cubic-bezier(.56,.12,.12,.98);transition-timing-function:cubic-bezier(.56,.12,.12,.98)}.flipster--wheel .flipster__container{padding-bottom:20%}.flipster--wheel .flipster__item__content{-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%}.flipster--wheel .flipster__item--past .flipster__item__content{-webkit-transform-origin:100% 100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%}.flipster--wheel .flipster__item--future .flipster__item__content{-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%}.flipster--wheel .flipster__item__content img:only-child{display:block}.flipster--wheel .flipster__item--past .flipster__item__content{opacity:0;-webkit-transform:rotateZ(-80deg) translate(-170%,110%);-ms-transform:rotate(-80deg) translate(-170%,110%);transform:rotateZ(-80deg) translate(-170%,110%)}.flipster--wheel .flipster__item--future .flipster__item__content{opacity:0;-webkit-transform:rotateZ(80deg) translate(170%,110%);-ms-transform:rotate(80deg) translate(170%,110%);transform:rotateZ(80deg) translate(170%,110%)}.flipster--wheel .flipster__item--past-3 .flipster__item__content{opacity:1;-webkit-transform:rotateZ(-60deg) translate(-70%,75%);-ms-transform:rotate(-60deg) translate(-70%,75%);transform:rotateZ(-60deg) translate(-70%,75%)}.flipster--wheel .flipster__item--future-3 .flipster__item__content{opacity:1;-webkit-transform:rotateZ(60deg) translate(70%,75%);-ms-transform:rotate(60deg) translate(70%,75%);transform:rotateZ(60deg) translate(70%,75%)}.flipster--wheel .flipster__item--past-2 .flipster__item__content{opacity:1;-webkit-transform:rotateZ(-40deg) translate(-17%,30%);-ms-transform:rotate(-40deg) translate(-17%,30%);transform:rotateZ(-40deg) translate(-17%,30%)}.flipster--wheel .flipster__item--future-2 .flipster__item__content{opacity:1;-webkit-transform:rotateZ(40deg) translate(17%,30%);-ms-transform:rotate(40deg) translate(17%,30%);transform:rotateZ(40deg) translate(17%,30%)}.flipster--wheel .flipster__item--past-1 .flipster__item__content{opacity:1;-webkit-transform:rotateZ(-20deg);-ms-transform:rotate(-20deg);transform:rotateZ(-20deg)}.flipster--wheel .flipster__item--future-1 .flipster__item__content{opacity:1;-webkit-transform:rotateZ(20deg);-ms-transform:rotate(20deg);transform:rotateZ(20deg)}.flipster--wheel .flip-current .flipster__item__content{-webkit-transform:rotateX(0);transform:rotateX(0)}.wpmf-gallery-clear:before,
.wpmf-gallery-clear:after {
content: '';
display: table;
}
.wpmf-gallery-clear:after {
clear: both;
} .wpmf-gallerys {
margin: 5px 0;
}
.wpmf-gallerys .wpmf-gallery {
width: 100%;
margin: 0 auto;
}
.wpmf-gallerys .wpmf-gallery-bottomspace-default {
margin-bottom: 20px;
}
.wpmf-gallerys .wpmf-gallery-bottomspace-ten {
margin-bottom: 10px;
}
.wpmf-gallerys .wpmf-gallery-bottomspace-five {
margin-bottom: 5px;
}
.wpmf-gallerys .wpmf-gallery-bottomspace-none {
margin-bottom: 0;
}
.wpmf-gallerys .gallery-center {
margin-left: auto;
margin-right: auto;
}
.wpmf_remote_video_fe {
position: absolute;
top: 20px;
left: 20px;
z-index: 889;
color:#fff;
}
.gallery-masonry {
position: relative;
min-height: 500px;
width: 100% !important;
}
.gallery-masonry .wpmf-gallery-item {
opacity: 0;
position: absolute;
}
.wpmf-gallery-icon {
position: relative;
}
.gallery-link-post .wpmf-gallery-icon,
.gallery-link-file .wpmf-gallery-icon {
cursor: pointer;
}
.wpmf-gallery-icon .wpmf_gallery_download_icon {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 10px;
top: 10px;
z-index: 999;
width: auto !important;
visibility: hidden;
outline: 0 !important;
}
.wpmf-gallery-icon:hover .wpmf_gallery_download_icon {
visibility: visible;
}
.wpmf-gallery-icon .wpmf_gallery_download_icon span {
color: #fff;
font-size: 24px;
}
.gallery-masonry .wpmf-gallery-item.masonry-brick,
.gallery-masonry .wpmf-gallery-item.wpmf-gallery-item-show,
.wpmf-gallery-divi-wrap .gallery-masonry .wpmf-gallery-item {
opacity: 1;
position: absolute;
}
.gallery-masonry .fusion-builder-live-child-element .wpmf-gallery-item {
opacity: 1;
width: 100%;
position: absolute;
}
.gallery-masonry .fusion-builder-live-child-element.masonry-brick {
opacity: 1;
position: absolute;
}
.gallery-masonry .wpmf_loader_gallery {
position: absolute;
left: calc(50% - 65px);
top: calc(50% - 65px);
}
.wpmf-gallery-item a {
text-decoration: none !important;
}
.wpmf-gallerys .wpmf-gallery .wpmf-gallery-icon a {
display: block;
outline: 0 !important;
}
.wpmf-gallerys .wpmf-gallery .wpmf-gallery-icon a img {
width: 100%;
height: auto;
vertical-align: middle;
}
.wpmf_gallery_default .wpmf-gallery-icon a:not(.wpmfglr_social a, .wpmf_gallery_download_icon, .portfolio_lightbox) {
width: 100% !important;
}
.wpmf_gallery_default .wpmf-gallery-icon a img {
width: 100%;
}
.wpmf-gallerys .gallery.gallery-with-border .wpmf-gallery-icon a {
border: 1px solid #eeeeee;
} .wpmf-gallerys .wpmf-gallery-item .gallery-block {
position: relative;
}
.gallery-block {
margin-top: 5px;
margin-right: 5px;
display: none
} .mfp-close:hover,
.mfp-close:active,
.mfp-close:focus,
.mfp-arrow:hover,
.mfp-arrow:active,
.mfp-arrow:focus {
background-color: transparent;
}
.mfp-bottom-bar *,
.mfp-bottom-bar p {
margin-bottom: 0;
}
.mfp-arrow:hover,
.mfp-arrow:active,
.mfp-arrow:focus {
top: 50%;
}
body .mfp-arrow:active {
margin-top: -55px;
}
.wpmfslick.wpmf-gg-one-columns {
width: calc(100% - 40px);
margin: 0 auto;
}
.wpmfslick .wpmf-gallery-item {
position: relative;
margin: 0 !important;
opacity: 0;
box-sizing: border-box;
}
.wpmfslick.wpmf-gutter-5 .wpmf-gallery-item {
padding: 2.5px;
}
.wpmfslick.wpmf-gutter-10 .wpmf-gallery-item {
padding: 5px;
}
.wpmfslick.wpmf-gutter-15 .wpmf-gallery-item {
padding: 7.5px;
}
.wpmfslick.wpmf-gutter-20 .wpmf-gallery-item {
padding: 10px;
}
.wpmfslick.wpmf-gutter-25 .wpmf-gallery-item {
padding: 12.5px;
}
.wpmfslick.wpmf-gutter-30 .wpmf-gallery-item {
padding: 15px;
}
.wpmfslick.wpmf-gutter-35 .wpmf-gallery-item {
padding: 17.5px;
}
.wpmfslick.wpmf-gutter-40 .wpmf-gallery-item {
padding: 20px;
}
.wpmfslick.wpmf-gutter-45 .wpmf-gallery-item {
padding: 22.5px;
}
.wpmfslick.wpmf-gutter-50 .wpmf-gallery-item {
padding: 25px;
}
.wpmfslick.slick-initialized .wpmf-gallery-item {
opacity: 1 !important;
}
.wpmfslick .slick-prev, .wpmfslick .slick-next {
width: 26px;
height: 26px;
color: transparent !important;
}
.wpmfslick.wpmf-gg-one-columns .slick-next {
right: 15px;
z-index: 9;
}
.wpmfslick.wpmf-gg-one-columns .slick-prev {
left: 15px;
z-index: 9;
}
.wpmfslick .slick-prev:before, .wpmfslick .slick-next:before {
font-size: 26px !important;
color: #bbb !important;
}
.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon {
position: relative;
overflow: hidden;
}
.wpmfslick.wpmf-slick-crop-1 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: 100%;
content: "";
display: block;
}
.wpmfslick.wpmf-slick-crop-1 .wpmf-gallery-item .wpmf-gallery-icon:after {
content: '' !important;
position: absolute !important;
bottom: 0 !important;
left: 0 !important;
width: 160% !important;
height: 100% !important;
transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
45deg
) translate3d(0, -120%, 0) !important;
-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1,
45deg
) translate3d(0, -120%, 0) !important;
-webkit-transition: transform 0.7s ease 0s !important;
transition: transform 0.7s ease 0s !important;
z-index: 1 !important;
}
.wpmfslick.wpmf-slick-crop-1 .square_thumbnail {
overflow: hidden;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1;
transition: opacity .1s;
}
.wpmfslick.wpmf-slick-crop-1 .square_thumbnail:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.wpmfslick.wpmf-slick-crop-1 .square_thumbnail .img_centered {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: translate(50%, 50%);
}
.wpmfslick.wpmf-slick-crop-1 .square_thumbnail .img_centered img {
transform: translate(-50%, -50%) !important;
position: absolute;
top: 0;
left: 0;
max-height: 100%;
max-width: 100% !important;
width: 100% !important;
height: 100% !important;
object-fit: cover;
padding: 0 !important;
transition: ease all 500ms !important;
}
.wpmfslick.wpmf-slick-crop-0 .wpmf-gallery-icon img:not(.glrsocial_image) {
width: auto !important;
}
.wpmf-slick-text {
color: #ffffff;
position: absolute;
bottom: 0;
left: 0;
right: 0;
box-sizing: border-box;
display: block;
clear: left;
opacity: 0;
width: 90%;
margin: 0 auto;
border-bottom: #eee 1px solid;
z-index: 999;
text-overflow: ellipsis;
overflow: hidden;
}
.wpmf-slick-text span {
color: #ffffff;
bottom: 5px;
font-size: 11px;
transition: all 0.15s linear;
padding-bottom: 7px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 100%;
text-align: center;
}
.wpmfslick .wpmf-gallery-item:hover .wpmf-slick-text {
opacity: 1;
bottom: 15px;
transition-duration: 0.3s;
}
.wpmf-gallery-icon a {
border: none !important;
}
.gallery-caption .title {
color: #393939;
font-family: Raleway;
font-size: 16px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
}
.gallery-caption .excerpt {
color: #9a9a9a;
font-family: Raleway;
font-size: 12px;
font-style: normal;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
}
.gallery-masonry .wpmf-gallery-icon {
width: 100%;
position: relative;
margin: 0 auto;
}
.gallery-masonry .wpmf-gallery-icon img.attachment-medium {
width: 100%;
}
.gallery-caption p {
text-align: center !important;
}
.owl-wrapper .wpmf-gallery-icon img {
width: 98%;
}
.owl-wrapper .wp-caption-text.gallery-caption {
width: 98%;
}
.wp-caption-text.gallery-caption {
bottom: 0;
text-align: center !important;
}
.gallery-portfolio .wp-caption-text.gallery-caption {
position: relative !important;
}
.flex-direction-nav.wpmf-direction-nav li {
position: unset !important;
}
.wpmf-direction-nav a {
position: absolute !important;
}
.wpmf_overlay {
position: absolute !important;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
z-index: 1;
background: rgba(10, 6, 6, 0.4);
}
.hover_false .wpmf_overlay {
opacity: 0 !important;
}
.portfolio_lightbox {
position: absolute;
top: 50%;
left: 50%;
margin-top: -18px;
margin-left: -18px;
opacity: 0;
width: 36px;
height: 36px;
text-align: center;
vertical-align: middle;
font-size: 24px;
line-height: 34px;
color: #393939 !important;
background-color: #fff;
border: 1px solid transparent;
border-radius: 2em;
z-index: 999;
transition: opacity .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}
.portfolio_lightbox.hide_icon {
display: none;
}
.gallery-masonry .wpmf-gallery-icon:hover .wpmf_overlay,
.gallery-portfolio .wpmf-gallery-icon:hover .portfolio_lightbox {
opacity: 1;
}
.portfolio_lightbox:hover {
background: #7c7c7c;
color: #fff !important;
}
.wpmf-gallery-caption {
position: relative !important;
bottom: 0;
text-align: center !important;
margin: 0 auto;
padding: 10px;
}
.wpmf-gallery-caption .title {
color: #393939;
font-family: Raleway;
font-size: 13px !important;
font-weight: 700;
letter-spacing: 2px;
display: inline-block;
width: 100%;
}
.wpmf-gallery-caption .excerpt {
color: #9a9a9a;
font-family: Raleway;
font-size: 12px !important;
font-style: normal;
font-weight: 500;
letter-spacing: 1px;
display: inline-block;
width: 100%;
}
.gallery-portfolio .wpmf-gallery-item {
min-height: 200px;
}
.gallery_default {
width: 100%;
height: auto !important;
display: flex;
flex-wrap: wrap;
}
.gallery_default .wpmf-gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
padding: 7.5px !important;
margin: 0 !important;
position: relative !important;
left: auto !important;
top: auto !important;
}
.wpmf-gallerys .wpmf-gallery-icon img {
margin: 0 auto;
padding: 0 !important;
}
.mfp-title {
display: block !important;
}
.wpmf-front-box {
color: #ffffff;
position: absolute;
bottom: 0;
left: 0;
box-sizing: border-box;
display: block;
clear: left;
width: 100%;
margin: 0 auto;
border-bottom: #eee 1px solid;
z-index: 999;
padding: 5px 10px;
height: max-content;
top: auto !important;
}
.wpmf-gallery-item .wpmf-gallery-icon a {
box-shadow: none !important;
}
.gallery_default figure {
box-sizing: border-box;
}
.wpmf-control-nav {
margin: 0 !important;
top: calc(100% + 10px);
}
.mfp-gallery {
z-index: 99999999 !important;
}
.gallery_default.gallery-columns-1 .wpmf-gallery-item {
width: 100%;
}
.gallery_default.gallery-columns-2 .wpmf-gallery-item {
width: 50% !important;
}
.gallery_default.gallery-columns-3 .wpmf-gallery-item {
width: calc(100% / 3) !important;
}
.gallery_default.gallery-columns-4 .wpmf-gallery-item {
width: 25% !important;
}
.gallery_default.gallery-columns-5 .wpmf-gallery-item {
width: 20% !important;
}
.gallery_default.gallery-columns-6 .wpmf-gallery-item {
width: calc(100% / 6) !important;
}
.gallery_default.gallery-columns-7 .wpmf-gallery-item {
width: calc(100% / 7) !important;
}
.gallery_default.gallery-columns-8 .wpmf-gallery-item {
width: 12.5% !important;
}
.gallery_default.gallery-columns-2 .wpmf-gallery-item:nth-of-type(2n) {
margin-right: 0 !important;
}
.gallery_default.gallery-columns-3 .wpmf-gallery-item:nth-of-type(3n) {
margin-right: 0 !important;
}
.gallery_default.gallery-columns-4 .wpmf-gallery-item:nth-of-type(4n) {
margin-right: 0 !important;
}
.gallery_default.gallery-columns-5 .wpmf-gallery-item:nth-of-type(5n) {
margin-right: 0 !important;
}
.gallery_default.gallery-columns-6 .wpmf-gallery-item:nth-of-type(6n) {
margin-right: 0 !important;
}
.gallery_default.gallery-columns-7 .wpmf-gallery-item:nth-of-type(7n) {
margin-right: 0 !important;
}
.gallery_default.gallery-columns-8 .wpmf-gallery-item:nth-of-type(8n) {
margin-right: 0 !important;
}
.wpmf-has-border-radius-1 .wpmf-gallery-item img,
.wpmf-has-border-radius-1.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-1 .wpmf-gallery-item .wpmf_overlay {
border-radius: 1px
}
.wpmf-has-border-radius-2 .wpmf-gallery-item img,
.wpmf-has-border-radius-2.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-2 .wpmf-gallery-item .wpmf_overlay {
border-radius: 2px
}
.wpmf-has-border-radius-3 .wpmf-gallery-item img,
.wpmf-has-border-radius-3.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-3 .wpmf-gallery-item .wpmf_overlay {
border-radius: 3px
}
.wpmf-has-border-radius-4 .wpmf-gallery-item img,
.wpmf-has-border-radius-4.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-4 .wpmf-gallery-item .wpmf_overlay {
border-radius: 4px
}
.wpmf-has-border-radius-5 .wpmf-gallery-item img,
.wpmf-has-border-radius-5.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-5 .wpmf-gallery-item .wpmf_overlay {
border-radius: 5px
}
.wpmf-has-border-radius-6 .wpmf-gallery-item img,
.wpmf-has-border-radius-6.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-6 .wpmf-gallery-item .wpmf_overlay {
border-radius: 6px
}
.wpmf-has-border-radius-7 .wpmf-gallery-item img,
.wpmf-has-border-radius-7.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-7 .wpmf-gallery-item .wpmf_overlay {
border-radius: 7px
}
.wpmf-has-border-radius-8 .wpmf-gallery-item img,
.wpmf-has-border-radius-8.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-8 .wpmf-gallery-item .wpmf_overlay {
border-radius: 8px
}
.wpmf-has-border-radius-9 .wpmf-gallery-item img,
.wpmf-has-border-radius-9.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-9 .wpmf-gallery-item .wpmf_overlay {
border-radius: 9px
}
.wpmf-has-border-radius-10 .wpmf-gallery-item img,
.wpmf-has-border-radius-10.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-10 .wpmf-gallery-item .wpmf_overlay {
border-radius: 10px
}
.wpmf-has-border-radius-11 .wpmf-gallery-item img,
.wpmf-has-border-radius-11.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-11 .wpmf-gallery-item .wpmf_overlay {
border-radius: 11px
}
.wpmf-has-border-radius-12 .wpmf-gallery-item img,
.wpmf-has-border-radius-12.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-12 .wpmf-gallery-item .wpmf_overlay {
border-radius: 12px
}
.wpmf-has-border-radius-13 .wpmf-gallery-item img,
.wpmf-has-border-radius-13.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-13 .wpmf-gallery-item .wpmf_overlay {
border-radius: 13px
}
.wpmf-has-border-radius-14 .wpmf-gallery-item img,
.wpmf-has-border-radius-14.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-14 .wpmf-gallery-item .wpmf_overlay {
border-radius: 14px
}
.wpmf-has-border-radius-15 .wpmf-gallery-item img,
.wpmf-has-border-radius-15.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-15 .wpmf-gallery-item .wpmf_overlay {
border-radius: 15px
}
.wpmf-has-border-radius-16 .wpmf-gallery-item img,
.wpmf-has-border-radius-16.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-16 .wpmf-gallery-item .wpmf_overlay {
border-radius: 16px
}
.wpmf-has-border-radius-17 .wpmf-gallery-item img,
.wpmf-has-border-radius-17.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-17 .wpmf-gallery-item .wpmf_overlay {
border-radius: 17px
}
.wpmf-has-border-radius-18 .wpmf-gallery-item img,
.wpmf-has-border-radius-18.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-18 .wpmf-gallery-item .wpmf_overlay {
border-radius: 18px
}
.wpmf-has-border-radius-19 .wpmf-gallery-item img,
.wpmf-has-border-radius-19.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-19 .wpmf-gallery-item .wpmf_overlay {
border-radius: 19px
}
.wpmf-has-border-radius-20 .wpmf-gallery-item img,
.wpmf-has-border-radius-20.wpmfslick .wpmf-gallery-item .wpmf-gallery-icon,
.wpmf-has-border-radius-20 .wpmf-gallery-item .wpmf_overlay {
border-radius: 20px
}
.wpmf-gutterwidth-0 .wpmf-gallery-item {
margin: 0 !important;
}
.wpmf-gutterwidth-5 .wpmf-gallery-item {
margin: 0 5px 5px 0 !important;
}
.wpmf-gutterwidth-10 .wpmf-gallery-item {
margin: 0 10px 10px 0 !important;
}
.wpmf-gutterwidth-15 .wpmf-gallery-item {
margin: 0 15px 15px 0 !important;
}
.wpmf-gutterwidth-20 .wpmf-gallery-item {
margin: 0 20px 20px 0 !important;
}
.wpmf-gutterwidth-25 .wpmf-gallery-item {
margin: 0 25px 25px 0 !important;
}
.wpmf-gutterwidth-30 .wpmf-gallery-item {
margin: 0 30px 30px 0 !important;
}
.wpmf-gutterwidth-35 .wpmf-gallery-item {
margin: 0 35px 35px 0 !important;
}
.wpmf-gutterwidth-40 .wpmf-gallery-item {
margin: 0 40px 40px 0 !important;
}
.wpmf-gutterwidth-45 .wpmf-gallery-item {
margin: 0 45px 45px 0 !important;
}
.wpmf-gutterwidth-50 .wpmf-gallery-item {
margin: 0 50px 50px 0 !important;
}
.wpmf_gallery_default.wpmf-gutterwidth-5 .wpmf-gallery-item {
margin: 0 !important;
padding: 2.5px !important;
}
.wpmf_gallery_default.wpmf-gutterwidth-10 .wpmf-gallery-item {
margin: 0 !important;
padding: 5px !important;
}
.wpmf_gallery_default.wpmf-gutterwidth-15 .wpmf-gallery-item {
margin: 0 !important;
padding: 7.5px !important;
}
.wpmf_gallery_default.wpmf-gutterwidth-20 .wpmf-gallery-item {
margin: 0 !important;
padding: 10px !important;
}
.wpmf_gallery_default.wpmf-gutterwidth-25 .wpmf-gallery-item {
margin: 0 !important;
padding: 12.5px !important;
}
.wpmf_gallery_default.wpmf-gutterwidth-30 .wpmf-gallery-item {
margin: 0 !important;
padding: 15px !important;
}
.wpmf_gallery_default.wpmf-gutterwidth-35 .wpmf-gallery-item {
margin: 0 !important;
padding: 17.5px !important;
}
.wpmf_gallery_default.wpmf-gutterwidth-40 .wpmf-gallery-item {
margin: 0 !important;
padding: 20px !important;
}
.wpmf_gallery_default.wpmf-gutterwidth-45 .wpmf-gallery-item {
margin: 0 !important;
padding: 22.5px !important;
}
.wpmf_gallery_default.wpmf-gutterwidth-50 .wpmf-gallery-item {
margin: 0 !important;
padding: 25px !important;
}
.elementor-element-edit-mode .wpmf-gallerys:not([data-layout="horizontal"]) .gallery-masonry.gallery-columns-1 .wpmf-gallery-item {
width: 100%;
}
.elementor-element-edit-mode .wpmf-gallerys:not([data-layout="horizontal"]) .gallery-masonry.gallery-columns-2 .wpmf-gallery-item {
width: 50% !important;
}
.elementor-element-edit-mode .wpmf-gallerys:not([data-layout="horizontal"]) .gallery-masonry.gallery-columns-3 .wpmf-gallery-item {
width: calc(100% / 3) !important;
}
.elementor-element-edit-mode .wpmf-gallerys:not([data-layout="horizontal"]) .gallery-masonry.gallery-columns-4 .wpmf-gallery-item {
width: 25% !important;
}
.elementor-element-edit-mode .wpmf-gallerys:not([data-layout="horizontal"]) .gallery-masonry.gallery-columns-5 .wpmf-gallery-item {
width: 20% !important;
}
.elementor-element-edit-mode .wpmf-gallerys:not([data-layout="horizontal"]) .gallery-masonry.gallery-columns-6 .wpmf-gallery-item {
width: calc(100% / 6) !important;
}
.elementor-element-edit-mode .wpmf-gallerys:not([data-layout="horizontal"]) .gallery-masonry.gallery-columns-7 .wpmf-gallery-item {
width: calc(100% / 7) !important;
}
.elementor-element-edit-mode .wpmf-gallerys:not([data-layout="horizontal"]) .gallery-masonry.gallery-columns-8 .wpmf-gallery-item {
width: 12.5% !important;
}
.elementor-element-edit-mode .gallery-masonry.wpmf-gutterwidth-5 .wpmf-gallery-item {
margin: 0 !important;
padding: 2.5px !important;
}
.elementor-element-edit-mode .gallery-masonry.wpmf-gutterwidth-10 .wpmf-gallery-item {
margin: 0 !important;
padding: 5px !important;
}
.elementor-element-edit-mode .gallery-masonry.wpmf-gutterwidth-15 .wpmf-gallery-item {
margin: 0 !important;
padding: 7.5px !important;
}
.elementor-element-edit-mode .gallery-masonry.wpmf-gutterwidth-20 .wpmf-gallery-item {
margin: 0 !important;
padding: 10px !important;
}
.elementor-element-edit-mode .gallery-masonry.wpmf-gutterwidth-25 .wpmf-gallery-item {
margin: 0 !important;
padding: 12.5px !important;
}
.elementor-element-edit-mode .gallery-masonry.wpmf-gutterwidth-30 .wpmf-gallery-item {
margin: 0 !important;
padding: 15px !important;
}
.elementor-element-edit-mode .gallery-masonry.wpmf-gutterwidth-35 .wpmf-gallery-item {
margin: 0 !important;
padding: 17.5px !important;
}
.elementor-element-edit-mode .gallery-masonry.wpmf-gutterwidth-40 .wpmf-gallery-item {
margin: 0 !important;
padding: 20px !important;
}
.elementor-element-edit-mode .gallery-masonry.wpmf-gutterwidth-45 .wpmf-gallery-item {
margin: 0 !important;
padding: 22.5px !important;
}
.elementor-element-edit-mode .gallery-masonry.wpmf-gutterwidth-50 .wpmf-gallery-item {
margin: 0 !important;
padding: 25px !important;
}
.wpmf-viewport {
display: block !important;
box-sizing: border-box !important;
}
.wpmf-gg-one-columns .wpmf-gallery-item {
margin: 0 !important;
padding: 0 !important;
}
.gallery_life:not(.wpmfslick.wpmf-slick-crop-0, .no_ratio) .square_thumbnail,
.wpmf_square_thumbnail { position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 1;
transition: opacity .1s;
}
.gallery_life:not(.wpmfslick.wpmf-slick-crop-0, .no_ratio) .square_thumbnail:after,
.wpmf_square_thumbnail:after{
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
.gallery_life:not(.wpmfslick.wpmf-slick-crop-0, .no_ratio) .square_thumbnail .img_centered,
.wpmf_square_thumbnail .img_centered {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transform: translate(50%, 50%);
z-index: 1;
}
.gallery_life:not(.wpmfslick.wpmf-slick-crop-0, .no_ratio) .square_thumbnail .img_centered img,
.wpmf_square_thumbnail .img_centered img {
transform: translate(-50%, -50%) !important;
position: absolute;
top: 0;
left: 0;
max-height: 100%;
max-width: 100% !important;
width: 100% !important;
height: 100% !important;
object-fit: cover;
padding: 0 !important; }
.gallery_life.ratio_default:not(.wpmf-slick-crop-0) .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: 100%;
content: "";
display: block;
}
.gallery_life.ratio_1_1:not(.wpmf-slick-crop-0) .wpmf-gallery-item .wpmf-gallery-icon:before,
.gallery_comments_item .img_box_box {
padding-top: 100%;
content: "";
display: block;
}
.gallery_life.ratio_3_2 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/3*2);
content: "";
display: block;
}
.gallery_life.ratio_2_3 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/2*3);
content: "";
display: block;
}
.gallery_life.ratio_4_3 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/4*3);
content: "";
display: block;
}
.gallery_life.ratio_3_4 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/3*4);
content: "";
display: block;
}
.gallery_life.ratio_16_9 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/16*9);
content: "";
display: block;
}
.gallery_life.ratio_9_16 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/9*16);
content: "";
display: block;
}
.gallery_life.ratio_21_9 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/21*9);
content: "";
display: block;
}
.gallery_life.ratio_9_21 .wpmf-gallery-item .wpmf-gallery-icon:before {
padding-top: calc(100%/9*21);
content: "";
display: block;
} .wpmf-mfp-zoom-in.mfp-image-loaded .mfp-content {
opacity: 1 !important;
}
.wpmf-mfp-zoom-in .mfp-figure, .wpmf-mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
}
.wpmf-mfp-zoom-in.mfp-bg,
.wpmf-mfp-zoom-in .mfp-preloader {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
z-index: 999999;
}
.wpmf-mfp-zoom-in.mfp-image-loaded .mfp-figure, .wpmf-mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.wpmf-mfp-zoom-in.mfp-ready.mfp-bg,
.wpmf-mfp-zoom-in.mfp-ready .mfp-preloader {
opacity: 0.8;
}
.wpmf-mfp-zoom-in.mfp-removing .mfp-figure, .wpmf-mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
-webkit-transform: scale(0.95);
-ms-transform: scale(0.95);
transform: scale(0.95);
opacity: 0;
}
.wpmf-mfp-zoom-in.mfp-removing.mfp-bg,
.wpmf-mfp-zoom-in.mfp-removing .mfp-preloader {
opacity: 0;
}
.mfp-iframe-scaler {
overflow: visible; }
.mfp-zoom-out-cur {
cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: pointer;
}
.wpmf-mfp-zoom-in button.mfp-close:hover {
background-color: transparent !important;
color: #fff;
border: 0 !important;
}
@media screen and (max-width: 450px) {
.gallery_default.gallery-columns-3 .wpmf-gallery-item,
.gallery_default.gallery-columns-4 .wpmf-gallery-item,
.gallery_default.gallery-columns-5 .wpmf-gallery-item,
.gallery_default.gallery-columns-6 .wpmf-gallery-item,
.gallery_default.gallery-columns-7 .wpmf-gallery-item,
.gallery_default.gallery-columns-8 .wpmf-gallery-item,
.gallery_default.gallery-columns-9 .wpmf-gallery-item {
width: 50% !important;
}
}
.components-button:focus:not(:disabled){
box-shadow:none;outline:none
}
 .slick-loading .slick-list
{
background: #fff url(https://fryderyki.pl/wp-content/plugins/wp-media-folder/assets/js/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://fryderyki.pl/wp-content/plugins/wp-media-folder/assets/js/slick/fonts/slick.eot);
src: url(https://fryderyki.pl/wp-content/plugins/wp-media-folder/assets/js/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://fryderyki.pl/wp-content/plugins/wp-media-folder/assets/js/slick/fonts/slick.woff) format('woff'), url(https://fryderyki.pl/wp-content/plugins/wp-media-folder/assets/js/slick/fonts/slick.ttf) format('truetype'), url(https://fryderyki.pl/wp-content/plugins/wp-media-folder/assets/js/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: 20px;
}
.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;
}
@media screen and (max-width: 768px) { 
.slick-dots {
display: none !important;
}
}.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;
}.justified-gallery {
width: 100%;
position: relative;
overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
position: absolute;
display: inline-block;
overflow: hidden; filter: "alpha(opacity=10)";
opacity: 0.1;
margin: 0;
padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
position: absolute;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
border: none;
filter: "alpha(opacity=0)";
opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
display: none;
position: absolute;
bottom: 0;
padding: 5px;
background-color: #000000;
left: 0;
right: 0;
margin: 0;
color: white;
font-size: 12px;
font-weight: 300;
font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
display: initial;
filter: "alpha(opacity=70)";
opacity: 0.7;
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
-o-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
filter: "alpha(opacity=100)";
opacity: 1;
background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
filter: "alpha(opacity=100)";
opacity: 1;
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
-o-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
display: none;
}
.justified-gallery > .jg-spinner {
position: absolute;
bottom: 0;
margin-left: -24px;
padding: 10px 0 10px 0;
left: 50%;
filter: "alpha(opacity=100)";
opacity: 1;
overflow: initial;
}
.justified-gallery > .jg-spinner > span {
display: inline-block;
filter: "alpha(opacity=0)";
opacity: 0;
width: 8px;
height: 8px;
margin: 0 4px 0 4px;
background-color: #000;
border-radius: 6px;
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.wpmf_folder_permissions_popup{
z-index: 1042 !important;}
.wpmf_folder_permissions_popup{
z-index: 1042 !important;}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; 
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.aligncenter.wp-block-wpmf-image-lightbox, .alignright.wp-block-wpmf-image-lightbox, .alignleft.wp-block-wpmf-image-lightbox {
max-width: 620px;
}
.aligncenter.wp-block-wpmf-image-lightbox {
margin: 0 auto;
}.nivo-lightbox-content,.nivo-lightbox-overlay{height:100%;width:100%}.nivo-lightbox-overlay{position:fixed;top:0;left:0;z-index:99998;overflow:hidden;visibility:hidden;opacity:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-lightbox-overlay.nivo-lightbox-open{visibility:visible;opacity:1}.nivo-lightbox-wrap{position:absolute;top:10%;bottom:10%;left:10%;right:10%}.nivo-lightbox-title-wrap{position:absolute;bottom:0;left:0;width:100%;z-index:99999;text-align:center}.nivo-lightbox-nav{display:none}.nivo-lightbox-prev{position:absolute;top:50%;left:0}.nivo-lightbox-next{position:absolute;top:50%;right:0}.nivo-lightbox-close{position:absolute;top:2%;right:2%}.nivo-lightbox-image{text-align:center}.nivo-lightbox-image img{max-width:100%;max-height:100%;width:auto;height:auto;vertical-align:middle}.nivo-lightbox-content iframe,.nivo-lightbox-error{width:100%;height:100%}.nivo-lightbox-ajax,.nivo-lightbox-inline{max-height:100%;overflow:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-lightbox-error{display:table;text-align:center;color:#fff;text-shadow:0 1px 1px #000}.nivo-lightbox-error p{display:table-cell;vertical-align:middle}.nivo-lightbox-notouch .nivo-lightbox-effect-fade,.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,.nivo-lightbox-notouch .nivo-lightbox-effect-fall,.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:scale(.7);-moz-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap{-webkit-transition:all .3s cubic-bezier(.25,.5,.5,.9);-moz-transition:all .3s cubic-bezier(.25,.5,.5,.9);-ms-transition:all .3s cubic-bezier(.25,.5,.5,.9);-o-transition:all .3s cubic-bezier(.25,.5,.5,.9);transition:all .3s cubic-bezier(.25,.5,.5,.9)}.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap{-webkit-transform:translateX(-10%);-moz-transform:translateX(-10%);-ms-transform:translateX(-10%);transform:translateX(-10%)}.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap{-webkit-transform:translateX(10%);-moz-transform:translateX(10%);-ms-transform:translateX(10%);transform:translateX(10%)}.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap{-webkit-transform:translateY(-10%);-moz-transform:translateY(-10%);-ms-transform:translateY(-10%);transform:translateY(-10%)}.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap{-webkit-transform:translateY(10%);-moz-transform:translateY(10%);-ms-transform:translateY(10%);transform:translateY(10%)}.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall{-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}.nivo-lightbox-effect-fall .nivo-lightbox-wrap{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-transform:translateZ(300px);-moz-transform:translateZ(300px);-ms-transform:translateZ(300px);transform:translateZ(300px)}.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0)}.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
background: #666;
background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(//fryderyki.pl/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/loading.gif) no-repeat 50% 50%; }
.nivo-lightbox-theme-default .nivo-lightbox-nav {
top: 10%;
width: 8%;
height: 80%;
text-indent: -9999px;
background-repeat: no-repeat;
background-position: 50% 50%;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
opacity: 1; 
background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//fryderyki.pl/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/prev.png); 
border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//fryderyki.pl/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/next.png); 
border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
display: block;
background: url(//fryderyki.pl/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/close.png) no-repeat 5px 5px;
width: 16px;
height: 16px;
text-indent: -9999px;
padding: 5px;
opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
background: #000;
color: #fff;
padding: 7px 15px;
border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
background: #fff;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
background: #fff;
padding: 40px;
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
background-image: url(//fryderyki.pl/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/loading@2x.gif); 
background-size: 32px 32px;
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
background-image: url(//fryderyki.pl/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/prev@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
background-image: url(//fryderyki.pl/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/next@2x.png); 
background-size: 48px 48px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close { 
background-image: url(//fryderyki.pl/wp-content/plugins/responsive-lightbox/assets/nivo/themes/default/close@2x.png); 
background-size: 16px 16px;
}
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.alert-wrapper{display:flex;width:100%;height:100%;align-items:center;justify-content:center;margin:0 auto;padding:0 auto;left:0;top:0;overflow:hidden;position:fixed;background:rgb(0,0,0,.3);z-index:999999}@keyframes open-frame{0%{transform:scale(1)}25%{transform:scale(.95)}50%{transform:scale(.97)}75%{transform:scale(.93)}100%{transform:scale(1)}}.alert-frame{background:#fff;min-height:350px;width:300px;box-shadow:5px 5px 10px rgb(0,0,0,.2);border-radius:10px;animation:open-frame .3s linear}.alert-header{display:flex;flex-direction:row;height:175px;border-top-left-radius:5px;border-top-right-radius:5px}.alert-header-base{border-top-left-radius:5px;border-top-right-radius:5px}.custom-img-wrapper{min-height:145px;max-height:20rem;overflow:scroll;display:flex;align-items:center;justify-content:center}.alert-img{height:80px;position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;align-self:center}.alert-close{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-family:Dosis,sans-serif;font-weight:700;cursor:pointer;line-height:30px}.alert-close-default{color:rgb(0,0,0,.2);font-size:16px;transition:color .5s;margin-left:auto;margin-right:5px;margin-top:5px}.alert-close-circle{background:#e4eae7;color:#222;border-radius:17.5px;margin-top:-15px;margin-right:-15px;font-size:12px;transition:background .5s;margin-left:auto}.alert-close-circle:hover{background:#fff}.alert-close:hover{color:rgb(0,0,0,.5)}.alert-body{padding:30px 30px;display:flex;flex-direction:column;text-align:center}.alert-title{font-size:18px!important;font-family:'Open Sans',sans-serif;font-weight:700;font-size:15px;margin-bottom:35px;color:#222;align-self:center}.alert-message{font-size:15px!important;color:#666;font-family:'Open Sans',sans-serif;font-weight:400;font-size:15px;text-align:center;line-height:1.6;align-self:center}.alert-button{min-width:140px;height:35px;border-radius:20px;font-family:'Open Sans',sans-serif;font-weight:400;font-size:15px;color:#fff;border:none;cursor:pointer;transition:background .5s;padding:0 15px;align-self:center;display:inline-flex;align-items:center;justify-content:center}.alert-button:focus{outline:0}.question-buttons{display:flex;flex-direction:row;justify-content:center}.confirm-button{min-width:100px;height:35px;border-radius:20px;font-family:'Open Sans',sans-serif;font-weight:400;font-size:15px;color:#fff;border:none;cursor:pointer;transition:background .5s;padding:0 15px;margin-right:10px;display:inline-flex;align-items:center;justify-content:center}.confirm-button:focus{outline:0}.cancel-button{min-width:100px;height:35px;border-radius:20px;font-family:'Open Sans',sans-serif;font-weight:400;font-size:15px;color:#fff;border:none;cursor:pointer;padding:0;line-height:1.6;transition:background .5s;padding:0 15px;display:inline-flex;align-items:center;justify-content:center}.cancel-button:focus{outline:0}@keyframes open-toast{0%{transform:scaleX(1) scaleY(1)}20%,45%{transform:scaleX(1.35) scaleY(.1)}65%{transform:scaleX(.8) scaleY(1.7)}80%{transform:scaleX(.6) scaleY(.85)}100%{transform:scaleX(1) scaleY(1)}}.toast-container{display:flex;flex-direction:column;top:15px;right:15px;position:fixed;z-index:999999}.toast-content{overflow:hidden;border-radius:5px;box-shadow:0 0 20px rgb(0,0,0,.2);animation:open-toast .3s linear}.toast-content+.toast-content{margin-top:10px}.toast-frame{padding:5px 15px;display:flex;min-width:100px;height:70px;border-top-left-radius:10px;border-top-right-radius:10px;align-items:center;flex-wrap:wrap}.toast-body-img{height:40px}.toast-body{display:flex;align-items:center;width:100%}.toast-body-content{display:flex;flex-direction:column;width:100%}.toast-title{font-size:16px!important;font-family:'Open Sans',sans-serif;font-weight:700;font-size:15px;color:#fff;margin-left:15px}.toast-message{font-size:13px!important;font-family:'Open Sans',sans-serif;font-weight:600;font-size:15px;color:#fff;margin-left:15px}.toast-close{color:rgb(0,0,0,.2);font-family:Dosis,sans-serif;font-weight:700;font-size:16px;cursor:pointer;transition:color .5s;margin-left:25px}@keyframes timer{0%{width:100%}25%{width:75%}50%{width:50%}75%{width:25%}100%{width:1%}}.toast-timer{width:1%;height:5px}.toast-close:hover{color:rgb(0,0,0,.5)}.error-bg{background:#d85261}.success-bg{background:#2dd284}.warning-bg{background:#fada5e}.question-bg{background:#779ecb}.error-btn:hover{background:#e5a4b4}.success-btn:hover{background:#6edaa4}.warning-btn:hover{background:#fcecae}.info-btn:hover{background:#c3e6fb}.question-btn:hover{background:#bacee4}.error-timer{background:#e5a4b4}.success-timer{background:#6edaa4}.warning-timer{background:#fcecae}.info-timer{background:#c3e6fb}.info-bg{background:#88cef7}.ql-container{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;min-height:200px;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li::before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.42;height:100%;outline:0;overflow-y:auto;padding:0;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li::before{content:'\2022'}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li::before,.ql-editor ul[data-checked=true]>li::before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li::before{content:'\2611'}.ql-editor ul[data-checked=false]>li::before{content:'\2610'}.ql-editor li::before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl)::before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl::before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) '. '}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) '. '}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) '. '}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) '. '}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) '. '}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) '. '}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) '. '}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) '. '}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) '. '}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank::before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:'';display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:0 0;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:0}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{-webkit-box-sizing:border-box;box-sizing:border-box}.ql-snow *{-webkit-box-sizing:border-box;box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item::before,.ql-snow .ql-picker.ql-header .ql-picker-label::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item::before,.ql-snow .ql-picker.ql-font .ql-picker-label::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item::before,.ql-snow .ql-picker.ql-size .ql-picker-label::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;padding:8px 0}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;-webkit-box-shadow:rgba(0,0,0,.2) 0 2px 8px;box-shadow:rgba(0,0,0,.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:0 0 5px #ddd;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:'Save';padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border-top:1px solid #ccc}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .bl,.react-tel-input .fr,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .bq,.react-tel-input .nl{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #cacaca;border-radius:5px;line-height:25px;height:35px;width:300px;outline:0}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .form-control.open{z-index:2}.react-tel-input .flag-dropdown{outline:0;position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0 0}.react-tel-input .selected-flag{position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input .flag-dropdown:focus,.react-tel-input .flag-dropdown:hover{cursor:pointer}.react-tel-input .flag-dropdown:focus .selected-flag,.react-tel-input .flag-dropdown:hover .selected-flag{background-color:#fff}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px rgba(0,0,0,.35);background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px;display:inline-block}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:0}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.mf-image-select-input,.mf-payment-method-input,.mf-toggle-select-input{position:absolute;opacity:0;width:0;height:0}.mf-image-select-input+img,.mf-payment-method-input+img,.mf-toggle-select-input+p{cursor:pointer}.mf-input-repeater-items{display:block;width:100%;position:relative}.mf-input-repeater-content{width:100%}.mf-input-repeater-content.mf-repeater-layout-inline{display:flex;flex-wrap:wrap}.mf-input-repeater-content.mf-repeater-layout-inline .attr-form-group{flex:1;padding-right:10px}.mf-input-repeater-content.mf-repeater-layout-inline .attr-form-group:last-child{padding-right:0!important}.mf-repeater-remove-btn{text-align:right;margin-bottom:15px}.mf-checkbox-option:first-child,.mf-radio-option:first-child{padding-left:0}.remove-btn,.repeater-add-btn{background-color:#fd397a;font-size:15px;padding:5px 12px;line-height:20px;border:none;box-shadow:none;font-weight:700}.remove-btn{font-size:12px;padding:0 10px;position:absolute;right:0;top:0;line-height:19px;display:inline-block;background-color:rgba(253,57,122,.1)}.remove-btn:hover{background-color:#fd397a}.repeater-add-btn{background-color:rgba(113,106,202,.1);padding-top:10px;padding-bottom:10px}.repeater-add-btn:hover{background-color:#716aca}.remove-btn svg,.repeater-add-btn svg{max-width:20px;height:auto;vertical-align:middle}.remove-btn i,.repeater-add-btn i{font-size:13px;margin-right:7px}.mf-image-select-option,.mf-image-select-option input[type=checkbox]+img,.mf-image-select-option input[type=radio]+img{border-color:transparent;display:flex;flex-direction:column-reverse}.mf-image-select-option .mf-image-select-thumbnail .mf-image-select-input,.mf-image-select-option input[type=checkbox]+img .mf-image-select-thumbnail .mf-image-select-input,.mf-image-select-option input[type=radio]+img .mf-image-select-thumbnail .mf-image-select-input{clip:rect(0 0 0 0);position:absolute}.mf-select-hover-image{max-width:300px;display:inline-block;position:fixed;border:5px solid #333;z-index:2;visibility:hidden;opacity:0}.mf-select-hover-image::before{content:"";position:absolute;top:-17px;left:12px;border-bottom:12px solid #333;border-left:12px solid transparent;border-right:12px solid transparent}.mf-select-hover-image::after{content:"";display:none;position:absolute;bottom:-16px;left:12px;border-top:12px solid #333;border-left:12px solid transparent;border-right:12px solid transparent}.mf-select-hover-image.mf-preview-top::before{display:none}.mf-select-hover-image.mf-preview-top::after{display:block}.mf-select-hover-image.mf-preview-top{transform:translateY(-100%)}.mf-input-calculation-total{display:block;font-size:16px}.mf-input-calculation-total::before{content:attr(data-prefix)}.mf-input-calculation-total::after{content:attr(data-suffix)}.mf-input-calculation-total:empty::after{content:"0"}.mf-image-select-title{color:#73788f;font-size:14px;line-height:16px;text-align:center;background-color:#f7f8fa;display:block;padding:12px 5px;box-sizing:border-box;transition:all .4s}.mf-image-select-option.active .mf-image-select-title{background-color:#73788f;color:#fff}.mf-image-select{flex-wrap:wrap;align-items:center}.mf-multistep-container .elementor-top-section{flex:0 0 100%;opacity:0;transition:all .4s ease-out!important;transform:translateY(0)}.mf-multistep-container .e-container--column{flex:0 0 100%;opacity:0;transition:all .4s ease-out!important;transform:translateY(0)}.mf-multistep-container .elementor-section-wrap>.e-con{flex:0 0 100%;opacity:0;transition:all .4s ease-out!important;transform:translateY(0)}.mf-multistep-container .elementor-section-wrap>.e-con.active{opacity:1}.mf-multistep-container .elementor-top-section.active{opacity:1}.mf-multistep-container .e-container--column.active{opacity:1}.mf-multistep-container .metform-steps{padding:0;list-style:none;margin:15px 0;display:none;position:relative;z-index:0}.mf-multistep-container.mf-form-multistep-nav-yes .metform-steps{display:flex;flex-wrap:wrap}.mf-multistep-container .metform-steps li{display:inline-flex;cursor:pointer;text-transform:capitalize;transition:all .4s;border-radius:4px;font-size:14px;line-height:20px;align-items:center}.mf-multistep-container .metform-steps .active{background-color:#8a2be2;color:#fff;border-color:#8a2be2}.mf-progress-step-bar{background-color:#ccc;height:5px;width:100%;border-radius:2px;margin:10px 0;position:relative}.mf-progress-step-bar span{background-color:#1f55f8;position:absolute;left:0;top:50%;transform:translateY(-50%);height:5px;border-radius:2px}.metform-step-icon{font-size:16px;margin-right:5px}.metform-step-item .metform-step-svg-icon{width:16px;height:auto;margin-right:5px}.mf-multistep-container .metform-form-content .elementor-inner{overflow-x:hidden}.mf-multistep-container .metform-form-content .elementor-section-wrap{display:flex;-webkit-box-align:start;-ms-flex-align:start;-ms-grid-row-align:flex-start;align-items:flex-start;transition:all .4s ease-out}.mf-multistep-container.mf_slide_direction_vertical .metform-form-content .elementor-section-wrap{flex-direction:column}.elementor-widget-mf-next-step .mf-widget-container{transition:none!important}.mf-payment-method-option>label{display:block}.mf-multistep-container .flatpickr-calendar.static{position:relative}.mf-signature canvas{display:block;width:100%;background-color:#fff;border:1px solid #eaeaea;-webkit-transition:background .2s linear,border-color .2s linear;transition:background .2s linear,border-color .2s linear}.m-signature-pad{position:relative;z-index:0;cursor:crosshair}.mf-input-wrapper .m-signature-pad--footer{position:absolute;right:0;bottom:0;padding:8px;cursor:pointer}.mf-input-wrapper .m-signature-pad--footer>button{color:inherit;padding:0;background-color:transparent!important;border-width:0;font-size:0}.mf-input-wrapper .m-signature-pad--footer>button:focus,.mf-input-wrapper .m-signature-pad--footer>button:hover{color:inherit;background-color:transparent;outline:0}.mf-input-wrapper .m-signature-pad--footer>button::before{content:"\f021";display:inline-block;font:normal normal 700 16px/1 "Font Awesome 5 Free";text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mf-input-wrapper div.mf-parent-like-dislike{padding:0;background-color:transparent;border-width:0}.mf-parent-like-dislike>.mf-radio-option{display:flex;flex-wrap:wrap}.mf-parent-like-dislike .attr-btn{color:#aaa;padding:0;line-height:1;outline:0;cursor:pointer}.mf-input-like{margin-right:15px}.mf-parent-like-dislike .mf-input-dislike:active,.mf-parent-like-dislike .mf-input-dislike:focus,.mf-parent-like-dislike .mf-input-like:active,.mf-parent-like-dislike .mf-input-like:focus{outline:0;box-shadow:none}.mf-parent-like-dislike .mf-radio-input:checked+.mf-input-dislike{color:red}.mf-parent-like-dislike .mf-radio-input:checked+.mf-input-like{color:green}.mf-card-info-wrapper label{width:100%;display:block;font-size:80%;margin-top:.5em;font-weight:500}.mf-parent-like-dislike .mf-radio-option label{display:inline-block;margin:0}.mf-parent-like-dislike .mf-radio-option label:last-child{vertical-align:-6px}.mf-input-dislike.red{color:red}.mf-input-wrapper .sketch-picker{position:absolute;top:100%;z-index:10}.elementor-widget-mf-color-picker input[type=text]{padding:3px 2px;text-align:center!important;font-family:monospace;font-size:14px}.mf-input.mf-input-mobile{width:100%!important;padding:10px 12px;height:auto;border-width:1px;border-style:solid;border-color:#eaeaea;border-radius:2px;background:0 0;background-color:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear;font-size:14px;padding-left:70px!important}.mf-input-wrapper .react-tel-input .flag-dropdown{background-color:transparent;border:none;border-right:1px solid #eaeaea;padding:8px}.mf-input-wrapper .react-tel-input .country-list .search-box{width:calc(100% - 35px)}.mf-input-wrapper .react-tel-input .flag-dropdown:focus .selected-flag,.mf-input-wrapper .react-tel-input .flag-dropdown:hover .selected-flag{background-color:transparent}.mf-input-repeater-items .mf-input-control-label::after{width:20px;height:20px}.mf-input-repeater-items .mf-input-switch .mf-input-control:checked~.mf-input-control-label::after{left:34px}.mf-input-repeater-items .mf-input-switch{background-color:transparent}.select2-container--default{width:100%!important}.mf-input-repeater-items .select2-container--default .select2-selection--single{display:inline-block;width:100%;height:auto;border-color:#eaeaea;padding:8px;border-radius:0;background-color:#fafafa}.mf-input-repeater-items .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:1.8;font-size:14px}.mf-input-repeater-items .select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:50%;right:10px;width:20px;transform:translateY(-50%)}.mf-input-repeater-items ul.select2-results__options .select2-results__option{background-color:#fff;padding:10px 15px;font-size:15px;border-top:none!important;border-left:none;border-color:transparent;border:1px solid #eaeaea;border-top-color:#eaeaea;border-top-style:solid;border-top-width:1px}.mf-input-repeater-items .select2-dropdown{border:none}.mf-input-repeater-items .select2-search--dropdown{padding-left:0;padding-right:0}.mf-input-repeater-items ul.select2-results__options .select2-results__option:hover{background-color:#f0f0f0}.mf-input-wrapper .react-tel-input>.special-label{display:none}.mf-input-wrapper .react-tel-input .country-list .search{display:flex;align-items:center;flex-wrap:wrap}.mf-toggle-select .mf-input-toggle-option{position:relative}.mf-toggle-select .mf-input-toggle-option .attr-btn-info i{display:inline-block}.mf-card-number-wrapper{position:relative}.mf-credit-card-wrapper .mf-card-input-wrapper .mf-credit-card-number{padding-left:56px}.mf-card-input{margin-top:10px}.mf-card-info-wrapper{display:flex;align-items:flex-start;justify-content:space-between}.mf-card-info-wrapper>.mf-card-info-date{width:50%;flex:1 1 50%}.mf-card-info-wrapper input::-webkit-inner-spin-button,.mf-card-info-wrapper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.mf-card-info-wrapper>.mf-card-info-date input{max-width:100px;display:inline-block;margin-right:16px}.mf-card-info-wrapper>.mf-card-info-cvv{width:50%;flex:1 1 50%;text-align:right}.mf-card-info-wrapper>.mf-card-info-cvv input{max-width:160px}.mf-credit-card-wrapper .mf-card-number-icon{position:absolute;width:60px;height:21px;top:0;left:0;padding:12px 0 12px 0;box-sizing:content-box;transition:all .2s linear;display:flex;align-items:center;justify-content:center;background:url(//fryderyki.pl/wp-content/plugins/metform-pro/public/assets/img/credit-cards/card-custom.svg) no-repeat center/32px}.mf-credit-card-wrapper .mf-card-number-icon img{height:18px;width:auto}.mf-credit-card-wrapper .mf-card-number-icon.mf-card-number-icon-visa{background-image:url(//fryderyki.pl/wp-content/plugins/metform-pro/public/assets/img/credit-cards/card-visa.png)}.mf-credit-card-wrapper .mf-card-number-icon.mf-card-number-icon-amex{background-image:url(//fryderyki.pl/wp-content/plugins/metform-pro/public/assets/img/credit-cards/card-amex.png)}.mf-credit-card-wrapper .mf-card-number-icon.mf-card-number-icon-master{background-image:url(//fryderyki.pl/wp-content/plugins/metform-pro/public/assets/img/credit-cards/card-master.svg)}.mf-credit-card-wrapper .mf-card-number-icon.mf-card-number-icon-discover{background-image:url(//fryderyki.pl/wp-content/plugins/metform-pro/public/assets/img/credit-cards/card-discover.png)}.metform-form-content .elementor-widget-mf-simple-repeater .remove-btn{color:#fd397a;text-decoration:none;background-color:rgba(253,57,122,.1);border:0;font-size:14px;padding:2px 7px;transform:translateY(-8px)}.metform-form-content .elementor-widget-mf-simple-repeater .remove-btn:hover{color:#fff;background-color:#fd397a}.metform-form-content .elementor-widget-mf-simple-repeater .repeater-add-btn{background-color:#e3e1f9;color:#7b73e2;text-decoration:none;border:0}.metform-form-content .elementor-widget-mf-simple-repeater .repeater-add-btn:hover{color:#fff;background-color:#7b73e2}@font-face {
font-family: 'FuturaPT-Book';
src: url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/Futura-PT-Book.eot);
src: url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/Futura-PT-Book.eot?#iefix) format('embedded-opentype'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/Futura-PT-Book.woff2) format('woff2'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/Futura-PT-Book.woff) format('woff'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/Futura-PT-Book.ttf) format('truetype'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/Futura-PT-Book.svg#Futura PT) format('svg');
}
@font-face {
font-family: 'FuturaPT-Medium';
src: url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-Medium.eot?#iefix) format('embedded-opentype'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-Medium.otf) format('opentype'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-Medium.woff) format('woff'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-Medium.ttf) format('truetype'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-Medium.svg#FuturaPT-Medium) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FuturaPT-Light';
src: url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-Light.eot?#iefix) format('embedded-opentype'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-Light.otf) format('opentype'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-Light.woff) format('woff'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-Light.ttf) format('truetype'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-Light.svg#FuturaPT-Light) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'FuturaPT-BookObl';
src: url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-BookObl.eot?#iefix) format('embedded-opentype'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-BookObl.otf) format('opentype'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-BookObl.woff) format('woff'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-BookObl.ttf) format('truetype'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/FuturaPT-BookObl.svg#FuturaPT-BookObl) format('svg');
font-weight: normal;
font-style: normal;
} @font-face {
font-family: 'HeroicCondensed-Book';
src: url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/HeroicCondensed-Book.eot?#iefix) format('embedded-opentype'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/HeroicCondensed-Book.otf) format('opentype'),
url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/HeroicCondensed-Book.woff) format('woff'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/HeroicCondensed-Book.ttf) format('truetype'), url(//fryderyki.pl/wp-content/themes/fryderyki/fonts/HeroicCondensed-Book.svg#HeroicCondensed-Book) format('svg');
font-weight: normal;
font-style: normal;
}    html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
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 {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
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 {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: -1rem;
display: block
}
.main-navigation ul li#menu-item-966:hover > ul, .main-navigation ul li#menu-item-966.focus > ul {
left: -9rem
}
.main-navigation ul li#menu-item-732:hover > ul,
.main-navigation ul li#menu-item-732.focus > ul {
right: 0
}
#site-navigation .menu-menu-glowne-container li#menu-item-732 .sub-menu {
width: 577px
}
#site-navigation .menu-menu-glowne-container li#menu-item-732 .sub-menu li:last-child {
margin-right: 0
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .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 !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} body, html {
width: 100%;
height: 100%
}
body {
background: #fff;
background-size: cover
}
a {
color: #C00
}
h2_ {
font-family: 'FuturaPT-Book', Arial, Helvetica, sans-serif;
font-weight: normal
}
#page {
max-width: 1300px;
width: 100%;
margin: 0 auto;
position: relative;
display: grid;
grid-template-rows: auto auto 1fr auto;
grid-template-columns: 100%;
font-family: 'FuturaPT-Book', Arial, Helvetica, sans-serif;
z-index: 3
}
.gradDynamic {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
display: none;
}
.gr1 {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 2; background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/bg.png) center top, linear-gradient(to right, rgba(15, 24, 41, 1) 0%, rgba(15, 24, 41, 0) 14%, rgba(15, 24, 41, 0) 86%, rgba(15, 24, 41, 1) 100%);;
width: 100%;
height: 100%;
}
.gr2 {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1; background: radial-gradient(ellipse at center, rgba(72, 19, 11, 1) 0%, rgba(22, 25, 34, .58) 33%, rgba(22, 25, 34, 0) 75%);
width: 100%;
height: 100%;
animation: gradientMove 15s linear infinite;
transform: translate(-45%, -45%);
}
.gr3 {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
opacity: 1;
background: radial-gradient(ellipse at center, rgba(97, 89, 53, 1) 0%,
rgba(97, 89, 53, 0.738) 14.25%,
rgba(97, 89, 53, 0.541) 25.5%,
rgba(97, 89, 53, 0.382) 35.25%,
rgba(97, 89, 53, 0.278) 42.375%,
rgba(97, 89, 53, 0.194) 48.75%,
rgba(97, 89, 53, 0.126) 54.75%,
rgba(97, 89, 53, 0.075) 60.15%,
rgba(97, 89, 53, 0.042) 64.575%,
rgba(97, 89, 53, 0.021) 28.25%,
rgba(97, 89, 53, 0.008) 71.4%,
rgba(97, 89, 53, 0.002) 73.65%,
rgba(97, 89, 53, 0) 75%);
width: 200%;
height: 200%;
animation: gradientMove2 16s ease infinite;
transform: translate(-5%, -55%);
}
.gr4 {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1; background: radial-gradient(ellipse at center, rgba(204, 51, 0, .3) 0%, rgba(22, 25, 34, .12) 33%, rgba(22, 25, 34, 0) 75%);
width: 100%;
height: 100%;
animation: gradientMove3 17s ease infinite;
}
.gr5 {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
opacity: 1;
background: radial-gradient(ellipse at center, rgba(97, 89, 53, 1) 0%,
rgba(97, 89, 53, 0.738) 14.25%,
rgba(97, 89, 53, 0.541) 25.5%,
rgba(97, 89, 53, 0.382) 35.25%,
rgba(97, 89, 53, 0.278) 42.375%,
rgba(97, 89, 53, 0.194) 48.75%,
rgba(97, 89, 53, 0.126) 54.75%,
rgba(97, 89, 53, 0.075) 60.15%,
rgba(97, 89, 53, 0.042) 64.575%,
rgba(97, 89, 53, 0.021) 28.25%,
rgba(97, 89, 53, 0.008) 71.4%,
rgba(97, 89, 53, 0.002) 73.65%,
rgba(97, 89, 53, 0) 75%);
width: 200%;
height: 200%;
animation: gradientMove4 18s ease infinite;
}
.gr6 {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1;
opacity: 1;
background: radial-gradient(ellipse at center, rgba(72, 19, 11, 1) 0%,
rgba(72, 19, 11, 0.738) 14.25%,
rgba(72, 19, 11, 0.541) 25.5%,
rgba(72, 19, 11, 0.382) 35.25%,
rgba(72, 19, 11, 0.278) 42.375%,
rgba(72, 19, 11, 0.194) 48.75%,
rgba(72, 19, 11, 0.126) 54.75%,
rgba(72, 19, 11, 0.075) 60.15%,
rgba(72, 19, 11, 0.042) 64.575%,
rgba(72, 19, 11, 0.021) 28.25%,
rgba(72, 19, 11, 0.008) 71.4%,
rgba(72, 19, 11, 0.002) 73.65%,
rgba(72, 19, 11, 0) 75%);
width: 200%;
height: 200%;
animation: gradientMove5 22s ease infinite;
}
.gradDynamic:after, .gradDynamic:before {
position: absolute;
top: 0;
left: 0;
width: 400%;
height: 400%;
content: "";
z-index: 0;
}
.gradDynamic:after {
background: radial-gradient(circle, red, transparent);
animation: colorSpin 30s ease infinite;
}
.gradDynamic:before {
background-color: #0f1829;
}
@keyframes colorSpin {
25% {
transform: translateY(-75%);
}
50% {
transform: translate(-45%, -75%);
}
75% {
transform: translate(-75%, 0);
}
100% {
filter: hue-rotate(360deg);
} }
@keyframes gradientMove {
25% {
transform: translate(0, -25%);
}
50% {
transform: translate(-55%, -75%);
}
75% {
transform: translate(-25%, 0);
}
100% { }
}
@keyframes gradientMove2 {
25% {
transform: translate(-45%, -15%);
}
50% {
transform: translate(-25%, 15%);
}
75% {
transform: translate(-35%, -20%);
}
100% { }
}
@keyframes gradientMove3 {
25% {
transform: translateY(-40%);
}
50% {
transform: translate(25%, -40%);
}
75% {
transform: translate(0, 0);
}
100% { }
}
@keyframes gradientMove4 {
25% {
transform: translate(-45%, 10%);
}
50% {
transform: translate(5%, 20%);
}
75% {
transform: translate(-25%, 0);
}
100% { }
}
@keyframes gradientMove5 {
25% {
transform: translate(-25%, 10%) scale(.5);
}
50% {
transform: translate(-45%, -10%) scale(1);
}
75% {
transform: translate(10%, -30%) scale(.5);
}
100% {
transform: translate(0%, 0) scale(1);
}
}
#masthead, #content, #colophon {
max-width: 1300px;
padding: 0 20px 0 20px;
margin: 0 auto;
position: relative;
width: 100%
}
#masthead {
height: 236px;
grid-row: 1
}
#content {
grid-row: 2
}
#colophon {
height: 225px;
grid-row: 3;
margin-top: 2rem
}
.kv_home {
margin: 0 auto 1rem auto;
position: relative;
width: 100%;
height: auto
}
#header_inner {
width: 100%;
height: 100%;
position: relative;
margin: auto
}
#header_inner #kup_bilet {
position: absolute;
right: 0rem;
top: 2rem;
display: block;
background: #000;
color: #fff;
text-transform: uppercase;
text-decoration: none;
text-align: center;
padding: .8em 1.8em;
box-shadow: 1px 5px 0 #B28545;
font-weight: normal;
letter-spacing: .2em;
font-size: 1.2em;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif;
z-index: 3
}
#header_inner #_data_imprezy {
position: absolute;
left: 0rem;
top: 2rem;
color: #B28545;
font-weight: bold;
text-transform: uppercase;
font-size: 1.3rem;
max-width: 268px;
width: 28%;
display: grid;
grid-template-columns: 50% 50%
}
#header_inner #data_imprezy {
position: absolute;
left: 0rem;
top: 6.6rem;
color: #B28545;
font-weight: bold;
text-transform: uppercase;
font-size: 1.3rem;
max-width: 322px;
width: 26%;
height: 53px;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/data.svg?v=5) no-repeat 0 0;
background-size: contain
}
#header_inner #data_imprezy p {
margin: 0 0 0 0;
letter-spacing: .5em;
font-size: .75em;
display: none !important
}
#header_inner #data_imprezy span {
align-self: center;
display: none !important
}
#header_inner #data_imprezy span#tvn {
font-family: 'HeroicCondensed-Book', Arial, Helvetica, sans-serif;
color: #fff;
font-size: .8em;
font-weight: normal;
line-height: 160%;
display: inline-block;
align-self: center;
padding-left: .5em;
border-left: 3px solid;
margin-left: .5em;
padding-top: .3em
}
#header_inner .site-branding {
position: relative;
margin: 0 auto 0 0; z-index: 4;
max-width: 757px;
width: 75%;
z-index: 1004
}
#header_inner .site-branding .custom-logo-link img {
position: relative;
margin: 1.5rem auto 0 auto;
left: 0
}
#header_inner .menu-menu-glowne-container {
position: absolute;
left: 0rem;
bottom: 0;
width: 100%;
height: 45px;
background: #000
}
.site-title, .site-description {
display: none !important
}
.entry-title {
text-transform: none !important;
font-size: 2em
}
#colophon h4 {
color: #000;
font-size: .7rem;
text-transform: uppercase;
margin-bottom: 0
}
#colophon h5 {
color: #000;
font-size: .7rem;
text-transform: uppercase;
margin: 0 0 -2rem 0;
padding: 0;
position: relative
}
#colophon .sponsorzy {
margin: 0 0 2rem 0;
display: block;
justify-content: space-between;
flex-wrap: wrap;
flex-direction: row; }
#colophon .sponsorzy img {  transition: .3s all;
width: auto; position: relative;
z-index: 100;
}
#colophon .sponsorzy_inner {
margin: 0 0 5em 0
}
#colophon .sponsorzy img:hover {
opacity: .7
}
#colophon #footer-menu {
padding: 1rem 0 1rem 0;
border-top: 4px solid #000;
position: relative
}
#footer-menu {
border-top: 1px solid black;
margin-top: 20px;
}
#colophon #sponsorzy_inner_0 {
width: 100%;
max-width: 1260px;
height: 100px;
position: relative;
margin: auto;
margin-bottom: 5rem;
margin-left: 0
}
#sponsorzy_inner_0 h5, #sponsorzy_inner_0 img {
position: absolute;
z-index: 2;
left: 0;
top: 0;
margin: 0 !important;
padding: 0 !important
}
#sponsorzy_inner_0 img {
height: auto;
width: 20%
} #sponsorzy_inner_0 #b_organizator {
left: 0;
top: -2rem
}
#sponsorzy_inner_0 #b_zpav {
max-width: 10%;
left: 0;
top: 17.37%
}
#sponsorzy_inner_0 #b_af {
max-width: 8%;
left: 12%;
top: 17.37%
}
#sponsorzy_inner_0 #b_partner {
left: 26%;
top: -2rem
}
#sponsorzy_inner_0 #b_stoart {
max-width: 5%;
left: 26%;
top: 17.37%
}
#sponsorzy_inner_0 #b_zaiks {
max-width: 6%;
left: 33%;
top: 20%
}
#sponsorzy_inner_0 #b_patron {
left: 27%;
top: -2rem
}
#sponsorzy_inner_0 #b_tvn {
max-width: 5%;
left: 27%;
top: 4%
}
#sponsorzy_inner_0 #b_rmf {
max-width: 7%;
left: 51%;
top: 21%
}
#sponsorzy_inner_0 #b_wspolgospodarz {
left: 26%;
top: -2rem;
display: none
}
#sponsorzy_inner_0 #b_katowice1 {
max-width: 8%;
left: 26%;
top: 17%;
display: none
}
#sponsorzy_inner_0 #b_katowice2 {
max-width: 5%;
left: 37%;
top: 17%;
display: none
}
#sponsorzy_inner_0 #b_sponsor {
left: 90%;
top: 0
}
#sponsorzy_inner_0 #b_zywiec {
max-width: 9%;
left: 90%;
top: 19%
}
#sponsorzy_inner_0 #b_patroni {
left: 0;
top: 68.08%
}
#sponsorzy_inner_0 #b_wyborcza {
max-width: 9.76%;
left: 0;
top: 87.94%
}
#sponsorzy_inner_0 #b_cojestgrane {
max-width: 9.76%;
left: 11.98%;
top: 90.42%
}
#sponsorzy_inner_0 #b_ams {
max-width: 5.16%;
left: 23.97%;
top: 89.71%
}
#sponsorzy_inner_0 #b_onet {
max-width: 7.06%;
left: 31.35%;
top: 87.94%
}
#sponsorzy_inner_0 #b_przewoznik {
left: 47%;
top: 68.08%
}
#sponsorzy_inner_0 #b_icc {
max-width: 12%;
left: 47%;
top: 90%
}
#sponsorzy_inner_0 #b_producenci {
left: 42%;
top: -2rem
}
#sponsorzy_inner_0 #b_live {
max-width: 4.13%;
left: 42%;
top: 17%
}
#sponsorzy_inner_0 #b_festival {
max-width: 6.19%;
left: 50%;
top: 17%
}
#sponsorzy_inner_10, #sponsorzy_inner_11, #sponsorzy_inner_12, #sponsorzy_inner_13 {
display: grid;
grid-template-columns: 9.9% 9.9% 15.3% 16.2% 12.8% 8.7% 7.7% 6.7% 6.4% 6.3%;
grid-gap: 2vw;
margin-bottom: 2rem
}
#sponsorzy_inner_10 {
grid-template-rows: 1px auto 1rem 1px auto
}
#sponsorzy_inner_11 {
grid-template-rows: auto auto
}
#sponsorzy_inner_12 {
grid-template-rows: auto auto auto
}
#sponsorzy_inner_13 {
grid-template-rows: auto auto
}
#h5_10_1 {
grid-row: 1;
grid-column: 1 / span 2
}
#h5_10_2 {
grid-row: 1;
grid-column: 3 / span 2
}
#h5_10_3 {
grid-row: 1;
grid-column: 5 / span 2
}
#h5_10_4 {
grid-row: 1;
grid-column: 7 / span 1
}
#h5_10_5 {
grid-row: 4;
grid-column: 1 / span 2
}
#h5_10_6 {
grid-row: 4;
grid-column: 3 / span 1
}
#h5_10_7 {
grid-row: 4;
grid-column: 4 / span 1
}
#h5_11_1 {
grid-row: 1;
grid-column: 3 / span 3
}
#h5_12_1 {
grid-row: 1;
grid-column: 3 / span 2
}
#h5_13_1 {
grid-row: 1;
grid-column: 1 / span 2
}
.sponsorzy_inner a {
text-indent: -5000px;
background-size: contain !important;
filter: invert(1);
min-height: 4rem
}
#c_zpav {
grid-row: 2;
grid-column: 1;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/zpav.png) no-repeat center center
}
#c_akademia_fonograficzna {
grid-row: 2;
grid-column: 2;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/akademia_fonograficzna.png) no-repeat center center
}
#c_stoart {
grid-row: 2;
grid-column: 3 / span 2;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/stoart.png) no-repeat 10% center/15%, url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/zaiks.png) no-repeat 52% center/30% !important
}
#c_zaiks_ {
grid-row: 2;
grid-column: 4;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/zaiks.png) no-repeat center center;
background-size: 60% !important
}
#c_slaskie {
grid-row: 2;
grid-column: 5;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/slaskie.png) no-repeat center center;
min-width: 3vw
}
#c_ars_cameralis {
grid-row: 2;
grid-column: 6;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/ars_cameralis.png) no-repeat center center;
background-size: 80% !important
}
#c_katowice {
grid-row: 2;
grid-column: 7;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/katowice.png) no-repeat center center;
background-size: 80% !important
}
#c_zdrovit {
grid-row: 5;
grid-column: 1;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/zdrovit.png) no-repeat center center
}
#c_perla {
grid-row: 5;
grid-column: 2;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/perla.png) no-repeat center center
}
#c_audi {
grid-row: 5;
grid-column: 3;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/audi.png) no-repeat center center;
background-size: 60% !important
}
#c_intercity {
grid-row: 5;
grid-column: 4;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/intercity.png) no-repeat center center;
background-size: 70% !important
}
#c_tvp_kultura {
grid-row: 2;
grid-column: 1;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/tvp_kultura.png) no-repeat center center
}
#c_dwojka {
grid-row: 2;
grid-column: 3;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/dwojka.png) no-repeat center center
}
#c_presto {
grid-row: 2;
grid-column: 4;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/presto.png) no-repeat center center
}
#c_dziennik_zachodni {
grid-row: 2;
grid-column: 5;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/dziennik_zachodni.png) no-repeat center center
}
#c_tvn {
grid-row: 2;
grid-column: 1;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/tvn.png) no-repeat center center
}
#c_radio_zet {
grid-row: 2;
grid-column: 3;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/radio_zet.png) no-repeat center center;
background-size: 60% !important
}
#c_antyradio {
grid-row: 2;
grid-column: 4;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/antyradio.png) no-repeat center center;
background-size: 70% !important
}
#c_wp {
grid-row: 2;
grid-column: 5;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/wp.png) no-repeat center center;
background-size: 60% !important
}
#c_ams {
grid-row: 2;
grid-column: 6;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/ams.png) no-repeat center center
}
#c_cinema_city {
grid-row: 2;
grid-column: 7;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/cinema_city.png) no-repeat center center;
background-size: 80% !important
}
#c_dziennik_zachodni_2 {
grid-row: 2;
grid-column: 8;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/dziennik_zachodni.png) no-repeat center center
}
#c_jazz_forum {
grid-row: 3;
grid-column: 3;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/jazz_forum.png) no-repeat center center;
background-size: 60% !important
}
#c_cgm {
grid-row: 3;
grid-column: 4;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/cgm.png) no-repeat center center;
background-size: 60% !important
}
#c_going {
grid-row: 3;
grid-column: 5;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/going.png) no-repeat center center;
background-size: 80% !important
}
#c_empik {
grid-row: 3;
grid-column: 6;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/empik_bilety.png) no-repeat center center
}
#c_anywhere {
grid-row: 3;
grid-column: 7;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/anywhere.png) no-repeat center center;
background-size: 50% !important
}
#c_vogue {
grid-row: 3;
grid-column: 8;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/vogue.png) no-repeat center center;
background-size: 60% !important
}
#c_newsweek {
grid-row: 3;
grid-column: 9;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/newsweek.png) no-repeat center center;
background-size: contain !important
}
#c_live {
grid-row: 2;
grid-column: 1;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/live.png) no-repeat center center;
background-size: 40% !important
}
#c_festival_group {
grid-row: 2;
grid-column: 2;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/banners/sponsorzy/2020/festival_group.png) no-repeat center center;
background-size: 60% !important
}
#sponsorzy_inner_1, #sponsorzy_inner_2 {
display: inline-block;
vertical-align: top
}
#sponsorzy_inner_4 {
margin-bottom: 5em !important
}
.img_sponsorzy {
width: 100%;
height: auto;
margin: 0 auto 4vw auto;
position: relative;
display: block;
}
.home .img_sponsorzy, .page-id-730 .img_sponsorzy, .page-id-969 .img_sponsorzy, .page-id-971 .img_sponsorzy {
display: none
}
#f_2, #f_3, #f_1a {
display: none
}
.page-id-1932 #f_2, .page-id-2030 #f_2, .postid-2306 #f_1a {
display: block
}
.postid-2306 #f_1 {
display: none
}
.page-id-1937 #f_3, .page-id-2045 #f_3, .page-id-2049 #f_3 {
display: block
}
#site-navigation a {
color: #fff;
text-decoration: none;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-size: 1rem;
transition: .3s color
}
#site-navigation a:hover {
color: #B28545
}
#site-navigation .menu-menu-glowne-container li a {
display: inline-block;
line-height: 40px;
margin: 0;
font-size: .9rem;
font-weight: bold;
white-space: nowrap
}
@media screen and (max-width: 1355px) {
#site-navigation .menu-menu-glowne-container li a {
font-size: .95vw
}
}
#site-navigation .menu-menu-glowne-container li {
margin: 2px 1.7rem 4px 0;
position: relative
}
#site-navigation li.link_social {
margin: 0 0 0 1em
}
#site-navigation .link_social a {
display: inline-block;
width: 32px;
height: 45px;
text-indent: -5000px;
background: #000;
transition: .3s all;
filter: invert(1)
}
#site-navigation .link_social a:hover {
filter: brightness(120%) invert(1)
}
#site-navigation .link_fb:before {
content: '';
width: 1px;
height: 20px;
position: absolute;
left: -16px;
top: 13px;
display: block;
background: #fff
}
#site-navigation .link_fb a {
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/icon_fb.svg) no-repeat center center;
background-size: 100%
}
#site-navigation .link_twitter a {
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/icon_twitter.svg) no-repeat center center;
background-size: 100%
}
#site-navigation .link_insta a {
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/icon_insta.svg) no-repeat center center;
background-size: 100%
} .main-navigation li {
float: none;
display: inline-block
}
.main-navigation ul li {
overflow: visible
}
.main-navigation ul ul {
box-shadow: none
}
.main-navigation ul ul a {
width: auto
}
#site-navigation .menu-menu-glowne-container li .sub-menu {
box-shadow: none;
width: 240px;
top: 68%;
background: #000;
padding: .2rem 1rem
}
#site-navigation .menu-menu-glowne-container li .sub-menu li {
display: inline-block;
margin: 0 2em 0 0
}
#site-navigation .menu-menu-glowne-container li .sub-menu li a {
width: auto;
height: 26px
}
#site-navigation .menu-menu-glowne-container li.menu-item-2114 .sub-menu {
left: -999rem
}
#site-navigation .menu-menu-glowne-container li.menu-item-2114:hover .sub-menu {
width: 400px;
left: 0;
top: 2rem
}
#site-navigation .menu-menu-glowne-container li.menu-item-2114 .sub-menu li {
background: #000;
padding: .5rem 1rem
}
#site-navigation .menu-menu-glowne-container li.menu-item-2114 .sub-menu li a {
width: auto;
height: 26px
}
.menu-menu-akademia-container {
position: absolute;
right: 0;
top: 7.5rem
}
#akademia-menu li {
margin: 0 0 0 2rem;
position: static
}
#akademia-menu li a {
color: #000;
font-size: 1.1rem
}
#akademia-menu li ul a {
font-size: 1rem
}
#akademia-menu li ul {
right: 0;
padding-top: .5rem
}
#primary-menu {
padding: 0 2rem;
margin: 0 auto;
display: flex;
justify-content: center
} #site-navigation .menu-menu-glowne-container li .sub-menu {
width: 314px
}
.main-navigation ul li > ul li {
display: inline-block
}
.menu-menu-w-stopce-container ul {
list-style: none;
margin: 0 auto;
padding: 0;
display: flex;
justify-content: center;
gap: 50px;
}
.menu-menu-w-stopce-container ul li {
list-style: none;
display: inline-block; font-family: "Inter", Sans-serif;
font-size: 14px;
font-weight: 400;
padding: 20px 0;
line-height: 14px !important;
}
.menu-menu-w-stopce-container a {
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
color: #000000;
line-height: 14px !important;
}
.home_subtitle {
color: #000;
font-weight: normal;
display: inline-block;
font-family: 'HeroicCondensed-Book', Arial, Helvetica, sans-serif;
letter-spacing: .2em
}
.home_subtitle h2 {
display: inline-block;
font-weight: normal;
font-size: 1.8em;
margin: 0
}
.home_subtitle h3 {
display: inline-block;
color: #000;
font-size: .9em;
padding-left: 1em;
font-weight: normal;
letter-spacing: .1em;
margin: 0
}
.home_subtitle h3 a {
display: inline-block;
color: #000;
text-decoration: none
}
.timeline_items {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 1rem
}
.timeline_item {
flex: 0 1 calc(33% - 1rem);
position: relative
}
.timeline_item .entry_title, .timeline_item .edit_in_place {
position: absolute;
color: #fff
}
.timeline_item .img_wrapper {
width: 100%;
height: auto;
z-index: 1
}
.timeline_item .entry_title {
top: -1em;
right: -.5em;
margin: 0;
font-weight: normal;
text-transform: uppercase;
font-size: .9em;
background: #0c131f;
padding: 1em 2em;
z-index: 2
}
.timeline_item .entry_title b {
font-size: 1.4em;
padding-left: 0em;
display: block
}
.timeline_item .edit_in_place {
bottom: 0;
left: 0;
width: 100%;
white-space: normal;
text-align: center;
font-size: 1.1rem;
z-index: 2;
height: 100%;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
padding-top: 2vw
}
.timeline_item .edit_in_place h2 {
font-weight: normal;
font-size: 1.4rem;
padding: 0 1em;
line-height: 120%;
text-shadow: 0 0 7px rgba(0, 0, 0, 1);
width: 100%
}
.timeline_item .edit_in_place h2 span {
display: block;
margin: 0 0 1rem 0
}
.timeline_item .edit_in_place h2 strong {
margin: 0 auto;
display: block;
width: 98%
} .timeline_item#timeline_item_1 .edit_in_place h2, .timeline_item#timeline_item_4 .edit_in_place h2 { }
.timeline_item .edit_in_place h2 strong {
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif
}
.timeline_item img {
display: block
}
.timeline_item .link_bilet {
display: block;
text-align: right;
color: #fff;
text-decoration: none;
letter-spacing: .2em;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif;
background: #B28545;
box-sizing: border-box;
padding: 1em;
font-size: .86em;
position: relative;
z-index: 3
}
.link_bilet.cycle-slideshow {
display: block
}
.link_bilet.cycle-slideshow a {
display: block
}
.timeline_item#timeline_item_3 .link_bilet_ {
text-indent: -5000px;
text-align: left
}
.data {
font-size: .9em;
line-height: .9em;
}
.news_items {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: -2rem;
margin-bottom: 1rem
}
.news_item {
flex: 0 1 calc(50% - 1rem);
position: relative;
background: #d2d2d2;
color: #000;
margin-top: 2rem
}
.news_item .data {
padding: 0 1.8rem 0 1.8rem;
font-style: normal
}
.news_item .entry_title {
padding: 0 3rem 0 1.8rem;
font-weight: bold;
text-transform: uppercase;
margin: .6rem 0 2rem 0;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif
}
.timeline_item img {
transition: .3s all
}
.timeline_item:hover img {
filter: brightness(80%)
}
.timeline_item .link_bilet {
transition: .3s all
}
.timeline_item:hover .link_bilet {
filter: brightness(120%)
}
.news_item img {
transition: .3s all
}
.news_item:hover img {
filter: brightness(80%)
}
.news_item .entry_title {
transition: .3s all
}
.news_item:hover .entry_title {
opacity: .7
}
.movie {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-bottom: 1rem
}
.movie iframe {
flex: 0 1 calc(50% - 1rem);
height: 340px
}
.news_items {
}
.sponsorzy {
}
#footer_inner {
margin: 3em auto 0 auto
}
#banner_bottom img {
width: 100%;
height: auto
} .entry-content {
display: grid;
grid-template-columns: 2fr 8fr 1fr;
grid-gap: 0
}
.page-id-1953 .entry-content, .page-id-2045 .entry-content {
display: block
}
.page-id-2049 .entry-content {
grid-template-columns: 2fr 8fr 2fr
}
.entry-content > aside {
grid-column: 1;
padding-right: 2rem
}
.entry-header {
margin-left: 18%
}
article:not(.category-aktualnosci) .entry-header {
display: none
}
.page-id-2205 #content article .entry-header, .page-id-2230 #content article .entry-header, .page-id-2247 #content article .entry-header, .page-id-2249 #content article .entry-header {
display: block
}
.page-id-2205 #content article img, .page-id-2230 #content article img, .page-id-2247 #content article img, .page-id-2249 #content article img {
margin-right: 2rem
}
.category-nominowani-i-laureaci .entry-header, .category-nominowani-i-laureaci .entry-header h1 {
margin-left: 0 !important
}
.entry-content > div {
grid-column: 2;
width: 100%;
padding: 0;
margin: 0
}
.category-galeria-festiwal .entry-content {
grid-template-columns: 1fr 4fr
}
.category-galeria-video .entry-content {
grid-template-columns: 1fr 4fr
}
.winner {
color: #e4770a
}
.aside-menu ul {
margin: 0;
padding: 0
}
.aside-menu li {
list-style: none;
margin: 0 0 1rem 0;
font-size: .9rem
}
.aside-menu li a, .aside-menu li span {
text-decoration: none;
font-weight: bold;
display: block;
padding: 0;
background: #fff;
color: #000 !important;
text-transform: uppercase
}
.aside-menu li.current a {
color: #e4770a !important
}
.category-galeria-festiwal .aside-menu {
padding-top: 4.1rem
}
.category-galeria-video .aside-menu {
padding-top: 4.1rem
}
.category-galeria-festiwal .entry-header {
display: none
}
.category-galeria-video .entry-header {
display: none
}
.category-galeria-festiwal .entry-content h3:before {
content: 'GALERIA ZDJĘĆ | ';
display: inline-block;
margin-right: .4rem
}
.category-galeria-video .entry-content h3:before {
content: 'GALERIA VIDEO | ';
display: inline-block;
margin-right: .4rem
}
.nav_gallery {
text-transform: uppercase;
text-align: right;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif;
position: absolute;
right: 2rem;
top: 5rem
}
.nav_gallery a {
color: #000
}
.nav_gallery a.active {
font-weight: bold
}
.link_up {
display: block;
padding: 2rem;
font-size: 2rem;
position: fixed;
bottom: 1rem;
right: .9rem;
z-index: 4;
background: #fff;
border-radius: 50%;
text-decoration: none;
width: 3rem;
height: 3rem;
line-height: 2rem;
border: 2px none;
background: #fff url(//fryderyki.pl/wp-content/themes/fryderyki/img/up.svg) no-repeat center center;
text-indent: -5000px
}
.category-nominowani-i-laureaci .entry-content > div h2:first-of-type {
line-height: 100%;
margin-top: 0
}
.entry-content > aside .select_nav {
display: none
}
#search_category {
width: 100% !important
}
.page-id-31 #content h2 {
cursor: pointer
}
.page-id-31 #content h2:after {
content: '+';
display: inline-block;
margin: 0 0 0 1rem;
padding: 0 .3rem .3rem .3rem;
border: 1px none solid;
border-radius: 10%;
font-size: 1rem;
height: 1.3rem;
width: 1.3rem;
color: #bbb
}
.page-id-31 #content h2.open:after {
content: '-'
}
.page-id-2063 #content h2 {
cursor: pointer
}
.page-id-2063 #content h2:after {
content: '+';
display: inline-block;
margin: 0 0 0 1rem;
padding: 0 .3rem .3rem .3rem;
border: 1px none solid;
border-radius: 10%;
font-size: 1rem;
height: 1.3rem;
width: 1.3rem;
color: #bbb
}
.page-id-2063 #content h2.open:after {
content: '-'
}
.page-id-1759 #main h3 {
text-decoration: underline;
cursor: pointer
}
.page-id-1759 #main h3:after {
content: '+';
display: inline-block;
margin: 0 0 0 1rem;
padding: 0 .3rem .3rem .3rem;
border: 1px none solid;
border-radius: 10%;
font-size: 1rem;
height: 1.3rem;
width: 1.3rem;
color: #bbb;
}
.page-id-1759 #main h3.open:after {
content: '-'
}
.page-id-1759 #main h4 + div {
font-size: 1.2rem
}
.page-id-1759 #main h4.acch {
font-size: 1.4rem
}
.page-id-1759 #main h3 {
font-size: 1.6rem
}
.page-id-1710 #main h3 {
text-decoration: underline;
cursor: pointer
}
.page-id-1710 #main h3:after {
content: '+';
display: inline-block;
margin: 0 0 0 1rem;
padding: 0 .3rem .3rem .3rem;
border: 1px none solid;
border-radius: 10%;
font-size: 1rem;
height: 1.3rem;
width: 1.3rem;
color: #bbb;
}
.page-id-1710 #main h3.open:after {
content: '-'
}
.page-id-1710 #main h4 + div {
font-size: 1.2rem
}
.page-id-1710 #main h4.acch {
font-size: 1.4rem
}
.page-id-1710 #main h3 {
font-size: 1.6rem
}
#menu-toggle {
width: 100px;
height: 100px;
margin: 0 auto;
cursor: pointer;
background: transparent;
border-radius: 5px 0 0 5px;
right: 4vw;
top: 0;
z-index: 5;
position: absolute;
border: none;
outline: none;
transition: all .25s;
display: none
}
#menu-toggle.open {
background: transparent;
top: .6em
}
#menu-toggle * {
transition: .25s ease-in-out;
}
#menu-toggle_:hover {
background: #000;
}
#menu-toggle #hamburger {
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
}
#menu-toggle #hamburger span {
width: 56px;
height: 6px;
position: relative;
top: 24px;
left: 20px;
margin: 10px 0;
background: #000;
display: block;
}
#menu-toggle #hamburger span:nth-child(1) {
transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
transition-delay: .75s;
}
#menu-toggle #cross span {
background: #fff;
display: block;
}
#menu-toggle #cross {
position: absolute;
height: 100%;
width: 100%;
transform: rotate(45deg) scale(.8);
background: transparent;
left: 0;
top: 0;
}
#menu-toggle #cross span:nth-child(1) {
height: 0%;
width: 6px;
position: absolute;
top: 10%;
left: 48px;
transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
width: 0%;
height: 6px;
position: absolute;
left: 10%;
top: 48px;
transition-delay: .25s;
}
#menu-toggle.open #hamburger span {
width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
transition-delay: .25s;
}
#menu-toggle.open #cross span:nth-child(1) {
height: 80%;
transition-delay: .625s;
}
#menu-toggle.open #cross span:nth-child(2) {
width: 80%;
transition-delay: .375s;
}
#adacemyMembers td {
text-align: center
}
#catapult-cookie-bar * {
font-size: .8rem
}
button#catapultCookie {
background: #444;
color: #fff
}
.hr {
width: 100%;
background: #000;
height: 4px
}
.page:not(.home) #content, .single #content, .category:not(.category-aktualnosci) #content, .error404 #content, .archive #content, .page-id-550 #content {
padding: 2em 20px;
background: #fff;
color: #000;
margin: 0;
box-sizing: border-box;
max-width: 1300px;
width: calc(100% - 0px)
}
.post-type-archive-f_nominees.archive #content {
padding: 0 60px 0 20px;
}
.gallery {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap: 20px
}
.gallery-columns-5 .gallery-item {
max-width: 100%;
padding: 0;
margin: 0
}
.gallery .gallery-item img {
width: 100%;
height: auto;
display: block
}
.galeria_vimeo {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px
}
.galeria_vimeo > span {
min-height: 16vw
}
.galeria_vimeo > span iframe {
width: 100% !important;
height: 16vw !important;
}
.search-results #main {
background: #fff;
padding: 2rem
}
#search_form {
border: 1px solid #ccc;
padding: 1.6rem 2rem 1.6rem 2rem;
margin: 0 0 2rem 0;
display: grid;
grid-template-columns: 8fr 10fr 7fr;
grid-gap: 0 2vw
}
.page-id-971 #search_form {
grid-template-columns: 1fr 1fr;
position: relative;
padding-bottom: 6rem;
max-width: 45rem
}
#search_form h2 {
grid-column: 1;
margin: 0;
font-size: 1.6rem;
font-family: 'FuturaPT-book', Arial, Helvetica, sans-serif;
padding-right: 2rem;
line-height: 120%;
grid-row: 1 / span 4
}
#search_form label {
position: relative;
margin: 0 0 0 0;
display: block;
grid-column: 2;
min-height: 2.5rem
}
#search_form label[for=search_year] {
grid-row: 1
}
.page-id-971 #search_form label {
grid-column: 1 / span 2
}
.page-id-971 #search_form label #search_name, .page-id-971 #search_form label #search_section {
max-width: 300px;
left: auto;
right: 0
}
#search_form label.check, #search_form div {
grid-column: 3
}
#search_form label input, #search_form label select {
position: absolute;
left: 40%;
font-family: 'FuturaPT-Book', Arial, Helvetica, sans-serif !important;
width: 60%;
height: 2rem
}
#search_form label.check input {
position: relative;
left: auto;
width: auto;
margin: 0 1rem 0 0;
vertical-align: middle
}
#search_form div {
position: relative
}
#search_form input[type=submit] {
position: absolute;
bottom: 0;
left: 0
}
.page-id-971 #search_form input[type=submit] {
position: absolute;
right: 2rem;
left: auto;
bottom: 2rem
}
#search_form input[type=submit], .black {
background: #000;
color: #fff;
font-family: 'FuturaPT-Book', Arial, Helvetica, sans-serif !important;
border: none;
border-radius: 0;
font-weight: bold;
padding: .5rem 5rem;
font-size: 1.2rem;
margin: 2rem 0 0 auto;
display: list-item
}
select[disabled=disabled] {
opacity: .5
}
a.black {
display: inline-block;
color: #fff !important;
text-decoration: none
}
.search_results {
border: 1px solid #ccc;
display: block;
background: #fff;
padding: 2rem;
margin: 0 auto 4rem auto
}
.search_results.grid {
display: grid;
grid-template-rows: auto;
grid-template-columns: 130px auto;
grid-gap: 1.5rem 0rem
}
.search_results.grid h2, .search_results.grid h3 {
grid-column: 1 / span 2;
max-width: 80%
}
.search_results.grid p {
margin: 0
}
.search_results.grid .nominee_desc h5 {
font-size: 1rem;
margin: 0 0 .6em 0;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: none;
}
@media screen and (max-width: 799px) {
.search_results.grid {
grid-template-columns: 80px auto;
padding: 1rem
}
.search_results.grid p, .search_results.grid .nominee_desc h5 {
max-width: 80%;
font-size: .8rem;
text-align: left
}
}
.yellow {
background: #FF6
}
table.timeline {
font-size: 1.4rem;
width: 90%
}
table.timeline td, table.timeline th {
border-bottom: 1px solid;
text-align: center
}
table.timeline td:empty {
background: #eee
}
table.timeline td {
border-left: 1px solid
}
table.timeline tr {
height: 4rem
}
table.timeline td:first-child, table.timeline td:nth-child(2) {
border-left: none
}
table.timeline td, table.timeline th {
padding: 0 .5rem 0 .5rem
}
table.timeline th {
padding-bottom: 1.2rem;
font-size: 1.6rem;
line-height: 120%
}
.sup b {
font-weight: normal;
font-size: 1rem;
display: inline-block;
position: relative;
top: -1.45rem;
z-index: 2;
padding: .7rem;
background: #fff
}
.link_img2 {
height: 4rem;
width: auto;
display: block;
margin-bottom: 1rem
}
.link_img2 img {
height: 100%;
width: auto
}
.cycle-pager {
text-align: center;
width: 100%;
z-index: 500;
position: absolute;
bottom: 2rem;
overflow: hidden;
}
.cycle-pager span {
font-family: arial;
font-size: 50px;
width: 16px;
height: 16px;
margin: 0 1rem;
display: inline-block;
color: #ddd;
cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
color: #D69746;
}
.cycle-pager > * {
cursor: pointer;
}
.f_n, .f_l {
display: inline-block;
left: 0;
letter-spacing: normal;
margin-left: 3rem
}
.f_n {
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/fryderyk_nominacja.png) no-repeat right .5rem;
padding-right: 3rem;
background-size: 30px
}
.f_l {
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/fryderyk_laureat.png) no-repeat right .5rem;
padding-right: 3rem;
background-size: 30px
}
.f_n small, .f_l small {
display: block;
margin: -.5rem auto 0rem auto;
text-transform: uppercase;
font-size: .8rem;
line-height: 150%;
position: absolute;
left: 50%;
transform: translate(-50%, -40%);
letter-spacing: .15rem
}
h1.nn {
line-height: 200%
}
table.timeline .f_n small, table.timeline .f_l small {
position: relative;
transform: translate(-50%, 0)
}
th_br {
display: none
}
table.timeline {
table-layout: fixed
}
table.timeline .f_n, table.timeline .f_l {
display: inline-block;
left: 0;
letter-spacing: normal;
position: relative;
margin-left: 0
}
table.timeline td, table.timeline th {
width: 30%
}
table.timeline td:first-child, table.timeline th:first-child {
width: 9%
}
@media screen and (max-width: 799px) {
h1.nn {
font-size: 1.4rem
}
.f_n small, .f_l small {
font-size: .6rem
}
table.timeline .f_n small, table.timeline .f_l small {
font-size: .5rem;
margin-top: 0rem;
letter-spacing: .1rem
}
table.timeline {
table-layout: fixed
}
table.timeline td, table.timeline th {
width: 100px;
padding: 0
}
table.timeline th {
text-align: center !important;
padding: 0 !important
}
table.timeline td:first-child, table.timeline th:first-child {
width: 20px
}
.sup b {
font-size: .6rem;
padding: .2rem;
background: none
}
table.timeline .f_n, table.timeline .f_l {
padding-right: 0;
margin-left: 0;
background: none
}
th_br {
display: block
}
}
@media screen and (max-width: 820px) {
.gallery {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
@media screen and (max-width: 760px) {
.gallery {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (max-width: 540px) {
.gallery {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
}
table.timeline {
font-size: .8rem;
width: 100%
}
table.timeline th {
padding-bottom: 1.2rem;
font-size: 1rem
}
}
@media screen and (max-width: 1280px) {
.timeline_item .edit_in_place {
bottom: 0;
left: 0;
width: 100%;
white-space: normal;
text-align: center;
font-size: 1.1rem;
z-index: 2;
height: 100%;
display: flex;
align-items: center;
text-align: center;
justify-content: center;
padding-top: 2vw
}
.timeline_item .edit_in_place h2 span + span {
margin-bottom: 0
}
.timeline_item .entry_title {
transform: scale(.8);
transform-origin: top right
}
}
.page:not(.home) #content a, .category:not(.category-aktualnosci) #content a, .single #content {
color: #333
}
#kv_content {
width: calc(100% - 40px);
height: auto;
margin: 0 20px 0 20px;
}
.home #kv_content, .error404- #kv_content, .category-aktualnosci #kv_content, .single-post- #kv_content {
display: none !important
}
.error404 #kv_content {
grid-row: 2
}
.error404 #content {
grid-row: 3
}
.error404 #colophon {
grid-row: 4
}
.archive #kv_content {
grid-row: 2
}
.archive #content {
grid-row: 3
}
.page-id-550 #content {
grid-row: 3
}
.archive #colophon {
grid-row: 4
}
.page:not(.home) #page, .category:not(.category-aktualnosci) #page, .single #page {
grid-template-rows: auto auto 1fr auto
}
.page:not(.home) #masthead {
grid-row: 1
}
.page:not(.home) #kv_content {
grid-row: 2
}
.page:not(.home) #content {
grid-row: 3
}
.page:not(.home) #colophon {
grid-row: 4
}
.category:not(.category-aktualnosci) #masthead {
grid-row: 1
}
.category:not(.category-aktualnosci) #kv_content {
grid-row: 2
}
.category:not(.category-aktualnosci) #content {
grid-row: 3
}
.category:not(.category-aktualnosci) #colophon {
grid-row: 4
}
.single #masthead {
grid-row: 1
}
.single #kv_content {
grid-row: 2
}
.single #content {
grid-row: 3
}
.single #colophon {
grid-row: 4
}
.page:not(.home, .page-id-550, .postid-790, .page-id-971) #page #primary, .single #page #primary, .category:not(.category-aktualnosci) #page #primary {
margin: 0 5% 0 25%
}
.page-id-1953 #page #primary, .page-id-1937 #page #primary, .page-id-2049 #page #primary, .page-id-2045 #page #primary {
margin: 0 !important
}
.page:not(.home, .page-id-550, .postid-790, .page-id-971) #page #primary .entry-title, .single #page #primary .entry-title, .category:not(.category-aktualnosci) #page #primary .entry-title {
margin: 0.67em 0 0.67em -15%;
text-transform: uppercase;
font-size: 1.5rem;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif
}
.page:not(.home, .page-id-550, .postid-790, .page-id-971) #page #primary .page-title, .single #page #primary .page-title, .category:not(.category-aktualnosci) #page #primary .page-title {
margin: 0.67em 0 2.67em -15%;
}
.page:not(.home, .page-id-550, .postid-827, .postid-790, .page-id-971) #page #primary .entry-meta, .single #page #primary .entry-meta, .category:not(.category-aktualnosci) #page #primary .entry-meta {
margin: 0 0 0 -15%;
}
.page-id-550 #page #primary {
margin: 0 !important
}
.postid-790 #page #primary {
margin: 0 !important
}
.postid-827 #page #primary {
margin: 0 !important
}
.page-id-971 #page #primary {
margin: 0 !important
}
.page-id-730 #page #primary {
margin: 0 !important
}
.page-id-969 #page #primary {
margin: 0 !important
}
.page-id-31 #page #primary {
margin: 0 !important
}
.page-id-39 #page #primary {
margin: 0 !important
}
.single-post #page #primary {
margin: 0 !important
}
.page-id-550 #page #primary .entry-title {
margin-left: 0 !important
}
.postid-790 #page #primary .entry-title {
margin-left: 0 !important
}
.postid-827 #page #primary .entry-title {
margin-left: 0 !important
}
.page-id-971 #page #primary .entry-title {
margin-left: 0 !important
}
.page-id-730 #page #primary .entry-title {
margin-left: 0 !important
}
.page-id-969 #page #primary .entry-title {
margin-left: 0 !important
}
.page-id-31 #page #primary .entry-title {
margin-left: 0 !important
}
.page-id-39 #page #primary .entry-title {
margin-left: 0 !important
}
.single-post #page #primary .entry-title {
margin-left: 0 !important;
text-transform: none !important
}
.post-type-archive #page #primary {
margin: 0 0 0 25%
}
.post-type-archive #page #primary .entry-title {
margin: 0.67em 0 0.67em -15%;
text-transform: uppercase;
font-size: 1.5rem;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif
}
.post-type-archive #page #primary .page-title {
margin: 0.67em 0 2.67em -15%;
}
.post-type-archive #page #primary .entry-meta {
margin: 0 0 0 -15%;
}
.page.page-id-29 #page #primary .entry-header, .page.page-id-464 #page #primary .entry-header, .page.page-id-467 #page #primary .entry-header, .page.page-id-531 #page #primary .entry-header {
display: none !important
}
.page.page-id-29 #page #primary .entry-title, .page.page-id-464 #page #primary .entry-title, .page.page-id-467 #page #primary .entry-title, .page.page-id-531 #page #primary .entry-title {
margin: 2.67em 0 0.67em 0 !important;
text-align: center;
font-size: 1.5rem;
color: #fff !important;
position: relative;
top: 0
}
.page.page-id-29 #page #primary .page-title, .page.page-id-464 #page #primary .page-title, .page.page-id-467 #page #primary .page-title, .page.page-id-531 #page #primary .page-title {
margin: 0.67em 0 2.67em 0 !important;
}
.page.page-id-29 #page #primary .entry-meta, .page.page-id-464 #page #primary .entry-meta, .page.page-id-467 #page #primary .entry-meta, .page.page-id-531 #page #primary .entry-meta {
margin: 0 0 0 0 !important;
}
.page-id-29 #program_wrapper, .page-id-464 #program_wrapper, .page-id-467 #program_wrapper, .page-id-531 #program_wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 0
}
.page-id-464 #program_wrapper, .page-id-467 #program_wrapper, .page-id-531 #program_wrapper {
display: block
}
.page-id-29 #program_wrapper div, .page-id-464 #program_wrapper div, .page-id-467 #program_wrapper div, .page-id-531 #program_wrapper div {
text-align: center;
text-transform: uppercase;
font-size: 1.3em
}
.page-id-29 #program_wrapper > div, .page-id-464 #program_wrapper > div, .page-id-467 #program_wrapper > div, .page-id-531 #program_wrapper > div {
padding: 0 0 0 1em
}
.page-id-29 #program_wrapper > div#first {
padding: 0 1em 0 0
}
.page-id-29 #program_wrapper div h2, .page-id-464 #program_wrapper div h2, .page-id-467 #program_wrapper div h2, .page-id-531 #program_wrapper div h2 {
font-size: 1.1em;
min-height: 55px
}
.page-id-29 #program_wrapper div#first {
border-right: 1px solid
}
.page-id-29 #content, .page-id-464 #content, .page-id-467 #content {
background: linear-gradient(to bottom, #071b28 0%, #01132b 100%) !important;
}
.page-id-29 #logo_f_div, .page-id-464 #logo_f_div, .page-id-467 #logo_f_div {
min-height: 210px;
text-align: left !important
}
.page-id-29 #logo_n_div, .page-id-464 #logo_n_div, .page-id-467 #logo_n_div {
min-height: 210px;
text-align: right !important
}
.page-id-464 #logo_f_div, .page-id-464 #logo_n_div, .page-id-467 #logo_n_div {
width: 45%
}
.page-id-464 #logo_f_div, .page-id-467 #logo_f_div {
float: left
}
.page-id-464 #logo_n_div, .page-id-467 #logo_n_div {
float: right
}
.page-id-29 .transparent_wrapper {
position: relative
}
.page-id-29 #wrapper_1, .page-id-464 #wrapper_1, .page-id-467 #wrapper_1, .page-id-531 #wrapper_1 {
padding: 2em;
position: relative;
z-index: 2;
margin: 0
}
.page-id-29 #wrapper_bg, .page-id-464 #wrapper_bg, .page-id-467 #wrapper_bg, .page-id-531 #wrapper_bg {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
background: #fff;
opacity: 1;
top: 0
}
.page-id-29 #page #content, .page-id-464 #page #content, .page-id-467 #page #content, .page-id-531 #page #content {
background: transparent !important;
margin: 0 auto !important;
padding: 0 !important
}
.page-id-29 #page #content #primary, .page-id-464 #page #content #primary, .page-id-467 #page #content #primary, .page-id-531 #page #content #primary {
margin: 0 !important;
padding: 0 !important
}
.page-id-29 #page #content #primary .entry-content, .page-id-464 #page #content #primary .entry-content, .page-id-467 #page #content #primary .entry-content, .page-id-531 #page #content #primary .entry-content {
margin: 0 !important;
}
.page-id-969 #membersLayer img {
float: left;
margin: 0 2rem 2rem 0
}
.page-id-969 #membersLayer h2, .page-id-969 #membersLayer hr {
clear: both
}
@media screen and (max-width: 1040px) {
.page-id-29 #primary #wrapper_1, .page-id-464 #primary #wrapper_1, .page-id-467 #primary #wrapper_1, .page-id-531 #primary #wrapper_1 {
padding-top: 3em
}
.page-id-29 #program_wrapper, .page-id-464 #program_wrapper, .page-id-467 #program_wrapper, .page-id-531 #program_wrapper {
grid-template-columns: repeat(1, 1fr);
grid-gap: 40px
}
.page-id-29 #program_wrapper > div, .page-id-464 #program_wrapper > div, .page-id-467 #program_wrapper > div, .page-id-531 #program_wrapper > div {
grid-column: 1;
border-bottom: 1px solid;
padding: 0 !important
}
.page-id-29 #program_wrapper > div:last-child, .page-id-464 #program_wrapper > div:last-child, .page-id-467 #program_wrapper > div:last-child, .page-id-531 #program_wrapper > div:last-child {
border-bottom: none
}
.page-id-29 #program_wrapper > div span, .page-id-464 #program_wrapper > div span, .page-id-467 #program_wrapper > div span, .page-id-531 #program_wrapper > div span {
max-width: 100% !important
}
.page.page-id-29 #page #primary .entry-header, .page.page-id-464 #page #primary .entry-header, .page.page-id-467 #page #primary .entry-header, .page.page-id-531 #page #primary .entry-header {
height: 0
}
.page.page-id-29 #page #primary .entry-title, .page.page-id-464 #page #primary .entry-title, .page.page-id-467 #page #primary .entry-title, .page.page-id-531 #page #primary .entry-title {
margin: 0 0 2.67em 0 !important;
top: 0;
padding-top: 2em
}
.page-id-464 #logo_f_div, .page-id-467 #logo_f_div, .page-id-464 #logo_n_div, .page-id-467 #logo_n_div, .page-id-531 #logo_n_div {
float: none
}
.page-id-29 #program_wrapper div h2, .page-id-464 #program_wrapper div h2, .page-id-467 #program_wrapper div h2, .page-id-531 #program_wrapper div h2 {
min-height: 0
}
.page-id-29 #logo_f_div, .page-id-464 #logo_f_div, .page-id-467 #logo_f_div {
min-height: 0;
text-align: center !important
}
.page-id-29 #logo_n_div, .page-id-464 #logo_n_div, .page-id-467 #logo_n_div {
min-height: 0;
text-align: center !important
}
.page-id-29 #program_wrapper div#first {
border-right: 1px none;
border-bottom: 1px solid;
padding-bottom: 20px
}
.page-id-464 #program_wrapper > div, .page-id-467 #program_wrapper > div, .page-id-531 #program_wrapper > div {
padding: 0;
margin: 0 auto
}
}
@media screen and (max-width: 910px) {
#site-navigation .menu-menu-glowne-container li {
margin: 0 1.5em 0 0;
}
}
@media screen and (max-width: 700px) {
.timeline_item .entry_title {
padding: .3em .9em
}
}
@media screen and (max-width: 450px) {
.page-id-29 #program_wrapper div, .page-id-464 #program_wrapper div, .page-id-467 #program_wrapper div, .page-id-531 #program_wrapper div {
font-size: 1.4em
}
}
@media screen and (max-width: 350px) {
.page-id-29 #program_wrapper div, .page-id-464 #program_wrapper div, .page-id-467 #program_wrapper div, .page-id-531 #program_wrapper div {
font-size: 1.2em
}
}
.page:not(.home, .page-id-550, .postid-790, .page-id-971) #page #primary h3, .single #page #primary h3, .category:not(.category-aktualnosci) #page #primary h3 {
text-transform: uppercase;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif;
cursor: pointer
}
.page:not(.home, .page-id-550, .postid-790, .page-id-971) #page #primary h4, .single #page #primary h4, .category:not(.category-aktualnosci) #page #primary h4 {
cursor: pointer
}
.entry-meta {
padding-bottom: .5em;
font-size: .8rem
}
.no_underline {
text-decoration: none
}
#link_vote {
display: block;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/bg_vote.png) no-repeat center center;
background-size: cover;
color: #fff;
text-decoration: none;
text-transform: uppercase;
font-family: 'HeroicCondensed-Book', Verdana, Geneva, sans-serif;
font-size: 2.2em;
text-align: center;
padding: .2em 0 .2em 0;
margin: 0 0 1rem 0;
box-sizing: border-box;
border-right: 5px solid #B28545;
border-bottom: 5px solid #B28545;
letter-spacing: .2em
}
#single-vote-form {
border-top: 4px solid #000;
padding: 2em 0 0 0
}
#single-vote-form div {
margin: 0 0 1em 0
}
#single-vote-form label {
display: inline-block;
width: 50%;
margin: 0 0 0 1em;
vertical-align: middle
}
.err {
color: red
}
.ok {
color: green
}
.txt_wrapper {
position: relative
}
.share {
position: absolute;
z-index: 2;
top: .2em;
right: 1em
}
.share_twitter {
display: inline-block;
width: 22px;
height: 22px;
text-indent: -5000px;
transition: .3s all;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/icon_twitter_black.svg) no-repeat center center;
background-size: cover;
margin-right: 1em
}
.share_twitter:hover {
opacity: .7
}
.share_fb {
display: inline-block;
width: 22px;
height: 22px;
text-indent: -5000px;
transition: .3s all;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/icon_fb_black.svg) no-repeat center center;
background-size: cover;
margin-right: 0
}
.share_fb:hover {
opacity: .7
}
.post-type-archive .page-title {
text-transform: uppercase;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif
}
.ul_nominacje {
padding-bottom: 4em
}
.ul_nominacje ul {
margin-left: 0;
padding-left: 0;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif
}
.ul_nominacje li {
text-transform: uppercase;
list-style: none;
margin-left: 0;
padding-left: 0;
font-size: 1.4rem;
font-weight: bold;
margin-bottom: .4em;
display: block;
}
.ul_li_a{letter-spacing: 0.1rem; font-weight: bold; margin-top: 2rem; display: block; font-family: FuturaPT-Medium, Arial, Helvetica, sans-serif}
p:empty{display: none}
.ul_nominacje li li {
font-size: 1rem;
font-weight: bold;
margin-left: 0
}
.ul_nominacje li ul li.last_leaf {
margin-bottom: 3rem;
}
.ul_nominacje li li li {
font-size: 1rem;
font-weight: normal;
font-family: 'FuturaPT-Book', Arial, Helvetica, sans-serif
}
.ul_nominacje li a {
text-decoration: none;
color: #000
}
.ul_nominacje li a.img_link{
grid-column: 1;
}
.ul_nominacje li li .nominee_item {
display: grid;
grid-template-rows: auto;
grid-template-columns: 130px auto;
padding: .5rem 0 .5rem 0;
line-height: 120%;
position: relative
}
.img_winner {
position: absolute;
z-index: 2;
left: -3rem;
top: .25rem;
height: 90%;
max-width: 89px;
max-height: 126px;
}
.ul_nominacje li li .nominee_item h5 {
font-size: 1rem;
margin: 0 0 .6em 0;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif;
font-weight: bold;
text-transform: none
}
.ul_nominacje li li .nominee_item p {
font-size: 1rem;
margin: 0;
text-transform: none
}
.ul_nominacje li li .nominee_item a:not(.img_link) {
border-bottom: 1px dotted
}
.ul_nominacje li li .nominee_item a.yt_link {
border-bottom: none !important;
margin: 2rem auto 0 0 !important;
font-weight: bold !important;
font-family: 'FuturaPT-Book', Arial, Helvetica, sans-serif !important;
font-style: normal !important;
color: #f00;
}
.nominee_img {
max-width: 120px;
height: auto;
grid-column: 1;
transition: .3s all
}
.nominee_img:hover {
opacity: .7
}
.nominee_desc {
grid-column: 2;
padding-left: 1rem
}
.last_leaf > a {
text-transform: capitalize;
font-size: 1.2rem;
margin-bottom: 1rem
}
.page-id-35 .accordion .acch + div {
padding-left: 1em
}
#menu-item-49 {
display: none !important
}
.entry-meta {
display: none !important
}
#vnw {
text-decoration: none;
color: #000;
position: absolute;
right: 0;
top: 1em
}
#main strong, #main b {
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif
}
.page-template-info #page #content {
padding: 0;
background: #fff;
padding: 0 20px
}
.page-template-info .transparent_wrapper {
position: relative
}
.page-template-info #wrapper_1 {
padding: 2.5em 2em 5em 2em;
display: grid;
grid-template-rows: auto;
grid-template-columns: 18.57% 8.57% 18.57% 8.57% 18.57% 8.57% 18.57%;
position: relative;
z-index: 2;
margin-top: 1.5em
}
.page-template-info #wrapper_bg {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
background: #fff;
opacity: 1;
top: 0
}
.size-thumb-golden{
min-width: 312px;
}
.page.page-template-golden .size-thumb-golden{
float: left;
margin: 0 2rem 2rem 0;
grid-column: 1;
}
.page.page-template-golden #zlote_fryderyki{
display: flex;
flex-direction: column;
}
.page.page-template-golden #zlote_fryderyki>div>div{
clear: both;
display: grid;
grid-template-columns: auto 1fr;
}
.page.page-template-golden #zlote_fryderyki>div>div h3{
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}
.page.page-template-golden #zlote_fryderyki section{
grid-column: 2;
position: relative;
min-height: 0;
}
.page.page-template-golden #aside_select_label{
display: none;
text-align: left;
font-weight: bold;
}
.page.page-template-golden #aside_select{
margin-left: 1rem;
font-weight: bold;
}
.page.page-template-golden hr{
width: 70%;
margin-left: 0;
margin-right: auto;
display: none;
}
.page.page-template-golden #page #primary{
margin: 0;
}
.page.page-template-golden #page #primary ul,
.page.page-template-golden label ul{
list-style: none;
padding: 0;
margin: 0;
}
.page.page-template-golden label>ul{
margin-top: 2rem !important;
}
.page.page-template-golden label>ul ul{
margin-left: 0 !important;
}
.page.page-template-golden #page #primary ul.aside_menu>li{
margin: 0 0 1rem 0;
}
.more{
display: none; overflow: hidden;
min-height: 0;
}
.more>p:first-child{
margin-top: 0;
}
.more._active{
display: block;
}
.more+button{
border: none;
border-radius: 0;
background: #444;
padding: .5rem 1.5rem;
color: #fff;
text-align: center;
display: block;
text-transform: uppercase;
cursor: pointer;
font-family: 'FuturaPT-Book', Arial, Helvetica, sans-serif;
margin-bottom: 2rem;
}
.more+button span:nth-child(2){
display: none;
}
.more.active+button span:nth-child(1){
display: none;
}
.more.active+button span:nth-child(2){
display: inline-block;
}
.page.page-template-golden #page #primary ul>li h3{
margin: 0;
padding: 0;
font-size: .9rem;
}
.page.page-template-golden #content nav{
display: flex;
width: 56rem;
max-width: 100%;
grid-column: 1 / span 1;
justify-content: space-between;
margin-bottom: 4rem;
}
.page.page-template-golden #content .years nav{
grid-column: 1 / span 2;
}
.page.page-template-golden #content nav *{
font-size: 1rem;
font-weight: bold;
text-transform: uppercase;
}
.page.page-template-golden #content aside.one{
display: none;
}
.page.page-template-golden #content .years aside.one{
display: block;
grid-column: 1;
}
.page.page-template-golden #content nav h3{
margin: 0;
}
.page.page-template-golden #page #primary ul ul{
margin: 0 0 0 1rem;
}
.page.page-template-golden .typ_eventu{
display: block;
opacity: .5;
cursor: pointer;
}
.page.page-template-golden .typ_eventu.selected{
opacity: 1;
color: #B28545 !important;
}
.page.page-template-golden .aside_menu li li,
.page.page-template-golden #aside_select_label>ul li:not(.h3){
transition: .3s all;
height: 1.5rem;
overflow: hidden;
}
.page.page-template-golden .aside_menu li.hidden,
.page.page-template-golden #aside_select_label>ul li:not(.h3).hidden{
height: 0;
}
li.h3.active h3{
color: #e4770a;
}
.page-template-golden #main{
display: grid;
grid-template-columns: 1fr;
}
.page-template-golden #main.years{
grid-template-columns: 1fr 4fr;
}
.etap {
padding: 90px 0 0 0;
text-align: center;
color: #000;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 16px;
transform: scale(.9)
}
.indent, .page-id-31 #wstep h3 {
margin-left: 18%
}
#wstep {
padding: 2em 0 1em 0;
text-align: left;
color: #000;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 19px;
position: relative;
z-index: 2
}
.etap h3 {
font-size: 2.2rem
}
.arr_right {
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/arr_right.png) no-repeat center 32%;
background-size: contain
}
#etap_1 {
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/etap_1.svg) no-repeat center top;
grid-column: 1
}
#etap_1 + .arr_right {
grid-column: 2
}
#etap_2 {
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/etap_2.svg) no-repeat center top;
grid-column: 3
}
#etap_2 + .arr_right {
grid-column: 4
}
#etap_3 {
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/etap_3.svg) no-repeat center top;
grid-column: 5
}
#etap_3 + .arr_right {
grid-column: 6
}
#etap_4 {
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/etap_4.svg) no-repeat center top;
grid-column: 7
}
.logo_ebilet_big, .logo_biletyna_big, .logo_nospr_big {
display: inline-block;
margin: 2em 8% 0 8%;
max-width: 20%
}
.logo_nospr_big {
max-width: 8%
}
.logo_ebilet_small, .logo_biletyna_small, .logo_nospr_small {
display: inline-block;
margin-right: .5em
}
.logo_ebilet_small {
max-width: 60px
}
.logo_biletyna_small {
max-width: 60px
}
.logo_nospr_small {
max-width: 15px
}
.logo_ebilet_small + strong {
display: none
}
.logo_biletyna_small + strong {
display: none
}
.logo_nospr_small + strong {
display: none
}
.btn_bilet {
display: inline-block;
text-decoration: none;
border-radius: 5px;
padding: 8px;
margin: 0 2em 0 0
}
.btn_bilet span {
display: inline-block;
vertical-align: middle;
background: #fff;
border-radius: 3px;
padding: 6px;
line-height: 100%
}
.btn_bilet.btn_biletyna span {
padding-top: 7px
}
.btn_bilet.btn_ebilet span {
padding-bottom: 1px
}
.btn_bilet.btn_nospr span {
padding: 4px 6px 0 6px
}
.btn_bilet strong {
display: inline-block;
vertical-align: middle;
line-height: 100%;
color: #fff;
font-weight: bold;
font-size: 19px;
padding: 0 6px 0 10px
}
.btn_bilet.btn_biletyna {
background: #C94285
}
.btn_bilet.btn_biletyna img {
max-width: 120px
}
.btn_bilet.btn_ebilet {
background: #4E84C4
}
.btn_bilet.btn_ebilet img {
max-width: 110px
}
.btn_bilet.btn_nospr {
background: #c00
}
.btn_bilet.btn_nospr img {
max-width: 30px
}
.btn_bilet.btn_cojestgrane {
background: #0E8592
}
.btn_bilet.btn_cojestgrane img {
max-width: 120px
}
.btn_bilet.btn_cojestgrane span {
padding-top: 7px
}
.btn_bilet.btn_empik {
background: #5E00DD
}
.btn_bilet.btn_empik img {
max-width: 120px
}
.btn_bilet.btn_bilety24 {
background: #0E9FE3
}
.btn_bilet.btn_bilety24 img {
max-width: 110px
}
.btn_bilet.btn_going {
background: #b33b25
}
.btn_bilet.btn_going img {
max-width: 110px
}
.btns p {
display: inline-block
}
.ebilet {
color: #315C93;
font-weight: bold
}
.biletyna {
color: #AF3271;
font-weight: bold
}
.cojestgrane {
color: #0E8592;
font-weight: bold
}
.empik {
color: #5E00DD;
font-weight: bold
}
.all3 {
font-weight: bold
}
.ceny {
font-size: 1.3rem
}
.tabs {
position: relative
}
.tabs:after {
content: '';
display: table;
clear: left
}
.tab {
border: 1px solid #bbb;
padding: 2rem;
float: left;
width: 100%;
margin-right: -100%;
background: #fff;
position: relative;
z-index: 1
}
.letters {
margin: 0 0 1rem 0
}
.letters a {
margin: 0 1rem 0 0;
font-weight: bold;
display: inline-block;
text-decoration: none
}
.letters a.active {
color: #e4770a !important;
outline: none
}
.postid-963 h1.entry-title {
display: none
}
.page-id-5850 { }
.page-id-5850 #masthead, .page-id-5919 #masthead {
height: 200px;
}
.page.page-id-5850 #page #primary, .page.page-id-5919 #page #primary {
margin: 0;
}
#menu-konferencja {
position: relative;
margin: 0 auto;
width: 100%;
text-align: center;
padding-bottom: 4rem;
max-width: clamp(30rem, 45vw, 44rem);
}
#menu-konferencja ul {
list-style: none;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 0;
margin: 0 auto;
}
#menu-konferencja ul li {
list-style: none;
display: block;
}
#menu-konferencja ul li a {
text-decoration: none;
text-transform: uppercase;
font-family: 'FuturaPT-Bold', Arial, Helvetica, sans-serif;
font-size: clamp(.55rem, 1.1vw, 1rem);
font-weight: 700;
}
.page-id-5850 .menu-menu-glowne-container, .page-id-5850 .menu-menu-akademia-container, .page-id-5919 .menu-menu-glowne-container, .page-id-5919 .menu-menu-akademia-container{
display: none !important;
}
.page-id-5850 h4 , .page-id-5850 h5 {
font-family: 'FuturaPT-Bold', Arial, Helvetica, sans-serif;
}
.page-id-5850 h5 {
display: inline-block;
margin: 1.2rem 0 0 2rem;
}
.page-id-5850 h5+p {
margin: 0 0 0 calc(20% + 2rem);
}
.page-id-5850 section {
position: relative;
clear: both;
line-height: 120%;
}
.page-id-5850 section>h2, .page-id-5850 nav>h1, .page-id-5919 section>h2 {
font-size: clamp(2rem, 3.2vw, 3rem);
}
.page-id-5850 section>h2, .page-id-5850 section>div>h4, .page-id-5919 section>h2 {
padding: 4rem 0 4rem 0;
text-align: center;
}
.page-id-5850 section>div#day_2>h4, .page-id-5850 section>div#day_4>h4 {
padding: 0;
}
.page-id-5850 .date {
float: left;
width: 20%;
clear: left;
}
.page-id-5850 #intro img {
width: 37%;
min-width: 200px;
margin-right: 3vw;
} .page-id-5850 .warsztat {
text-align: center;
max-width: 50%;
float: left;
padding: 0 5%;
line-height: normal;
margin: auto;
display: flex;
flex-wrap: wrap;
}
.page-id-5850 .warsztat p {
width: 100%;
margin: 0 auto .5rem auto;
}
.page-id-5850 .warsztat h3 {
margin-left: auto;
margin-right: auto;
}
.page-id-5850 .warsztat .date {
float: none;
width: auto;
display: block;
}
.page-id-5850 .warsztat h5, .page-id-5850 .warsztat h5+p {
margin: 0 0 1rem 0;
}
.page-id-5850 .warsztat img.attachment-thumbnailś {
max-width: 300px;
width: 100%;
}
.page-id-5850 #panelisci {
text-align: center;
}
.page-id-5850 #partnerzy, .page-id-5919 #partnerzy  {
margin: 2vw auto;
}
.page-id-5850 #partnerzy a, .page-id-5919 #partnerzy a {
text-align: center;
width: 25%;
}
.page-id-5850 #partnerzy ._cycle-slideshow, .page-id-5919 #partnerzy ._cycle-slideshow {
margin: 0 auto;
text-align: center;
width: 100%;
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.page-id-5850 #partnerzy .cycle-next, .page-id-5850 #partnerzy .cycle-prev, .page-id-5919 #partnerzy .cycle-next, .page-id-5919 #partnerzy .cycle-prev {
position: absolute;
z-index: 10;
bottom: 4vw;
text-decoration: none;
font-size: clamp(2rem, 3.2vw, 3rem);
display: none;
}
.page-id-5850 #partnerzy .cycle-next{
right: 0;
}
.page-id-5850 #partnerzy .cycle-prev{
left: 0;
}
.page-id-5850 #panelisci {
display: none !important;
}
.page-id-5850 #panelisci .attachment-thumbnail {
float: left;
margin: 0 1.5rem 1rem 0;
clear: both;
}
.page-id-5850 #panelisci>div {
margin-bottom: 2vw;
}
.page-id-5850 #panelisci h4 {
display: inline;
}
.page-id-5850 .panel {
display: grid;
grid-template-columns: 48% 47%;
grid-column-gap: 5%;
margin-bottom: 7vw;
line-height: 130%;
}
.page-id-5850 .panel .panel_content h6 {
margin-top: 0;
font-size: clamp(.6rem, 1vw, 2rem);
}
.page-id-5850 .panel .panel_content h1, .page-id-5850 .panel .panel_content h2, .page-id-5850 .panel .panel_content h3 {
line-height: 120%;
}
.page-id-5850 .panel .panel_delegaci {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.page-id-5850 .panel .panel_delegaci .readmore {
overflow: hidden;
}
.page-id-5850 .warsztat .readmore {
overflow: hidden;
text-align: left;
}
.page-id-5850 .warsztat .readmore+a {
margin-bottom: 4rem;
margin-top: 2rem;
display: inline-block;
}
.page-id-5850 .panel .panel_delegaci>div{
margin: 0 0 4vw 0;
width: 28%;
}
.page-id-5850 .panel .panel_delegaci img{
width: 100%;
}
.page-id-5850 .panel .panel_delegaci div p{
font-size: .8rem;
line-height: 100%;
text-align: justify;
}
.page-id-5850 #info ul{
list-style: none;
margin: auto;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding: 0;
}
.page-id-5850 #info ul li {
background: url(//fryderyki.pl/wp-content/uploads/2024/08/plus.svg) no-repeat 0 .3rem;
background-size: 1rem;
padding-left: 2rem;
margin: 0 0 2rem 0;
}
.page-id-5850 .link_switch, .btn_bw {
display: inline-block;
background: #fff;
color: #000 !important;
padding: 1.6vw 2.4vw;
margin: 0 2rem;
text-align: center;
text-decoration: none;
text-transform: uppercase;
border: 1px solid #000;
font-size: clamp(1.6rem, 2.5vw, 2rem);
line-height: 120%;
}
.btn_bw {
margin: auto;
}
.page-id-5850 .link_switch.selected {
background: #000;
color: #fff !important;
}
@media screen and (max-width: 2560px) {
.btn_bilet {
margin: 0 1rem 0 0
}
.btn_bilet strong {
font-size: 16px
}
.btn_bilet.btn_biletyna img {
max-width: 91px
}
.btn_bilet.btn_ebilet img {
max-width: 94px
}
.btn_bilet.btn_nospr img {
max-width: 30px
}
.btn_bilet.btn_cojestgrane img {
max-width: 110px
}
.btn_bilet.btn_empik img {
max-width: 118px
}
.btn_bilet.btn_bilety24 img {
max-width: 100px
}
.btn_bilet.btn_going img {
max-width: 80px
}
}
@media screen and (max-width: 1202px) {
#day3 + div .btn_bilet.btn_biletyna {
margin-bottom: 1em
}
}
@media screen and (max-width: 900px) {
#day3 + div .btn_bilet.btn_biletyna {
margin-bottom: 0
}
}
@media screen and (max-width: 878px) {
#day3 + div .btn_bilet.btn_biletyna {
margin-bottom: 1em
}
}
@media screen and (max-width: 592px) {
#day3 + div .btn_bilet.btn_ebilet {
margin-bottom: 1em
}
}
.page-id-376 #main h2 {
cursor: pointer
}
#main ul {
margin-left: 0
}
.page-id-376 #main a {
color: #C33 !important
}
@media screen and (max-width: 1070px) {
.page-template-info #wrapper_1 {
grid-template-rows: auto auto;
grid-template-columns: 34.20% 15.79% 34.20% 15.79%
}
#etap_1 {
grid-column: 1;
grid-row: 1
}
#etap_1 + .arr_right {
grid-column: 2;
grid-row: 1
}
#etap_2 {
grid-column: 3;
grid-row: 1
}
#etap_2 + .arr_right {
grid-column: 4;
grid-row: 1
}
#etap_3 {
grid-column: 1;
grid-row: 2;
margin-top: 5em
}
#etap_3 + .arr_right {
grid-column: 2;
grid-row: 2;
margin-top: 5em
}
#etap_4 {
grid-column: 3;
grid-row: 2;
margin-top: 5em
}
.logo_ebilet_big, .logo_biletyna_big, .logo_nospr_big {
margin: 0 2em 0 2em;
max-width: 26%
}
.logo_nospr_big {
max-width: 10%
}
}
@media screen and (max-width: 760px) {
.page-template-info #wrapper_1 {
grid-template-rows: auto auto auto auto;
grid-template-columns: 100%;
padding-top: 1em
}
#etap_1 {
grid-column: 1;
grid-row: 1;
margin-top: 5em;
padding: 60px 4em 0 4em
}
#etap_1 + .arr_right {
display: none
}
#etap_2 {
grid-column: 1;
grid-row: 2;
margin-top: 5em;
padding: 60px 4em 0 4em
}
#etap_2 + .arr_right {
display: none
}
#etap_3 {
grid-column: 1;
grid-row: 3;
margin-top: 5em;
padding: 60px 4em 0 4em
}
#etap_3 + .arr_right {
display: none
}
#etap_4 {
grid-column: 1;
grid-row: 4;
margin-top: 5em;
padding: 60px 4em 0 4em
}
}
@media screen and (max-width: 1320px) {
.timeline_item .edit_in_place h2 {
font-size: 1.6vw
}
.timeline_item#timeline_item_1 .edit_in_place h2, .timeline_item#timeline_item_4 .edit_in_place h2 {
font-size: 1.8vw
} }
@media screen and (max-width: 1160px) {
#header_inner #data_imprezy {
top: 7.9rem;
font-size: 2vw;
overflow: visible;
max-width: 300px
}
#header_inner .site-branding {
text-align: left;
margin: 0
}
#header_inner .site-branding .custom-logo-link img {
left: auto
}
#header_inner #data_imprezy p {
margin: 0
} }
@media screen and (max-width: 1070px) {
.post-type-archive-f_nominees.archive #content {
padding: 0 20px 0 20px;
}
.page.page-template-golden #content nav{
width: 100%;
max-width: 100%;
}
.page.page-template-golden .size-thumb-golden{
max-width: 18vw;
min-width: 100px;
}
#header_inner {
right: 0rem;
bottom: 0px
}
#search_form {
border: 1px solid #ccc;
padding: 1.6rem 2rem 1.6rem 2rem;
margin: 0 0 2rem 0;
display: grid;
grid-template-columns: 10fr 7fr;
grid-gap: 0 2vw
}
#search_form h2 {
grid-column: 1 / span 2;
margin: 0;
font-size: 2.2rem;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif;
padding-right: 2rem;
line-height: 120%;
grid-row: 1 / span 1;
padding-bottom: 4rem
}
#search_form label {
position: relative;
margin: 0 0 0 0;
display: block;
grid-column: 1
}
#search_form label.check, #search_form div {
grid-column: 2
}
#search_form label input, #search_form label select {
position: absolute;
left: 40%;
font-family: 'FuturaPT-Book', Arial, Helvetica, sans-serif !important;
width: 60%
}
#search_form label.check input {
position: relative;
left: auto;
width: auto;
margin: 0 1rem 0 0
}
#search_form div {
position: relative
}
#search_form input[type=submit] {
position: absolute;
bottom: 0;
left: 0
}
#search_form input[type=submit], .black {
background: #000;
color: #fff;
font-family: 'FuturaPT-Book', Arial, Helvetica, sans-serif !important;
border: none;
border-radius: 0;
font-weight: bold;
padding: .5rem 5rem;
font-size: 1.2rem;
margin: 2rem 0 0 auto;
display: list-item
}
#search_form label[for=search_year] {
grid-row: 2
}
}
@media screen and (max-device-width: 1070px) {
#header_inner {
right: 0rem;
bottom: auto
}
}
@media screen and (max-width: 1060px) {
#link_vote {
font-size: 3vw
}
}
@media screen and (max-width: 1024px) {
#search_form {
grid-gap: 0 4rem
}
.alignright {
max-width: 250px !important
}
}
@media screen and (max-width: 970px) {
#header_inner #data_imprezy {
top: -3rem;
position: relative;
margin-top: 0
}
}
@media screen and (max-width: 900px) {
.timeline_items {
margin-top: -2rem
}
.timeline_item {
flex: 0 1 calc(50% - 1rem);
margin: 2rem 0 0 0
}
.timeline_item .edit_in_place h2 {
font-size: 2.5vw;
padding: 0 2em
}
.timeline_item#timeline_item_1 .edit_in_place h2, .timeline_item#timeline_item_4 .edit_in_place h2 {
font-size: 2.8vw
}
.timeline_item .img_wrapper img {
width: 100%;
height: auto
}
.news_item {
flex: 0 1 100%
}
.news_item .img_wrapper img {
width: 100%;
height: auto
}
.movie {
margin-top: -2rem
}
.movie iframe {
flex: 0 1 100%;
height: 460px;
margin: 2rem 0 0 0
}
.page:not(.home) #page #primary, .single #page #primary, .category:not(.category-aktualnosci) #page #primary {
margin: 0 0 0 0
}
.page:not(.home) #page #primary .entry-title, .single #page #primary .entry-title, .category:not(.category-aktualnosci) #page #primary .entry-title {
margin: 0.67em 0
}
.page:not(.home) #page #primary .page-title, .single #page #primary .page-title, .category:not(.category-aktualnosci) #page #primary .page-title {
margin: 0.67em 0 1.67em 0
}
.page:not(.home) #page #primary .entry-meta, .single #page #primary .entry-meta, .category:not(.category-aktualnosci) #page #primary .entry-meta {
margin: 0
}
.post-type-archive #page #primary {
margin: 0 0 0 0
}
.post-type-archive #page #primary .entry-title {
margin: 0.67em 0
}
.post-type-archive #page #primary .page-title {
margin: 0.67em 0 1.67em 0
}
.post-type-archive #page #primary .entry-meta {
margin: 0
}
#colophon ._sponsorzy img {
margin: 0;
transform: scale(.85)
}
}
@media screen and (max-width: 799px) {
.page-id-5850 #intro img {
width: 50%;
margin-right: auto;
margin-left: auto;
}
.page-id-5850 .panel .panel_delegaci {
display: flex;
flex-wrap: wrap;
}
.page-id-5850 .panel .panel_delegaci>div {
margin: 0 4vw 0 0;
max-width: 41%;
}
.page-id-5850 .panel {
display: grid;
grid-template-columns: 30% 60%;
grid-column-gap: 10%;
margin-bottom: 7vw;
}
.page-id-5850 .panel .panel_content h6 {
margin-top: 0;
font-size: .8rem;
}
.cycle-pager {
text-align: right;
width: 100%;
z-index: 500;
position: absolute;
bottom: -.5rem;
overflow: hidden;
right: 0;
}
.cycle-pager span {
font-family: arial;
font-size: 25px;
width: 10px;
height: 10px;
margin: 0 .5rem;
display: inline-block;
color: #888;
cursor: pointer;
}
#header_inner .menu-menu-glowne-container {
height: 1px
}
.menu-menu-akademia-container {
display: none
}
.entry-content {
grid-template-columns: 2fr 7fr
}
.entry-header {
margin-left: 22%
}
#header_inner {
top: 0
}
.select_nav {
font-family: 'FuturaPT-Book', Arial, Helvetica, sans-serif !important;
padding: .2rem
}
#header_inner .menu-menu-glowne-container {
background: none
}
#header_inner .toggled .menu-menu-glowne-container {
background: #000;
height: auto
}
#header_inner .toggled .menu-menu-akademia-container {
background: #000;
height: auto;
top: 33rem;
width: 100%;
right: auto;
left: 0;
display: block;
padding-bottom: 2rem
}
#menu-item-965 {
padding-top: 0
}
#menu-item-966 {
padding-bottom: 0
}
.menu-menu-akademia-container li {
display: block;
margin: 0 auto !important;
padding: 1em 0 1em 0;
text-align: center;
width: 100%;
float: none;
border-bottom: none;
position: relative;
width: 100%
}
.menu-menu-akademia-container li ul li a {
font-size: .8rem !important
}
.menu-menu-akademia-container li a {
display: block;
color: #fff !important;
font-size: 1rem !important;
font-family: 'FuturaPT-Medium', Arial, Helvetica, sans-serif;
font-weight: bold;
width: 100%
}
#site-navigation .link_social a {
width: auto;
height: auto;
text-indent: 0;
background: none;
border: none;
filter: none
}
#site-navigation .link_social:before {
display: none
}
#page {
overflow: hidden;
height: auto
}
#colophon {
height: auto
}
#colophon_ .sponsorzy img {
flex: 0 1 33%
}
#menu-toggle {
display: block;
transform: scale(.8);
transform-origin: top right;
top: 1em
}
#site-navigation {
left: -20px;
width: calc(100% + 50px);
padding: 0;
margin: 0;
height: 120px;
top: 0;
position: absolute;
z-index: 1005;
height: 1px
}
#site-navigation #primary-menu {
display: none
}
#site-navigation.toggled #primary-menu {
display: block;
padding: 0;
}
#primary-menu li {
display: block;
margin: 0;
padding: 1em 0 1em 0;
text-align: center;
width: 100%;
float: none;
border-bottom: none
}
#primary-menu li a {
color: #fff;
font-size: 1.4em
}
#primary-menu li ul li {
padding: .5em 0
}
#primary-menu li ul li a {
font-size: .9em;
font-weight: 400;
color: #fff
}
.main-navigation ul ul.sub-menu {
top: .5rem !important;
}
.main-navigation ul ul.sub-menu, .main-navigation ul li:hover ul.sub-menu {
display: block !important;
position: relative;
float: none;
left: auto !important;
background: transparent;
width: 100%;
max-width: 100%;
box-shadow: none;
text-align: center;
margin: 0 auto;
padding-top: 1em
}
#site-navigation .menu-menu-glowne-container li a {
display: block;
line-height: normal;
font-size: 1.4rem
}
.timeline_item ._edit_in_place {
top: 4em
}
.timeline_item .edit_in_place h2 {
line-height: 160%
}
.timeline_item .edit_in_place h2 br {
display: none
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: auto;
}
.main-navigation ul ul a {
width: 100%
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
margin-left: auto
}
.menu-menu-glowne-container {
padding: 0
}
#site-navigation.toggled .menu-menu-glowne-container {
padding: 5em 2em 2rem 2em;
bottom: auto;
width: 100%
}
.toggled .menu-menu-glowne-container {
background: #000
}
#header_inner .menu-menu-glowne-container {
position: relative;
bottom: auto
} #header_inner #data_imprezy {
top: 1.5rem;
position: relative;
width: 30%
}
#masthead {
height: 39vw
}
#header_inner #kup_bilet {
top: 24vw;
font-size: 3vw
}
.ul_nominacje li li .nominee_item {
grid-template-columns: 80px auto;
}
.ul_nominacje {
text-align: center
}
.ul_nominacje li li {
margin-left: 0rem
}
.ul_nominacje li li .nominee_item h5, .ul_nominacje li li .nominee_item p {
font-size: .8em;
text-align: left
}
.nominee_img {
max-width: 80px
} #colophon #sponsorzy_inner_0 {
width: 100%;
max-width: 1260px;
height: 170px;
position: relative;
margin: auto;
margin-bottom: 5rem;
margin-left: 0
}
#sponsorzy_inner_0 h5, #sponsorzy_inner_0 img {
position: absolute;
z-index: 2;
left: 0;
top: 0;
margin: 0 !important;
padding: 0 !important
}
#sponsorzy_inner_0 img {
height: auto;
width: 30%
}
#sponsorzy_inner_0 #b_organizator {
left: 0;
top: 0
}
#sponsorzy_inner_0 #b_zpav {
max-width: 11.58%;
left: 0;
top: 16%
}
#sponsorzy_inner_0 #b_af {
max-width: 9.84%;
left: 15.07%;
top: 16%
}
#sponsorzy_inner_0 #b_partner {
left: 34%;
top: 0
}
#sponsorzy_inner_0 #b_stoart {
max-width: 6.59%;
left: 34%;
top: 16%
}
#sponsorzy_inner_0 #b_patron {
left: 68%;
top: 0
}
#sponsorzy_inner_0 #b_tvn {
max-width: 6.58%;
left: 68%;
top: 14%
}
#sponsorzy_inner_0 #b_wspolgospodarz {
left: 32%;
top: 0
}
#sponsorzy_inner_0 #b_katowice1 {
max-width: 8%;
left: 32%;
top: 16%
}
#sponsorzy_inner_0 #b_katowice2 {
max-width: 8%;
left: 47%;
top: 16%
}
#sponsorzy_inner_0 #b_zywiec {
max-width: 9%;
left: 90%;
top: 10%;
}
#sponsorzy_inner_0 #b_zaiks {
max-width: 7%;
left: 45%;
top: 16%;
}
#sponsorzy_inner_0 #b_patroni {
left: 0;
top: 38.33%
}
#sponsorzy_inner_0 #b_wyborcza {
max-width: 16.59%;
left: 0;
top: 47.70%
}
#sponsorzy_inner_0 #b_cojestgrane {
max-width: 16.59%;
left: 20.32%;
top: 49.5%
}
#sponsorzy_inner_0 #b_ams {
max-width: 8.81%;
left: 40.71%;
top: 49.58%
}
#sponsorzy_inner_0 #b_onet {
max-width: 11.98%;
left: 53.25%;
top: 48.71%
}
#sponsorzy_inner_0 #b_producenci {
left: 0;
top: 68%
}
#sponsorzy_inner_0 #b_przewoznik {
left: 47%;
top: 76.04%;
}
#sponsorzy_inner_0 #b_icc {
max-width: 19%;
left: 47%;
top: 89%;
}
#sponsorzy_inner_0 #b_live {
max-width: 7.06%;
left: 0;
top: 85.62%
}
#sponsorzy_inner_0 #b_festival {
max-width: 10.55%;
left: 10.95%;
top: 86.66%
}
#search_form {
grid-template-columns: 10fr 3fr;
grid-gap: 0 2rem;
padding-bottom: 4rem
}
#search_form input[type=submit] {
left: auto;
right: 0;
bottom: -3rem
}
}
@media screen and (max-width: 720px) {
.alignright {
margin-left: auto !important;
margin-right: auto !important;
float: none !important;
margin-left: auto !important;
max-width: 100% !important
}
.alignright small {
margin-left: 0 !important
}
#colophon ._sponsorzy img {
margin: 0;
transform: scale(.85);
align-self: center
}
.sponsorzy_inner > div {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 10px;
} #colophon #sponsorzy_inner_0 {
width: 100%;
max-width: 1260px;
height: 170px;
position: relative;
margin: auto;
margin-bottom: 5rem;
margin-left: 0
}
#sponsorzy_inner_0 h5, #sponsorzy_inner_0 img {
position: absolute;
z-index: 2;
left: 0;
top: 0;
margin: 0 !important;
padding: 0 !important
}
#sponsorzy_inner_0 img {
height: auto;
width: 30%
}
#sponsorzy_inner_0 #b_organizator {
left: 0;
top: 0
}
#sponsorzy_inner_0 #b_zpav {
max-width: 11.58%;
left: 0;
top: 16%
}
#sponsorzy_inner_0 #b_af {
max-width: 9.84%;
left: 15.07%;
top: 16%
}
#sponsorzy_inner_0 #b_partner {
left: 34%;
top: 0
}
#sponsorzy_inner_0 #b_stoart {
max-width: 6.59%;
left: 34%;
top: 16%
}
#sponsorzy_inner_0 #b_patron {
left: 68%;
top: 0
}
#sponsorzy_inner_0 #b_tvn {
max-width: 6.58%;
left: 68%;
top: 14%
}
#sponsorzy_inner_0 #b_wspolgospodarz {
left: 32%;
top: 0
}
#sponsorzy_inner_0 #b_katowice1 {
max-width: 8%;
left: 32%;
top: 16%
}
#sponsorzy_inner_0 #b_katowice2 {
max-width: 8%;
left: 47%;
top: 16%
}
#sponsorzy_inner_0 #b_zywiec {
max-width: 9%;
left: 90%;
top: 10%;
}
#sponsorzy_inner_0 #b_zaiks {
max-width: 7%;
left: 45%;
top: 16%;
}
#sponsorzy_inner_0 #b_patroni {
left: 0;
top: 38.33%
}
#sponsorzy_inner_0 #b_wyborcza {
max-width: 16.59%;
left: 0;
top: 47.70%
}
#sponsorzy_inner_0 #b_cojestgrane {
max-width: 16.59%;
left: 20.32%;
top: 49.5%
}
#sponsorzy_inner_0 #b_ams {
max-width: 8.81%;
left: 40.71%;
top: 49.58%
}
#sponsorzy_inner_0 #b_onet {
max-width: 11.98%;
left: 53.25%;
top: 48.71%
}
#sponsorzy_inner_0 #b_producenci {
left: 0;
top: 68%
}
#sponsorzy_inner_0 #b_przewoznik {
left: 47%;
top: 76.04%;
}
#sponsorzy_inner_0 #b_icc {
max-width: 19%;
left: 47%;
top: 89%;
}
#sponsorzy_inner_0 #b_live {
max-width: 7.06%;
left: 0;
top: 85.62%
}
#sponsorzy_inner_0 #b_festival {
max-width: 10.55%;
left: 10.95%;
top: 86.66%
}
}
@media screen and (max-width: 630px) {
.logo_ebilet_big, .logo_biletyna_big, .logo_nospr_big {
margin: 0 1em
}
#search_form {
border: 1px solid #ccc;
padding: 1.6rem 2rem 1.6rem 2rem;
margin: 0 0 1rem 0;
grid-template-columns: 1fr;
grid-gap: 0
}
#search_form label {
position: relative;
margin: 0 0 1rem 0;
display: block;
height: auto !important;
margin: 0 0 1rem 0 !important
}
#search_form h2 {
padding-right: 0;
font-size: 1.4rem;
padding-bottom: 2rem
}
#search_form label.check, #search_form div {
grid-column: 1
}
#search_form label input, #search_form label select {
position: relative;
left: 0;
width: 100%;
display: block
}
#search_form label.check input {
position: relative;
left: auto;
width: auto;
margin: 0 1rem 0 0;
display: inline-block
}
#search_form input[type=submit] {
background: #000;
color: #fff;
font-family: 'FuturaPT-Book', Arial, Helvetica, sans-serif !important;
border: none;
border-radius: 0;
font-weight: bold;
padding: .5rem 1rem;
font-size: 1.2rem;
position: relative;
margin: 2rem 0 0 auto;
display: list-item;
bottom: auto
}
.search_results {
border: 1px solid #ccc;
display: block;
background: #fafafa;
padding: 2rem;
margin: 0 auto 2rem auto
}
}
@media screen and (max-width: 600px) {
.share {
bottom: 1em
}
.news_item .entry_title {
padding: 0 1.8rem 1em 1.8rem;
}
}
@media screen and (max-width: 600px) {
#sponsorzy_inner_0 #b_sponsor {
left: auto;
top: 0;
right: 0;
}
}
@media screen and (max-width: 540px) { .page-id-5850 #intro img {
width: 100%;
margin-right: auto;
margin-left: auto;
margin-bottom: 8vw;
}
.page-id-5850 .link_switch {
margin-bottom: 6vw;
}
.page-id-5850 .panel .panel_delegaci {
display: block;
text-align: center;
}
.page-id-5850 .panel .panel_delegaci>div {
margin: 0;
width: 100%;
max-width: 100%;
margin-bottom: 4rem;
line-height: 150%;
}
.page-id-5850 .panel .panel_delegaci h4 {
margin: 0;
}
.page-id-5850 .panel {
display: block;
}
.page-id-5850 .panel .panel_content {
margin-bottom: 4rem;
text-align: center;
}
.page-id-5850 .panel .panel_content h6 {
padding-top: 2vw;
margin-bottom: 2vw;
font-size: 1.2rem;
}
.page-id-5850 section>h2, .page-id-5850 section>div>h4 {
padding: 4rem 0 2rem 0;
text-align: center;
}
.page-id-5850 .panel .panel_delegaci div p {
line-height: 150%;
}
.page-id-5850 #info ul {
list-style: none;
padding: 1rem;
}
.page-id-5850 #masthead {
height: auto;
}
.page-id-5850 .warsztat {
max-width: 100%;
margin-bottom: 4rem;
}
.page-id-5850 #partnerzy ._cycle-slideshow {
flex-wrap: wrap;
justify-content: space-evenly;
}
.page-id-5850 #partnerzy ._cycle-slideshow a {
width: 34%;
}
#header_inner #data_imprezy {
max-width: 124px
}
.page.page-template-golden .size-thumb-golden{
max-width: 100%;
min-width: 100px;
}
h1, .post-type-archive #page #primary .entry-title {
font-size: 1.6rem
}
.menu-menu-w-stopce-container ul li { }
.indent, .page-id-31 #wstep h3 {
margin-left: 0
}
#wstep {
padding: 1em 0 1em 0
}
p {
margin-bottom: 1rem
}
.category-galeria-festiwal .aside-menu {
padding-top: 0
}
.entry-content {
margin-top: 0
}
.page:not(.home) #page #primary .entry-title, .single.page #page #primary .entry-title, .category:not(.category-aktualnosci) #page #primary .entry-title {
margin: 0
}
.category-nominowani-i-laureaci .entry-header h1 {
font-size: 1.3rem;
margin: 2rem 0 !important
}
#masthead, #content, #colophon {
padding: 0 1rem 0 1rem
}
#masthead{
height: 4rem;
}
#content_ {
line-height: 150%
}
.category-galeria-festiwal .entry-content, .category-nominowani-i-laureaci .entry-content {
grid-template-columns: 1fr
}
.category-galeria-festiwal .entry-content {
margin-top: 0
}
.entry-content > div {
grid-column: 1 / span 2
}
.entry-content > aside {
padding-right: 0;
grid-row: 1
}
.entry-content > aside ul {
display: none
}
.entry-content > aside .select_nav {
display: block;
float: none;
margin: 0 0 1rem 0
}
.entry-header {
margin-left: 0
}
.home_subtitle h2 {
padding-left: 10px
}
.page:not(.home) #content, .single #content, .category:not(.category-aktualnosci) #content, #kv_content {
width: 100%;
margin: 0
}
.news_item .entry_title {
margin-bottom: 0;
font-size: 1rem;
padding: 0 1rem 1em 1rem
}
.news_item {
margin-top: 1rem
}
.nav_gallery {
position: relative;
top: auto;
right: auto;
left: auto;
grid-row: 1
}
.news_items {
margin-top: -1rem
}
#menu-toggle {
transform: scale(.6);
top: 0
}
.timeline_item {
flex: 0 1 100%;
margin: 2rem 0 0 0
}
.timeline_item .edit_in_place h2 {
font-size: 5vw;
padding: 0 2em;
line-height: 160%
}
.timeline_item#timeline_item_1 .edit_in_place h2, .timeline_item#timeline_item_4 .edit_in_place h2 {
font-size: 5.5vw
}
#site-navigation.toggled .menu-menu-glowne-container {
padding: 3em 2em 2rem 2em
}
#site-navigation .menu-menu-glowne-container li a {
font-size: 1rem;
height: auto !important;
}
#site-navigation .menu-menu-glowne-container li ul li{
}
#site-navigation .menu-menu-glowne-container li ul li a {
font-size: .6rem
}
.timeline_item .edit_in_place {
top: auto; }
.custom-logo-link {
display: block;
background: url(//fryderyki.pl/wp-content/themes/fryderyki/img/logo_mobi.png?v=2\3) no-repeat left 60%;
background-size: contain;
height: 3em;
margin: 0
}
.custom-logo-link img {
display: none
}
#header_inner {
height: 60px
}
#header_inner #data_imprezy {
position: relative;
top: 0;
margin: 0
}
#link_vote {
font-size: 1em;
border-right: none;
box-sizing: border-box;
padding: 10px 20px
}
.timeline_item .img_wrapper {
max-height: 55vw;
overflow: hidden
}
.page:not(.home) #content, .single #content, .category:not(.category-aktualnosci) #content, .error404 #content, .archive #content, .page-id-550 #content {
padding: 1em 1rem
}
#header_inner .toggled .menu-menu-akademia-container {
top: 27rem;
}
.etap {
transform: none;
background-size: 20% !important
}
.etap h3 {
margin: 1rem 0
}
#etap_1 {
grid-column: 1;
grid-row: 1;
margin-top: 1em;
padding: 70px 0 1rem 0;
border-bottom: 1px solid;
background-size: 15% !important
}
#etap_2 {
grid-column: 1;
grid-row: 2;
margin-top: 2rem;
padding: 70px 0 1rem 0;
border-bottom: 1px solid;
}
#etap_3 {
grid-column: 1;
grid-row: 3;
margin-top: 2rem;
padding: 70px 0 1rem 0;
border-bottom: 1px solid;
}
#etap_4 {
grid-column: 1;
grid-row: 4;
margin-top: 2rem;
padding: 70px 0 1rem 0;
border-bottom: 1px solid;
}
.page-template-info #wrapper_1 {
padding: 2.5em 0 2em 0;
margin-top: 1.5rem
}
.page-id-31 #content h2 {
font-size: 1.3rem;
}
.img_winner {
left: -2rem;
} #sponsorzy_inner_0 #b_organizator {
left: 0;
top: -13%
}
#sponsorzy_inner_0 #b_zpav {
max-width: 17.4%;
left: 0;
top: 5%
}
#sponsorzy_inner_0 #b_af {
max-width: 14.8%;
left: 22.8%;
top: 5%
}
#sponsorzy_inner_0 #b_partner {
left: 49%;
top: -13%
}
#sponsorzy_inner_0 #b_stoart {
max-width: 9.8%;
left: 49%;
top: 5%
}
#sponsorzy_inner_0 #b_zaiks {
max-width: 12%;
left: 66%;
top: 5%;
}
#sponsorzy_inner_0 #b_zywiec {
max-width: 14%;
left: auto;
top: 6%;
right: 0
}
#sponsorzy_inner_0 #b_patron {
left: 50%;
top: 60%
}
#sponsorzy_inner_0 #b_tvn {
max-width: 10%;
left: 50%;
top: 79%
}
#sponsorzy_inner_0 #b_rmf {
max-width: 12%;
left: 14%;
top: 30%
}
#sponsorzy_inner_0 #b_wspolgospodarz {
left: 50%;
top: -13%
}
#sponsorzy_inner_0 #b_katowice1 {
max-width: 18%;
left: 50%;
top: 5%
}
#sponsorzy_inner_0 #b_katowice2 {
max-width: 13%;
left: 76%;
top: 5%
}
#sponsorzy_inner_0 #b_patroni {
left: 0;
top: 52%
}
#sponsorzy_inner_0 #b_wyborcza {
max-width: 25%;
left: 0;
top: 56.86%
}
#sponsorzy_inner_0 #b_cojestgrane {
max-width: 25.2%;
left: 30.6%;
top: 58%
}
#sponsorzy_inner_0 #b_ams {
max-width: 13.4%;
left: 61.4%;
top: 58.28%
}
#sponsorzy_inner_0 #b_onet {
max-width: 18.2%;
left: 80.4%;
top: 56.86%
}
#sponsorzy_inner_0 #b_producenci {
left: 0;
top: 60%
}
#sponsorzy_inner_0 #b_live {
max-width: 10.6%;
left: 0;
top: 82.28%
}
#sponsorzy_inner_0 #b_festival {
max-width: 15.8%;
left: 16.6%;
top: 83.14%
}
#colophon #sponsorzy_inner_0 {
height: 120px;
margin-bottom: 0;
padding-bottom: 0
}
#footer_inner {
margin: 0 auto 0 auto
}
.page-template-golden #main{
display: block;
}
.page-template-golden #main>div{
grid-row: 1;
}
.page-template-golden #main>aside{
grid-row: 2;
}
.page-template-golden #main>aside>nav{
display: flex;
justify-content: space-evenly;
margin-top: 2rem;
}
.page.page-template-golden hr{
width: 100%;
margin-left: auto;
}
.page.page-template-golden #page #primary aside>ul{
display: none;
flex-wrap: wrap;
justify-content: space-between;
}
.page.page-template-golden #page #primary aside>ul>li{
margin: 0 1rem;
}
.page.page-template-golden #page #primary aside>ul>li:not(.minimized){
box-shadow: 3px 3px 3px rgba(0,0,0,.5);
padding: 0 1rem 1rem 0;
margin: 0 0 1rem 0;
}
.page.page-template-golden #aside_select_label{
display: block;
}
.page.page-template-golden #content nav{
display: block;
}
.page.page-template-golden label>ul{
margin-bottom: 2rem !important;
} .page.page-template-golden #content nav{
margin-bottom: 1.8rem;
}
.page.page-template-golden #zlote_fryderyki>div>div{
clear: both;
display: block;
grid-template-columns: auto auto;
}
}
@media screen and (max-width: 480px) {
#vnw {
text-decoration: none;
color: #000;
position: relative;
right: auto;
top: 0;
padding-top: 1em;
display: block;
padding-bottom: 1em
}
#main ul {
margin-left: 0
}
#header_inner #kup_bilet {
top: 23vw;
font-size: 3vw
}
#header_inner #data_imprezy {
width: 50%
}
#colophon .sponsorzy {
justify-content: center
}
#colophon ._sponsorzy img {
flex: 0 1 30%;
transform: scale(.7)
}
.timeline_item .entry_title {
transform: scale(.7);
transform-origin: top right
}
}
@media screen and (max-width: 370px) {
#site-navigation.toggled .menu-menu-glowne-container {
padding: 2em 2em 0 2em
}
#site-navigation .menu-menu-glowne-container li a {
font-size: .8rem
}
#header_inner #data_imprezy {
top: -1em
}
#primary-menu li, .menu-menu-akademia-container li {
padding: .5rem 0
}
.menu-menu-akademia-container li a {
font-size: .8rem !important
}
#header_inner .toggled .menu-menu-akademia-container {
top: 16rem;
padding-top: 1rem;
padding-bottom: 2rem
}
}@font-face{font-family:eicons;src:url(//fryderyki.pl/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.53.0);src:url(//fryderyki.pl/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.53.0#iefix) format("embedded-opentype"),url(//fryderyki.pl/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.53.0) format("woff2"),url(//fryderyki.pl/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.53.0) format("woff"),url(//fryderyki.pl/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.53.0) format("truetype"),url(//fryderyki.pl/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.53.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:"\e800"}.eicon-editor-unlink:before{content:"\e801"}.eicon-editor-external-link:before{content:"\e802"}.eicon-editor-close:before{content:"\e803"}.eicon-editor-list-ol:before{content:"\e804"}.eicon-editor-list-ul:before{content:"\e805"}.eicon-editor-bold:before{content:"\e806"}.eicon-editor-italic:before{content:"\e807"}.eicon-editor-underline:before{content:"\e808"}.eicon-editor-paragraph:before{content:"\e809"}.eicon-editor-h1:before{content:"\e80a"}.eicon-editor-h2:before{content:"\e80b"}.eicon-editor-h3:before{content:"\e80c"}.eicon-editor-h4:before{content:"\e80d"}.eicon-editor-h5:before{content:"\e80e"}.eicon-editor-h6:before{content:"\e80f"}.eicon-editor-quote:before{content:"\e810"}.eicon-editor-code:before{content:"\e811"}.eicon-elementor:before{content:"\e812"}.eicon-elementor-circle:before{content:"\e813"}.eicon-pojome:before{content:"\e814"}.eicon-plus:before{content:"\e815"}.eicon-menu-bar:before{content:"\e816"}.eicon-apps:before{content:"\e817"}.eicon-accordion:before{content:"\e818"}.eicon-alert:before{content:"\e819"}.eicon-animation-text:before{content:"\e81a"}.eicon-animation:before{content:"\e81b"}.eicon-banner:before{content:"\e81c"}.eicon-blockquote:before{content:"\e81d"}.eicon-button:before{content:"\e81e"}.eicon-call-to-action:before{content:"\e81f"}.eicon-captcha:before{content:"\e820"}.eicon-carousel:before{content:"\e821"}.eicon-checkbox:before{content:"\e822"}.eicon-columns:before{content:"\e823"}.eicon-countdown:before{content:"\e824"}.eicon-counter:before{content:"\e825"}.eicon-date:before{content:"\e826"}.eicon-divider-shape:before{content:"\e827"}.eicon-divider:before{content:"\e828"}.eicon-download-button:before{content:"\e829"}.eicon-dual-button:before{content:"\e82a"}.eicon-email-field:before{content:"\e82b"}.eicon-facebook-comments:before{content:"\e82c"}.eicon-facebook-like-box:before{content:"\e82d"}.eicon-form-horizontal:before{content:"\e82e"}.eicon-form-vertical:before{content:"\e82f"}.eicon-gallery-grid:before{content:"\e830"}.eicon-gallery-group:before{content:"\e831"}.eicon-gallery-justified:before{content:"\e832"}.eicon-gallery-masonry:before{content:"\e833"}.eicon-icon-box:before{content:"\e834"}.eicon-image-before-after:before{content:"\e835"}.eicon-image-box:before{content:"\e836"}.eicon-image-hotspot:before{content:"\e837"}.eicon-image-rollover:before{content:"\e838"}.eicon-info-box:before{content:"\e839"}.eicon-inner-section:before{content:"\e83a"}.eicon-mailchimp:before{content:"\e83b"}.eicon-menu-card:before{content:"\e83c"}.eicon-navigation-horizontal:before{content:"\e83d"}.eicon-nav-menu:before{content:"\e83e"}.eicon-navigation-vertical:before{content:"\e83f"}.eicon-number-field:before{content:"\e840"}.eicon-parallax:before{content:"\e841"}.eicon-php7:before{content:"\e842"}.eicon-post-list:before{content:"\e843"}.eicon-post-slider:before{content:"\e844"}.eicon-post:before{content:"\e845"}.eicon-posts-carousel:before{content:"\e846"}.eicon-posts-grid:before{content:"\e847"}.eicon-posts-group:before{content:"\e848"}.eicon-posts-justified:before{content:"\e849"}.eicon-posts-masonry:before{content:"\e84a"}.eicon-posts-ticker:before{content:"\e84b"}.eicon-price-list:before{content:"\e84c"}.eicon-price-table:before{content:"\e84d"}.eicon-radio:before{content:"\e84e"}.eicon-rtl:before{content:"\e84f"}.eicon-scroll:before{content:"\e850"}.eicon-search:before{content:"\e851"}.eicon-select:before{content:"\e852"}.eicon-share:before{content:"\e853"}.eicon-sidebar:before{content:"\e854"}.eicon-skill-bar:before{content:"\e855"}.eicon-slider-3d:before{content:"\e856"}.eicon-slider-album:before{content:"\e857"}.eicon-slider-device:before{content:"\e858"}.eicon-slider-full-screen:before{content:"\e859"}.eicon-slider-push:before{content:"\e85a"}.eicon-slider-vertical:before{content:"\e85b"}.eicon-slider-video:before{content:"\e85c"}.eicon-slides:before{content:"\e85d"}.eicon-social-icons:before{content:"\e85e"}.eicon-spacer:before{content:"\e85f"}.eicon-table:before{content:"\e860"}.eicon-tabs:before{content:"\e861"}.eicon-tel-field:before{content:"\e862"}.eicon-text-area:before{content:"\e863"}.eicon-text-field:before{content:"\e864"}.eicon-thumbnails-down:before{content:"\e865"}.eicon-thumbnails-half:before{content:"\e866"}.eicon-thumbnails-right:before{content:"\e867"}.eicon-time-line:before{content:"\e868"}.eicon-toggle:before{content:"\e869"}.eicon-url:before{content:"\e86a"}.eicon-t-letter:before{content:"\e86b"}.eicon-wordpress:before{content:"\e86c"}.eicon-text:before{content:"\e86d"}.eicon-anchor:before{content:"\e86e"}.eicon-bullet-list:before{content:"\e86f"}.eicon-code:before{content:"\e870"}.eicon-favorite:before{content:"\e871"}.eicon-google-maps:before{content:"\e872"}.eicon-image:before{content:"\e873"}.eicon-photo-library:before{content:"\e874"}.eicon-woocommerce:before{content:"\e875"}.eicon-youtube:before{content:"\e876"}.eicon-flip-box:before{content:"\e877"}.eicon-settings:before{content:"\e878"}.eicon-headphones:before{content:"\e879"}.eicon-testimonial:before{content:"\e87a"}.eicon-counter-circle:before{content:"\e87b"}.eicon-person:before{content:"\e87c"}.eicon-chevron-right:before{content:"\e87d"}.eicon-chevron-left:before{content:"\e87e"}.eicon-close:before{content:"\e87f"}.eicon-file-download:before{content:"\e880"}.eicon-save:before{content:"\e881"}.eicon-zoom-in:before{content:"\e882"}.eicon-shortcode:before{content:"\e883"}.eicon-nerd:before{content:"\e884"}.eicon-device-desktop:before{content:"\e885"}.eicon-device-tablet:before{content:"\e886"}.eicon-device-mobile:before{content:"\e887"}.eicon-document-file:before{content:"\e888"}.eicon-folder-o:before{content:"\e889"}.eicon-hypster:before{content:"\e88a"}.eicon-h-align-left:before{content:"\e88b"}.eicon-h-align-right:before{content:"\e88c"}.eicon-h-align-center:before{content:"\e88d"}.eicon-h-align-stretch:before{content:"\e88e"}.eicon-v-align-top:before{content:"\e88f"}.eicon-v-align-bottom:before{content:"\e890"}.eicon-v-align-middle:before{content:"\e891"}.eicon-v-align-stretch:before{content:"\e892"}.eicon-pro-icon:before{content:"\e893"}.eicon-mail:before{content:"\e894"}.eicon-lock-user:before{content:"\e895"}.eicon-testimonial-carousel:before{content:"\e896"}.eicon-media-carousel:before{content:"\e897"}.eicon-section:before{content:"\e898"}.eicon-column:before{content:"\e899"}.eicon-edit:before{content:"\e89a"}.eicon-clone:before{content:"\e89b"}.eicon-trash:before{content:"\e89c"}.eicon-play:before{content:"\e89d"}.eicon-angle-right:before{content:"\e89e"}.eicon-angle-left:before{content:"\e89f"}.eicon-animated-headline:before{content:"\e8a0"}.eicon-menu-toggle:before{content:"\e8a1"}.eicon-fb-embed:before{content:"\e8a2"}.eicon-fb-feed:before{content:"\e8a3"}.eicon-twitter-embed:before{content:"\e8a4"}.eicon-twitter-feed:before{content:"\e8a5"}.eicon-sync:before{content:"\e8a6"}.eicon-import-export:before{content:"\e8a7"}.eicon-check-circle:before{content:"\e8a8"}.eicon-library-save:before{content:"\e8a9"}.eicon-library-download:before{content:"\e9dd"}.eicon-insert:before{content:"\e8ab"}.eicon-preview-medium:before{content:"\e8ac"}.eicon-sort-down:before{content:"\e8ad"}.eicon-sort-up:before{content:"\e8ae"}.eicon-heading:before{content:"\e8af"}.eicon-logo:before{content:"\e8b0"}.eicon-meta-data:before{content:"\e8b1"}.eicon-post-content:before{content:"\e8b2"}.eicon-post-excerpt:before{content:"\e8b3"}.eicon-post-navigation:before{content:"\e8b4"}.eicon-yoast:before{content:"\e8b5"}.eicon-nerd-chuckle:before{content:"\e8b6"}.eicon-nerd-wink:before{content:"\e8b7"}.eicon-comments:before{content:"\e8b8"}.eicon-download-circle-o:before{content:"\e8b9"}.eicon-library-upload:before{content:"\e8ba"}.eicon-save-o:before{content:"\e8bb"}.eicon-upload-circle-o:before{content:"\e8bc"}.eicon-ellipsis-h:before{content:"\e8bd"}.eicon-ellipsis-v:before{content:"\e8be"}.eicon-arrow-left:before{content:"\e8bf"}.eicon-arrow-right:before{content:"\e8c0"}.eicon-arrow-up:before{content:"\e8c1"}.eicon-arrow-down:before{content:"\e8c2"}.eicon-play-o:before{content:"\e8c3"}.eicon-archive-posts:before{content:"\e8c4"}.eicon-archive-title:before{content:"\e8c5"}.eicon-featured-image:before{content:"\e8c6"}.eicon-post-info:before{content:"\e8c7"}.eicon-post-title:before{content:"\e8c8"}.eicon-site-logo:before{content:"\e8c9"}.eicon-site-search:before{content:"\e8ca"}.eicon-site-title:before{content:"\e8cb"}.eicon-plus-square:before{content:"\e8cc"}.eicon-minus-square:before{content:"\e8cd"}.eicon-cloud-check:before{content:"\e8ce"}.eicon-drag-n-drop:before{content:"\e8cf"}.eicon-welcome:before{content:"\e8d0"}.eicon-handle:before{content:"\e8d1"}.eicon-cart:before{content:"\e8d2"}.eicon-product-add-to-cart:before{content:"\e8d3"}.eicon-product-breadcrumbs:before{content:"\e8d4"}.eicon-product-categories:before{content:"\e8d5"}.eicon-product-description:before{content:"\e8d6"}.eicon-product-images:before{content:"\e8d7"}.eicon-product-info:before{content:"\e8d8"}.eicon-product-meta:before{content:"\e8d9"}.eicon-product-pages:before{content:"\e8da"}.eicon-product-price:before{content:"\e8db"}.eicon-product-rating:before{content:"\e8dc"}.eicon-product-related:before{content:"\e8dd"}.eicon-product-stock:before{content:"\e8de"}.eicon-product-tabs:before{content:"\e8df"}.eicon-product-title:before{content:"\e8e0"}.eicon-product-upsell:before{content:"\e8e1"}.eicon-products:before{content:"\e8e2"}.eicon-bag-light:before{content:"\e8e3"}.eicon-bag-medium:before{content:"\e8e4"}.eicon-bag-solid:before{content:"\e8e5"}.eicon-basket-light:before{content:"\e8e6"}.eicon-basket-medium:before{content:"\e8e7"}.eicon-basket-solid:before{content:"\e8e8"}.eicon-cart-light:before{content:"\e8e9"}.eicon-cart-medium:before{content:"\e8ea"}.eicon-cart-solid:before{content:"\e8eb"}.eicon-exchange:before{content:"\e8ec"}.eicon-preview-thin:before{content:"\e8ed"}.eicon-device-laptop:before{content:"\e8ee"}.eicon-collapse:before{content:"\e8ef"}.eicon-expand:before{content:"\e8f0"}.eicon-navigator:before{content:"\e8f1"}.eicon-plug:before{content:"\e8f2"}.eicon-dashboard:before{content:"\e8f3"}.eicon-typography:before{content:"\e8f4"}.eicon-info-circle-o:before{content:"\e8f5"}.eicon-integration:before{content:"\e8f6"}.eicon-plus-circle-o:before{content:"\e8f7"}.eicon-rating:before{content:"\e8f8"}.eicon-review:before{content:"\e8f9"}.eicon-tools:before{content:"\e8fa"}.eicon-loading:before{content:"\e8fb"}.eicon-sitemap:before{content:"\e8fc"}.eicon-click:before{content:"\e8fd"}.eicon-clock:before{content:"\e8fe"}.eicon-library-open:before{content:"\e8ff"}.eicon-warning:before{content:"\e900"}.eicon-flow:before{content:"\e901"}.eicon-cursor-move:before{content:"\e902"}.eicon-arrow-circle-left:before{content:"\e903"}.eicon-flash:before{content:"\e904"}.eicon-redo:before{content:"\e905"}.eicon-ban:before{content:"\e906"}.eicon-barcode:before{content:"\e907"}.eicon-calendar:before{content:"\e908"}.eicon-caret-left:before{content:"\e909"}.eicon-caret-right:before{content:"\e90a"}.eicon-caret-up:before{content:"\e90b"}.eicon-chain-broken:before{content:"\e90c"}.eicon-check-circle-o:before{content:"\e90d"}.eicon-check:before{content:"\e90e"}.eicon-chevron-double-left:before{content:"\e90f"}.eicon-chevron-double-right:before{content:"\e910"}.eicon-undo:before{content:"\e911"}.eicon-filter:before{content:"\e912"}.eicon-circle-o:before{content:"\e913"}.eicon-circle:before{content:"\e914"}.eicon-clock-o:before{content:"\e915"}.eicon-cog:before{content:"\e916"}.eicon-cogs:before{content:"\e917"}.eicon-commenting-o:before{content:"\e918"}.eicon-copy:before{content:"\e919"}.eicon-database:before{content:"\e91a"}.eicon-dot-circle-o:before{content:"\e91b"}.eicon-envelope:before{content:"\e91c"}.eicon-external-link-square:before{content:"\e91d"}.eicon-eyedropper:before{content:"\e91e"}.eicon-folder:before{content:"\e91f"}.eicon-font:before{content:"\e920"}.eicon-adjust:before{content:"\e921"}.eicon-lightbox:before{content:"\e922"}.eicon-heart-o:before{content:"\e923"}.eicon-history:before{content:"\e924"}.eicon-image-bold:before{content:"\e925"}.eicon-info-circle:before{content:"\e926"}.eicon-link:before{content:"\e927"}.eicon-long-arrow-left:before{content:"\e928"}.eicon-long-arrow-right:before{content:"\e929"}.eicon-caret-down:before{content:"\e92a"}.eicon-paint-brush:before{content:"\e92b"}.eicon-pencil:before{content:"\e92c"}.eicon-plus-circle:before{content:"\e92d"}.eicon-zoom-in-bold:before{content:"\e92e"}.eicon-sort-amount-desc:before{content:"\e92f"}.eicon-sign-out:before{content:"\e930"}.eicon-spinner:before{content:"\e931"}.eicon-square:before{content:"\e932"}.eicon-star-o:before{content:"\e933"}.eicon-star:before{content:"\e934"}.eicon-text-align-justify:before{content:"\e935"}.eicon-text-align-center:before{content:"\e936"}.eicon-tags:before{content:"\e937"}.eicon-text-align-left:before{content:"\e938"}.eicon-text-align-right:before{content:"\e939"}.eicon-close-circle:before{content:"\e93a"}.eicon-trash-o:before{content:"\e93b"}.eicon-font-awesome:before{content:"\e93c"}.eicon-user-circle-o:before{content:"\e93d"}.eicon-video-camera:before{content:"\e93e"}.eicon-heart:before{content:"\e93f"}.eicon-wrench:before{content:"\e940"}.eicon-help:before{content:"\e941"}.eicon-help-o:before{content:"\e942"}.eicon-zoom-out-bold:before{content:"\e943"}.eicon-plus-square-o:before{content:"\e944"}.eicon-minus-square-o:before{content:"\e945"}.eicon-minus-circle:before{content:"\e946"}.eicon-minus-circle-o:before{content:"\e947"}.eicon-code-bold:before{content:"\e948"}.eicon-cloud-upload:before{content:"\e949"}.eicon-search-bold:before{content:"\e94a"}.eicon-map-pin:before{content:"\e94b"}.eicon-meetup:before{content:"\e94c"}.eicon-slideshow:before{content:"\e94d"}.eicon-t-letter-bold:before{content:"\e94e"}.eicon-preferences:before{content:"\e94f"}.eicon-table-of-contents:before{content:"\e950"}.eicon-tv:before{content:"\e951"}.eicon-upload:before{content:"\e952"}.eicon-instagram-comments:before{content:"\e953"}.eicon-instagram-nested-gallery:before{content:"\e954"}.eicon-instagram-post:before{content:"\e955"}.eicon-instagram-video:before{content:"\e956"}.eicon-instagram-gallery:before{content:"\e957"}.eicon-instagram-likes:before{content:"\e958"}.eicon-facebook:before{content:"\e959"}.eicon-twitter:before{content:"\e95a"}.eicon-pinterest:before{content:"\e95b"}.eicon-frame-expand:before{content:"\e95c"}.eicon-frame-minimize:before{content:"\e95d"}.eicon-archive:before{content:"\e95e"}.eicon-colors-typography:before{content:"\e95f"}.eicon-custom:before{content:"\e960"}.eicon-footer:before{content:"\e961"}.eicon-header:before{content:"\e962"}.eicon-layout-settings:before{content:"\e963"}.eicon-lightbox-expand:before{content:"\e964"}.eicon-error-404:before{content:"\e965"}.eicon-theme-style:before{content:"\e966"}.eicon-search-results:before{content:"\e967"}.eicon-single-post:before{content:"\e968"}.eicon-site-identity:before{content:"\e969"}.eicon-theme-builder:before{content:"\e96a"}.eicon-download-bold:before{content:"\e96b"}.eicon-share-arrow:before{content:"\e96c"}.eicon-global-settings:before{content:"\e96d"}.eicon-user-preferences:before{content:"\e96e"}.eicon-lock:before{content:"\e96f"}.eicon-export-kit:before{content:"\e970"}.eicon-import-kit:before{content:"\e971"}.eicon-lottie:before{content:"\e972"}.eicon-products-archive:before{content:"\e973"}.eicon-single-product:before{content:"\e974"}.eicon-disable-trash-o:before{content:"\e975"}.eicon-single-page:before{content:"\e976"}.eicon-wordpress-light:before{content:"\e977"}.eicon-cogs-check:before{content:"\e978"}.eicon-custom-css:before{content:"\e979"}.eicon-global-colors:before{content:"\e97a"}.eicon-globe:before{content:"\e97b"}.eicon-typography-1:before{content:"\e97c"}.eicon-background:before{content:"\e97d"}.eicon-device-responsive:before{content:"\e97e"}.eicon-device-wide:before{content:"\e97f"}.eicon-code-highlight:before{content:"\e980"}.eicon-video-playlist:before{content:"\e981"}.eicon-download-kit:before{content:"\e982"}.eicon-kit-details:before{content:"\e983"}.eicon-kit-parts:before{content:"\e984"}.eicon-kit-upload:before{content:"\e985"}.eicon-kit-plugins:before{content:"\e986"}.eicon-kit-upload-alt:before{content:"\e987"}.eicon-hotspot:before{content:"\e988"}.eicon-paypal-button:before{content:"\e989"}.eicon-shape:before{content:"\e98a"}.eicon-wordart:before{content:"\e98b"}.eicon-checkout:before{content:"\e98c"}.eicon-container:before{content:"\e98d"}.eicon-flip:before{content:"\e98e"}.eicon-info:before{content:"\e98f"}.eicon-my-account:before{content:"\e990"}.eicon-purchase-summary:before{content:"\e991"}.eicon-page-transition:before{content:"\e992"}.eicon-spotify:before{content:"\e993"}.eicon-stripe-button:before{content:"\e994"}.eicon-woo-settings:before{content:"\e995"}.eicon-woo-cart:before{content:"\e996"}.eicon-grow:before{content:"\e997"}.eicon-order-end:before{content:"\e998"}.eicon-nowrap:before{content:"\e999"}.eicon-order-start:before{content:"\e99a"}.eicon-progress-tracker:before{content:"\e99b"}.eicon-shrink:before{content:"\e99c"}.eicon-wrap:before{content:"\e99d"}.eicon-align-center-h:before{content:"\e99e"}.eicon-align-center-v:before{content:"\e99f"}.eicon-align-end-h:before{content:"\e9a0"}.eicon-align-end-v:before{content:"\e9a1"}.eicon-align-start-h:before{content:"\e9a2"}.eicon-align-start-v:before{content:"\e9a3"}.eicon-align-stretch-h:before{content:"\e9a4"}.eicon-align-stretch-v:before{content:"\e9a5"}.eicon-justify-center-h:before{content:"\e9a6"}.eicon-justify-center-v:before{content:"\e9a7"}.eicon-justify-end-h:before{content:"\e9a8"}.eicon-justify-end-v:before{content:"\e9a9"}.eicon-justify-space-around-h:before{content:"\e9aa"}.eicon-justify-space-around-v:before{content:"\e9ab"}.eicon-justify-space-between-h:before{content:"\e9ac"}.eicon-justify-space-between-v:before{content:"\e9ad"}.eicon-justify-space-evenly-h:before{content:"\e9ae"}.eicon-justify-space-evenly-v:before{content:"\e9af"}.eicon-justify-start-h:before{content:"\e9b0"}.eicon-justify-start-v:before{content:"\e9b1"}.eicon-woocommerce-cross-sells:before{content:"\e9b2"}.eicon-woocommerce-notices:before{content:"\e9b3"}.eicon-inner-container:before{content:"\e9b4"}.eicon-warning-full:before{content:"\e9b5"}.eicon-exit:before{content:"\e9b6"}.eicon-loop-builder:before{content:"\e9b7"}.eicon-notes:before{content:"\e9b8"}.eicon-read:before{content:"\e9b9"}.eicon-unread:before{content:"\e9ba"}.eicon-carousel-loop:before{content:"\e9bb"}.eicon-mega-menu:before{content:"\eb78"}.eicon-nested-carousel:before{content:"\e9bd"}.eicon-ai:before{content:"\e9be"}.eicon-taxonomy-filter:before{content:"\eb7d"}.eicon-container-grid:before{content:"\ef02"}.eicon-upgrade:before{content:"\e9c1"}.eicon-advanced:before{content:"\eb84"}.eicon-div-block:before{content:"\eb9b"}.eicon-notification:before{content:"\e9c3"}.eicon-light-mode:before{content:"\e9c4"}.eicon-dark-mode:before{content:"\e9c5"}.eicon-upgrade-crown:before{content:"\e9c6"}.eicon-off-canvas:before{content:"\e9c7"}.eicon-speakerphone:before{content:"\e9c9"}.eicon-ehp-cta:before{content:"\e9cb"}.eicon-ehp-forms:before{content:"\e9bc"}.eicon-ehp-hero:before{content:"\e9ca"}.eicon-ehp-zigzag:before{content:"\e9cc"}.eicon-e-button:before{content:"\e9ce"}.eicon-flexbox:before{content:"\e9d0"}.eicon-paragraph:before{content:"\e9d1"}.eicon-icon:before{content:"\e9d2"}.eicon-e-image:before{content:"\e9d3"}.eicon-video:before{content:"\e9d4"}.eicon-svg:before{content:"\e9d5"}.eicon-e-divider:before{content:"\e9d6"}.eicon-e-heading:before{content:"\e9d7"}.eicon-atomic:before{content:"\ebae"}.eicon-library-delete:before{content:"\e9d8"}.eicon-library-copy:before{content:"\e9d9"}.eicon-library-folder-empty:before{content:"\e9da"}.eicon-library-move:before{content:"\e9db"}.eicon-library-edit:before{content:"\e9dc"}.eicon-library-subscription-upgrade:before{content:"\e9de"}.eicon-library-folder-view:before{content:"\e9df"}.eicon-library-grid:before{content:"\e9e1"}.eicon-library-cloud-connect:before{content:"\e9e2"}.eicon-library-import:before{content:"\e9e3"}.eicon-library-list:before{content:"\e9e4"}.eicon-library-cloud-empty:before{content:"\e9e5"}.eicon-folder-plus:before{content:"\e8aa"}.eicon-library-folder:before{content:"\e9e6"}.eicon-accessibility:before{content:"\e9bf"}.eicon-lock-outline:before{content:"\e9e7"}.eicon-e-youtube:before{content:"\e9e8"}.eicon-contact:before{content:"\ebd2"}.eicon-layout:before{content:"\ebd8"}.eicon-components:before{content:"\ebd9"}.eicon-tab-content:before{content:"\ebda"}.eicon-tab-menu:before{content:"\ebdb"}.eicon-atomic-label:before{content:"\e9ee"}.eicon-atomic-form:before{content:"\e9ef"}.eicon-atomic-submit-button:before{content:"\e9f0"}.eicon-atomic-input:before{content:"\e9f1"}.eicon-atomic-text-area:before{content:"\e9f2"}.eicon-atomic-select:before{content:"\e9f3"}.eicon-atomic-checkbox:before{content:"\e9f4"}.eicon-atomic-radiobutton:before{content:"\e9f5"}.eicon-atomic-file-upload:before{content:"\ebe9"}.eicon-atomic-time-picker:before{content:"\ebea"}.eicon-atomic-date-picker:before{content:"\ebeb"}.eicon-upgrade-crown-full:before{content:"\ef03"}.eicon-after:before{content:"\ebfa"}.eicon-pagination-item:before{content:"\ebfb"}.eicon-before:before{content:"\ebfc"}.eicon-pagination:before{content:"\ebfd"}.eicon-loop-item:before{content:"\ec00"}.eicon-loop-widget:before{content:"\ec01"}.eicon-x-twitter:before{content:"\ef04"}.eicon-eye:before{content:"\e8ac"}.eicon-elementor-square:before{content:"\e813"}:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1026px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:2400px){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:1440px){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:1200px){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1026px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:880px){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1026px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1026px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:2400px){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1027px) and (max-width:1440px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1201px) and (max-width:1440px){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1027px) and (max-width:1200px){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1026px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:881px) and (max-width:1026px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:880px){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:2400px){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1440px){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1200px){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1026px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:880px){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1441px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:2400px){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:1440px){#elementor-device-mode:after{content:"laptop"}}@media (max-width:1200px){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:1026px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:880px){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1026px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:880px){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:881px) and (max-width:1026px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1027px) and (max-width:1200px){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1201px) and (max-width:1440px){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:1441px) and (max-width:2399px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:2400px){.elementor .elementor-hidden-widescreen{display:none}}