.ns-footer {
padding: 20px 10px;
background-color: var(--ns-footer-bg, #ec2260);
color: var(--ns-footer-text, #ffffff);
width: 100%;
}
.ns-footer a {
color: var(--ns-footer-text, #ffffff);
}
.ns-footer a:hover {
text-decoration: underline !important;
color: var(--ns-footer-text, #ffffff);
}
.ns-footer-container {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.ns-footer-left {
width: 100%;
max-width: 660px;
text-align: left;
}
.ns-footer-right {
width: 100%;
max-width: 660px;
text-align: right;
}
.ns-footer-img {
height: 16px;
}
.netstudio-icon {
display: flex;
align-items: center;
}
.netstudio-icon:before {
content: "";
display: inline-block;
width: 14px;
height: 14px;
background-image: url(//makelis.com/wp-content/plugins/netstudio-admin/img/netstudioicon.svg);
background-size: 14px 14px;
background-repeat: no-repeat;
margin: 0 5px;
}
@media (max-width: 768px) {
.ns-footer-container {
display: flex;
flex-direction: column;
align-items: center;
}
.ns-footer-left {
display: flex;
justify-content: center;
}
.ns-footer-right {
display: flex;
justify-content: center;
}
}.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}ul .wpml-ls-menu-item a{display:flex;align-items:center}