.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 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 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;
}#cookie-law-info-bar {
font-size: 15px;
margin: 0 auto;
padding: 12px 10px;
position: absolute;
text-align: center;
box-sizing: border-box;
width:100%;
z-index: 9999; display: none;
left:0px;
font-weight:300;
box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
font-size: 10pt;
margin: 0;
padding:5px 10px;
text-align: center;
z-index: 9999;
cursor: pointer;
box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
vertical-align: middle;
} .cli-plugin-button, .cli-plugin-button:visited {
display: inline-block;
padding: 9px 12px;
color: #fff;
text-decoration: none;
position: relative;
cursor: pointer;
margin-left: 5px;
text-decoration: none;
}
.cli-plugin-main-link {
margin-left:0px;
font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
background-color: #111;
color: #fff;
text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
font-size: 13px;
font-weight: 400;
line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
font-size: 14px;
padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
font-size: 34px;
padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
background-color: #e22092;
}
.pink.cli-plugin-button:hover {
background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
background-color: #91bd09;
}
.green.cli-plugin-button:hover {
background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
background-color: #e62727;
}
.red.cli-plugin-button:hover {
background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
-moz-background-clip: padding;
-webkit-background-clip: padding;
background-clip: padding-box;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} .cli-plugin-main-link.cli-plugin-button {
text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
margin-left: 5px;
}.gdpr-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.gdpr-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.gdpr-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.gdpr-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.gdpr-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.gdpr-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.gdpr-px-0 {
padding-left: 0;
padding-right: 0;
}
.modal-backdrop.show {
opacity: .8;
}
.modal-open {
overflow: hidden
}
.modal-open .gdpr-modal {
overflow-x: hidden;
overflow-y: auto
}
.gdpr-modal.fade .gdpr-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.gdpr-modal.show .gdpr-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1039;
background-color: #000
}
.modal-backdrop.fade {
opacity: 0
}
.modal-backdrop.show {
opacity: .5
}
.gdpr-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
display: none;
overflow: hidden;
outline: 0
}
.gdpr-modal a {
text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.gdpr-modal .gdpr-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2));
}
}
@media (min-width: 992px) {
.gdpr-modal .gdpr-modal-dialog {
max-width: 900px;
}
}
.gdpr-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0,0,0,.2);
border-radius: .3rem;
outline: 0
}
.gdpr-modal .row {
margin: 0 -15px;
}
.gdpr-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.gdpr-modal .close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
outline: 0;
}
.gdpr-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
display:none;
}
.gdpr-switch .gdpr-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
display: none;
}
.gdpr-tab-content>.active {
display: block;
}
.gdpr-fade {
transition: opacity .15s linear;
}
.gdpr-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column !important;
flex-direction: column !important;
align-items: stretch !important;
-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
width: 100%;
padding: 30px;
}
.nav.gdpr-nav-pills {
background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
border: 1px solid #0070ad;
margin-bottom: 10px;
color: #0070ad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
background-color: #0070ad;
border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
background-color: #0070ad;
border-color: #0070ad;
color: #ffffff;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.gdpr-tab-content h4 {
font-size: 20px;
margin-bottom: .5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
}
.cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
display: none;
}
.cli-modal-backdrop.cli-fade {
opacity: 0
}
.cli-modal-backdrop.cli-show {
opacity: .5;
display: block;
}
.cli-modal.cli-show {
display: block;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 900px;
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .3rem;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 10px;
top: 10px;
z-index: 1;
padding: 0;
background-color: transparent !important;
border: 0;
-webkit-appearance: none;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 70px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 24px;
width: 50px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 20px;
left: 2px;
position: absolute;
transition: .4s;
width: 20px;
}
.cli-switch input:checked + .cli-slider {
background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(26px);
}
.cli-switch .cli-slider {
border-radius: 34px;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
display: block;
}
.cli-fade {
transition: opacity .15s linear;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding: 30px;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #00acad;
margin-bottom: 10px;
color: #00acad;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #00acad;
border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} .cli-container-fluid {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.cli-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.cli-col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.cli-col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
flex-direction: column;
}
.cli-align-items-stretch {
-ms-flex-align: stretch!important;
align-items: stretch!important;
}
.cli-d-flex {
display: -ms-flexbox!important;
display: flex!important;
}
.cli-px-0 {
padding-left: 0;
padding-right: 0;
}
.cli-btn {
cursor: pointer;
font-size: 14px;
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .5rem 1.25rem;
line-height: 1;
border-radius: .25rem;
transition: all .15s ease-in-out;
}
.cli-btn:hover {
opacity: .8;
}
.cli-read-more-link {
cursor: pointer;
font-size: 15px;
font-weight: 500;
text-decoration: underline;
}
.cli-btn:focus {
outline: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .8;
}
.cli-modal-open {
overflow: hidden
}
.cli-barmodal-open {
overflow: hidden
}
.cli-modal-open .cli-modal {
overflow-x: hidden;
overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out,-webkit-transform .3s ease-out;
-webkit-transform: translate(0,-25%);
transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
-webkit-transform: translate(0,0);
transform: translate(0,0)
}
.cli-modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
-webkit-transform:scale(0);
transform:scale(0);
transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
opacity: 0;
}
.cli-modal-backdrop.cli-show {
opacity: .5;
-webkit-transform:scale(1);
transform:scale(1);
}
.cli-modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99999;
transform: scale(0);
overflow: hidden;
outline: 0;
display: none;
}
.cli-modal a {
text-decoration: none;
}
.cli-modal .cli-modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none;
font-family: inherit;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
.cli-modal .cli-modal-dialog {
max-width:500px;
margin: 1.75rem auto;
min-height: calc(100% - (1.75rem * 2))
}
}
.cli-modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border-radius: .2rem;
box-sizing: border-box;
outline: 0
}
.cli-modal .row {
margin: 0 -15px;
}
.cli-modal .modal-body {
padding: 0;
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
outline: 0;
}
.cli-switch {
display: inline-block;
position: relative;
min-height: 1px;
padding-left: 38px;
font-size: 14px;
}
.cli-switch input[type="checkbox"] {
display:none;
}
.cli-switch .cli-slider {
background-color: #e3e1e8;
height: 20px;
width: 38px;
bottom: 0;
cursor: pointer;
left: 0;
position: absolute;
right: 0;
top: 0;
transition: .4s;
}
.cli-switch .cli-slider:before {
background-color: #fff;
bottom: 2px;
content: "";
height: 15px;
left: 3px;
position: absolute;
transition: .4s;
width: 15px;
}
.cli-switch input:checked + .cli-slider {
background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
transform: translateX(18px);
}
.cli-switch .cli-slider {
border-radius: 34px;
font-size:0;
}
.cli-switch .cli-slider:before {
border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
-ms-flex-direction: column;
flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
width: 100%;
padding:5px 30px 5px 5px;
box-sizing: border-box;
}
@media (max-width: 767px) {
.cli-nav-pills, .cli-tab-content {
padding: 30px 10px;
}
}
.cli-nav-pills {
background: #fff;
}
.cli-nav-pills .cli-nav-link {
border: 1px solid #cccccc;
margin-bottom: 10px;
color:#2a2a2a;
font-size: 14px;
display: block;
padding: .5rem 1rem;
border-radius: .25rem;
cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
background-color: #f6f6f9;
border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
padding-top: 30px;
margin-top: 30px;
border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
color: #343438;
font-size: 14px;
margin-top: 0;
}
.cli-tab-content h4 {
font-size: 20px;
margin-bottom: 1.5rem;
margin-top: 0;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit;
} #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
background: transparent;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
border-right: 1px solid currentColor;
border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
flex-basis: 0;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.cli-wrapper {
max-width: 90%;
float: none;
margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
display:none;
text-align:left;
} .cli-tab-footer .cli-btn {
background-color: #00acad;
padding: 10px 15px;
text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #61a229;
color: #ffffff;
border-radius: 0;
}
.cli-tab-footer {
width:100%;
text-align:right;
padding: 20px 0;
} .cli-col-12
{
width:100%;
}
.cli-tab-header
{
display: flex;
justify-content: space-between;
}
.cli-tab-header a:before {
width: 10px;
height: 2px;
left: 0;
top: calc(50% - 1px);
}
.cli-tab-header a:after {
width: 2px;
height: 10px;
left: 4px;
top: calc(50% - 5px);
-webkit-transform: none;
transform: none;
}
.cli-tab-header a:before {
width: 7px;
height: 7px;
border-right: 1px solid #4a6e78;
border-bottom: 1px solid #4a6e78;
content: " ";
transform: rotate(-45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
position: relative;
display: flex;
align-items: center;
font-size:14px;
color:#000;
text-transform: capitalize;
}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
transform: rotate(45deg);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.cli-tab-header {
border-radius: 5px;
padding: 12px 15px;
cursor: pointer;
transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-appearance: none;
width: 40px;
height: 40px;
padding: 0;
border-radius: 50%;
padding: 10px;
background: transparent;
border:none;
min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
font-family: inherit;
font-size: 16px;
margin-bottom: 15px;
margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}
.wt-cli-privacy
{
display:none;
}
.cli-tab-content
{
display:none;
}
.cli-tab-section .cli-tab-content
{
padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
margin-top:5px;
}
@media (min-width: 992px) {
.cli-modal .cli-modal-dialog {
max-width: 645px;
}
}
.cli-switch .cli-slider:after{
content: attr(data-cli-disable);
position: absolute;
right: 50px;
color: #000;
font-size:12px;
text-align:right;
min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
max-height: 60px;
transition: max-height 0.15s ease-out;
overflow: hidden;
}
a.cli-privacy-readmore {
font-size: 12px;
margin-top: 12px;
display: inline-block;
padding-bottom: 0;
cursor: pointer;
color:#000;
text-decoration: underline;
}
.cli-modal-footer {
position: relative;
}
a.cli-privacy-readmore:before {
content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
content: attr(data-readless-text);
}
.cli-collapsed .cli-privacy-content
{
transition: max-height 0.25s ease-in;
}
.cli-privacy-content p
{
margin-bottom:0;
}
.cli-modal-close svg {
fill: #000;
}
span.cli-necessary-caption {
color: #000;
font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
display: none;
}
.cli-tab-container .cli-row
{
max-height: 500px;
overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
z-index: -1;
}
.cli-modal.cli-blowup {
z-index: 999999;
transform: scale(1);
}
.cli-modal.cli-blowup .cli-modal-dialog {
animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.cli-modal.cli-blowup.cli-out .cli-modal-dialog
{
animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@keyframes blowUpContent {
0% {
transform: scale(1);
opacity: 1;
}
99.9% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(0);
}
}
@keyframes blowUpContentTwo {
0% {
transform: scale(2);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@keyframes blowUpModal {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes blowUpModalTwo {
0% {
transform: scale(1);
opacity: 1;
}
50% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(0);
opacity: 0;
}
}
.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
font-size: 12px;
}
.cli_settings_button
{
cursor: pointer;
} .wt-cli-sr-only
{
display: none;
font-size:16px;
} a.wt-cli-element.cli_cookie_close_button {
text-decoration: none;
color: #333333;
font-size: 22px;
line-height: 22px;
cursor: pointer;
position: absolute;
right: 10px;
top: 5px;
} .cli-bar-container{
float: none;
margin: 0 auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.cli-bar-btn_container {
margin-left: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap: nowrap;
}
.cli-style-v2 a
{
cursor: pointer;
}
.cli-bar-btn_container a {
white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
font-weight:inherit;
}
.cli-style-v2
{
font-size: 11pt;
line-height: 18px;
font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
display: block;
}
.cli-style-v2 .cli-bar-message {
width: 70%;
text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
flex-wrap: wrap;
} #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
margin-top:8px;
margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
text-align: left; margin-bottom: 5px;
margin-top: 0px;
font-size: 16px;
} .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
font-size: inherit;
cursor: pointer;
margin: 0px 0px 0px 5px;
} #cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
margin-top: 5px;
margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
white-space: nowrap;
text-decoration: underline;
}
.wt-cli-necessary-checkbox {
display: none !important;
}
@media (max-width: 985px) {
.cli-style-v2 .cli-bar-message
{
width:100%;
}
.cli-style-v2.cli-bar-container
{
justify-content:left;
flex-wrap: wrap;
}
.cli-style-v2 .cli-bar-btn_container {
margin-left:0px;
margin-top: 10px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
{
padding: 25px 25px;
}
} .wt-cli-ckyes-brand-logo {
display: flex;
align-items: center;
font-size: 9px;
color: #111111;
font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
width: 65px;
margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.cli-style-v2 .cli-bar-btn_container {
flex-wrap: wrap;
}
} .wt-cli-cookie-description {
font-size: 14px;
line-height: 1.4;
margin-top: 0;
padding: 0;
color: #000;
}#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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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(//womanhealthy.gr/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;
}
}.wprevpro_t1_outer_div{padding:0;margin:0 0px 0 0px}.wprevpro_t1_DIV_1{box-sizing:border-box;color:#fff;text-size-adjust:100%;column-rule-color:#fff;perspective-origin:277.5px 115px;transform-origin:277.5px 115px;border:0 none #fff;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;outline:#fff none 0;margin-bottom:20px;margin-top:10px}.wprevpro_t1_DIV_2{bottom:0;box-shadow:rgba(0,0,0,.0980392) 2px 2px 2px 0;box-sizing:border-box;color:#fff;height:auto;left:0;position:relative;right:0;text-size-adjust:100%;top:0;column-rule-color:#fff;perspective-origin:277.5px 69px;transform-origin:277.5px 69px;background:#fff none repeat scroll 0 0/auto padding-box border-box;border:1px solid #f5f5f5;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 0 25px;outline:#fff none 0;padding:20px 25px 20px 48px}.wprevpro_t1_DIV_2:after{bottom:-30px;box-sizing:border-box;color:#fff;content:'';display:block;height:30px;left:80px;position:absolute;right:445px;text-size-adjust:100%;width:30px;column-rule-color:#fff;perspective-origin:15px 15px;transform-origin:15px 15px;filter: drop-shadow(2px 2px 1px rgba(0,0,0,.0980392));border-top:30px solid #fff;border-right:30px solid transparent;border-bottom:0 solid transparent;border-left:0 solid transparent;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;outline:#fff none 0}.wprevpro_t1_DIV_2:before{bottom:47px;box-sizing:border-box;color:#bbb;content:'\201C';display:block;height:96px;left:55px;position:absolute;right:515.391px;text-size-adjust:100%;top:20px;width:24.6094px;column-rule-color:#bbb;perspective-origin:12.2969px 48px;transform-origin:12.2969px 48px;border:0 none #bbb;font:normal normal normal normal 60px/96px Georgia,serif;margin:-25px 0 0 -40px;outline:#bbb none 0}.wprevpro_t1_P_3{box-sizing:border-box;color:#777;text-size-adjust:100%;column-rule-color:#777;perspective-origin:240px 44px;transform-origin:240px 44px;border:0 none #777;font:italic normal normal normal 14px/22.4px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 0 5px;outline:#777 none 0}.wprevpro_t1_IMG_4{box-sizing:border-box;color:#fff;display:block;float:left;height:50px;text-size-adjust:100%;vertical-align:middle;width:50px;column-rule-color:#fff;perspective-origin:30px 30px;transform-origin:30px 30px;border:0 none #fff;border-radius:50% 50% 50% 50%!important;font:normal normal normal normal 13px/20.8px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0 20px;outline:#fff none 0}.wprevpro_t1_SPAN_5{color:#555;display:block;text-size-adjust:100%;text-transform:uppercase;overflow:hidden;padding:8px 0 0}.marginb10{margin-bottom:10px}.w3_wprs-row-padding-small{padding:0 4px}.noboxshadow{box-shadow:transparent 0 0 0 0}.wprevpro_t1_P_3>img{box-shadow:0 0 0 transparent}.wprevpro_t1_A_8>img{box-shadow:0 0;padding:0}img.wprevpro_t1_star_img_file{width:100px;height: 19px;}img.wprevpro_t1_yelp_logo{position:absolute;right:10px;bottom:2px}img.wprevpro_t1_site_logo {position: absolute;right: 2px;bottom: 2px;height: 32px;width: unset;margin-bottom: unset!important;}
.w3_wprs-responsive{overflow-x:auto}.w3_wprs-btn-bar:after,.w3_wprs-btn-bar:before,.w3_wprs-btn-group:after,.w3_wprs-btn-group:before,.w3_wprs-clear:after,.w3_wprs-container:after,.w3_wprs-panel:after,.w3_wprs-row-padding:after,.w3_wprs-row:after,.w3_wprs-topnav:after{content:"";display:table;clear:both}.w3_wprs-col,.w3_wprs-half,.w3_wprs-quarter,.w3_wprs-third,.w3_wprs-threequarter,.w3_wprs-twothird{float:left;width:100%}.w3_wprs-col.s1{width:8.33333%}.w3_wprs-col.s2{width:16.66666%}.w3_wprs-col.s3{width:24.99999%}.w3_wprs-col.s4{width:33.33333%}.w3_wprs-col.s5{width:41.66666%}.w3_wprs-col.s6{width:49.99999%}.w3_wprs-col.s7{width:58.33333%}.w3_wprs-col.s8{width:66.66666%}.w3_wprs-col.s9{width:74.99999%}.w3_wprs-col.s10{width:83.33333%}.w3_wprs-col.s11{width:91.66666%}.w3_wprs-col.s12,.w3_wprs-half,.w3_wprs-quarter,.w3_wprs-third,.w3_wprs-threequarter,.w3_wprs-twothird{width:99.99999%}@media only screen and (min-width:601px){.w3_wprs-col.m1{width:8.33333%}.w3_wprs-col.m2{width:16.66666%}.w3_wprs-col.m3,.w3_wprs-quarter{width:24.99999%}.w3_wprs-col.m4,.w3_wprs-third{width:33.33333%}.w3_wprs-col.m5{width:41.66666%}.w3_wprs-col.m6,.w3_wprs-half{width:49.99999%}.w3_wprs-col.m7{width:58.33333%}.w3_wprs-col.m8,.w3_wprs-twothird{width:66.66666%}.w3_wprs-col.m9,.w3_wprs-threequarter{width:74.99999%}.w3_wprs-col.m10{width:83.33333%}.w3_wprs-col.m11{width:91.66666%}.w3_wprs-col.m12{width:99.99999%}}@media only screen and (min-width:993px){.w3_wprs-col.l1{width:8.33333%}.w3_wprs-col.l2{width:16.66666%}.w3_wprs-col.l3,.w3_wprs-quarter{width:24.99999%}.w3_wprs-col.l4,.w3_wprs-third{width:33.33333%}.w3_wprs-col.l5{width:41.66666%}.w3_wprs-col.l6,.w3_wprs-half{width:49.99999%}.w3_wprs-col.l7{width:58.33333%}.w3_wprs-col.l8,.w3_wprs-twothird{width:66.66666%}.w3_wprs-col.l9,.w3_wprs-threequarter{width:74.99999%}.w3_wprs-col.l10{width:83.33333%}.w3_wprs-col.l11{width:91.66666%}.w3_wprs-col.l12{width:99.99999%}}.w3_wprs-content{max-width:980px;margin:auto}.w3_wprs-row-padding,.w3_wprs-row-padding>.w3_wprs-col,.w3_wprs-row-padding>.w3_wprs-half,.w3_wprs-row-padding>.w3_wprs-quarter,.w3_wprs-row-padding>.w3_wprs-third,.w3_wprs-row-padding>.w3_wprs-threequarter,.w3_wprs-row-padding>.w3_wprs-twothird{padding:0 8px}
a.wprev_media_img_a{display:inline-block}img.wprev_media_img{height:50px;margin-right:5px;border-radius:5px}.wprev_media_div{margin-bottom:0;margin-top:10px;margin-left:0;margin-right:0}.wpproslider_t3_DIV_1a .wprev_media_div{margin:-25px 5px 34px 55px}.wpproslider_t6_DIV_2 .wprev_media_div{margin-left:10px;margin-right:10px}
.wprs_unslider{overflow:visible;margin:0;padding:0;position:relative}.wprs_unslider-wrap{position:relative}.wprs_unslider-wrap.wprs_unslider-carousel>li{float:left}.wprs_unslider-vertical>ul{height:100%}.wprs_unslider-vertical li{float:none;width:100%}.wprs_unslider-fade{position:relative}.wprs_unslider-fade .wprs_unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8;list-style-type:none}.wprs_unslider-fade .wprs_unslider-wrap li.wprs_unslider-active{z-index:10}.wprs_unslider li,.wprs_unslider ol,.wprs_unslider ul{list-style:none;margin:0;padding:0!important;border:none;list-style-type:none}.wprs_unslider-arrow{position:absolute;z-index:2;cursor:pointer}.wprs_unslider-arrow.next{left:auto}.wprs_unslider-arrow{display:block;width:28px;height:28px;top:50%;right:5px;left:auto;margin-top:-30px;overflow:hidden;background:rgba(0,0,0,.2) no-repeat 58% 51%;background-image:url(//womanhealthy.gr/wp-content/plugins/wp-google-places-review-slider/public/css/imgs/slider_arrow.png);background-size:7px 11px;border-radius:32px;text-indent:-999em;opacity:.6;transition:opacity .2s;border-width:0!important}.wprs_unslider-arrow.prev{left:5px;right:auto;-ms-transform:rotate(-180deg);transform:rotate(-180deg);background-position-x: 50%;background-position-y: 49%;}.wprs_unslider-nav ol{list-style:none;text-align:center}.wprs_unslider-nav ol li{display:inline-block;width:9px;height:9px;margin:0 4px!important;background:0 0;border-radius:5px;overflow:hidden;text-indent:-999em;border:1px solid #c3c3c3;cursor:pointer}.wprs_unslider-nav ol li.wprs_unslider-active{background:#c3c3c3;cursor:default}
a.wprs_rd_more {cursor: pointer;}.wprs_unslider-wrap.wprs_unslider-carousel>li {
float: left;
margin: 0px !important;
}
span.wprs_rd_more_text {
display: inline;
transition: opacity 1s;
opacity: 0;
}
.wprev-slider {
margin-left: 30px;
margin-right: 30px;
}
div.wprev-slider ul {
list-style-type: none !important;
padding: 0 0 0 0 !important;
}
.wprev-slider ul {
list-style-type: none;
}
li.wprevnextslide {
display: none;
}
img.sitetype_Google {
width:32px;
height:32px;
}
img.sitetype_Facebook {
width:32px;
height:32px;
}
span.svgicons.svg-wprsp-verified {
width: 18px;
height: 18px;
background: #a3a29e;
display: inline-block;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: bottom;
margin-bottom: -3px;
margin-right: 5px;
margin-left: 2px;
}
.wprevtooltip{
cursor: pointer;
}
.wprevpro_tooltip {
display: none;
position: absolute;
padding-left: 10px;
padding-right: 10px;
color: #efefef;
background-color: #000000bf;
border-radius: 3px;
font-family: sans-serif;
font-style: normal;
font-size: 10px;
line-height: 24px;
z-index: 999999;
} .wprevpro_star_imgs span.svgicons{
width: 18px;
height: 18px;
background: gold;
display: inline-block;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: bottom;
margin-bottom: -2px;
margin-right: 1px;
}
span.svgicons.svg-wprsp-star-full.ratingRow__star{
width: 19px;
height: 19px;
background: gold;
display: inline-block;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: center;
margin-bottom: 1px;
margin-right: 0px;
}
span.svgicons.svg-empty {
width: 0px !important;
height: 0px !important;
}
fieldset#wprevpro_review_rating span.svgicons{
width: 35px;
height: 35px;
display: inline-block;
-webkit-mask-repeat: no-repeat;
-webkit-mask-size: contain;
-webkit-mask-position: bottom;
margin-bottom: -2px;
margin-right: 0px;
}
li.wprevnextslide {
display: none;
}
.svg-wprsp-verified{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 24 24'%3E%3Cpath d='M23.016 12l-2.438-2.813 0.328-3.656-3.609-0.844-1.875-3.188-3.422 1.453-3.422-1.453-1.875 3.188-3.609 0.797 0.328 3.703-2.438 2.813 2.438 2.813-0.328 3.656 3.609 0.844 1.875 3.188 3.422-1.453 3.422 1.453 1.875-3.188 3.609-0.844-0.328-3.656zM10.078 16.734l-3.797-3.844 1.5-1.453 2.297 2.344 5.859-5.906 1.5 1.5z'%3E%3C/path%3E%3C/svg%3E%0A");
}
.svg-wprsp-star{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath d='M20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.319-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z'%3E%3C/path%3E%3C/svg%3E%0A");
}
.svg-wprsp-star-o{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cpath d='M13.959 12.522l3.757-3.646-5.181-0.761-2.32-4.69-2.32 4.69-5.181 0.761 3.757 3.646-0.896 5.169 4.641-2.443 4.628 2.443zM20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.331-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z'%3E%3C/path%3E%3C/svg%3E");
}
.svg-wprsp-star-empty{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361zM11 16.188l-4.801 2.524 0.917-5.346-3.884-3.786 5.368-0.78 2.4-4.864 2.401 4.864 5.368 0.78-3.884 3.786 0.917 5.346-4.801-2.524z'%3E%3C/path%3E%3C/svg%3E");
}
.svg-wprsp-star-full{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361z'%3E%3C/path%3E%3C/svg%3E%0A");
}
.svg-wprsp-star-half{
-webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361zM11 16.188l-0.020 0.011 0.020-12.263 2.401 4.864 5.368 0.78-3.884 3.786 0.917 5.346-4.801-2.524z'%3E%3C/path%3E%3C/svg%3E");
}.cmplz-obfuscate span{display:none}#cmplz-manage-consent-container{display:none}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary{display:block;cursor:pointer}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::-webkit-details-marker,#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::marker{display:none;content:""}.cmplz-alert{display:none;padding:7px;color:white;margin:10px 0}.cmplz-alert.cmplz-error{background-color:#f44336}.cmplz-alert.cmplz-success{background-color:green}.cmplz-close{margin-left:15px;color:white;font-weight:bold;float:right;font-size:22px;line-height:20px;cursor:pointer;transition:.3s}.cmplz-close:hover{color:black}#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,#cmplz-document .cmplz-dropdown .cmplz-service-description,#cmplz-document .cmplz-dropdown .cmplz-sharing-data,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data{display:inline-block;width:calc(50% - 35px);vertical-align:top}@media only screen and (max-width:600px){#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,#cmplz-document .cmplz-dropdown .cmplz-service-description,#cmplz-document .cmplz-dropdown .cmplz-sharing-data,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data{width:100%}}#cmplz-cookies-overview .cmplz-dropdown summary,#cmplz-document .cmplz-dropdown summary,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary{display:block;cursor:pointer}#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,#cmplz-cookies-overview .cmplz-dropdown summary::marker,#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,#cmplz-document .cmplz-dropdown summary::marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker{display:none;content:""}#cmplz-cookies-overview .cmplz-dropdown summary div,#cmplz-document .cmplz-dropdown summary div,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div{display:grid;grid-template:"heading chevron";grid-template-columns:2fr 25px;grid-gap:15px;align-items:center}#cmplz-cookies-overview .cmplz-dropdown summary div h3,#cmplz-document .cmplz-dropdown summary div h3,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3{grid-area:heading;margin:0}#cmplz-cookies-overview .cmplz-dropdown summary div:after,#cmplz-document .cmplz-dropdown summary div:after,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div:after{grid-area:chevron}#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category=functional],#cmplz-document .cmplz-dropdown summary div input[data-category=functional],.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category=functional]{visibility:hidden}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary{display:block}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div{grid-template:"heading paragraph label checkbox chevron";grid-template-columns:2fr auto 0 auto 25px}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p{grid-area:paragraph}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose{display:grid}@media only screen and (min-width:600px){#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose{grid-column:span 2;grid-template-columns:1fr 1fr 1fr;grid-template:"purpose purpose purpose" "header1 header2 header3" auto}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose{grid-area:purpose}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header{grid-area:header1}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header{grid-area:header2}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header{grid-area:header3}}@media only screen and (max-width:600px){#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose{grid-template-columns:100px 1fr}#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose{grid-column:span 2}}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories{margin-top:10px;display:block;width:100%}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category{background-color:rgba(239,239,239,0.25)}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::marker{display:none;content:""}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::-webkit-details-marker{display:none;content:""}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-description{padding:10px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category:not(:last-child){margin-bottom:5px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header{display:grid;grid-template-columns:1fr auto 25px;grid-template-rows:auto;align-items:center;grid-gap:10px;padding:5px 10px;background-color:rgba(239,239,239,0.5)}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header section{padding:initial}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2{grid-column-start:1;width:100%;justify-self:start;font-size:18px;text-align:left;margin-top:8px;text-transform:initial;padding-bottom:10px;border-bottom:0;margin-bottom:0}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2:before{height:0;margin:initial}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active{font-size:var(--cmplz_category_header_active_font_size);color:var(--cmplz_category_header_always_active_color)}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label,#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active input{display:none}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox{display:flex;align-items:center;margin:0;padding:initial}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-icon.cmplz-open{display:flex;align-items:center;justify-content:center;grid-column-start:3;cursor:pointer;content:"";background:var(--cmplz_category_open_icon_url) no-repeat;transform:rotate(0);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;background-size:cover;height:25px;width:25px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open]{padding-bottom:1px}#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] summary .cmplz-category-header:after,#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] summary .cmplz-icon.cmplz-open{transform:rotate(180deg)}.postbox #cmplz-document{margin:auto auto}#cmplz-document,.editor-styles-wrapper .cmplz-unlinked-mode{font-size:14px;margin-top:0;max-width:800px;text-justify:inter-word}#cmplz-document input::-moz-focus-inner,#cmplz-document button::-moz-focus-inner,.editor-styles-wrapper .cmplz-unlinked-mode input::-moz-focus-inner,.editor-styles-wrapper .cmplz-unlinked-mode button::-moz-focus-inner{border:0;padding:0}#cmplz-document a,.editor-styles-wrapper .cmplz-unlinked-mode a{text-decoration:underline}#cmplz-document a[target=_blank]::after,.editor-styles-wrapper .cmplz-unlinked-mode a[target=_blank]::after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);margin:0 3px 0 5px}#cmplz-document a:focus,.editor-styles-wrapper .cmplz-unlinked-mode a:focus{border:1px solid black;padding:2px}#cmplz-document #cmplz-dnsmpd-form label,.editor-styles-wrapper .cmplz-unlinked-mode #cmplz-dnsmpd-form label{margin-right:20px;min-width:100px;display:inline-block}#cmplz-document h2,#cmplz-document h3,.editor-styles-wrapper .cmplz-unlinked-mode h2,.editor-styles-wrapper .cmplz-unlinked-mode h3{font-size:22px;text-align:left;margin-top:15px;text-transform:initial;padding-bottom:10px;margin-bottom:10px}#cmplz-document.impressum h2,#cmplz-document.impressum h3,.editor-styles-wrapper .cmplz-unlinked-mode.impressum h2,.editor-styles-wrapper .cmplz-unlinked-mode.impressum h3{border-bottom:0;font-size:1em;padding-bottom:5px;margin-bottom:5px}#cmplz-document.impressum p,.editor-styles-wrapper .cmplz-unlinked-mode.impressum p{margin-bottom:7px}#cmplz-document h4,.editor-styles-wrapper .cmplz-unlinked-mode h4{font-size:18px;text-align:left;margin-top:15px;margin-bottom:5px;text-transform:initial}#cmplz-document h5,.editor-styles-wrapper .cmplz-unlinked-mode h5{font-size:14px;text-align:left;margin-top:10px;margin-bottom:5px;text-transform:initial}#cmplz-document h3.annex,#cmplz-document h4.annex,.editor-styles-wrapper .cmplz-unlinked-mode h3.annex,.editor-styles-wrapper .cmplz-unlinked-mode h4.annex{font-weight:bold}#cmplz-document span h3,.editor-styles-wrapper .cmplz-unlinked-mode span h3{font-size:14px;border-bottom:0}#cmplz-document p,#cmplz-document li,#cmplz-document td,.editor-styles-wrapper .cmplz-unlinked-mode p,.editor-styles-wrapper .cmplz-unlinked-mode li,.editor-styles-wrapper .cmplz-unlinked-mode td{font-size:14px;margin-top:0}#cmplz-document ol.alphabetic,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic{counter-reset:list;list-style-type:none}#cmplz-document ol.alphabetic li:before,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic li:before{font-weight:bold;content:counter(list,lower-alpha) ") ";counter-increment:list}#cmplz-document ul,.editor-styles-wrapper .cmplz-unlinked-mode ul{list-style:disc;margin-left:15px;margin-bottom:15px}#cmplz-document ol.alphabetic ol,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol{counter-reset:list;list-style-type:none}#cmplz-document ol.alphabetic ol li:before,.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol li:before{font-weight:bold;content:counter(list,decimal) ") ";counter-increment:list}#cmplz-document .cmplz-subtitle,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-subtitle{font-weight:bold;margin-top:25px}#cmplz-document .cmplz-indent,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-indent{margin-left:36px}#cmplz-cookies-overview .cmplz-dropdown,#cmplz-document .cmplz-dropdown,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown{background-color:rgba(239,239,239,0.25)}#cmplz-cookies-overview .cmplz-dropdown h4,#cmplz-document .cmplz-dropdown h4,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4{font-size:18px;text-align:left;margin-top:15px;margin-bottom:5px;text-transform:initial}#cmplz-cookies-overview .cmplz-dropdown p,#cmplz-cookies-overview .cmplz-dropdown a,#cmplz-document .cmplz-dropdown p,#cmplz-document .cmplz-dropdown a,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a{font-size:14px;margin-top:0}#cmplz-cookies-overview .cmplz-dropdown p,#cmplz-cookies-overview .cmplz-dropdown h4,#cmplz-cookies-overview .cmplz-dropdown ul,#cmplz-document .cmplz-dropdown p,#cmplz-document .cmplz-dropdown h4,#cmplz-document .cmplz-dropdown ul,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown ul{padding:0 15px}#cmplz-cookies-overview .cmplz-dropdown p.legal-obligations-description,#cmplz-document .cmplz-dropdown p.legal-obligations-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p.legal-obligations-description{padding-bottom:15px}#cmplz-cookies-overview .cmplz-dropdown summary::marker,#cmplz-document .cmplz-dropdown summary::marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker{display:none;content:""}#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker{display:none;content:""}#cmplz-cookies-overview .cmplz-dropdown summary,#cmplz-document .cmplz-dropdown summary,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary{display:block;background-color:rgba(239,239,239,0.5);margin:5px 0;padding:5px 10px;align-items:center;justify-items:stretch}#cmplz-cookies-overview .cmplz-dropdown summary h3,#cmplz-document .cmplz-dropdown summary h3,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary h3{padding:0 5px;border-bottom:0;font-size:18px;border-bottom:0}#cmplz-cookies-overview .cmplz-dropdown summary p,#cmplz-document .cmplz-dropdown summary p,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary p{text-align:right;padding:0;margin:0;font-size:14px;border-bottom:0}#cmplz-cookies-overview .cmplz-dropdown summary div:after,#cmplz-document .cmplz-dropdown summary div:after,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div:after{cursor:pointer;content:"";background:url(//womanhealthy.gr/wp-content/plugins/complianz-gdpr/assets/images/chevron-down.svg) no-repeat;transform:rotate(0);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;background-size:cover;height:18px;width:18px;margin:3px}#cmplz-cookies-overview .cmplz-dropdown[open],#cmplz-document .cmplz-dropdown[open],.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown[open]{padding-bottom:1px}#cmplz-cookies-overview .cmplz-dropdown[open] summary div:after,#cmplz-document .cmplz-dropdown[open] summary div:after,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown[open] summary div:after{transform:rotate(180deg)}#cmplz-cookies-overview .cmplz-dropdown h4,#cmplz-document .cmplz-dropdown h4,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4{font-size:15px;margin:5px 0}#cmplz-cookies-overview .cmplz-dropdown h5,#cmplz-document .cmplz-dropdown h5,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h5{margin:0}#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,#cmplz-document .cmplz-dropdown .cmplz-service-description,#cmplz-document .cmplz-dropdown .cmplz-sharing-data,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data{padding:0 15px 15px}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,#cmplz-document .cmplz-dropdown .cookies-per-purpose,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose{border:1px solid #dadada;grid-gap:1px;background-color:#dadada;margin-bottom:10px}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,#cmplz-document .cmplz-dropdown .cookies-per-purpose div,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div{background-color:white;padding:15px}@media only screen and (min-width:600px){#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header,#cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header{background-color:#f7f7f7}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header,#cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .retention-header{background-color:#f7f7f7}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header,#cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .function-header{background-color:#f7f7f7}}@media only screen and (max-width:600px){#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose h5,#cmplz-document .cmplz-dropdown .cookies-per-purpose h5,.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose h5{line-height:1.8}#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),#cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7){background-color:#f7f7f7}}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}