.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.enp-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9999;
animation: fadeIn 0.3s ease-in-out;
}
.enp-popup {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #ffffff;
border-radius: 12px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
max-width: 500px;
width: 90%;
max-height: 90vh;
overflow-y: auto;
animation: slideIn 0.3s ease-out;
}
.enp-content {
padding: 30px;
}
.enp-content h3 {
margin: 0 0 20px 0;
font-size: 22px;
color: #333;
text-align: center;
line-height: 1.4;
}
.enp-buttons {
display: flex;
gap: 15px;
justify-content: center;
margin-top: 25px;
}
.enp-btn {
padding: 12px 24px;
border: none;
border-radius: 6px;
font-size: 16px;
cursor: pointer;
transition: all 0.3s ease;
font-weight: 500;
}
.enp-btn-primary {
background-color: #007cba;
color: white;
}
.enp-btn-primary:hover {
background-color: #005a87;
transform: translateY(-1px);
box-shadow: 0 2px 8px rgba(0, 124, 186, 0.3);
}
.enp-btn-secondary {
background-color: #f0f0f0;
color: #333;
}
.enp-btn-secondary:hover {
background-color: #e0e0e0;
} .enp-form-group {
margin-bottom: 20px;
}
.enp-form-group label {
display: block;
margin-bottom: 8px;
font-weight: 500;
color: #333;
font-size: 15px;
}
.enp-form-group input[type="text"],
.enp-form-group input[type="tel"],
.enp-form-group input[type="email"] {
width: 100%;
padding: 10px 14px;
border: 1px solid #ddd;
border-radius: 6px;
font-size: 15px;
transition: border-color 0.3s ease;
box-sizing: border-box;
}
.enp-form-group input:focus {
outline: none;
border-color: #007cba;
box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.1);
} .enp-checkbox-group {
display: flex;
flex-direction: column;
gap: 12px;
}
.enp-checkbox {
display: flex;
align-items: center;
cursor: pointer;
user-select: none;
}
.enp-checkbox input[type="checkbox"] {
width: 20px;
height: 20px;
margin-right: 10px;
cursor: pointer;
position: relative;
-webkit-appearance: none;
appearance: none;
border: 2px solid #ddd;
border-radius: 4px;
transition: all 0.3s ease;
}
.enp-checkbox input[type="checkbox"]:checked {
background-color: #007cba;
border-color: #007cba;
}
.enp-checkbox input[type="checkbox"]:checked::after {
content: '✓';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
font-size: 14px;
font-weight: bold;
}
.enp-checkbox span {
font-size: 15px;
color: #333;
} .enp-message {
margin-top: 20px;
padding: 12px 16px;
border-radius: 6px;
text-align: center;
display: none;
}
.enp-message.success {
background-color: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
.enp-message.error {
background-color: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
} .enp-success-message {
text-align: center;
padding: 40px 20px;
}
.enp-success-message h3 {
color: #155724;
font-size: 24px;
margin: 0;
line-height: 1.4;
} @keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes slideIn {
from {
transform: translate(-50%, -50%) scale(0.9);
opacity: 0;
}
to {
transform: translate(-50%, -50%) scale(1);
opacity: 1;
}
} @media (max-width: 600px) {
.enp-popup {
width: 95%;
}
.enp-content {
padding: 20px;
}
.enp-content h3 {
font-size: 18px;
}
.enp-buttons {
flex-direction: column;
gap: 10px;
}
.enp-btn {
width: 100%;
}
}#glt-settings.wrap {
max-width:1300px;
}
#glt-settings.wrap:after {
content:'';
display:block;
clear:both;
}
#glt-footer,
#glt-footer #google_language_translator {
display:none !important;
}
#glt-translate-trigger,
#glt-translate-trigger span {
cursor:pointer;
}
#glt-settings .glt-main-settings h3:before {
content:'\f108';
}
#glt-settings .glt-layout-settings h3:before {
content:'\f116';
}
#glt-settings .glt-floating-widget-settings h3:before {
content:'\f134';
}
#glt-settings .glt-behavior-settings h3:before {
content:'\f185';
}
#glt-settings .glt-usage-settings h3:before {
content:'\f106';
}
#glt-settings .glt-preview-settings h3:before {
content:'\f115';
}
#glt-settings .glt-flag-settings h3:before {
content:'\f227';
}
#glt-settings .glt-seo-settings h3:before {
content:'\f11e';
}
#glt-settings .glt-gtranslate-ad h3:before {
content:'\f326';
}
#glt-settings .glt-css-settings h3:before {
content:'\f119';
}
#glt-settings .glt-seo-settings {background-color: #FFC293;}
#glt-settings .glt-main-settings h3:before,
#glt-settings .glt-layout-settings h3:before,
#glt-settings .glt-behavior-settings h3:before,
#glt-settings .glt-floating-widget-settings h3:before,
#glt-settings .glt-usage-settings h3:before,
#glt-settings .glt-preview-settings h3:before,
#glt-settings .glt-flag-settings h3:before,
#glt-settings .glt-seo-settings h3:before,
#glt-settings .glt-gtranslate-ad h3:before,
#glt-settings .glt-css-settings h3:before {
margin-right: 5px;
display: inline-block;
width: 20px;
height: 20px;
font-size: 20px;
line-height: 1;
font-family: dashicons;
text-decoration: inherit;
font-weight: 400;
font-style: normal;
vertical-align: top;
text-align: center;
-webkit-transition: color .1s ease-in 0;
transition: color .1s ease-in 0;
-webkit-font-smoothing: antialiased;
}
#glt-settings .button,
#glt-settings .button-primary {
text-shadow: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
box-shadow: none;
transition: .25s opacity ease-in-out;
-webkit-transition: .25s opacity ease-in-out;
-moz-transition: .25s opacity ease-in-out;
}
#glt-settings .button {
background: #95a5a6;
border:1px solid #95a5a6;
color:#fff;
}
#glt-settings .button-primary {
background:#ea4335;
border:1px solid #ea4335;
}
#glt-settings .button:hover {
opacity:0.8;
}
#glt-settings .button-primary:hover {
opacity:0.8;
background:#ea4335;
border:1px solid #ea4335;
}
.tool-container {
bottom:50px !important;
top:auto !important;
z-index:99999999 !important;
}
.tool-container .tool-items a {
margin:4px;
}
.box-right {
clear:right;
}
a.wp-studio-logo:focus,
a.wp-helpdesk-logo:focus {
box-shadow:none !important;
-webkit-box-shadow:none !important;
-moz-box-shadow:none !important;
}
.goog-te-gadget-simple {
margin:4px 0;
}
#google_language_translator select.goog-te-combo {
width:143px;
background:#fff;
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
padding:3px !important;
height:auto !important;
border:1px solid lightgray !important;
border-radius:0px !important;
-webkit-border-radius:0px;
-moz-border-radius:0px !important;
-o-border-radius:0px !important;
}
#google_language_translator select.goog-te-combo:focus {
outline:none !important;
}
#flags {
overflow:hidden;
}
#flags ul {
margin:0;
padding:0;
}
#flags li {
float:left !important;
margin-bottom:0 !important;
padding:0 !important;
border:none !important;
list-style:none !important;
content:none !important;
}
#flags li:before {
content:none !important;
border:none !important;
background:none !important;
}
#flags a,
.tool-container .tool-items a {
display:inline-block;
cursor:pointer;
}
a.nturl.single-language {
border:0;
}
a.single-language span.flag {
display:inline-block;
vertical-align:middle;
margin-right:5px;
}
#flags.size24 a,
.tool-container .tool-items a,
a.single-language span.size24 {
width: 24px !important;
height: 18px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
#flags.size22 a,
a.single-language span.size22 {
width: 22px !important;
height: 17px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
#flags.size20 a,
a.single-language span.size20 {
width: 20px !important;
height: 14px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
#flags.size18 a,
a.single-language span.size18 {
width: 18px !important;
height: 14px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
#flags.size16 a,
#language span.size16,
a.single-language span.size16 {
width: 16px !important;
height: 12px !important;
box-sizing:content-box;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
-o-box-sizing:content-box;
-ms-box-sizing:content-box;
}
.tool-container .tool-items a {
display:inline-block;
margin:3px 5px 3px;
width:24px !important;
height:18px !important;
}
.goog-te-gadget {
color:#444;
font-size:11px;
font-family:"Arial",sans,sans-serif;
}
.goog-te-gadget img {
vertical-align:middle;
}
select.goog-te-combo:focus {
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
}
.metabox-holder {
width:65%;
float:left;
}
.metabox-holder h2 {
margin-bottom:18px;
}
.submit {
padding:0px;
}
.form-table th {
width:50%;
}
td.advanced {
padding-top:0px;
padding-bottom:0px;
}
p.hello {
font-size:12px;
color:darkgray;
}
.flag{
padding:1px 0;
}
a.nturl {
cursor:pointer;
}
.flag img,
.alt_flag img{
border:0px !important;
margin-top:2px !important;
padding:0px !important;
}
.attribution {
width:152px;
line-height:1em;
margin-top:4px;
}
span.goog-branding {
font-size: 11px;
font-family: arial;
color: rgb(102, 102, 102);
white-space: nowrap;
padding-top: 4px;
text-align: left;
width: 150px;
margin-top: 2px;
left:170px;
z-index: 9999;
float: right;
}
.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
font-size: 12px;
font-weight: bold;
color: rgb(68, 68, 68);
text-decoration: none;
line-height:0.8em;
}
span.goog-branding img {
float: left;
margin:0px;
width: 37px;
}
span.vertical-translator {
position:auto;
float:none !important;
font-size: 11px;
font-family: arial;
color: rgb(102, 102, 102);
white-space: nowrap;
vertical-align: middle;
padding-top: 4px;
text-align: left;
width: 150px;
margin-top: 2px;
right: -50px;
z-index: 9999;
}
.tool-container .tool-items .flag img {
width:24px !important;
height:24px !important;
margin-top:1px !important;
}
.tool-items .flag {
padding:0px !important;
}
.tool-container {
line-height:1;
}
#footer-instance {
display:none !important;
}
code {
border:1px solid lightgray;
} #flags.size22 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -3px no-repeat;
}
#flags.size22 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -3px no-repeat;
}
#flags.size22 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -467px no-repeat;
}
#flags.size22 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -3px no-repeat;
}
#flags.size22 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -3px no-repeat;
}
#flags.size22 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -3px no-repeat;
}
#flags.size22 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -3px no-repeat;
}
#flags.size22 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -32px no-repeat;
}
#flags.size22 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -32px no-repeat;
}
#flags.size22 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -32px no-repeat;
}
#flags.size22 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -32px no-repeat;
}
#flags.size22 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -32px no-repeat;
}
#flags.size22 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -32px no-repeat;
}
#flags.size22 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -409px no-repeat;
}
#flags.size22 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -61px no-repeat;
}
#flags.size22 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -61px no-repeat;
}
#flags.size22 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -90px no-repeat;
}
#flags.size22 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -61px no-repeat;
}
#flags.size22 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Afrikaans"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -61px no-repeat;
}
#flags.size22 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -61px no-repeat;
}
#flags.size22 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -61px no-repeat;
}
#flags.size22 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -351px no-repeat;
}
#flags.size22 a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -351px no-repeat;
}
#flags.size22 a.canada[title="English"],
a.single-language.canada[title="English"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -438px no-repeat;
}
#flags.size22 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -90px no-repeat;
}
#flags.size22 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -90px no-repeat;
}
#flags.size22 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -90px no-repeat;
}
#flags.size22 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -90px no-repeat;
}
#flags.size22 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -90px no-repeat;
}
#flags.size22 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -61px no-repeat;
}
#flags.size22 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -90px no-repeat;
}
#flags.size22 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -119px no-repeat;
}
#flags.size22 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -119px no-repeat;
}
#flags.size22 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -119px no-repeat;
}
#flags.size22 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -119px no-repeat;
}
#flags.size22 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -119px no-repeat;
}
#flags.size22 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -119px no-repeat;
}
#flags.size22 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -467px no-repeat;
}
#flags.size22 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"] {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -148px no-repeat;
}
#flags.size22 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -148px no-repeat;
}
#flags.size22 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -148px no-repeat;
}
#flags.size22 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -148px no-repeat;
}
#flags.size22 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -148px no-repeat;
}
#flags.size22 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -148px no-repeat;
}
#flags.size22 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -177px no-repeat;
}
#flags.size22 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -177px no-repeat;
}
#flags.size22 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -177px no-repeat;
}
#flags.size22 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -177px no-repeat;
}
#flags.size22 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -177px no-repeat;
}
#flags.size22 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -177px no-repeat;
}
#flags.size22 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -409px no-repeat;
}
#flags.size22 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -206px no-repeat;
}
#flags.size22 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -206px no-repeat;
}
#flags.size22 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -467px no-repeat;
}
#flags.size22 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -467px no-repeat;
}
#flags.size22 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -206px no-repeat;
}
#flags.size22 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -206px no-repeat;
}
#flags.size22 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -206px no-repeat;
}
#flags.size22 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -206px no-repeat;
}
#flags.size22 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -496px no-repeat;
}
#flags.size22 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -235px no-repeat;
}
#flags.size22 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -409px no-repeat;
}
#flags.size22 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -235px no-repeat;
}
#flags.size22 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -409px no-repeat;
}
#flags.size22 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -235px no-repeat;
}
#flags.size22 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -235px no-repeat;
}
#flags.size22 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -235px no-repeat;
}
#flags.size22 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -235px no-repeat;
}
#flags.size22 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Buremese)"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -409px no-repeat;
}
#flags.size22 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -264px no-repeat;
}
#flags.size22 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -264px no-repeat;
}
#flags.size22 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -496px no-repeat;
}
#flags.size22 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -264px no-repeat;
}
#flags.size22 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -264px no-repeat;
}
#flags.size22 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -264px no-repeat;
}
#flags.size22 a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -438px no-repeat;
}
#flags.size22 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -264px no-repeat;
}
#flags.size22 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -293px no-repeat;
}
#flags.size22 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -293px no-repeat;
}
#flags.size22 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -467px no-repeat;
}
#flags.size22 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -467px no-repeat;
}
#flags.size22 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -293px no-repeat;
}
#flags.size22 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -409px no-repeat;
}
#flags.size22 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -496px no-repeat;
}
#flags.size22 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -351px no-repeat;
}
#flags.size22 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -438px no-repeat;
}
#flags.size22 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -293px no-repeat;
}
#flags.size22 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -293px no-repeat;
}
#flags.size22 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -293px no-repeat;
}
#flags.size22 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -322px no-repeat;
}
#flags.size22 a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -438px no-repeat;
}
#flags.size22 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanse"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -380px no-repeat;
}
#flags.size22 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -322px no-repeat;
}
#flags.size22 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -322px no-repeat;
}
#flags.size22 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -438px no-repeat;
}
#flags.size22 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -322px no-repeat;
}
#flags.size22 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -322px no-repeat;
}
#flags.size22 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -322px no-repeat;
}
#flags.size22 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -351px no-repeat;
}
#flags.size22 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -351px no-repeat;
}
#flags.size22 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -438px no-repeat;
}
#flags.size22 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -146px -351px no-repeat;
}
#flags.size22 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -380px no-repeat;
}
#flags.size22 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -30px -380px no-repeat;
}
#flags.size22 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -1px -3px no-repeat;
}
#flags.size22 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -59px -380px no-repeat;
}
#flags.size22 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -88px -380px no-repeat;
}
#flags.size22 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size22 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags22.png) -117px -380px no-repeat;
} #flags.size20 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -4px no-repeat;
}
#flags.size20 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -4px no-repeat;
}
#flags.size20 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -468px no-repeat;
}
#flags.size20 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -4px no-repeat;
}
#flags.size20 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -4px no-repeat;
}
#flags.size20 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -4px no-repeat;
}
#flags.size20 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -4px no-repeat;
}
#flags.size20 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -33px no-repeat;
}
#flags.size20 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -33px no-repeat;
}
#flags.size20 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -33px no-repeat;
}
#flags.size20 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -33px no-repeat;
}
#flags.size20 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -33px no-repeat;
}
#flags.size20 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -33px no-repeat;
}
#flags.size20 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -410px no-repeat;
}
#flags.size20 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -62px no-repeat;
}
#flags.size20 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -62px no-repeat;
}
#flags.size20 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -91px no-repeat;
}
#flags.size20 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -62px no-repeat;
}
#flags.size20 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -62px no-repeat;
}
#flags.size20 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -62px no-repeat;
}
#flags.size20 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -62px no-repeat;
}
#flags.size20 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -352px no-repeat;
}
#flags.size20 a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -352px no-repeat;
}
#flags.size20 a.canada[title="English"],
a.single-language.canada[title="English"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -439px no-repeat;
}
#flags.size20 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -91px no-repeat;
}
#flags.size20 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -91px no-repeat;
}
#flags.size20 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -91px no-repeat;
}
#flags.size20 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -91px no-repeat;
}
#flags.size20 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -91px no-repeat;
}
#flags.size20 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -62px no-repeat;
}
#flags.size20 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -91px no-repeat;
}
#flags.size20 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -120px no-repeat;
}
#flags.size20 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -120px no-repeat;
}
#flags.size20 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -120px no-repeat;
}
#flags.size20 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -120px no-repeat;
}
#flags.size20 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -120px no-repeat;
}
#flags.size20 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -120px no-repeat;
}
#flags.size20 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -468px no-repeat;
}
#flags.size20 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -149px no-repeat;
}
#flags.size20 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -149px no-repeat;
}
#flags.size20 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -149px no-repeat;
}
#flags.size20 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -149px no-repeat;
}
#flags.size20 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -149px no-repeat;
}
#flags.size20 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -149px no-repeat;
}
#flags.size20 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -178px no-repeat;
}
#flags.size20 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -178px no-repeat;
}
#flags.size20 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -178px no-repeat;
}
#flags.size20 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -178px no-repeat;
}
#flags.size20 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -178px no-repeat;
}
#flags.size20 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -178px no-repeat;
}
#flags.size20 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -410px no-repeat;
}
#flags.size20 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -207px no-repeat;
}
#flags.size20 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -207px no-repeat;
}
#flags.size20 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -468px no-repeat;
}
#flags.size20 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -468px no-repeat;
}
#flags.size20 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -207px no-repeat;
}
#flags.size20 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -207px no-repeat;
}
#flags.size20 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -207px no-repeat;
}
#flags.size20 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -207px no-repeat;
}
#flags.size20 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -497px no-repeat;
}
#flags.size20 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -236px no-repeat;
}
#flags.size20 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -410px no-repeat;
}
#flags.size20 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -236px no-repeat;
}
#flags.size20 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -236px no-repeat;
}
#flags.size20 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -410px no-repeat;
}
#flags.size20 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -236px no-repeat;
}
#flags.size20 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -236px no-repeat;
}
#flags.size20 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -236px no-repeat;
}
#flags.size20 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -410px no-repeat;
}
#flags.size20 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -265px no-repeat;
}
#flags.size20 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -265px no-repeat;
}
#flags.size20 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -497px no-repeat;
}
#flags.size20 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -265px no-repeat;
}
#flags.size20 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -265px no-repeat;
}
#flags.size20 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -265px no-repeat;
}
#flags.size20 a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -439px no-repeat;
}
#flags.size20 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -265px no-repeat;
}
#flags.size20 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -294px no-repeat;
}
#flags.size20 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -294px no-repeat;
}
#flags.size20 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -468px no-repeat;
}
#flags.size20 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -468px no-repeat;
}
#flags.size20 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -294px no-repeat;
}
#flags.size20 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -410px no-repeat;
}
#flags.size20 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -497px no-repeat;
}
#flags.size20 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -352px no-repeat;
}
#flags.size20 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -439px no-repeat;
}
#flags.size20 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -294px no-repeat;
}
#flags.size20 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -294px no-repeat;
}
#flags.size20 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -294px no-repeat;
}
#flags.size20 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -323px no-repeat;
}
#flags.size20 a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -439px no-repeat;
}
#flags.size20 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -381px no-repeat;
}
#flags.size20 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -323px no-repeat;
}
#flags.size20 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -323px no-repeat;
}
#flags.size20 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -439px no-repeat;
}
#flags.size20 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -323px no-repeat;
}
#flags.size20 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -323px no-repeat;
}
#flags.size20 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -323px no-repeat;
}
#flags.size20 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -352px no-repeat;
}
#flags.size20 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -352px no-repeat;
}
#flags.size20 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -147px -352px no-repeat;
}
#flags.size20 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -439px no-repeat;
}
#flags.size20 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -381px no-repeat;
}
#flags.size20 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -31px -381px no-repeat;
}
#flags.size20 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -2px -4px no-repeat;
}
#flags.size20 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -60px -381px no-repeat;
}
#flags.size20 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -89px -381px no-repeat;
}
#flags.size20 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size20 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags20.png) -118px -381px no-repeat;
} #flags.size18 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -4px no-repeat;
}
#flags.size18 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -4px no-repeat;
}
#flags.size18 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -468px no-repeat;
}
#flags.size18 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -4px no-repeat;
}
#flags.size18 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -4px no-repeat;
}
#flags.size18 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -4px no-repeat;
}
#flags.size18 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -4px no-repeat;
}
#flags.size18 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -33px no-repeat;
}
#flags.size18 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -33px no-repeat;
}
#flags.size18 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -33px no-repeat;
}
#flags.size18 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -33px no-repeat;
}
#flags.size18 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -33px no-repeat;
}
#flags.size18 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -33px no-repeat;
}
#flags.size18 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -410px no-repeat;
}
#flags.size18 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -62px no-repeat;
}
#flags.size18 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -62px no-repeat;
}
#flags.size18 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -91px no-repeat;
}
#flags.size18 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -62px no-repeat;
}
#flags.size18 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -62px no-repeat;
}
#flags.size18 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -62px no-repeat;
}
#flags.size18 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -62px no-repeat;
}
#flags.size18 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -352px no-repeat;
}
#flags.size18 a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -352px no-repeat;
}
#flags.size18 a.canada[title="English"] a.single-language.canada[title="English"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -439px no-repeat;
}
#flags.size18 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -91px no-repeat;
}
#flags.size18 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -91px no-repeat;
}
#flags.size18 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -91px no-repeat;
}
#flags.size18 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -91px no-repeat;
}
#flags.size18 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -91px no-repeat;
}
#flags.size18 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -62px no-repeat;
}
#flags.size18 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -91px no-repeat;
}
#flags.size18 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -120px no-repeat;
}
#flags.size18 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -120px no-repeat;
}
#flags.size18 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -120px no-repeat;
}
#flags.size18 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -120px no-repeat;
}
#flags.size18 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -120px no-repeat;
}
#flags.size18 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -468px no-repeat;
}
#flags.size18 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -120px no-repeat;
}
#flags.size18 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -149px no-repeat;
}
#flags.size18 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -149px no-repeat;
}
#flags.size18 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -149px no-repeat;
}
#flags.size18 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -149px no-repeat;
}
#flags.size18 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -149px no-repeat;
}
#flags.size18 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -149px no-repeat;
}
#flags.size18 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -178px no-repeat;
}
#flags.size18 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -178px no-repeat;
}
#flags.size18 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -178px no-repeat;
}
#flags.size18 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -178px no-repeat;
}
#flags.size18 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -178px no-repeat;
}
#flags.size18 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -178px no-repeat;
}
#flags.size18 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -410px no-repeat;
}
#flags.size18 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -207px no-repeat;
}
#flags.size18 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -207px no-repeat;
}
#flags.size18 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -468px no-repeat;
}
#flags.size18 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -468px no-repeat;
}
#flags.size18 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -207px no-repeat;
}
#flags.size18 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -207px no-repeat;
}
#flags.size18 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -207px no-repeat;
}
#flags.size18 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -207px no-repeat;
}
#flags.size18 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -496px no-repeat;
}
#flags.size18 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -236px no-repeat;
}
#flags.size18 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -410px no-repeat;
}
#flags.size18 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -236px no-repeat;
}
#flags.size18 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -410px no-repeat;
}
#flags.size18 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -236px no-repeat;
}
#flags.size18 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -236px no-repeat;
}
#flags.size18 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -236px no-repeat;
}
#flags.size18 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -236px no-repeat;
}
#flags.size18 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -410px no-repeat;
}
#flags.size18 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -265px no-repeat;
}
#flags.size18 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -265px no-repeat;
}
#flags.size18 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -496px no-repeat;
}
#flags.size18 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -265px no-repeat;
}
#flags.size18 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -265px no-repeat;
}
#flags.size18 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -265px no-repeat;
}
#flags.size18 a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -439px no-repeat;
}
#flags.size18 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -265px no-repeat;
}
#flags.size18 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -294px no-repeat;
}
#flags.size18 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -294px no-repeat;
}
#flags.size18 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -468px no-repeat;
}
#flags.size18 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -468px no-repeat;
}
#flags.size18 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -294px no-repeat;
}
#flags.size18 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -410px no-repeat;
}
#flags.size18 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -496px no-repeat;
}
#flags.size18 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -352px no-repeat;
}
#flags.size18 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -439px no-repeat;
}
#flags.size18 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -294px no-repeat;
}
#flags.size18 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -294px no-repeat;
}
#flags.size18 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -294px no-repeat;
}
#flags.size18 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -323px no-repeat;
}
#flags.size18 a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -439px no-repeat;
}
#flags.size18 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -381px no-repeat;
}
#flags.size18 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -323px no-repeat;
}
#flags.size18 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -323px no-repeat;
}
#flags.size18 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -439px no-repeat;
}
#flags.size18 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -323px no-repeat;
}
#flags.size18 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -323px no-repeat;
}
#flags.size18 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -323px no-repeat;
}
#flags.size18 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -352px no-repeat;
}
#flags.size18 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -352px no-repeat;
}
#flags.size18 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -147px -352px no-repeat;
}
#flags.size18 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -439px no-repeat;
}
#flags.size18 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -381px no-repeat;
}
#flags.size18 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -31px -381px no-repeat;
}
#flags.size18 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -2px -4px no-repeat;
}
#flags.size18 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -60px -381px no-repeat;
}
#flags.size18 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -89px -381px no-repeat;
}
#flags.size18 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size18 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags18.png) -118px -381px no-repeat;
} #flags.size16 a[title="Afrikaans"],
#language .switcher .selected a[title="Afrikaans"] span,
#language .switcher .option a[title="Afrikaans"] span,
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -5px no-repeat;
}
#flags.size16 a[title="Albanian"],
#language .switcher .selected a[title="Albanian"] span,
#language .switcher .option a[title="Albanian"] span,
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -5px no-repeat;
}
#flags.size16 a[title="Amharic"],
#language .switcher .selected a[title="Amharic"] span,
#language .switcher .option a[title="Amharic"] span,
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -469px no-repeat;
}
#flags.size16 a[title="Arabic"],
#language .switcher .selected a[title="Arabic"] span,
#language .switcher .option a[title="Arabic"] span,
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -5px no-repeat;
}
#flags.size16 a[title="Armenian"],
#language .switcher .selected a[title="Armenian"] span,
#language .switcher .option a[title="Armenian"] span,
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -5px no-repeat;
}
#flags.size16 a[title="Azerbaijani"],
#language .switcher .selected a[title="Azerbaijani"] span,
#language .switcher .option a[title="Azerbaijani"] span,
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -5px no-repeat;
}
#flags.size16 a[title="Basque"],
#language .switcher .selected a[title="Basque"] span,
#language .switcher .option a[title="Basque"] span,
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -5px no-repeat;
}
#flags.size16 a[title="Belarusian"],
#language .switcher .selected a[title="Belarusian"] span,
#language .switcher .option a[title="Belarusian"] span,
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -34px no-repeat;
}
#flags.size16 a[title="Bengali"],
#language .switcher .selected a[title="Bengali"] span,
#language .switcher .option a[title="Bengali"] span,
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -34px no-repeat;
}
#flags.size16 a[title="Bosnian"],
#language .switcher .selected a[title="Bosnian"] span,
#language .switcher .option a[title="Bosnian"] span,
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -34px no-repeat;
}
#flags.size16 a[title="Bulgarian"],
#language .switcher .selected a[title="Bulgarian"] span,
#language .switcher .option a[title="Bulgarian"] span,
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -34px no-repeat;
}
#flags.size16 a[title="Catalan"],
#language .switcher .selected a[title="Catalan"] span,
#language .switcher .option a[title="Catalan"] span,
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -34px no-repeat;
}
#flags.size16 a[title="Cebuano"],
#language .switcher .selected a[title="Cebuano"] span,
#language .switcher .option a[title="Cebuano"] span,
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -34px no-repeat;
}
#flags.size16 a[title="Chichewa"],
#language .switcher .selected a[title="Chichewa"] span,
#language .switcher .option a[title="Chichewa"] span,
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -411px no-repeat;
}
#flags.size16 a[title="Chinese (Simplified)"],
#language .switcher .selected a[title="Chinese (Simplified)"] span,
#language .switcher .option a[title="Chinese (Simplified)"] span,
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -63px no-repeat;
}
#flags.size16 a[title="Chinese (Traditional)"],
#language .switcher .selected a[title="Chinese (Traditional)"] span,
#language .switcher .option a[title="Chinese (Traditional)"] span,
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -63px no-repeat;
}
#flags.size16 a[title="Corsican"],
#language .switcher .selected a[title="Corsican"] span,
#language .switcher .option a[title="Corsican"] span,
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -92px no-repeat;
}
#flags.size16 a[title="Croatian"],
#language .switcher .selected a[title="Croatian"] span,
#language .switcher .option a[title="Croatian"] span,
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -63px no-repeat;
}
#flags.size16 a[title="Czech"],
#language .switcher .selected a[title="Czech"] span,
#language .switcher .option a[title="Czech"] span,
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -63px no-repeat;
}
#flags.size16 a[title="Danish"],
#language .switcher .selected a[title="Danish"] span,
#language .switcher .option a[title="Danish"] span,
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -63px no-repeat;
}
#flags.size16 a[title="Dutch"],
#language .switcher .selected a[title="Dutch"] span,
#language .switcher .option a[title="Dutch"] span,
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -63px no-repeat;
}
#flags.size16 a[title="English"],
#language .switcher .selected a[title="English"] span,
#language .switcher .option a[title="English"] span,
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -353px no-repeat;
}
#flags.size16 a.united-states[title="English"],
#language .switcher .selected a[title="English"] span.united-states,
#language .switcher .option a[title="English"] span.united-states,
a.single-language.united-states[title="English"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -353px no-repeat;
}
#flags.size16 a.canada[title="English"],
#language .switcher .selected a[title="English"] span.canada,
#language .switcher .option a[title="English"] span.canada,
a.single-language.canada[title="English"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -440px no-repeat;
}
#flags.size16 a[title="Esperanto"],
#language .switcher .selected a[title="Esperanto"] span,
#language .switcher .option a[title="Esperanto"] span,
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -92px no-repeat;
}
#flags.size16 a[title="Estonian"],
#language .switcher .selected a[title="Estonian"] span,
#language .switcher .option a[title="Estonian"] span,
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -92px no-repeat;
}
#flags.size16 a[title="Filipino"],
#language .switcher .selected a[title="Filipino"] span,
#language .switcher .option a[title="Filipino"] span,
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -92px no-repeat;
}
#flags.size16 a[title="Finnish"],
#language .switcher .selected a[title="Finnish"] span,
#language .switcher .option a[title="Finnish"] span,
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -92px no-repeat;
}
#flags.size16 a[title="French"],
#language .switcher .selected a[title="French"] span,
#language .switcher .option a[title="French"] span,
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -92px no-repeat;
}
#flags.size16 a[title="Frisian"],
#language .switcher .selected a[title="Frisian"] span,
#language .switcher .option a[title="Frisian"] span,
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -63px no-repeat;
}
#flags.size16 a[title="Galician"],
#language .switcher .selected a[title="Galician"] span,
#language .switcher .option a[title="Galician"] span,
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -92px no-repeat;
}
#flags.size16 a[title="Georgian"],
#language .switcher .selected a[title="Georgian"] span,
#language .switcher .option a[title="Georgian"] span,
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -121px no-repeat;
}
#flags.size16 a[title="German"],
#language .switcher .selected a[title="German"] span,
#language .switcher .option a[title="German"] span,
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -121px no-repeat;
}
#flags.size16 a[title="Greek"],
#language .switcher .selected a[title="Greek"] span,
#language .switcher .option a[title="Greek"] span,
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -121px no-repeat;
}
#flags.size16 a[title="Gujarati"],
#language .switcher .selected a[title="Gujarati"] span,
#language .switcher .option a[title="Gujarati"] span,
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -121px no-repeat;
}
#flags.size16 a[title="Haitian"],
#language .switcher .selected a[title="Haitian"] span,
#language .switcher .option a[title="Haitian"] span,
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -121px no-repeat;
}
#flags.size16 a[title="Hawaiian"],
#language .switcher .selected a[title="Hawaiian"] span,
#language .switcher .option a[title="Hawaiian"] span,
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -469px no-repeat;
}
#flags.size16 a[title="Hausa"],
#language .switcher .selected a[title="Hausa"] span,
#language .switcher .option a[title="Hausa"] span,
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -121px no-repeat;
}
#flags.size16 a[title="Hebrew"],
#language .switcher .selected a[title="Hebrew"] span,
#language .switcher .option a[title="Hebrew"] span,
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -150px no-repeat;
}
#flags.size16 a[title="Hindi"],
#language .switcher .selected a[title="Hindi"] span,
#language .switcher .option a[title="Hindi"] span,
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -150px no-repeat;
}
#flags.size16 a[title="Hmong"],
#language .switcher .selected a[title="Hmong"] span,
#language .switcher .option a[title="Hmong"] span,
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -150px no-repeat;
}
#flags.size16 a[title="Hungarian"],
#language .switcher .selected a[title="Hungarian"] span,
#language .switcher .option a[title="Hungarian"] span,
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -150px no-repeat;
}
#flags.size16 a[title="Icelandic"],
#language .switcher .selected a[title="Icelandic"] span,
#language .switcher .option a[title="Icelandic"] span,
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -150px no-repeat;
}
#flags.size16 a[title="Igbo"],
#language .switcher .selected a[title="Igbo"] span,
#language .switcher .option a[title="Igbo"] span,
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -150px no-repeat;
}
#flags.size16 a[title="Indonesian"],
#language .switcher .selected a[title="Indonesian"] span,
#language .switcher .option a[title="Indonesian"] span,
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -179px no-repeat;
}
#flags.size16 a[title="Irish"],
#language .switcher .selected a[title="Irish"] span,
#language .switcher .option a[title="Irish"] span,
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -179px no-repeat;
}
#flags.size16 a[title="Italian"],
#language .switcher .selected a[title="Italian"] span,
#language .switcher .option a[title="Italian"] span,
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -179px no-repeat;
}
#flags.size16 a[title="Japanese"],
#language .switcher .selected a[title="Japanese"] span,
#language .switcher .option a[title="Japanese"] span,
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -179px no-repeat;
}
#flags.size16 a[title="Javanese"],
#language .switcher .selected a[title="Javanese"] span,
#language .switcher .option a[title="Javanese"] span,
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -179px no-repeat;
}
#flags.size16 a[title="Kannada"],
#language .switcher .selected a[title="Kannada"] span,
#language .switcher .option a[title="Kannada"] span,
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -179px no-repeat;
}
#flags.size16 a[title="Kazakh"],
#language .switcher .selected a[title="Kazakh"] span,
#language .switcher .option a[title="Kazakh"] span,
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -411px no-repeat;
}
#flags.size16 a[title="Khmer"],
#language .switcher .selected a[title="Khmer"] span,
#language .switcher .option a[title="Khmer"] span,
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -208px no-repeat;
}
#flags.size16 a[title="Korean"],
#language .switcher .selected a[title="Korean"] span,
#language .switcher .option a[title="Korean"] span,
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -208px no-repeat;
}
#flags.size16 a[title="Kurdish"],
#language .switcher .selected a[title="Kurdish"] span,
#language .switcher .option a[title="Kurdish"] span,
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -469px no-repeat;
}
#flags.size16 a[title="Kyrgyz"],
#language .switcher .selected a[title="Kyrgyz"] span,
#language .switcher .option a[title="Kyrgyz"] span,
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -469px no-repeat;
}
#flags.size16 a[title="Lao"],
#language .switcher .selected a[title="Lao"] span,
#language .switcher .option a[title="Lao"] span,
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -208px no-repeat;
}
#flags.size16 a[title="Latin"],
#language .switcher .selected a[title="Latin"] span,
#language .switcher .option a[title="Latin"] span,
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -208px no-repeat;
}
#flags.size16 a[title="Latvian"],
#language .switcher .selected a[title="Latvian"] span,
#language .switcher .option a[title="Latvian"] span,
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -208px no-repeat;
}
#flags.size16 a[title="Lithuanian"],
#language .switcher .selected a[title="Lithuanian"] span,
#language .switcher .option a[title="Lithuanian"] span,
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -208px no-repeat;
}
#flags.size16 a[title="Luxembourgish"],
#language .switcher .selected a[title="Luxembourgish"] span,
#language .switcher .option a[title="Luxembourgish"] span,
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -498px no-repeat;
}
#flags.size16 a[title="Macedonian"],
#language .switcher .selected a[title="Macedonian"] span,
#language .switcher .option a[title="Macedonian"] span,
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -237px no-repeat;
}
#flags.size16 a[title="Malay"],
#language .switcher .selected a[title="Malay"] span,
#language .switcher .option a[title="Malay"] span,
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -237px no-repeat;
}
#flags.size16 a[title="Malagasy"],
#language .switcher .selected a[title="Malagasy"] span,
#language .switcher .option a[title="Malagasy"] span,
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -411px no-repeat;
}
#flags.size16 a[title="Malayalam"],
#language .switcher .selected a[title="Malayalam"] span,
#language .switcher .option a[title="Malayalam"] span,
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -411px no-repeat;
}
#flags.size16 a[title="Maltese"],
#language .switcher .selected a[title="Maltese"] span,
#language .switcher .option a[title="Maltese"] span,
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -237px no-repeat;
}
#flags.size16 a[title="Maori"],
#language .switcher .selected a[title="Maori"] span,
#language .switcher .option a[title="Maori"] span,
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -237px no-repeat;
}
#flags.size16 a[title="Marathi"],
#language .switcher .selected a[title="Marathi"] span,
#language .switcher .option a[title="Marathi"] span,
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -237px no-repeat;
}
#flags.size16 a[title="Mongolian"],
#language .switcher .selected a[title="Mongolian"] span,
#language .switcher .option a[title="Mongolian"] span,
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -237px no-repeat;
}
#flags.size16 a[title="Myanmar (Burmese)"],
#language .switcher .selected a[title="Myanmar (Burmese)"] span,
#language .switcher .option a[title="Myanmar (Burmese)"] span,
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -411px no-repeat;
}
#flags.size16 a[title="Nepali"],
#language .switcher .selected a[title="Nepali"] span,
#language .switcher .option a[title="Nepali"] span,
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -266px no-repeat;
}
#flags.size16 a[title="Norwegian"],
#language .switcher .selected a[title="Norwegian"] span,
#language .switcher .option a[title="Norwegian"] span,
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -266px no-repeat;
}
#flags.size16 a[title="Pashto"],
#language .switcher .selected a[title="Pashto"] span,
#language .switcher .option a[title="Pashto"] span,
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -498px no-repeat;
}
#flags.size16 a[title="Persian"],
#language .switcher .selected a[title="Persian"] span,
#language .switcher .option a[title="Persian"] span,
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -266px no-repeat;
}
#flags.size16 a[title="Polish"],
#language .switcher .selected a[title="Polish"] span,
#language .switcher .option a[title="Polish"] span,
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -266px no-repeat;
}
#flags.size16 a[title="Portuguese"],
#language .switcher .selected a[title="Portuguese"] span,
#language .switcher .option a[title="Portuguese"] span,
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -266px no-repeat;
}
#flags.size16 a.brazil[title="Portuguese"],
#language .switcher .selected a[title="Portuguese"] span.brazil,
#language .switcher .option a[title="Portuguese"] span.brazil,
a.single-language.brazil[title="Portuguese"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -440px no-repeat;
}
#flags.size16 a[title="Punjabi"],
#language .switcher .selected a[title="Punjabi"] span,
#language .switcher .option a[title="Punjabi"] span,
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -266px no-repeat;
}
#flags.size16 a[title="Romanian"],
#language .switcher .selected a[title="Romanian"] span,
#language .switcher .option a[title="Romanian"] span,
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -295px no-repeat;
}
#flags.size16 a[title="Russian"],
#language .switcher .selected a[title="Russian"] span,
#language .switcher .option a[title="Russian"] span,
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -295px no-repeat;
}
#flags.size16 a[title="Samoan"],
#language .switcher .selected a[title="Samoan"] span,
#language .switcher .option a[title="Samoan"] span,
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -469px no-repeat;
}
#flags.size16 a[title="Scots Gaelic"],
#language .switcher .selected a[title="Scots Gaelic"] span,
#language .switcher .option a[title="Scots Gaelic"] span,
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -469px no-repeat;
}
#flags.size16 a[title="Serbian"],
#language .switcher .selected a[title="Serbian"] span,
#language .switcher .option a[title="Serbian"] span,
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -295px no-repeat;
}
#flags.size16 a[title="Sesotho"],
#language .switcher .selected a[title="Sesotho"] span,
#language .switcher .option a[title="Sesotho"] span,
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -411px no-repeat;
}
#flags.size16 a[title="Shona"],
#language .switcher .selected a[title="Shona"] span,
#language .switcher .option a[title="Shona"] span,
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -498px no-repeat;
}
#flags.size16 a[title="Sindhi"],
#language .switcher .selected a[title="Sindhi"] span,
#language .switcher .option a[title="Sindhi"] span,
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -353px no-repeat;
}
#flags.size16 a[title="Sinhala"],
#language .switcher .selected a[title="Sinhala"] span,
#language .switcher .option a[title="Sinhala"] span,
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -440px no-repeat;
}
#flags.size16 a[title="Slovak"],
#language .switcher .selected a[title="Slovak"] span,
#language .switcher .option a[title="Slovak"] span,
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -295px no-repeat;
}
#flags.size16 a[title="Slovenian"],
#language .switcher .selected a[title="Slovenian"] span,
#language .switcher .option a[title="Slovenian"] span,
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -295px no-repeat;
}
#flags.size16 a[title="Somali"],
#language .switcher .selected a[title="Somali"] span,
#language .switcher .option a[title="Somali"] span,
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -295px no-repeat;
}
#flags.size16 a[title="Spanish"],
#language .switcher .selected a[title="Spanish"] span,
#language .switcher .option a[title="Spanish"] span,
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -324px no-repeat;
}
#flags.size16 a.mexico[title="Spanish"],
#language .switcher .selected a[title="Spanish"] span.mexico,
#language .switcher .option a[title="Spanish"] span.mexico,
a.single-language.mexico[title="Spanish"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -440px no-repeat;
}
#flags.size16 a[title="Swahili"],
#language .switcher .selected a[title="Swahili"] span,
#language .switcher .option a[title="Swahili"] span,
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -324px no-repeat;
}
#flags.size16 a[title="Swedish"],
#language .switcher .selected a[title="Swedish"] span,
#language .switcher .option a[title="Swedish"] span,
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -324px no-repeat;
}
#flags.size16 a[title="Sundanese"],
#language .switcher .selected a[title="Sundanese"] span,
#language .switcher .option a[title="Sundanese"] span,
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -382px no-repeat;
}
#flags.size16 a[title="Tajik"],
#language .switcher .selected a[title="Tajik"] span,
#language .switcher .option a[title="Tajik"] span,
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -440px no-repeat;
}
#flags.size16 a[title="Tamil"],
#language .switcher .selected a[title="Tamil"] span,
#language .switcher .option a[title="Tamil"] span,
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -324px no-repeat;
}
#flags.size16 a[title="Telugu"],
#language .switcher .selected a[title="Telugu"] span,
#language .switcher .option a[title="Telugu"] span,
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -324px no-repeat;
}
#flags.size16 a[title="Thai"],
#language .switcher .selected a[title="Thai"] span,
#language .switcher .option a[title="Thai"] span,
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -324px no-repeat;
}
#flags.size16 a[title="Turkish"],
#language .switcher .selected a[title="Turkish"] span,
#language .switcher .option a[title="Turkish"] span,
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -353px no-repeat;
}
#flags.size16 a[title="Ukrainian"],
#language .switcher .selected a[title="Ukrainian"] span,
#language .switcher .option a[title="Ukrainian"] span,
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -353px no-repeat;
}
#flags.size16 a[title="Urdu"],
#language .switcher .selected a[title="Urdu"] span,
#language .switcher .option a[title="Urdu"] span,
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -149px -353px no-repeat;
}
#flags.size16 a[title="Uzbek"],
#language .switcher .selected a[title="Uzbek"] span,
#language .switcher .option a[title="Uzbek"] span,
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -440px no-repeat;
}
#flags.size16 a[title="Vietnamese"],
#language .switcher .selected a[title="Vietnamese"] span,
#language .switcher .option a[title="Vietnamese"] span,
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -382px no-repeat;
}
#flags.size16 a[title="Welsh"],
#language .switcher .selected a[title="Welsh"] span,
#language .switcher .option a[title="Welsh"] span,
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -33px -382px no-repeat;
}
#flags.size16 a[title="Xhosa"],
#language .switcher .selected a[title="Xhosa"] span,
#language .switcher .option a[title="Xhosa"] span,
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -4px -5px no-repeat;
}
#flags.size16 a[title="Yiddish"],
#language .switcher .selected a[title="Yiddish"] span,
#language .switcher .option a[title="Yiddish"] span,
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -62px -382px no-repeat;
}
#flags.size16 a[title="Yoruba"],
#language .switcher .selected a[title="Yoruba"] span,
a.single-language[title="Yoruba"] span.size16 span,
#language .switcher .option a[title="Yoruba"] span,
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -91px -382px no-repeat;
}
#flags.size16 a[title="Zulu"],
#language .switcher .selected a[title="Zulu"] span,
#language .switcher .option a[title="Zulu"] span,
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size16 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags16.png) -120px -382px no-repeat;
} #flags.size24 a[title="Afrikaans"],
.tool-container .tool-items a[title="Afrikaans"],
a.single-language[title="Afrikaans"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -3px no-repeat;
}
#flags.size24 a[title="Albanian"],
.tool-container .tool-items a[title="Albanian"],
a.single-language[title="Albanian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -3px no-repeat;
}
#flags.size24 a[title="Amharic"],
.tool-container .tool-items a[title="Amharic"],
a.single-language[title="Amharic"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -467px no-repeat;
}
#flags.size24 a[title="Arabic"],
.tool-container .tool-items a[title="Arabic"],
a.single-language[title="Arabic"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -3px no-repeat;
}
#flags.size24 a[title="Armenian"],
.tool-container .tool-items a[title="Armenian"],
a.single-language[title="Armenian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -3px no-repeat;
}
#flags.size24 a[title="Azerbaijani"],
.tool-container .tool-items a[title="Azerbaijani"],
a.single-language[title="Azerbaijani"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -3px no-repeat;
}
#flags.size24 a[title="Basque"],
.tool-container .tool-items a[title="Basque"],
a.single-language[title="Basque"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -3px no-repeat;
}
#flags.size24 a[title="Belarusian"],
.tool-container .tool-items a[title="Belarusian"],
a.single-language[title="Belarusian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -32px no-repeat;
}
#flags.size24 a[title="Bengali"],
.tool-container .tool-items a[title="Bengali"],
a.single-language[title="Bengali"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -32px no-repeat;
}
#flags.size24 a[title="Bosnian"],
.tool-container .tool-items a[title="Bosnian"],
a.single-language[title="Bosnian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -32px no-repeat;
}
#flags.size24 a[title="Bulgarian"],
.tool-container .tool-items a[title="Bulgarian"],
a.single-language[title="Bulgarian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -32px no-repeat;
}
#flags.size24 a[title="Catalan"],
.tool-container .tool-items a[title="Catalan"],
a.single-language[title="Catalan"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -32px no-repeat;
}
#flags.size24 a[title="Cebuano"],
.tool-container .tool-items a[title="Cebuano"],
a.single-language[title="Cebuano"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -32px no-repeat;
}
#flags.size24 a[title="Chichewa"],
.tool-container .tool-items a[title="Chichewa"],
a.single-language[title="Chichewa"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -409px no-repeat;
}
#flags.size24 a[title="Chinese (Simplified)"],
.tool-container .tool-items a[title="Chinese (Simplified)"],
a.single-language[title="Chinese (Simplified)"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -61px no-repeat;
}
#flags.size24 a[title="Chinese (Traditional)"],
.tool-container .tool-items a[title="Chinese (Traditional)"],
a.single-language[title="Chinese (Traditional)"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -61px no-repeat;
}
#flags.size24 a[title="Corsican"],
.tool-container .tool-items a[title="Corsican"],
a.single-language[title="Corsican"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -90px no-repeat;
}
#flags.size24 a[title="Croatian"],
.tool-container .tool-items a[title="Croatian"],
a.single-language[title="Croatian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -61px no-repeat;
}
#flags.size24 a[title="Czech"],
.tool-container .tool-items a[title="Czech"],
a.single-language[title="Czech"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -61px no-repeat;
}
#flags.size24 a[title="Danish"],
.tool-container .tool-items a[title="Danish"],
a.single-language[title="Danish"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -61px no-repeat;
}
#flags.size24 a[title="Dutch"],
.tool-container .tool-items a[title="Dutch"],
a.single-language[title="Dutch"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -61px no-repeat;
}
#flags.size24 a[title="English"],
.tool-container .tool-items a[title="English"],
a.single-language[title="English"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -351px no-repeat;
}
#flags.size24 a.united-states[title="English"],
.tool-container a.united-states[title="English"],
a.single-language.united-states[title="English"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -351px no-repeat !important;
}
#flags.size24 a.canada[title="English"],
.tool-container a.canada[title="English"],
a.single-language.canada[title="English"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -438px no-repeat !important;
}
#flags.size24 a[title="Esperanto"],
.tool-container .tool-items a[title="Esperanto"],
a.single-language[title="Esperanto"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -90px no-repeat;
}
#flags.size24 a[title="Estonian"],
.tool-container .tool-items a[title="Estonian"],
a.single-language[title="Estonian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -90px no-repeat;
}
#flags.size24 a[title="Filipino"],
.tool-container .tool-items a[title="Filipino"],
a.single-language[title="Filipino"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -90px no-repeat;
}
#flags.size24 a[title="Finnish"],
.tool-container .tool-items a[title="Finnish"],
a.single-language[title="Finnish"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -90px no-repeat;
}
#flags.size24 a[title="French"],
.tool-container .tool-items a[title="French"],
a.single-language[title="French"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -90px no-repeat;
}
#flags.size24 a[title="Frisian"],
.tool-container .tool-items a[title="Frisian"],
a.single-language[title="Frisian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -61px no-repeat;
}
#flags.size24 a[title="Galician"],
.tool-container .tool-items a[title="Galician"],
a.single-language[title="Galician"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -90px no-repeat;
}
#flags.size24 a[title="Georgian"],
.tool-container .tool-items a[title="Georgian"],
a.single-language[title="Georgian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -119px no-repeat;
}
#flags.size24 a[title="German"],
.tool-container .tool-items a[title="German"],
a.single-language[title="German"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -119px no-repeat;
}
#flags.size24 a[title="Greek"],
.tool-container .tool-items a[title="Greek"],
a.single-language[title="Greek"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -119px no-repeat;
}
#flags.size24 a[title="Gujarati"],
.tool-container .tool-items a[title="Gujarati"],
a.single-language[title="Gujarati"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -119px no-repeat;
}
#flags.size24 a[title="Haitian"],
.tool-container .tool-items a[title="Haitian"],
a.single-language[title="Haitian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -119px no-repeat;
}
#flags.size24 a[title="Hausa"],
.tool-container .tool-items a[title="Hausa"],
a.single-language[title="Hausa"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -119px no-repeat;
}
#flags.size24 a[title="Hawaiian"],
.tool-container .tool-items a[title="Hawaiian"],
a.single-language[title="Hawaiian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -467px no-repeat;
}
#flags.size24 a[title="Hebrew"],
.tool-container .tool-items a[title="Hebrew"],
a.single-language[title="Hebrew"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -148px no-repeat;
}
#flags.size24 a[title="Hindi"],
.tool-container .tool-items a[title="Hindi"],
a.single-language[title="Hindi"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -148px no-repeat;
}
#flags.size24 a[title="Hmong"],
.tool-container .tool-items a[title="Hmong"],
a.single-language[title="Hmong"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -148px no-repeat;
}
#flags.size24 a[title="Hungarian"],
.tool-container .tool-items a[title="Hungarian"],
a.single-language[title="Hungarian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -148px no-repeat;
}
#flags.size24 a[title="Icelandic"],
.tool-container .tool-items a[title="Icelandic"],
a.single-language[title="Icelandic"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -148px no-repeat;
}
#flags.size24 a[title="Igbo"],
.tool-container .tool-items a[title="Igbo"],
a.single-language[title="Igbo"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -148px no-repeat;
}
#flags.size24 a[title="Indonesian"],
.tool-container .tool-items a[title="Indonesian"],
a.single-language[title="Indonesian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -177px no-repeat;
}
#flags.size24 a[title="Irish"],
.tool-container .tool-items a[title="Irish"],
a.single-language[title="Irish"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -177px no-repeat;
}
#flags.size24 a[title="Italian"],
.tool-container .tool-items a[title="Italian"],
a.single-language[title="Italian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -177px no-repeat;
}
#flags.size24 a[title="Japanese"],
.tool-container .tool-items a[title="Japanese"],
a.single-language[title="Japanese"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -177px no-repeat;
}
#flags.size24 a[title="Javanese"],
.tool-container .tool-items a[title="Javanese"],
a.single-language[title="Javanese"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -177px no-repeat;
}
#flags.size24 a[title="Kannada"],
.tool-container .tool-items a[title="Kannada"],
a.single-language[title="Kannada"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -177px no-repeat;
}
#flags.size24 a[title="Kazakh"],
.tool-container .tool-items a[title="Kazakh"],
a.single-language[title="Kazakh"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -409px no-repeat;
}
#flags.size24 a[title="Khmer"],
.tool-container .tool-items a[title="Khmer"],
a.single-language[title="Khmer"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -206px no-repeat;
}
#flags.size24 a[title="Korean"],
.tool-container .tool-items a[title="Korean"],
a.single-language[title="Korean"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -206px no-repeat;
}
#flags.size24 a[title="Kurdish"],
.tool-container .tool-items a[title="Kurdish"],
a.single-language[title="Kurdish"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -467px no-repeat;
}
#flags.size24 a[title="Kyrgyz"],
.tool-container .tool-items a[title="Kyrgyz"],
a.single-language[title="Kyrgyz"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -467px no-repeat;
}
#flags.size24 a[title="Lao"],
.tool-container .tool-items a[title="Lao"],
a.single-language[title="Lao"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -206px no-repeat;
}
#flags.size24 a[title="Latin"],
.tool-container .tool-items a[title="Latin"],
a.single-language[title="Latin"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -206px no-repeat;
}
#flags.size24 a[title="Latvian"],
.tool-container .tool-items a[title="Latvian"],
a.single-language[title="Latvian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -206px no-repeat;
}
#flags.size24 a[title="Lithuanian"],
.tool-container .tool-items a[title="Lithuanian"],
a.single-language[title="Lithuanian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -206px no-repeat;
}
#flags.size24 a[title="Luxembourgish"],
.tool-container .tool-items a[title="Luxembourgish"],
a.single-language[title="Luxembourgish"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -496px no-repeat;
}
#flags.size24 a[title="Macedonian"],
.tool-container .tool-items a[title="Macedonian"],
a.single-language[title="Macedonian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -235px no-repeat;
}
#flags.size24 a[title="Malagasy"],
.tool-container .tool-items a[title="Malagasy"],
a.single-language[title="Malagasy"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -409px no-repeat;
}
#flags.size24 a[title="Malay"],
.tool-container .tool-items a[title="Malay"],
a.single-language[title="Malay"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -235px no-repeat;
}
#flags.size24 a[title="Malayalam"],
.tool-container .tool-items a[title="Malayalam"],
a.single-language[title="Malayalam"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -409px no-repeat;
}
#flags.size24 a[title="Maltese"],
.tool-container .tool-items a[title="Maltese"],
a.single-language[title="Maltese"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -235px no-repeat;
}
#flags.size24 a[title="Maori"],
.tool-container .tool-items a[title="Maori"],
a.single-language[title="Maori"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -235px no-repeat;
}
#flags.size24 a[title="Marathi"],
.tool-container .tool-items a[title="Marathi"],
a.single-language[title="Marathi"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -235px no-repeat;
}
#flags.size24 a[title="Mongolian"],
.tool-container .tool-items a[title="Mongolian"],
a.single-language[title="Mongolian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -235px no-repeat;
}
#flags.size24 a[title="Myanmar (Burmese)"],
.tool-container .tool-items a[title="Myanmar (Burmese)"],
a.single-language[title="Myanmar (Burmese)"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -409px no-repeat;
}
#flags.size24 a[title="Nepali"],
.tool-container .tool-items a[title="Nepali"],
a.single-language[title="Nepali"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -264px no-repeat;
}
#flags.size24 a[title="Norwegian"],
.tool-container .tool-items a[title="Norwegian"],
a.single-language[title="Norwegian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -264px no-repeat;
}
#flags.size24 a[title="Pashto"],
.tool-container .tool-items a[title="Pashto"],
a.single-language[title="Pashto"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -496px no-repeat;
}
#flags.size24 a[title="Persian"],
.tool-container .tool-items a[title="Persian"],
a.single-language[title="Persian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -264px no-repeat;
}
#flags.size24 a[title="Polish"],
.tool-container .tool-items a[title="Polish"],
a.single-language[title="Polish"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -264px no-repeat;
}
#flags.size24 a[title="Portuguese"],
.tool-container .tool-items a[title="Portuguese"],
a.single-language[title="Portuguese"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -264px no-repeat !important;
}
#flags.size24 a.brazil[title="Portuguese"],
.tool-container a.brazil[title="Portuguese"],
a.single-language.brazil[title="Portuguese"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -438px no-repeat !important;
}
#flags.size24 a[title="Punjabi"],
.tool-container .tool-items a[title="Punjabi"],
a.single-language[title="Punjabi"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -264px no-repeat;
}
#flags.size24 a[title="Romanian"],
.tool-container .tool-items a[title="Romanian"],
a.single-language[title="Romanian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -293px no-repeat;
}
#flags.size24 a[title="Russian"],
.tool-container .tool-items a[title="Russian"],
a.single-language[title="Russian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -293px no-repeat;
}
#flags.size24 a[title="Samoan"],
.tool-container .tool-items a[title="Samoan"],
a.single-language[title="Samoan"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -467px no-repeat;
}
#flags.size24 a[title="Scots Gaelic"],
.tool-container .tool-items a[title="Scots Gaelic"],
a.single-language[title="Scots Gaelic"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -467px no-repeat;
}
#flags.size24 a[title="Serbian"],
.tool-container .tool-items a[title="Serbian"],
a.single-language[title="Serbian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -293px no-repeat;
}
#flags.size24 a[title="Sesotho"],
.tool-container .tool-items a[title="Sesotho"],
a.single-language[title="Sesotho"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -409px no-repeat;
}
#flags.size24 a[title="Shona"],
.tool-container .tool-items a[title="Shona"],
a.single-language[title="Shona"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -496px no-repeat;
}
#flags.size24 a[title="Sindhi"],
.tool-container .tool-items a[title="Sindhi"],
a.single-language[title="Sindhi"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -351px no-repeat;
}
#flags.size24 a[title="Sinhala"],
.tool-container .tool-items a[title="Sinhala"],
a.single-language[title="Sinhala"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0px -438px no-repeat;
}
#flags.size24 a[title="Slovak"],
.tool-container .tool-items a[title="Slovak"],
a.single-language[title="Slovak"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -293px no-repeat;
}
#flags.size24 a[title="Slovenian"],
.tool-container .tool-items a[title="Slovenian"],
a.single-language[title="Slovenian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -293px no-repeat;
}
#flags.size24 a[title="Somali"],
.tool-container .tool-items a[title="Somali"],
a.single-language[title="Somali"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -293px no-repeat;
}
#flags.size24 a[title="Spanish"],
.tool-container .tool-items a[title="Spanish"],
a.single-language[title="Spanish"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -322px no-repeat;
}
#flags.size24 a.mexico[title="Spanish"],
.tool-container a.mexico[title="Spanish"],
a.single-language.mexico[title="Spanish"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -438px no-repeat !important;
}
#flags.size24 a[title="Sundanese"],
.tool-container .tool-items a[title="Sundanese"],
a.single-language[title="Sundanese"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -380px no-repeat;
}
#flags.size24 a[title="Swahili"],
.tool-container .tool-items a[title="Swahili"],
a.single-language[title="Swahili"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -322px no-repeat;
}
#flags.size24 a[title="Swedish"],
.tool-container .tool-items a[title="Swedish"],
a.single-language[title="Swedish"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -322px no-repeat;
}
#flags.size24 a[title="Tajik"],
.tool-container .tool-items a[title="Tajik"],
a.single-language[title="Tajik"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -438px no-repeat;
}
#flags.size24 a[title="Tamil"],
.tool-container .tool-items a[title="Tamil"],
a.single-language[title="Tamil"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -322px no-repeat;
}
#flags.size24 a[title="Telugu"],
.tool-container .tool-items a[title="Telugu"],
a.single-language[title="Telugu"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -322px no-repeat;
}
#flags.size24 a[title="Thai"],
.tool-container .tool-items a[title="Thai"],
a.single-language[title="Thai"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -322px no-repeat;
}
#flags.size24 a[title="Turkish"],
.tool-container .tool-items a[title="Turkish"],
a.single-language[title="Turkish"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -351px no-repeat;
}
#flags.size24 a[title="Ukrainian"],
.tool-container .tool-items a[title="Ukrainian"],
a.single-language[title="Ukrainian"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -351px no-repeat;
}
#flags.size24 a[title="Urdu"],
.tool-container .tool-items a[title="Urdu"],
a.single-language[title="Urdu"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -145px -351px no-repeat;
}
#flags.size24 a[title="Uzbek"],
.tool-container .tool-items a[title="Uzbek"],
a.single-language[title="Uzbek"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -438px no-repeat;
}
#flags.size24 a[title="Vietnamese"],
.tool-container .tool-items a[title="Vietnamese"],
a.single-language[title="Vietnamese"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -380px no-repeat;
}
#flags.size24 a[title="Welsh"],
.tool-container .tool-items a[title="Welsh"],
a.single-language[title="Welsh"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -29px -380px no-repeat;
}
#flags.size24 a[title="Xhosa"],
.tool-container .tool-items a[title="Xhosa"],
a.single-language[title="Xhosa"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) 0 -3px no-repeat;
}
#flags.size24 a[title="Yiddish"],
.tool-container .tool-items a[title="Yiddish"],
a.single-language[title="Yiddish"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -58px -380px no-repeat;
}
#flags.size24 a[title="Yoruba"],
.tool-container .tool-items a[title="Yoruba"],
a.single-language[title="Yoruba"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -87px -380px no-repeat;
}
#flags.size24 a[title="Zulu"],
.tool-container .tool-items a[title="Zulu"],
a.single-language[title="Zulu"] span.size24 {
background: url(//saloniker.de/wp-content/plugins/google-language-translator/images/flags.png) -116px -380px no-repeat;
}
.glt-controls {
margin-bottom: 15px;
background: #f0f0f0;
padding: 10px;
} @media only screen and (max-width:1023px) {
.metabox-holder {
float:none !important;
width:100% !important;
}
.flagdisplay {
float:none !important;
width:100% !important;
}
.flagdisplay div {
margin-bottom:10px;
}
}#glt-toolbar { 
display:none; 
}
#glt-translate-trigger {
position:fixed;
bottom:0px;
top:auto;
right: 20px;
z-index:200002;
padding:6px 20px 3px;
font-size:16px;
font-family:Arial;
font-weight:700;
color:#fff;
text-shadow:0px -1px 0px rgba(0,0,0,0.25);
text-decoration:none;
text-align:center;
box-shadow:0px 0px 9px rgba(0,0,0,0.3);
-webkit-box-shadow:0px 0px 9px rgba(0,0,0,0.3);
-moz-box-shadow:0px 0px 9px rgba(0,0,0,0.3);
box-sizing:content-box !important;
-webkit-box-sizing:content-box !important;
-moz-box-sizing:content-box !important;
background:linear-gradient(center top, #fbb450, #f89406);
background: -webkit-gradient(linear, center top, center bottom, from(#fbb450), to(#f89406));
background: -webkit-linear-gradient(#fbb450, #f89406);
background: -moz-linear-gradient(#fbb450, #f89406);
background: -o-linear-gradient(#fbb450, #f89406);
background: -ms-linear-gradient(#fbb450, #f89406);
background: linear-gradient(#fbb450, #f89406);
background: -o-linear-gradientcenter(center top, #fbb450, #f89406); 
}
.tool-container {
background-color: #d0cbcb;
background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #d0cbcb), color-stop(100%, #e9e5e5));
background: -moz-linear-gradient(top, #d0cbcb 14%, #e9e5e5 100%);
background: -ms-linear-gradient(top, #d0cbcb 14%,#e9e5e5 100%);
background: linear-gradient(to bottom, #d0cbcb 14%,#e9e5e5 100%);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiNkMGNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZTllNWU1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0cbcb', endColorstr='#e9e5e5',GradientType=0 );
background-size: 100% 100%;
border-radius: 3px;
box-shadow: 0px 0px 15px #000;
position: absolute;
}
.tool-container.tool-top, .tool-container.tool-bottom {
border-bottom: 1px solid #beb8b8 ; }
.tool-items {
height: 100%;	
}
.tool-top .tool-item, .tool-bottom .tool-item {
float: left; }
.tool-left .tool-item, .tool-right .tool-item {
height: 34px;
border-top: 1px solid #e2dfdf;
border-bottom: 1px solid #9f9898;
}
.tool-item {
height: 100%;
display: block;				
width: 34px;
text-align: center;
}
.tool-item:first-child {
border-left: none;
}
.tool-left .tool-item:first-child, .tool-right .tool-item:first-child {
border-top: 1px solid transparent;
}
.tool-item:last-child {
border-right: none;
border-bottom: none;
}
.tool-item.selected, .tool-item:hover  {
background: #a79f9f;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a79f9f), color-stop(93%, #e2dfdf));
background: -moz-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);
background: -ms-linear-gradient(top, #a79f9f 0%, #e2dfdf 93%);
background: linear-gradient(to bottom, #a79f9f 0%, #e2dfdf 93%);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3OWY5ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2UyZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a79f9f', endColorstr='#e2dfdf',GradientType=0 );
}
.tool-top .tool-item:last-child:hover, .tool-bottom .tool-item:last-child:hover {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.tool-top  .tool-item:first-child:hover, .tool-bottom  .tool-item:first-child:hover {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.tool-left .tool-item:last-child:hover, .tool-right .tool-item:last-child:hover {
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.tool-left .tool-item:first-child:hover, .tool-right .tool-item:first-child:hover {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.tool-container .arrow {
width:0;
height:0;
position: absolute;	
border-width:7px;
border-style:solid;
}
.tool-container.tool-top .arrow {
border-color: #e9e5e5 transparent transparent; 
left: 50%;  
bottom: -14px;
margin-left: -7px;
}
.tool-container.tool-bottom .arrow {
border-color: transparent transparent #e9e5e5; 
left: 50%;  
top: -14px;
margin-left: -7px;
}
.tool-container.tool-left .arrow {
border-color: transparent transparent transparent #E9E5E5;
top: 50%;
right: -14px;
margin-top: -7px;
}
.tool-container.tool-right .arrow {
border-color: transparent #E9E5E5 transparent transparent;
top: 50%;
left: -14px;
margin-top: -7px;
}
.demo-link {
color: #89CDE4;
text-decoration: underline;
cursor: pointer;
margin-left: 30px;
}
.demo-link:hover {
text-decoration: none;
cursor: pointer;
}@font-face {
font-family: 'FontAwesome';
src: url(//saloniker.de/wp-content/plugins/super-simple-slider/library/fonts/sss-font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//saloniker.de/wp-content/plugins/super-simple-slider/library/fonts/sss-font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//saloniker.de/wp-content/plugins/super-simple-slider/library/fonts/sss-font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//saloniker.de/wp-content/plugins/super-simple-slider/library/fonts/sss-font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//saloniker.de/wp-content/plugins/super-simple-slider/library/fonts/sss-font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//saloniker.de/wp-content/plugins/super-simple-slider/library/fonts/sss-font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.sss-fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .sss-fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.sss-fa-2x {
font-size: 2em;
}
.sss-fa-3x {
font-size: 3em;
}
.sss-fa-4x {
font-size: 4em;
}
.sss-fa-5x {
font-size: 5em;
}
.sss-fa-fw {
width: 1.28571429em;
text-align: center;
}
.sss-fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.sss-fa-ul > li {
position: relative;
}
.sss-fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.sss-fa-li.sss-fa-lg {
left: -1.85714286em;
}
.sss-fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.sss-fa-pull-left {
float: left;
}
.sss-fa-pull-right {
float: right;
}
.sss-fa.sss-fa-pull-left {
margin-right: .3em;
}
.sss-fa.sss-fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.sss-fa.pull-left {
margin-right: .3em;
}
.sss-fa.pull-right {
margin-left: .3em;
}
.sss-fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.sss-fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.sss-fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.sss-fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.sss-fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.sss-fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.sss-fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .sss-fa-rotate-90,
:root .sss-fa-rotate-180,
:root .sss-fa-rotate-270,
:root .sss-fa-flip-horizontal,
:root .sss-fa-flip-vertical {
filter: none;
}
.sss-fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.sss-fa-stack-1x,
.sss-fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.sss-fa-stack-1x {
line-height: inherit;
}
.sss-fa-stack-2x {
font-size: 2em;
}
.sss-fa-inverse {
color: #ffffff;
} .sss-fa-glass:before {
content: "\f000";
}
.sss-fa-music:before {
content: "\f001";
}
.sss-fa-search:before {
content: "\f002";
}
.sss-fa-envelope-o:before {
content: "\f003";
}
.sss-fa-heart:before {
content: "\f004";
}
.sss-fa-star:before {
content: "\f005";
}
.sss-fa-star-o:before {
content: "\f006";
}
.sss-fa-user:before {
content: "\f007";
}
.sss-fa-film:before {
content: "\f008";
}
.sss-fa-th-large:before {
content: "\f009";
}
.sss-fa-th:before {
content: "\f00a";
}
.sss-fa-th-list:before {
content: "\f00b";
}
.sss-fa-check:before {
content: "\f00c";
}
.sss-fa-remove:before,
.sss-fa-close:before,
.sss-fa-times:before {
content: "\f00d";
}
.sss-fa-search-plus:before {
content: "\f00e";
}
.sss-fa-search-minus:before {
content: "\f010";
}
.sss-fa-power-off:before {
content: "\f011";
}
.sss-fa-signal:before {
content: "\f012";
}
.sss-fa-gear:before,
.sss-fa-cog:before {
content: "\f013";
}
.sss-fa-trash-o:before {
content: "\f014";
}
.sss-fa-home:before {
content: "\f015";
}
.sss-fa-file-o:before {
content: "\f016";
}
.sss-fa-clock-o:before {
content: "\f017";
}
.sss-fa-road:before {
content: "\f018";
}
.sss-fa-download:before {
content: "\f019";
}
.sss-fa-arrow-circle-o-down:before {
content: "\f01a";
}
.sss-fa-arrow-circle-o-up:before {
content: "\f01b";
}
.sss-fa-inbox:before {
content: "\f01c";
}
.sss-fa-play-circle-o:before {
content: "\f01d";
}
.sss-fa-rotate-right:before,
.sss-fa-repeat:before {
content: "\f01e";
}
.sss-fa-refresh:before {
content: "\f021";
}
.sss-fa-list-alt:before {
content: "\f022";
}
.sss-fa-lock:before {
content: "\f023";
}
.sss-fa-flag:before {
content: "\f024";
}
.sss-fa-headphones:before {
content: "\f025";
}
.sss-fa-volume-off:before {
content: "\f026";
}
.sss-fa-volume-down:before {
content: "\f027";
}
.sss-fa-volume-up:before {
content: "\f028";
}
.sss-fa-qrcode:before {
content: "\f029";
}
.sss-fa-barcode:before {
content: "\f02a";
}
.sss-fa-tag:before {
content: "\f02b";
}
.sss-fa-tags:before {
content: "\f02c";
}
.sss-fa-book:before {
content: "\f02d";
}
.sss-fa-bookmark:before {
content: "\f02e";
}
.sss-fa-print:before {
content: "\f02f";
}
.sss-fa-camera:before {
content: "\f030";
}
.sss-fa-font:before {
content: "\f031";
}
.sss-fa-bold:before {
content: "\f032";
}
.sss-fa-italic:before {
content: "\f033";
}
.sss-fa-text-height:before {
content: "\f034";
}
.sss-fa-text-width:before {
content: "\f035";
}
.sss-fa-align-left:before {
content: "\f036";
}
.sss-fa-align-center:before {
content: "\f037";
}
.sss-fa-align-right:before {
content: "\f038";
}
.sss-fa-align-justify:before {
content: "\f039";
}
.sss-fa-list:before {
content: "\f03a";
}
.sss-fa-dedent:before,
.sss-fa-outdent:before {
content: "\f03b";
}
.sss-fa-indent:before {
content: "\f03c";
}
.sss-fa-video-camera:before {
content: "\f03d";
}
.sss-fa-photo:before,
.sss-fa-image:before,
.sss-fa-picture-o:before {
content: "\f03e";
}
.sss-fa-pencil:before {
content: "\f040";
}
.sss-fa-map-marker:before {
content: "\f041";
}
.sss-fa-adjust:before {
content: "\f042";
}
.sss-fa-tint:before {
content: "\f043";
}
.sss-fa-edit:before,
.sss-fa-pencil-square-o:before {
content: "\f044";
}
.sss-fa-share-square-o:before {
content: "\f045";
}
.sss-fa-check-square-o:before {
content: "\f046";
}
.sss-fa-arrows:before {
content: "\f047";
}
.sss-fa-step-backward:before {
content: "\f048";
}
.sss-fa-fast-backward:before {
content: "\f049";
}
.sss-fa-backward:before {
content: "\f04a";
}
.sss-fa-play:before {
content: "\f04b";
}
.sss-fa-pause:before {
content: "\f04c";
}
.sss-fa-stop:before {
content: "\f04d";
}
.sss-fa-forward:before {
content: "\f04e";
}
.sss-fa-fast-forward:before {
content: "\f050";
}
.sss-fa-step-forward:before {
content: "\f051";
}
.sss-fa-eject:before {
content: "\f052";
}
.sss-fa-chevron-left:before {
content: "\f053";
}
.sss-fa-chevron-right:before {
content: "\f054";
}
.sss-fa-plus-circle:before {
content: "\f055";
}
.sss-fa-minus-circle:before {
content: "\f056";
}
.sss-fa-times-circle:before {
content: "\f057";
}
.sss-fa-check-circle:before {
content: "\f058";
}
.sss-fa-question-circle:before {
content: "\f059";
}
.sss-fa-info-circle:before {
content: "\f05a";
}
.sss-fa-crosshairs:before {
content: "\f05b";
}
.sss-fa-times-circle-o:before {
content: "\f05c";
}
.sss-fa-check-circle-o:before {
content: "\f05d";
}
.sss-fa-ban:before {
content: "\f05e";
}
.sss-fa-arrow-left:before {
content: "\f060";
}
.sss-fa-arrow-right:before {
content: "\f061";
}
.sss-fa-arrow-up:before {
content: "\f062";
}
.sss-fa-arrow-down:before {
content: "\f063";
}
.sss-fa-mail-forward:before,
.sss-fa-share:before {
content: "\f064";
}
.sss-fa-expand:before {
content: "\f065";
}
.sss-fa-compress:before {
content: "\f066";
}
.sss-fa-plus:before {
content: "\f067";
}
.sss-fa-minus:before {
content: "\f068";
}
.sss-fa-asterisk:before {
content: "\f069";
}
.sss-fa-exclamation-circle:before {
content: "\f06a";
}
.sss-fa-gift:before {
content: "\f06b";
}
.sss-fa-leaf:before {
content: "\f06c";
}
.sss-fa-fire:before {
content: "\f06d";
}
.sss-fa-eye:before {
content: "\f06e";
}
.sss-fa-eye-slash:before {
content: "\f070";
}
.sss-fa-warning:before,
.sss-fa-exclamation-triangle:before {
content: "\f071";
}
.sss-fa-plane:before {
content: "\f072";
}
.sss-fa-calendar:before {
content: "\f073";
}
.sss-fa-random:before {
content: "\f074";
}
.sss-fa-comment:before {
content: "\f075";
}
.sss-fa-magnet:before {
content: "\f076";
}
.sss-fa-chevron-up:before {
content: "\f077";
}
.sss-fa-chevron-down:before {
content: "\f078";
}
.sss-fa-retweet:before {
content: "\f079";
}
.sss-fa-shopping-cart:before {
content: "\f07a";
}
.sss-fa-folder:before {
content: "\f07b";
}
.sss-fa-folder-open:before {
content: "\f07c";
}
.sss-fa-arrows-v:before {
content: "\f07d";
}
.sss-fa-arrows-h:before {
content: "\f07e";
}
.sss-fa-bar-chart-o:before,
.sss-fa-bar-chart:before {
content: "\f080";
}
.sss-fa-twitter-square:before {
content: "\f081";
}
.sss-fa-facebook-square:before {
content: "\f082";
}
.sss-fa-camera-retro:before {
content: "\f083";
}
.sss-fa-key:before {
content: "\f084";
}
.sss-fa-gears:before,
.sss-fa-cogs:before {
content: "\f085";
}
.sss-fa-comments:before {
content: "\f086";
}
.sss-fa-thumbs-o-up:before {
content: "\f087";
}
.sss-fa-thumbs-o-down:before {
content: "\f088";
}
.sss-fa-star-half:before {
content: "\f089";
}
.sss-fa-heart-o:before {
content: "\f08a";
}
.sss-fa-sign-out:before {
content: "\f08b";
}
.sss-fa-linkedin-square:before {
content: "\f08c";
}
.sss-fa-thumb-tack:before {
content: "\f08d";
}
.sss-fa-external-link:before {
content: "\f08e";
}
.sss-fa-sign-in:before {
content: "\f090";
}
.sss-fa-trophy:before {
content: "\f091";
}
.sss-fa-github-square:before {
content: "\f092";
}
.sss-fa-upload:before {
content: "\f093";
}
.sss-fa-lemon-o:before {
content: "\f094";
}
.sss-fa-phone:before {
content: "\f095";
}
.sss-fa-square-o:before {
content: "\f096";
}
.sss-fa-bookmark-o:before {
content: "\f097";
}
.sss-fa-phone-square:before {
content: "\f098";
}
.sss-fa-twitter:before {
content: "\f099";
}
.sss-fa-facebook-f:before,
.sss-fa-facebook:before {
content: "\f09a";
}
.sss-fa-github:before {
content: "\f09b";
}
.sss-fa-unlock:before {
content: "\f09c";
}
.sss-fa-credit-card:before {
content: "\f09d";
}
.sss-fa-feed:before,
.sss-fa-rss:before {
content: "\f09e";
}
.sss-fa-hdd-o:before {
content: "\f0a0";
}
.sss-fa-bullhorn:before {
content: "\f0a1";
}
.sss-fa-bell:before {
content: "\f0f3";
}
.sss-fa-certificate:before {
content: "\f0a3";
}
.sss-fa-hand-o-right:before {
content: "\f0a4";
}
.sss-fa-hand-o-left:before {
content: "\f0a5";
}
.sss-fa-hand-o-up:before {
content: "\f0a6";
}
.sss-fa-hand-o-down:before {
content: "\f0a7";
}
.sss-fa-arrow-circle-left:before {
content: "\f0a8";
}
.sss-fa-arrow-circle-right:before {
content: "\f0a9";
}
.sss-fa-arrow-circle-up:before {
content: "\f0aa";
}
.sss-fa-arrow-circle-down:before {
content: "\f0ab";
}
.sss-fa-globe:before {
content: "\f0ac";
}
.sss-fa-wrench:before {
content: "\f0ad";
}
.sss-fa-tasks:before {
content: "\f0ae";
}
.sss-fa-filter:before {
content: "\f0b0";
}
.sss-fa-briefcase:before {
content: "\f0b1";
}
.sss-fa-arrows-alt:before {
content: "\f0b2";
}
.sss-fa-group:before,
.sss-fa-users:before {
content: "\f0c0";
}
.sss-fa-chain:before,
.sss-fa-link:before {
content: "\f0c1";
}
.sss-fa-cloud:before {
content: "\f0c2";
}
.sss-fa-flask:before {
content: "\f0c3";
}
.sss-fa-cut:before,
.sss-fa-scissors:before {
content: "\f0c4";
}
.sss-fa-copy:before,
.sss-fa-files-o:before {
content: "\f0c5";
}
.sss-fa-paperclip:before {
content: "\f0c6";
}
.sss-fa-save:before,
.sss-fa-floppy-o:before {
content: "\f0c7";
}
.sss-fa-square:before {
content: "\f0c8";
}
.sss-fa-navicon:before,
.sss-fa-reorder:before,
.sss-fa-bars:before {
content: "\f0c9";
}
.sss-fa-list-ul:before {
content: "\f0ca";
}
.sss-fa-list-ol:before {
content: "\f0cb";
}
.sss-fa-strikethrough:before {
content: "\f0cc";
}
.sss-fa-underline:before {
content: "\f0cd";
}
.sss-fa-table:before {
content: "\f0ce";
}
.sss-fa-magic:before {
content: "\f0d0";
}
.sss-fa-truck:before {
content: "\f0d1";
}
.sss-fa-pinterest:before {
content: "\f0d2";
}
.sss-fa-pinterest-square:before {
content: "\f0d3";
}
.sss-fa-google-plus-square:before {
content: "\f0d4";
}
.sss-fa-google-plus:before {
content: "\f0d5";
}
.sss-fa-money:before {
content: "\f0d6";
}
.sss-fa-caret-down:before {
content: "\f0d7";
}
.sss-fa-caret-up:before {
content: "\f0d8";
}
.sss-fa-caret-left:before {
content: "\f0d9";
}
.sss-fa-caret-right:before {
content: "\f0da";
}
.sss-fa-columns:before {
content: "\f0db";
}
.sss-fa-unsorted:before,
.sss-fa-sort:before {
content: "\f0dc";
}
.sss-fa-sort-down:before,
.sss-fa-sort-desc:before {
content: "\f0dd";
}
.sss-fa-sort-up:before,
.sss-fa-sort-asc:before {
content: "\f0de";
}
.sss-fa-envelope:before {
content: "\f0e0";
}
.sss-fa-linkedin:before {
content: "\f0e1";
}
.sss-fa-rotate-left:before,
.sss-fa-undo:before {
content: "\f0e2";
}
.sss-fa-legal:before,
.sss-fa-gavel:before {
content: "\f0e3";
}
.sss-fa-dashboard:before,
.sss-fa-tachometer:before {
content: "\f0e4";
}
.sss-fa-comment-o:before {
content: "\f0e5";
}
.sss-fa-comments-o:before {
content: "\f0e6";
}
.sss-fa-flash:before,
.sss-fa-bolt:before {
content: "\f0e7";
}
.sss-fa-sitemap:before {
content: "\f0e8";
}
.sss-fa-umbrella:before {
content: "\f0e9";
}
.sss-fa-paste:before,
.sss-fa-clipboard:before {
content: "\f0ea";
}
.sss-fa-lightbulb-o:before {
content: "\f0eb";
}
.sss-fa-exchange:before {
content: "\f0ec";
}
.sss-fa-cloud-download:before {
content: "\f0ed";
}
.sss-fa-cloud-upload:before {
content: "\f0ee";
}
.sss-fa-user-md:before {
content: "\f0f0";
}
.sss-fa-stethoscope:before {
content: "\f0f1";
}
.sss-fa-suitcase:before {
content: "\f0f2";
}
.sss-fa-bell-o:before {
content: "\f0a2";
}
.sss-fa-coffee:before {
content: "\f0f4";
}
.sss-fa-cutlery:before {
content: "\f0f5";
}
.sss-fa-file-text-o:before {
content: "\f0f6";
}
.sss-fa-building-o:before {
content: "\f0f7";
}
.sss-fa-hospital-o:before {
content: "\f0f8";
}
.sss-fa-ambulance:before {
content: "\f0f9";
}
.sss-fa-medkit:before {
content: "\f0fa";
}
.sss-fa-fighter-jet:before {
content: "\f0fb";
}
.sss-fa-beer:before {
content: "\f0fc";
}
.sss-fa-h-square:before {
content: "\f0fd";
}
.sss-fa-plus-square:before {
content: "\f0fe";
}
.sss-fa-angle-double-left:before {
content: "\f100";
}
.sss-fa-angle-double-right:before {
content: "\f101";
}
.sss-fa-angle-double-up:before {
content: "\f102";
}
.sss-fa-angle-double-down:before {
content: "\f103";
}
.sss-fa-angle-left:before {
content: "\f104";
}
.sss-fa-angle-right:before {
content: "\f105";
}
.sss-fa-angle-up:before {
content: "\f106";
}
.sss-fa-angle-down:before {
content: "\f107";
}
.sss-fa-desktop:before {
content: "\f108";
}
.sss-fa-laptop:before {
content: "\f109";
}
.sss-fa-tablet:before {
content: "\f10a";
}
.sss-fa-mobile-phone:before,
.sss-fa-mobile:before {
content: "\f10b";
}
.sss-fa-circle-o:before {
content: "\f10c";
}
.sss-fa-quote-left:before {
content: "\f10d";
}
.sss-fa-quote-right:before {
content: "\f10e";
}
.sss-fa-spinner:before {
content: "\f110";
}
.sss-fa-circle:before {
content: "\f111";
}
.sss-fa-mail-reply:before,
.sss-fa-reply:before {
content: "\f112";
}
.sss-fa-github-alt:before {
content: "\f113";
}
.sss-fa-folder-o:before {
content: "\f114";
}
.sss-fa-folder-open-o:before {
content: "\f115";
}
.sss-fa-smile-o:before {
content: "\f118";
}
.sss-fa-frown-o:before {
content: "\f119";
}
.sss-fa-meh-o:before {
content: "\f11a";
}
.sss-fa-gamepad:before {
content: "\f11b";
}
.sss-fa-keyboard-o:before {
content: "\f11c";
}
.sss-fa-flag-o:before {
content: "\f11d";
}
.sss-fa-flag-checkered:before {
content: "\f11e";
}
.sss-fa-terminal:before {
content: "\f120";
}
.sss-fa-code:before {
content: "\f121";
}
.sss-fa-mail-reply-all:before,
.sss-fa-reply-all:before {
content: "\f122";
}
.sss-fa-star-half-empty:before,
.sss-fa-star-half-full:before,
.sss-fa-star-half-o:before {
content: "\f123";
}
.sss-fa-location-arrow:before {
content: "\f124";
}
.sss-fa-crop:before {
content: "\f125";
}
.sss-fa-code-fork:before {
content: "\f126";
}
.sss-fa-unlink:before,
.sss-fa-chain-broken:before {
content: "\f127";
}
.sss-fa-question:before {
content: "\f128";
}
.sss-fa-info:before {
content: "\f129";
}
.sss-fa-exclamation:before {
content: "\f12a";
}
.sss-fa-superscript:before {
content: "\f12b";
}
.sss-fa-subscript:before {
content: "\f12c";
}
.sss-fa-eraser:before {
content: "\f12d";
}
.sss-fa-puzzle-piece:before {
content: "\f12e";
}
.sss-fa-microphone:before {
content: "\f130";
}
.sss-fa-microphone-slash:before {
content: "\f131";
}
.sss-fa-shield:before {
content: "\f132";
}
.sss-fa-calendar-o:before {
content: "\f133";
}
.sss-fa-fire-extinguisher:before {
content: "\f134";
}
.sss-fa-rocket:before {
content: "\f135";
}
.sss-fa-maxcdn:before {
content: "\f136";
}
.sss-fa-chevron-circle-left:before {
content: "\f137";
}
.sss-fa-chevron-circle-right:before {
content: "\f138";
}
.sss-fa-chevron-circle-up:before {
content: "\f139";
}
.sss-fa-chevron-circle-down:before {
content: "\f13a";
}
.sss-fa-html5:before {
content: "\f13b";
}
.sss-fa-css3:before {
content: "\f13c";
}
.sss-fa-anchor:before {
content: "\f13d";
}
.sss-fa-unlock-alt:before {
content: "\f13e";
}
.sss-fa-bullseye:before {
content: "\f140";
}
.sss-fa-ellipsis-h:before {
content: "\f141";
}
.sss-fa-ellipsis-v:before {
content: "\f142";
}
.sss-fa-rss-square:before {
content: "\f143";
}
.sss-fa-play-circle:before {
content: "\f144";
}
.sss-fa-ticket:before {
content: "\f145";
}
.sss-fa-minus-square:before {
content: "\f146";
}
.sss-fa-minus-square-o:before {
content: "\f147";
}
.sss-fa-level-up:before {
content: "\f148";
}
.sss-fa-level-down:before {
content: "\f149";
}
.sss-fa-check-square:before {
content: "\f14a";
}
.sss-fa-pencil-square:before {
content: "\f14b";
}
.sss-fa-external-link-square:before {
content: "\f14c";
}
.sss-fa-share-square:before {
content: "\f14d";
}
.sss-fa-compass:before {
content: "\f14e";
}
.sss-fa-toggle-down:before,
.sss-fa-caret-square-o-down:before {
content: "\f150";
}
.sss-fa-toggle-up:before,
.sss-fa-caret-square-o-up:before {
content: "\f151";
}
.sss-fa-toggle-right:before,
.sss-fa-caret-square-o-right:before {
content: "\f152";
}
.sss-fa-euro:before,
.sss-fa-eur:before {
content: "\f153";
}
.sss-fa-gbp:before {
content: "\f154";
}
.sss-fa-dollar:before,
.sss-fa-usd:before {
content: "\f155";
}
.sss-fa-rupee:before,
.sss-fa-inr:before {
content: "\f156";
}
.sss-fa-cny:before,
.sss-fa-rmb:before,
.sss-fa-yen:before,
.sss-fa-jpy:before {
content: "\f157";
}
.sss-fa-ruble:before,
.sss-fa-rouble:before,
.sss-fa-rub:before {
content: "\f158";
}
.sss-fa-won:before,
.sss-fa-krw:before {
content: "\f159";
}
.sss-fa-bitcoin:before,
.sss-fa-btc:before {
content: "\f15a";
}
.sss-fa-file:before {
content: "\f15b";
}
.sss-fa-file-text:before {
content: "\f15c";
}
.sss-fa-sort-alpha-asc:before {
content: "\f15d";
}
.sss-fa-sort-alpha-desc:before {
content: "\f15e";
}
.sss-fa-sort-amount-asc:before {
content: "\f160";
}
.sss-fa-sort-amount-desc:before {
content: "\f161";
}
.sss-fa-sort-numeric-asc:before {
content: "\f162";
}
.sss-fa-sort-numeric-desc:before {
content: "\f163";
}
.sss-fa-thumbs-up:before {
content: "\f164";
}
.sss-fa-thumbs-down:before {
content: "\f165";
}
.sss-fa-youtube-square:before {
content: "\f166";
}
.sss-fa-youtube:before {
content: "\f167";
}
.sss-fa-xing:before {
content: "\f168";
}
.sss-fa-xing-square:before {
content: "\f169";
}
.sss-fa-youtube-play:before {
content: "\f16a";
}
.sss-fa-dropbox:before {
content: "\f16b";
}
.sss-fa-stack-overflow:before {
content: "\f16c";
}
.sss-fa-instagram:before {
content: "\f16d";
}
.sss-fa-flickr:before {
content: "\f16e";
}
.sss-fa-adn:before {
content: "\f170";
}
.sss-fa-bitbucket:before {
content: "\f171";
}
.sss-fa-bitbucket-square:before {
content: "\f172";
}
.sss-fa-tumblr:before {
content: "\f173";
}
.sss-fa-tumblr-square:before {
content: "\f174";
}
.sss-fa-long-arrow-down:before {
content: "\f175";
}
.sss-fa-long-arrow-up:before {
content: "\f176";
}
.sss-fa-long-arrow-left:before {
content: "\f177";
}
.sss-fa-long-arrow-right:before {
content: "\f178";
}
.sss-fa-apple:before {
content: "\f179";
}
.sss-fa-windows:before {
content: "\f17a";
}
.sss-fa-android:before {
content: "\f17b";
}
.sss-fa-linux:before {
content: "\f17c";
}
.sss-fa-dribbble:before {
content: "\f17d";
}
.sss-fa-skype:before {
content: "\f17e";
}
.sss-fa-foursquare:before {
content: "\f180";
}
.sss-fa-trello:before {
content: "\f181";
}
.sss-fa-female:before {
content: "\f182";
}
.sss-fa-male:before {
content: "\f183";
}
.sss-fa-gittip:before,
.sss-fa-gratipay:before {
content: "\f184";
}
.sss-fa-sun-o:before {
content: "\f185";
}
.sss-fa-moon-o:before {
content: "\f186";
}
.sss-fa-archive:before {
content: "\f187";
}
.sss-fa-bug:before {
content: "\f188";
}
.sss-fa-vk:before {
content: "\f189";
}
.sss-fa-weibo:before {
content: "\f18a";
}
.sss-fa-renren:before {
content: "\f18b";
}
.sss-fa-pagelines:before {
content: "\f18c";
}
.sss-fa-stack-exchange:before {
content: "\f18d";
}
.sss-fa-arrow-circle-o-right:before {
content: "\f18e";
}
.sss-fa-arrow-circle-o-left:before {
content: "\f190";
}
.sss-fa-toggle-left:before,
.sss-fa-caret-square-o-left:before {
content: "\f191";
}
.sss-fa-dot-circle-o:before {
content: "\f192";
}
.sss-fa-wheelchair:before {
content: "\f193";
}
.sss-fa-vimeo-square:before {
content: "\f194";
}
.sss-fa-turkish-lira:before,
.sss-fa-try:before {
content: "\f195";
}
.sss-fa-plus-square-o:before {
content: "\f196";
}
.sss-fa-space-shuttle:before {
content: "\f197";
}
.sss-fa-slack:before {
content: "\f198";
}
.sss-fa-envelope-square:before {
content: "\f199";
}
.sss-fa-wordpress:before {
content: "\f19a";
}
.sss-fa-openid:before {
content: "\f19b";
}
.sss-fa-institution:before,
.sss-fa-bank:before,
.sss-fa-university:before {
content: "\f19c";
}
.sss-fa-mortar-board:before,
.sss-fa-graduation-cap:before {
content: "\f19d";
}
.sss-fa-yahoo:before {
content: "\f19e";
}
.sss-fa-google:before {
content: "\f1a0";
}
.sss-fa-reddit:before {
content: "\f1a1";
}
.sss-fa-reddit-square:before {
content: "\f1a2";
}
.sss-fa-stumbleupon-circle:before {
content: "\f1a3";
}
.sss-fa-stumbleupon:before {
content: "\f1a4";
}
.sss-fa-delicious:before {
content: "\f1a5";
}
.sss-fa-digg:before {
content: "\f1a6";
}
.sss-fa-pied-piper-pp:before {
content: "\f1a7";
}
.sss-fa-pied-piper-alt:before {
content: "\f1a8";
}
.sss-fa-drupal:before {
content: "\f1a9";
}
.sss-fa-joomla:before {
content: "\f1aa";
}
.sss-fa-language:before {
content: "\f1ab";
}
.sss-fa-fax:before {
content: "\f1ac";
}
.sss-fa-building:before {
content: "\f1ad";
}
.sss-fa-child:before {
content: "\f1ae";
}
.sss-fa-paw:before {
content: "\f1b0";
}
.sss-fa-spoon:before {
content: "\f1b1";
}
.sss-fa-cube:before {
content: "\f1b2";
}
.sss-fa-cubes:before {
content: "\f1b3";
}
.sss-fa-behance:before {
content: "\f1b4";
}
.sss-fa-behance-square:before {
content: "\f1b5";
}
.sss-fa-steam:before {
content: "\f1b6";
}
.sss-fa-steam-square:before {
content: "\f1b7";
}
.sss-fa-recycle:before {
content: "\f1b8";
}
.sss-fa-automobile:before,
.sss-fa-car:before {
content: "\f1b9";
}
.sss-fa-cab:before,
.sss-fa-taxi:before {
content: "\f1ba";
}
.sss-fa-tree:before {
content: "\f1bb";
}
.sss-fa-spotify:before {
content: "\f1bc";
}
.sss-fa-deviantart:before {
content: "\f1bd";
}
.sss-fa-soundcloud:before {
content: "\f1be";
}
.sss-fa-database:before {
content: "\f1c0";
}
.sss-fa-file-pdf-o:before {
content: "\f1c1";
}
.sss-fa-file-word-o:before {
content: "\f1c2";
}
.sss-fa-file-excel-o:before {
content: "\f1c3";
}
.sss-fa-file-powerpoint-o:before {
content: "\f1c4";
}
.sss-fa-file-photo-o:before,
.sss-fa-file-picture-o:before,
.sss-fa-file-image-o:before {
content: "\f1c5";
}
.sss-fa-file-zip-o:before,
.sss-fa-file-archive-o:before {
content: "\f1c6";
}
.sss-fa-file-sound-o:before,
.sss-fa-file-audio-o:before {
content: "\f1c7";
}
.sss-fa-file-movie-o:before,
.sss-fa-file-video-o:before {
content: "\f1c8";
}
.sss-fa-file-code-o:before {
content: "\f1c9";
}
.sss-fa-vine:before {
content: "\f1ca";
}
.sss-fa-codepen:before {
content: "\f1cb";
}
.sss-fa-jsfiddle:before {
content: "\f1cc";
}
.sss-fa-life-bouy:before,
.sss-fa-life-buoy:before,
.sss-fa-life-saver:before,
.sss-fa-support:before,
.sss-fa-life-ring:before {
content: "\f1cd";
}
.sss-fa-circle-o-notch:before {
content: "\f1ce";
}
.sss-fa-ra:before,
.sss-fa-resistance:before,
.sss-fa-rebel:before {
content: "\f1d0";
}
.sss-fa-ge:before,
.sss-fa-empire:before {
content: "\f1d1";
}
.sss-fa-git-square:before {
content: "\f1d2";
}
.sss-fa-git:before {
content: "\f1d3";
}
.sss-fa-y-combinator-square:before,
.sss-fa-yc-square:before,
.sss-fa-hacker-news:before {
content: "\f1d4";
}
.sss-fa-tencent-weibo:before {
content: "\f1d5";
}
.sss-fa-qq:before {
content: "\f1d6";
}
.sss-fa-wechat:before,
.sss-fa-weixin:before {
content: "\f1d7";
}
.sss-fa-send:before,
.sss-fa-paper-plane:before {
content: "\f1d8";
}
.sss-fa-send-o:before,
.sss-fa-paper-plane-o:before {
content: "\f1d9";
}
.sss-fa-history:before {
content: "\f1da";
}
.sss-fa-circle-thin:before {
content: "\f1db";
}
.sss-fa-header:before {
content: "\f1dc";
}
.sss-fa-paragraph:before {
content: "\f1dd";
}
.sss-fa-sliders:before {
content: "\f1de";
}
.sss-fa-share-alt:before {
content: "\f1e0";
}
.sss-fa-share-alt-square:before {
content: "\f1e1";
}
.sss-fa-bomb:before {
content: "\f1e2";
}
.sss-fa-soccer-ball-o:before,
.sss-fa-futbol-o:before {
content: "\f1e3";
}
.sss-fa-tty:before {
content: "\f1e4";
}
.sss-fa-binoculars:before {
content: "\f1e5";
}
.sss-fa-plug:before {
content: "\f1e6";
}
.sss-fa-slideshare:before {
content: "\f1e7";
}
.sss-fa-twitch:before {
content: "\f1e8";
}
.sss-fa-yelp:before {
content: "\f1e9";
}
.sss-fa-newspaper-o:before {
content: "\f1ea";
}
.sss-fa-wifi:before {
content: "\f1eb";
}
.sss-fa-calculator:before {
content: "\f1ec";
}
.sss-fa-paypal:before {
content: "\f1ed";
}
.sss-fa-google-wallet:before {
content: "\f1ee";
}
.sss-fa-cc-visa:before {
content: "\f1f0";
}
.sss-fa-cc-mastercard:before {
content: "\f1f1";
}
.sss-fa-cc-discover:before {
content: "\f1f2";
}
.sss-fa-cc-amex:before {
content: "\f1f3";
}
.sss-fa-cc-paypal:before {
content: "\f1f4";
}
.sss-fa-cc-stripe:before {
content: "\f1f5";
}
.sss-fa-bell-slash:before {
content: "\f1f6";
}
.sss-fa-bell-slash-o:before {
content: "\f1f7";
}
.sss-fa-trash:before {
content: "\f1f8";
}
.sss-fa-copyright:before {
content: "\f1f9";
}
.sss-fa-at:before {
content: "\f1fa";
}
.sss-fa-eyedropper:before {
content: "\f1fb";
}
.sss-fa-paint-brush:before {
content: "\f1fc";
}
.sss-fa-birthday-cake:before {
content: "\f1fd";
}
.sss-fa-area-chart:before {
content: "\f1fe";
}
.sss-fa-pie-chart:before {
content: "\f200";
}
.sss-fa-line-chart:before {
content: "\f201";
}
.sss-fa-lastfm:before {
content: "\f202";
}
.sss-fa-lastfm-square:before {
content: "\f203";
}
.sss-fa-toggle-off:before {
content: "\f204";
}
.sss-fa-toggle-on:before {
content: "\f205";
}
.sss-fa-bicycle:before {
content: "\f206";
}
.sss-fa-bus:before {
content: "\f207";
}
.sss-fa-ioxhost:before {
content: "\f208";
}
.sss-fa-angellist:before {
content: "\f209";
}
.sss-fa-cc:before {
content: "\f20a";
}
.sss-fa-shekel:before,
.sss-fa-sheqel:before,
.sss-fa-ils:before {
content: "\f20b";
}
.sss-fa-meanpath:before {
content: "\f20c";
}
.sss-fa-buysellads:before {
content: "\f20d";
}
.sss-fa-connectdevelop:before {
content: "\f20e";
}
.sss-fa-dashcube:before {
content: "\f210";
}
.sss-fa-forumbee:before {
content: "\f211";
}
.sss-fa-leanpub:before {
content: "\f212";
}
.sss-fa-sellsy:before {
content: "\f213";
}
.sss-fa-shirtsinbulk:before {
content: "\f214";
}
.sss-fa-simplybuilt:before {
content: "\f215";
}
.sss-fa-skyatlas:before {
content: "\f216";
}
.sss-fa-cart-plus:before {
content: "\f217";
}
.sss-fa-cart-arrow-down:before {
content: "\f218";
}
.sss-fa-diamond:before {
content: "\f219";
}
.sss-fa-ship:before {
content: "\f21a";
}
.sss-fa-user-secret:before {
content: "\f21b";
}
.sss-fa-motorcycle:before {
content: "\f21c";
}
.sss-fa-street-view:before {
content: "\f21d";
}
.sss-fa-heartbeat:before {
content: "\f21e";
}
.sss-fa-venus:before {
content: "\f221";
}
.sss-fa-mars:before {
content: "\f222";
}
.sss-fa-mercury:before {
content: "\f223";
}
.sss-fa-intersex:before,
.sss-fa-transgender:before {
content: "\f224";
}
.sss-fa-transgender-alt:before {
content: "\f225";
}
.sss-fa-venus-double:before {
content: "\f226";
}
.sss-fa-mars-double:before {
content: "\f227";
}
.sss-fa-venus-mars:before {
content: "\f228";
}
.sss-fa-mars-stroke:before {
content: "\f229";
}
.sss-fa-mars-stroke-v:before {
content: "\f22a";
}
.sss-fa-mars-stroke-h:before {
content: "\f22b";
}
.sss-fa-neuter:before {
content: "\f22c";
}
.sss-fa-genderless:before {
content: "\f22d";
}
.sss-fa-facebook-official:before {
content: "\f230";
}
.sss-fa-pinterest-p:before {
content: "\f231";
}
.sss-fa-whatsapp:before {
content: "\f232";
}
.sss-fa-server:before {
content: "\f233";
}
.sss-fa-user-plus:before {
content: "\f234";
}
.sss-fa-user-times:before {
content: "\f235";
}
.sss-fa-hotel:before,
.sss-fa-bed:before {
content: "\f236";
}
.sss-fa-viacoin:before {
content: "\f237";
}
.sss-fa-train:before {
content: "\f238";
}
.sss-fa-subway:before {
content: "\f239";
}
.sss-fa-medium:before {
content: "\f23a";
}
.sss-fa-yc:before,
.sss-fa-y-combinator:before {
content: "\f23b";
}
.sss-fa-optin-monster:before {
content: "\f23c";
}
.sss-fa-opencart:before {
content: "\f23d";
}
.sss-fa-expeditedssl:before {
content: "\f23e";
}
.sss-fa-battery-4:before,
.sss-fa-battery:before,
.sss-fa-battery-full:before {
content: "\f240";
}
.sss-fa-battery-3:before,
.sss-fa-battery-three-quarters:before {
content: "\f241";
}
.sss-fa-battery-2:before,
.sss-fa-battery-half:before {
content: "\f242";
}
.sss-fa-battery-1:before,
.sss-fa-battery-quarter:before {
content: "\f243";
}
.sss-fa-battery-0:before,
.sss-fa-battery-empty:before {
content: "\f244";
}
.sss-fa-mouse-pointer:before {
content: "\f245";
}
.sss-fa-i-cursor:before {
content: "\f246";
}
.sss-fa-object-group:before {
content: "\f247";
}
.sss-fa-object-ungroup:before {
content: "\f248";
}
.sss-fa-sticky-note:before {
content: "\f249";
}
.sss-fa-sticky-note-o:before {
content: "\f24a";
}
.sss-fa-cc-jcb:before {
content: "\f24b";
}
.sss-fa-cc-diners-club:before {
content: "\f24c";
}
.sss-fa-clone:before {
content: "\f24d";
}
.sss-fa-balance-scale:before {
content: "\f24e";
}
.sss-fa-hourglass-o:before {
content: "\f250";
}
.sss-fa-hourglass-1:before,
.sss-fa-hourglass-start:before {
content: "\f251";
}
.sss-fa-hourglass-2:before,
.sss-fa-hourglass-half:before {
content: "\f252";
}
.sss-fa-hourglass-3:before,
.sss-fa-hourglass-end:before {
content: "\f253";
}
.sss-fa-hourglass:before {
content: "\f254";
}
.sss-fa-hand-grab-o:before,
.sss-fa-hand-rock-o:before {
content: "\f255";
}
.sss-fa-hand-stop-o:before,
.sss-fa-hand-paper-o:before {
content: "\f256";
}
.sss-fa-hand-scissors-o:before {
content: "\f257";
}
.sss-fa-hand-lizard-o:before {
content: "\f258";
}
.sss-fa-hand-spock-o:before {
content: "\f259";
}
.sss-fa-hand-pointer-o:before {
content: "\f25a";
}
.sss-fa-hand-peace-o:before {
content: "\f25b";
}
.sss-fa-trademark:before {
content: "\f25c";
}
.sss-fa-registered:before {
content: "\f25d";
}
.sss-fa-creative-commons:before {
content: "\f25e";
}
.sss-fa-gg:before {
content: "\f260";
}
.sss-fa-gg-circle:before {
content: "\f261";
}
.sss-fa-tripadvisor:before {
content: "\f262";
}
.sss-fa-odnoklassniki:before {
content: "\f263";
}
.sss-fa-odnoklassniki-square:before {
content: "\f264";
}
.sss-fa-get-pocket:before {
content: "\f265";
}
.sss-fa-wikipedia-w:before {
content: "\f266";
}
.sss-fa-safari:before {
content: "\f267";
}
.sss-fa-chrome:before {
content: "\f268";
}
.sss-fa-firefox:before {
content: "\f269";
}
.sss-fa-opera:before {
content: "\f26a";
}
.sss-fa-internet-explorer:before {
content: "\f26b";
}
.sss-fa-tv:before,
.sss-fa-television:before {
content: "\f26c";
}
.sss-fa-contao:before {
content: "\f26d";
}
.sss-fa-500px:before {
content: "\f26e";
}
.sss-fa-amazon:before {
content: "\f270";
}
.sss-fa-calendar-plus-o:before {
content: "\f271";
}
.sss-fa-calendar-minus-o:before {
content: "\f272";
}
.sss-fa-calendar-times-o:before {
content: "\f273";
}
.sss-fa-calendar-check-o:before {
content: "\f274";
}
.sss-fa-industry:before {
content: "\f275";
}
.sss-fa-map-pin:before {
content: "\f276";
}
.sss-fa-map-signs:before {
content: "\f277";
}
.sss-fa-map-o:before {
content: "\f278";
}
.sss-fa-map:before {
content: "\f279";
}
.sss-fa-commenting:before {
content: "\f27a";
}
.sss-fa-commenting-o:before {
content: "\f27b";
}
.sss-fa-houzz:before {
content: "\f27c";
}
.sss-fa-vimeo:before {
content: "\f27d";
}
.sss-fa-black-tie:before {
content: "\f27e";
}
.sss-fa-fonticons:before {
content: "\f280";
}
.sss-fa-reddit-alien:before {
content: "\f281";
}
.sss-fa-edge:before {
content: "\f282";
}
.sss-fa-credit-card-alt:before {
content: "\f283";
}
.sss-fa-codiepie:before {
content: "\f284";
}
.sss-fa-modx:before {
content: "\f285";
}
.sss-fa-fort-awesome:before {
content: "\f286";
}
.sss-fa-usb:before {
content: "\f287";
}
.sss-fa-product-hunt:before {
content: "\f288";
}
.sss-fa-mixcloud:before {
content: "\f289";
}
.sss-fa-scribd:before {
content: "\f28a";
}
.sss-fa-pause-circle:before {
content: "\f28b";
}
.sss-fa-pause-circle-o:before {
content: "\f28c";
}
.sss-fa-stop-circle:before {
content: "\f28d";
}
.sss-fa-stop-circle-o:before {
content: "\f28e";
}
.sss-fa-shopping-bag:before {
content: "\f290";
}
.sss-fa-shopping-basket:before {
content: "\f291";
}
.sss-fa-hashtag:before {
content: "\f292";
}
.sss-fa-bluetooth:before {
content: "\f293";
}
.sss-fa-bluetooth-b:before {
content: "\f294";
}
.sss-fa-percent:before {
content: "\f295";
}
.sss-fa-gitlab:before {
content: "\f296";
}
.sss-fa-wpbeginner:before {
content: "\f297";
}
.sss-fa-wpforms:before {
content: "\f298";
}
.sss-fa-envira:before {
content: "\f299";
}
.sss-fa-universal-access:before {
content: "\f29a";
}
.sss-fa-wheelchair-alt:before {
content: "\f29b";
}
.sss-fa-question-circle-o:before {
content: "\f29c";
}
.sss-fa-blind:before {
content: "\f29d";
}
.sss-fa-audio-description:before {
content: "\f29e";
}
.sss-fa-volume-control-phone:before {
content: "\f2a0";
}
.sss-fa-braille:before {
content: "\f2a1";
}
.sss-fa-assistive-listening-systems:before {
content: "\f2a2";
}
.sss-fa-asl-interpreting:before,
.sss-fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.sss-fa-deafness:before,
.sss-fa-hard-of-hearing:before,
.sss-fa-deaf:before {
content: "\f2a4";
}
.sss-fa-glide:before {
content: "\f2a5";
}
.sss-fa-glide-g:before {
content: "\f2a6";
}
.sss-fa-signing:before,
.sss-fa-sign-language:before {
content: "\f2a7";
}
.sss-fa-low-vision:before {
content: "\f2a8";
}
.sss-fa-viadeo:before {
content: "\f2a9";
}
.sss-fa-viadeo-square:before {
content: "\f2aa";
}
.sss-fa-snapchat:before {
content: "\f2ab";
}
.sss-fa-snapchat-ghost:before {
content: "\f2ac";
}
.sss-fa-snapchat-square:before {
content: "\f2ad";
}
.sss-fa-pied-piper:before {
content: "\f2ae";
}
.sss-fa-first-order:before {
content: "\f2b0";
}
.sss-fa-yoast:before {
content: "\f2b1";
}
.sss-fa-themeisle:before {
content: "\f2b2";
}
.sss-fa-google-plus-circle:before,
.sss-fa-google-plus-official:before {
content: "\f2b3";
}
.sss-fa-fa:before,
.sss-fa-font-awesome:before {
content: "\f2b4";
}
.sss-fa-handshake-o:before {
content: "\f2b5";
}
.sss-fa-envelope-open:before {
content: "\f2b6";
}
.sss-fa-envelope-open-o:before {
content: "\f2b7";
}
.sss-fa-linode:before {
content: "\f2b8";
}
.sss-fa-address-book:before {
content: "\f2b9";
}
.sss-fa-address-book-o:before {
content: "\f2ba";
}
.sss-fa-vcard:before,
.sss-fa-address-card:before {
content: "\f2bb";
}
.sss-fa-vcard-o:before,
.sss-fa-address-card-o:before {
content: "\f2bc";
}
.sss-fa-user-circle:before {
content: "\f2bd";
}
.sss-fa-user-circle-o:before {
content: "\f2be";
}
.sss-fa-user-o:before {
content: "\f2c0";
}
.sss-fa-id-badge:before {
content: "\f2c1";
}
.sss-fa-drivers-license:before,
.sss-fa-id-card:before {
content: "\f2c2";
}
.sss-fa-drivers-license-o:before,
.sss-fa-id-card-o:before {
content: "\f2c3";
}
.sss-fa-quora:before {
content: "\f2c4";
}
.sss-fa-free-code-camp:before {
content: "\f2c5";
}
.sss-fa-telegram:before {
content: "\f2c6";
}
.sss-fa-thermometer-4:before,
.sss-fa-thermometer:before,
.sss-fa-thermometer-full:before {
content: "\f2c7";
}
.sss-fa-thermometer-3:before,
.sss-fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.sss-fa-thermometer-2:before,
.sss-fa-thermometer-half:before {
content: "\f2c9";
}
.sss-fa-thermometer-1:before,
.sss-fa-thermometer-quarter:before {
content: "\f2ca";
}
.sss-fa-thermometer-0:before,
.sss-fa-thermometer-empty:before {
content: "\f2cb";
}
.sss-fa-shower:before {
content: "\f2cc";
}
.sss-fa-bathtub:before,
.sss-fa-s15:before,
.sss-fa-bath:before {
content: "\f2cd";
}
.sss-fa-podcast:before {
content: "\f2ce";
}
.sss-fa-window-maximize:before {
content: "\f2d0";
}
.sss-fa-window-minimize:before {
content: "\f2d1";
}
.sss-fa-window-restore:before {
content: "\f2d2";
}
.sss-fa-times-rectangle:before,
.sss-fa-window-close:before {
content: "\f2d3";
}
.sss-fa-times-rectangle-o:before,
.sss-fa-window-close-o:before {
content: "\f2d4";
}
.sss-fa-bandcamp:before {
content: "\f2d5";
}
.sss-fa-grav:before {
content: "\f2d6";
}
.sss-fa-etsy:before {
content: "\f2d7";
}
.sss-fa-imdb:before {
content: "\f2d8";
}
.sss-fa-ravelry:before {
content: "\f2d9";
}
.sss-fa-eercast:before {
content: "\f2da";
}
.sss-fa-microchip:before {
content: "\f2db";
}
.sss-fa-snowflake-o:before {
content: "\f2dc";
}
.sss-fa-superpowers:before {
content: "\f2dd";
}
.sss-fa-wpexplorer:before {
content: "\f2de";
}
.sss-fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}.super-simple-slider-container {
overflow-x: hidden;
overflow: hidden;
width: 100%;
position: relative;
}
#primary .super-simple-slider-container,
.content-area .super-simple-slider-container {
margin-bottom: 1.5em;
}
.super-simple-slider-container.loading {
overflow: hidden;
background: url(//saloniker.de/wp-content/plugins/super-simple-slider/library/images/loader.gif) center center no-repeat;
}
.super-simple-slider-container.loading .super-simple-slider { 
visibility: hidden;
}
.super-simple-slider-container .super-simple-slider { 
padding: 0;
margin: 0 !important;
list-style: none;
width: 100000px;
}
.super-simple-slider-container .super-simple-slider .slide {
float: left;
position: relative;
max-width: 100vw;
width: 100vw;
margin: 0;
}
.super-simple-slider-container .super-simple-slider .slide .opacity {
height: 100%;
width: 100%;
position: absolute;
top: 0;
}
.super-simple-slider-container .super-simple-slider .slide .overlay-container {
position: absolute;
width: 100%;
top: 0px;
bottom: 0px;
}
.super-simple-slider-container .super-simple-slider .slide .overlay-container .overlay {
position: relative;
height: 100%;
}
.super-simple-slider-container .super-simple-slider .slide .overlay-container .overlay.constrained {
max-width: 1140px;
margin: 0 auto;
}
.super-simple-slider-container .super-simple-slider .slide .overlay-container .opacity-left-container,
.super-simple-slider-container .super-simple-slider .slide .overlay-container .opacity-right-container {
width: calc( 50% - 570px );
height: 100%;
position: relative; 
}
.super-simple-slider-container .super-simple-slider .slide .overlay-container .opacity-left-container {
float: left;
}
.super-simple-slider-container .super-simple-slider .slide .overlay-container .opacity-right-container {
float: right;
}
.super-simple-slider-container .super-simple-slider .slide .overlay-container .opacity-left-container .opacity-left,
.super-simple-slider-container .super-simple-slider .slide .overlay-container .opacity-right-container .opacity-right {
position: absolute;
width: 100%;
height: 100%;
}
.super-simple-slider-container .super-simple-slider .slide .overlay-container .overlay .opacity {
letter-spacing: 1px;
text-align: center;
word-wrap: break-word;
z-index: 8;
margin: 0 auto;
position: absolute;
width: 60%;
min-height: 0%;
padding: 3.5%;
height: auto;
top: 50%;
transform: translateY(-50%);
font-size: 24px;
left: 0;
right: 0;	
} @media screen and (min-width: 1215px) {
.super-simple-slider-container .super-simple-slider .slide .overlay-container .overlay .opacity.no-left-padding {
padding-left: 0;
}
.super-simple-slider-container .super-simple-slider .slide .overlay-container .overlay .opacity.no-right-padding {
padding-right: 0;
}
}
.super-simple-slider-container .super-simple-slider .slide .overlay-container .overlay .opacity.boxed-left-padding {
padding-left: 22px;
}
.super-simple-slider-container .super-simple-slider .slide .overlay-container .overlay .opacity.boxed-right-padding {
padding-right: 22px;
}
.super-simple-slider-container .super-simple-slider .slide .overlay-container .overlay .opacity.expanded {
width: 100% !important;
}
.super-simple-slider-container .super-simple-slider .slide .overlay-container .overlay .opacity.constrained {
top: 0 !important;
transform: none !important;
}  .super-simple-slider-container .super-simple-slider .slide .overlay-container .opacity-left-container .opacity-left.half,
.super-simple-slider-container .super-simple-slider .slide .overlay-container .opacity-right-container .opacity-right.half,
.super-simple-slider-container .super-simple-slider .slide .overlay-container .overlay .opacity.half,
.super-simple-slider-container .super-simple-slider .slide .overlay .opacity .vertical-aligner.half {
top: 50%;
transform: translateY(-50%);
}
.super-simple-slider-container .super-simple-slider .slide .overlay .opacity h1,
.super-simple-slider-container .super-simple-slider .slide .overlay .opacity h2 {
font-size: 40px;
line-height: 1.2em; margin: 0;
text-transform: none;
}
.super-simple-slider-container .slide .overlay .opacity h1,
.super-simple-slider-container .slide .overlay .opacity h2,
.super-simple-slider-container .slide .overlay .opacity h3,
.super-simple-slider-container .slide .overlay .opacity h4,
.super-simple-slider-container .slide .overlay .opacity h5,
.super-simple-slider-container .slide .overlay .opacity h6 {
color: #FFFFFF;
}
.super-simple-slider-container .slide .overlay .opacity .text,
.super-simple-slider-container .slide .overlay .opacity .buttons {
display: flex;
justify-content: center;
width: 100%;
}
.super-simple-slider-container .super-simple-slider .slide .overlay .opacity p {
margin-top: 0.5em;
margin-bottom: 0.5em;
line-height: 1.3em;
}
.super-simple-slider-container .super-simple-slider .slide .overlay .opacity a.button,
.super-simple-slider-container .super-simple-slider .slide .overlay .opacity button {
margin-top: 1.4em;
}
.super-simple-slider-container .super-simple-slider .slide .overlay .opacity .text.no-title > *:first-child {
margin-top: 0 !important;
}
.super-simple-slider-container .super-simple-slider .slide .overlay .opacity .text > *:last-child {
margin-bottom: 0 !important;
}
.super-simple-slider-container .super-simple-slider .slide .overlay .opacity img.slide-image {
width: auto;
min-width: 0;
}
.super-simple-slider-container .super-simple-slider .slide .overlay a {
color: #fff;
}
.super-simple-slider-container .super-simple-slider .slide .overlay a.button,
.super-simple-slider-container .super-simple-slider .slide .overlay button {
line-height: 1;
min-width: 140px;
margin-right: 2%;
-webkit-transition: background-color 0.2s ease 0s;
-moz-transition: background-color 0.2s ease 0s;
-ms-transition: background-color 0.2s ease 0s;
-o-transition: background-color 0.2s ease 0s;
transition: background-color 0.2s ease 0s;
}
.super-simple-slider-container .super-simple-slider .slide .overlay a.button:last-of-type,
.super-simple-slider-container .super-simple-slider .slide .overlay button:last-of-type {
margin-right: 0;
}
.super-simple-slider-container .super-simple-slider .slide .overlay a.button.no-bottom-margin,
.super-simple-slider-container .super-simple-slider .slide .overlay button.no-bottom-margin {
margin-bottom: 0 !important;
}
.super-simple-slider-container .super-simple-slider .slide img.slide-image {
display: block;
width: 100%;
height: auto;
margin: 0;
}
.super-simple-slider-container .slide .background-image {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.super-simple-slider-container .slide .background-image .placeholder {
width: 100%;
height: auto;
}
.super-simple-slider-container .scroll-to-content {
bottom: 7%;
font-size: 60px;
position: absolute;
text-align: center;
width: 100%;
z-index: 10;
color: #FFFFFF;
}
.super-simple-slider-container .super-simple-slider-pagination {
bottom: 2.1%;
height: 30px;
position: absolute;
text-align: center;
width: 100%;
z-index: 10;
}
.super-simple-slider-container .super-simple-slider-pagination a.selected span {
background-color: #FFFFFF;
position: relative;
}
.super-simple-slider-container .super-simple-slider-pagination a {
border: none;
display: inline-block;
vertical-align: middle;
padding: 4px 4px;
}
.super-simple-slider-container .super-simple-slider-pagination span {
border: 2px solid rgba(255, 255, 255, 0.6) !important;
border-radius: 8px;
border-radius: 50%;
display: inline-block;
height: 15px;
line-height: 0;
overflow: hidden;
text-indent: -100px;
width: 15px;
font-size: 0px;
}
.super-simple-slider-container .controls-container {
position: absolute;
width: 100%;
top: 0px;
bottom: 0px;
}
.super-simple-slider-container .controls-container .controls {
position: relative;
height: 100%;
}
.super-simple-slider-container .prev,
.super-simple-slider-container .next {
position: absolute;
height: 49px;
width: 49px;
text-align: center;
opacity: 0;
cursor: pointer;
z-index: 9;
transform: scale(0.7);
border: 1px solid #FFFFFF;
color: #FFFFFF;
will-change: opacity; outline: 1px solid transparent;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.super-simple-slider-container .prev.half,
.super-simple-slider-container .next.half {
top: 50%;
transform: scale(0.7) translateY(-50%);
}
.super-simple-slider-container .prev {
left: 4.5%;
}
.super-simple-slider-container .next {
right: 4.5%;
}
.super-simple-slider-container .prev.square:hover,
.super-simple-slider-container .next.square:hover,
.super-simple-slider-container .prev.round:hover,
.super-simple-slider-container .next.round:hover {
background-color: rgba(255, 255, 255, 0.65);
}
.super-simple-slider-container:hover .prev,
.super-simple-slider-container:hover .next {
opacity: 1;
}
.super-simple-slider-container:hover .prev.half,
.super-simple-slider-container:hover .next.half {
transform: scale(1) translateY(-50%);
}
.super-simple-slider-container:hover .prev.disabled,
.super-simple-slider-container:hover .next.disabled {
opacity: 0.4;
cursor: default;
}
.super-simple-slider-placeholder {
margin: 0 0 83px 0;
} .super-simple-slider-container .slide .overlay-container {
position: absolute;
width: 100%;
top: 0px;
bottom: 0px;
}
.super-simple-slider-container .slide .overlay-container .overlay {
position: relative;
height: 100%;
}
.super-simple-slider-container .slide .overlay-container .overlay .opacity {
color: #FFFFFF;
letter-spacing: 1px;
text-align: center;
word-wrap: break-word;
z-index: 8;
margin: 0 auto;
position: absolute;
min-height: 0%;
height: auto;
top: 50%;
transform: translateY(-50%);
font-size: 24px;
left: 0;
right: 0;	
} @media only screen and (max-width: 1000px) {
.slider-placeholder {
display: none;
}
}
@media only screen and (max-width: 960px) { .super-simple-slider-container .super-simple-slider .slide .overlay-container .overlay .opacity {
top: 20% !important;
transform: none !important;
width: 80% !important;
min-height: 100%;
}
.super-simple-slider-container .super-simple-slider-pagination {
display: none !important;
}
}
@media only screen and (max-width: 800px) {  }
@media (max-width: 767px) {
.super-simple-slider-container .prev {
left: 2.5%;
}
.super-simple-slider-container .next {
right: 2.5%;
}
}
@media (max-width: 500px) {
.super-simple-slider-container .super-simple-slider .slide .overlay a.button,
.super-simple-slider-container .super-simple-slider .slide .overlay button {
min-width: 100px;
}
}.lwpcngNotice{position:fixed;z-index:999999;padding:12px 24px;font:16px/20px "Trebuchet MS","Helvetica CY",sans-serif;box-shadow:0 0 8px rgba(0,0,0,.1);border:0 solid}.lwpcngNotice A{text-decoration:underline}.lwpcngNotice A:hover{text-decoration:none}.lwpcngNotice-float{border:1px solid;border-radius:4px}.lwpcngNotice_message{display:inline;margin-right:8px}.lwpcngNotice_accept,.lwpcngNotice_reject{margin:8px 8px;display:inline-block;vertical-align:middle;padding:6px 12px;border:1px solid;white-space:nowrap;cursor:pointer}.lwpcngNotice_accept{font-weight:700}.lwpcngNotice_more{margin:0 6px;display:inline-block;vertical-align:middle;white-space:nowrap;cursor:pointer;font-size:14px}.lwpcngNoticeBar{text-align:center}.lwpcngNoticeBar.lwpcngNotice-sticked{left:0;right:0}.lwpcngNoticeBar-top.lwpcngNotice-sticked{top:0;border-bottom-width:1px}.lwpcngNoticeBar-bottom.lwpcngNotice-sticked{bottom:0;border-top-width:1px}.lwpcngNoticeBar .lwpcngNotice_buttons{display:inline}.lwpcngNoticeBox{max-width:40%}@media screen and (max-width:980px){.lwpcngNoticeBox{max-width:75%}}@media screen and (max-width:600px){.lwpcngNoticeBox{max-width:none;left:0!important;right:0!important;border-radius:0!important;border-width:0}.lwpcngNoticeBox-topLeft,.lwpcngNoticeBox-topRight{top:0!important;border-bottom-width:1px}.lwpcngNoticeBox-bottomLeft,.lwpcngNoticeBox-bottomRight{bottom:0!important;border-top-width:1px}}.lwpcngNoticeBox-bottomLeft.lwpcngNotice-sticked{left:0;bottom:0;border-right-width:1px;border-top-width:1px;border-radius:0 4px 0 0}.lwpcngNoticeBox-bottomRight.lwpcngNotice-sticked{right:0;bottom:0;border-left-width:1px;border-top-width:1px;border-radius:4px 0 0 0}.lwpcngNoticeBox-topLeft.lwpcngNotice-sticked{left:0;top:0;border-right-width:1px;border-bottom-width:1px;border-radius:0 0 4px 0}.lwpcngNoticeBox-topRight.lwpcngNotice-sticked{right:0;top:0;border-left-width:1px;border-bottom-width:1px;border-radius:0 0 0 4px}.lwpcngNoticeBox .lwpcngNotice_buttons{margin-top:6px}.lwpcngNotice-light{background:#fff;background:rgba(255,255,255,.97);color:#000;border-color:#ddd}.lwpcngNotice-light A,.lwpcngNotice-light A:hover,.lwpcngNotice-light A:visited{color:#aaa}.lwpcngNotice-light .lwpcngNotice_accept{border-color:#ddd;background:#fff;color:#00a65a}.lwpcngNotice-light .lwpcngNotice_accept:hover{border-color:#82ccaa;background:#f4fff3}.lwpcngNotice-light .lwpcngNotice_reject{border-color:#ddd;background:#fff;color:#888}.lwpcngNotice-light .lwpcngNotice_reject:hover{border-color:#bbb;background:#f8f8f8;color:#000}.lwpcngNotice-dark{background:#2b2b2b;background:rgba(43,43,43,.97);color:#fff;border-color:#2b2b2b}.lwpcngNotice-dark A,.lwpcngNotice-dark A:hover,.lwpcngNotice-dark A:visited{color:#aaa}.lwpcngNotice-dark .lwpcngNotice_accept{border-color:#555;color:#00a65a}.lwpcngNotice-dark .lwpcngNotice_accept:hover{background:#2b2b2b}.lwpcngNotice-dark .lwpcngNotice_reject{border-color:#555;color:#888}.lwpcngNotice-dark .lwpcngNotice_reject:hover{background:#2b2b2b;color:#aaa}.lwpcngShowAgain{position:fixed;z-index:999999;padding:6px 16px;border:0 solid;border-top-width:1px;font:14px/18px "Trebuchet MS","Helvetica CY",sans-serif;cursor:pointer}.lwpcngShowAgain-bottomSticked{bottom:0}.lwpcngShowAgain-bottomFloat{border-bottom-width:1px}.lwpcngShowAgain-sideSticked.lwpcngShowAgain-bottomRight{right:0}.lwpcngShowAgain-sideSticked.lwpcngShowAgain-bottomLeft{left:0}.lwpcngShowAgain-bottomRight{border-left-width:1px;border-top-left-radius:4px}.lwpcngShowAgain-bottomRight.lwpcngShowAgain-sideFloat{border-right-width:1px;border-top-right-radius:4px}.lwpcngShowAgain-bottomRight.lwpcngShowAgain-sideFloat.lwpcngShowAgain-bottomFloat{border-bottom-right-radius:4px}.lwpcngShowAgain-bottomRight.lwpcngShowAgain-bottomFloat{border-bottom-left-radius:4px}.lwpcngShowAgain-bottomLeft{border-right-width:1px;border-top-right-radius:4px}.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-sideFloat{border-left-width:1px;border-top-left-radius:4px}.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-sideFloat.lwpcngShowAgain-bottomFloat{border-bottom-left-radius:4px}.lwpcngShowAgain-bottomLeft.lwpcngShowAgain-bottomFloat{border-bottom-right-radius:4px}.lwpcngShowAgain-light{background:#fff;background:rgba(255,255,255,.97);border-color:#ddd;color:#000}.lwpcngShowAgain-light:hover{background:#f6f6f6;color:#000}.lwpcngShowAgain-dark{background:#2b2b2b;background:rgba(43,43,43,.97);color:#bbb;border-color:#2b2b2b}.lwpcngShowAgain-dark:hover{background:#2b2b2b;color:#ddd}.lwpcngHide{display:none}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
margin: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; overflow-x: hidden;
overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust:     100%; box-sizing: border-box; scroll-behavior: smooth;
}
*,
*:before,
*:after { box-sizing: inherit;
} body {
-webkit-backface-visibility: hidden;
}
body.crisp-images {
image-rendering: -moz-crisp-edges; image-rendering:   -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; }
body.show-main-menu #main-menu {
right: 0px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
table { border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
} body,
button,
input,
select,
textarea {
font-size: 14px;
font-weight: 300;
line-height: 1.5;
}
::-moz-selection {
color:#fff;
}
::selection {
color:#fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.1em;
}
body.comfortable-paragraph-line-height p {
line-height: 1.72em;
}
.site-content h2 + p {
margin-top: 0 !important;
}
p:not(:first-of-type) {
margin-top: 1.1em;
}
b,
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote:before {
content: "\201C";
font-size: 110px;
line-height: 0.96;
top: 0;
left: 0;
font-weight: 400;
font-family: "Lora";
font-style: normal;
position: absolute;
}
blockquote {
min-height: 40px;
content: "\201C";
margin: 1.1em 0 1.1em 0;
padding: 0 0 0 50px;
font-size: 21px;
font-style: italic;
position: relative;
}
.namaha-pull-quote-border blockquote:before {
content: '';
width: 1px;
height: 80%;
top: 50%;
transform: translateY(-50%);
}
.namaha-pull-quote-border blockquote {
padding-left: 25px;
}
blockquote,
blockquote p {
line-height: 1.5;
}
blockquote:first-child {
margin-top: 0;
}
address {
margin: 0 0 1.1em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 14px;
font-size: 1.5rem;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font: 14px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
} hr {
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-weight: 300;
line-height: 1.1em;
word-wrap: normal;
margin-top: 0;
}
h1,
.namaha-page-builders-use-theme-styles h1.elementor-heading-title.elementor-size-default {
font-size: 39px;
}
h1 {
margin-bottom: .8em;
}
h2,
.namaha-page-builders-use-theme-styles h2.elementor-heading-title.elementor-size-default {
font-size: 36px;
}
h2 {
margin-bottom: .55em;
}
h3,
html #jp-relatedposts h3.jp-relatedposts-headline,
.namaha-page-builders-use-theme-styles h3.elementor-heading-title.elementor-size-default {
font-size: 32px;
}
h3 {
margin-bottom: .8em;
}
h4,
.namaha-page-builders-use-theme-styles h4.elementor-heading-title.elementor-size-default {
font-size: 28px;
}
h4 {
margin-bottom: 1.1em;
}
h5,
.namaha-page-builders-use-theme-styles h5.elementor-heading-title.elementor-size-default {
font-size: 24px;
}
h5 {
margin-bottom: 1.3em;
}
h6,
.namaha-page-builders-use-theme-styles h6.elementor-heading-title.elementor-size-default {
font-size: 20px;
}
h6 {
margin-bottom: 1.4em;
}
.entry-content code {
display: block;
background: #f7f7f7;
border: 1px solid #D8D8D8;
padding: 10px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
margin: 5px 0;
overflow-x: auto;
} button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; }
a.button,
.widget-area .widget a.button,
.namaha-page-builders-use-theme-styles .widget_sow-button .ow-button-base a,
.namaha-page-builders-use-theme-styles .elementor-widget-button .elementor-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
html #infinite-handle span button,
html #infinite-handle span button:hover,
div.wpforms-container form.wpforms-form input[type=submit],
div.wpforms-container form.wpforms-form button[type=submit],
div.wpforms-container form.wpforms-form .wpforms-page-button {
border: none !important;
border-radius: 0;
cursor: pointer; line-height: 1;
padding: 20px 73px;
min-width: 120px;
max-width: 100%;
}
.namaha-bookingpress-use-theme-styles .bpa-front-btn,
.namaha-bookingpress-use-theme-styles .el-button--bpa-front-btn,
.namaha-bookingpress-use-theme-styles .el-date-picker.has-time button.el-button--mini,
.namaha-bookingpress-use-theme-styles .el-date-picker.has-time button.el-time-panel__btn,
.namaha-bookingpress-use-theme-styles .bpa-front-btn__medium,
.namaha-bookingpress-use-theme-styles .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body strong.--is-service-price {
border-radius: 0 !important;
}
a.button,
.widget-area .widget a.button,
.namaha-page-builders-use-theme-styles .widget_sow-button .ow-button-base a,
.namaha-page-builders-use-theme-styles .elementor-widget-button .elementor-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
html #infinite-handle span button,
html #infinite-handle span button:hover,
div.wpforms-container form.wpforms-form input[type=submit],
div.wpforms-container form.wpforms-form button[type=submit],
div.wpforms-container form.wpforms-form .wpforms-page-button,
.wp-block-search__button {
color: #FFF;
font-size: 17px;
text-transform: none;
text-align: center;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.wp-block-search__button.has-icon {
stroke: #FFFFFF;
}
a.button,
html #infinite-handle span button,
html #infinite-handle span button:hover,
.namaha-page-builders-use-theme-styles .widget_sow-button .ow-button-base a,
.namaha-page-builders-use-theme-styles .elementor-widget-button .elementor-button {
display: inline-block;
-webkit-appearance: none;
}
a.button:hover,
html #infinite-handle span button:hover,
.widget-area .widget a.button:hover,
.namaha-page-builders-use-theme-styles .widget_sow-button .ow-button-base a:hover,
.namaha-page-builders-use-theme-styles .elementor-widget-button .elementor-button:hover,
.namaha-page-builders-use-theme-styles .elementor-widget-icon.elementor-view-stacked .elementor-icon,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box.elementor-view-stacked .elementor-icon,
.namaha-page-builders-use-theme-styles .elementor-social-icon,
.wp-block-search__button:hover {
color: #FFFFFF;
}
.slider-container.default .slider .slide .overlay .opacity a.button,
.slider-container.default .slider .slide .overlay .opacity button,
.slider-container.default .slider .slide .overlay .opacity input[type="button"],
.header-image .overlay-container .overlay .opacity a.button,
.header-image .overlay-container .overlay .opacity button,
.header-image .overlay-container .overlay .opacity input[type="button"] {
border: none;	
color: #FFF;
cursor: pointer;
font-size: 15px;
font-weight: 400;
padding: 20px 36px;
text-shadow: none;
text-align: center;
margin-top: 1.4em;
margin-bottom: 1.4em;	
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
div.wpforms-container form.wpforms-form input[type="text"],
div.wpforms-container form.wpforms-form input[type="email"],
div.wpforms-container form.wpforms-form input[type="tel"],
div.wpforms-container form.wpforms-form input[type="number"],
div.wpforms-container form.wpforms-form input[type="url"],
div.wpforms-container form.wpforms-form input[type="password"],
div.wpforms-container form.wpforms-form input[type="search"],
div.wpforms-container form.wpforms-form select,
div.wpforms-container form.wpforms-form textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="search"],
input[name="coupon_code"],
select,
textarea,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
border: 1px solid #cacfd0;
border-radius: 0 !important;
font-size: 100%;
outline: 0;
} input:-webkit-autofill,
textarea:-webkit-autofill {
-webkit-box-shadow: inset 0 0 0px 9999px #FFFFFF;
}
div.wpforms-container form.wpforms-form input[type="text"],
div.wpforms-container form.wpforms-form input[type="email"],
div.wpforms-container form.wpforms-form input[type="tel"],
div.wpforms-container form.wpforms-form input[type="number"],
div.wpforms-container form.wpforms-form input[type="url"],
div.wpforms-container form.wpforms-form input[type="password"],
div.wpforms-container form.wpforms-form input[type="search"],
div.wpforms-container form.wpforms-form select,
div.wpforms-container form.wpforms-form textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="search"],
select {
max-width: 100%;
padding: 3px 3px 3px 10px;
height: 41px;
width: 311px;
}
select {
padding-left: 6px;
}
.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="tel"],
.site-footer input[type="url"],
.site-footer input[type="password"],
.site-footer input[type="search"] {
width: 100%;
max-width: 275px;
}
div.wpforms-container form.wpforms-form textarea,
textarea {
overflow: auto; padding: 10px 3px 3px 10px;
vertical-align: top; max-width: 100%;
width: 500px;
}  a {
text-decoration: none;
word-wrap: break-word;
}
.content-links-have-underlines .content-area p a {
text-decoration: underline;
}
a:visited {
}
a:hover,
a:active {
} .main-navigation,
.main-navigation-menu {
clear: both;
display: block;
width: 100%;
font-size: 0px;
-webkit-transition: background-color 0.2s ease 0s;
-moz-transition: background-color 0.2s ease 0s;
-ms-transition: background-color 0.2s ease 0s;
-o-transition: background-color 0.2s ease 0s;
transition: background-color 0.2s ease 0s;
}
.main-navigation.translucent {
position: absolute;
z-index: 99999;
z-index: 9999;
}
.main-navigation.border-bottom {
border-bottom: 1px solid #cacfd0;
}
.main-navigation.translucent.border-bottom {
border-bottom: none;
}
.main-navigation.translucent .search-block .search-field {
border-top: transparent;
}
.main-menu-container {
max-width: 1140px;
margin: 0 auto;
position: relative;
}
.main-menu-container.hidden {
display: none;
}
.site-header .main-navigation.inline .main-menu-container {
padding-left: 0;
padding: 0;
}
.main-navigation.centered .main-menu-container {
text-align: center;
}
.main-navigation.right-aligned .main-menu-container,
.main-navigation.inline .main-menu-container {
text-align: right;
}
.site-header.left-aligned .main-navigation.inline {
background-color: transparent;
padding: 0;
display: table-cell;
vertical-align: bottom;	
}
.site-header.left-aligned .main-navigation.inline.rollover-background-color {
padding-top: 11px;
}
.main-navigation-inner {
display: inline-block;
vertical-align: top;
}
.main-navigation .main-navigation-inner .menu > ul,
.main-navigation .main-navigation-inner ul.menu {
margin: 0 !important;
}
.nav-load {
height: 58px;
overflow: hidden;
visibility: hidden;
}
.site-header .site-logo-area.border-bottom  {
border-bottom: 1px solid #cacfd0;
}
.site-header.translucent .site-logo-area.border-bottom {
border-bottom: none;
} .site-header.translucent .solid.custom-logo-link:not(.translucent),
.site-header.translucent .solid.custom-logo-link-removed:not(.translucent) {
display: none !important;
}
.site-header .solid.custom-logo-link,
.site-header .solid.custom-logo-link-removed,
.site-header.floated .solid.custom-logo-link,
.site-header.floated .solid.custom-logo-link-removed {
display: inline-block !important;
vertical-align: top;
}
html .site-header.forced-solid.translucent .solid.custom-logo-link {
display: inline-block !important;
vertical-align: top;
}
.site-header.forced-solid.translucent .transparent.custom-logo-link {
display: none !important;
} .site-header .translucent.custom-logo-link:not(.solid),
.site-header .translucent.custom-logo-link-removed:not(.solid),
.site-header.floated .translucent.custom-logo-link:not(.solid),
.site-header.floated .translucent.custom-logo-link-removed:not(.solid) {
display: none !important;
}
.site-header.translucent .translucent.custom-logo-link,
.site-header.translucent .translucent.custom-logo-link-removed {
display: inline-block !important;
vertical-align: top;
} .site-header .transparent.custom-logo-link:not(.solid),
.site-header .transparent.custom-logo-link-removed:not(.solid),
.site-header.floated .transparent.custom-logo-link:not(.solid),
.site-header.floated .transparent.custom-logo-link-removed:not(.solid),
.site-header.translucent .transparent.custom-logo-link:not(.translucent),
.site-header.translucent .transparent.custom-logo-link-removed:not(.translucent) {
display: none !important;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
display: inline-block;
vertical-align: top;
text-align: left;
}
.main-navigation ul.nav-menu {
}
.main-navigation li {
position: relative;
display: block;
float: left;
margin: 0 !important;
}
.main-navigation ul ul ul {
background-color: transparent;
}
.main-navigation ul ul ul li {
margin: 0 0 0 2px !important;
}
.main-navigation.rollover-font-color .menu > ul > li,
.main-navigation.rollover-font-color ul.menu > li,
.main-navigation.rollover-underline .menu > ul > li,
.main-navigation.rollover-underline ul.menu > li {
padding: 18px 9px 17px 9px;
}
.site-header .site-header-right .navigation-menu .main-navigation.rollover-font-color .menu > ul > li,
.site-header .site-header-right .navigation-menu .main-navigation.rollover-font-color ul.menu > li,
.site-header .site-header-right .navigation-menu .main-navigation.rollover-underline .menu > ul > li,
.site-header .site-header-right .navigation-menu .main-navigation.rollover-underline ul.menu > li {
padding: 21px 9px 19px 9px;
}
.main-navigation.rollover-font-color .menu > ul > li:first-child,
.main-navigation.rollover-font-color ul.menu > li:first-child,
.main-navigation.rollover-underline .menu > ul > li:first-child,
.main-navigation.rollover-underline ul.menu > li:first-child {
padding-left: 0 !important;
}
.main-navigation.rollover-font-color .menu > ul > li:last-child,
.main-navigation.rollover-font-color ul.menu > li:last-child,
.main-navigation.rollover-underline .menu > ul > li:last-child,
.main-navigation.rollover-underline ul.menu > li:last-child {
padding-right: 0 !important;
}
.main-navigation .menu > ul .indicator,
.main-navigation ul.menu .indicator,
.main-navigation .search-button .indicator {
display: block;
background-color: transparent;
padding: 0;
position: absolute;
z-index: 100;
z-index: 99999;
left: 0;
width: 100%;
height: 4px;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.main-navigation .search-button.no-indicator .indicator {
display: none;
}
.main-navigation.rollover-underline:not(.align-bottom) .menu > ul .indicator,
.main-navigation.rollover-underline:not(.align-bottom) ul.menu .indicator,
.main-navigation.rollover-underline:not(.align-bottom) .search-button .indicator {
margin: 0 0 -4px 0;
bottom: -3px;
}
.main-navigation.rollover-underline.align-bottom .menu > ul .indicator,
.main-navigation.rollover-underline.align-bottom ul.menu .indicator,
.main-navigation.rollover-underline.align-bottom .search-button .indicator {
bottom: -100%;
}
.main-navigation ul.nav-menu > li {
float: left;
}
.main-navigation a {
display: block;
position: relative;
text-decoration: none;
font-size: 15px;
font-weight: 300;
letter-spacing: 1px;
white-space: nowrap;
text-align: center;
-webkit-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
-ms-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
-o-transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
transition: color 0.2s ease 0s, background-color 0.2s ease 0s;
}
.main-navigation.rollover-background-color a {
padding: 18px 22px 17px 22px !important
}
.site-header .site-header-right .navigation-menu .main-navigation.rollover-background-color a {
padding: 15px 22px 14px 22px !important;
}
.main-navigation.uppercase .menu > ul > li > a,
.main-navigation.uppercase ul.menu > li > a {
text-transform: uppercase;
}
.main-navigation a:hover {
text-decoration: none;
color: inherit;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 57px;
left: -999rem;
z-index: 9999;
opacity: 0;
}
.site-header:not(.translucent) .main-navigation ul ul {
border-top: 1px solid #cacfd0;
}
.site-header .site-header-right .navigation-menu ul ul {
top: 100%;
}
.site-header .site-header-right .navigation-menu .main-navigation.rollover-background-color ul ul {
top: 50px;
}
.main-navigation ul ul ul {
top: 0 !important;
-webkit-transform: none;
transform: none;
}
.main-navigation ul ul a {
text-transform: none;
font-size: 13px;
text-align: left;
width: auto;
padding: 10px 10px 10px 10px;
min-width: 200px;
white-space: nowrap;
}
.main-navigation ul ul li {
width: 100%;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.hover > ul {
left: 0;
opacity: 1;
}
.main-navigation.centered-submenu ul ul {
-webkit-transform: translateZ(0) translate(-50%,0);
transform: translateZ(0) translate(-50%,0);
}
.main-navigation.centered-submenu ul li:hover > ul,
.main-navigation.centered-submenu ul li.hover > ul {
left: 50%;
}
.main-navigation ul ul li:hover > ul,
.main-navigation.centered-submenu ul ul li:hover > ul,
.main-navigation ul ul li.hover > ul,
.main-navigation.centered-submenu ul ul li.hover > ul {
left: 100%;
}
.main-navigation ul ul ul,
.main-navigation.centered-submenu ul ul ul {
border-top: none !important;
border-bottom: none !important;
-webkit-transform: none;
transform: none;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}
.main-navigation li.current-menu-item.no-highlight > a,
.main-navigation li.current_page_item.no-highlight > a {
background-color: transparent;
}
.main-navigation .search-button {
display: inline-block;
vertical-align: top;
}
.main-navigation .search-button .otb-fa-search,
.main-navigation .search-button .fa-search {
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.main-navigation .search-button.plugin {
padding-top: 9px !important;
}
.main-navigation.inline .search-button.plugin {
padding-top: 13px !important;
}
.main-navigation .search-button .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
border-radius: 0;
height: 38px;
box-sizing: border-box;
min-width: 0;
}
.main-navigation.inline .search-button .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
height: 36px;
}
.site-header .site-header-right .search-button {
float: right;
}
.main-navigation.rollover-font-color .search-button,
.main-navigation.rollover-underline .search-button {
padding: 17px 0 18px 18px;
display: inline-block;
}
.site-header .site-header-right .navigation-menu .main-navigation.rollover-font-color .search-button,
.site-header .site-header-right .navigation-menu .main-navigation.rollover-underline .search-button {
padding: 18px 0 19px 9px;
} .search-slidedown {
position: absolute;
opacity: 0;
visibility: hidden;
margin-top: 0;
top: 100%;
right: 0px;
z-index: 10;
width: 100%;
}
input[type="search" i]::-webkit-search-cancel-button {
display: none;
}
.search-slidedown .container {
max-width: 1140px;
margin: 0 auto;
position: relative;
box-shadow: none;
background-color: transparent;
}
.search-slidedown .padder {
margin: 0;
padding: 0;
height: 100%;
}
.search-slidedown .search-block {
position: absolute;
z-index: -10;
}
.search-block .search-field {
margin: 0;
padding: 4px 9px;
height: 32px;
width: 270px;
font-size: 14px;
border: 1px solid #cacfd0;
outline: none;
vertical-align: baseline;
}
.search-block .search-field:focus {
border: 1px solid #cacfd0;
}
.search-block label {
vertical-align: baseline;
display: inline-block;
}
.search-block .search-submit {
display: none;
} .header-menu-button,
.main-menu-close {
display: none;
}
.main-menu-close i {
line-height: 1.25;
}
body.font-awesome-latest .main-menu-close i {
line-height: 1.5;
}
.main-navigation.left-aligned .header-menu-button {
text-align: left;
padding-left: 22px !important;
}
.main-navigation.floating-header-menu-button.left-aligned .header-menu-button .otb-fa.otb-fa-bars,
.main-navigation.floating-header-menu-button.left-aligned .header-menu-button .fa-solid.fa-bars {
padding: 8px 10px 8px 10px !important;
}
.menu-dropdown-btn {
display: none;
position: absolute;
top: 0;
right: 0;
color: #FFFFFF;
margin: 0;
padding: 10px 14px;
padding: 6px 11px 5px 14px;
height: 33px;
line-height: 15px;
text-align: center;
font-size: 28px;
z-index: 9;
cursor: pointer;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.menu-dropdown-btn {
height: 40px;
font-size: 28px;
line-height: 28px;
}
.menu-dropdown-btn:hover .otb-fa,
.menu-dropdown-btn:hover .fa-solid {
font-weight: 700 !important;
}
.main-navigation li.current-menu-item > .menu-dropdown-btn,
.main-navigation li.current_page_item > .menu-dropdown-btn,
.main-navigation li.current-menu-parent > .menu-dropdown-btn,
.main-navigation li.current_page_parent > .menu-dropdown-btn,
.main-navigation li.current-menu-ancestor > .menu-dropdown-btn,
.main-navigation li.current_page_ancestor > .menu-dropdown-btn {
color: #FFFFFF;
}
.main-navigation ul ul .menu-dropdown-btn {
padding: 2px 11px 5px 14px;
} .menu-toggle {
display: none;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
margin: 37px 0 3em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
float: right;
text-align: right;
width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
float: left;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 1.4rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 1.1em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.1em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .clearboth {
clear: both;
}
ul.no-indent {
margin-left: 0;
}
ul.no-bullets {
list-style: none;
} .content-area {
width: 77.8%;
float: left;
padding: 0 4.3% 0 0;
}
.widget-area {
width: 22.2%;
float: left;
padding: 0;
margin: 0 0 3.2em 0;
margin: 60px 0 3.2em 0;
}
.page-template-template-full-width-php .content-area,
.content-area.full-width,
body.full-width #container,
body.full-width .content-area,
body.error404 .content-area {
width: 100% !important;
padding: 0 !important;
}
body.full-width .widget-area {
display: none;
}
.home .widget-area {
padding-top: 22px !important;
padding-top: 10px !important;
}
.page-template-template-left-primary-sidebar .content-area,
.page-template-template-left-secondary-sidebar .content-area,
.woocommerce.namaha-shop-left-sidebar #container {
width: 77.8%;
float: left;
padding: 0 0 0 4.3% !important;
}
.woocommerce.namaha-shop-left-sidebar #container {
float: right;
}
.page-template-template-left-primary-sidebar .widget-area,
.page-template-template-left-secondary-sidebar .widget-area,
.woocommerce.namaha-shop-left-sidebar .widget-area {
width: 22.2%;
float: left;
padding: 0;
}
.page-template-template-full-width .content-area,
.page-template-template-full-width-no-bottom-margin .content-area {
float: none;
width: 100%;
padding: 0;
}
.page-template-template-full-width .content-area,
.page-template-template-full-width .widget-area,
.page-template-template-full-width-no-bottom-margin .content-area,
.page-template-template-full-width-no-bottom-margin .widget-area {
box-shadow: none;
} .page-template-template-gutenberg .site-content.site-container {
max-width: 100%;
width: 100%;
padding: 0;
}
.page-template-template-gutenberg .entry-content > *,
.page-template-template-gutenberg .page-titlebar,
.page-template-template-gutenberg .breadcrumbs,
.page-template-template-gutenberg .entry-header,
.page-template-template-gutenberg .page-header,
.page-template-template-gutenberg .entry-footer,
.page-template-template-gutenberg .post-thumbnail,
.page-template-template-gutenberg #comments {
max-width: 1140px;
margin-left: auto;
margin-right: auto;
}
.alignwide,
.page-template-template-gutenberg .alignwide {
max-width: 75%;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0;
}
.alignfull,
.page-template-template-gutenberg .alignfull {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.page-template-template-gutenberg .site-content img {
width: 100%;
height: auto;
} .widget-area .wp-block-search__label {
display: none;
}
.wp-block-search input[type="search"] {
box-sizing: border-box;
}
.wp-block-search__button {
margin-left: 0;
min-width: auto;
padding: .375em .625em;
}
.wp-block-search__button svg {
min-width: 2em;
min-height: 2em;
} .wp-block-search__button-outside input[type="search"] {
border-right: 0;
} .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
padding: 0;
background: #FFFFFF;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
padding: 3px 3px 3px 10px;
border: 0;
}
.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button,
.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button:hover {
background-color: transparent;
} .wp-block-search__button.has-icon {
stroke-width: 0.5;
padding: .125em .5em;
} .wc-block-product-search .wc-block-product-search__label {
display: none;
}
.wc-block-product-search .wc-block-product-search__field {
padding: 3px 3px 3px 10px;
box-sizing: border-box;
}
.wc-block-product-search input[type="search"] {
border-right: 0;
}
.wc-block-product-search .wc-block-product-search__button {
margin: 0;
min-width: auto;
stroke-width: 0.5;
padding: 0.125em 0.2em;
overflow: unset;
}
.wc-block-product-search .wc-block-product-search__button svg {
min-width: 2em;
min-height: 2em;
}
.page-template-template-gutenberg .site-content.site-container {
max-width: 100%;
width: 100%;
padding: 0;
}
.page-template-template-gutenberg .entry-content > *,
.page-template-template-gutenberg .page-titlebar,
.page-template-template-gutenberg .breadcrumbs,
.page-template-template-gutenberg .entry-header,
.page-template-template-gutenberg .page-header,
.page-template-template-gutenberg .entry-footer,
.page-template-template-gutenberg .post-thumbnail,
.page-template-template-gutenberg #comments {
max-width: 1140px;
margin-left: auto;
margin-right: auto;
}
.alignwide,
.page-template-template-gutenberg .alignwide {
max-width: 75%;
margin-left: auto;
margin-right: auto;
padding-left: 0;
padding-right: 0;
}
.alignfull,
.page-template-template-gutenberg .alignfull {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.page-template-template-gutenberg .site-content img {
width: 100%;
height: auto;
} .wp-block-quote,
.wp-block-pullquote {
text-align: left;
}
.wp-block-pullquote p {
font-size: 21px;
}
.wp-block-quote p:last-of-type,
.wp-block-pullquote p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-pullquote cite {
font-size: 18px;
} .wp-block-image {
margin-bottom: 0;
}
.wp-block-image .aligncenter,
.wp-block-image.alignwide,
.wp-block-image.alignfull {
margin-bottom: 1em;
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
margin-bottom: 0;
}
.wp-block-image img {
vertical-align: top;
} .wp-block-media-text .wp-block-media-text__content {
padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
padding-left: 0;
} .wc-block-grid__product-title {
font-weight: 500;
}
.wc-block-grid__products .wc-block-grid__product-image img {
border: 1px solid #cacfd0;
}
.wc-block-grid__products .wc-block-grid__product-image:hover img {
border: 1px solid #9ea6a7;
}
.wc-block-grid__products .wc-block-grid__product-price del {
color: inherit;
opacity: .5;
display: inline-block;
font-weight: 700;
}
.wc-block-grid__products .wc-block-grid__product-price ins {
color: #ba2227;
display: inline-block;
background: 0 0;
font-weight: 700;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
border-radius: 0;
color: #FFFFFF !important;
padding: 13px 29px 13px 29px;
max-width: 100%;
width: auto;
line-height: 1;
font-size: 15px;
}
.wc-block-grid__product-onsale {
background-color: #ba2227;
color: #FFFFFF;
border-radius: 50%;
min-width: 3em;
min-height: 3em;
width: 45px;
height: 45px;
position: absolute;
top: -6px;
right: -6px;
border: 0;
font-size: 14px;
font-weight: 400;
padding: 0;
line-height: 3.3em;
} h1.centered {
text-align: center;
}
h1.top-padded {
margin-top: 20px;
}
h1.page-not-found {
color: #000000;
font-size: 100px;
margin: 0;
padding: 0 0 20px 0;
text-align: center;
}
p.centered {
text-align: center;
}
body.rounded-corners input,
body.rounded-corners textarea,
body.rounded-corners .search-block,
body.rounded-corners ul.products li.product a.button.product_type_simple {
border-radius: 3px;
}
#page {
position: relative;
right: 0;
-webkit-transition: right 0.4s ease 0s;
-moz-transition: right 0.4s ease 0s;
-ms-transition: right 0.4s ease 0s;
-o-transition: right 0.4s ease 0s;
transition: right 0.4s ease 0s;
}
.site-container {
max-width: 1140px;
margin: 0 auto;
position: relative;
}
.site-container.full-width {
max-width: 100%;
}
.site-header {
margin: 0;
-webkit-margin-collapse: separate;
width: 100%;
position: relative;
}
.site-header.translucent,
.site-header.floated {
position: absolute;
z-index: 99999;
z-index: 9999;
}
.site-header.no-bottom-margin {
margin: 0;
}
.home .site-header,
.site-header.has-header-media {
margin: 0;
}
.site-header .branding {
padding: 19px 0 28px 0;
transform-origin: 0 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
}
.site-header.centered .branding {
transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-webkit-transform-origin: 50% 0;
} .site-header .branding.contained {
position: absolute;
top: 0;
bottom: 0;
padding-left: 56px !important;
padding-right: 56px !important;
text-align: center;
display: flex;
flex-direction: column;
place-content: flex-start;
z-index: 999;
box-shadow: 0 1px 8px rgb(0 0 0 / 20%);
}
.site-header.inline-navigation-menu .branding.contained {
margin-bottom: -31px;
}
.site-header:not(.inline-navigation-menu) .branding.contained {
position: relative;
clip-path: inset(0 -8px 0 -8px);
padding: 31px 0 41px 0;
} .site-header.left-aligned .branding:not(.contained) {
padding: 31px 0 30px 0;
}
.site-header .branding.contained .title {
line-height: 1;
}
.site-header .branding.contained .description {
letter-spacing: 0.5px;
}
.site-header .branding a.mobile-logo-link {
display: none;
}
.site-header .branding .title_and_tagline.hide-for-desktop {
display: none;
}
.info-text em {
font-style: normal;
} .site-header .site-header-right .custom-menu {
text-transform: none;
} .site-header .site-header-right .custom-menu ul.menu,
.site-header .site-header-right .navigation-menu .menu > ul,
.site-header .site-header-right .navigation-menu ul.menu {
width: auto;
padding: 0 !important;
margin: 0;
list-style: none;
text-align: right;
display: inline-block;
vertical-align: top;
}
.site-header .site-header-right .custom-menu ul.menu > li,
.site-header .site-header-right .navigation-menu .menu > ul > li,
.site-header .site-header-right .navigation-menu ul.menu > li {
width: auto;
float: left;
margin: 0 18px 0 0;
}
.site-header .site-header-right .navigation-menu .rollover-opacity.menu > ul > li,
.site-header .site-header-right .navigation-menu .rollover-opacity ul.menu > li {
padding: 18px 9px 19px 9px;
}
.site-header .site-header-right .custom-menu ul.menu > li:last-child,
.site-header .site-header-right .menu > ul li:last-child,
.site-header .site-header-right ul.menu li:last-child {
margin-right: 0;
}
.site-header .site-header-right .top.custom-menu {
margin-bottom: 5px;
}
.site-header .site-header-right .bottom.custom-menu ul {
margin-top: 10px;
}
.site-header .branding .title {
font-size: 30px;
line-height: 1.3;
transform-origin: 0 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
display: inline-block;
text-decoration: none;
display: inline-block;
word-break: break-word;
letter-spacing: 2px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.site-header.centered .branding .title {
transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-webkit-transform-origin: 50% 0;
}
.site-header .branding .title.uppercase {
text-transform: uppercase;
}
.site-header .branding .title.thin {
font-weight: 100;
}
.site-header .branding .title.light {
font-weight: 300;
}
.site-header .branding .title.normal {
font-weight: 400;
}
.site-header .branding .title.medium {
font-weight: 500;
}
.site-header .branding .title.semi-bold {
font-weight: 600;
}
.site-header .branding .title.bold {
font-weight: 700;
}
.site-header .branding .title.extra-bold {
font-weight: 800;
}
.site-header .branding .description {
font-size: 13px;
font-weight: 300;
transform-origin: 0 0;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
letter-spacing: 0px;
}
.site-header.centered .branding .description {
transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-webkit-transform-origin: 50% 0;
}
.site-header .shop-links {
font-size: 0;
}
.site-header .shop-links .account-link {
margin-right: 17px;
}
.site-header .shop-links .account-link,
.site-header .shop-links .header-cart {
font-size: 14px;
}
.site-header-right .top.social-links {
margin-bottom: 2px;
}
.site-header-right .top .placeholder {
height: 26px;
}
.site-header-right .top .shop-links {
margin-bottom: 5px;
}
.site-header-right .bottom {
display: inline-block;
float: right;
}
.site-header-right .bottom .info-text {
margin-top: 10px;
}
.site-header-right .bottom .social-links {
margin-top: 9px;
}
.site-header-right .bottom .shop-links {
margin-top: 9px;
}
.site-header-right .bottom .widget-area {
margin-top: 9px;
} .header-image-wrapper {
height: 864px;
width: 100%;
}
.header-image-padder {
position: relative;
}
.header-image {
overflow: hidden;
position: relative;
width: 100%;
-webkit-margin-collapse: separate; }
.header-image.loading {
overflow: hidden;
background: url(//saloniker.de/wp-content/themes/namaha/library/images/loader.gif) center center no-repeat;
}
.header-image.loading .otb-instagram-filter,
.header-image.loading img,
.header-image.loading .opacity,
.header-image.loading .overlay {
visibility: hidden;
}
.header-image .content-link {
display: inline-block;
width: 100%;
}
.header-image img {
width: 100%;
height: auto;
vertical-align: top;
}
.header-image .opacity {
height: 100%;
width: 100%;
position: absolute;
top: 0;
}
.header-image .overlay-container {
position: absolute;
width: 100%;
top: 0px;
bottom: 0px;
}
.header-image .overlay-container .overlay {
position: relative;
height: 100%;
}
.header-image .overlay-container .overlay.constrained {
max-width: 1140px;
margin: 0 auto;
}
.header-image .overlay-container .opacity-left-container,
.header-image .overlay-container .opacity-right-container {
width: calc( 50% - 570px );
height: 100%;
position: relative;
}
.header-image .overlay-container .opacity-left-container {
float: left;
}
.header-image .overlay-container .opacity-right-container {
float: right;
}
.header-image .overlay-container .opacity-left-container .opacity-left,
.header-image .overlay-container .opacity-right-container .opacity-right {
position: absolute;
width: 100%;
height: 100%;
}
.header-image .overlay-container .overlay .opacity {
letter-spacing: 1px;
text-align: center;
word-wrap: break-word;
z-index: 8;
margin: 0 auto;
position: absolute;
min-height: 0%;
height: auto;
top: 50%;
transform: translateY(-50%);
font-size: 24px;
left: 0;
right: 0;
width: 60%;
padding: 3.5%;	
}
.header-image .overlay-container .overlay .opacity.page-title {
width: 100%;
padding-left: 22px;
}
@media screen and (min-width: 1184px) {
.header-image .overlay-container .overlay .opacity.page-title {
padding-left: 0;
}
} @media screen and (min-width: 1215px) {
.header-image .overlay-container .overlay .opacity.no-left-padding {
padding-left: 0;
}
.header-image .overlay-container .overlay .opacity.no-right-padding {
padding-right: 0;
}
}
.header-image .overlay-container .overlay .opacity.expanded {
width: 100% !important;
}
.header-image .overlay-container .overlay .opacity.constrained {
top: 0 !important;
transform: none !important;
}
.header-image .overlay-container .overlay .opacity.left-aligned {
right: auto;
}
.header-image .overlay-container .overlay .opacity.right-aligned {
left: auto;
}
.header-image .overlay-container .overlay .opacity.max-height {
min-height: 100%;
}
.header-image .overlay-container .overlay .opacity.left-aligned-text {
text-align: left;
}
.header-image .overlay-container .overlay .opacity.right-aligned-text {
text-align: right;
}
.header-image .overlay-container .overlay .opacity.text-shadow {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.header-image .overlay-container .overlay .opacity .vertical-aligner {
left: 0;
width: 100%;
position: absolute;
}
.header-image .overlay-container .opacity-left-container .opacity-left.top,
.header-image .overlay-container .opacity-right-container .opacity-right.top,
.header-image .overlay-container .overlay .opacity.top,
.header-image .overlay-container .overlay .opacity .vertical-aligner.top {
top: 0;
}
.header-image .overlay-container .opacity-left-container .opacity-left.one-third,
.header-image .overlay-container .opacity-right-container .opacity-right.one-third,
.header-image .overlay-container .overlay .opacity.one-third,
.header-image .overlay-container .overlay .opacity .vertical-aligner.one-third {
top: 33%;
transform: translateY(-33%);
}
.header-image .overlay-container .opacity-left-container .opacity-left.half,
.header-image .overlay-container .opacity-right-container .opacity-right.half,
.header-image .overlay-container .overlay .opacity.half,
.header-image .overlay-container .overlay .opacity .vertical-aligner.half {
top: 50%;
transform: translateY(-50%);
}
.header-image .overlay-container .opacity-left-container .opacity-left.two-thirds,
.header-image .overlay-container .opacity-right-container .opacity-right.two-thirds,
.header-image .overlay-container .overlay .opacity.two-thirds,
.header-image .overlay-container .overlay .opacity .vertical-aligner.two-thirds {
top: 66%;
transform: translateY(-66%);
}
.header-image .overlay-container .opacity-left-container .opacity-left.bottom,
.header-image .overlay-container .opacity-right-container .opacity-right.bottom,
.header-image .overlay-container .overlay .opacity.bottom,
.header-image .overlay-container .overlay .opacity .vertical-aligner.bottom {
top: 100%;
transform: translateY(-100%);
}
.header-image .overlay-container .overlay .opacity h1,
.header-image .overlay-container .overlay .opacity h2 {
font-size: 40px;
font-weight: 500;
line-height: 1.5;
margin: 3px 0 17px 0;
margin: 0;
text-transform: none;
}
.header-image .overlay-container .overlay .opacity .page-title {
text-align: left;
}
.header-image .overlay-container .overlay .opacity > *:first-child {
margin-top: 0 !important;
}
.header-image .overlay-container .overlay .opacity > *:last-child {
margin-bottom: 0 !important;
}
.header-image .overlay-container .overlay .opacity a {
color: #fff;
}
.header-image .overlay-container .overlay .opacity a.button.no-bottom-margin,
.header-image .overlay-container .overlay .opacity button.no-bottom-margin {
margin-bottom: 0 !important;
}
.blog .entry-header.site-container {
margin: 0 0 25px;
}
.section-marker {
position: absolute;
top: 1px;
display: inline-block;
}
span.wpcf7-not-valid-tip {
color: #ad2727;
}
div.wpcf7-validation-errors {
border: 2px solid #ad2727;	
}
#googlemap {
height: 400px;
width: 100%;
margin-bottom: 50px;
} .breadcrumbs {
line-height: 14px;
font-size: 11px;
text-transform: uppercase;
margin: 0 0 20px;
}
.page-template-template-left-primary-sidebar .breadcrumbs,
.page-template-template-left-secondary-sidebar .breadcrumbs {
margin: 0 0 20px 27%;
}
.page-template-template-left-primary-sidebar .site-content.no-sidebar .breadcrumbs,
.page-template-template-left-secondary-sidebar .site-content.no-sidebar .breadcrumbs {
margin: 0 0 20px 0;
} .slider-padder {
position: relative;
z-index: 0;
}
.slider-container {
overflow-x: hidden;
width: 100%; }
.slider-container.default {
position: relative;
}
.slider-container.default.loading {
overflow: hidden;
background: url(//saloniker.de/wp-content/themes/namaha/library/images/loader.gif) center center no-repeat;
}
.slider-container.default.loading .slider { 
visibility: hidden;
}
.slider-container.default .slider { 
padding: 0;
margin: 0;
list-style: none;
width: 100000px;
}
.slider-container.default .slider .slide {
float: left;
position: relative;
max-width: 100vw;
width: 100vw;
}
.slider-container.default .slider .slide .slide-link {
display: block;
}
.slider-container.default .slider .slide .opacity {
height: 100%;
width: 100%;
position: absolute;
top: 0;
}
.slider-container.default .slider .slide .overlay-container {
position: absolute;
width: 100%;
top: 0px;
bottom: 0px;
}
.slider-container.default .slider .slide .overlay-container .overlay {
position: relative;
height: 100%;
}
.slider-container.default .slider .slide .overlay-container .overlay.constrained {
max-width: 1140px;
margin: 0 auto;
}
.slider-container.default .slider .slide .overlay-container .opacity-left-container,
.slider-container.default .slider .slide .overlay-container .opacity-right-container {
width: calc( 50% - 570px );
height: 100%;
position: relative; 
}
.slider-container.default .slider .slide .overlay-container .opacity-left-container {
float: left;
}
.slider-container.default .slider .slide .overlay-container .opacity-right-container {
float: right;
}
.slider-container.default .slider .slide .overlay-container .opacity-left-container .opacity-left,
.slider-container.default .slider .slide .overlay-container .opacity-right-container .opacity-right {
position: absolute;
width: 100%;
height: 100%;
}
.slider-container.default .slider .slide .overlay-container .overlay .opacity {
letter-spacing: 1px;
text-align: center;
word-wrap: break-word;
z-index: 8;
margin: 0 auto;
position: absolute;
min-height: 0%;
height: auto;
top: 50%;
transform: translateY(-50%);
font-size: 24px;
left: 0;
right: 0;	
width: 60%;
padding: 3.5%;
} @media screen and (min-width: 1215px) {
.slider-container.default .slider .slide .overlay-container .overlay .opacity.no-left-padding {
padding-left: 0;
}
.slider-container.default .slider .slide .overlay-container .overlay .opacity.no-right-padding {
padding-right: 0;
}
}
.slider-container.default .slider .slide .overlay-container .overlay .opacity.expanded {
width: 100% !important;
}
.slider-container.default .slider .slide .overlay-container .overlay .opacity.constrained {
top: 0 !important;
transform: none !important;
}
.slider-container.default .slider .slide .overlay-container .overlay .opacity.left-aligned {
right: auto;
}
.slider-container.default .slider .slide .overlay-container .overlay .opacity.right-aligned {
left: auto;
}
.slider-container.default .slider .slide .overlay-container .overlay .opacity.max-height {
min-height: 100%;
}
.slider-container.default .slider .slide .overlay-container .overlay .opacity.left-aligned-text {
text-align: left;
}
.slider-container.default .slider .slide .overlay-container .overlay .opacity.right-aligned-text {
text-align: right;
}
.slider-container.default .slider .slide .overlay-container .overlay .opacity.text-shadow {
text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.slider-container.default .slider .slide .overlay-container .overlay .opacity .vertical-aligner {
left: 0;
width: 100%;
position: absolute;
}
.slider-container.default .slider .slide .overlay-container .opacity-left-container .opacity-left.top,
.slider-container.default .slider .slide .overlay-container .opacity-right-container .opacity-right.top,
.slider-container.default .slider .slide .overlay-container .overlay .opacity.top,
.slider-container.default .slider .slide .overlay .opacity .vertical-aligner.top {
top: 0;
transform: none;
}
.slider-container.default .slider .slide .overlay-container .opacity-left-container .opacity-left.one-third,
.slider-container.default .slider .slide .overlay-container .opacity-right-container .opacity-right.one-third,
.slider-container.default .slider .slide .overlay-container .overlay .opacity.one-third,
.slider-container.default .slider .slide .overlay .opacity .vertical-aligner.one-third {
top: 33%;
transform: translateY(-33%);
}
.slider-container.default .slider .slide .overlay-container .opacity-left-container .opacity-left.half,
.slider-container.default .slider .slide .overlay-container .opacity-right-container .opacity-right.half,
.slider-container.default .slider .slide .overlay-container .overlay .opacity.half,
.slider-container.default .slider .slide .overlay .opacity .vertical-aligner.half {
top: 50%;
transform: translateY(-50%);
}
.slider-container.default .slider .slide .overlay-container .opacity-left-container .opacity-left.two-thirds,
.slider-container.default .slider .slide .overlay-container .opacity-right-container .opacity-right.two-thirds,
.slider-container.default .slider .slide .overlay-container .overlay .opacity.two-thirds,
.slider-container.default .slider .slide .overlay .opacity .vertical-aligner.two-thirds {
top: 66%;
transform: translateY(-66%);
}
.slider-container.default .slider .slide .overlay-container .opacity-left-container .opacity-left.bottom,
.slider-container.default .slider .slide .overlay-container .opacity-right-container .opacity-right.bottom,
.slider-container.default .slider .slide .overlay-container .overlay .opacity.bottom,
.slider-container.default .slider .slide .overlay .opacity .vertical-aligner.bottom {
top: 100%;
transform: translateY(-100%);
}
.slider-container.default .slider .slide .overlay .opacity h1,
.slider-container.default .slider .slide .overlay .opacity h2 {
font-size: 40px;
line-height: 1.4;
font-weight: 500;
margin: 0;
text-transform: none;
}
.slider-container.default .slider .slide .overlay .opacity p {
margin-bottom: 0.5em;
margin-bottom: 0.5em;
line-height: 1.2em;
}
.slider-container.default .slider .slide .overlay .opacity > *:first-child {
margin-top: 0 !important;
}
.slider-container.default .slider .slide .overlay .opacity > *:last-child {
margin-bottom: 0 !important;
}
.slider-container.default .slider .slide .overlay .opacity img {
width: auto;
min-width: 0;
}
.slider-container.default .slider .slide .overlay a {
color: #fff;
}
.slider-container.default .slider .slide .overlay a.button.no-bottom-margin,
.slider-container.default .slider .slide .overlay button.no-bottom-margin {
margin-bottom: 0 !important;
}
.slider-container.default .slider .slide img {
display: block;
width: 100%;
height: auto;
}
.slider-container.default .scroll-to-content {
bottom: 7%;
font-size: 60px;
position: absolute;
text-align: center;
width: 100%;
z-index: 10;
color: #FFFFFF;
}
.slider-container.default .pagination {
bottom: 2.1%;
height: 30px;
position: absolute;
text-align: center;
width: 100%;
z-index: 10;
}
.slider-container.default .pagination a.selected span {
background-color: #FFFFFF;
position: relative;
}
.slider-container.default .pagination a {
display: inline-block;
vertical-align: middle;
padding: 4px 4px;
}
.slider-container.default .pagination span {
border: 2px solid rgba(255, 255, 255, 0.6) !important;
border-radius: 8px;
display: inline-block;
height: 15px;
line-height: 0;
overflow: hidden;
text-indent: -100px;
width: 15px;
font-size: 0px;
}
.slider-container.default .controls-container {
position: absolute;
width: 100%;
top: 0px;
bottom: 0px;
}
.slider-container.default .controls-container .controls {
position: relative;
height: 100%;
}
.slider-container.default .prev,
.slider-container.default .next {
position: absolute;
height: 49px;
width: 49px;
text-align: center;
opacity: 0;
cursor: pointer;
z-index: 9;
transform: scale(0.7);
border: 1px solid #FFFFFF;
color: #FFFFFF;
will-change: opacity; outline: 1px solid transparent;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.slider-container.default .prev,
.slider-container.default .next {
top: 50%;
transform: scale(0.7) translateY(-50%);
border: none;
}
.slider-container.default .prev {
left: 4.5%;
}
.slider-container.default .next {
right: 4.5%;
}
.slider-container.default:hover .prev:hover,
.slider-container.default:hover .next:hover {
opacity: 0.5;
}
.slider-container.default:hover .prev,
.slider-container.default:hover .next {
opacity: 1;
}
.slider-container.default:hover .prev,
.slider-container.default:hover .next {
transform: scale(1) translateY(-50%);
}
.slider-container.default:hover .prev.disabled,
.slider-container.default:hover .next.disabled {
opacity: 0.4;
cursor: default;
}
.slider-placeholder {
margin: 0 0 83px 0;
} .site-intro-container {
margin-bottom: -66px;
margin-left: calc(50% - 50vw);
width: 100vw;
padding-bottom: 20px;
}
.site-intro-container .site-intro {
background-color: #8D9C71;
padding: 34px 84px 34px 84px;
margin: 0 auto;
text-align: center;
transform: translateY(-66px);
font-size: 14px;
width: 614px;
color: #FFFFFF;
}
.site-intro h1,
.site-intro h2,
.site-intro h3 {
color: #FFFFFF;
font-size: 26px;
line-height: 1.2;
letter-spacing: 0.4px;
}
.site-intro *:last-child {
margin-bottom: 0;
} .search-btn {
margin-left: 4px;
cursor: pointer;
}
.social-links {
margin: 0;
padding: 0;
list-style: none;
}
.site-header .site-header-right div .social-links {
display: inline-block;	
}
.social-links li {
font-size: 18px;
line-height: 1.1;
float: left;
padding: 0 23px 0 0;
}
.social-links li:last-child {
padding-right: 0;
}
.social-links li .otb-fa,
.social-links li .fab {
-webkit-transition: color 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s;
-ms-transition: color 0.2s ease 0;
-o-transition: color 0.2s ease 0;
transition: color 0.2s ease 0;
}
.social-links li a.social-custom.svg {
font-size: 16px !important;
}
.side-aligned-social-links .social-links li a.social-custom.svg {
font-size: 12px !important;
}
.social-links li .social-custom svg {
width: 19px;
height: 19px;
vertical-align: middle;
}
.social-links li .social-custom svg path {
fill: #FFFFFF;
-webkit-transition: fill 0.2s ease 0s;
-moz-transition: fill 0.2s ease 0s;
-ms-transition: fill 0.2s ease 0;
-o-transition: fill 0.2s ease 0;
transition: fill 0.2s ease 0;
}
.social-links li a.social-custom:hover svg path {
fill: rgba(255, 255, 255, 0.5);
} .side-aligned-social-links {
position: absolute;
z-index: 9999;
z-index: 999;
right: 0;
}
.side-aligned-social-links .social-links li {
float: none;
padding: 0;
height: 48px;
width: 48px;
margin: 0 0 6px 0;
text-align: center;
-webkit-transition: background-color 0.2s ease 0s;
-moz-transition: background-color 0.2s ease 0s;
-ms-transition: background-color 0.2s ease 0s;
-o-transition: background-color 0.2s ease 0s;
transition: background-color 0.2s ease 0s;	
}
.side-aligned-social-links .social-links li a,
.side-aligned-social-links .social-links li .otb-fa,
.side-aligned-social-links .social-links li .fab,
.side-aligned-social-links .social-links li a.social-custom svg path {
color: #FFFFFF;
fill: #FFFFFF;
line-height: 48px;
height: 100%;
width: 100%;
display: inline-block;
} .widget-area .widget_namaha_social_links_widget {
display: inline-block;
width: 100%;
}
.widget-area .widget .social-links,
.site-footer-widgets .widget .social-links {
width: 100%;
display: inline-block;
}
.widget-area .widget .social-links li,
.site-footer-widgets .widget .social-links li {
font-size: 19px;
float: left;
padding: 1px 0 0 13px;
display: inline-block;
}
.widget-area .widget .social-links li:first-child,
.site-footer-widgets .widget .social-links li:first-child {
padding-left: 0;
}
.entry-content.no-title {
margin: 0;
} .site-footer {
position: relative;
}
.site-footer-social-links .social-links {
text-align: center;
padding: 23px 0 23px 0;
width: 100%;
}
.site-footer-social-links .social-links li {
float: none;
display: inline-block;
vertical-align: top;
}
.site-footer-social-links .social-links li a {
height: 50px;
width: 50px;
display: inline-block;
vertical-align: top;
line-height: 50px;
}
.site-footer-social-links .social-links li a:hover .otb-fa,
.site-footer-social-links .social-links li a:hover .fa,
.site-footer-social-links .social-links li a:hover .fab {
color: rgba(255, 255, 255, 0.5);
}
.site-footer-social-links .social-links li .otb-fa,
.site-footer-social-links .social-links li .fa,
.site-footer-social-links .social-links li .fab {
color: #FFFFFF;
font-size: 24px;
}
.site-footer-social-links .social-links li .social-custom svg {
height: 25px;
width: 25px;
vertical-align: text-top;
}
.site-footer-widgets {
padding: 75px 0 75px;
font-size: 14px;
}
.site-footer-widgets .overlay {
position: absolute;
top: 0;
background-color: rgba(0, 0, 0, 0);
height: 100%;
width: 100%;
}
.site-footer-widgets .notice {
text-align: center;
margin: 0 0 30px 0;
}
.site-footer-widgets .site-container .widgets-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.site-footer-widgets:not(.dividing-lines) .site-container .widgets-container .divider {
display: none;
}
.site-footer-widgets .site-container .widgets-container .divider {
width: 1px;
margin: 30px 0 0 0;
}
.site-footer-widgets .site-container .widgets-container .divider:last-child {
display: none;
}
.site-footer-widgets .site-container .widgets-container .widget {
padding: 0 0 0 0;
margin: 30px 0 0 0;
}
.site-footer-widgets .site-container .widgets-container .widget {
width: 22.5%;
} .site-footer-widgets .site-container .widgets-container .widget:nth-of-type(7n+0) {
clear: right;
border: none;
}
.site-footer-widgets .site-container .widgets-container .divider:nth-of-type(8n+0) {
display: none;
}
.site-footer-widgets .site-container .widgets-container .widget:nth-of-type(7n+1) {
clear: left;
}
.site-footer-widgets .site-container .widgets-container .widget:nth-of-type(-n+7),
.site-footer-widgets .site-container .widgets-container .divider:nth-of-type(-n+7) {
margin-top: 0;
}
.site-footer-widgets .site-container .widgets-container .widget h2.widgettitle,
.site-footer-widgets .site-container .widgets-container .wp-block-heading {
margin: 0 0 20px 0;
padding: 0;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
line-height: 1.3em;
}
.site-footer-widgets .widgets-container .widget h2.widgettitle,
.site-footer-widgets .widgets-container .wp-block-heading {
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
}
.site-footer-widgets .widgets-container .widget h2.widgettitle:before, 
.site-footer-widgets .widgets-container .widget h2.widgettitle:after,
.site-footer-widgets .widgets-container .wp-block-heading:before,
.site-footer-widgets .widgets-container .wp-block-heading:after {
position: absolute;
top: 51%;
overflow: hidden;
width: 50%;
height: 1px;
content: '';
margin-left: 10px;
}
.site-footer-widgets .widgets-container .widget h2.widgettitle:before,
.site-footer-widgets .widgets-container .wp-block-heading:before {
margin-left: calc(-50% - 10px);
text-align: right;
}
.site-footer-widgets .widgets-container .widget {
text-align: center;
}
.site-footer-widgets .site-container ul li {
display: block;
}
.site-footer-widgets .site-container > ul {
margin: 0;
padding: 0;
width: 100%;
text-align: justify;
-ms-text-justify: distribute-all-lines;
text-justify: distribute-all-lines;
}
.site-footer-widgets .site-container > ul:after {
content: '';
width: 100%;
vertical-align: top; 
display: inline-block;
font-size: 0;
line-height: 0;
padding: 0;
margin: 0;
}
.site-footer-widgets .site-container > ul > li {
margin: 0;
text-align: left;
list-style-type: none;
padding: 10px 0 20px 0;
vertical-align: top;
display: inline-block;
*display: inline;
zoom: 1;
position: relative;
}
.site-footer-widgets .site-container > ul > li {
width: 22.5%;
}
.site-footer-widgets .site-container > ul > li:nth-of-type(4n+0) {
clear: right;
}
.site-footer-widgets .site-container > ul > li:nth-of-type(4n+1) {
clear: left;
}
.site-footer-widgets ul li h2.widgettitle,
.site-footer-widgets ul li .wp-block-heading {
padding: 0 0 24px;
margin: 0 0 19px 0;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
}
.site-footer-widgets ul li h2.widgettitle:after,
.site-footer-widgets ul li .wp-block-heading:after {
background: none repeat scroll 0 0;
bottom: -25px;
content: "";
display: block;
height: 2px;
position: relative;
width: 38px;	
}
.site-footer-widgets .widget ul {
margin: 0;
padding: 0;
}
.site-footer-widgets .widget ul li {
margin: 0 0 5px 0;
padding: 0;
display: block;
float: none;
}
.site-footer-widgets .widget ul li a {
vertical-align: top;
}
.site-footer-widgets .widget .search-field {
width: 100%;
box-sizing: border-box;
padding: 5px 8px;
}
.site-footer-widgets .widget article .entry-title {
font-size: 16px;
}
.site-footer-bottom-bar {
color: #FFFFFF;
padding: 20px 0 22px;
font-size: 14px;
font-weight: 300;
}
.site-footer-bottom-bar.hidden {
display: none;
}
.site-footer-bottom-bar .widget {
margin: 0;
}
.site-footer-bottom-bar a {
text-transform: none;
color: #FFFFFF;
-webkit-transition: color 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s;
-ms-transition: color 0.2s ease 0s;
-o-transition: color 0.2s ease 0s;
transition: color 0.2s ease 0s;
}
.site-footer-bottom-bar a:hover {
color: rgba(255,255,255, 0.5);
}
.site-footer-bottom-bar-left {
float: left;
width: 50%;
padding-right: 2%;
}
.site-footer-bottom-bar-right {
float: right;
text-align: right;
width: 50%;
padding-left: 2%;
}
.site-footer-bottom-bar.centered .site-footer-bottom-bar-left,
.site-footer-bottom-bar.centered .site-footer-bottom-bar-right {
width: 100%;
float: none;
padding: 0;
text-align: center;
}
.site-footer-bottom-bar.centered .site-footer-bottom-bar-left {
margin-bottom: 7px;
}
.site-footer-bottom-bar-right ul {
margin: 0;
padding: 0;
}
.site-footer-bottom-bar-right ul li {
margin: 0;
padding: 0;
list-style-type: none;
display: inline-block;
}
.site-footer-bottom-bar-right a {
display: block;
font-size: 14px;
text-transform: none;
color: #FFFFFF;
padding: 0 7px;
}
.site-footer-bottom-bar-right ul li:last-child {
box-shadow: none;
}
.site-footer-bottom-bar-right ul li:last-child a {
padding: 0 0 0 7px;
} .widget {
margin: 0 0 1.5em;
}
.widget-area .widget {
margin: 0 0 37px 0;
vertical-align: top;
}
.widget-area .widget:last-of-type {
padding: 0;
margin: 0;
border-bottom: none;
}
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title a,
.site-content .widget-title {
font-size: 18px;
font-weight: 600;
} .widget .calendar_wrap {
max-width: 250px;
} .namaha-bbpress-use-theme-styles .bbp-search-container,
.widget-area .widget_search,
.widget-area .widget_product_search,
.site-footer-widgets .widget_search,
.site-footer-widgets .widget_product_search {
display: inline-block;
width: 100%;
}
.namaha-bbpress-use-theme-styles .content-area .bbp-search-form .search-field,
.widget-area .widget_search .search-field,
.widget-area .widget_product_search .search-field,
.site-footer-widgets .widget_search .search-field,
.site-footer-widgets .widget_product_search .search-field {
width: 100%;
height: 41px;
width: 87%;
font-size: 14px;
box-sizing: border-box;
padding: 3px 3px 3px 10px;
margin: 0;
vertical-align: top;
border-right: 0;
float: left;
}
.namaha-bbpress-use-theme-styles .content-area .bbp-search-form .search-submit-container,
.widget-area .widget_search .search-submit-container,
.widget-area .widget_product_search .search-submit-container,
.site-footer-widgets .widget_search .search-submit-container,
.site-footer-widgets .widget_product_search .search-submit-container {
display: inline-block;
vertical-align: top;
height: 41px;
width: 13%;
background: #FFFFFF;
border: 1px solid #cacfd0;
box-sizing: border-box;
float: left;
border-left: 0;
text-align: right;
padding: 0 12px 0 0;
}
.namaha-bbpress-use-theme-styles .content-area .bbp-search-form .search-submit,
.widget-area .widget_search .search-submit,
.widget-area .widget_product_search .search-submit,
.site-footer-widgets .widget_search .search-submit,
.site-footer-widgets .widget_product_search .search-submit {
cursor: pointer;
padding: 0;
margin: 0;
line-height: 41px;
}
.namaha-bbpress-use-theme-styles .content-area .bbp-search-form .search-submit .otb-fa,
.widget_search .search-submit .otb-fa,
.widget_product_search .search-submit .otb-fa,
.namaha-bbpress-use-theme-styles .content-area .bbp-search-form .search-submit .fa,
.widget_search .search-submit .fa,
.widget_product_search .search-submit .fa {
font-size: 20px;
-webkit-transition: color 0.2s ease 0s;
-moz-transition: color 0.2s ease 0s;
-ms-transition: color 0.2s ease 0s;
-o-transition: color 0.2s ease 0s;
transition: color 0.2s ease 0s;
}
.widget-area .widget h2 {
padding: 0 0 6px;
margin: 0 0 10px 0;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
}
.widget-area .widget h2.widget-title,
.widget-area .widget h2.widgettitle,
.widget-area .wp-block-heading,
.widget-area .widget .wp-block-group__inner-container > h2 {
padding: 0 0 22px 0;
margin: 0;
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
line-height: 1.3em;
}
.widget-title-lines-on-sides .widget-area .widget h2.widget-title,
.widget-title-lines-on-sides .widget-area .widget h2.widgettitle,
.widget-title-lines-on-sides .widget-area .wp-block-heading,
.widget-title-lines-on-sides .widget-area .widget .wp-block-group__inner-container > h2 {
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
}
.widget-title-lines-on-sides .widget-area .widget h2.widget-title:before, 
.widget-title-lines-on-sides .widget-area .widget h2.widget-title:after,
.widget-title-lines-on-sides .widget-area .widget h2.widgettitle:before, 
.widget-title-lines-on-sides .widget-area .widget h2.widgettitle:after,
.widget-title-lines-on-sides .widget-area .wp-block-heading:before,
.widget-title-lines-on-sides .widget-area .wp-block-heading:after,
.widget-title-lines-on-sides .widget-area .widget .wp-block-group__inner-container > h2:before,
.widget-title-lines-on-sides .widget-area .widget .wp-block-group__inner-container > h2:after {
position: absolute;
top: 21%;
overflow: hidden;
width: 50%;
height: 1px;
content: '';
margin-left: 10px;
}
.widget-title-lines-on-sides .widget-area .widget h2.widget-title:before,
.widget-title-lines-on-sides .widget-area .widget h2.widgettitle:before,
.widget-title-lines-on-sides .widget-area .wp-block-heading:before,
.widget-title-lines-on-sides .widget-area .widget .wp-block-group__inner-container > h2:before {
margin-left: calc(-50% - 10px);
text-align: right;
}
.sidebar-widget-centered .widget-area .widget {
text-align: center;
}
.sidebar-widget-right-aligned .widget-area .widget {
text-align: right;
}
.widget-area .widget ul {
margin: 0;
padding: 0;
}
.widget-area .widget ul li {
margin: 0 0 15px 0;
padding: 0;
list-style-type: none;
}
.widget-area .widget.rpwe_widget ul li:last-child,
.widget-area .widget.widget_archive ul li:last-child,
.widget-area .widget.widget_categories ul li:last-child {
margin: 0;
}
.widget-area .widget ul li a {
vertical-align: top;
}
.widget-area .widget ul ul {
margin: 3px 0 3px 15px;
}
.widget-area .widget ul ul li {
margin: 0;
}
.widget-area .widget ul ul ul {
margin: 3px 0 3px 30px;
}  .sticky {
}
.hentry,
.search-results article {
border-bottom: 1px solid;
margin: 0 0 25px;
padding: 0 0 45px;
}
.archive-container .hentry,
.search-results article {
margin-bottom: 50px;
} 
.search-results article:last-of-type {
border-bottom: none !important;
margin: 0;
padding: 0;
}
.archive-container .entry-content p:last-of-type,
.search-results .entry-content p:last-of-type {
margin: 0;
}
.paging-navigation {
border-top: 1px solid;
padding: 25px 0 0 0;
margin: 45px 0 0 0 !important;
}
.site-main .post-navigation {
margin: 25px 0 3em 0;
}
.page .hentry {
border: 0;
margin: 0 0 3.2em;
margin: 0;
padding: 0;
}
.page-template-template-full-width-no-bottom-margin .hentry {
margin: 0;
}
.byline {
display: inline;
}
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
} .content-container {
position: relative;
padding-top: 46px;
} .content-container.extra-padded {
padding-top: 46px;
} .content-container.page-title-in-header-image {
padding-top: 46px;
} .home .content-container.no-padding {
padding-top: 0;
} .home .content-container {
padding-top: 46px;
} .single-product.namaha-shop-no-breadcrumbs .content-container {
padding-top: 23px !important;
}
.single-product.namaha-shop-no-breadcrumbs .content-container {
padding-top: 46px !important;
}
.single-product.namaha-shop-no-breadcrumbs .widget-area {
margin-top: 50px;
} .home.blog .content-container:not(.no-padding) {
padding-top: 23px !important;
}
.site-content {
padding-top: 0;
padding-bottom: 3.2em;
}
.page-template-template-full-width-no-bottom-margin .site-content {
margin-bottom: 0;
padding-bottom: 0;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.entry-content {
margin: 1.1em 0 0;
}
.archive-container .post .entry-content {
margin: 1em 0 0 !important;
}
.page-title-in-header-image .entry-content {
margin: 0;
}
.error404 .entry-content {
margin: 0 0 3.2em 0;
}
.home.page-template-default .entry-content,
.home.page-template-template-full-width-no-bottom-margin .entry-content,
.home.page-template-template-full-width .entry-content,
.home.page-template-template-left-primary-sidebar .entry-content,
.home.page-template-template-right-primary-sidebar .entry-content,
.home.page-template-template-left-secondary-sidebar .entry-content,
.home.page-template-template-right-secondary-sidebar .entry-content,
.page-template-template-full-width-no-bottom-margin .entry-content,
.post-archive-no-post-titles.no-post-meta-data .entry-content,
.post-single-no-post-titles.no-post-meta-data .entry-content {
margin: 0;
}
body:not(.siteorigin-panels):not(.elementor-page) .page-content img,
body:not(.siteorigin-panels):not(.elementor-page) .entry-content img,
.entry-summary img {
margin-bottom: 1.5em;
}
figure img {
margin-bottom: 0 !important;
}
.entry-content .read-more.below {
display: block;
margin-top: 1em;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.wp-caption img {
box-shadow: none;
} .featured-image-container {
position: relative;
}
.blog-post-side-layout .featured-image-container {
width: 30%;
float: left;
overflow: hidden;
position: relative;
}
.blog-post-side-layout .featured-image-wrapper,
.blog-post-top-layout.left-aligned .featured-image-container {
float: left;
}
.blog-post-side-layout.right-aligned .featured-image-wrapper,
.blog-post-side-layout.right-aligned .featured-image-container,
.blog-post-top-layout.right-aligned .featured-image-container {
float: right;
}
.featured-image-container.square,
.featured-image-container.round,
.featured-image-container.tall,
.featured-image-container.medium,
.featured-image-container.short {
background-position: center center;
}
.featured-image-container.constrain {
background-size: cover;
}
.featured-image-wrapper.round,
.featured-image-container.round {
border-radius: 50%;
}
.featured-image-container.full.full-width,
.featured-image-container.full.full-width a,
.featured-image-container.full.full-width img.featured-image {
width: 100%;
}
.featured-image-container.tall,
.featured-image-container.medium,
.featured-image-container.short {
background-size: cover;
}
.featured-image-container.tall {
height: 440px;
}
.featured-image-container.medium {
height: 340px;
}
.featured-image-container.short {
height: 240px;
}
.featured-image-container a {
width: 100%;
height: 100%;
display: inline-block;
vertical-align: top;
}
.blog-post-top-layout .featured-image-container.full:not(.full-width) a {
width: auto;
}
.featured-image-container img {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
display: inline-block;
vertical-align: top;
}
.featured-image-container img.featured-image {
-webkit-transition: opacity 0.2s ease 0s;
-moz-transition: opacity 0.2s ease 0s;
-ms-transition: opacity 0.2s ease 0s;
-o-transition: opacity 0.2s ease 0s;
transition: opacity 0.2s ease 0s;
}
.featured-image-container img.placeholder {
width: 100%;
}
.featured-image-container.loading {
background: url(//saloniker.de/wp-content/themes/namaha/library/images/loader.gif) center center no-repeat;
background-size: auto !important;
}
.featured-image-container.round img.featured-image,
.featured-image-container.square img.featured-image,
.featured-image-container.tall img.featured-image,
.featured-image-container.medium img.featured-image,
.featured-image-container.short img.featured-image {
display: none;
}
.featured-image-container:not(.round):not(.square).loading img {
opacity: 0;
}
.blog-post-top-layout .featured-image-wrapper {
margin: 0 0 21px;
} .blog-post-side-layout .post-loop-content {
width: 70%;
padding: 0 0 0 2.7%;
float: left;
}
.blog-post-side-layout.right-aligned .post-loop-content {
float: left;
padding: 0 2.7% 0 0;
}
.blog-post-side-layout.no-featured-image .post-loop-content {
width: 100%;
padding: 0;
float: none;
} .archive-container {
margin-top: 2.1em;
} body.rounded-corners .post-loop-images-carousel img {
border-radius: 3px;
}
.single .entry-thumbnail {
margin: 20px 0;
text-align: center;
}
.single .entry-thumbnail img {
vertical-align: top;
}
.post-single-no-post-titles .entry-thumbnail {
margin-top: 6px;
}
body.rounded-corners .entry-thumbnail img {
border-radius: 3px;
} .featured-image-container,
.blog-post-side-layout .featured-image-wrapper {
position: relative;
overflow: hidden;
}
.blog-post-side-layout .featured-image-wrapper {
width: 30%;
display: inline-block;
}
.featured-image-container a {
display: inline-block;
position: relative;
width: 100%;
} .featured-image-container.opacity-rollover .opacity {
opacity: 0;
height: 100%;
width: 100%;
top: 0;
position: absolute;
-moz-transition: opacity 0.4s ease 0s;
-webkit-transition: opacity 0.4s ease 0s;
transition: opacity 0.4s ease 0s;
}
.featured-image-container.opacity-rollover:hover .opacity {
opacity: 1;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
article .entry-title {
margin: 0 0 15px;
margin: 0 0 4px;
}
article .entry-meta {
font-size: 14px;
}
.single article .entry-meta {
padding-bottom: 9px;
}
article .cat-links {
margin: 0 10px 0 0;
display: block;
}
article .tags-links {
margin: 0;
display: block;
}
article .entry-footer {
font-size: 14px;
margin: 1.2em 0 0 0;
}
.page-template.logged-in article .entry-footer {
display: block;
}
.page-template:not(.logged-in) article:not(.post) .entry-footer {
display: none;
}
article .comments-link {
display: block;
}
article .author-bio {
margin: 2em 0 0 0;
text-align: left;
display: inline-block;
width: 100%;
}
article .author-bio .avatar {
float: left;
margin: 0 1% 0 0;
border-radius: 100%;
}
article .author-bio .meta {
float: left;
}
article .author-bio h2 {
float: left;
font-size: 20px;
margin: 0 0 .4em 0;
}
article .author-bio .description {
clear: left;
float: left;
}
article .author-bio .social-links {
clear: left;
float: left;
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
}
article .author-bio .social-links .website .otb-fa {
color: #007bb6;
color: #4faf55;
}
article .author-bio .social-links .otb-facebook .otb-fa {
color: #3b5998;
}
article .author-bio .social-links .twitter .otb-fa {
color: #00b6f1;
}
article .author-bio .social-links .google-plus .otb-fa {
color: #df4a32;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comments-area {
}
.comments-title {
font-size: 22px;
}
.comment-list {
margin: 0;
padding: 5px 0 0;
list-style-type: none;
clear: both;
}
.comment-list li {
margin: 0;
padding: 0 0 3% 0;
}
.comment {
}
.comment-author {
box-sizing: border-box;
padding: 0 2% 0 0;
width: 10%;
display: inline-block;
float: left;
}
.comment-container {
margin-left: 65px;
}
.comment-author .avatar {
margin: 0;
}
.comment-meta cite {
display: block;
font-size: 13px;
font-weight: 600;
}
.comment-meta > a {
font-size: 11px;
}
.comment-content {
box-sizing: border-box;
background-color: #F5F5F5;
display: inline-block;
width: 90%;
padding: 20px 17px 20px 17px;
}
.comment-content .fn,
.comment-content .says {
display: inline-block;
margin: 0 0 15px 0; 
}
.comment-content p {
margin-bottom: 0.4em;
}
.comment .reply {
text-align: left;
width: 50%;
float: left;
margin: 8px 0 0 0;
}
#cancel-comment-reply-link {
margin: 5px 0 0 0;
display: block;
font-size: 14px;
}
.comment-metadata {
text-align: right;
width: 50%;
float: right;
margin: 8px 0 0 0;
}
.comments-area label {
display: block;
min-width: 10.5%;
padding: 6px 0 5px 0;
}
.comments-area label .required {
color: #ff0000;
font-weight: 400;
}
.comments-area .comment-form-cookies-consent input {
vertical-align: middle;
}
.comments-area .comment-form-cookies-consent label {
display: inline-block;
margin: 0 0 0 5px;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="tel"],
.comments-area input[type="password"],
.comments-area input[type="url"],
.comments-area input[type="search"] {
padding: 3px 3px 3px 10px;
width: 311px;
}
#comments ul {
margin-left: 2em;
}
#comments li {
list-style-type: none;
}
#comments li:last-child {
padding-bottom: 0;
}
#comments ul.children {
margin: 3% 0 0 10%;
}
.comment-respond {
margin: 48px 0 0 0;
} .comment-meta {
font-size: 14px;
margin: 0;
width: 100%;
}
.post-password-required input {
max-width: 280px;
margin: 0 5px;
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.1em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
background-color: #FCFCFC;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
border-radius: 0 0 3px 3px;
}
.wp-caption .wp-caption-text {
margin: 0;
padding: 6px 10px;
} .gallery {
margin-bottom: 1.1em;
}
.site-footer-widgets .gallery,
.widget-area .gallery {
margin-bottom: 0;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2),
.gallery-columns-3 .gallery-item:nth-of-type(3n+3),
.gallery-columns-4 .gallery-item:nth-of-type(4n+4),
.gallery-columns-5 .gallery-item:nth-of-type(5n+5),
.gallery-columns-6 .gallery-item:nth-of-type(6n+6),
.gallery-columns-7 .gallery-item:nth-of-type(7n+7),
.gallery-columns-8 .gallery-item:nth-of-type(8n+8),
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
margin-right: 0 !important;
}
.gallery-item:last-of-type {
padding-right: 0;
}
.gallery-columns-2 .gallery-item {
max-width: calc((100% - 16px * 1) / 2);
}
.gallery-columns-3 .gallery-item {
max-width: calc((100% - 16px * 2) / 3);
}
.gallery-columns-4 .gallery-item {
max-width: calc((100% - 16px * 3) / 4);
}
.gallery-columns-5 .gallery-item {
max-width: calc((100% - 16px * 4) / 5);
}
.gallery-columns-6 .gallery-item {
max-width: calc((100% - 16px * 5) / 6);
}
.gallery-columns-7 .gallery-item {
max-width: calc((100% - 16px * 6) / 7);
}
.gallery-columns-8 .gallery-item {
max-width: calc((100% - 16px * 7) / 8);
}
.gallery-columns-9 .gallery-item {
max-width: calc((100% - 16px * 8) / 9);
}
.gallery-columns-2 .gallery-item:nth-last-child(-n+2),
.gallery-columns-3 .gallery-item:nth-last-child(-n+3),
.gallery-columns-4 .gallery-item:nth-last-child(-n+4),
.gallery-columns-5 .gallery-item:nth-last-child(-n+5),
.gallery-columns-6 .gallery-item:nth-last-child(-n+6),
.gallery-columns-7 .gallery-item:nth-last-child(-n+7),
.gallery-columns-8 .gallery-item:nth-last-child(-n+8),
.gallery-columns-9 .gallery-item:nth-last-child(-n+9) {
margin-bottom: 0px;
}
.gallery-item {
display: inline-block;
margin-right: 16px !important;
margin-bottom: 16px !important;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-item > div > a {
display: block;
line-height: 0;
box-shadow: 0 0 0 0 transparent;
}
.gallery-item > div > a > img {
margin-bottom: 0;
}
.gallery-caption {
display: block;
box-shadow: none;
line-height: 1.6;
margin: 0;
padding: 0.5em;
} .bigtext > div {
line-height: 0.95em;
}
.bigtext * {
white-space: normal !important;
word-wrap: break-word;
} .mejs-button>button,
.mejs__button>button {
min-width: 0;
}  .infinite-scroll .masonry-grid-container {
padding-bottom: 80px;
}
#infinite-handle {
width: 100%;
text-align: center;
margin-top: 20px;
margin-bottom: 30px;
}
.masonry-grid-container #infinite-handle {
position: absolute;
bottom: 0;
margin-top: 20px;
}
html #infinite-handle span {
background: transparent;
padding: 0;
} .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} html #jp-relatedposts {
padding-top: 0;
margin: -2em 0;
}
html #jp-relatedposts h3.jp-relatedposts-headline {
padding: 0;
}
html #jp-relatedposts h3.jp-relatedposts-headline em:before {
display: none;
}
html #jp-relatedposts h3.jp-relatedposts-headline em {
font-weight: 400;
}
html #jp-relatedposts h3.jp-relatedposts-headline em:before {
display: none;
}
html #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
opacity: 1;
}
html #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
html #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
text-decoration: none;
}
html .jp-relatedposts:after {
display: none;
} .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets .swiper-pagination-bullet {
min-width: auto;
outline: 0;
} .elementor-widget-social-icons .elementor-grid.elementor-social-icons-wrapper {
margin-left: 0;
margin-right: 0;
}
.elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-grid-item:first-child .elementor-social-icon {
margin-left: 0;
}
.elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-grid-item:last-child .elementor-social-icon {
margin-right: 0;
}
.namaha-page-builders-use-theme-styles .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
border-top-color: #CACFD0;
}
.elementor-template-full-width .site-container,
.elementor-template-full-width .main-menu-container {
max-width: 100%;
} .dialog-type-lightbox {
z-index: 99999;
}  .inline-small-features-list .panel-grid-cell:nth-child(odd) {
margin-left: 10px !important;
margin-right: 10px !important;
}
.inline-small-features-list .panel-grid-cell:first-child {
margin-left: 0 !important;
}
.inline-small-features-list .panel-grid-cell:nth-child(6n+0) {
margin-right: 0 !important;
} .features-list {
padding-bottom: 0;
}
.features-list .panel-grid-cell .widget_sow-features {
margin-bottom: 10px !important;
} .profile-list .panel-grid-cell {
margin-bottom: 0 !important;
}
.profile-list .panel-grid-cell .widget_sow-image {
margin-bottom: 15px !important;
}
.widget_sow-image .circular img {
border-radius: 100%;
margin-bottom: 0;
} .testimonials .otb-sow-slide-nav-wrapper {
position: relative;
display: inline-block;
width: 100%;
padding-bottom: 25px;
}
.testimonials .sow-testimonial-wrapper.sow-layout-text-above .sow-testimonial-text {
text-align: center;
}
.testimonials .sow-testimonial-text {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.namaha-page-builders-use-theme-styles .testimonials .sow-testimonial-text,
.namaha-page-builders-use-theme-styles .testimonials .sow-testimonial-text p {
text-shadow: none !important;
font-style: italic;
font-size: 21px !important;
}
.testimonials .sow-testimonial-text p:first-child {
margin-top: 0 !important;
}
.testimonials .sow-testimonial-text p:last-of-type {
margin-bottom: 0 !important;
}
.testimonials .sow-testimonial-user {
text-align: center !important;
}
.testimonials .sow-testimonial-user strong {
font-weight: 400;
} .testimonials .sow-slider-base .sow-slide-nav {
top: 0 !important;
margin-top: 0;
width: 42px;
height: 42px;
line-height: 42px;
right: 0 !important;
opacity: 1 !important;
display: inline-block !important;
transform: translateY(0);
-webkit-transition: background-color 0.2s ease 0s;
-moz-transition: background-color 0.2s ease 0s;
-ms-transition: background-color 0.2s ease 0s;
-o-transition: background-color 0.2s ease 0s;
transition: background-color 0.2s ease 0s;
}
.testimonials .sow-slider-base .sow-slide-nav a {
padding: 0;
}
.testimonials .sow-slider-base .sow-slide-nav a em {
line-height: 43px;
}
.testimonials .sow-slide-nav.sow-slide-nav-next {
position: relative;
left: 50.3% !important;
}
.testimonials .sow-slide-nav.sow-slide-nav-prev {
transform: translateX(-42px);
left: 49.7% !important;
} .widget_sow-headline .widget-title h3 {
font-size: 18px;
font-weight: 600;
}
.headline-widgets-no-bottom-margin .widget_sow-headline {
margin-bottom: 0 !important;
} .small-icon-list .panel-grid {
margin-bottom: 8px !important;
}
.small-icon-list .so-panel .textwidget p:last-child {
margin-bottom: 0;
}
.small-icon-list .panel-grid-cell {
margin-bottom: 0 !important;
}
.small-icon-list .panel-grid-cell:first-child {
min-width: 35px;
max-width: 35px;
margin-right: 10px !important;
} @media screen and (max-width: 780px) {
.widget_sow-headline .center-for-mobile h1.sow-headline,
.widget_sow-headline .center-for-mobile h2.sow-headline,
.widget_sow-headline .center-for-mobile h3.sow-headline,
.widget_sow-headline .center-for-mobile h4.sow-headline,
.widget_sow-headline .center-for-mobile h5.sow-headline,
.widget_sow-headline .center-for-mobile h6.sow-headline {
text-align: center;
}
.widget_sow-button .center-for-mobile .ow-button-base,
.namaha-page-builders-use-theme-styles .elementor-widget-button .elementor-button {
text-align: center;
}
.inline-small-features-list .panel-grid-cell:nth-child(odd) {
margin-left: 0 !important;
margin-right: 0 !important;
}
} div.wpcf7 p {
margin-bottom: 1.2em;
}
.wpcf7-form-control-wrap {
display: block;
margin-top: 7px;
} div.wpforms-container form.wpforms-form .wpforms-field-label {
font-size: 14px;
margin-bottom: 10px;
}
div.wpforms-container form.wpforms-form textarea.wpforms-field-medium {
height: 225px;
}
div.wpforms-container form.wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container form.wpforms-form .wpforms-field textarea.wpforms-error,
div.wpforms-container form.wpforms-form .wpforms-field select.wpforms-error {
border-color: #cc0000;
}
div.wpforms-container form.wpforms-form label.wpforms-error {
color: #990000;
}
.widget-area div.wpforms-container,
.site-footer-widgets div.wpforms-container {
text-align: left;
}
.widget-area div.wpforms-container form.wpforms-form button[type=submit],
.site-footer-widgets div.wpforms-container form.wpforms-form button[type=submit] {
width: 100%;
} .site-content .rpwe-block ul {
width: 100%;
display: inline-block;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0;
}
.site-content .rpwe-block li {
width: 30.5%;
margin-right: 0;
padding-bottom: 8px;
margin-bottom: 0px;
float: left;
text-align: center;
border-bottom: none;
}
.site-content .rpwe-block .rpwe-img {
display: inline-block !important;
vertical-align: top;
margin: 0 0 29px 0;
}
.site-content .rpwe-block .rpwe-thumb {
display: inline-block;
vertical-align: top;
border: none !important;
box-shadow: none !important;
margin: 0 auto 0 auto;
padding: 0 !important;
}
.site-content .rpwe-block h3.rpwe-title {
font-size: 17px !important;
margin: 0 0 10px 0 !important;
text-align: center;
padding: 0 25px 0 25px;
line-height: 1.2;
}
.site-content .rpwe-block h3.rpwe-title {
margin: 0 0 20px 0;
line-height: 1.3em;
}
.site-content .rpwe-block h3.rpwe-title a {
display: inline-block;
font-weight: 600 !important;
}
.site-content .rpwe-time {
font-size: 14px;
font-style: italic;
padding: 0 0 21px 0;
}
.site-content .rpwe-time:after {
padding-left: 5px;
content: "/";
}
.site-content .rpwe-comment {
font-size: 14px;
font-style: italic;
}
.site-content .rpwe-block .rpwe-summary:before {
top: -13px;
content: "";
display: block;
height: 2px;
position: relative;
margin: 0 auto;
background-color: #8D9C71;
width: 70px;	
}
.site-content .rpwe-block .rpwe-summary {
font-size: 14px;
padding: 13px 25px 10px 25px;
margin: 16px 0 0 0;
}
body.comfortable-paragraph-line-height .site-content .rpwe-block .rpwe-summary {
line-height: 1.72em;
}
.site-content .rpwe-block .rpwe-summary a {
display: block !important;
text-transform: uppercase;
margin: 11px 0 0 0;
} .widget-area .rpwe-block ul li {
margin: 0 0 25px 0;
padding: 0;
list-style-type: none;
display: block;
width: 100%;
text-align: left;
border: none;
}
.widget-area .rpwe-block .rpwe-img {
float: left;
margin: 0 12px 0 0;
}
.widget-area .rpwe-block h3.rpwe-title {
text-align: left;
font-size: 13px !important;
margin: 0 0 5px 0 !important;
}
.widget-area .rpwe-block h3 a {
font-weight: 300;
}
.widget-area .rpwe-block .rpwe-time {
font-style: italic;
font-size: 13px;
color: #969696;
} .site-footer .rpwe-block h3.rpwe-title {
font-size: 14px !important;
margin: 2px 0 0 0 !important;
}
.site-footer .rpwe-block .rpwe-thumb {
padding: 3px 3px 3px 0 !important;
} #colorbox {
z-index: 99999 !important;
}
#cboxOverlay {
z-index: 99999 !important;
}
.widget_sggwidget div,
.widget_sggwidget .grid-gallery-photos,
.grid-gallery div,
.grid-gallery .grid-gallery-photos {
max-width: 100%;
}
.widget_sggwidget .grid-gallery-caption,
.widget_sggwidget .grid-gallery-caption .crop,
.widget_sggwidget img,
.grid-gallery .grid-gallery-caption,
.grid-gallery .grid-gallery-caption .crop,
.grid-gallery img {
max-width: 100%;
height: auto !important;
}
#cboxContent button {
min-width: 0;
}
@media screen and (max-width: 400px) {
.widget_sggwidget div,
.widget_sggwidget .grid-gallery-caption,
.grid-gallery div,
.grid-gallery .grid-gallery-caption {
left: 0 !important;
}
} .widget-area .widget_mc4wp_form_widget,
.site-footer-widgets .widget_mc4wp_form_widget {
display: inline-block;
width: 100%;
}
.widget-area .widget_mc4wp_form_widget input[type="email"].has-button,
.site-footer-widgets .widget_mc4wp_form_widget input[type="email"].has-button {
width: 100%;
height: 41px;
width: 87%;
font-size: 14px;
box-sizing: border-box;
padding: 3px 3px 3px 10px;
margin: 0;
vertical-align: top;
border-right: 0;
float: left;
}
.widget-area .widget_mc4wp_form_widget .mc4wp-submit-container,
.site-footer-widgets .widget_mc4wp_form_widget .mc4wp-submit-container {
display: inline-block;
vertical-align: top;
height: 41px;
width: 13%;
background: #FFFFFF;
border: 1px solid #cacfd0;
box-sizing: border-box;
float: left;
border-left: 0;
text-align: right;
padding: 0 12px 0 0;
}
.widget-area .widget_mc4wp_form_widget .mc4wp-submit,
.site-footer-widgets .widget_mc4wp_form_widget .mc4wp-submit {
cursor: pointer;
padding: 0;
margin: 0;
line-height: 46px;
}
.widget-area .widget_mc4wp_form_widget .mc4wp-submit .otb-fa,
.site-footer-widgets .widget_mc4wp_form_widget .mc4wp-submit .otb-fa {
font-size: 24px;
} .jr-insta-thumb ul.thumbnails li {
display: inline-block;
padding: 0;
margin: 0 2.5% 2.5% 0;
}
.jr-insta-thumb ul.thumbnails.jr_col_3 li:nth-of-type(3n+0) {
margin-right: 0;
} .namaha-bbpress-use-theme-styles #bbpress-forums p.bbp-topic-meta img.avatar,
.namaha-bbpress-use-theme-styles #bbpress-forums ul.bbp-reply-revision-log img.avatar,
.namaha-bbpress-use-theme-styles #bbpress-forums ul.bbp-topic-revision-log img.avatar,
.namaha-bbpress-use-theme-styles #bbpress-forums div.bbp-template-notice img.avatar,
.namaha-bbpress-use-theme-styles #bbpress-forums .widget_display_topics img.avatar,
.namaha-bbpress-use-theme-styles #bbpress-forums .widget_display_replies img.avatar {
margin-bottom: 0;
}
.namaha-bbpress-use-theme-styles .bbp-forums,
.namaha-bbpress-use-theme-styles .bbp-topics,
.namaha-bbpress-use-theme-styles .bbp-reply-content {
color: red;
}
.namaha-bbpress-use-theme-styles div.bbp-template-notice,
.namaha-bbpress-use-theme-styles div.indicator-hint {
color: red;
} .namaha-bbpress-use-theme-styles .bbp-search-container {
width: 100%;
max-width: 253px;
display: inline-block;
margin: 0 0 20px 0;
}
.namaha-bbpress-use-theme-styles #bbpress-forums #bbp-search-form #bbp_search {
height: 41px;
width: 87%;
font-size: 14px;
box-sizing: border-box;
padding: 3px 3px 3px 10px;
margin: 0;
vertical-align: top;
border-right: 0;
float: left;
}
.namaha-bbpress-use-theme-styles .bbp-search-container .search-submit-container {
display: inline-block;
vertical-align: top;
height: 41px;
width: 13%;
background: #FFFFFF;
border: 1px solid #cacfd0;
box-sizing: border-box;
float: left;
border-left: 0;
text-align: right;
padding: 0 12px 0 0;
}
.namaha-bbpress-use-theme-styles .bbp-search-container .search-submit {
cursor: pointer;
padding: 0;
margin: 0;
line-height: 41px;
}
.namaha-bbpress-use-theme-styles .bbp-search-container .otb-fa,
.namaha-bbpress-use-theme-styles .bbp-search-container .fa {
color: #8D9C71;
font-size: 20px;
}
.namaha-bbpress-use-theme-styles #bbpress-forums li.bbp-header ul {
font-weight: 400;
}
.namaha-bbpress-use-theme-styles div.bbp-template-notice,
.namaha-bbpress-use-theme-styles div.indicator-hint {
border-radius: 0;
}
.namaha-bbpress-use-theme-styles #bbpress-forums div.bbp-forum-content,
.namaha-bbpress-use-theme-styles #bbpress-forums div.bbp-topic-content,
.namaha-bbpress-use-theme-styles #bbpress-forums div.bbp-reply-content {
margin-left: 0;
}
.namaha-bbpress-use-theme-styles div.bbp-breadcrumb {
float: none;
display: block;
}
.namaha-bbpress-use-theme-styles .bbp-forums,
.namaha-bbpress-use-theme-styles .bbp-topics,
.namaha-bbpress-use-theme-styles .bbp-reply-content {
color: #757575;
font-family: "Lato",sans-serif !important;
font-size: 15px !important;
font-weight: 400;
}
.namaha-bbpress-use-theme-styles #bbpress-forums div.bbp-reply-content ol {
margin: 0 15px 15px 0px;
}
.namaha-bbpress-use-theme-styles #bbpress-forums div.bbp-reply-content li {
padding: 0 0 0 4px;
margin: 0 0 10px 23px
} .namaha-bookingpress-use-theme-styles .bpa-frontend-main-container,
.namaha-bookingpress-use-theme-styles .bpa-front-customer-panel-container {
max-width: 1140px !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--panel-body .bpa-front-dc--body {
min-height: auto;
}
.namaha-bookingpress-use-theme-styles .el-picker-panel .el-date-picker__header button {
min-width: auto;
}
.namaha-bookingpress-use-theme-styles .bpa-tn__dropdown-menu {
z-index: 99999 !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-toast-notification {
box-shadow: none !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--vertical-left .bpa-front-tab-menu,
.namaha-bookingpress-use-theme-styles .el-dropdown-menu,
.namaha-bookingpress-use-theme-styles .el-picker-panel,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active span,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active .bpa-front-tm--item-icon,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-tabs--foot .bpa-front-btn--primary:focus,
.namaha-bookingpress-use-theme-styles .bpa-front-btn--primary:focus,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control.--bpa-country-dropdown.vue-tel-input:focus-within,
.namaha-bookingpress-use-theme-styles .bpa-front-cp-top-navbar,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control .el-textarea__inner:focus,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control input:focus,
.namaha-bookingpress-use-theme-styles .el-date-picker__time-header .el-input .el-input__inner:focus,
.namaha-bookingpress-use-theme-styles .bpa-front-module--service-item.__bpa-is-selected .bpa-front-si-card,
.namaha-bookingpress-use-theme-styles .bpa-front-ma-table-actions-wrap .bpa-front-ma-taw__card,
.namaha-bookingpress-use-theme-styles .bpa-front-module--atc-wrapper .bpa-front-module--atc__item .bpa-front-btn:hover {
box-shadow: none !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--vertical-left .bpa-front-tab-menu,
.namaha-bookingpress-use-theme-styles .bpa-front-default-card,
.namaha-bookingpress-use-theme-styles .bpa-front-module--service-item .bpa-front-si-card,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__time-slots,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item,
.namaha-bookingpress-use-theme-styles .bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--foot,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__calendar .vc-container,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__calendar .vc-header,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__calendar .vc-day,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control input,
.namaha-bookingpress-use-theme-styles .bpa-front-module--booking-summary .bpa-front-module--bs-amount-details,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control.--bpa-country-dropdown,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control .el-textarea__inner,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control--v-date-picker .el-input__inner,
.namaha-bookingpress-use-theme-styles .el-date-picker__time-header .el-input .el-input__inner,
.namaha-bookingpress-use-theme-styles .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item .bpa-front-tm--item-icon,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control.--bpa-country-dropdown .vti__dropdown-list,
.namaha-bookingpress-use-theme-styles .bpa-fm--bs__deposit-payment-module .bpa-dpm__item.--bpa-is-dpm-total-item,
.namaha-bookingpress-use-theme-styles .bpa-fm--bs__deposit-payment-module,
.namaha-bookingpress-use-theme-styles .bpa-front-module--booking-summary .bpa-is-coupon-module-enable .bpa-fm--bs__coupon-module-textbox,
.namaha-bookingpress-use-theme-styles .bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item,
.namaha-bookingpress-use-theme-styles .bpa-front-thankyou-module-container,
.namaha-bookingpress-use-theme-styles .bpa-front-tmc__summary-content .bpa-front-tmc__sc-item,
.namaha-bookingpress-use-theme-styles .bpa-front-module--add-to-calendar,
.namaha-bookingpress-use-theme-styles .bpa-front-module--atc-wrapper .bpa-front-btn,
.namaha-bookingpress-use-theme-styles .bpa-cp-ls__tab-menu .bpa-tm__item .bpa-tm__item-icon,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control.--bpa-country-dropdown .vti__dropdown,
.namaha-bookingpress-use-theme-styles .bpa-front-module--date-and-time.__sm .bpa-front--dt__ts-sm-back-btn .bpa-front-btn,
.namaha-bookingpress-use-theme-styles .bpa-front-module--service-items-row .bpa-front-module--service-item,
.namaha-bookingpress-use-theme-styles .bpa-custom-datepicker .el-date-picker__header--bordered,
.namaha-bookingpress-use-theme-styles .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card__left .bpa-front-si__default-img,
.namaha-bookingpress-use-theme-styles .bpa-fm__booking-summary-v47 .bpa-front-module--bs-customer-detail,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item.__bpa-is-disabled:hover,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__calendar .vc-nav-popover-container,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__calendar .vc-nav-items .vc-nav-item:hover,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control--checkbox .el-checkbox__inner:hover,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control--checkbox .el-checkbox__inner,
.namaha-bookingpress-use-theme-styles .bpa-front-cp-top-navbar,
.namaha-bookingpress-use-theme-styles .bpa-front-cp-card,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control input,
.namaha-bookingpress-use-theme-styles .el-date-picker__time-header .el-input .el-input__inner,
.namaha-bookingpress-use-theme-styles .bpa-cp-ma-table.el-table .el-table__header-wrapper tr th.el-table__cell,
.namaha-bookingpress-use-theme-styles .bpa-front-ma-view-appointment-card,
.namaha-bookingpress-use-theme-styles .bpa-ma-vac-sec-title,
.namaha-bookingpress-use-theme-styles .bpa-ma-vac--head__right .bpa-front-pill,
.namaha-bookingpress-use-theme-styles .bpa-vac-pd__item.__bpa-pd-is-total-item,
.namaha-bookingpress-use-theme-styles .bpa-front-btn__small,
.namaha-bookingpress-use-theme-styles .bpa-front-ma-table-actions-wrap .bpa-front-ma-taw__card,
.namaha-bookingpress-use-theme-styles .el-popover,
.namaha-bookingpress-use-theme-styles .el-popconfirm .el-popconfirm__action,
.namaha-bookingpress-use-theme-styles .bpa-front-cp-custom-popover,
.namaha-bookingpress-use-theme-styles .bpa-tn__dropdown-menu,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control input:focus,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control .el-textarea__inner:focus,
.namaha-bookingpress-use-theme-styles .el-date-picker__time-header .el-input .el-input__inner:focus,
.namaha-bookingpress-use-theme-styles .bpa-cp-ma-table.el-table td.el-table__cell,
.namaha-bookingpress-use-theme-styles .bpa-front-ma--pagination-wrapper .el-pager li,
.namaha-bookingpress-use-theme-styles .bpa-front-cp-custom-popover .el-date-picker__header--bordered,
.namaha-bookingpress-use-theme-styles .bpa-custom-datepicker .el-date-picker__header--bordered,
.namaha-bookingpress-use-theme-styles .bpa-tn__dropdown-head .bpa-cp-avatar__default-img,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control.--bpa-country-dropdown.vue-tel-input:focus-within,
.namaha-bookingpress-use-theme-styles .el-date-picker__header--bordered {
border-color: #cacfd0 !important;
border-radius: 0 !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-form-control input:focus,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control .el-textarea__inner:focus,
.namaha-bookingpress-use-theme-styles .el-date-picker__time-header .el-input .el-input__inner:focus {
border-color: #8D9C71 !important;
}
.namaha-bookingpress-use-theme-styles .el-popper[x-placement^=top] .popper__arrow {
border-top-color: #cacfd0 !important;
}
.namaha-bookingpress-use-theme-styles .el-popper[x-placement^=bottom] .popper__arrow {
border-bottom-color: #cacfd0 !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-cp--fw__col.__bpa-is-search-icon .bpa-front-form-control .el-input__inner {
height: 41px !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-btn--primary,
.namaha-bookingpress-use-theme-styles .bpa-front-btn--primary:focus {
background-color: #8D9C71 !important;
border: none !important;
font-weight: 400;
padding: 13px 29px;
}
.namaha-bookingpress-use-theme-styles .bpa-front-btn--primary span {
font-size: 17px !important;
letter-spacing: 0 !important;
font-family: 'Philosopher', sans-serif !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-btn--primary:hover {
background-color: #6C7B5A !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-front-module--bs-ad--price,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active::before,
.namaha-bookingpress-use-theme-styles .bpa-custom-datepicker .el-year-table td.today .cell,
.namaha-bookingpress-use-theme-styles .bpa-custom-datepicker .el-month-table td.today .cell,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__calendar .vc-day.is-today .vc-day-content,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control--checkbox .el-checkbox__input.is-checked + .el-checkbox__label,
.namaha-bookingpress-use-theme-styles .bpa-tn__dropdown-menu .bpa-tn__dropdown-item a.bpa-tm__item.__bpa-is-active,
.namaha-bookingpress-use-theme-styles .bpa-tn__dropdown-menu .bpa-tn__dropdown-item a.bpa-tm__item.__bpa-is-active span,
.namaha-bookingpress-use-theme-styles .bpa-front-ma--pagination-wrapper .el-pager li:hover,
.namaha-bookingpress-use-theme-styles .bpa-vac-pd__item.__bpa-pd-is-total-item .bpa-vac-pd__val,
.namaha-bookingpress-use-theme-styles .el-date-picker__header-label.active, .el-date-picker__header-label:hover,
.namaha-bookingpress-use-theme-styles .el-date-table td.available:hover,
.namaha-bookingpress-use-theme-styles .el-date-table td.today:not(.current) span,
.namaha-bookingpress-use-theme-styles .el-month-table td .cell:hover,
.namaha-bookingpress-use-theme-styles .el-month-table td.current:not(.disabled) .cell,
.namaha-bookingpress-use-theme-styles .el-year-table td .cell:hover,
.namaha-bookingpress-use-theme-styles .el-year-table td.current:not(.disabled) .cell,
.namaha-bookingpress-use-theme-styles .el-picker-panel__content .el-date-table td:not(.next-month):not(.prev-month):not(.today):not(.current) span:hover,
.namaha-bookingpress-use-theme-styles .el-picker-panel__content .el-date-table td:not(.current):not(.today) span:hover,
.namaha-bookingpress-use-theme-styles .bpa-front-cp-custom-popover .el-year-table td.today .cell,
.namaha-bookingpress-use-theme-styles .bpa-front-cp-custom-popover .el-month-table td.today .cell,
.namaha-bookingpress-use-theme-styles .bpa-custom-datepicker .el-year-table td.today .cell,
.namaha-bookingpress-use-theme-styles .bpa-custom-datepicker .el-month-table td.today .cell,
.namaha-bookingpress-use-theme-styles .bpa-tn__dropdown-menu .bpa-tn__dropdown-item a.bpa-tm__item.__bpa-is-active,
.namaha-bookingpress-use-theme-styles .bpa-tn__dropdown-menu .bpa-tn__dropdown-item a.bpa-tm__item.__bpa-is-active span,
.namaha-bookingpress-use-theme-styles .bpa-front-ma--pagination-wrapper .el-pager li:hover,
.namaha-bookingpress-use-theme-styles .bpa-vac-pd__item.__bpa-pd-is-total-item .bpa-vac-pd__val,
.namaha-bookingpress-use-theme-styles .el-date-picker__header-label.active,
.namaha-bookingpress-use-theme-styles .el-date-picker__header-label:hover,
.namaha-bookingpress-use-theme-styles .el-date-table td.available:hover,
.namaha-bookingpress-use-theme-styles .el-date-table td.today:not(.current) span,
.namaha-bookingpress-use-theme-styles .el-month-table td .cell:hover,
.namaha-bookingpress-use-theme-styles .el-month-table td.current:not(.disabled) .cell,
.namaha-bookingpress-use-theme-styles .el-year-table td .cell:hover,
.namaha-bookingpress-use-theme-styles .el-year-table td.current:not(.disabled) .cell,
.namaha-bookingpress-use-theme-styles .el-picker-panel__content .el-date-table td:not(.next-month):not(.prev-month):not(.today):not(.current) span:hover,
.namaha-bookingpress-use-theme-styles .el-picker-panel__content .el-date-table td:not(.current):not(.today) span:hover,
.namaha-bookingpress-use-theme-styles .bpa-front-cp-custom-popover .el-year-table td.today .cell,
.namaha-bookingpress-use-theme-styles .bpa-front-cp-custom-popover .el-month-table td.today .cell,
.namaha-bookingpress-use-theme-styles .bpa-custom-datepicker .el-year-table td.today .cell,
.namaha-bookingpress-use-theme-styles .bpa-custom-datepicker .el-month-table td.today .cell {
color: #8D9C71 !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag.__bpa-is-active svg,
.namaha-bookingpress-use-theme-styles .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si-card--checkmark-icon svg,
.namaha-bookingpress-use-theme-styles .bpa-front-dcw__vector .bpa-front-dcw__vector-primary-color,
.namaha-bookingpress-use-theme-styles .bpa-front-loader-cl-primary,
.namaha-bookingpress-use-theme-styles .bpa-tn__dropdown-menu .bpa-tn__dropdown-item a.bpa-tm__item.__bpa-is-active svg,
.namaha-bookingpress-use-theme-styles .bpa-front-data-empty-view--my-bookings .bpa-front-dev__primary-bg,
.namaha-bookingpress-use-theme-styles .bpa-front-module--booking-summary .bpa-front-module--bs-head .bpa-head__vector-item,
.namaha-bookingpress-use-theme-styles .bpa-front-module--confirmation .bpa-head__vector--confirmation .bpa-head__vector-item,
.namaha-bookingpress-use-theme-styles .bpa-front-thankyou-module-container .bpa-front-tmc__head .bpa-front-tmc__vector--confirmation .bpa-head__vector-item {
fill: #8D9C71 !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-module--service-item.__bpa-is-selected .bpa-front-si-card,
.namaha-bookingpress-use-theme-styles .bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag.__bpa-is-active,
.namaha-bookingpress-use-theme-styles .bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag:hover,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item:hover,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active .bpa-front-tm--item-icon,
.namaha-bookingpress-use-theme-styles .bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item.__bpa-is-selected,
.namaha-bookingpress-use-theme-styles .bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item.__is-selected,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control--checkbox .el-checkbox__input.is-checked .el-checkbox__inner,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control--checkbox .el-checkbox__inner:hover,
.namaha-bookingpress-use-theme-styles .el-radio__input.is-checked .el-radio__inner,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item.__bpa-is-selected,
.namaha-bookingpress-use-theme-styles .bpa-front-module--atc-wrapper .bpa-front-btn:hover,
.namaha-bookingpress-use-theme-styles .bpa-front-btn--primary,
.namaha-bookingpress-use-theme-styles .bpa-ma-vac--action-btn-group .bpa-front-btn:hover,
.namaha-bookingpress-use-theme-styles .bpa-front-ma--pagination-wrapper .btn-prev:hover,
.namaha-bookingpress-use-theme-styles .bpa-front-ma--pagination-wrapper .btn-next:hover,
.namaha-bookingpress-use-theme-styles .bpa-front-btn--primary:hover,
.namaha-bookingpress-use-theme-styles .bpa-front-ma--pagination-wrapper .el-pager li.active,
.namaha-bookingpress-use-theme-styles .bpa-front-ma--pagination-wrapper .el-pager li:hover {
border-color: #8D9C71 !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front--dt__ts-body--item.__bpa-is-selected {
background-color: #cacfd0 !important;
background-color: transparent !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active .bpa-front-tm--item-icon,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active span,
.namaha-bookingpress-use-theme-styles .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body strong.--is-service-price,
.namaha-bookingpress-use-theme-styles .bpa-front-btn--primary,
.namaha-bookingpress-use-theme-styles .bpa-front-ma--pagination-wrapper .el-pager li.active,
.namaha-bookingpress-use-theme-styles .bpa-ma-vac--action-btn-group .bpa-front-btn:hover,
.namaha-bookingpress-use-theme-styles .bpa-front-ma-table-actions-wrap .bpa-front-btn--icon-without-box:hover,
.namaha-bookingpress-use-theme-styles .el-date-table td.current:not(.disabled) span,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__calendar .vc-day .vc-highlights .vc-day-layer .vc-highlight {
background-color: #8D9C71 !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front--dt__calendar .vc-day.is-today .vc-day-content,
.namaha-bookingpress-use-theme-styles .bpa-front-btn--borderless {
background-color: transparent !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-module-heading,
.namaha-bookingpress-use-theme-styles .bpa-front-tmc__head .bpa-front-tmc__title,
.namaha-bookingpress-use-theme-styles .bpa-front-cancel-module-container .bpa-front-cmc__title,
.namaha-bookingpress-use-theme-styles .bpa-front-tmc__booking-id .bpa-front-bi__label,
.namaha-bookingpress-use-theme-styles .bpa-front-module--add-to-calendar .bpa-fm--atc__heading,
.namaha-bookingpress-use-theme-styles .bpa-front-module-heading,
.namaha-bookingpress-use-theme-styles .bpa-cp-pd__title,
.namaha-bookingpress-use-theme-styles .bpa-cp-ma-table.el-table .bpa-cp-ma-cell-val,
.namaha-bookingpress-use-theme-styles .bpa-cp-ma-table.el-table td.el-table__cell .cell,
.namaha-bookingpress-use-theme-styles .bpa-cp-ma-table.el-table .el-table__header-wrapper tr th.el-table__cell,
.namaha-bookingpress-use-theme-styles .bpa-left__service-detail .bpa-sd__appointment-title,
.namaha-bookingpress-use-theme-styles .bpa-bd__item .bpa-item--val,
.namaha-bookingpress-use-theme-styles .bpa-ma-vac-sec-title,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control input,
.namaha-bookingpress-use-theme-styles .bpa-left__service-detail .bpa-sd__appointment-id,
.namaha-bookingpress-use-theme-styles .bpa-tn__dropdown-menu .bpa-tn__dropdown-item a.bpa-tm__item,
.namaha-bookingpress-use-theme-styles .bpa-tn__dropdown-menu .bpa-tn__dropdown-item,
.namaha-bookingpress-use-theme-styles .bpa-cp-ma-table.el-table td.el-table__cell,
.namaha-bookingpress-use-theme-styles .bpa-cp-ma-table.el-table td.el-table__cell .bpa-ma-date-time-details .bpa-ma-dt__time-val,
.namaha-bookingpress-use-theme-styles .bpa-bd__item .bpa-item--label,
.namaha-bookingpress-use-theme-styles .bpa-vac-pd__item .bpa-vac-pd__label,
.namaha-bookingpress-use-theme-styles .bpa-vac-pd__item .bpa-vac-pd__val,
.namaha-bookingpress-use-theme-styles .bpa-ma-vac--action-btn-group .bpa-front-btn__small,
.namaha-bookingpress-use-theme-styles .bpa-front-btn--primary,
.namaha-bookingpress-use-theme-styles .bpa-front-pill,
.namaha-bookingpress-use-theme-styles .bpa-front-ma--pagination-wrapper .el-pager li.number,
.namaha-bookingpress-use-theme-styles .bpa-front-dcw__body-title,
.namaha-bookingpress-use-theme-styles .bpa-front-dcw__body-sub-title,
.namaha-bookingpress-use-theme-styles .bpa-front-btn,
.namaha-bookingpress-use-theme-styles .el-popconfirm__main,
.namaha-bookingpress-use-theme-styles .bpa-front-btn__small,
.namaha-bookingpress-use-theme-styles .el-date-picker__header-label,
.namaha-bookingpress-use-theme-styles .el-picker-panel__content .el-date-table th,
.namaha-bookingpress-use-theme-styles .el-picker-panel__content .el-date-table td span,
.namaha-bookingpress-use-theme-styles .bpa-front-data-empty-view--my-bookings .bpa-front-dev__title,
.namaha-bookingpress-use-theme-styles .el-form-item__error,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control input::placeholder,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control .el-textarea__inner::placeholder,
.namaha-bookingpress-use-theme-styles .bpa-front-cp-custom-popover .el-year-table td .cell,
.namaha-bookingpress-use-theme-styles .bpa-front-cp-custom-popover .el-month-table td .cell,
.namaha-bookingpress-use-theme-styles .bpa-custom-datepicker .el-year-table td .cell,
.namaha-bookingpress-use-theme-styles .bpa-custom-datepicker .el-month-table td .cell,
.namaha-bookingpress-use-theme-styles .el-year-table td .cell,
.namaha-bookingpress-use-theme-styles .el-month-table td .cell,
.namaha-bookingpress-use-theme-styles .bpa-front-ma--pagination-wrapper .btn-prev span,
.namaha-bookingpress-use-theme-styles .bpa-front-ma--pagination-wrapper .btn-next span {
font-family: 'Lato', sans-serif !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-module-heading,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front--dt__calendar .vc-weeks .vc-weekday,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt__ts-body--items .bpa-front--dt__ts-body--item span,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-form-control input,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-form-control .el-textarea__inner,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item .bpa-front-bs-sm__item-val,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-head p,
.namaha-bookingpress-use-theme-styles .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .el-form-item__label .bpa-front-form-label,
.namaha-bookingpress-use-theme-styles .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .--bpa-is-desc,
.namaha-bookingpress-use-theme-styles .bpa-front-module--payment-methods .bpa-front-module--pm-body .bpa-front-module--pm-body__item p,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-tab-menu .bpa-front-tab-menu--item, .el-form-item__error,
.namaha-bookingpress-use-theme-styles .bpa-front-module--category .bpa-front-cat-items .bpa-front-ci-pill.el-tag,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si-cb__specs .bpa-front-si-cb__specs-item p strong,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-module--service-item .bpa-front-si-card .bpa-front-si__card-body .bpa-front-si__card-body--heading,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front--dt__time-slots .bpa-front--dt__ts-body .bpa-front--dt__ts-body--row .bpa-front--dt-ts__sub-heading,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-summary-content .bpa-front-module--bs-summary-content-item span,
.namaha-bookingpress-use-theme-styles .bpa-front-module--bs-amount-details .bpa-fm--bs-amount-item .bpa-front-total-payment-amount-label,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front-module--booking-summary .bpa-front-module--bs-amount-details .bpa-front-module--bs-ad--price,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs .bpa-front--dt__calendar .vc-title,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--foot .bpa-front-btn,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control.--bpa-country-dropdown.vue-tel-input strong,
.namaha-bookingpress-use-theme-styles .bpa-front-tmc__booking-id .bpa-front-bi__label,
.namaha-bookingpress-use-theme-styles .bpa-front-tmc__booking-id .bpa-front-bi__val,
.namaha-bookingpress-use-theme-styles .bpa-front-tmc__head .bpa-front-tmc__title,
.namaha-bookingpress-use-theme-styles .bpa-front-tmc__summary-content .bpa-front-tmc__sc-item .bpa-front-sc-item__label,
.namaha-bookingpress-use-theme-styles .bpa-front-tmc__summary-content .bpa-front-tmc__sc-item .bpa-front-sc-item__val,
.namaha-bookingpress-use-theme-styles .bpa-front-module--add-to-calendar .bpa-fm--atc__heading,
.namaha-bookingpress-use-theme-styles .bpa-front-tmc__head p,
.namaha-bookingpress-use-theme-styles .bpa-front-data-empty-view .bpa-front-dev__title,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control input::placeholder,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control .el-textarea__inner::placeholder,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control--file-upload .bpa-fu__placeholder,
.namaha-bookingpress-use-theme-styles .bpa-custom-datepicker .el-year-table td .cell,
.namaha-bookingpress-use-theme-styles .bpa-custom-datepicker .el-month-table td .cell,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__calendar .vc-nav-title,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__calendar .vc-nav-items .vc-nav-item,
.namaha-bookingpress-use-theme-styles .bpa-front-thankyou-module-container .bpa-front-cc__error-toast-notification,
.namaha-bookingpress-use-theme-styles .bpa-front__no-timeslots-body .bpa-front-ntb__val,
.namaha-bookingpress-use-theme-styles .bpa-front-module--note-desc,
.namaha-bookingpress-use-theme-styles .bpa-front-refund-confirmation-content .bpa-front-rcc__body .bpa-front-rcc__empty-msg,
.namaha-bookingpress-use-theme-styles .bpa-front--dt__calendar .vc-day .vc-day-content,
.namaha-bookingpress-use-theme-styles .bpa-front-form-control--checkbox .el-checkbox__label {
font-family: 'Lato', sans-serif !important;
}
@media screen and (max-width: 576px) {
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active .bpa-front-tm--item-icon,
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item.__bpa-is-active span {
background-color: transparent !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-tabs--vertical-left .bpa-front-tab-menu .bpa-front-tab-menu--item::after {
background-color: #8D9C71 !important;
}
.namaha-bookingpress-use-theme-styles .bpa-front-dc--footer.__bpa-is-sticky .bpa-front-tabs--foot {
box-shadow: none;
}
} button.gm-control-active {
min-width: 0;
} .main-navigation-mega-menu button:not(.customize-partial-edit-shortcut-button) {
min-width: auto;
height: auto;
} .simcal-default-calendar-light .simcal-nav-button {
min-width: 0;
} body.mobile-device .side-aligned-social-links.hide-for-mobile {
display: none;
}
body.mobile-device .slider-container.default .controls-container,
body.mobile-device .slider-container.default .pagination {
display: none !important;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
@media screen and (max-width: 1269px) {
.side-aligned-social-links {
display: none;
}
}
@media screen and (max-width: 1184px) {
.site-container,
.main-navigation .main-menu-container,
.page-template-template-gutenberg .entry-content > *,
.page-template-template-gutenberg .page-titlebar,
.page-template-template-gutenberg .breadcrumbs,
.page-template-template-gutenberg .entry-header,
.page-template-template-gutenberg .page-header,
.page-template-template-gutenberg .entry-footer,
.page-template-template-gutenberg .post-thumbnail,
.page-template-template-gutenberg #comments {
padding-left: 22px;
padding-right: 22px;
}
.page-template-template-gutenberg .entry-content blockquote:before {
padding-left: 22px;
}
.page-template-template-gutenberg .entry-content blockquote {
padding: 0 22px 0 calc(2.4em + 22px);
}
}
@media screen and (max-width: 1070px) {
.site-footer-bottom-bar-left,
.site-footer-bottom-bar-right {
width: 100%;
float: none;
padding: 0;
text-align: center;
}
.site-footer-bottom-bar .site-footer-bottom-bar-right {
margin-top: 7px;
}
.site-footer-bottom-bar-right a {
padding: 0 !important;
}	
} @media only screen and (max-width: 1000px) {
.header-image-padder,
.slider-padder,
.header-image .overlay-container,
.slider-container.default .slider .slide .overlay-container {
padding-top: 0 !important;
}
.slider-container.default .controls-container {
margin-top: 0 !important;
}
} @media only screen and (max-width: 1000px) { .main-navigation #main-menu {
background-color: #8D9C71;
} .header-menu-button {
display: block;
padding: 8px 10px 8px 10px !important;
padding: 14px 10px 14px 10px !important;
color: #FFF;
text-transform: uppercase;
text-align: center;
cursor: pointer;
}
.site-header-right .header-menu-button {
padding: 8px 10px 8px 10px !important;
margin: 8px 0 9px 0;
display: inline-block;
}
.header-menu-button .otb-fa.otb-fa-bars,
.header-menu-button .fa-solid.fa-bars {
font-size: 28px;
} .main-menu-close {
display: block;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 100%;
position: absolute;
top: 15px;
left: 15px;
font-size: 28px;
letter-spacing: 0;
text-align: center;
padding: 0 2px 0 6px;
height: 36px;
width: 36px;
line-height: 32px;
cursor: pointer;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
body.font-awesome-latest .main-menu-close {
padding: 1px 1px 0 6px;
font-size: 22px;
font-size: 23px;
line-height: 35px;
}
.main-menu-close:hover {
background-color: rgba(0, 0, 0, 0.3);
}
.main-menu-close .otb-fa-angle-left {
position: relative;
left: -4px;
}
.main-menu-close .fa-angle-left {
position: relative;
left: -5px;
} .main-navigation ul {
display: block;
visibility: visible !important;
opacity: 1 !important;
}
.main-navigation #main-menu.animate {
-webkit-transition: right 0.4s ease 0s;
-moz-transition: right 0.4s ease 0s;
-ms-transition: right 0.4s ease 0s;
-o-transition: right 0.4s ease 0s;
transition: right 0.4s ease 0s;
} .main-navigation #main-menu,
.main-navigation .search-button .otb-fa,
.main-navigation .search-button .fa-solid,
.menu-dropdown-btn,
.open-page-item .otb-fa-angle-down,
.open-page-item .fa-angle-down,	
.main-menu-close,
.main-navigation a,
.main-navigation li a,
.main-navigation ul ul a {
color: #FFFFFF !important;
}
.main-navigation #main-menu {
box-shadow: 1px 0 1px rgba(255, 255, 255, 0.04) inset;
position: fixed;
top: 0;
right: -280px;
width: 280px;
max-width: 100%;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 70px 0 30px 0;
z-index: 999999999;
height: 100%;
overflow: auto;
}
.main-navigation .main-navigation-inner {
display: block;
}
.main-navigation .menu > ul .indicator,
.main-navigation ul.menu .indicator,
.main-navigation .search-button .indicator {
display: none;
}
.main-navigation .search-button {
display: block !important;
padding: 0 !important;
float: none !important;
}
.dgwt-wcas-search-wrapp {
min-width: 0 !important;
}
.main-navigation .search-button.plugin {
padding: 10px 20px 9px 18px !important;
}
.main-navigation .menu > ul > li:last-child.search-button.plugin,
.main-navigation ul.menu > li:last-child.search-button.plugin {
padding-right: 20px !important;
}
.main-navigation ul ul {
left: 0 !important;
transform: none !important;
width: auto;
}
.main-navigation.centered-submenu ul ul {
-webkit-transform: none;
}
#main-menu .menu > ul,
#main-menu ul.menu {
float: none;
display: block;
}
.main-navigation li {
display: block;
float: none !important;
position: relative;
padding: 0 !important;
border: none !important;
}
.main-navigation ul ul ul li {
margin: 0 !important;
background-color: transparent !important;
}
.main-navigation .menu > ul > li > a,
.main-navigation ul.menu > li > a {
white-space: normal !important;
box-shadow: none;
display: block;
float: none;
padding: 10px 30px 9px 18px !important;
font-size: 14px;
text-align: left;
}
#main-menu li a {
border-bottom-color: #FFFFFF;
}
#main-menu li a:hover {
background-color: rgba(0, 0, 0, 0.2); 
}
.main-navigation ul ul a {
text-transform: none;
white-space: normal !important;
text-align: left !important;
}
.main-navigation ul ul li a,
.main-navigation.rollover-background-color ul ul li a,
.site-header .site-header-right .navigation-menu .main-navigation ul ul li a,
.site-header .site-header-right .navigation-menu .main-navigation.rollover-background-color ul ul li a {
padding: 6px 30px 6px 30px !important;
width: auto;
}
.main-navigation ul ul ul li a,
.main-navigation.rollover-background-color ul ul ul li a,
.site-header .site-header-right .navigation-menu .main-navigation ul ul ul li a,
.site-header .site-header-right .navigation-menu .main-navigation.rollover-background-color ul ul ul li a {
padding: 6px 39px 6px 39px !important;
}
.main-navigation ul ul ul ul li a,
.main-navigation.rollover-background-color ul ul ul ul li a,
.site-header .site-header-right .navigation-menu .main-navigation ul ul ul ul li a,
.site-header .site-header-right .navigation-menu .main-navigation.rollover-background-color ul ul ul ul li a {
padding: 6px 47px 6px 47px !important;
}
.main-navigation ul ul ul ul ul li a,
.main-navigation.rollover-background-color ul ul ul ul ul li a,
.site-header .site-header-right .navigation-menu .main-navigation ul ul ul ul ul li a,
.site-header .site-header-right .navigation-menu .main-navigation.rollover-background-color ul ul ul ul ul li a {
padding: 6px 55px 6px 55px !important;
}
.main-navigation ul ul {
position: relative !important;
box-shadow: none;
top: 0 !important;
left: 0 !important;
float: none !important;
background-color: transparent !important;
padding: 0;
margin: 0 !important;
display: none;
border: none !important;
}
.main-navigation ul ul ul {
left: 0 !important;
}
.menu-dropdown-btn {
display: block;
}
.open-page-item > ul.children,
.open-page-item > ul.sub-menu {
display: block !important;
}
.open-page-item .otb-fa-angle-down {
font-weight: 700 !important;
} #main-menu a:hover,
#main-menu li.current-menu-item > a,
#main-menu li.current_page_item > a,
#main-menu li.current-menu-parent > a,
#main-menu li.current_page_parent > a,
#main-menu li.current-menu-ancestor > a,
#main-menu li.current_page_ancestor > a {
background-color: rgba(0, 0, 0, 0.2) !important;
} #main-menu ul ul li.current-menu-item > a,
#main-menu ul ul li.current_page_item > a,
#main-menu ul ul li.current-menu-parent > a,
#main-menu ul ul li.current_page_parent > a,
#main-menu ul ul li.current-menu-ancestor > a,
#main-menu ul ul li.current_page_ancestor > a {
background-color: rgba(0, 0, 0, 0.2);
} #main-menu ul ul ul li.current-menu-item > a,
#main-menu ul ul ul li.current_page_item > a,
#main-menu ul ul ul li.current-menu-parent > a,
#main-menu ul ul ul li.current_page_parent > a,
#main-menu ul ul ul li.current-menu-ancestor > a,
#main-menu ul ul ul li.current_page_ancestor > a {
background-color: rgba(0, 0, 0, 0.2);
}
.search-slidedown {
margin-top: 10px;
position: relative;
top: 0;
}
.main-navigation .search-slidedown .search-block {
left: 18px !important;
width: 200px !important;
margin-left: 0 !important;
}
.main-navigation .search-slidedown .search-block label {
display: block;	
}
.main-navigation .search-slidedown .search-block .search-field {
width: 100%;
}
.slider-placeholder {
display: none;
}
}
@media only screen and (max-width: 960px) {
.slider-container.default .slider .slide .overlay-container .overlay .opacity,
.header-image .overlay-container .overlay .opacity {
width: 80% !important;
}
.slider-container.default .pagination {
display: none !important;
}
}
@media only screen and (max-width: 782px) {
.main-navigation {
margin: 0;
}
.header-menu-button {
padding: 19px 16px;
}
.header-menu-button .otb-fa.otb-fa-bars,
.header-menu-button .fa-solid.fa-bars {
font-size: 28px;
}
}
@media screen and (max-width: 780px) {
.social-links {
display: inline-block;
float: none;
text-align: center;
margin: 0;
}
.page-template-template-left-primary-sidebar .content-area,
.page-template-template-left-secondary-sidebar .content-area,
.woocommerce.namaha-shop-left-sidebar #container,
.content-area {
width: 100% !important;
float: none !important;
box-shadow: none !important;
padding: 0 0 20px;
}
.widget-area {
width: 100% !important;
float: none !important;
padding: 0 0 20px;
}
.page-template-template-left-primary-sidebar .widget-area,
.page-template-template-left-secondary-sidebar .widget-area {
box-shadow: 0 1px 0 #e0e0e0;
padding: 0 0 10px;
margin: 0 0 30px;
}
.page-template-default .widget-area {
box-shadow: 0 -1px 0 #e0e0e0;
padding: 30px 0 0;
margin: 10px 0 0;
}
.widget-area .widget .search-field {
width: 78%;
max-width: 200px;
}
.site-footer-widgets .site-container,
.site-footer-widgets .site-container .widgets-container {
display: block;
}
.site-footer-widgets .site-container .widgets-container .widget {
width: 100% !important;
float: none !important;
padding: 0 0 40px !important;
display: inline-block;
}
.site-footer-widgets .site-container .widgets-container .widget:last-child {
padding: 0 0 10px !important;
}
.site-content .rpwe-block li {
width: 100%;
margin-bottom: 35px;
}
.site-content .rpwe-block li:last-child {
margin-bottom: 0;
}
}
@media screen and (max-width: 780px) {
.branding {
float: none !important;
width: 100% !important;
text-align: center;
}
.site-header .branding a {
width: auto;
}
.site-header .branding.contained {
position: relative;
margin-bottom: 0 !important;
background-color: inherit !important;
box-shadow: none;
} .site-header .branding .description,
.site-header .shop-links .account-link,
.site-header .shop-links .header-cart {
font-size: 13px;
}
.site-header-right div .info-text,
.site-header-right div .shop-links,
.site-header-right div .custom-menu,
.site-header-right div ul.social-links {
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.site-header-right {
float: none !important;
width: 100% !important;
text-align: center !important;
padding: 0 !important;
}
.site-header .site-logo-area .info-text { 
font-size: 13px;
}
.site-header-right .info-text {
text-align: center !important;
}
.site-header .social-links {
float: none;
}
.site-header .site-header-right .menu > ul,
.site-header .site-header-right ul.menu {
float: none;
margin-bottom: 0 !important;
}	
.site-header-right .top .header-cart {
padding-bottom: 0;
}
.site-header-right .top {
width: 100%;
margin: 0 0 9px 0;
}
.site-header-right .top.empty {
display: none;
}
.site-header-right .bottom {
float: none;
width: 100%;
margin: 0 0 15px 0;
}
.site-header-right .bottom.empty {
display: none;
}
.site-header-right.bottom-empty .top {
margin-bottom: 15px;
}	
.site-header-right.top-empty.bottom-empty {
display: none;
}	
.site-header-right .header-menu-button {
margin: 8px 0 0 0 !important;
}
.main-navigation.left-aligned .header-menu-button {
text-align: center !important;
}
.site-header.left-aligned .main-navigation.inline {
display: block;
}
.main-navigation .main-menu-container {
text-align: center !important;
}
}
@media screen and (max-width: 767px) {
.blog-post-side-layout .featured-image-wrapper,
.blog-post-side-layout .featured-image-container,
.blog-post-side-layout .post-loop-content {
width: 100%;
margin: 0;
padding: 0;
}
.blog-post-side-layout .featured-image-container {
margin: 0 0 21px 0;
}
.blog-post-side-layout .featured-image-container {
text-align: center;
}
.featured-image-container a {
width: auto;
}
.featured-image-container img.featured-image {
display: block;
}
.featured-image-container.square,
.featured-image-container.round {
background-size: cover;
}
.featured-image-wrapper {
border-radius: 0 !important;
}
}
@media screen and (max-width: 700px) {
.site-intro-container {
margin-bottom: 0;
}
.site-intro-container .site-intro {
transform: none;
width: 100%;
}	
}
@media screen and (max-width: 640px) {
.search-block .search-field {
width: 178px;
}
.content-area {
width: 100%;
float: none;
}
.widget-area {
width: 100%;
float: none;
}
}
@media screen and (max-width: 438px) {
.header-cart-checkout span {
display: none;
}
}  body,
.content-container,
.site-content .rpwe-block li {
background: #FFFFFF; } .main-navigation.border-top,
.main-navigation .main-menu-container.border-top,
.main-navigation.translucent-border-top,
.main-navigation .main-menu-container.translucent-border-top,
.site-header .site-logo-area.border-top,
.main-navigation.border-top,
.main-navigation.translucent-border-top,
.main-navigation .main-menu-container.border-top,
.main-navigation:not(.floated) .main-navigation-inner.border-top,
.site-header.floated .main-navigation.inline .main-navigation-inner.border-top {
box-shadow: 0px -1px 0px 0px #cacfd0;
} .site-header .site-logo-area {
background-color: #FFFFFF;
-webkit-transition: background-color 0.2s ease 0s;
-moz-transition: background-color 0.2s ease 0s;
-ms-transition: background-color 0.2s ease 0s;
-o-transition: background-color 0.2s ease 0s;
transition: background-color 0.2s ease 0s;
}
.site-header.translucent .site-logo-area {
background-color: rgba(255, 255, 255, 0.4);
} .site-header .branding.contained {
background: #8D9C71;
background: #FFFFFF;
} .site-intro-container {
background-color: #FFFFFF;
} .namaha-bbpress-use-theme-styles .content-area .bbp-search-form .search-submit .otb-fa,
.search-button .otb-fa-search,
.search-button .otb-fa-search:hover,
.widget_mc4wp_form_widget .mc4wp-submit .otb-fa,
.widget_search .search-submit .otb-fa,
.widget_product_search .search-submit .otb-fa,
.namaha-bbpress-use-theme-styles .content-area .bbp-search-form .search-submit .fa,
.search-button .fa-search,
.search-button .fa-search:hover,
.widget_mc4wp_form_widget .mc4wp-submit .fa,
.widget_search .search-submit .fa,
.widget_product_search .search-submit .fa,
.info-text em,
.site-header .site-header-right a:hover,
.site-header.translucent .site-header-right a:hover,
.site-header.translucent .header-cart .dropdown a:hover,
.main-navigation ul ul a:hover,
.main-navigation ul ul li.hover > a,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current_page_item > a,
.main-navigation ul ul li.current-menu-parent > a,
.main-navigation ul ul li.current_page_parent > a,
.main-navigation ul ul li.current-menu-ancestor > a,
.main-navigation ul ul li.current_page_ancestor > a,
.main-navigation .search-button.no-indicator .otb-fa-search:hover,
.site-header .site-container .main-navigation ul ul a:hover,
.site-header .site-container .main-navigation ul ul li.hover > a,
.site-header .site-container .main-navigation ul ul li.current-menu-item > a,
.site-header .site-container .main-navigation ul ul li.current_page_item > a,
.site-header .site-container .main-navigation ul ul li.current-menu-parent > a,
.site-header .site-container .main-navigation ul ul li.current_page_parent > a,
.site-header .site-container .main-navigation ul ul li.current-menu-ancestor > a,
.site-header .site-container .main-navigation ul ul li.current_page_ancestor > a,
.site-header .site-container .main-navigation .search-button.no-indicator .otb-fa-search:hover,
.main-navigation.translucent ul ul a:hover,
.main-navigation.translucent ul ul li.hover > a,
.main-navigation.translucent ul ul li.current-menu-item > a,
.main-navigation.translucent ul ul li.current_page_item > a,
.main-navigation.translucent ul ul li.current-menu-parent > a,
.main-navigation.translucent ul ul li.current_page_parent > a,
.main-navigation.translucent ul ul li.current-menu-ancestor > a,
.main-navigation.translucent ul ul li.current_page_ancestor > a,
.main-navigation.translucent .search-button.no-indicator .otb-fa-search:hover,
.site-header.translucent .site-container .main-navigation ul ul a:hover,
.site-header.translucent .site-container .main-navigation ul ul li.hover > a,
.site-header.translucent .site-container .main-navigation ul ul li.current-menu-item > a,
.site-header.translucent .site-container .main-navigation ul ul li.current_page_item > a,
.site-header.translucent .site-container .main-navigation ul ul li.current-menu-parent > a,
.site-header.translucent .site-container .main-navigation ul ul li.current_page_parent > a,
.site-header.translucent .site-container .main-navigation ul ul li.current-menu-ancestor > a,
.site-header.translucent .site-container .main-navigation ul ul li.current_page_ancestor > a,
.site-header.translucent .site-container .main-navigation .search-button.no-indicator .otb-fa-search:hover,
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-page .woocommerce-breadcrumb a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
blockquote,
.wp-block-pullquote p,
.wp-block-pullquote cite,
.color-text,
.namaha-page-builders-use-theme-styles .testimonials .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper p,
.namaha-page-builders-use-theme-styles .elementor-widget-icon .elementor-icon,
.namaha-page-builders-use-theme-styles .elementor-widget-icon.elementor-view-default .elementor-icon,
.namaha-page-builders-use-theme-styles .elementor-widget-icon.elementor-view-framed .elementor-icon,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box.elementor-view-default .elementor-icon,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.wp-block-search__button-inside.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button,
.wp-block-quote,
.wp-block-pullquote {
color: #8D9C71;
}
.site-header.forced-solid .main-navigation .search-button .otb-fa-search,
.site-header.forced-solid .main-navigation .search-button .otb-fa-search:hover,
.site-header.forced-solid .main-navigation .search-button .fa-search,
.site-header.forced-solid .main-navigation .search-button .fa-search:hover {
color: #8D9C71 !important;
}
.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button {
stroke: #8D9C71;
}
div.wpforms-container form.wpforms-form input[type="text"]:focus,
div.wpforms-container form.wpforms-form input[type="email"]:focus,
div.wpforms-container form.wpforms-form input[type="tel"]:focus,
div.wpforms-container form.wpforms-form input[type="number"]:focus,
div.wpforms-container form.wpforms-form input[type="url"]:focus,
div.wpforms-container form.wpforms-form input[type="password"]:focus,
div.wpforms-container form.wpforms-form input[type="search"]:focus,
div.wpforms-container form.wpforms-form select:focus,
div.wpforms-container form.wpforms-form textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[name="coupon_code"]:focus,
select:focus,
textarea:focus,
.site-content .rpwe-block li,
.hentry,
.paging-navigation,
.namaha-bbpress-use-theme-styles .bbp-search-container.focused *,
.widget-area .widget_mc4wp_form_widget.focused *,
.widget-area .widget_search.focused *,
.widget-area .widget_product_search.focused *,
.widget-area .widget,
.site-footer-widgets .widget_mc4wp_form_widget.focused *,
.site-footer-widgets .widget_search.focused *,
.site-footer-widgets .widget_product_search.focused *,
.search-results article,
.namaha-page-builders-use-theme-styles .elementor-widget-icon.elementor-view-framed .elementor-icon,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper:focus-within {
border-color: #8D9C71;
}
#comments .form-submit #submit,
.no-results-btn,
button,
a.button,
.widget-area .widget a.button,
.namaha-page-builders-use-theme-styles .widget_sow-button .ow-button-base a,
.namaha-page-builders-use-theme-styles .elementor-widget-button .elementor-button,
.namaha-page-builders-use-theme-styles .elementor-widget-icon.elementor-view-stacked .elementor-icon,
input[type="button"],
input[type="reset"],
input[type="submit"],
hr,
p.woocommerce-store-notice.demo_store,
.main-navigation li:hover .indicator,
.main-navigation li.hover .indicator,
.main-navigation li.current_page_item .indicator,
.main-navigation li.current-menu-item .indicator,
.main-navigation li.current-menu-parent .indicator,
.main-navigation li.current-menu-ancestor .indicator,
.main-navigation li.current_page_parent .indicator,
.main-navigation .search-button:hover .indicator,
.side-aligned-social-links .social-links li,
.namaha-pull-quote-border blockquote:before,
.site-footer-social-links .social-links,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce-page ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.button.product_type_simple,
.woocommerce-page ul.products li.product a.button.product_type_simple,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page input.button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input,
.wpcf7-submit,
div.wpforms-container form.wpforms-form input[type=submit],
div.wpforms-container form.wpforms-form button[type=submit],
div.wpforms-container form.wpforms-form .wpforms-page-button,
html #infinite-handle span button,
.site-footer-social-links .social-links li a,
.site-footer-bottom-bar,
.namaha-page-builders-use-theme-styles .testimonials .sow-slider-base .sow-slide-nav,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box.elementor-view-stacked .elementor-icon,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.wp-block-search__button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
background-color: #8D9C71;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: all 0.2s ease 0s;
-ms-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
border-top-color: #8D9C71;
}
::-moz-selection{
background-color: #8D9C71;
}
::selection {
background-color: #8D9C71;
} .namaha-bbpress-use-theme-styles .content-area .bbp-search-form .search-submit .otb-fa:hover,
.widget_mc4wp_form_widget .mc4wp-submit .otb-fa:hover,
.widget_search .search-submit .otb-fa:hover,
.widget_product_search .search-submit .otb-fa:hover,
.namaha-bbpress-use-theme-styles .content-area .bbp-search-form .search-submit .fa:hover,
.widget_mc4wp_form_widget .mc4wp-submit .fa:hover,
.widget_search .search-submit .fa:hover,
.widget_product_search .search-submit .fa:hover,
.widget_namaha_social_media_links_widget .social-links li a:hover,
.site-content .rpwe-block h3.rpwe-title a:hover,
.woocommerce .woocommerce-breadcrumb a:hover,
.woocommerce-page .woocommerce-breadcrumb a:hover,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.wp-block-search__button-inside.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button:hover {
color: #6C7B5A;
}
.wp-block-search__button-inside.wp-block-search__icon-button .wp-block-search__button:hover {
stroke: #6C7B5A;
}
.main-navigation button:hover,
#comments .form-submit #submit:hover,
.no-results-btn:hover,
button:hover,
a.button:hover,
.widget-area .widget a.button:hover,
.namaha-page-builders-use-theme-styles .widget_sow-button .ow-button-base a.ow-button-hover:hover,
.namaha-page-builders-use-theme-styles .elementor-widget-button .elementor-button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.side-aligned-social-links .social-links li:hover,
.site-footer-social-links .social-links,
.site-footer-widgets .site-container .widgets-container .divider,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce ul.products li.product a.add_to_cart_button:hover,
.woocommerce-page ul.products li.product a.add_to_cart_button:hover,
.woocommerce ul.products li.product a.button.product_type_simple:hover,
.woocommerce-page ul.products li.product a.button.product_type_simple:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce-page #review_form #respond .form-submit input:hover,
.wpcf7-submit:hover,
div.wpforms-container form.wpforms-form input[type=submit]:hover,
div.wpforms-container form.wpforms-form button[type=submit]:hover,
div.wpforms-container form.wpforms-form .wpforms-page-button:hover,
html #infinite-handle span button:hover,
.namaha-page-builders-use-theme-styles .testimonials .sow-slider-base .sow-slide-nav:hover,
.wp-block-search__button:hover,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
background-color: #6C7B5A;
} a,
#cancel-comment-reply-link,
.site-content .rpwe-time,
.site-content .rpwe-comment {
color: #939C99;
} a:hover,
#cancel-comment-reply-link:hover,
.widget-area .widget ul li a:hover,
.site-footer-widgets .widget ul li a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
color: #8D9C71;
} .site-header-right .header-menu-button {
background-color: #8D9C71;
} .site-header-right .header-menu-button .otb-fa.otb-fa-bars,
.site-header-right .header-menu-button .fa-solid.fa-bars {
color: #FFFFFF;
} .site-footer {
background-color: #F5F5F5;
} .site-header .branding .title {
font-family: 'Philosopher', sans-serif;
} .site-header .branding .title {
color: #4D5351;
}
.site-header.forced-solid .branding .title {
color: #4D5351 !important;
} .site-header .branding .description {
color: #8D9C71;
}
.site-header.forced-solid .branding .description {
color: #8D9C71 !important;
} h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.widget-area .widget h2,
.site-footer-widgets ul li h2.widgettitle,
.site-footer-widgets ul li .wp-block-heading,
.header-image .overlay .opacity h1,
.header-image .overlay .opacity h2,
.slider-container.default .slider .slide .overlay .opacity h1,
.slider-container.default .slider .slide .overlay .opacity h2,
.namaha-page-builders-use-theme-styles .elementor-widget-image-box .elementor-image-box-title {
font-family: 'Lato', sans-serif;
} h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.namaha-page-builders-use-theme-styles .elementor-widget-heading .elementor-heading-title,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title a,
.namaha-page-builders-use-theme-styles .elementor-widget-image-box .elementor-image-box-title,
html #jp-relatedposts h3.jp-relatedposts-headline em,
.widget-area .widget h2,
.site-footer-widgets ul li h2.widgettitle,
.site-footer-widgets ul li .wp-block-heading {
font-weight: 300;
} h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.namaha-page-builders-use-theme-styles .elementor-widget-heading .elementor-heading-title,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title a,
.namaha-page-builders-use-theme-styles .elementor-widget-image-box .elementor-image-box-title,
.widget-area .widget h2,
.site-footer-widgets ul li h2.widgettitle,
.site-footer-widgets ul li .wp-block-heading,
.header-image .overlay .opacity h1,
.header-image .overlay .opacity h2,
.slider-container.default .slider .slide .overlay .opacity h1,
.slider-container.default .slider .slide .overlay .opacity h2 {
letter-spacing: 0px;
} h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.namaha-page-builders-use-theme-styles .elementor-widget-heading .elementor-heading-title,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title a,
.namaha-page-builders-use-theme-styles .elementor-widget-image-box .elementor-image-box-title {
color: #8D9C71;
} body,
input,
select,
textarea,
.site-header .site-header-right a,
.site-header .site-header-right .main-navigation ul ul a,
.main-navigation ul ul a,
.widget-area .rpwe-block h3.rpwe-title a,
.breadcrumbs,
#cancel-comment-reply-link,
.site-footer-widgets .widget a,
.header-image .overlay .opacity,
.slider-container.default .slider .slide .overlay-container .overlay .opacity,
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select,
.namaha-page-builders-use-theme-styles .elementor-widget-text-editor,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description,
.namaha-page-builders-use-theme-styles .elementor-widget-heading .elementor-heading-title,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title a,
.namaha-page-builders-use-theme-styles .elementor-widget-image-box .elementor-image-box-description,
html #jp-relatedposts h3.jp-relatedposts-headline {
font-family: 'Lato', sans-serif;
} body,
.site-header .site-header-right a,
.breadcrumbs,
div.wpforms-container form.wpforms-form .wpforms-field-label,
#cancel-comment-reply-link,
.site-footer-widgets .widget a,
.namaha-page-builders-use-theme-styles .elementor-widget-text-editor,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description,
.namaha-page-builders-use-theme-styles .elementor-widget-image-box .elementor-image-box-description {
font-weight: 400;
} body,
.namaha-page-builders-use-theme-styles .elementor-widget-text-editor,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description,
.namaha-page-builders-use-theme-styles .elementor-widget-image-box .elementor-image-box-description,
.widget_namaha_social_media_links_widget .social-links li a,
.breadcrumbs,
.main-navigation ul ul a,
.main-navigation.translucent ul ul a,
.site-header.translucent .header-cart .dropdown a,
.header-cart .dropdown,
.site-header .site-container .main-navigation ul ul a,
.widget-area .widget ul li a,
.widget-area .rpwe_widget .rpwe-block h3 a,
.site-footer-widgets .widget ul li a,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce ul.products li.product .price,
.woocommerce #content ul.products li.product span.price,
.woocommerce-page #content ul.products li.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #reviews #comments ol.commentlist li .meta,
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.content-area ul.product_list_widget li .product-title,
.site-content .rpwe-block h3 a,
.site-content .rpwe-time:after,
.namaha-page-builders-use-theme-styles .elementor-widget-text-editor,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description,
.wp-block-quote cite {
color: #4C5250;
}
.rpwe-time,
.select2-default {
color: rgba(88, 88, 90, 0.7) !important;
}
::-webkit-input-placeholder {
color: rgba(88, 88, 90, 0.7);
}
:-moz-placeholder {
color: rgba(88, 88, 90, 0.7);
}
::-moz-placeholder {
color: rgba(88, 88, 90, 0.7);
}
:-ms-input-placeholder {
color: rgba(88, 88, 90, 0.7);
} body,
.widget_namaha_social_media_links_widget .social-links li a,
.breadcrumbs,
div.wpforms-container form.wpforms-form *,
div.wpforms-container form.wpforms-form input[type="text"],
div.wpforms-container form.wpforms-form input[type="email"],
div.wpforms-container form.wpforms-form input[type="tel"],
div.wpforms-container form.wpforms-form input[type="number"],
div.wpforms-container form.wpforms-form input[type="url"],
div.wpforms-container form.wpforms-form input[type="password"],
div.wpforms-container form.wpforms-form input[type="search"],
div.wpforms-container form.wpforms-form select,
div.wpforms-container form.wpforms-form textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea,
#cancel-comment-reply-link,
.search-block .search-field,
.select2-drop,
.select2-container .select2-choice,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results__option,
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb,
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select,
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce ul.products li.product .price,
.woocommerce #content ul.products li.product span.price,
.woocommerce-page #content ul.products li.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product span.price,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #reviews #comments ol.commentlist li .meta,
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
.namaha-page-builders-use-theme-styles .elementor-widget-text-editor,
.namaha-page-builders-use-theme-styles .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description,
.namaha-page-builders-use-theme-styles .elementor-widget-image-box .elementor-image-box-description {
letter-spacing: 0;
} .woocommerce a.button,
.woocommerce-page a.button,
.woocommerce a.button.alt,
.woocommerce table.cart th,
.woocommerce-page #content table.cart th,
.woocommerce-page table.cart th,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce table.cart inputinput[type="submit"],
.woocommerce-page #content table.cart inputinput[type="submit"],
.woocommerce-page table.cart inputinput[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
button,
a.button,
.widget-area .widget a.button,
.namaha-page-builders-use-theme-styles .widget_sow-button .ow-button-base a,
.namaha-page-builders-use-theme-styles .elementor-widget-button .elementor-button,
html #infinite-handle span button,
html #infinite-handle span button:hover,
div.wpforms-container form.wpforms-form input[type=submit],
div.wpforms-container form.wpforms-form button[type=submit],
div.wpforms-container form.wpforms-form .wpforms-page-button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-search__button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
font-family: 'Philosopher', sans-serif;
} a.button,
.widget-area .widget a.button,
.namaha-page-builders-use-theme-styles .widget_sow-button .ow-button-base a,
.namaha-page-builders-use-theme-styles .elementor-widget-button .elementor-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
html #infinite-handle span button,
html #infinite-handle span button:hover,
div.wpforms-container form.wpforms-form input[type=submit],
div.wpforms-container form.wpforms-form button[type=submit],
div.wpforms-container form.wpforms-form .wpforms-page-button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
font-weight: 400;
} a.button,
.widget-area .widget a.button,
.namaha-page-builders-use-theme-styles .widget_sow-button .ow-button-base a,
.namaha-page-builders-use-theme-styles .elementor-widget-button .elementor-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
html #infinite-handle span button,
html #infinite-handle span button:hover,
div.wpforms-container form.wpforms-form input[type=submit],
div.wpforms-container form.wpforms-form button[type=submit],
div.wpforms-container form.wpforms-form .wpforms-page-button,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
letter-spacing: 0;
} div.wpforms-container form.wpforms-form input[type="text"],
div.wpforms-container form.wpforms-form input[type="email"],
div.wpforms-container form.wpforms-form input[type="tel"],
div.wpforms-container form.wpforms-form input[type="number"],
div.wpforms-container form.wpforms-form input[type="url"],
div.wpforms-container form.wpforms-form input[type="password"],
div.wpforms-container form.wpforms-form input[type="search"],
div.wpforms-container form.wpforms-form select,
div.wpforms-container form.wpforms-form textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea,
.search-block .search-field,
.select2-drop,
.select2-container .select2-choice,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results__option,
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select,
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
color: #4C5250; 
} .site-content .widget-title {
color: #8D9C71;
} .widget-area .widget h2.widget-title,
.widget-area .widget h2.widgettitle,
.widget-area .widget .wp-block-heading,
.widget-area .widget .wp-block-group__inner-container > h2,
.site-footer-widgets .widgettitle,
.site-footer-widgets .wp-block-heading {
color: #4C5250;
} .widget-area .widget h2.widget-title:before,
.widget-area .widget h2.widget-title:after,
.widget-area .widget h2.widgettitle:before,
.widget-area .widget h2.widgettitle:after,
.widget-area .wp-block-heading:before,
.widget-area .wp-block-heading:after,
.widget-area .widget .wp-block-group__inner-container > h2:before,
.widget-area .widget .wp-block-group__inner-container > h2:after,
.site-footer-widgets .site-container .widgets-container .widget h2.widgettitle:before,
.site-footer-widgets .site-container .widgets-container .widget h2.widgettitle:after,
.site-footer-widgets .site-container .widgets-container .wp-block-heading:before,
.site-footer-widgets .site-container .widgets-container .wp-block-heading:after {
background-color: #8D9C71;
} .site-header .site-header-right, 
.site-header .site-header-right a {
color: #8D9C71;
}
.site-header.forced-solid .site-header-right, 
.site-header.forced-solid .site-header-right a:not(:hover) {
color: #8D9C71 !important;
} .site-header.translucent .site-header-right, 
.site-header.translucent .site-header-right a {
color: #8D9C71;
} .slider-container.default .slider .slide .overlay-container .overlay .opacity h1,
.slider-container.default .slider .slide .overlay-container .overlay .opacity h2,
.slider-container.default .slider .slide .overlay-container .overlay .opacity {
color: #FFFFFF;
} .header-video .overlay .opacity h1,
.header-video .overlay .opacity h2,
.header-video .overlay .opacity {
color: #FFFFFF;
} .header-image .overlay .opacity h1,
.header-image .overlay .opacity h2,
.header-image .overlay .opacity {
color: #FFFFFF;
} .main-navigation,
.main-navigation ul ul,
.main-navigation ul ul ul li {
background-color: #F1F1F0;
}
.main-navigation.translucent {
background-color: rgba(241, 241, 240, 0.4);
} .site-header .site-header-right .main-navigation .menu > ul > li > a,
.site-header .site-header-right .main-navigation ul.menu > li > a,
.main-navigation .menu > ul > li > a,
.main-navigation ul.menu > li > a,
.main-navigation .search-button a {
font-family: 'Lato', sans-serif;
}
.main-navigation .menu > ul > li > a,
.main-navigation ul.menu > li > a {
font-weight: 400;
} .main-navigation .menu > ul > li > a,
.main-navigation .menu > ul > li > a:hover,
.main-navigation ul.menu > li > a,
.main-navigation ul.menu > li > a:hover,
.main-navigation .search-button a,
.main-navigation .search-button a:hover,
.header-menu-button .otb-fa.otb-fa-bars,
.header-menu-button .fa-solid.fa-bars {
color: #4D5351;
}
.site-header.forced-solid .main-navigation .menu > ul > li > a,
.site-header.forced-solid .main-navigation .menu > ul > li > a:hover,
.site-header.forced-solid .main-navigation ul.menu > li > a,
.site-header.forced-solid .main-navigation ul.menu > li > a:hover,
.site-header.forced-solid .main-navigation .search-button a,
.site-header.forced-solid .main-navigation .search-button a:hover {
color: #4D5351 !important;
} .main-navigation.translucent .menu > ul > li > a,
.main-navigation.translucent .menu > ul > li > a:hover,
.main-navigation.translucent ul.menu > li > a,
.main-navigation.translucent ul.menu > li > a:hover,
.site-header.translucent .site-container .main-navigation .menu > ul > li > a,
.site-header.translucent .site-container .main-navigation .menu > ul > li > a:hover,
.site-header.translucent .site-container .main-navigation ul.menu > li > a,
.site-header.translucent .site-container .main-navigation ul.menu > li > a:hover,
.main-navigation .search-button a,
.main-navigation .search-button a:hover,
.site-header.translucent .site-container .main-navigation .search-button a,
.site-header.translucent .site-container .main-navigation .search-button a:hover,
.main-navigation.translucent .search-button .otb-fa-search,
.main-navigation.translucent .search-button .otb-fa-search:hover,
.site-header.translucent .site-container .main-navigation .search-button .otb-fa-search,
.site-header.translucent .site-container .main-navigation .search-button .otb-fa-search:hover,
.main-navigation.translucent .search-button .fa-search,
.main-navigation.translucent .search-button .fa-search:hover,
.site-header.translucent .site-container .main-navigation .search-button .fa-search,
.site-header.translucent .site-container .main-navigation .search-button .fa-search:hover {
color: #4D5351;
} .main-navigation.rollover-background-color a:hover,
.main-navigation.rollover-background-color li.current-menu-item > a,
.main-navigation.rollover-background-color li.current_page_item > a,
.main-navigation.rollover-background-color li.current-menu-parent > a,
.main-navigation.rollover-background-color li.current_page_parent > a,
.main-navigation.rollover-background-color li.current-menu-ancestor > a,
.main-navigation.rollover-background-color li.current_page_ancestor > a,
.main-navigation.rollover-background-color button {
background-color: #8D9C71;
} .main-navigation.rollover-background-color a:hover,
.site-header .site-container .main-navigation.rollover-background-color a:hover,
.main-navigation.rollover-background-color li.current-menu-item > a,
.main-navigation.rollover-background-color li.current_page_item > a,
.main-navigation.rollover-background-color li.current-menu-parent > a,
.main-navigation.rollover-background-color li.current_page_parent > a,
.main-navigation.rollover-background-color li.current-menu-ancestor > a,
.main-navigation.rollover-background-color li.current_page_ancestor > a,
.main-navigation.rollover-background-color .menu ul li a:hover,
.main-navigation.rollover-background-color button,
.main-navigation.rollover-background-color .search-button:hover .otb-fa-search,
.main-navigation.rollover-background-color .search-button:hover .fa-search {
color: #FFFFFF !important;
} .slider-container.default .slider .slide .opacity {
background-color: rgba(0, 0, 0, 0);
} .slider-container.default .slider .slide .overlay-container .opacity,
.slider-container.default .slider .slide .overlay-container .opacity-left,
.slider-container.default .slider .slide .overlay-container .opacity-right {
background-color: rgba(255, 255, 255, 0);
} .header-video .opacity {
background-color: rgba(0, 0, 0, 0);
} .header-video .overlay-container .opacity,
.header-video .overlay-container .opacity-left,
.header-video .overlay-container .opacity-right {
background-color: rgba(255, 255, 255, 0);
} .header-image .opacity {
background-color: rgba(0, 0, 0, 0);
} .header-image .overlay-container .opacity,
.header-image .overlay-container .opacity-left,
.header-image .overlay-container .opacity-right {
background-color: rgba(255, 255, 255, 0);
}.main-navigation-inner {
width: 73%;
float: right;
margin-top: -30px;
}
.site-header.inline-navigation-menu .branding.contained {
margin-bottom: -70px;
}
.site-content {
margin-top: 50px;
}
@media (max-width: 780px) {
.site-header .branding a {
width: 100px !important
}
body .site-header.left-aligned .site-header-right {
margin-top: -100px !important;
}
body .site-header-right {
position: relative;
z-index: 99999;
width: 100% !important;
padding: 0 !important;
margin: 0 !important;
float: right !important;
margin-top: -100px;
}
body .site-header-right 		.header-menu-button {
float: right !important
}
}
.site-footer-widgets .widget ul li {
float:left;
margin-left:20px;
}
.site-footer-widgets #nav_menu-2 {
width: 100%;
}
.site-header.translucent .site-logo-area {
padding-bottom: 25px;
}
.branding.contained  {
z-index: 999999;
position: relative;
}
.site-header-right  {
z-index: 9 !important;
position: relative;
}