.an-location {
position: fixed;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-content: stretch;
justify-content: center;
}
.an-container {
box-sizing: border-box;
position: relative;
width: 100%;
font-size: 14px; }
.an-container a {
transition: none;
}
.an-content {
float: left;
width: 100%;
}
.an-content p {
margin: 0;
}
.an-content img {
max-width: 100%;
}
.an-header, .an-footer {
float: left;
width: 100%
}
.an-close-container {
position: absolute;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
align-items: center;
z-index: 1;
}
.an-close-button {
z-index: 9;
}
.an-close-icon {
text-decoration: none;
text-align: center;
}
.an-delay {
animation: 0!important;
display: none!important;
}
.an-design-default {
color: #383838;
background-color: #edf6ee; box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 30%);
border-bottom: 6px solid #c60606;
}
.an-design-default a {
color: #383838;
}
.an-design-default .an-close-container a {
color: #a8a8a8;
}
.an-design-success {
color: #ffffff;
background-color: #37c1aa;
}
.an-design-success a {
color: #ffffff;
}
.an-design-info {
color: #ffffff;
background-color: #3473c1;
}
.an-design-info a {
color: #ffffff;
}
.an-design-warning {
color: #000000;
background-color: #ffee9e;
}
.an-design-warning a,
.an-design-warning .an-close-button {
color: #000000;
}
.an-design-danger {
color: #ffffff;
background-color: #d64f62;
}
.an-design-danger a {
color: #ffffff;
} .an-preview-container {
float: left;
width: 80%;
height: 70vh;
min-height: 300px;
margin: 10px 10%;
border: 2px dashed #a7ceaf;
padding: 20px;
background-color: #edf6ee;
display: flex;
flex-wrap: nowrap;
align-content: center;
justify-content: center;
align-items: center;
flex-direction: column;
}
.an-preview-title {
font-size: 22px;
line-height: 30px;
}
.an-preview-status {
font-size: 28px;
line-height: 40px;
color: #c60606;
}
.an-preview-devices {
font-size: 20px;
line-height: 30px; } .an-fadein {
animation-name: anFedeIn;
}
@keyframes anFedeIn {
from{ opacity:0; }
to{ opacity:1; }
}
.an-fadein-left {
animation-name: anFedeInLeft;
}
@keyframes anFedeInLeft {
from{opacity:0;transform:translate3d(-100%,0,0)}
to{opacity:1;transform:none}
}
.an-fadein-right {
animation-name: anFedeInRight;
}
@keyframes anFedeInRight {
from{opacity:0;transform:translate3d(100%,0,0)}
to{opacity:1;transform:none}
}
.an-fadein-up {
animation-name: anFedeInUp;
}
@keyframes anFedeInUp{
from{opacity:0;transform:translate3d(0,100%,0)}
to{opacity:1;transform:none}
}
.an-fadein-down {
animation-name: anFedeInDown;
}
@keyframes anFedeInDown{
from{opacity:0;transform:translate3d(0,-100%,0)}
to{opacity:1;transform:none}
}
.an-bounce-in {
animation-name: anBounceIn;
}
@keyframes anBounceIn{
20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:scale3d(.3,.3,.3)}
20%{transform:scale3d(1.1,1.1,1.1)}
40%{transform:scale3d(.9,.9,.9)}
60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}
80%{transform:scale3d(.97,.97,.97)}
to{opacity:1;transform:scale3d(1,1,1)}
}
.an-bounce-in-left {
animation-name: anBounceInLeft;
}
@keyframes anBounceInLeft{
60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:translate3d(-110%,0,0)}
60%{opacity:1;transform:translate3d(25px,0,0)}
75%{transform:translate3d(-10px,0,0)}
90%{transform:translate3d(5px,0,0)}
to{transform:none}
}
.an-bounce-in-right {
animation-name: anBounceInRight;
}
@keyframes anBounceInRight{
60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
from{opacity:0;transform:translate3d(110%,0,0)}
60%{opacity:1;transform:translate3d(-25px,0,0)}
75%{transform:translate3d(10px,0,0)}
90%{transform:translate3d(-5px,0,0)}
to{transform:none}
}
.an-bounce-in-up {
animation-name: anBounceInUp;
}
@keyframes anBounceInUp{
60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
from{opacity:0;transform:translate3d(0,110%,0)}
60%{opacity:1;transform:translate3d(0,-20px,0)}
75%{transform:translate3d(0,10px,0)}
90%{transform:translate3d(0,-5px,0)}
to{transform:translate3d(0,0,0)}
}
.an-bounce-in-down {
animation-name: anBounceInDown;
}
@keyframes anBounceInDown{
60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{opacity:0;transform:translate3d(0,-110%,0)}
60%{opacity:1;transform:translate3d(0,25px,0)}
75%{transform:translate3d(0,-10px,0)}
90%{transform:translate3d(0,5px,0)}
to{transform:none}
}
.an-slide-in-left {
animation-name: anSlideInLeft;
}
@keyframes anSlideInLeft{
from{transform:translate3d(-110%,0,0);}
to{transform:translate3d(0,0,0)}
}
.an-slide-in-right {
animation-name: anSlideInRight;
}
@keyframes anSlideInRight{
from{transform:translate3d(110%,0,0);}
to{transform:translate3d(0,0,0)}
}
.an-slide-in-up {
animation-name: anSlideInUp;
}
@keyframes anSlideInUp{
from{transform:translate3d(0,110%,0);}
to{transform:translate3d(0,0,0)}
}
.an-slide-in-down {
animation-name: anSlideInDown;
}
@keyframes anSlideInDown{
from{transform:translate3d(0,-110%,0);}
to{transform:translate3d(0,0,0)}
}
.an-vertical-flip-in {
animation-name: anVerticalFlipIn;
animation-fill-mode: both;
}
@keyframes anVerticalFlipIn{
60%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}
0%{transform:rotateX(-90deg)}
60%{transform:rotateX(40deg)}
to{transform:none}
}
.an-unfold-down-in {
animation-name: anUnfoldDownIn;
animation-fill-mode: both;
transform-origin: 50% 0%;
}
@keyframes anUnfoldDownIn{
0%{transform:perspective(350px) rotateX(-90deg)}
to{transform:none}
} .an-fadeout {
animation-name: anFedeOut;
animation-fill-mode: both;
opacity:0;
}
@keyframes anFedeOut {
from{ opacity:1; }
to{ opacity:0; }
}
.an-fadeout-left {
animation-name: anFedeOutLeft;
animation-fill-mode: both;
opacity:0;
}
@keyframes anFedeOutLeft {
from{opacity:1;transform:none}
to{opacity:0;transform:translate3d(-100%,0,0)}
}
.an-fadeout-right {
animation-name: anFedeOutRight;
animation-fill-mode: both;
opacity:0;
}
@keyframes anFedeOutRight {
from{opacity:1;transform:none}
to{opacity:0;transform:translate3d(100%,0,0)}
}
.an-fadeout-up {
animation-name: anFedeOutUp;
animation-fill-mode: both;
opacity:0;
}
@keyframes anFedeOutUp{
from{opacity:1;transform:none}
to{opacity:0;transform:translate3d(0,-100%,0)}
}
.an-fadeout-down {
animation-name: anFedeOutDown;
animation-fill-mode: both;
opacity:0;
}
@keyframes anFedeOutDown{
from{opacity:1;transform:none}
to{opacity:0;transform:translate3d(0,100%,0)}
}
.an-slide-out-left {
animation-name: anSlideOutLeft;
animation-fill-mode: both;
}
@keyframes anSlideOutLeft{
from{transform:translate3d(0,0,0);}
to{transform:translate3d(-110%,0,0)}
}
.an-slide-out-right {
animation-name: anSlideOutRight;
animation-fill-mode: both;
}
@keyframes anSlideOutRight{
from{transform:translate3d(0,0,0);}
to{transform:translate3d(110%,0,0)}
}
.an-slide-out-up {
animation-name: anSlideOutUp;
animation-fill-mode: both;
}
@keyframes anSlideOutUp{
from{transform:translate3d(0,0,0);}
to{transform:translate3d(0,-110%,0)}
}
.an-slide-out-down {
animation-name: anSlideOutDown;
animation-fill-mode: both;
}
@keyframes anSlideOutDown{
from{transform:translate3d(0,0,0);}
to{transform:translate3d(0,110%,0)}
} .an-loader-container {
display: none;
float: right;
width: 100%;
height: 200px;
}
.an-loader {
color: var(--maincolor);
font-size: 80px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -40px auto;
top: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.an-page-loader {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 9999999;
}.an-cookie-consent :is(h1, h2, h3, h4, h5, h6) {
margin: 0px;
}
.an-cookies-content-default {
font-size: 16px;
margin: 0 0 5px 0;
max-height: calc(100vh - 200px);
overflow: auto;
}
.an-cookies-title-default,
.an-cookies-content-default h3 {
font-size: 20px;
margin: 0 0 5px 0;
}
.an-button-cookie.an-accept-cookies,
.an-button-cookie.an-reject-cookies {
float: left;
width: calc(50% - 4px);
font-size: 16px !important;
margin: 2px !important;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
padding: 5px 10px;
text-align: center;
text-decoration: none;
text-transform: none;
border-radius: 5px;
}
.an-button-cookie.an-accept-cookies {
background: #006ec5;
}
.an-button-cookie.an-reject-cookies {
color: #6d6d6d;
background: #e8e8e8;
}
.an-button-cookie.an-manage-cookies {
float: left;
width: calc(70%);
font-size: 14px !important;
margin: 4px 15% !important;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-radius: 0;
color: #535353;
cursor: pointer;
padding: 5px 10px;
text-align: center;
text-decoration: underline;
text-transform: none;
border-radius: 5px;
background: transparent;
} .an-manage-content {
max-height: calc(100vh - 120px);
display: flex;
flex-direction: column;
}
.an-manage-scrollable {
flex: 1;
overflow-y: auto;
overflow-x: hidden;
}
.an-manage-title {
font-size: 24px;
font-weight: 700;
color: #111827;
margin: 0 0 16px;
}
.an-manage-description {
color: #4b5563;
font-size: 15px;
line-height: 1.6;
padding: 5px;
margin: 0 0 24px;
}
.an-manage-categories {
display: flex;
flex-direction: column;
gap: 12px;
margin-bottom: 24px;
}
.an-manage-category {
border: 1px solid #e5e7eb;
border-radius: 8px;
overflow: hidden;
transition: border-color 0.2s;
min-height: 56px;
}
.an-manage-category:hover {
border-color: #d1d5db;
}
.an-manage-category-header {
display: flex;
align-items: center;
gap: 12px;
padding: 16px;
background: #f9fafb;
}
.an-manage-expand {
background: none;
border: none;
cursor: pointer;
padding: 4px;
display: flex;
transition: transform 0.2s;
}
.an-manage-icon {
width: 16px;
height: 16px;
fill: #6b7280;
transform: rotate(90deg);
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.an-manage-expand.active .an-manage-icon {
transform: rotate(180deg);
}
.an-manage-category-title {
flex: 1;
font-weight: 600;
color: #111827;
font-size: 16px;
}
.an-manage-toggle-wrapper {
display: flex;
align-items: center;
gap: 8px;
}
.an-manage-required {
font-size: 12px;
color: #6b7280;
font-weight: 500;
}
.an-manage-toggle {
position: relative;
display: inline-block;
width: 48px;
height: 24px;
}
.an-manage-toggle input {
opacity: 0;
width: 0;
height: 0;
}
.an-manage-slider {
position: absolute;
cursor: pointer;
inset: 0;
background: #d1d5db;
border-radius: 24px;
transition: background 0.3s;
}
.an-manage-slider:before {
content: "";
position: absolute;
height: 18px;
width: 18px;
left: 3px;
bottom: 3px;
background: white;
border-radius: 50%;
transition: transform 0.3s;
}
.an-manage-toggle input:checked + .an-manage-slider {
background: #a7ceaf;
}
.an-manage-toggle input:checked + .an-manage-slider:before {
transform: translateX(24px);
}
.an-manage-toggle-disabled .an-manage-slider {
background: #a7ceaf;
cursor: not-allowed;
opacity: 0.7;
}
.an-manage-category-body {
overflow: hidden;
max-height: 0;
opacity: 0;
transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
padding: 0 16px;
}
.an-manage-category-body.active {
max-height: 800px;
opacity: 1;
padding: 16px;
border-top: 1px solid #e5e7eb;
}
.an-manage-category-body p {
color: #6b7280;
font-size: 14px;
line-height: 1.6;
margin: 0;
}
.an-manage-footer {
display: flex;
gap: 12px;
justify-content: flex-end;
padding-top: 20px;
border-top: 1px solid #e5e7eb;
flex-shrink: 0;
}
.an-manage-button-cookie {
float: left;
width: calc(50% - 4px);
font-size: 16px !important;
margin: 2px !important;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
border-radius: 0;
color: #fff;
cursor: pointer;
padding: 5px 10px;
text-align: center;
text-decoration: none;
text-transform: none;
border-radius: 5px;
}
.an-manage-button-cookie.an-reject-cookies {
color: #6d6d6d;
background: #e8e8e8;
}
.an-manage-button-cookie.an-save-preferences {
background: #a7ceaf;
color: white;
}
.an-manage-button-cookie.an-accept-cookies {
background: #006ec5;
color: white;
}
.an-manage-cookies-container {
max-height: 100vh;
overflow: auto;
}
.an-design-an_manage_cookies_design .an-close-container .an-close-button {
color: rgb(0, 0, 0);
background-color: rgb(240, 242, 245);
width: 30px;
height: 30px;
margin: 4px;
padding: 4px;
border-radius: 20px;
}
@media (max-width: 600px) {
.an-manage-cookies-container {
max-height: calc(100vh - 80px);
}
.an-manage-footer {
flex-direction: column;
}
.an-manage-button-cookie {
width: 100%;
}
.an-manage-btn {
width: 100%;
}
}.an-button-cookie.an-accept-cookies, .an-button-cookie.an-reject-cookies {
float: right;
}
.an-manage-icon {
transform: rotate(270deg);
}.menu-toggle {
display: none;
}
#side-menu nav .lf-current-menu::after {
content: "•";
margin: 0 5px;
color: red;
}
.mobile-header-container {
display: none;
} :root{
--maincolor: #000000;
--mainbackgroundcolor: #ffffff;
}
svg, path {
outline: none;
}
input:not([type=radio],[type=checkbox]) {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
body {
box-sizing: border-box;
margin: 0px;
color: var(--main_text_color);
background-color: var(--pagebackgroundcolor);
}
#main-content {
background-color: var(--pagebackgroundcolor);
}
#main:not(.has-sidebar, .lf-blog-has-sidebar) {
float: left;
width: 100%;
}
.container {
max-width: var(--linker_continer_size);
width: 100%;
margin: auto;
padding: 0 10px;
}
.alignleft {
text-align: left;
}
.alignright {
text-align: right;
}
.aligncenter {
text-align: center;
}
.no-padding {
padding: 0!important;
}
.height-150 {
height: 150px;
overflow: hidden;
}
.height-200 {
height: 200px;
overflow: hidden;
}
.height-300 {
height: 300px;
overflow: hidden;
}
.height-350 {
height: 350px;
overflow: hidden;
}
.height-450 {
height: 450px;
overflow: hidden;
}
.top-content {
float: left;
width: 100%;
background-color: #747474;
color: #ffffff;
padding: 10px 0;
}
.no-link {
cursor: default;
}
.noselect {
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.lf-center-img {
position: relative;
float: right;
width: 100%;
height: 250px;
overflow: hidden;
}
.lf-center-img img {
position: absolute;
top: 50%;
left: 50%;
width: auto;
min-width: 100%;
height: 100%;  margin-right: -50%;
transform: translate(-50%, -50%);
object-fit: contain;
-o-object-fit: contain;
}
#lf-dark-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120%;
background-color: rgba(0, 0, 0, 0.55);
z-index: 99; display: none;
}
#lf-dark-screen.lf-dark-screen-show {
display: block;  }
@keyframes lf_dark_screen {
from {opacity: 0;}
to {opacity: 1;}
}
.lf-page-message-container {
float: left;
width: 100%;
}
.lf-page-message {
float: left;
width: 100%;
min-height: 60vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.lf-page-message-line-1 {
font-size: 30px;
line-height: 30px;
color: #777;
}
.lf-page-message-line-1 i {
float: left;
font-size: 30px;
line-height: 30px;
color: #777;
margin: 0 5px;
}
.lf-page-message-line-2 {
font-size: 40px;
color: #54595f;
}
h1.lf-page-title,
.lf-page-title h1 {
float: left;
height: 30px;
margin: 0 0 10px 0;
line-height: 30px;
font-size: 30px;
color: #54595f;
font-weight: normal;
}
.wp-block-table {
float: left;
width: 100%;
} .lf-breadcrumbs {
float: left;
width: 100%;
line-height: 20px;
margin: 5px 0;
color: #777;
font-size: 16px;
}
.top-page-area .lf-breadcrumbs {
position: absolute;
right: 0;
top: 0;
line-height: 30px;
margin: 0;
padding: 0 10px;
color: white;
filter: drop-shadow(1px 1px #000);
font-size: 20px;
}
.lf-breadcrumbs ol {
float: left;
width: 100%;
margin: 0;
padding: 0;
}
.lf-breadcrumbs li {
display: inline-block;
}
.lf-breadcrumbs span + span:before,
.lf-breadcrumbs .breadcrumb_last:before {
content: '>';
margin: 0 5px;
}
.lf-breadcrumbs a, .lf-breadcrumbs span {
color: #777;
font-size: 16px;
text-decoration: none;
}
.top-page-area .lf-breadcrumbs a, .top-page-area .lf-breadcrumbs span {
color: white;
font-size: 20px;
text-decoration: none;
} .customize-support header, .customize-support #side-menu {
top: 32px;
}
header ul {
margin: 0;
padding: 0;
}
header li {
margin: 0;
list-style-type: none;
} #side-menu ul {
margin: 0;
padding: 0;
}
#side-menu li {
margin: 0;
list-style-type: none;
} footer ul {
margin: 0;
padding: 0;
}
footer li {
margin: 0;
list-style-type: none;
}
.lf-scroll-up-container {
position: fixed;
left: 50px;
bottom: 20px;
z-index: 99;
}
.lf-scroll-up {
float: left;
width: 40px;
height: 40px;
border-radius: 100px;
background-color: #c6c6c6;
display: none;
cursor: pointer;
outline: 0;
}
.lf-scroll-up i {
float: left;
width: 40px;
height: 40px;
animation: arrow_up 0.5s infinite alternate-reverse;
}
.lf-scroll-up i svg {
fill: #ffffff;
}
@keyframes arrow_up {
from {transform: translate(0px, -2px);}
to {transform: translate(0px, 2px);}
} .navigation.pagination {
float: left;
width: 100%;
text-align: center;
margin-bottom: 5px;
}
.navigation.pagination a, .navigation.pagination span {
display: inline-block;
width: 30px;
line-height: 30px;
text-align: center;
font-size: 16px;
color: white;
background-color: #000000;
border-radius: 2px;
text-decoration: none;
}
.page-numbers.current {
background-color: #9d9d9d;
}
.lf-top-page {
float: left;
width: 100%;
}  .top-page-area {
float: left;
position: relative;
width: 100%;
height: 200px;
margin-bottom: 5px;
overflow: hidden;
}
.top-page-area img {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.top-page-area .top-page-title {
position: absolute;
left: 0;
bottom: 20px;
line-height: 50px;
padding: 0 10px;
background-color: #144788;
color: white;
font-size: 36px;
min-width: 30%;
}
.top-page-area .top-page-title:after {
content: "";
border-bottom: 50px solid rgba(255, 255, 255, 0);
border-right: 40px solid #144788;
float: left;
position: absolute;
left: -40px;
top: 0px;
z-index: 9;
} .more-sub-menu-left,
.more-sub-menu-right {
display: none;
}
header .sub-menu .more-sub-menu-left {
display: block;
position: absolute;
left: 5px;
top: 5px;
width: 20px;
height: 20px;
text-align: center;
color: #000000;
}
header .sub-menu .more-sub-menu-right {
display: block;
position: absolute;
right: 5px;
top: 5px;
width: 20px;
height: 20px;
text-align: center;
color: #000000;
}
header .sub-menu .more-sub-menu-right i,
header .sub-menu .more-sub-menu-left i {
float: left;
width: 20px;
height: 20px;
line-height: 20px;
font-size: 18px;
} .cart-items-list-container {
position: absolute;
top: 50px;
left: 0;
width: 300px;
max-height: 470px;
background-color: whitesmoke;
border: 1px solid white;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
z-index: 9;
display: none;
}
.cart-container:hover .cart-items-list-container {
display: block;
}
.cart-list {
float: left;
width: 100%;
max-height: 420px;
overflow: auto;
padding: 5px 0;
direction: ltr;
}
.cart-list::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #F5F5F5;
}
.cart-list::-webkit-scrollbar {
width: 5px;
background-color: #F5F5F5;
}
.cart-list::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #727272;
}
.cart-list li {
float: left;
width: 100%;
direction: rtl;
}
.cart-list li + li {
border-top: 1px solid white;
}
.cart-list li a {
float: left;
width: 100%;
height: 100px;
padding: 5px;
}
.cart-actions {
float: left;
width: 100%;
height: 50px;
padding: 5px;
}
.cart-actions a {
float: right;
width: 50%;
}
.product-image-cart-list {
float: right;
width: 90px;
height: 90px;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
overflow: hidden;
}
.product-image-cart-list img {
margin: auto;
width: 100%;
}
.product-info-cart-list {
float: right;
width: calc(100% - 120px);
}
.product-title-cart-list {
float: right;
width: 100%;
height: 50px;
overflow: hidden;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
color: black;
}
.product-title-cart-list span {
margin: auto;
font-weight: bold;
}
.product-price-cart-list {
float: right;
width: 100%;
height: 50px;
text-align: center;
overflow: hidden;
}
.remove-product-from-cart {
float: right;
width: 30px;
height: 90px;
overflow: hidden;
text-align: center;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
flex-direction: column;
color: black;
cursor: pointer;
}
.remove-product-from-cart i {
margin: auto;
width: 30px!important;
height: 30px!important;
line-height: 30px!important;
font-size: 20px!important;
text-align: center!important;
color: black!important;
}
.remove-product-from-cart:hover i {
border-radius: 100%;
background-color: #d0d0d0;
} .animated-loader {
float: left;
color: #00559d;
font-size: 30px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -15px;
top: 50%;
left: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
img.lazy {
opacity: 0;
}
img.lazy.fadeIn {
opacity: 1;
transition: 0.5s all;
}  .mobile-contact-options {
position: fixed;
bottom: 20px;
left: 20px;
display: none;
width: 50px;
height: 50px;
border-radius: 5px;
color: white;
z-index: 999;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-open {
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.mobile-contact-open i {
float: right;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-options i svg {
width: 40px;
height: 40px;
fill: #ffffff;
}
.mobile-contact-active .mobile-contact-open i {
-ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-call {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-call i {
float: right;
width: 50px;
height: 50px;
border-radius: 100%;
}
.mobile-contact-whatsapp {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
}
.mobile-contact-whatsapp svg {
width: 32px;
height: 32px;
}
.mobile-contact-active .mobile-contact-whatsapp {
top: -120px;
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-waze {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
}
.mobile-contact-waze svg {
width: 32px;
height: 32px;
}
.mobile-contact-active .mobile-contact-waze {
top: -120px;
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-newsletter {
position: absolute;
top: 0;
left: 0;
opacity: 0;
-webkit-transition: all 0.5s;
transition: all 0.5s;
width: 50px;
height: 50px;
background-color: #000000;
color: white;
font-size: 40px;
line-height: 50px;
text-align: center;
border-radius: 100%;
}
.mobile-contact-newsletter i {
float: right;
width: 50px;
height: 50px;
border-radius: 100%;
}
.mobile-contact-active span {
opacity: 1;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
.mobile-contact-active span:nth-child(1) {
top: -60px;
}
.mobile-contact-active span:nth-child(2) {
top: -120px;
}
.mobile-contact-active span:nth-child(3) {
top: -180px;
}
.mobile-contact-active span:nth-child(4) {
top: -240px;
}
.mobile-contact-active span:nth-child(5) {
top: -300px;
}
.mobile-contact-active .mobile-contact-open {
top: 0!important;
}
.always-open .mobile-contact-open {
display: none;
}
.always-open span:nth-child(1) {
top: -0px;
}
.always-open span:nth-child(2) {
top: -60px;
}
.always-open span:nth-child(3) {
top: -120px;
}
.always-open span:nth-child(4) {
top: -180px;
}
.always-open span:nth-child(5) {
top: -240px;
} .newsletter-dialog-box .md-dialog-title {
text-align: center;
}
.newsletter-dialog-box .dialog-content {
text-align: center;
}
.newsletter-close-button {
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 30px;
text-align: center;
font-size: 20px;
padding: 2px;
cursor: pointer;
background-color: transparent;
border: 0;
outline: 0;
}
.newsletter-dialog input {
width: 100%;
margin: auto;
font-size: 20px;
border: 0;
border-bottom: 1px solid #adadad;
outline: 0;
}
.newsletter-dialog input.mailpoet_submit {
display: block;
width: 100%;
margin: auto;
padding: 10px;
font-size: 20px;
color:var(--linker_action_button_text);
background-color: var(--linker_action_button_background);
border: 0;
}
.newsletter-dialog p {
margin: 5px 0;
}
.md-dialog-title {
font-size: 24px;
color: #144788;
}
.parsley-errors-list.filled {
padding: 0 5%;
} .lf-video-container {
height: 700px;
overflow: hidden;
}
.lf-video {
max-width: 100%;
width: 100%;
margin: 0;
line-height: 1;
border: none;
object-fit: cover;
}
.lf-video-lazy {
display: none;
} .lf-loader-container {
display: none;
float: right;
width: 100%;
height: 200px;
}
.lf-loader {
color: var(--maincolor);
font-size: 80px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -40px auto;
top: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@keyframes load6 {
0% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
5%,
95% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
10%,
59% {
box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
}
20% {
box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
}
38% {
box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
}
100% {
box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
}
}
@-webkit-keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes round {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.lf-page-loader {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 9999999;
} .fix-heights {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.blog .fix-heights .md-card {
height: 100%;
}
.lf-loading,
.lf-loading a,
.lf-loading svg {
fill: transparent!important;
color:  transparent!important;
}
.lf-loading::after {
content: "";
position: absolute;
top: calc(50% - 9px);
left: calc(50% - 9px);
width: 18px;
height: 18px;
border: 1px solid rgba(255,255,255,.3);
border-left-color: #ffffff;
border-radius: 50%;
opacity: 1!important;
-webkit-animation: lf-rotate 450ms infinite linear;
animation: lf-rotate 450ms infinite linear;
}
@-webkit-keyframes lf-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes lf-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .lf-social-links-container {
position: relative;
float: left;
width: 100%;
padding: 5px 0;
}
.lf-social-link {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #000000;
color: #ffffff;
border-radius: 50px;
margin: 0 5px;
padding: 0;
border: 0;
}
.lf-social-link .md-parent-tooltip {
display: inline-block;
width: 40px;
height: 40px;
margin: 0;
font-size: 22px;
}
.lf-social-link svg {
width: 40px;
height: 40px;
padding: 8px;
fill: #ffffff;
} .lf-image-compare img.icv__img-a {
height: auto;
position: static;
z-index: 1;
left: 0px;
max-width: initial;
}
.lf-image-compare img.icv__img-b {
height: 100%;
position: absolute;
z-index: 2;
left: auto;
right: 0px;
width: auto;
max-width: initial;
}
.lf-image-compare.icv__icv--vertical img.icv__img-b {
width: 100%;
height: auto;
}
.lf-image-compare.icv__icv--vertical img.icv__img-a {
height: auto;
position: static;
z-index: 1;
left: 0px;
max-width: initial;
}
.icv__icv--horizontal { } @media screen and (min-width: 950px) {
.lf-desktop-hidden {
display: none;
}
}
@media screen and (max-width: 950px) {
.lf-tablet-hidden {
display: none;
}
.mobile-header-container {
display: block;
float: left;
width: 100%;
}
.menu-toggle {
display: block;
}
.tab-scroll-continer {
overflow-x: scroll;
}
.mobile-contact-options {
display: block;
}
.top-page-area {
height: 150px;
margin-top: 5px;
}
.top-page-area img {
height: 100%!important;
object-fit: cover;
-o-object-fit: cover;
}
.top-page-area .top-page-title {
line-height: 40px;
font-size: 26px;
}
.lf-breadcrumbs {
display: none;
}
.lf-mobile-hiddden {
display: none;
}
#lf-dark-screen {
z-index: 9999;
}
h1.lf-page-title,
.lf-page-title h1 {
height: auto;
margin: 5px 0;
line-height: 24px;
font-size: 18px;
}
}
@media screen and (max-width: 782px) {
.customize-support header, .customize-support #side-menu {
top: 46px;
}
}
@media screen and (min-width: 600px) {
.lf-only-mobile {
display: none;
}
}
@media screen and (max-width: 600px) {
.lf-mobile-hidden {
display: none;
}
}.lf-page-message-line-1 i {
float: right;
}
h1.lf-page-title,
.lf-page-title h1 {
float: right;
} .lf-breadcrumbs {
float: right;
}
.lf-breadcrumbs span + span:before,
.lf-breadcrumbs .breadcrumb_last:before { }   .lf-scroll-up-container {
left: auto;
right: 50px;
}  .top-page-area .top-page-title {
left: auto;
right: 0;
}           .icv__theme-wrapper {
flex-direction: row-reverse;
} @media screen and (max-width: 950px) {
.top-page-area .top-page-title:after {
border-bottom: 40px solid rgba(255, 255, 255, 0);
}
}
@media screen and (max-width: 600px) {
}.pswp {
display: none;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
z-index: 1500;
-webkit-text-size-adjust: 100%; -webkit-backface-visibility: hidden;
outline: none; }
.pswp * {
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.pswp img {
max-width: none; } .pswp--animate_opacity { opacity: 0.001;
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open {
display: block; }
.pswp--zoom-allowed .pswp__img { cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.pswp--zoomed-in .pswp__img { cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab; }
.pswp--dragging .pswp__img { cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing; } .pswp__bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__scroll-wrap {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap {
-ms-touch-action: none;
touch-action: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0; } .pswp__container,
.pswp__img {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.pswp__zoom-wrap {
position: absolute;
width: 100%;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top; -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg {
will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
-webkit-transition: none;
transition: none; }
.pswp__container,
.pswp__zoom-wrap {
-webkit-backface-visibility: hidden; }
.pswp__item {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
overflow: hidden; }
.pswp__img {
position: absolute;
width: auto;
height: auto;
top: 0;
left: 0; } .pswp__img--placeholder {
-webkit-backface-visibility: hidden; } .pswp__img--placeholder--blank {
background: #222; }
.pswp--ie .pswp__img {
width: 100% !important;
height: auto !important;
left: 0;
top: 0; } .pswp__error-msg {
position: absolute;
left: 0;
top: 50%;
width: 100%;
text-align: center;
font-size: 14px;
line-height: 16px;
margin-top: -8px;
color: #CCC; }
.pswp__error-msg a {
color: #CCC;
text-decoration: underline; }.pswp__button {
width: 44px;
height: 44px;
position: relative;
background: none;
cursor: pointer;
overflow: visible;
-webkit-appearance: none;
display: block;
border: 0;
padding: 0;
margin: 0;
float: right;
opacity: 0.75;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
-webkit-box-shadow: none;
box-shadow: none; }
.pswp__button:focus, .pswp__button:hover {
opacity: 1; }
.pswp__button:active {
outline: none;
opacity: 0.9; }
.pswp__button::-moz-focus-inner {
padding: 0;
border: 0; } .pswp__ui--over-close .pswp__button--close {
opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
background: url(//s-ale.co.il/wp-content/plugins/linker-framework/linker-framework/plugins/photoswipe/PhotoSwipe-4.1.3/default-skin/default-skin.png) 0 0 no-repeat;
background-size: 264px 88px;
width: 44px;
height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) { .pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
background-image: url(//s-ale.co.il/wp-content/plugins/linker-framework/linker-framework/plugins/photoswipe/PhotoSwipe-4.1.3/default-skin/default-skin.svg); }
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
background: none; } }
.pswp__button--close {
background-position: 0 -44px; }
.pswp__button--share {
background-position: -44px -44px; }
.pswp__button--fs {
display: none; }
.pswp--supports-fs .pswp__button--fs {
display: block; }
.pswp--fs .pswp__button--fs {
background-position: -44px 0; }
.pswp__button--zoom {
display: none;
background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
display: block; }
.pswp--zoomed-in .pswp__button--zoom {
background-position: -132px 0; } .pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
visibility: hidden; } .pswp__button--arrow--left,
.pswp__button--arrow--right {
background: none;
top: 50%;
margin-top: -50px;
width: 70px;
height: 100px;
position: absolute; }
.pswp__button--arrow--left {
left: 0; }
.pswp__button--arrow--right {
right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
content: '';
top: 35px;
background-color: rgba(0, 0, 0, 0.3);
height: 30px;
width: 32px;
position: absolute; }
.pswp__button--arrow--left:before {
left: 6px;
background-position: -138px -44px; }
.pswp__button--arrow--right:before {
right: 6px;
background-position: -94px -44px; } .pswp__counter,
.pswp__share-modal {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.pswp__share-modal {
display: block;
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 10px;
position: absolute;
z-index: 1600;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
-webkit-backface-visibility: hidden;
will-change: opacity; }
.pswp__share-modal--hidden {
display: none; }
.pswp__share-tooltip {
z-index: 1620;
position: absolute;
background: #FFF;
top: 56px;
border-radius: 2px;
display: block;
width: auto;
right: 44px;
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
-webkit-transform: translateY(6px);
-ms-transform: translateY(6px);
transform: translateY(6px);
-webkit-transition: -webkit-transform 0.25s;
transition: transform 0.25s;
-webkit-backface-visibility: hidden;
will-change: transform; }
.pswp__share-tooltip a {
display: block;
padding: 8px 12px;
color: #000;
text-decoration: none;
font-size: 14px;
line-height: 18px; }
.pswp__share-tooltip a:hover {
text-decoration: none;
color: #000; }
.pswp__share-tooltip a:first-child { border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } .pswp--touch .pswp__share-tooltip a {
padding: 16px 12px; }
a.pswp__share--facebook:before {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
top: -12px;
right: 15px;
border: 6px solid transparent;
border-bottom-color: #FFF;
-webkit-pointer-events: none;
-moz-pointer-events: none;
pointer-events: none; }
a.pswp__share--facebook:hover {
background: #3E5C9A;
color: #FFF; }
a.pswp__share--facebook:hover:before {
border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
background: #55ACEE;
color: #FFF; }
a.pswp__share--pinterest:hover {
background: #CCC;
color: #CE272D; }
a.pswp__share--download:hover {
background: #DDD; } .pswp__counter {
position: absolute;
left: 0;
top: 0;
height: 44px;
font-size: 13px;
line-height: 44px;
color: #FFF;
opacity: 0.75;
padding: 0 10px; } .pswp__caption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
min-height: 44px; }
.pswp__caption small {
font-size: 11px;
color: #BBB; }
.pswp__caption__center {
text-align: left;
max-width: 420px;
margin: 0 auto;
font-size: 13px;
padding: 10px;
line-height: 20px;
color: #CCC; }
.pswp__caption--empty {
display: none; } .pswp__caption--fake {
visibility: hidden; } .pswp__preloader {
width: 44px;
height: 44px;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
opacity: 0;
-webkit-transition: opacity 0.25s ease-out;
transition: opacity 0.25s ease-out;
will-change: opacity;
direction: ltr; }
.pswp__preloader__icn {
width: 20px;
height: 20px;
margin: 12px; }
.pswp__preloader--active {
opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn { background: url(//s-ale.co.il/wp-content/plugins/linker-framework/linker-framework/plugins/photoswipe/PhotoSwipe-4.1.3/default-skin/preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active {
opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
-webkit-animation: clockwise 500ms linear infinite;
animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
background: none;
opacity: 0.75;
width: 14px;
height: 14px;
position: absolute;
left: 15px;
top: 15px;
margin: 0; }
.pswp--css_animation .pswp__preloader__cut { position: relative;
width: 7px;
height: 14px;
overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 14px;
height: 14px;
border: 2px solid #FFF;
border-radius: 50%;
border-left-color: transparent;
border-bottom-color: transparent;
position: absolute;
top: 0;
left: 0;
background: none;
margin: 0; }
@media screen and (max-width: 1024px) {
.pswp__preloader {
position: relative;
left: auto;
top: auto;
margin: 0;
float: right; } }
@-webkit-keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes clockwise {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }
@keyframes donut-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0); }
50% {
-webkit-transform: rotate(-140deg);
transform: rotate(-140deg); }
100% {
-webkit-transform: rotate(0);
transform: rotate(0); } }  .pswp__ui {
-webkit-font-smoothing: auto;
visibility: visible;
opacity: 1;
z-index: 1550; } .pswp__top-bar {
position: absolute;
left: 0;
top: 0;
height: 44px;
width: 100%; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
-webkit-backface-visibility: hidden;
will-change: opacity;
-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); } .pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
visibility: visible; }
.pswp__top-bar,
.pswp__caption {
background-color: rgba(0, 0, 0, 0.5); } .pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
background-color: rgba(0, 0, 0, 0.3); } .pswp__ui--idle .pswp__top-bar {
opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
opacity: 0; } .pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right { opacity: 0.001; } .pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
display: none; }
.pswp__element--disabled {
display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
background: none; }@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.lf-slider-container {
position: relative;
width: 100%;
overflow: hidden;
}
.swiper-container {
width: 100%;
height: 300px;
}
.swiper-thumbnails {
display: inline-block;
height: 100px;
width: 100%;
}
.swiper-thumbnails lazy-image {
float: right;
width: 16.6666%;
}
.swiper-thumbnails img {
float: right;
width: 16.666%;
}
.swiper-wrapper .lf-image-container {
position: relative;
width: 100%;
height: 400px;
overflow: hidden;
}
.swiper-wrapper .lf-image-container img {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
-o-object-fit: cover;
}
.swiper-pagination {
width: 100%;
}
.swiper-pagination-bullet {
margin: 0 2px;
}
.swiper-pagination-bullet-active {
background: #000000;
}
.swiper-container-horizontal .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 5px;
left: 0;
width: 100%;
}figure {
margin: 0;
}
.lf-blog-col-1 {
float: left;
width: 100%;
}
.lf-blog-col-2 {
float: left;
width: 50%;
}
.lf-blog-col-3 {
float: left;
width: 33.33%;
}
.lf-blog-col-4 {
float: left;
width: 25%;
}
.lf-blog-col-5 {
float: left;
width: 20%;
}
.lf-blog-col-6 {
float: left;
width: 16.66%;
}
.lf-blog-col {
padding: 2px;
}
.lf-blog-grid {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 200px;
overflow: hidden;
}
.lf-blog-grid img {
width: 100%!important;
height: 100%!important;
object-fit: cover;
-o-object-fit: cover;
min-height: 180px!important;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lf-blog-grid-title {
position: absolute;
bottom: 20px;
right: 0;
width: 100%;
height: 50px;
padding: 0 15px;
background-color: rgba(0, 0, 0, 0.8);
color: white;
font-size: 18px;
line-height: 20px;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
flex-wrap: wrap;
}
.lf-blog-continer {
float: left;
width: 100%;
color: var(--main_text_color); }
.lf-blog-continer a {
color: var(--main_text_color);
}
.lf-blog-title-container {
float: left;
width: 100%;
}
.lf-blog-main-col {
float: left;
width: 70%;
}
.lf-blog-main-col {
float: left;
width: 70%;
padding: 2px;
}
.lf-blog-list-col {
float: left;
width: 30%;
max-height: 1000px;
padding: 2px;
overflow: auto;
}
.lf-blog-main-post-container {
float: left;
width: 100%;
}
.lf-blog-secondary-container {
float: left;
width: 100%;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.lf-blog-main-post-image {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 400px;
overflow: hidden;
}
.lf-blog-main-post-image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100%;
max-width: none!important; height: auto; margin-right: -50%;
transform: translate(-50%, -50%);
object-fit: contain;
-o-object-fit: contain;
}
.lf-blog-main-post-label {
float: left;
width: 100%;
padding: 0 10px;
font-size: 30px;
line-height: 34px;
display: flex;
align-items: flex-start;
overflow: hidden;
}
.lf-blog-main-post-info-container {
float: left;
width: 100%;
padding: 0 10px;
display: flex;
align-items: center;
}
.lf-blog-main-post-info { font-size: 14px;
}
.lf-blog-main-post-info-divider {
font-size: 12px;
margin: 0 5px;
}
.lf-blog-main-post-excerpt {
float: left;
width: 100%;
padding: 10px;
}
.lf-blog-secondary-image {
position: relative;
float: left;
width: 100%;
display: inline-block;
height: 120px;
overflow: hidden;
}
.lf-blog-secondary-image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100%;
max-width: none!important;
height: auto;
min-height: 100%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lf-blog-secondary-post-label {
float: left;
width: 100%;
padding: 0 5px;
}
.lf-blog-secondary-info-container {
float: left;
width: 100%;
padding: 0 5px;
display: flex;
align-items: center;
}
.lf-blog-secondary-info {
font-size: 14px;
}
.lf-blog-secondary-info-divider {
font-size: 10px;
margin: 0 5px;
}
.lf-blog-list-post {
padding: 2px;
}
.lf-blog-list-title {
float: left;
width: 100%;
text-align: center;
font-size: 20px;
height: 30px;
background-color: #ededed;
margin-bottom: 5px;
}
.lf-blog-list-post {
float: left;
width: 100%;
display: flex;
}
.lf-blog-list-image {
position: relative;
float: left;
width: 120px;
height: 68px;
overflow: hidden;
}
.lf-blog-list-image img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
min-width: 100%;
max-width: none!important;
height: auto;
min-height: 100%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.lf-blog-list-content-container {
float: left;
width: calc(100% - 68px);
padding: 2px;
}
.lf-blog-list-post-label {
font-size: 15px;
}
.lf-blog-list-info-container {
float: left;
width: 100%;
padding: 0;
display: flex;
align-items: center;
}
.lf-blog-list-info {
font-size: 14px;
}
.lf-blog-list-info-divider {
font-size: 10px;
margin: 0 5px;
}
.lf-blog-has-sidebar {
float: left;
width: calc(100% - 340px);
}
.lf-blog-sidebar {
float: left;
width: 340px;
padding: 0 10px;
margin: 5px 0;
} .wp-block-categories-list {
float: left;
width: 100%;
list-style: none;
padding: 5px;
margin: 5px 0;
}
li.cat-item {
float: left;
width: 100%;
}
li.cat-item + li.cat-item{
margin-top: 6px;
}
li.cat-item a {
float: left;
width: 100%;
padding: 8px;
border: 1px solid #dddddd;
border-radius: 6px;
font-size: 16px;
line-height: 16px;
color: var(--main_text_color);
text-decoration: none;
}
li.cat-item a:hover {
background-color: #fafafa;
}
.wp-block-latest-posts {
float: left;
width: 100%;
padding: 5px;
margin: 5px 0;
}
.wp-block-latest-posts__featured-image {
float: left;
width: 75px;
height: 75px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
float: left;
width: 100%;
padding: 5px;
margin: 5px 0;
background-color: #fafafa;
}
.wp-block-latest-posts__featured-image img {
padding: 0 5px 0 0;
}
.wp-block-latest-posts__post-title {
color: var(--main_text_color);
}
.lf-blog-related-posts-continer {
float: left;
width: 100%;
}
.lf-blog-related-posts-list {
float: left;
width: 100%;
list-style: none;
padding: 0;
}
.lf-blog-related-posts-item {
float: left;
width: 100%;
padding: 5px;
margin: 5px 0;
background-color: #fafafa;
color: var(--main_text_color);
}
.lf-blog-related-posts-image {
float: left;
width: 75px;
height: 75px;
}
.lf-blog-related-posts-image img {
float: left;
width: 75px;
height: 75px;
}
.lf-blog-related-posts-info {
float: left;
width: calc(100% - 75px);
padding: 0 5px;
}
.lf-blog-related-posts-title {
font-size: 16px;
text-decoration: underline;
}
.lf-blog-related-posts-author,
.lf-blog-related-posts-date {
font-size: 14px;
opacity: 0.9;
} @media screen and (max-width: 950px) {
.lf-blog-col-5,
.lf-blog-col-6 {
width: 33.33%;
}
.lf-blog-main-post-image {
height: 300px;
}
.lf-blog-secondary-image {
height: 100px;
}
.lf-blog-list-image {
width: 100px;
height: 60px;
}
.lf-blog-list-post-label {
font-size: 13px;
}
.lf-blog-list-info-container { }
.lf-blog-list-info {
font-size: 12px;
}
.lf-blog-list-info-divider { }
.lf-blog-has-sidebar,
.lf-blog-sidebar {
width: 100%;
}
}
@media screen and (max-width: 600px) {
.lf-blog-col-3,
.lf-blog-col-4,
.lf-blog-col-5,
.lf-blog-col-6 {
width: 50%;
}
.lf-blog-main-col,
.lf-blog-list-col {
width: 100%;
padding: 2px 0;
}
.lf-blog-main-post-image {
height: 240px;
}
.lf-blog-list-image {
width: 100px;
height: 60px;
}
.lf-blog-continer {
display: block;
}
.lf-blog-main-post-label {
padding: 0 5px;
font-size: 24px;
line-height: 30px;
}
.lf-blog-main-post-info-container {
padding: 0 5px;
}
.lf-blog-main-post-excerpt {
padding: 0 5px;
}
.lf-blog-secondary-post-label {
font-size: 14px;
}
.lf-blog-secondary-info {
font-size: 12px;
}
.lf-blog-secondary-info-container {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.lf-blog-secondary-info-divider {
display: none;
}
}.lf-blog-col-1,
.lf-blog-col-2,
.lf-blog-col-3,
.lf-blog-col-4,
.lf-blog-col-5,
.lf-blog-col-6 {
float: right;
}
.lf-blog-main-col,
.lf-blog-list-col {
float: right;
}
.lf-blog-list-image {
float: right;
}
.lf-blog-has-sidebar,
.lf-blog-sidebar {
float: right;
} .wp-block-latest-posts__featured-image {
float: right;
}
.wp-block-latest-posts__featured-image img {
padding: 0 0 0 5px;
}
.lf-blog-related-posts-image {
float: right;
}
.lf-blog-related-posts-info {
float: right;
}header li.menu-item:hover > .sub-menu,
header li.menu-item:hover > .lf-mega-menu-container,
header li.menu-item:hover > .lf-mega-menu-container > .sub-menu,
header li.menu-item:focus > .sub-menu,
header li.menu-item:focus > .lf-mega-menu-container,
header li.menu-item:focus > .lf-mega-menu-container > .sub-menu,
header li.menu-item:focus-within > .lf-mega-menu-container,
header li.menu-item:focus-within > .lf-mega-menu-container > .sub-menu,
header li.menu-item:focus-within > .sub-menu {
display: block;
z-index: 9;
}
.lf-hide-menu-only > :first-child,
.lf-hide-all-menus,
.lf-hide-submenu-only > .sub-menu {
display: none!important;
}
.lf-item-title {
float: left;
}
.lf-mega-menu-image {
display: none;
}
#lf-menu-side-container {
display: block;
position: fixed;
top: 0;
width: 340px;
height: 100%;
background-color: #ffffff;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
z-index: 999999;
-webkit-transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#lf-menu-side-container.open {
-ms-transform: translateX(0px)!important;
-webkit-transform: translateX(0px)!important;
transform: translateX(0px)!important;
}
.lf-menu-side-left {
left: 0;
-ms-transform: translateX(-340px);
-webkit-transform: translateX(-340px);
transform: translateX(-340px);
}
.lf-menu-side-right {
right: 0;
-ms-transform: translateX(340px);
-webkit-transform: translateX(340px);
transform: translateX(340px);
}
.lf-menu-side-dark-screen {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120%;
background-color: rgba(0, 0, 0, 0.55); z-index: 999;
display: none;
}
.lf-menu-side-dark-screen.show {
display: block;
background-color: rgba(0, 0, 0, 0.55);
}
.lf-menu-side-top {
position: relative;
float: left;
width: 100%;
height: 50px;
}
.lf-menu-side-close-button {
position: absolute;
top: 0;
width: 50px;
height: 50px;
padding: 5px;
}
.lf-menu-side-left .lf-menu-side-close-button {
right: 0;
}
.lf-menu-side-right .lf-menu-side-close-button {
left: 0;
}
.lf-menu-side-menu {
float: left;
width: 100%;
height: calc(100vh - 100px);
}
.lf-main-menu-container {
overflow: auto;
height: 100%;
}
.open-sub-menu,
.close-sub-menu {
position: absolute;
top: 0;
right: 0;
width: 40px;
height: 50px;
background-color: var(--header_mobile_sub_menu_toggle_background_color);
cursor: pointer;
}
.close-sub-menu {
display: none;
}
.open-sub-menu i svg,
.close-sub-menu i svg {
fill: var(--header_mobile_sub_menu_toggle_color);
}
#lf-menu-side-container ul.sub-menu {
float: right;
width: 100%;
display: none;
}
#lf-menu-side-container .sub-menu li a {
}
#lf-menu-side-container nav {
overflow: auto;
padding: 0 30px;
}
#lf-menu-side-container nav li {
float: left;
width: 100%;
}
#lf-menu-side-container i {
line-height: unset;
}
#lf-menu-side-container .sub-menu {
background-color: white;
}
#lf-menu-side-container .sub-menu a {
font-size: 16px;
}
#lf-menu-side-container nav a,
#lf-menu-side-container nav span {
float: left;
width: 100%;
height: 50px;
font-size: 16px;
line-height: 20px;
color: var(--main_text_color);
text-decoration: none;
outline: 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
align-items: center;
}
#lf-menu-side-container .menu-item-has-children a {
width: calc(100% - 40px);
}
#lf-menu-side-container nav li + li {
border-top: 1px solid #eeeeee;
}
#lf-menu-side-container nav li span:hover,
#lf-menu-side-container nav li span:hover i,
#lf-menu-side-container nav li a:hover,
#lf-menu-side-container nav li a:hover i,
#lf-menu-side-container nav li i:hover,
#lf-menu-side-container nav li span:hover i.md-icons svg,
#lf-menu-side-container nav li a:hover i.md-icons svg {
background-color: var(--header_hover_select_background_color);
color: var(--header_hover_select_color);
fill: var(--header_hover_select_color);
}
#lf-menu-side-container li.menu-item {
margin: 0;
padding: 0;
position: relative;
}
#lf-menu-side-container nav li i.md-icons {
width: 40px;
height: 50px;
padding: 12px 7px;
}
#lf-menu-side-container nav li i.md-icons svg {
width: 26px;
height: 26px;
fill: #000000;
}
.header-main-menu ul:not(.sub-menu) > li[class*="current"] {
border-bottom: 5px solid;
border-bottom-color: var(--header_hover_select_background_color);
}
.header-main-menu ul.menu > li[class*="current"] > span,
.header-main-menu ul.menu > li[class*="current"] > span i,
.header-main-menu ul.menu > li[class*="current"] > a,
.header-main-menu ul.menu > li[class*="current"] > a i {
margin-bottom: -5px;
}
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > a,
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > i {
background-color: var(--header_hover_select_background_color);
color: var(--header_hover_select_color);
}
#lf-menu-side-container li > .sub-menu .sub-menu {
display: none;
position: absolute;
left: 100%;
top: 0;
width: 250px;
border-top: 0;
}
#lf-menu-side-container .sub-menu li {
float: right;
width: 100%;
background-color: white;
}
#lf-menu-side-container .sub-menu li a,
#lf-menu-side-container .sub-menu li span {
float: right;
width: 100%;
height: 46px;
padding: 0 10px;
font-size: 14px;
line-height: 16px;
display: flex;
flex-direction: row;
align-items: center;
opacity: 0.7;
}
#lf-menu-side-container .sub-menu li i {
float: right;
font-size: 22px;
line-height: 30px;
}
.sub-menu li + li {
border-top: 1px solid #f9f9f9;
}
.lf-menu-side-bottom {
position: relative;
float: left;
width: 100%;
height: 50px;
border-top: 1px solid #eeeeee;
}
#lf-menu-side-container nav .lf-current-menu::after {
content: "•";
margin: 0 5px;
color: red;
}
@media screen and (min-width: 950px) {
.lf-mega-menu-parent {
position: static!important;
}
.lf-mega-menu-container {
position: absolute;
top: 36px;
left: 0;
width: 100%;
border-top: 4px solid transparent;
display: none;
}
header .lf-sub-mega-menu-container {
position: absolute;
float: left;
width: var(--linker_continer_size);
background-color: #ffffff;
}
.lf-sub-mega-menu-container > li {
padding: 2px!important;
}
.lf-mega-menu-col-1 > li {
width: 100%!important;
}
.lf-mega-menu-col-2 > li {
width: 50%!important;
}
.lf-mega-menu-col-3 > li {
width: 33.33%!important;
}
.lf-mega-menu-col-4 > li {
width: 25%!important;
}
.lf-mega-menu-col-5 > li {
width: 20%!important;
}
.lf-mega-menu-col-6 > li {
width: 16.66%!important;
}
.lf-sub-mega-menu-container > li > span,
.lf-sub-mega-menu-container > li > a {
font-size: 22px!important; background-color: #eeeeee;
padding: 0 2px;
}
.lf-mega-menu-small-image {
float: left;
width: 36px;
height: 36px;
margin: 0 5px 0 0;
}
.lf-sub-mega-menu-container > li + li {
border-top: 0!important;
}
.lf-sub-mega-menu-container li + li {
border-right: 0!important;
border-left: 0!important;
}
.lf-sub-mega-menu-container > li > .sub-menu { }
.lf-mega-menu-container > .lf-sub-mega-menu-container > li > .more-sub-menu-left {
display: none!important;
}
.sub-menu li.current-menu-ancestor {
border-bottom: 0!important;
}
li.menu-item:hover > .lf-mega-menu-container > .sub-menu {
display: block;
z-index: 9;
} .lf-mega-menu-container > .lf-sub-mega-menu-2-container > li > .more-sub-menu-left {
display: none!important;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu {
display: none;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .menu-item:hover ~ .menu-item .sub-menu {
display: none;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container {
width: 260px;
min-height: 450px;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu {
position: absolute;
top: 0;
width: calc(var(--linker_continer_size) - 240px);
min-height: 450px;
right: 100%;
left: auto;
background-color: #ffffff;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container li.menu-item {
position: static;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > span,
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > a {
height: 46px;
display: flex;
flex-direction: row;
align-items: center;
border-bottom: 0;
}
.lf-mega-menu-type-2-container .lf-mega-menu-small-image {
float: left;
width: 46px;
height: 46px;
margin: 0 5px 0 0;
}
.lf-mega-menu-type-2-container li i.md-icons {
width: 46px;
height: 46px;
margin: 0 5px 0 0;
padding: 3px;
}
.lf-mega-menu-type-2-container li i.md-icons svg {
width: 40px;
height: 40px;
fill: #000000;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li {
float: left;
width: 20%;
height: 225px;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li a,
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li span,
.header-main-menu li[class*="current"] .lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li[class*="current"] a,
.header-main-menu li[class*="current"] .lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li[class*="current"] span {
height: 225px;
color: var(--main_text_color);
background-color: transparent;
flex-direction: column;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu .lf-item-title {
float: left;
width: 100%;
height: 50px;
padding: 5px 0;
margin: 5px 0;
line-height: 20px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
border-bottom: 2px solid var(--header_hover_select_background_color);
border-top: 2px solid var(--header_hover_select_background_color);
}
.lf-mega-menu-type-2-container .lf-mega-menu-image {
display: block;
height: 160px;
}
}
@media screen and (max-width: 950px) {
.sub-menu {
display: none;
}
.top-header-container,
.main-menu-container {
display: none!important;
}
.lf-menu-start-open-mobile > div > .sub-menu,
.lf-menu-start-open-mobile > .sub-menu {
display: block;
}
.lf-menu-start-open-mobile > .open-sub-menu,
.lf-menu-start-open-mobile > .close-sub-menu {
display: none!important;
} .lf-mega-menu-small-image {
float: left;
width: 40px;
height: 40px;
margin: 0 5px 0 0;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > span,
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container > li > a {
border-bottom: 1px solid #f9f9f9;
}
}
@media screen and (max-width: 950px) {
#lf-menu-side-container {
width: 90%;
max-width: 340px;
}
.lf-menu-side-left {
-ms-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
}
.lf-menu-side-right {
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);
}
}.lf-mega-menu-small-image {
float: right;
margin: 0 0 0 5px;
}
.lf-item-title {
float: right;
}
.open-sub-menu,
.close-sub-menu {
left: 0;
right: inherit;
}
#lf-menu-side-container nav a,
#lf-menu-side-container nav span {
float: right;
}
@media screen and (min-width: 950px) {
.lf-mega-menu-type-2-container .lf-mega-menu-small-image {
float: right;
margin: 0 0 0 5px;
}
} .lf-mega-menu-type-2-container li i.md-icons {
margin: 0 0 0 5px;
}
.lf-mega-menu-type-2-container .lf-sub-mega-menu-container .sub-menu li {
float: right;
}
}
@media screen and (max-width: 950px) { .lf-mega-menu-type-2-container .lf-mega-menu-small-image {
float: right;
margin: 0 0 0 5px;
}
}.lf-search-loading {
display: none;
float: right;
width: 100%;
height: 200px;
}
.lf-search-loader {
color: #00559d;
font-size: 80px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: -40px auto;
top: 50%;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.lf-search-container {
position: relative;
float: right;
width: 100%;
max-width: 300px;
height: 50px;
margin: 5px 0;
border: 1px solid #e9e9e9;
transition: 0.5s all;
}
.lf-search-container:hover {
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
transition: 0.5s all;
}
.lf-search-input {
float: right;
width: calc(100% - 50px);
height: 48px;
border: 0;
padding: 5px;
font-size: 20px;
outline: 0;
}
.lf-search-toggle {
float: left;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
cursor: pointer;
}
.lf-search-toggle i {
width: 50px;
height: 50px;
}
.lf-search-results-container {
position: absolute;
top: 40px;
left: 0;
width: 100%;
background-color: #f5f5f5;
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
z-index: 9;
display: none;
}
.lf-search-group {
float: left;
width: 100%;
padding: 0 5px;
font-size: 14px;
}
.lf-search-page .lf-search-group {
padding: 10px;
margin: 5px 0;
font-size: 20px;
}
.lf-search-row {
float: left;
width: 100%;
}
.lf-search-image {
float: left;
position: relative;
width: 50px;
height: 50px;
overflow: hidden;
}
.lf-search-image img {
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
object-fit: cover;
height: 100%!important;
-o-object-fit: cover;
}
.lf-search-title {
float: left;
width: calc(100%);
font-size: 16px;
line-height: 20px;
padding: 5px;
}
.lf-search-item-has-image {
width: calc(100% - 50px);
} @media screen and (max-width: 950px) {
.lf-search-page .lf-search-group {
padding: 5px;
margin: 5px 0;
font-size: 16px;
}
}.lf-search-image {
float: right;
}
.lf-search-title {
float: right;
}.lf-share-bottons-container {
position: relative;
float: left;
width: 100%;
height: 50px; padding: 5px 0;
}
.lf-share-button {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
background-color: #000000;
color: #ffffff;
border-radius: 50px;
margin: 0 5px;
padding: 0;
border: 0;
}
.lf-share-button:hover, .lf-share-button:active {
background-color: #000000;
color: #ffffff;
}
.lf-share-button .md-parent-tooltip {
display: inline-block;
width: 40px;
height: 40px;
margin: 0;
font-size: 22px;
}
.lf-share-button svg {
width: 40px;
height: 40px;
padding: 8px;
fill: #ffffff;
}
.lf-share-button-copy {
position: absolute;
left: 9999999px; }
.lf-share-button-copy-animation {
animation: copy-animation linear 0.5s;
}
@keyframes copy-animation {
0%, 100% {transform: translateY(0);}
50% {transform: translateY(-5px);}
}.wah-screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.admin-bar .accessability_container{top:32px}body.is_underline a{text-decoration:underline !important}body.highlight_links_on a{background-color:yellow !important;color:#000 !important}body.highlight_links_on a span{color:#000 !important}body.invert_mode_on{-webkit-filter:invert(100%);filter:invert(100%)}body.remove_animations *{transition:none !important;-o-transition:none !important;-ms-transition:none !important;-moz-transition:none !important;-webkit-transition:none !important}body.arial_font_on *{font-family:Arial, Helvetica, sans-serif !important}body.wah_keyboard_access a:focus,body.wah_keyboard_access button:focus,body.wah_keyboard_access input:focus,body.wah_keyboard_access select:focus,body.wah_keyboard_access textarea:focus{background-color:#f3f57c !important;color:#000 !important}body.admin-bar .wah_plugin_credits{bottom:32px}body .wah_scanner_link{background-color:yellow !important;outline:5px solid yellow !important;color:#000 !important}body .wah_plugin_credits{position:absolute;bottom:0px;left:0;width:100%;text-align:center;font-family:Arial;font-size:12px;background:#216073 !important;color:#fff !important}body .wah_plugin_credits a{font-family:Arial;font-size:12px;display:block;background:#216073 !important;color:#fff !important}body .accessability_container{width:200px;background:#fff !important;color:#000 !important;position:fixed;top:0px;height:100%;z-index:9999999;-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-ms-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease}body .accessability_container .font_resizer button.wah-action-button.smaller{width:46%;float:left}body .accessability_container .font_resizer button.wah-action-button.larger{float:right;width:46%}body .accessability_container .font_resizer button.wah-action-button.wah-font-reset{margin-top:12px;width:100%;clear:both}body .accessability_container button.wah-action-button{background:#232323 !important;color:#fff !important;width:100%;padding:5px 0;text-align:center;cursor:pointer;border:1px solid #fff;font-size:15px;font-weight:bold;margin:0}body .accessability_container button.wah-action-button:hover,body .accessability_container button.wah-action-button:focus,body .accessability_container button.wah-action-button.active_button{background:#fff !important;color:#000 !important}body .accessability_container .a_module{padding-bottom:0.6rem;margin-bottom:0.6rem;border-bottom:1px solid #000}body .accessability_container .a_module:before,body .accessability_container .a_module:after{content:'';display:block;clear:both}body .accessability_container.dark_theme .a_module{border-bottom:1px solid #444343}body .accessability_container.dark_theme a.active_button{border:1px solid #216073 !important}body .accessability_container.dark_theme.accessability_container.active,body .accessability_container.dark_theme #access_container,body .accessability_container.dark_theme .access_container_inner,body .accessability_container.dark_theme .a_module,body .accessability_container.dark_theme .a_module_title,body .accessability_container.dark_theme .a_module_exe,body .accessability_container.dark_theme .font_resizer a,body .accessability_container.dark_theme .contrast_trigger{background:#232323 !important;color:#fff !important}body .accessability_container.dark_theme .font_resizer a,body .accessability_container.dark_theme .contrast_trigger{border:1px solid #fff;color:#fff}body .accessability_container *{background:#fff !important;color:#000 !important}.accessibility-location-right .accessability_container{left:auto !important;right:-200px}.accessibility-location-left .accessability_container{left:-200px !important;right:auto}.accessibility-location-left .accessability_container.active{right:auto;left:0 !important}.accessibility-location-left .aicon_link{left:200px;right:auto !important}.accessability_container.active{right:0}.accessability_container a{color:#000}a.aicon_link{display:none}a.aicon_link img{max-width:48px}.access_container_inner{padding:0 10px;margin-top:14px}button.aicon_link{width:48px;height:48px;padding:0;margin:0;border:0 !important;cursor:pointer}.aicon_link{left:-48px;right:auto !important;position:absolute;max-width:48px;max-height:48px;display:inline-block;background:transparent !important}.accessibility-location-left .aicon_link{left:auto;right:-48px !important}button.close_container{background:#216073 !important;color:#fff !important;cursor:pointer;display:block;padding:0;border:0;width:92%;margin:0 auto;height:34px;line-height:34px;font-weight:bold;font-size:15px}button.close_container:hover,button.close_container:focus{background:#fff !important;color:#000 !important}#access_container{margin-top:0;padding-top:10px}#access_container a:focus{color:#fff;background:#000}.a_module_exe a{text-decoration:none;font-size:15px}.a_module_title{margin-bottom:0.4rem;font-weight:600}.contrast_trigger{width:100%}.color_selector{display:none;-webkit-transition:all 250ms ease;-moz-transition:all 250ms ease;-ms-transition:all 250ms ease;-o-transition:all 250ms ease;transition:all 250ms ease}.color_selector.is_visible{display:block}.color_selector button{display:inline-block;cursor:pointer;font-size:0;width:30px;height:30px;float:left;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;border-radius:20px;border:2px solid #000;margin:5px;padding:0}.color_selector .black{background:#000 !important}.color_selector .white{background:#fff !important}.color_selector .green{background:#00FF21 !important}.color_selector .blue{background:#0FF !important}.color_selector .red{background:red !important}.color_selector .orange{background:#FF6A00 !important}.color_selector .yellow{background:#FFD800 !important}.color_selector .navi{background:#B200FF !important}.active_greyscale{filter:grayscale(100%);-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:url(//s-ale.co.il/wp-content/plugins/wp-accessibility-helper/assets/images/desaturate.svg#greyscale);filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(1)}.wah-dark-overlay{position:fixed;z-index:50;background:rgba(0,0,0,0.8);top:0;bottom:0;left:0;right:0;width:100%;height:100%}.wah-lights-selector{position:relative;z-index:100;background:#fff;color:#000}.wah-skip{position:relative;top:-10000px;left:-10000px;height:1px;width:1px;text-align:left;overflow:hidden}.wah-skip:focus{left:0;top:0;width:100%;height:auto;padding:5px 0;text-align:center;cursor:pointer;border:1px solid #fff;font-size:15px;font-weight:bold}.wah-skiplinks-menu{position:absolute;left:0;top:0;margin:0;padding:0}.wah-skiplinks-menu ul{margin:0;padding:0;list-style-type:none}.wah-skiplinks-menu ul a{text-decoration:none;position:absolute;z-index:99999;left:-10000px;top:-10000px}.wah-skiplinks-menu ul a:focus,.wah-skiplinks-menu ul a:active,.wah-skiplinks-menu ul a:hover{left:16px;top:42px;background:#216073;color:#fff;padding:6px 20px;display:inline-block;font-size:18px;font-weight:bold;white-space:nowrap}body.admin-bar .accessability_container .wah-free-credits{bottom:35px}.accessability_container.dark_theme .wah-free-credits .wah-free-credits-inner a{color:#fff !important}.accessability_container .wah-free-credits{position:absolute;bottom:5px;width:100%;text-align:center;font-size:12px;background:none !important}.accessability_container .wah-free-credits .wah-free-credits-inner{background:none !important}.accessability_container .wah-free-credits .wah-free-credits-inner a{background:none !important;text-decoration:underline}.accessability_container .wah-free-credits .wah-free-credits-inner a:hover,.accessability_container .wah-free-credits .wah-free-credits-inner a:focus{text-decoration:none}@media only screen and (max-width: 480px){body .accessability_container{height:auto;padding:0 0 1rem 0}#access_container{height:97.5vh;overflow-x:scroll}a.close_container,.a_module_title{font-size:14px}.a_module{padding-bottom:0.4rem;margin-bottom:0.4rem}.font_resizer a,.contrast_trigger{font-size:14px;padding:.2rem}.a_module_title{display:none}}:root {
--linker_continer_size: 1270px;
--linker_tablet_size: 950px;
--linker_mobile_size: 600px;
--maincolor: #074872;
--pagebackgroundcolor: #ffffff;
--main_text_color: #131313;
--main_text_hover_select_color: #ffffff;
--main_text_bg_hover_select_color: #074872;
--linker_action_button_background: #131313;
--linker_action_button_text: #ffffff;
--linker_info_button_background: #131313;
--linker_info_button_text: #ffffff;
--linker_cancel_button_background: #c4c4c4;
--linker_cancel_button_text: #ffffff;
--header_hover_select_color: #ffffff;
--header_hover_select_background_color: #074872;
--header_mobile_background_color: #ffffff;
--header_mobile_menu_toggle_background_color: #ffffff;
--header_mobile_menu_toggle_color: #074872;
--header_mobile_close_menu_toggle_background_color: #ffffff;
--header_mobile_close_menu_toggle_color: #ffffff;
--header_mobile_search_toggle_background_color: #ffffff;
--header_mobile_search_toggle_color: #ffffff;
--header_mobile_cart_toggle_background_color: #ffffff;
--header_mobile_cart_toggle_color: #ffffff;
--header_mobile_sub_menu_toggle_background_color: #074872;
--header_mobile_sub_menu_toggle_color: #ffffff;
}
.lf-action-button,.lf-action-button:hover,.lf-action-button:focus,.lf-action-button:active {
background-color: #131313;
}
.lf-action-button {
color: #ffffff;
}
.lf-info-button,.lf-info-button:hover,.lf-info-button:focus,.lf-info-button:active {
background-color: #131313;
}
.lf-info-button {
color: #ffffff;
}
.lf-cancel-button,.lf-cancel-button:hover,.lf-cancel-button:focus,.lf-cancel-button:active {
background-color: #c4c4c4;
}
.lf-cancel-button {
color: #ffffff;
}
.top-header-container {
background-color: #ffffff;
}
.lf-woo-search-toggle {
background-color: #ffffff;
}.an-product-layout_1 .an-product-title {
float: left;
width: 100%;
margin: 0 0 5px 0;
}
.an-product-layout_1 .an-product-title a {
font-size: 30px;
line-height: 30px;
}
.an-product-layout_1 .an-product-image {
float: left;
}
.an-product-layout_1 .an-product-info-container {
float: left;
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
margin: 5px 0 0 0;
}
.an-product-layout_1 .an-product-price-container {
float: left;
width: 50%;
height: 50px;
display: flex;
flex-direction: column;
justify-content: center;
}
.rtl .an-product-layout_1 .an-product-price-container {
float: right;
}
.an-product-layout_1 .an-product-price-regular {
line-height: 18px;
font-size: 16px;
text-decoration: line-through;
}
.an-product-layout_1 .an-product-price {
line-height: 22px;
font-size: 20px;
}
.an-product-layout_1 .an-product-action {
float: left;
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
}
.rtl .an-product-layout_1 .an-product-action {
float: right;
}
.an-product-layout_1 .an-product-action a {
text-align: center;
}
.an-product-layout_2 { }
.an-product-layout_2 .an-product-image {
float: left;
width: 70px;
margin: 0 5px 0 0;
}
.rtl .an-product-layout_2 .an-product-image {
float: right;
margin: 0 0 0 5px;
}
.an-product-layout_2 .an-product-image img {
border-radius: 5px;
}
.an-product-layout_2 .an-product-info-container {
float: left;
width: 45%;
height: 70px;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
}
.an-product-layout_2 .an-product-info-container.an-product-no-thumbnail {
width: calc(100% - 90px);
}
.rtl .an-product-layout_2 .an-product-info-container {
float: right;
}
.an-product-layout_2 .an-product-title {
font-size: 16px;
line-height: 20px;
height: 40px;
display: flex;
align-items: flex-end;
overflow: hidden;
}
.an-product-layout_2 .an-product-price-container {
display: flex;
flex-direction: row;
align-items: center;
height: 30px;
}
.an-product-layout_2 .an-product-price-regular {
line-height: 20px;
font-size: 14px;
text-decoration: line-through;
margin: 0 5px 0 0;
}
.rtl .an-product-layout_2 .an-product-price-regular {
margin: 0 0 0 5px;
}
.an-product-layout_2 .an-product-price {
line-height: 20px;
font-size: 16px;
}
.an-product-layout_2 .an-product-action {
float: left;
width: calc(55% - 75px);
height: 70px;
display: flex;
flex-direction: row;
align-content: center;
justify-content: center;
align-items: center;
}
.an-product-layout_2 .an-product-action.an-product-no-thumbnail {
width: 90px;
}
.rtl .an-product-layout_2 .an-product-action {
float: right;
}
.an-product-layout_2 a.button.wp-element-button.product_type_simple.add_to_cart_button {
float: left;
width: 100%;
padding: 5px;
font-size: 16px;
font-weight: normal;
} .an-pro-location-sidebar .an-container {
position: absolute;
}
.an-pro-location-sidebar .an-container:first-child {
z-index: 9;
}
.an-pro-sidebar-location-left .an-container {
left: 0;
}
.an-pro-sidebar-location-right .an-container {
right: 0;
}
.location-an_pro_sidebar_top,
.location-an_pro_sidebar_bottom {
justify-content: flex-end;
}
.location-an_pro_sidebar_top .an-container,
.location-an_pro_sidebar_bottom .an-container {
min-height: 40px;
max-height: 100vh;
}
.an-pro-sidebar-height {
height: 100%;
min-height: 100vh;
}
.an-pro-sidebar-height .an-container {
width: 280px;
height: 100%;
}
.an-pro-sidebar-height .an-container .an-content {
height: calc(100% - 80px); }
.an-design-an_pro_sidebar_default {
box-shadow: 0px 0px 4px 2px #00000040;
}
.an-design-an_pro_sidebar_default .an-header {
min-height: 40px;
}
.an-design-an_pro_sidebar_default .an-content {
float: left;
width: 100%;
}
.an-design-an_pro_sidebar_default .an-footer {
min-height: 40px;
}
.an-pro-sidebar-close-right {
float: right;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.an-pro-sidebar-close-left {
float: left;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.an-pro-sidebar-close-right.top,
.an-pro-sidebar-close-left.top {
top: auto;
bottom: 0;
}
[class*="an-pro-sidebar-close"] {
color: #a8a8a8;
}
.an-pro-menu-container ul {
margin: 0;
}
.an-pro-menu-container ul li {
display: flex;
min-height: 40px;
margin: 0;
line-height: 1;
list-style: none;
align-items: flex-start;
padding: 5px 18px;
flex-direction: column;
justify-content: center;
}
.an-pro-menu-container ul li + li {
border-top: 1px solid #eeeeee;
}
.an-pro-menu-container ul li,
.an-pro-menu-container ul li span,
.an-pro-menu-container ul li a {
width: 100%;
font-size: 20px;
text-decoration: none;
}
.an-pro-menu-container ul.sub-menu {
display: none;
}
.an-pro-menu-container ul li:hover > ul.sub-menu {
display: block;
position: absolute;
top: 0;
left: 100%;
width: 100%;
background: #ffffffff;
box-shadow: 0px 0px 2px 1px #00000040;
}
.an-pro-sidebar-location-right .an-pro-menu-container ul li:hover ul.sub-menu {
left: auto;
right: 100%;
}
.an-pro-menu-container .menu-item-has-children {
position: relative;
}
.an-pro-menu-container .menu-item-has-children::after {
content: "";
position: absolute;
right: 10px;
top: 15px;
width: 10px;
height: 10px;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
transform: rotate(315deg);
}
.an-pro-sidebar-location-right .an-pro-menu-container .menu-item-has-children::after {
right: auto;
left: 10px;
transform: rotate(135deg);
} .an-design-an_netflix_notice {  }
.an-design-an_netflix_notice .an-content{
filter: drop-shadow(0px 0px 4px rgb(2 0 36 / 20%));
}
.an-pro-netflix-start-line {
position: absolute;
top: 0;
left: 0;
width: 5px;
height: 100%;
background-color: #db0000;
} .an-design-an_facebook_notice .an-close-button {
width: 30px;
height: 30px;
margin: 4px;
padding: 4px;
border-radius: 20px;
} .an-pro-netflix-notice-in {
animation-name: anProNetflixIn;
animation-fill-mode: both;
transform-origin: 0% 100%;
}
@keyframes anProNetflixIn{
0%{transform:rotateX(90deg)}
to{transform:none}
}
.an-pro-netflix-notice-in .an-header,
.an-pro-netflix-notice-in .an-content,
.an-pro-netflix-notice-in .an-footer {
overflow: hidden;
}
.an-pro-netflix-notice-in > div * {
animation-delay: 0.6s;
animation-duration: 1.2s;
animation-name: anFedeInNetflixUp;
animation-fill-mode: both;
}
@keyframes anFedeInNetflixUp{
from{opacity:0;transform:translate3d(0,40%,0)}
to{opacity:1;transform:none}
} .an-pro-netflix-notice-out {
animation-delay: 0.6s;
animation-name: anProNetflixOut;
animation-fill-mode: both;
transform-origin: 100% 0%;
}
@keyframes anProNetflixOut{
0%{transform:none}
to{transform:rotateX(90deg)}
}
.an-pro-netflix-notice-out .an-header,
.an-pro-netflix-notice-out .an-content,
.an-pro-netflix-notice-out .an-footer {
overflow: hidden;
}
.an-pro-netflix-notice-out > div * {
animation-duration: 0.6s;
animation-name: anFedeInNetflixDown;
animation-fill-mode: both;
}
@keyframes anFedeInNetflixDown{
from{opacity:1;transform:none}
to{opacity:0;transform:translate3d(0,-40%,0)}
}.elementor-element {
float: left;
width: 100%;
}
.lf-blog-post-content iframe {
width: 100%;
}
.lf-responsive-video {
position: relative;
float: left;
width: 100%;
padding-bottom: 56.25%; height: 0;
}
.lf-responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} @media screen and (max-width: 950px) {
}
@media screen and (max-width: 600px) {
}header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #ffffff;
z-index: 999;
}
header.md-card {
padding: 0;
z-index: 999;
border-radius: 0;
}
.main-content-open header {
padding-right: 64px;
-webkit-transition: padding-right .5s!important;
transition: padding-right .5s!important;
}
.top-header {
float: left;
width: 100%;
height: 40px; }
.top-menu {
float: left;
width: 100%;
text-align: left;
height: 40px;
line-height: 40px;
font-size: 14px;
}
.top-menu a {
color: #737373;
text-decoration: none;
float: right;
margin-right: 5px;
}
.top-menu a + a {
border-right: 1px solid #747474;
}
.top-menu li.menu-item {
float: left;
border-bottom: 0!important;
}
.top-menu li.menu-item + li {
padding-right: 10px;
}
.left-top-header {
position: relative;
float: left;
}
.top-logo {
float: right;
height: 130px;
padding: 5px;
}
.top-logo img {
float: right;
height: 120px;
}
.top-logo img.top-slogan {
border-top-left-radius: 50px;
border-bottom-right-radius: 50px;
}
.left-top-header .top-header-link {
float: left;
height: 36px;
line-height: 36px; font-size: 20px;
}
.left-top-header img {
height: 120px;
max-width: unset;
}
.top-header-link +.top-header-link {
border-left: 1px solid #f9f9f9;
}
.top-header-link i {
float: left;
line-height: 36px;
margin: 0 5px;
color: white;
}
#main-content {
margin-top: 130px;
}
#side-menu {
display: none;
}
#logo {
float: left;
width: 200px;
height: 60px;
text-align: center;
background-color: #3279a0;
color: #ffffff;
text-decoration: none;
}
#logo img {
height: 54px;
}
.site-name {
float: left;
width: 100%;
font-size: 35px;
line-height: 35px;
}
.slogan {
float: left;
width: 100%;
font-size: 14px;
line-height: 25px;
}
img.logo-img-mobile {
display: none;
}
h1 {
font-size: 26px;
margin: 0px;
font-weight: normal;
}
#title h1 {
line-height: 64px;
}
#title {
float: right;
display: inline-block;
height: 64px;
width: 50%;
line-height: 64px;
color: white;
margin-right: 60px;
}
.menu-toggle {
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 50px;
background-color: var(--header_mobile_menu_toggle_background_color);
border-right: 1px solid var(--header_mobile_menu_toggle_color);
cursor: pointer;
z-index: 99999;
}
.menu-toggle i.md-icons {
width: 50px;
height: 50px;
padding: 5px;
}
.menu-toggle i svg {
width: 40px;
height: 40px;
fill: var(--header_mobile_menu_toggle_color);
}
.lf-search-container {
position: relative;
float: left;
width: 100%;
max-width: 300px;
height: 40px;
margin: 0;
border: 1px solid #e9e9e9;
transition: 0.5s all;
}
.lf-search-container:hover {
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.lf-search-input {
float: right;
width: calc(100% - 50px);
height: 38px;
border: 0;
padding: 5px;
font-size: 20px;
outline: 0;
}
.lf-search-toggle {
float: left;
width: 40px;
height: 40px;
padding: 0;
text-align: center;
cursor: pointer;
border: 0;
}
.lf-search-toggle i {
width: 40px;
height: 40px;
}
.lf-search-toggle i.md-icons svg {
fill: var(--maincolor);
}
.header-right {
float: right;
width: 220px;
}
.header-left {
position: relative;
float: right;
width: calc(100% - 220px);
height: 130px;
}
.middle-header {
float: right;
width: 100%; }
.right-middle-col {
float: right;
width: 75%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.left-middle-col {
float: left;
width: 25%;
text-align: left;
line-height: 50px;
}
.top-tel {
float: left;
}
.top-tel span {
float: left;
font-size: 32px;
line-height: 40px;
text-decoration: none;
color: #074872;
}
.top-tel i.md-icons svg {
fill: #989898;
}
.cart-container {
position: relative;
float: left;
height: 50px;
margin: 5px 0;
border: 1px solid #e9e9e9;
transition: 0.5s all;
}
.cart-container:hover {
box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
transition: 0.5s all;
}
.cart-container a {
float: left;
height: 50px;
}
.cart-container i {
float: left;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 30px;
text-align: center;
color: black;
}
.cart-items-info {
float: right;
width: 120px;
height: 50px;
}
.cart-items-count {
float: left;
width: 100%;
height: 25px;
line-height: 25px;
padding: 0 5px;
}
.cart-items-total {
float: left;
width: 100%;
height: 25px;
line-height: 25px;
padding: 0 5px;
} header nav {
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
line-height: 50px;
}
header nav a, #side-menu nav a, header nav span, #side-menu nav span {
float: left;
font-size: 20px;
line-height: 40px;
padding: 0 10px;
color: var(--main_text_color);
text-decoration: none;
outline: 0;
}
header nav li {
float: left;
line-height: 40px;
}
header nav li span:hover,
header nav li span:hover i,
header nav li a:hover,
header nav li a:hover i,
header nav li span:hover i.md-icons svg,
header nav li a:hover i.md-icons svg {
background-color: var(--header_hover_select_background_color);
color: var(--header_hover_select_color);
fill: var(--header_hover_select_color);
}
header nav ul:not(.sub-menu) > li + li {
border-left: 1px solid #e9e9e9;
}
header li.menu-item, #side-menu li.menu-item {
margin: 0;
padding: 0;
position: relative;
}
header ul.menu > li.current-menu-item,
header ul.menu > li.current-menu-parent {
border-bottom: 5px solid #074872;
}
.header-main-menu ul:not(.sub-menu) > li[class*="current"] {
border-bottom: 5px solid;
border-bottom-color: var(--header_hover_select_background_color);
}
.header-main-menu ul.menu > li[class*="current"] > span,
.header-main-menu ul.menu > li[class*="current"] > span i,
.header-main-menu ul.menu > li[class*="current"] > a,
.header-main-menu ul.menu > li[class*="current"] > a i {
margin-bottom: -5px;
}
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > a,
.header-main-menu li[class*="current"] .sub-menu li[class*="current"] > i {
background-color: var(--header_hover_select_background_color);
color: var(--header_hover_select_color);
}
header .sub-menu {
display: none;
position: absolute;
top: 40px;
width: 250px;
border-top: 2px solid transparent;
}
#side-menu .sub-menu {
position: absolute;
top: 40px;
background-color: white;
}
header .sub-menu li {
float: right;
width: 100%;
background-color: white;
}
header .sub-menu li a,
header .sub-menu li span {
float: right;
width: 100%;
font-size: 18px;
line-height: 30px;
display: flex;
flex-direction: row;
align-items: center;
}
header .sub-menu li i {
float: right;
font-size: 22px;
line-height: 30px;
}
.sub-menu li + li {
border-top: 1px solid #f9f9f9;
}
.open-sub-menu, .close-sub-menu {
display: none;
} .header-html-container {
float: left;
width: 100%;
display: flex;
flex-direction: inherit;
justify-content: space-evenly;
align-items: center;
}
.header-html-icons-col {
float: left;
height: 40px;
max-width: 270px;
}
.header-html-icon {
float: left;
width: 40px;
height: 40px;
padding: 0px;
}
.header-html-icon i {
float: left;
width: 40px;
height: 40px;
padding: 0!important;
}
.header-html-icon svg {
width: 40px!important;
height: 40px!important;
fill: var(--maincolor)!important
}
.header-html-content {
float: left;
width: calc(100% - 50px);
height: 40px;
padding: 0px 5px;
}
.header-html-line {
float: left;
width: 100%;
font-size: 14px;
line-height: 20px;
} @media screen and (max-width: 950px) {
header {
background-color: var(--header_mobile_background_color);
height: 50px;
}
header nav {
display: none;
}
.mobile-header-center {
float: left;
width: calc(100% - 160px);
margin: 0 80px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.header-right {
display: none;
}
.header-left {
display: none;
}
.top-tel span {
display: none;
}
.top-tel i {
width: 50px;
line-height: 50px;
color: #ffffff;
text-align: center;
}
.top-logo {
float: right;
height: 50px;
padding: 0;
}
.top-logo:active, .top-logo:focus {
background-color: #074872;
}
.image-logo {
display: none;
}
.mobile-header-container .image-logo {
display: block;
max-height: 50px;
}
#main-content {
margin-top: 50px;
}
#logo {
position: absolute;
top: 0;
left: calc(50% - 90px);
width: 180px;
height: 50px;
}
.site-name {
font-size: 25px;
line-height: 30px;
}
.slogan {
font-size: 16px;
line-height: 20px;
}
.menu-toggle {
display: block;
}
#side-menu {
display: block;
position: fixed;
top: 0;
left: -50px;
width: 280px;
height: 100%;
background-color: #ffffff;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
z-index: 99999;
-ms-transform: translateX(-280px);
-webkit-transform: translateX(-280px);
transform: translateX(-280px);
-webkit-transition: transform 0.5s ease-in;
transition: transform 0.5s ease-in;
}
.side-menu-open {
-webkit-transition: transform 0.5s!important;
transition: transform 0.5s!important;
-ms-transform: translateX(0px)!important;
-webkit-transform: translateX(0px)!important;
transform: translateX(0px)!important;
}
.sub-menu {
position: static!important;
}
.open-sub-menu {
display: block;
position: absolute;
top: 0;
right: 0px;
width: 50px;
height: 50px;
background-color: var(--header_mobile_sub_menu_toggle_background_color);
cursor: pointer;
}
.close-sub-menu {
display: none;
position: absolute;
top: 0;
right: 0px;
width: 50px;
height: 50px;
background-color: var(--header_mobile_sub_menu_toggle_background_color);
cursor: pointer;
}
.open-sub-menu i,
.close-sub-menu i {
width: 50px;
height: 50px;
}
.open-sub-menu i svg,
.close-sub-menu i svg {
width: 40px;
height: 40px;
fill: var(--header_mobile_sub_menu_toggle_color);
}
#side-menu ul.sub-menu {
float: right;
width: 100%;
}
#side-menu .sub-menu li a {
padding: 0 10px;
}
#side-menu nav {
height: 100vh;
overflow: auto;
padding: 0 0 0 50px;
}
#side-menu nav a, #side-menu nav span {
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
width: 100%;
min-height: 50px;
font-size: 18px;
line-height: 1;
padding: 0 50px 0 10px;
}
#side-menu nav li {
float: left;
width: 100%;
min-height: 50px;
}
#side-menu i {
line-height: unset;
}
#side-menu .sub-menu {
display: none;
position: absolute;
top: 60px;
background-color: #d7d7d7;
width: 250px;
position: static!important;
}
#side-menu .sub-menu a {
font-size: 16px;
}
#close-side-menu {
right: -50px;
width: 50px;
height: 50px;
background-color: var(--header_mobile_menu_toggle_color);
border-right: 1px solid var(--header_mobile_menu_toggle_color);
}
#close-side-menu i {
width: 50px;
height: 50px;
}
#close-side-menu i svg {
width: 40px;
height: 40px;
fill: #ffffff;
}
.top-logo img.top-slogan {
margin: 0 -15px;
}
.header-main-menu ul:not(.sub-menu) > li[class*="current"] {
border-bottom: 0;
}
#side-menu li.menu-item + li {
border-top: 1px solid #eeeeee;
}
}header #logo {
float: right;
}
header nav {
left: inherit;
right: 0;
}
#side-menu nav {
padding-right: 50px;
padding-left: 0;
}
header nav a, #side-menu nav a {
float: right;
}
header nav li {
float: right;
}
header nav ul:not(.sub-menu) > li + li {
border-left: 0;
border-right: 1px solid #e9e9e9;
}
#side-menu {
right: -50px;
left: auto;
-ms-transform: translateX(280px);
-webkit-transform: translateX(280px);
transform: translateX(280px);
}
#side-menu nav a, #side-menu nav span {
padding: 0 10px 0 50px;
}
.menu-toggle {
left: auto;
right: 0;
border-right: 0;
border-left: 1px solid var(--header_mobile_menu_toggle_color);
}
.top-menu li.menu-item + li {
padding-right: 0;
padding-left: 10px;
} .header-html-container {
float: right;
}
.header-html-icons-col {
float: right;
}
.header-html-icon {
float: right;
}
.header-html-content {
float: right;
} @media screen and (max-width: 950px) {
#side-menu nav {
padding: 0 50px 0 0;
}
#close-side-menu {
left: -50px;
right: auto;
}
.open-sub-menu,
.close-sub-menu {
right: auto;
left: 0px;
}
}footer {
float: left;
width: 100%;
}
.footer-top {
position: relative;
float: left;
width: 100%;
background-color: #000000;
padding: 3px 0;
}
.footer-top .container {
position: relative;
}
.footer-middle {
float: left;
width: 100%;
padding: 30px 0;
background-color: #1f2223;
color: #ffffff;
}
.footer-bottom {
float: left;
width: 100%;
background-color: #131313;
color: white;
}
.footer-col-1.footer-bottom-1 {
float: right;
width: 100%;
padding: 40px;
}
.footer-col-1.footer-bottom-1 p {
margin: 0;
}
.footer-col-1 {
float: right;
width: 100%;
}
.footer-col-2 {
float: right;
width: 50%;
min-height: 1px;
}
.footer-col-3 {
float: right;
width: 33.333%;
min-height: 1px;
}
.footer-col-4 {
float: right;
width: 25%;
min-height: 1px;
}
.footer-col-5 {
float: right;
width: 20%;
}
.footer-col-6 {
float: right;
width: 16.666%;
min-height: 1px;
}
.footer-icons {
text-align: center;
}
.footer-icons a {
display: inline-block;
margin: 0 14px;
}
.footer-middle h2,
.footer-middle h3,
.footer-middle h4 {
font-size: 19px;
font-weight: bold;
color: #ffffff;
margin: 0 0 5px 0;
}
.footer-middle a {
font-size: 15px;
line-height: 30px;
color: #ffffff;
text-decoration: none;
}
.lf-widget-menu {
padding: 0 10px;
}
.footer-middle h2 a,
.footer-middle h3 a,
.footer-middle h4 a {
font-size: 19px;
line-height: 30px;
font-weight: bold;
color: #ffffff;
margin: 0 0 5px 0;
border-bottom: 1px solid #7d7d7d;
}
footer .lf-widget-menu + .lf-widget-menu {
margin-top: 20px;
} .credit-footer {
float: left;
width: 100%;
background-color: #131313;
}
.credit-footer a {
color: #ffffff;
}
.footer-text {
float: right;
width: 100%;
color: #ffffff;
line-height: 50px;
}
.credit i {
float: left;
height: 50px;
width: 30px;
padding: 0;
}
.credit i svg {
width: 30px;
height: 50px;
fill: #ffffff;
}
.credit div {
float: left;
padding-left: 5px;
}
.credit a {
float: left;
line-height: 50px;
width: calc(100%);
color: white;
text-align: center;
text-decoration: none;
}
.credit .first-letter::first-letter {
color: #f29400!important;
font-weight: bold;
}
.footer-contact {
float: left;
width: 100%;
text-align: center;
padding: 10px;
font-size: 25px;
}
.footer-links {
float: left;
width: 100%;
padding: 10px;
text-align: center;
}
.footer-links a {
display: inline-block;
font-size: 25px;
line-height: 25px;
}
.footer-links span {
float: right;
}
.footer-links img {
float: right;
width: 25px;
margin: 0 10px;
}
.facebook-footer-icon {
background-color: #fff;
} @media screen and (max-width: 950px) {
[class^="footer-col"] {
width: 100%;
}
.footer-menu {
height: 45px;
line-height: 20px;
}
.credit-footer [class^="md-col"] {
width: 100%;
}
.footer-text {
text-align: center;
}
.credit {
width: 100%;
height: 30px;
}
.credit a {
float: none;
display: block;
margin: auto;
width: 150px;
line-height: 30px;
}
.credit i {
line-height: 30px;
}
}
@media screen and (max-width: 600px) {
}@media screen and (max-width: 950px) {
}@media screen and (max-width: 950px) {
}.row-style-1 {
padding: 20px;
background-color: #074872;
color: #ffffff;
}
.row-style-2 {  }  .home-row-content .elementor-container > div {
float: left;
width: 100%;
height: calc(100vh - 280px);
min-height: 400px; color: white;
}
.home-col-content { }
.home-col-content h2 {
display: inline-block;
}
.home-col-content h2::before {
content: "";
float: left;
width: 100%;
height: 4px;
background-color: var(--maincolor);
margin-bottom: 15px;
}
.sa-icon-box {
display: flex;
flex-direction: column;
justify-content: center;
height: 150px;
}
.sa-icon-box {
display: flex;
flex-direction: column;
justify-content: center;
height: 150px;
border: 2px solid #ffffff;
border-radius: 10px;
}  .wpcf7-form, .main-contact-form {
float: left;
width: 100%;
text-align: center;
}
.wpcf7-form-control-wrap {
float: left;
width: 100%;
text-align: center;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select {
width: 100%;
max-width: 400px;
height: 40px;
background-color: transparent;
border: 0;
border-bottom: 2px solid var(--maincolor);
line-height: 40px;
font-size: 20px;
font-family: 'Open Sans Hebrew';
}
.wpcf7-form-control-wrap textarea {
width: 100%;
max-width: 400px;
height: 200px;
background-color: transparent;
border: 2px solid var(--maincolor);
line-height: 40px;
font-size: 20px;
margin: 10px 0;
font-family: 'Open Sans Hebrew';
}
.wpcf7-form .submit-container,
.wpcf7-form p {
float: left;
width: 100%;
text-align: center;
}
.wpcf7-form .submit-container input {
background-color: var(--maincolor)
color: #ffffff;
font-size: 18px;
}
.main-contact {
z-index: 9;
}
.main-contact .wpcf7-submit {
border: 0;
font-size: 30px;
line-height: 40px;
padding: 0 30px;
background-color: var(--maincolor);
color: white;
border-radius: 5px;
cursor: pointer;
}
.wpcf7 .ajax-loader {
width: 100%!important;
background-repeat: no-repeat;
background-position: center;
}
.add-to-newsletter input {
width: auto;
height: auto;
}
.wpcf7 input[type="url"]::placeholder, .wpcf7 input[type="email"]::placeholder, .wpcf7 input[type="tel"]::placeholder {
text-align: right;
} .fast-contact .wpcf7-form-control-wrap {
float: right;
width: 33%;
}
.wpcf7-form-control-wrap.mailpoetsignup {
width: 100%;
}
.fast-contact .wpcf7-form-control-wrap input {
display: block;
width: 90%;
font-size: 20px;
color: var(--maincolor);
margin: auto;
border: 0;
border-bottom: 1px solid;
border-bottom-color: var(--maincolor);
outline: 0;
}
.fast-contact .wpcf7-form-control-wrap input::placeholder {
text-align: center;
color: var(--maincolor));
}
.fast-contact .wpcf7-mailpoetsignup {
display: block;
font-size: 14px;
text-align: right;
margin: 5px 20px;
border: 0;
outline: 0;
}
.fast-contact .wpcf7-mailpoetsignup input {
float: right;
width: auto;
margin: 0 0 0 5px;
}
.fast-contact input[type="submit"] {
display: block;
margin: 5px auto;
padding: 0 10px;
font-size: 26px;
line-height: 40px;
width: 90%;
text-align: center;
border: 0;
border-radius: 5px;
background-color: #074872;
color: white;
outline: 0;
cursor: pointer;
}
.fast-contact-submit {
position: relative;
float: left;
width: 100%;
}
.fast-contact .ajax-loader {
position: absolute;
top: 17px;
right: -10px;
}
.wpcf7-response-output {
float: right;
width: 90%;
margin: 5px 5%!important;
text-align: center;
border: 2px solid #074872!important
}
.fast-contact .wpcf7-not-valid-tip {
text-align: center;
}
.fast-contact-row .wpcf7-response-output {
border: 2px solid #ffffff!important;
color: #ffffff!important;
}
.fast-contact-submit .wpcf7-form-control-wrap {
float: right;
width: 100%;
}
.wpcf7-form-control.wpcf7-acceptance {
display: inline-block;
width: 100%;
max-width: 400px;
}
.wpcf7-acceptance .wpcf7-list-item {
margin: 0;
}
.wpcf7-acceptance input {
display: inline-block !important;
width: auto !important;
height: auto;
margin: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item-label {
float: none;
} .mobile-contact-open i {
background-color: #0060b3;
color: white;
}
.mobile-contact-call i {
background-color: #0060b3;
color: white;
}
.mobile-contact-whatsapp {
background-color: #0060b3;
color: white;
}
.mobile-contact-waze {
background-color: #0060b3;
color: white;
}
.mobile-contact-newsletter {
background-color: #0060b3;
color: white;
}
.mobile-contact-newsletter i {
background-color: #0060b3;
color: white;
} @media screen and (max-width: 950px) {
.home-slider {
height: 300px;
}
}
@media screen and (max-width: 600px) {
.home-slider {
height: 200px;
}
}.lf-blog-post-container {
float: left;
width: 100%;
}
.lf-blog-post-container h1 {
float: left;
width: 100%;
font-size: 44px;
font-weight: bold;
}
.lf-blog-post-excerpt {
float: left;
width: 100%;
font-size: 20px;
}
.lf-blog-post-info-container {
float: left;
width: 100%;
margin: 10px 0;
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
display: flex;
flex-direction: row;
align-content: center;
align-items: center;
justify-content: space-between;
}
.lf-blog-post-info-col {
float: left;
}
.lf-blog-post-info { }
.lf-blog-post-info-val {
float: left;
height: 22px;
margin: 0 8px 0 0;
line-height: 22px;
font-size: 16px;
}
.lf-blog-post-info-val a {
color: var(--main_text_color);
text-decoration: none;
}
.lf-blog-post-info-val a:hover {
text-decoration: underline;
}
.lf-blog-post-info-val i {
width: 22px;
height: 22px;
padding: 3px;
margin: 0 2px 0 0;
}
.lf-blog-post-info-val i svg {
width: 18px;
height: 18px;
padding: 0;
}
.lf-blog-post-tags-container {
float: left;
margin: 2px 0;
}
.lf-blog-post-tag {
float: left;
}
.lf-blog-post-tag + .lf-blog-post-tag {
margin: 0 0 0 5px;
}
.lf-blog-post-tag a {
float: left;
height: 20px;
line-height: 20px;
font-size: 14px;
padding: 0 5px;
margin: 2px 0;
text-decoration: none;
background-color: #000000;
color: #ffffff;
font-style: italic;
}
.lf-blog-post-tag a::before {
content: "#";
}
.lf-blog-post-share-container {
float: right;
width: 100%;
max-width: 220px;
}
.lf-blog-post-image {
float: left;
width: 100%;
margin: 5px 0 10px; }
.lf-blog-post-image img {
max-width: 100%;
height: auto;
max-height: 900px;
}
.lf-blog-post-image figcaption {
float: left;
width: 100%;
color: #818181;
font-size: 14px;
}
.lf-share-bottons-container {
height: 40px;
}
.lf-share-button {
width: 30px;
height: 30px;
}
.lf-share-button .md-parent-tooltip {
width: 30px;
height: 30px;
}
.lf-share-button svg {
width: 30px;
height: 30px;
padding: 5px;
}
.lf-blog-post-content {
float: left;
width: 100%;
}
.lf-blog-post-content p {
margin: 8px 0;
} @media screen and (max-width: 950px) {
}
@media screen and (max-width: 600px) {
.lf-blog-post-container h1 {
font-size: 30px;
}
.lf-blog-post-excerpt {
font-size: 18px;
}
.lf-blog-post-info-container {
flex-direction: column;
}
}.lf-blog-post-info-col {
float: right;
}
.lf-blog-post-info-val {
float: right;
margin: 0 0 0 8px;
}
.lf-blog-post-info-val i {
float: right;
margin: 0 0 0 2px;
}
.lf-blog-post-share-container {
float: left;
}
.lf-blog-post-tags-container {
float: right;
margin: 2px 0;
}
.lf-blog-post-tag {
float: right;
}
.lf-blog-post-tag a {
float: right;
height: 20px;
}
.lf-blog-post-tag + .lf-blog-post-tag {
margin: 0 5px 0 0;
}