@charset "utf-8";
@charset "UTF-8";
.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 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.et-tabs nav ul li a img {
padding-right: 10px;
width: 32px;
height: 32px;
}     .et-tabs-style-bars nav ul li a {
background-color: inherit;
color: #74777b;
transition: all 0.2s ease-in;
padding: 0 1em;
}
.et-tabs-style-bars nav ul li a:hover,
.et-tabs-style-bars nav ul li a:focus {
color: #2A90DA;
transition: all 0.2s ease-in;
}
.et-tabs-style-bars nav ul li a span {
text-transform: uppercase;
}
.et-tabs-style-bars nav ul li.tab-current a {
background: inherit;
color: #fff;
}
.et-tabs-style-bars nav ul li.tab-current {
background: #2A90DA;
}
.et-tabs-style-bars nav ul li {
background: #EBEBEB;
}   .et-tabs-style-iconbox nav {
background: rgba(255,255,255,0.4);
}
.et-tabs-style-iconbox nav ul li {
background: #eee;
}
.et-tabs-style-iconbox nav ul li:before {
width: 1px;
height: 70%;
background: #fff;
content: "";
position: absolute;
top: 15%;
left: 0;
}
.et-tabs-style-iconbox nav ul li:first-child a,
.et-vertical.et-tabs-style-iconbox nav ul li a {
margin-left: 0;
}
.et-tabs-style-iconbox nav ul li a {
overflow: visible !important;
padding: 1em;
margin-left: 0.9px;
line-height: 1;
}
.et-tabs-style-iconbox nav ul li a span {
font-weight: 700;
font-size: inherit;
}
.et-tabs-style-iconbox nav ul li.tab-current {
z-index: 100;
background: #2A90DA;
color: #2A90DA;
}
.et-tabs-style-iconbox nav ul li.tab-current a {
color: #fff;
}
.et-tabs-style-iconbox nav ul li.tab-current::after {
position: absolute;
top: 100%;
left: 50%;
margin-left: -10px;
width: 0;
height: 0;
border: solid transparent;
border-width: 10px;
border-top-color: inherit;
content: '';
pointer-events: none;
}
.et-tabs-style-iconbox .iw-icons::before {
display: block;
margin: 0 0 0.25em 0;
}
.et-tabs-style-iconbox .iw-icons {
margin: 0;
display: block;
}
.et-tabs-style-iconbox nav ul li:first-child:before {
border: none;
background: transparent;
}
.et-vertical.et-tabs-style-iconbox nav ul li:first-child:before {
background: #fff !important;
}   .et-tabs-style-underline nav {
background: #fff;
}
.et-tabs-style-underline nav a {
padding: 0.4em 1em;
border-left: 1px solid #e7ecea;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.et-tabs-style-underline nav li:last-child a {
border-right: 1px solid #e7ecea;
}
.et-tabs-style-underline nav li a::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 6px;
background: #2A90DA;
content: '';
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: translate3d(0,150%,0);
transform: translate3d(0,150%,0);
}
.et-tabs-style-underline nav li.tab-current a::after,
.et-vertical.et-tabs-style-underline nav li.tab-current a::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.et-tabs-style-underline nav a span {
font-weight: 700;
}   .et-tabs-style-linetriangle nav a {
overflow: visible !important;
border-bottom: 1px solid rgba(0,0,0,0.2);
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.et-tabs-style-linetriangle nav a span {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 1em;
}
.et-tabs-style-linetriangle nav li.tab-current a:after,
.et-tabs-style-linetriangle nav li.tab-current a:before {
position: absolute;
top: 100%;
left: 50%;
width: 0;
height: 0;
border: solid transparent;
content: '';
pointer-events: none;
}
.et-tabs-style-linetriangle nav li.tab-current a:after {
margin-left: -10px;
border-width: 10px;
border-top-color: #e7ecea;
}
.et-tabs-style-linetriangle nav li.tab-current a:before {
margin-left: -11px;
border-width: 11px;
border-top-color: rgba(0,0,0,0.2);
}
@media screen and (max-width: 58em) {
.et-tabs-style-linetriangle nav {
font-size: 0.6em;
}
}   .et-tabs-style-topline {
max-width: 1200px;
}
.et-tabs-style-topline nav li {
border: 1px solid rgba(40,44,42,0.1);
}
.et-tabs-style-topline nav li:not(:last-child) {
border-right: none;
}
.et-tabs-style-topline nav li.tab-current {
border-top-color: #2A90DA;
border-bottom: none;
border-top-width: 2px;
}
.et-tabs-style-topline nav a {
padding: 0.55em 1em;
background: rgba(40,44,42,0.05);
color: #74777b;
line-height: 1;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.et-tabs-style-topline nav a:hover,
.et-tabs-style-topline nav a:focus {
color: #2A90DA;
}
.et-tabs-style-topline nav li.tab-current a {
background: none;
box-shadow: inset 0 3px 0 #2A90DA;
color: #2A90DA;
}
.et-tabs-style-topline .iw-icons::before {
display: block;
margin: 0;
}
.et-tabs-style-topline nav a span {
text-transform: uppercase;
letter-spacing: 1px;
}   .et-tabs-style-iconfall {
overflow: visible !important;
}
.et-tabs-style-iconfall nav a {
display: inline-block;
overflow: visible !important;
padding: 1em 1em 2em;
color: #74777b;
line-height: 1;
-webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
}
.et-tabs-style-iconfall nav a:hover,
.et-tabs-style-iconfall nav a:focus,
.et-tabs-style-iconfall nav li.tab-current a {
color: #2A90DA;
}
.et-tabs-style-iconfall nav a i.iw-icons {
margin: 0;
display: block;
}
.et-tabs-style-iconfall nav a span {
font-weight: 700;
display:block;
}
.et-tabs-style-iconfall nav li::before {
position: absolute;
bottom: 1em;
left: 50%;
margin-left: -20px;
width: 40px;
height: 4px;
background: #2A90DA;
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.2s ease-in;
transition: transform 0.2s ease-in;
-webkit-transform: scale3d(0,1,1);
transform: scale3d(0,1,1);
}
.et-tabs-style-iconfall nav li.tab-current::before {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.et-tabs-style-iconfall .iw-icons::before {
display: block;
margin: 0 0 0.35em;
opacity: 0;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
-webkit-transform: translate3d(0,-100px,0);
transform: translate3d(0,-100px,0);
pointer-events: none;
}
.et-tabs-style-iconfall nav li.tab-current .iw-icons::before {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
@media screen and (max-width: 58em) {
.et-tabs-style-iconfall nav li .iw-icons::before {
opacity: 1;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
}   .et-tabs-style-linemove nav {
background: #fff;
}
.et-tabs-style-linemove nav li::before {
position: absolute;
bottom: 0;
left: 0;
width: 98%;
border: 2px solid;
height: 0px;
content: '';
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
} .et-tabs-style-linemove nav li.tab-current::before {
position: absolute;
top: 8px;
bottom: auto;
left: 0;
width: 98%;
border: 2px solid;
height: 0px;
content: '';
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
}
.et-tabs-style-linemove nav a {
padding: 1em 0;
color: #74777b;
line-height: 1;
-webkit-transition: color 0.3s, -webkit-transform 0.3s;
transition: color 0.3s, transform 0.3s;
}
.et-tabs-style-linemove nav li.tab-current a {
color: #2A90DA;
-webkit-transform: translate3d(0,8px,0);
transform: translate3d(0,8px,0);
}
.et-tabs-style-linemove nav li {
color: #2A90DA;
background: transparent !important;
}
.et-tabs-style-linemove nav a span {
font-weight: 700;
}   .et-tabs-style-line nav ul {
padding: 0 2em;
max-width: none;
box-shadow: inset 0 -2px #d1d3d2;
}
.et-tabs-style-line nav a {
padding: 0.7em 0.7em;
box-shadow: inset 0 -2px #d1d3d2;
color: #74777b;
text-align: left;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 0.8em;
line-height: 1;
-webkit-transition: color 0.3s, box-shadow 0.3s;
transition: color 0.3s, box-shadow 0.3s;
}
.et-tabs-style-line nav a:hover,
.et-tabs-style-line nav a:focus {
box-shadow: inset 0 -2px #74777b;
}
.et-tabs-style-line nav li.tab-current a {
box-shadow: inset 0 -2px #2A90DA;
color: #2A90DA;
}
@media screen and (max-width: 58em) {
.et-tabs-style-line nav ul {
display: block;
box-shadow: none;
}
.et-tabs-style-line nav ul li {
display: block;
-webkit-flex: none;
flex: none;
}
}   .et-tabs-style-circle {
overflow: visible !important;
}
.et-tabs-style-circle nav li {
background: transparent !important;
color:#2A90DA;
}
.et-tabs-style-circle nav li::before {
position: absolute;
top: 50%;
left: 50%;
margin: -60px 0 0 -60px;
width: 120px;
height: 120px;
border: 1px solid;
border-radius: 50%;
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-webkit-transform: scale3d(0,0,1);
transform: scale3d(0,0,1);
background: #2A90DA;
border-color: #2A90DA;
}
.et-tabs.et-tabs-style-circle nav ul li::after {
position: absolute;
top: 50%;
left: 50%;
margin: -60px 0 0 -60px;
width: 120px;
height: 120px;
border: 1px solid;
border-radius: 50%;
content: '';
opacity: 1;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
border: 1px solid;
}
@media screen and (max-width: 58em) {
.et-tabs-style-circle nav li::before {
margin: -40px 0 0 -40px;
width: 80px;
height: 80px;
}
}
.et-tabs-style-circle nav li.tab-current::before {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.et-tabs-style-circle nav a {
overflow: visible !important;
color: #74777b;
font-weight: 700;
font-size: 0.9em;
line-height: 1.1;
-webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
}
.et-tabs-style-circle nav a span {
display: block;
}
.et-tabs-style-circle nav a span,
.et-tabs-style-circle .iw-icons::before {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7,0,0.3,1);
transition: transform 0.3s cubic-bezier(0.7,0,0.3,1);
}
.et-tabs-style-circle nav a:hover,
.et-tabs-style-circle nav a:focus {
color: #4a4a4b;
}
.et-tabs-style-circle nav li.tab-current a {
color: #ffffff;
}
.et-tabs-style-circle nav li.tab-current a span {
-webkit-transform: translate3d(0,4px,0);
transform: translate3d(0,4px,0);
}
.et-tabs-style-circle .iw-icons::before {
display: block;
margin: 0;
pointer-events: none;
}
.et-tabs-style-circle nav li.tab-current .iw-icons::before {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
.et-tabs.et-tabs-style-circle ul {
margin-bottom: 15px;
}   .et-tabs-style-square {
overflow: visible !important;
}
.et-tabs-style-square nav li {
background: transparent !important;
color:#2A90DA;
max-width: 180px;
}
.et-tabs-style-square nav li::before {
position: absolute;
top: 50%;
left: 50%;
margin: -60px 0 0 -60px;
width: 120px;
height: 120px;
border: 1px solid;
border-radius: 2px;
content: '';
opacity: 0;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
-webkit-transform: scale3d(0,0,1);
transform: scale3d(0,0,1);
background: #2A90DA;
border-color: #2A90DA;
}
.et-tabs-style-square nav li::after {
position: absolute;
top: 50%;
left: 50%;
margin: -60px 0 0 -60px;
width: 120px;
height: 120px;
border: 1px solid;
border-radius: 2px;
content: '';
opacity: 1;
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s;
-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
transition-timing-function: cubic-bezier(0.7,0,0.3,1);
border: 1px solid;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
@media screen and (max-width: 58em) {
.et-tabs-style-square nav li::before {
margin: -40px 0 0 -40px;
width: 80px;
height: 80px;
}
}
.et-tabs-style-square nav li.tab-current::before {
opacity: 1;
-webkit-transform: scale3d(1,1,1);
transform: scale3d(1,1,1);
}
.et-tabs-style-square nav a {
overflow: visible !important;
color: #74777b;
font-weight: 700;
font-size: 0.9em;
line-height: 1.1;
-webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
}
.et-tabs-style-square nav a span {
display: block;
}
.et-tabs-style-square nav a span,
.et-tabs-style-square .iw-icons::before {
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7,0,0.3,1);
transition: transform 0.3s cubic-bezier(0.7,0,0.3,1);
}
.et-tabs-style-square nav a:hover,
.et-tabs-style-square nav a:focus {
color: #4a4a4b;
}
.et-tabs-style-square nav li.tab-current a {
color: #ffffff;
}
.et-tabs-style-square nav li.tab-current a span {
-webkit-transform: translate3d(0,4px,0);
transform: translate3d(0,4px,0);
}
.et-tabs-style-square .iw-icons::before {
display: block;
margin: 0;
pointer-events: none;
}
.et-tabs-style-square nav li.tab-current .iw-icons::before {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
.et-tabs.et-tabs-style-square ul {
margin-bottom: 15px;
}
.et-tabs-style-circle .et-content-wrap,.et-tabs-style-square .et-content-wrap {
margin-top: 30px;
}   .et-tabs-style-linebox nav ul li {
margin: 0 0.5em;
-webkit-flex: none;
flex: none;
}
.et-tabs-style-linebox nav a {
padding: 0 1.5em;
color: #74777b;
font-weight: 700;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.et-tabs-style-linebox nav a:hover,
.et-tabs-style-linebox nav a:focus {
color: #2A90DA;
}
.et-tabs-style-linebox nav li.tab-current a {
color: #fff;
}
.et-tabs-style-linebox nav a::after {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background: #d2d8d6;
content: '';
-webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
transition: background-color 0.3s, transform 0.3s;
-webkit-transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
transition-timing-function: ease, cubic-bezier(0.7,0,0.3,1);
-webkit-transform: translate3d(0,100%,0) translate3d(0,0,0);
transform: translate3d(0,100%,0) translate3d(0,0,0);
}
.et-tabs-style-linebox nav li.tab-current a::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.et-tabs-style-linebox nav a:hover::after,
.et-tabs-style-linebox nav a:focus::after,
.et-tabs-style-linebox nav li.tab-current a::after {
background: #2A90DA;
}
@media screen and (max-width: 58em) {
.et-tabs-style-linebox nav ul {
display: block;
box-shadow: none;
}
.et-tabs-style-linebox nav ul li {
display: block;
-webkit-flex: none;
flex: none;
}
}   .et-tabs-style-flip {
max-width: 1200px;
}
.et-tabs-style-flip nav a {
padding: 0.2em 1em;
color: #2A90DA;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
.et-tabs-style-flip nav a:hover,
.et-tabs-style-flip nav a:focus,
.et-tabs-style-flip nav li.tab-current a {
color: #74777b;
}
.et-tabs-style-flip nav a span {
text-transform: uppercase;
}
.et-tabs-style-flip nav a::after {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
background-color: #f0f0f0;
content: '';
-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
transition: transform 0.3s, background-color 0.3s;
-webkit-transform: perspective(900px) rotate3d(1,0,0,90deg);
transform: perspective(900px) rotate3d(1,0,0,90deg);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-perspective-origin: 50% 100%;
perspective-origin: 50% 100%;
}
.et-tabs-style-flip nav li.tab-current a {
background: #ddd;
}
.et-tabs-style-flip nav li.tab-current a::after {
background-color: inherit;
-webkit-transform: perspective(900px) rotate3d(1,0,0,0deg);
transform: perspective(900px) rotate3d(1,0,0,0deg);
}
.et-tabs-style-flip .content-wrap {
background: #fff;
}   .et-tabs-style-fillup nav ul li a {
padding: 1.2em 0.8em;
border-right: 1px solid #2A90DA;
line-height: 1;
-webkit-transition: color 0.3s;
transition: color 0.3s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.et-tabs-style-fillup nav ul li:last-child a {
border: none;
}
.et-tabs-style-fillup nav ul li.tab-current {
z-index: 100;
}
.et-tabs-style-fillup nav ul li.tab-current a {
color: #fff;
}
.et-tabs-style-fillup nav ul li a::after {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
height: calc(100% + 1px);
border: 1px solid #2A90DA;
background: #2A90DA;
content: '';
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0);
}
.et-tabs-style-fillup nav ul li.tab-current a::after {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.et-tabs-style-fillup nav ul li a span,
.et-tabs-style-fillup .iw-icons::before {
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-webkit-transform: translate3d(0,5px,0);
transform: translate3d(0,5px,0);
}
.et-tabs-style-fillup nav ul li a span {
display: block;
line-height: 1.5;
padding: 5px;
}
.et-tabs-style-fillup .iw-icons::before {
display: block;
margin: 0;
}
.et-tabs-style-fillup nav ul li.tab-current a span,
.et-tabs-style-fillup li.tab-current .iw-icons::before {
-webkit-transform: translate3d(0,-10px,0);
transform: translate3d(0,-10px,0);
}   .et-tabs-style-tzoid {
max-width: 1200px;
}
.et-tabs-style-tzoid nav {
padding: 0 1em;
}
.et-tabs-style-tzoid nav ul li {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
margin-right: -8px !important;
background: transparent !important;
}
.et-tabs-style-tzoid nav ul li a {
padding: 0 1.8em 0 0.8em;
color: #ffffff;
-webkit-transition: color 0.2s;
transition: color 0.2s;
margin-bottom: 5px;
}
@media screen and (max-width: 54em) {
.et-tabs-style-tzoid nav ul li a {
padding: 0 0.5em 0 0.3em;
}
}
.et-tabs-style-tzoid nav ul li a:hover,
.et-tabs-style-tzoid nav ul li a:focus {
color: #fff;
}
.et-tabs-style-tzoid nav ul li.tab-current a,
.et-tabs-style-tzoid nav ul li.tab-current a:hover {
color: #2A90DA;
}
.et-tabs-style-tzoid nav ul li a::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
outline: 1px solid transparent;
border-radius: 10px 10px 0 0;
background: #2A90DA;
box-shadow: inset 0 -3px 3px rgba(0,0,0,0.05);
content: '';
-webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.et-tabs-style-tzoid nav ul li.tab-current a::after,
.et-tabs-style-tzoid .content-wrap {
background: #F2F2F2;
box-shadow: none;
}
.et-tabs-style-circle .iw-icons,
.et-tabs-style-fillup .iw-icons,
.et-tabs-style-square .iw-icons {
margin: 0;
}
.et-tabs-style-tzoid nav {
padding: 0 !important;
} .et-tabs.et-tabs-style-tzoid li.tab-current a::after,
.et-tabs.et-tabs-style-tzoid nav ul li.tab-current a,
.et-tabs.et-tabs-style-tzoid nav ul li.tab-current a > i,
.et-tabs.et-tabs-style-iconfall nav ul li.tab-current a,
.et-tabs.et-tabs-style-iconfall nav ul li.tab-current a > i,
.et-tabs-style-iconfall nav li.tab-current::before,
.et-tabs.et-tabs-style-fillup nav ul li.tab-current a,
.et-tabs.et-tabs-style-fillup nav ul li.tab-current a > i,
.et-tabs-style-flip nav li.tab-current a,
.et-tabs.et-tabs-style-iconbox nav ul li.tab-current::after,
.et-tabs.et-tabs-style-iconbox nav ul li.tab-current a > i,
.et-tabs.et-tabs-style-iconbox nav ul li.tab-current::after,
.et-tabs-style-topline nav li.tab-current,
.et-tabs.et-tabs-style-underline nav ul li.tab-current a,
.et-tabs.et-tabs-style-underline nav ul li.tab-current a > i,
.et-tabs.et-tabs-style-underline nav ul li a,
.et-tabs.et-tabs-style-underline nav ul li a > i{
transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transition-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transition-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translateX(100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}.et-tabs {
position: relative;
overflow: hidden;
margin: 0 auto;
width: 100%;
font-size: 1em;
line-height: 0 !important;
margin-bottom: 30px;
}
.et-tabs.elegant-tabs-myaccount {
line-height: inherit !important;
}
.elegant-tabs-container:before,
.elegant-tabs-container:after {
content: '';
clear: both;
display: table;
} .et-tabs nav {
text-align: center;
overflow: visible !important;
display: inline-block !important;
line-height: 0 !important;
}
.et-tabs nav ul {
position: relative;
display: inline-block;
margin: 0 auto;
padding: 0 !important;
width:100%;
list-style: none;
-ms-box-orient: horizontal;
-ms-box-pack: center;
-webkit-flex-flow: row wrap;
-moz-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.et-tabs nav select.et-mobile-tabs {
display: none !important;
}
.et-tabs nav ul li {
position: relative;
z-index: 1;
margin: 0;
text-align: center;
display: inline-block;
float: left;
}
.et-tabs nav a {
position: relative;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 2.5;
text-decoration: none;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.et-tabs nav a:hover,
.et-tabs nav a:focus {
box-shadow: none !important;
-webkit-box-shadow: none !important;
}
.et-tabs nav a span {
vertical-align: middle;
}
.et-tabs nav a:focus {
outline: none;
}
.et-tabs nav a i.iw-icons.fa,
.et-icon.fa {
font-family: FontAwesome;
} .et-content-wrap {
position: relative;
color:#444444;
}
.et-tabs.et-tabs-style-tzoid .et-content-wrap {
margin-top: -8px;
}
.et-content-wrap section {
display: none;
margin: 0 auto;
padding: 1em;
line-height: 1.5em;
}
.et-content-wrap section.content-current {
display: block;
width: 100%;
clear: both;
box-sizing: border-box;
}
.infi-content-wrapper.animated {
opacity: 1 !important;
} i.iw-icons {
font-style: normal;
z-index: 10;
display: inline-block;
margin: 0 0.4em 0 0;
vertical-align: middle;
text-transform: none;
font-weight: normal;
font-variant: normal;
font-size: 1.3em;
} .et-align-right nav {
width: 100% !important;
text-align: right !important;
}
.et-align-right ul li {
float: none !important;
} .et-align-center nav {
width: 100% !important;
margin-bottom: 10px;
}
.et-align-center ul li {
float: none !important;
} .et-tabs.et-vertical nav {
min-width: 170px;
max-width: 25%;
width: auto;
float: left;
}
.elegant-tabs-myaccount .et-tabs.et-vertical nav {
width: 100%;
max-width: 100%;
}
.et-vertical .et-content-wrap {
width: 75%;
max-width: calc( 100% - 200px );
float: left;
}
.et-tabs.et-vertical nav ul li {
display: block !important;
width: 100%;
margin-bottom: 5px;
}
.et-tabs .et-woocommerce-MyAccount-navigation {
margin: 0 !important;
}
.elegant-tabs-myaccount.et-horizontal .et-content-wrap {
float: left;
width: 100%;
}
.elegant-tabs-myaccount .et-content-wrap .woocommerce-MyAccount-content {
width: 100%;
margin: 0 !important;
}
.elegant-tabs-myaccount.et-vertical .et-content-wrap .woocommerce-MyAccount-content {
padding-left: 4%;
}
.elegant-tabs-myaccount.et-horizontal .et-content-wrap .woocommerce-MyAccount-content {
padding-top: 20px;
}
.elegant-tabs-myaccount.et-tabs .et-content-wrap section {
display: block;
}
.elegant-tabs-myaccount.et-horizontal .et-woocommerce-MyAccount-navigation {
width: 100%;
}
.elegant-tabs-myaccount.et-horizontal nav.et-woocommerce-MyAccount-navigation ul li a {
border: none;
}
.et-tabs.et-vertical nav ul li a {
display: flex;
align-items: center;
}
.et-tabs.et-vertical.et-tab-title-align-right nav ul li a {
flex-direction: row-reverse;
}
.et-tabs.et-vertical nav ul li a .et-tab-title {
text-transform: initial;
flex: 8;
}
.et-tabs.et-vertical.et-tab-title-align-left nav ul li a .et-tab-title {
flex: 8;
text-align: left;
}
.et-tabs.et-vertical.et-tab-title-align-right nav ul li a .et-icon {
padding-left: 8px;
padding-right: 0;
}
.et-tabs.et-vertical.et-tab-title-align-center nav ul li a {
justify-content: center;
}
.et-tabs.et-vertical.et-tab-title-align-left nav ul li a {
justify-content: flex-start;
}
.et-tabs.et-vertical.et-tab-title-align-right nav ul li a {
justify-content: flex-end;
text-align: right;
}
.et-woocommerce-MyAccount-navigation ul li a .et-icon {
font-size: 1.5em;
padding-right: 8px;
flex: 1;
} .et-vertical.et-tabs-style-iconbox nav ul li.tab-current::after {
left: 100% !important;
top: 50% !important;
margin-left: 0 !important;
margin-top: -10px !important;
border-top-color: transparent;
border-left-color: inherit !important;
} .et-vertical.et-tabs-style-underline nav li a::after {
left: auto;
top: 0;
width: 6px;
height: 100%;
right: 0;
-webkit-transform: translate3d(150%,0,0);
transform: translate3d(150%,0,0);
}
.et-vertical.et-tabs-style-underline nav a {
border: 1px solid #e7ecea;
} .et-vertical.et-tabs-style-topline nav li.tab-current {
border: 1px solid rgba(40,44,42,0.1);
border-left-color: #2A90DA;
border-right: none;
} .et-vertical.et-tabs-style-linebox nav ul li {
margin-bottom: 0 !important;
} .et-tabs.justified-tabs nav {
width: 100%;
}
.et-tabs.justified-tabs nav ul li {
display: table-cell !important;
float: none !important;
width: 1%;
} .infi-responsive-tabs .infi-tab-accordion .infi_accordion_item {
padding: 10px;
margin-top: 5px;
}
.infi-accordion-item-heading .iw-icons {
display: inline-block !important;
margin-right: 8px !important;
}
.infi-tab-accordion {
cursor: pointer;
}
.elegant-tabs-container {
position: relative;
margin-top: 15px;
display: inline-block;
width: 100%;
}
.infi-responsive-tabs {
display: none;
}
.infi-accordion-item-heading {
display: inline-block;
width: 100%;
height: 24px;
line-height: 24px;
}
@media screen and (max-width: 58em) {
.et-tabs nav a.icon span {
display: none;
}
.et-tabs nav a:before {
margin-right: 0;
}
} @media screen and ( max-width: 720px ) {
.et-tabs > nav ul	{
display:none;
}
.elegant-tabs-myaccount.et-mobile-disabled .et-woocommerce-MyAccount-navigation ul {
display: block;
}
.elegant-tabs-myaccount.et-mobile-disabled .et-woocommerce-MyAccount-navigation ul li {
width: 100%;
}
.infi-responsive-tabs,
.infi-responsive-tabs nav ul	{
display: block;
}
.et-vertical .et-content-wrap,
.et-tabs.et-vertical nav {
max-width: 100%;
width: 100%;
float: none;
}
.et-tabs.et-mobile-enabled nav select.et-mobile-tabs {
display: block !important;
background-color: white;
border: thin solid #d1d1d1;
border-radius: 0;
font: inherit;
line-height: 1.2em;
padding: 0 1em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
margin: 15px 0px;
max-width: 100%;
width: 100%;
height: 36px;
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.2em;
background-repeat: no-repeat;
color: transparent;
text-shadow: 0 0 0 #000;
}
.et-tabs.justified-tabs nav ul li,
.et-tabs nav {
display: block !important;
width: 100% !important;
}
} .et-woocommerce-tabs {
clear: both;
margin-bottom: 15px;
margin-top: 15px;
}
.elegant-tabs-container.et-vertical .et-tabs {
float: left;
} .infi-content-wrapper section {
display: block;
} .theme-oceanwp.et-tabs-myaccount .woocommerce-MyAccount-tabs {
width: 100%;
}
.theme-oceanwp.et-tabs-myaccount .woocommerce-MyAccount-tabs .et-tabs.elegant-tabs-myaccount.et-vertical, .theme-oceanwp.et-tabs-myaccount .woocommerce-MyAccount-tabs .et-tabs.elegant-tabs-myaccount.et-vertical nav ul {
width: 208px !important;
float: left;
}
.theme-oceanwp.et-tabs-myaccount .woocommerce-MyAccount-tabs .et-content-wrap {
width: calc( 100% - 210px );
float: left;
}
.theme-oceanwp.et-tabs-myaccount .woocommerce-MyAccount-tabs .et-content-wrap section {
display: block;
}
.theme-oceanwp.et-tabs-myaccount .woocommerce-MyAccount-tabs .et-content-wrap .woocommerce-MyAccount-content {
width: 100%;
padding-left: 4%;
}@font-face {
font-family: 'icomoon';
src:url(//www.liebesschaukel.ch/wp/wp-content/plugins/elegant-tabs-woo/css/old-icons/fonts/icomoon.eot?-3p8lp4);
src:url(//www.liebesschaukel.ch/wp/wp-content/plugins/elegant-tabs-woo/css/old-icons/fonts/icomoon.eot?#iefix-3p8lp4) format('embedded-opentype'),
url(//www.liebesschaukel.ch/wp/wp-content/plugins/elegant-tabs-woo/css/old-icons/fonts/icomoon.woff?-3p8lp4) format('woff'),
url(//www.liebesschaukel.ch/wp/wp-content/plugins/elegant-tabs-woo/css/old-icons/fonts/icomoon.ttf?-3p8lp4) format('truetype'),
url(//www.liebesschaukel.ch/wp/wp-content/plugins/elegant-tabs-woo/css/old-icons/fonts/icomoon.svg?-3p8lp4#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icomoon-"], [class*=" icomoon-"],
[data-icomoon] {
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[data-icomoon]:before {
content: attr(data-icomoon);
}
.icomoon-home:before {
content: "\e000";
}
.icomoon-home2:before {
content: "\e001";
}
.icomoon-home3:before {
content: "\e002";
}
.icomoon-office:before {
content: "\e003";
}
.icomoon-newspaper:before {
content: "\e004";
}
.icomoon-pencil:before {
content: "\e005";
}
.icomoon-pencil2:before {
content: "\e006";
}
.icomoon-quill:before {
content: "\e007";
}
.icomoon-pen:before {
content: "\e008";
}
.icomoon-blog:before {
content: "\e009";
}
.icomoon-droplet:before {
content: "\e00a";
}
.icomoon-paint-format:before {
content: "\e00b";
}
.icomoon-image:before {
content: "\e00c";
}
.icomoon-image2:before {
content: "\e00d";
}
.icomoon-images:before {
content: "\e00e";
}
.icomoon-camera:before {
content: "\e00f";
}
.icomoon-music:before {
content: "\e010";
}
.icomoon-headphones:before {
content: "\e011";
}
.icomoon-play:before {
content: "\e012";
}
.icomoon-film:before {
content: "\e013";
}
.icomoon-camera2:before {
content: "\e014";
}
.icomoon-dice:before {
content: "\e015";
}
.icomoon-pacman:before {
content: "\e016";
}
.icomoon-spades:before {
content: "\e017";
}
.icomoon-clubs:before {
content: "\e018";
}
.icomoon-diamonds:before {
content: "\e019";
}
.icomoon-pawn:before {
content: "\e01a";
}
.icomoon-bullhorn:before {
content: "\e01b";
}
.icomoon-connection:before {
content: "\e01c";
}
.icomoon-podcast:before {
content: "\e01d";
}
.icomoon-feed:before {
content: "\e01e";
}
.icomoon-book:before {
content: "\e01f";
}
.icomoon-books:before {
content: "\e020";
}
.icomoon-library:before {
content: "\e021";
}
.icomoon-file:before {
content: "\e022";
}
.icomoon-profile:before {
content: "\e023";
}
.icomoon-file2:before {
content: "\e024";
}
.icomoon-file3:before {
content: "\e025";
}
.icomoon-file4:before {
content: "\e026";
}
.icomoon-copy:before {
content: "\e027";
}
.icomoon-copy2:before {
content: "\e028";
}
.icomoon-copy3:before {
content: "\e029";
}
.icomoon-paste:before {
content: "\e02a";
}
.icomoon-paste2:before {
content: "\e02b";
}
.icomoon-paste3:before {
content: "\e02c";
}
.icomoon-stack:before {
content: "\e02d";
}
.icomoon-folder:before {
content: "\e02e";
}
.icomoon-folder-open:before {
content: "\e02f";
}
.icomoon-tag:before {
content: "\e030";
}
.icomoon-tags:before {
content: "\e031";
}
.icomoon-barcode:before {
content: "\e032";
}
.icomoon-qrcode:before {
content: "\e033";
}
.icomoon-ticket:before {
content: "\e034";
}
.icomoon-cart:before {
content: "\e035";
}
.icomoon-cart2:before {
content: "\e036";
}
.icomoon-cart3:before {
content: "\e037";
}
.icomoon-coin:before {
content: "\e038";
}
.icomoon-credit:before {
content: "\e039";
}
.icomoon-calculate:before {
content: "\e03a";
}
.icomoon-support:before {
content: "\e03b";
}
.icomoon-phone:before {
content: "\e03c";
}
.icomoon-phone-hang-up:before {
content: "\e03d";
}
.icomoon-address-book:before {
content: "\e03e";
}
.icomoon-notebook:before {
content: "\e03f";
}
.icomoon-envelope:before {
content: "\e040";
}
.icomoon-pushpin:before {
content: "\e041";
}
.icomoon-location:before {
content: "\e042";
}
.icomoon-location2:before {
content: "\e043";
}
.icomoon-compass:before {
content: "\e044";
}
.icomoon-map:before {
content: "\e045";
}
.icomoon-map2:before {
content: "\e046";
}
.icomoon-history:before {
content: "\e047";
}
.icomoon-clock:before {
content: "\e048";
}
.icomoon-clock2:before {
content: "\e049";
}
.icomoon-alarm:before {
content: "\e04a";
}
.icomoon-alarm2:before {
content: "\e04b";
}
.icomoon-bell:before {
content: "\e04c";
}
.icomoon-stopwatch:before {
content: "\e04d";
}
.icomoon-calendar:before {
content: "\e04e";
}
.icomoon-calendar2:before {
content: "\e04f";
}
.icomoon-print:before {
content: "\e050";
}
.icomoon-keyboard:before {
content: "\e051";
}
.icomoon-screen:before {
content: "\e052";
}
.icomoon-laptop:before {
content: "\e053";
}
.icomoon-mobile:before {
content: "\e054";
}
.icomoon-mobile2:before {
content: "\e055";
}
.icomoon-tablet:before {
content: "\e056";
}
.icomoon-tv:before {
content: "\e057";
}
.icomoon-cabinet:before {
content: "\e058";
}
.icomoon-drawer:before {
content: "\e059";
}
.icomoon-drawer2:before {
content: "\e05a";
}
.icomoon-drawer3:before {
content: "\e05b";
}
.icomoon-box-add:before {
content: "\e05c";
}
.icomoon-box-remove:before {
content: "\e05d";
}
.icomoon-download:before {
content: "\e05e";
}
.icomoon-upload:before {
content: "\e05f";
}
.icomoon-disk:before {
content: "\e060";
}
.icomoon-storage:before {
content: "\e061";
}
.icomoon-undo:before {
content: "\e062";
}
.icomoon-redo:before {
content: "\e063";
}
.icomoon-flip:before {
content: "\e064";
}
.icomoon-flip2:before {
content: "\e065";
}
.icomoon-undo2:before {
content: "\e066";
}
.icomoon-redo2:before {
content: "\e067";
}
.icomoon-forward:before {
content: "\e068";
}
.icomoon-reply:before {
content: "\e069";
}
.icomoon-bubble:before {
content: "\e06a";
}
.icomoon-bubbles:before {
content: "\e06b";
}
.icomoon-bubbles2:before {
content: "\e06c";
}
.icomoon-bubble2:before {
content: "\e06d";
}
.icomoon-bubbles3:before {
content: "\e06e";
}
.icomoon-bubbles4:before {
content: "\e06f";
}
.icomoon-user:before {
content: "\e070";
}
.icomoon-users:before {
content: "\e071";
}
.icomoon-user2:before {
content: "\e072";
}
.icomoon-users2:before {
content: "\e073";
}
.icomoon-user3:before {
content: "\e074";
}
.icomoon-user4:before {
content: "\e075";
}
.icomoon-quotes-left:before {
content: "\e076";
}
.icomoon-busy:before {
content: "\e077";
}
.icomoon-spinner:before {
content: "\e078";
}
.icomoon-spinner2:before {
content: "\e079";
}
.icomoon-spinner3:before {
content: "\e07a";
}
.icomoon-spinner4:before {
content: "\e07b";
}
.icomoon-spinner5:before {
content: "\e07c";
}
.icomoon-spinner6:before {
content: "\e07d";
}
.icomoon-binoculars:before {
content: "\e07e";
}
.icomoon-search:before {
content: "\e07f";
}
.icomoon-zoomin:before {
content: "\e080";
}
.icomoon-zoomout:before {
content: "\e081";
}
.icomoon-expand:before {
content: "\e082";
}
.icomoon-contract:before {
content: "\e083";
}
.icomoon-expand2:before {
content: "\e084";
}
.icomoon-contract2:before {
content: "\e085";
}
.icomoon-key:before {
content: "\e086";
}
.icomoon-key2:before {
content: "\e087";
}
.icomoon-lock:before {
content: "\e088";
}
.icomoon-lock2:before {
content: "\e089";
}
.icomoon-unlocked:before {
content: "\e08a";
}
.icomoon-wrench:before {
content: "\e08b";
}
.icomoon-settings:before {
content: "\e08c";
}
.icomoon-equalizer:before {
content: "\e08d";
}
.icomoon-cog:before {
content: "\e08e";
}
.icomoon-cogs:before {
content: "\e08f";
}
.icomoon-cog2:before {
content: "\e090";
}
.icomoon-hammer:before {
content: "\e091";
}
.icomoon-wand:before {
content: "\e092";
}
.icomoon-aid:before {
content: "\e093";
}
.icomoon-bug:before {
content: "\e094";
}
.icomoon-pie:before {
content: "\e095";
}
.icomoon-stats:before {
content: "\e096";
}
.icomoon-bars:before {
content: "\e097";
}
.icomoon-bars2:before {
content: "\e098";
}
.icomoon-gift:before {
content: "\e099";
}
.icomoon-trophy:before {
content: "\e09a";
}
.icomoon-glass:before {
content: "\e09b";
}
.icomoon-mug:before {
content: "\e09c";
}
.icomoon-food:before {
content: "\e09d";
}
.icomoon-leaf:before {
content: "\e09e";
}
.icomoon-rocket:before {
content: "\e09f";
}
.icomoon-meter:before {
content: "\e0a0";
}
.icomoon-meter2:before {
content: "\e0a1";
}
.icomoon-dashboard:before {
content: "\e0a2";
}
.icomoon-hammer2:before {
content: "\e0a3";
}
.icomoon-fire:before {
content: "\e0a4";
}
.icomoon-lab:before {
content: "\e0a5";
}
.icomoon-magnet:before {
content: "\e0a6";
}
.icomoon-remove:before {
content: "\e0a7";
}
.icomoon-remove2:before {
content: "\e0a8";
}
.icomoon-briefcase:before {
content: "\e0a9";
}
.icomoon-airplane:before {
content: "\e0aa";
}
.icomoon-truck:before {
content: "\e0ab";
}
.icomoon-road:before {
content: "\e0ac";
}
.icomoon-accessibility:before {
content: "\e0ad";
}
.icomoon-target:before {
content: "\e0ae";
}
.icomoon-shield:before {
content: "\e0af";
}
.icomoon-lightning:before {
content: "\e0b0";
}
.icomoon-switch:before {
content: "\e0b1";
}
.icomoon-powercord:before {
content: "\e0b2";
}
.icomoon-signup:before {
content: "\e0b3";
}
.icomoon-list:before {
content: "\e0b4";
}
.icomoon-list2:before {
content: "\e0b5";
}
.icomoon-numbered-list:before {
content: "\e0b6";
}
.icomoon-menu:before {
content: "\e0b7";
}
.icomoon-menu2:before {
content: "\e0b8";
}
.icomoon-tree:before {
content: "\e0b9";
}
.icomoon-cloud:before {
content: "\e0ba";
}
.icomoon-cloud-download:before {
content: "\e0bb";
}
.icomoon-cloud-upload:before {
content: "\e0bc";
}
.icomoon-download2:before {
content: "\e0bd";
}
.icomoon-upload2:before {
content: "\e0be";
}
.icomoon-download3:before {
content: "\e0bf";
}
.icomoon-upload3:before {
content: "\e0c0";
}
.icomoon-globe:before {
content: "\e0c1";
}
.icomoon-earth:before {
content: "\e0c2";
}
.icomoon-link:before {
content: "\e0c3";
}
.icomoon-flag:before {
content: "\e0c4";
}
.icomoon-attachment:before {
content: "\e0c5";
}
.icomoon-eye:before {
content: "\e0c6";
}
.icomoon-eye-blocked:before {
content: "\e0c7";
}
.icomoon-eye2:before {
content: "\e0c8";
}
.icomoon-bookmark:before {
content: "\e0c9";
}
.icomoon-bookmarks:before {
content: "\e0ca";
}
.icomoon-brightness-medium:before {
content: "\e0cb";
}
.icomoon-brightness-contrast:before {
content: "\e0cc";
}
.icomoon-contrast:before {
content: "\e0cd";
}
.icomoon-star:before {
content: "\e0ce";
}
.icomoon-star2:before {
content: "\e0cf";
}
.icomoon-star3:before {
content: "\e0d0";
}
.icomoon-heart:before {
content: "\e0d1";
}
.icomoon-heart2:before {
content: "\e0d2";
}
.icomoon-heart-broken:before {
content: "\e0d3";
}
.icomoon-thumbs-up:before {
content: "\e0d4";
}
.icomoon-thumbs-up2:before {
content: "\e0d5";
}
.icomoon-happy:before {
content: "\e0d6";
}
.icomoon-happy2:before {
content: "\e0d7";
}
.icomoon-smiley:before {
content: "\e0d8";
}
.icomoon-smiley2:before {
content: "\e0d9";
}
.icomoon-tongue:before {
content: "\e0da";
}
.icomoon-tongue2:before {
content: "\e0db";
}
.icomoon-sad:before {
content: "\e0dc";
}
.icomoon-sad2:before {
content: "\e0dd";
}
.icomoon-wink:before {
content: "\e0de";
}
.icomoon-wink2:before {
content: "\e0df";
}
.icomoon-grin:before {
content: "\e0e0";
}
.icomoon-grin2:before {
content: "\e0e1";
}
.icomoon-cool:before {
content: "\e0e2";
}
.icomoon-cool2:before {
content: "\e0e3";
}
.icomoon-angry:before {
content: "\e0e4";
}
.icomoon-angry2:before {
content: "\e0e5";
}
.icomoon-evil:before {
content: "\e0e6";
}
.icomoon-evil2:before {
content: "\e0e7";
}
.icomoon-shocked:before {
content: "\e0e8";
}
.icomoon-shocked2:before {
content: "\e0e9";
}
.icomoon-confused:before {
content: "\e0ea";
}
.icomoon-confused2:before {
content: "\e0eb";
}
.icomoon-neutral:before {
content: "\e0ec";
}
.icomoon-neutral2:before {
content: "\e0ed";
}
.icomoon-wondering:before {
content: "\e0ee";
}
.icomoon-wondering2:before {
content: "\e0ef";
}
.icomoon-point-up:before {
content: "\e0f0";
}
.icomoon-point-right:before {
content: "\e0f1";
}
.icomoon-point-down:before {
content: "\e0f2";
}
.icomoon-point-left:before {
content: "\e0f3";
}
.icomoon-warning:before {
content: "\e0f4";
}
.icomoon-notification:before {
content: "\e0f5";
}
.icomoon-question:before {
content: "\e0f6";
}
.icomoon-info:before {
content: "\e0f7";
}
.icomoon-info2:before {
content: "\e0f8";
}
.icomoon-blocked:before {
content: "\e0f9";
}
.icomoon-cancel-circle:before {
content: "\e0fa";
}
.icomoon-checkmark-circle:before {
content: "\e0fb";
}
.icomoon-spam:before {
content: "\e0fc";
}
.icomoon-close:before {
content: "\e0fd";
}
.icomoon-checkmark:before {
content: "\e0fe";
}
.icomoon-checkmark2:before {
content: "\e0ff";
}
.icomoon-spell-check:before {
content: "\e100";
}
.icomoon-minus:before {
content: "\e101";
}
.icomoon-plus:before {
content: "\e102";
}
.icomoon-enter:before {
content: "\e103";
}
.icomoon-exit:before {
content: "\e104";
}
.icomoon-play2:before {
content: "\e105";
}
.icomoon-pause:before {
content: "\e106";
}
.icomoon-stop:before {
content: "\e107";
}
.icomoon-backward:before {
content: "\e108";
}
.icomoon-forward2:before {
content: "\e109";
}
.icomoon-play3:before {
content: "\e10a";
}
.icomoon-pause2:before {
content: "\e10b";
}
.icomoon-stop2:before {
content: "\e10c";
}
.icomoon-backward2:before {
content: "\e10d";
}
.icomoon-forward3:before {
content: "\e10e";
}
.icomoon-first:before {
content: "\e10f";
}
.icomoon-last:before {
content: "\e110";
}
.icomoon-previous:before {
content: "\e111";
}
.icomoon-next:before {
content: "\e112";
}
.icomoon-eject:before {
content: "\e113";
}
.icomoon-volume-high:before {
content: "\e114";
}
.icomoon-volume-medium:before {
content: "\e115";
}
.icomoon-volume-low:before {
content: "\e116";
}
.icomoon-volume-mute:before {
content: "\e117";
}
.icomoon-volume-mute2:before {
content: "\e118";
}
.icomoon-volume-increase:before {
content: "\e119";
}
.icomoon-volume-decrease:before {
content: "\e11a";
}
.icomoon-loop:before {
content: "\e11b";
}
.icomoon-loop2:before {
content: "\e11c";
}
.icomoon-loop3:before {
content: "\e11d";
}
.icomoon-shuffle:before {
content: "\e11e";
}
.icomoon-arrow-up-left:before {
content: "\e11f";
}
.icomoon-arrow-up:before {
content: "\e120";
}
.icomoon-arrow-up-right:before {
content: "\e121";
}
.icomoon-arrow-right:before {
content: "\e122";
}
.icomoon-arrow-down-right:before {
content: "\e123";
}
.icomoon-arrow-down:before {
content: "\e124";
}
.icomoon-arrow-down-left:before {
content: "\e125";
}
.icomoon-arrow-left:before {
content: "\e126";
}
.icomoon-arrow-up-left2:before {
content: "\e127";
}
.icomoon-arrow-up2:before {
content: "\e128";
}
.icomoon-arrow-up-right2:before {
content: "\e129";
}
.icomoon-arrow-right2:before {
content: "\e12a";
}
.icomoon-arrow-down-right2:before {
content: "\e12b";
}
.icomoon-arrow-down2:before {
content: "\e12c";
}
.icomoon-arrow-down-left2:before {
content: "\e12d";
}
.icomoon-arrow-left2:before {
content: "\e12e";
}
.icomoon-arrow-up-left3:before {
content: "\e12f";
}
.icomoon-arrow-up3:before {
content: "\e130";
}
.icomoon-arrow-up-right3:before {
content: "\e131";
}
.icomoon-arrow-right3:before {
content: "\e132";
}
.icomoon-arrow-down-right3:before {
content: "\e133";
}
.icomoon-arrow-down3:before {
content: "\e134";
}
.icomoon-arrow-down-left3:before {
content: "\e135";
}
.icomoon-arrow-left3:before {
content: "\e136";
}
.icomoon-tab:before {
content: "\e137";
}
.icomoon-checkbox-checked:before {
content: "\e138";
}
.icomoon-checkbox-unchecked:before {
content: "\e139";
}
.icomoon-checkbox-partial:before {
content: "\e13a";
}
.icomoon-radio-checked:before {
content: "\e13b";
}
.icomoon-radio-unchecked:before {
content: "\e13c";
}
.icomoon-crop:before {
content: "\e13d";
}
.icomoon-scissors:before {
content: "\e13e";
}
.icomoon-filter:before {
content: "\e13f";
}
.icomoon-filter2:before {
content: "\e140";
}
.icomoon-font:before {
content: "\e141";
}
.icomoon-text-height:before {
content: "\e142";
}
.icomoon-text-width:before {
content: "\e143";
}
.icomoon-bold:before {
content: "\e144";
}
.icomoon-underline:before {
content: "\e145";
}
.icomoon-italic:before {
content: "\e146";
}
.icomoon-strikethrough:before {
content: "\e147";
}
.icomoon-omega:before {
content: "\e148";
}
.icomoon-sigma:before {
content: "\e149";
}
.icomoon-table:before {
content: "\e14a";
}
.icomoon-table2:before {
content: "\e14b";
}
.icomoon-insert-template:before {
content: "\e14c";
}
.icomoon-pilcrow:before {
content: "\e14d";
}
.icomoon-lefttoright:before {
content: "\e14e";
}
.icomoon-righttoleft:before {
content: "\e14f";
}
.icomoon-paragraph-left:before {
content: "\e150";
}
.icomoon-paragraph-center:before {
content: "\e151";
}
.icomoon-paragraph-right:before {
content: "\e152";
}
.icomoon-paragraph-justify:before {
content: "\e153";
}
.icomoon-paragraph-left2:before {
content: "\e154";
}
.icomoon-paragraph-center2:before {
content: "\e155";
}
.icomoon-paragraph-right2:before {
content: "\e156";
}
.icomoon-paragraph-justify2:before {
content: "\e157";
}
.icomoon-indent-increase:before {
content: "\e158";
}
.icomoon-indent-decrease:before {
content: "\e159";
}
.icomoon-newtab:before {
content: "\e15a";
}
.icomoon-embed:before {
content: "\e15b";
}
.icomoon-code:before {
content: "\e15c";
}
.icomoon-console:before {
content: "\e15d";
}
.icomoon-share:before {
content: "\e15e";
}
.icomoon-mail:before {
content: "\e15f";
}
.icomoon-mail2:before {
content: "\e160";
}
.icomoon-mail3:before {
content: "\e161";
}
.icomoon-mail4:before {
content: "\e162";
}
.icomoon-google:before {
content: "\e163";
}
.icomoon-googleplus:before {
content: "\e164";
}
.icomoon-googleplus2:before {
content: "\e165";
}
.icomoon-googleplus3:before {
content: "\e166";
}
.icomoon-googleplus4:before {
content: "\e167";
}
.icomoon-google-drive:before {
content: "\e168";
}
.icomoon-facebook:before {
content: "\e169";
}
.icomoon-facebook2:before {
content: "\e16a";
}
.icomoon-facebook3:before {
content: "\e16b";
}
.icomoon-instagram:before {
content: "\e16c";
}
.icomoon-twitter:before {
content: "\e16d";
}
.icomoon-twitter2:before {
content: "\e16e";
}
.icomoon-twitter3:before {
content: "\e16f";
}
.icomoon-feed2:before {
content: "\e170";
}
.icomoon-feed3:before {
content: "\e171";
}
.icomoon-feed4:before {
content: "\e172";
}
.icomoon-youtube:before {
content: "\e173";
}
.icomoon-youtube2:before {
content: "\e174";
}
.icomoon-vimeo:before {
content: "\e175";
}
.icomoon-vimeo2:before {
content: "\e176";
}
.icomoon-vimeo3:before {
content: "\e177";
}
.icomoon-lanyrd:before {
content: "\e178";
}
.icomoon-flickr:before {
content: "\e179";
}
.icomoon-flickr2:before {
content: "\e17a";
}
.icomoon-flickr3:before {
content: "\e17b";
}
.icomoon-flickr4:before {
content: "\e17c";
}
.icomoon-picassa:before {
content: "\e17d";
}
.icomoon-picassa2:before {
content: "\e17e";
}
.icomoon-dribbble:before {
content: "\e17f";
}
.icomoon-dribbble2:before {
content: "\e180";
}
.icomoon-dribbble3:before {
content: "\e181";
}
.icomoon-forrst:before {
content: "\e182";
}
.icomoon-forrst2:before {
content: "\e183";
}
.icomoon-deviantart:before {
content: "\e184";
}
.icomoon-deviantart2:before {
content: "\e185";
}
.icomoon-steam:before {
content: "\e186";
}
.icomoon-steam2:before {
content: "\e187";
}
.icomoon-github:before {
content: "\e188";
}
.icomoon-github2:before {
content: "\e189";
}
.icomoon-github3:before {
content: "\e18a";
}
.icomoon-github4:before {
content: "\e18b";
}
.icomoon-github5:before {
content: "\e18c";
}
.icomoon-wordpress:before {
content: "\e18d";
}
.icomoon-wordpress2:before {
content: "\e18e";
}
.icomoon-joomla:before {
content: "\e18f";
}
.icomoon-blogger:before {
content: "\e190";
}
.icomoon-blogger2:before {
content: "\e191";
}
.icomoon-tumblr:before {
content: "\e192";
}
.icomoon-tumblr2:before {
content: "\e193";
}
.icomoon-yahoo:before {
content: "\e194";
}
.icomoon-tux:before {
content: "\e195";
}
.icomoon-apple:before {
content: "\e196";
}
.icomoon-finder:before {
content: "\e197";
}
.icomoon-android:before {
content: "\e198";
}
.icomoon-windows:before {
content: "\e199";
}
.icomoon-windows8:before {
content: "\e19a";
}
.icomoon-soundcloud:before {
content: "\e19b";
}
.icomoon-soundcloud2:before {
content: "\e19c";
}
.icomoon-skype:before {
content: "\e19d";
}
.icomoon-reddit:before {
content: "\e19e";
}
.icomoon-linkedin:before {
content: "\e19f";
}
.icomoon-lastfm:before {
content: "\e1a0";
}
.icomoon-lastfm2:before {
content: "\e1a1";
}
.icomoon-delicious:before {
content: "\e1a2";
}
.icomoon-stumbleupon:before {
content: "\e1a3";
}
.icomoon-stumbleupon2:before {
content: "\e1a4";
}
.icomoon-stackoverflow:before {
content: "\e1a5";
}
.icomoon-pinterest:before {
content: "\e1a6";
}
.icomoon-pinterest2:before {
content: "\e1a7";
}
.icomoon-xing:before {
content: "\e1a8";
}
.icomoon-xing2:before {
content: "\e1a9";
}
.icomoon-flattr:before {
content: "\e1aa";
}
.icomoon-foursquare:before {
content: "\e1ab";
}
.icomoon-foursquare2:before {
content: "\e1ac";
}
.icomoon-paypal:before {
content: "\e1ad";
}
.icomoon-paypal2:before {
content: "\e1ae";
}
.icomoon-paypal3:before {
content: "\e1af";
}
.icomoon-yelp:before {
content: "\e1b0";
}
.icomoon-libreoffice:before {
content: "\e1b1";
}
.icomoon-file-pdf:before {
content: "\e1b2";
}
.icomoon-file-openoffice:before {
content: "\e1b3";
}
.icomoon-file-word:before {
content: "\e1b4";
}
.icomoon-file-excel:before {
content: "\e1b5";
}
.icomoon-file-zip:before {
content: "\e1b6";
}
.icomoon-file-powerpoint:before {
content: "\e1b7";
}
.icomoon-file-xml:before {
content: "\e1b8";
}
.icomoon-file-css:before {
content: "\e1b9";
}
.icomoon-html5:before {
content: "\e1ba";
}
.icomoon-html52:before {
content: "\e1bb";
}
.icomoon-css3:before {
content: "\e1bc";
}
.icomoon-chrome:before {
content: "\e1bd";
}
.icomoon-firefox:before {
content: "\e1be";
}
.icomoon-IE:before {
content: "\e1bf";
}
.icomoon-opera:before {
content: "\e1c0";
}
.icomoon-safari:before {
content: "\e1c1";
}
.icomoon-IcoMoon:before {
content: "\e1c2";
}.fa.fa-pull-left,.fa.pull-left{margin-right:.3em}.fa,.fa-stack{display:inline-block}.fa-fw,.fa-li{text-align:center}@font-face{font-family:FontAwesome;src:url(https://www.liebesschaukel.ch/wp/wp-content/plugins/elegant-tabs-woo/admin/wp-icon-picker/css/types/fontawesome-webfont.eot?v=4.7.0);src:url(https://www.liebesschaukel.ch/wp/wp-content/plugins/elegant-tabs-woo/admin/wp-icon-picker/css/types/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(https://www.liebesschaukel.ch/wp/wp-content/plugins/elegant-tabs-woo/admin/wp-icon-picker/css/types/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(https://www.liebesschaukel.ch/wp/wp-content/plugins/elegant-tabs-woo/admin/wp-icon-picker/css/types/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(https://www.liebesschaukel.ch/wp/wp-content/plugins/elegant-tabs-woo/admin/wp-icon-picker/css/types/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(https://www.liebesschaukel.ch/wp/wp-content/plugins/elegant-tabs-woo/admin/wp-icon-picker/css/types/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal;font-display: swap;}.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa.fa-pull-right,.fa.pull-right{margin-left:.3em}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right,.pull-right{float:right}.pull-left{float:left}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}:root {
--slicewp-litepicker-month-header-color: #333;
--slicewp-litepicker-button-prev-month-color: #333;
--slicewp-litepicker-button-next-month-color: #333;
--slicewp-litepicker-button-prev-month-color-hover: #333;
--slicewp-litepicker-button-next-month-color-hover: #333;
--slicewp-litepicker-month-weekday-color: #9e9e9e;
--slicewp-litepicker-month-week-number-color: #9e9e9e;
--slicewp-litepicker-day-width: 40px;
--slicewp-litepicker-day-color: #333;
--slicewp-litepicker-day-color-hover: #34495e;
--slicewp-litepicker-is-today-color: #333;
--slicewp-litepicker-is-in-range-color: rgba( 52, 73, 94, 0.2 );
--slicewp-litepicker-is-start-color: #fff;
--slicewp-litepicker-is-start-color-bg: #34495e;
--slicewp-litepicker-is-end-color: #fff;
--slicewp-litepicker-is-end-color-bg: #34495e;
}  [class^="slicewp"] svg,
[class^="slicewp"] .dashicons { display: inline-block; width: 18px; height: 18px; line-height: 18px; font-size: 18px; vertical-align: middle; }
[class^="slicewp"] button svg { margin-right: 5px; }
.slicewp-description * { font-size: 0.875rem; }
.slicewp-description > :first-child { margin-top: 0; }
.slicewp-description > :last-child { margin-bottom: 0; }  .slicewp-grid { display: grid; grid-gap: 1rem; gap: 1rem; grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
.slicewp-grid > div { display: flex; }
.slicewp-grid.slicewp-columns-2 { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
@media screen and ( min-width : 1281px ) {
.slicewp-grid { grid-template-columns: repeat( 4, minmax( 0, 1fr ) ); }
.slicewp-grid.slicewp-columns-2 { grid-template-columns: repeat( 2, minmax( 0, 1fr ) ); }
}
@media screen and ( max-width : 720px ) {
.slicewp-grid { grid-template-columns: unset !important; }
}  .slicewp-user-notice { width: 100%; border-style: solid; border-width: 2px; border-radius: 6px; margin: 5px 0px 1em 0px; padding: 15px; box-sizing: border-box; }
.slicewp-user-notice.slicewp-error { background: #ffebeb; border-color: #dc3232; }
.slicewp-user-notice.slicewp-warning { background: #fff7ea; border-color: #f39c12; }
.slicewp-user-notice.slicewp-updated { background: #e0ffe3; border-color: #46b450; }
.slicewp-user-notice > :first-child { margin-top: 0; }
.slicewp-user-notice > :last-child { margin-bottom: 0; }  .slicewp-global-overlay { display: none; position: fixed; z-index: 1001; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; visibility: hidden; transition: all 0.15s ease-in-out; background: rgba( 0, 0, 0, 0.3 ); overflow-y: scroll; }
.slicewp-global-overlay.slicewp-prepare-open,
.slicewp-global-overlay.slicewp-prepare-close { display: block; }
.slicewp-global-overlay.slicewp-opened { display: block; opacity: 1; visibility: visible; }
.slicewp-global-overlay .slicewp-global-overlay-title { margin-top: 0; margin-bottom: 1rem; }
.slicewp-global-overlay .slicewp-global-overlay-inner { position: relative; top: 25px; background: #fff; border-radius: 0.375rem; max-width: 700px; margin: 2rem auto; padding: 2rem; box-sizing: border-box; transition: all 0.15s ease-in-out; }
.slicewp-global-overlay .slicewp-global-overlay-close { position: absolute; top: 10px; right: 10px; display: flex; width: 24px; height: 24px; align-items: center; justify-content: center; cursor: pointer; }
.slicewp-global-overlay .slicewp-global-overlay-close svg { margin-right: 0; }
.slicewp-global-overlay.slicewp-opened .slicewp-global-overlay-inner,
.slicewp-global-overlay.slicewp-opened .slicewp-creative-wrapper { top: 0; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner { max-width: 500px; padding: 4rem; text-align: center; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner img { display: inline-block; height: 200px; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner div { margin-top: 1rem; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner strong,
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner span { display: block; }
.slicewp-global-overlay-qr-code .slicewp-global-overlay-inner button { margin-top: 1rem; }  .slicewp-loader,
.slicewp-loader:before,
.slicewp-loader:after { border-radius: 50%; width: 9px; height: 9px; animation-fill-mode: both; animation: slicewp_loader_animation 1.2s infinite ease-in-out; }
.slicewp-loader { position: relative; display: inline-block; color: #2e4453; font-size: 7px; text-indent: -9999em; transform: translateZ(0); animation-delay: -0.16s; }
.slicewp-loader:before,
.slicewp-loader:after { content: ''; position: absolute; top: 0; }
.slicewp-loader:before { left: -16px; animation-delay: -0.32s; }
.slicewp-loader:after { left: 16px; }
@keyframes slicewp_loader_animation { 0%, 80%, 100% { box-shadow: 0 9px 0 -7px } 40% { box-shadow: 0 9px 0 0 } }
.slicewp-loading-overlay { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background: rgba( 255, 255, 255, 0.6 ); border-radius: inherit; opacity: 0; transition: opacity 0.135s ease-in-out; }
.slicewp-loading-overlay.slicewp-active { opacity: 1; }
.slicewp-loading-overlay .slicewp-loader { position: absolute; top: 50%; left: 50%; margin-top: -15px; margin-left: -5px; }  .slicewp-progressbar { background: #eee; border-radius: 20px; height: 8px; overflow: hidden; }
.slicewp-progressbar-fill { background: #2d98da; height: 100%; border-radius: 20px; }  .slicewp-field-wrapper { margin-bottom: 25px; }
.slicewp-field-wrapper.slicewp-last { margin-bottom: 0; }
.slicewp-field-wrapper input[type=text],
.slicewp-field-wrapper input[type=email],
.slicewp-field-wrapper input[type=url],
.slicewp-field-wrapper input[type=password],
.slicewp-field-wrapper textarea,
.slicewp-field-wrapper select { width: 100%; max-width: 100%; }
.slicewp-field-wrapper input[type=password] { padding-right: 2.5rem; }
.slicewp-field-wrapper select { padding: 0.25rem; }
.slicewp-field-wrapper ul.slicewp-field-radio-wrapper,
.slicewp-field-wrapper ul.slicewp-field-checkbox-wrapper { list-style: none; padding: 0; margin: 0; }
.slicewp-field-wrapper ul.slicewp-field-radio-wrapper label,
.slicewp-field-wrapper ul.slicewp-field-checkbox-wrapper label,
.slicewp-field-wrapper.slicewp-field-wrapper-terms-and-conditions label { display: inline-block; width: auto; cursor: pointer; }
.slicewp-field-wrapper .slicewp-field-drag-drop-area { position: relative; padding: 2rem 1rem; text-align: center; border: 2px dashed #c1c1c1; border-radius: 5px; background: #f9f9f9; cursor: pointer; }
.slicewp-field-wrapper .slicewp-field-drag-drop-area.slicewp-highlight { border-color: #3498db; background: rgba( 52, 152, 219, 0.1 ); }
.slicewp-field-wrapper .slicewp-field-drag-drop-area svg { width: 30px; height: 30px; color: inherit; margin-bottom: 10px; }
.slicewp-field-wrapper .slicewp-field-drag-drop-area p { margin-top: 0; margin-bottom: 0; }
.slicewp-field-wrapper .slicewp-field-drag-drop-area input { position: absolute; top: 0; left: 0; opacity: 0; height: 1px; width: 1px; }
.slicewp-field-file-item { display: flex; align-items: center; line-height: 1; padding: 8px; background: #f1f1f1; border-radius: 4px; margin-top: 10px; font-size: 0.875rem; }
.slicewp-field-file-item-remove { margin-left: auto; }
.slicewp-field-file-item-remove svg { width: 16px; height: 16px; color: #000; vertical-align: middle; }
.slicewp-field-file-item-name { display: inline-block; vertical-align: middle; }
.slicewp-field-file-item-size { display: inline-block; vertical-align: middle; font-style: italic; margin-left: 5px; }
.slicewp-field-description * { font-size: 0.875rem; }
.slicewp-field-description > :first-child { margin-top: 0; }
.slicewp-field-description > :last-child { margin-bottom: 0; }
.slicewp-field-description-placement-before .slicewp-field-description { margin-bottom: 0.5rem; }
.slicewp-field-description-placement-after .slicewp-field-description { margin-top: 0.25rem; }
.slicewp-field-has-description > h2,
.slicewp-field-has-description > h3,
.slicewp-field-has-description > h4,
.slicewp-field-has-description > h5,
.slicewp-field-has-description > h6 { margin-bottom: 0.25rem; }
.slicewp-field-error-message * { font-size: 0.875rem; font-style: italic; color: #c0392b; }
.slicewp-field-error-message > :first-child { margin-top: 0; }
.slicewp-field-error-message > :last-child { margin-bottom: 0; }
.slicewp-field-rule { margin: 5px 0; }
.slicewp-field-wrapper .slicewp-field-input-password { position: relative; margin: 0; padding: 0; }
.slicewp-field-wrapper .slicewp-field-input-password .slicewp-show-hide-password { position: absolute; display: flex; align-items: center; justify-content: center; width: 22px; height: 22px; right: 11px; top: 50%; margin-top: -11px; }
.slicewp-field-wrapper .slicewp-field-input-password .slicewp-show-hide-password svg { display: block; }
.slicewp-field-wrapper .slicewp-field-input-password .slicewp-show-hide-password svg:last-of-type { display: none; }  .slicewp-button-primary { display: inline-flex; align-items: center; cursor: pointer; }
.slicewp-button-view-qr-code { margin-top: 10px; margin-left: 7px; }  .slicewp-status-pill { display: inline-flex; font-size: 0.875rem; line-height: 1; font-weight: 500; background: #cdd1d8; color: #34495e; padding: 8px 9px; border-radius: 3px; }
.slicewp-status-pill.slicewp-status-active,
.slicewp-status-pill.slicewp-status-complete,
.slicewp-status-pill.slicewp-status-paid { background: #c1e3db; color: #148f77; }
.slicewp-status-pill.slicewp-status-pending,
.slicewp-status-pill.slicewp-status-requested { background: #fde0c0; color: #b36508; }
.slicewp-status-pill.slicewp-status-unpaid { background: #c5dff4; color: #217dbb; }
.slicewp-status-pill.slicewp-status-rejected,
.slicewp-status-pill.slicewp-status-failed { background: #fed8d9; color: #b91c1c; }  .slicewp-card { position: relative; width: 100%; margin-bottom: 1.5em; background: #fff; border-radius: 2px; box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; box-sizing: border-box; }
.slicewp-card-header { padding: 20px; border-bottom: 1px solid rgba(200, 215, 225, 0.5); font-weight: bold; }
.slicewp-card-inner { padding: 20px; }
.slicewp-card-footer { padding: 20px; border-top: 1px solid rgba(200, 215, 225, 0.5); background: rgba(200, 215, 225, 0.15); box-sizing: border-box; }
.slicewp-card-footer-actions { text-align: right; }
.slicewp-card-footer-actions:after { content: ''; display: block; clear: both; }
.slicewp-card-footer-actions a { float: left; color: #777; line-height: 34px; outline: 0; box-shadow: none; }
.slicewp-card-footer-actions a:hover { color: #444; }  .slicewp-chart { height: 325px !important; }
.slicewp-chart-before { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.slicewp-chart-legend ul { list-style: none !important; display: inline-flex; align-items: center; gap: 18px; margin: 0 !important; padding: 0 !important; }
.slicewp-chart-legend ul li { list-style: none !important; display: inline-flex; align-items: center; gap: 8px; margin: 0 !important; padding: 0 !important; cursor: pointer; }
.slicewp-chart-legend ul li span.slicewp-color-box { display: inline-flex; align-items: center; justify-content: center; height: 10px; width: 10px; border-radius: 50%; background: #e1e9ef; }
.slicewp-chart-tooltip { position: absolute; min-width: 120px; width: max-content !important; text-align: left; padding: 12px 15px !important; background: rgba( 255, 255, 255, 0.95 ); border-radius: 4px; border: 1px solid rgba( 200, 215, 225, 1 ); box-shadow: 0 2px 5px rgba( 0, 0, 0, 0.1 ), 0 0 56px rgba( 0, 0, 0, 0.08 ); pointer-events: none; transform: translate( -50%, 0 ); opacity: 1; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-title { font-weight: 600; margin-bottom: 8px; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body { display: table; width: 100%; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div { display: table-row; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div > div { display: table-cell; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div > div:first-of-type { padding-right: 12px; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div > div:last-of-type { text-align: right; }
.slicewp-chart-tooltip .slicewp-chart-tooltip-body > div > div:first-of-type > span:first-of-type { display: inline-block; border-radius: 50%; height: 10px; width: 10px; margin-right: 10px; }
.slicewp-chart-time-unit-selector { width: auto; border:  1px solid #c8d7e1; border-radius: 5px; box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 5%) 0px 1px 2px 0px; padding: 4px 8px; font-size: 1rem; }
@media screen and ( max-width : 720px ) {
.slicewp-chart-legend ul { flex-flow: column; gap: 0; align-items: baseline; }
}  .slicewp-section-heading { margin-top: 0; margin-bottom: 0.625rem; font-size: 1.25rem; font-weight: 500; }
.slicewp-grid-affiliate-dashboard { margin-bottom: 1rem; }
.slicewp-card-affiliate-dashboard { margin-bottom: 0; flex-flow: column; }
.slicewp-affiliate-dashboard-filters { margin-bottom: 15px; }
.slicewp-affiliate-dashboard-filters form { display: flex; align-items: center; gap: 10px; margin: 0 !important; padding: 0 !important; }
.slicewp-affiliate-dashboard-filters button[type="submit"] { display: none; padding: 3px 12px; font-size: 1rem; line-height: 1.2rem; border: 1px solid transparent; }
.slicewp-card-affiliate-dashboard .slicewp-card-header { padding: 10px 20px 10px 20px; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner { display: flex; flex: 1; flex-flow: column; padding: 10px 20px 10px 20px }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-card-title { font-size: 1rem; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-value { display: flex; align-items: center; justify-content: space-between; font-size: 1.5rem; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction { display: flex; align-items: center; padding: 5px; border-radius: 3px; background: #f0f0f0; font-size: 0.825rem; line-height: 16px; width: auto; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction.slicewp-positive { background: rgba( 39, 174, 96, 0.1 ); color: #17956a; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction.slicewp-negative { background: rgba( 192, 57, 43, 0.1 ); color: #c0392b; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction svg { height: 12px; width: 12px; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction .slicewp-arrow-up,
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction .slicewp-arrow-down { display: none; margin-right: 5px; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction.slicewp-positive .slicewp-arrow-up { display: flex; }
.slicewp-card-affiliate-dashboard .slicewp-card-inner .slicewp-kpi-direction.slicewp-negative .slicewp-arrow-down { display: flex; }
.slicewp-card-affiliate-dashboard .slicewp-card-footer { padding: 10px 20px 10px 20px; font-size: 0.825em; }
.slicewp-card-affiliate-dashboard .slicewp-card-footer > :first-child { margin-top: 0; }
.slicewp-card-affiliate-dashboard .slicewp-card-footer > :last-child { margin-bottom: 0; }
.slicewp-grid.slicewp-grid-affiliate-dashboard-last-30-days { grid-template-columns: repeat( auto-fit, minmax( 30%, 1fr ) ); }  .slicewp-nav-tab-wrapper { display: flex; gap: 15px; margin: 1.5rem 0 0 0 !important; padding: 0 !important; list-style-type: none !important; }
.slicewp-nav-tab-wrapper:after { content: ''; display: block; clear: both; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab { list-style: none; border: 0; margin: 0 !important; padding: 0 !important; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab:before { display: none; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab a { display: block; width: auto; border-bottom: 2px solid transparent; padding: 10px 0 8px 0; box-sizing: border-box; box-shadow: none !important; text-decoration: none !important; outline: none !important; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab a:hover,
.slicewp-nav-tab-wrapper .slicewp-nav-tab a:focus,
.slicewp-nav-tab-wrapper .slicewp-nav-tab.slicewp-active a { border-bottom: 2px solid #2e4453; color: #2e4453; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab span { vertical-align: middle; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab svg,
.slicewp-nav-tab-wrapper .slicewp-nav-tab .dashicons { margin-right: 5px; }
.slicewp-tab { display: none; margin-top: 25px; }
.slicewp-tab.slicewp-active { display: block; }
@media screen and ( max-width : 720px ) {
.slicewp-nav-tab-wrapper { gap: 12px; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab a { padding-left: 5px; padding-right: 5px; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab svg { margin: 0; }
.slicewp-nav-tab-wrapper .slicewp-nav-tab span:last-of-type { display: none; }
}  .slicewp-tab img { max-width: 100%; height: auto; }
.slicewp-creative-shortcode-wrapper { margin: auto; padding: 10px; width: 100%; }
.slicewp-creative-shortcode-wrapper img { margin: 15px auto; display: block; }
.slicewp-creative-shortcode-textarea { font-size: 14px; width: 100%; height: 130px; }  .slicewp-lost-password { margin-top: 0.75rem; }  .slicewp-section-general-affiliate-link .slicewp-field-wrapper { margin-bottom: 0; }
.slicewp-affiliate-custom-link-output { margin-top: 25px; }
.slicewp-creative-affiliate-wrapper { margin: auto; width: 100%; }
.slicewp-creative-affiliate-wrapper img { margin: 15px auto; display: block; }
.slicewp-creative-affiliate-textarea { font-size: 14px; width: 100%; height: 130px; }
.slicewp-creative-wrapper-type-long-text .slicewp-creative-affiliate-textarea { height: 300px; }
.slicewp-creative-description { margin-bottom: 1rem; }
.slicewp-creative-description > :first-child { margin-top: 0; }
.slicewp-creative-description > :last-child { margin-bottom: 0; }
.slicewp-page-numbers-wrapper { display: inline-flex; gap: 5px; margin-top: 1.5rem; }
.slicewp-page-numbers-wrapper .page-numbers { display: inline-flex; align-items: center; justify-content: center; line-height: 30px; height: 30px; width: 30px; text-align: center; background: #f1f1f1; border-radius: 3px; text-decoration: none; }
.slicewp-page-numbers-wrapper .page-numbers.current { font-weight: bold; }
.slicewp-card-creative { flex-direction: column; margin-bottom: 0; }
.slicewp-card-creative .slicewp-card-inner { display: flex; flex: 1; justify-content: center; align-items: center; max-height: 12rem; }
.slicewp-card-creative.slicewp-creative-type-long-text .slicewp-card-inner { align-items: baseline; min-height: 12rem; }
.slicewp-card-creative.slicewp-creative-type-long-text .slicewp-card-inner > div { overflow: hidden; max-height: 100%; }
.slicewp-card-creative .slicewp-card-inner img { max-height: 100%; width: auto; }
.slicewp-card-creative .slicewp-card-inner span { text-decoration: underline; }
.slicewp-card-creative .slicewp-card-inner p:first-of-type { margin-top: 0; }
.slicewp-card-creative .slicewp-card-inner p:last-of-type { margin-bottom: 0; }
.slicewp-card-creative .slicewp-card-footer > div { display: flex; }
.slicewp-card-creative .slicewp-card-footer > div a { flex: 1; text-align: center; text-decoration: none; }
.slicewp-card-creative .slicewp-card-footer > div a,
.slicewp-card-creative .slicewp-card-footer > div span { vertical-align: middle; }
.slicewp-card-creative .slicewp-card-footer > div a svg { margin-right: 5px; }
.slicewp-creative-preview { padding: 1.5rem; margin-bottom: 10px; box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; text-align: center; }
.slicewp-creative-preview img { margin: 0 auto !important; max-width: 100% !important; height: auto !important; background: linear-gradient( 45deg,#d7d8da 25%,transparent 25%,transparent 75%,#d7d8da 75%,#d7d8da),linear-gradient(45deg,#d7d8da 25%,transparent 25%,transparent 75%,#d7d8da 75%,#d7d8da); background-position: 0 0,10px 10px; background-size: 20px 20px; }
.slicewp-creative-image-details { display: flex; margin-bottom: 1.5rem; align-items: flex-start; justify-content: space-between; }
.slicewp-creative-image-metadata { font-size: 0.9rem; text-align: right; }
.slicewp-creative-image-metadata span { display: flex; align-items: center; }
.slicewp-creative-image-metadata span svg { display: inline-block; margin: 0 1px; line-height: 1; width: 12px; height: 12px; }
.slicewp-creative-image-metadata span i { display: inline-block; font-style: normal; font-size: 150%; line-height: 0; margin: 0 5px; }
.slicewp-input-copy,
.slicewp-generate-affiliate-link { margin-top: 10px; }
.slicewp-input-copy-label-copied { display: none; }
@media screen and ( min-width: 721px ) {
.slicewp-menu-left,
.slicewp-menu-right { display: flex !important; flex-flow: row; gap: 1.5rem; }
.slicewp-menu-right { flex-direction: row-reverse; }
.slicewp-menu-left > div:nth-of-type(2),
.slicewp-menu-right > div:nth-of-type(2) { flex: 1; min-width: 0; }
.slicewp-menu-left .slicewp-nav-tab-wrapper,
.slicewp-menu-right .slicewp-nav-tab-wrapper { width: max-content; flex-flow: column; gap: 15px; }
.slicewp-menu-left .slicewp-nav-tab-wrapper .slicewp-nav-tab a { padding: 2px 1rem 2px 0; border-bottom: 0; border-right: 2px solid transparent; }
.slicewp-menu-right .slicewp-nav-tab-wrapper .slicewp-nav-tab a { padding: 2px 0 2px 1rem; border-bottom: 0; border-left: 2px solid transparent; }
.slicewp-menu-left .slicewp-nav-tab-wrapper .slicewp-nav-tab a:hover,
.slicewp-menu-left .slicewp-nav-tab-wrapper .slicewp-nav-tab a:focus,
.slicewp-menu-left .slicewp-nav-tab-wrapper .slicewp-nav-tab.slicewp-active a { border-color: #2e4453; }
.slicewp-menu-right .slicewp-nav-tab-wrapper .slicewp-nav-tab a:hover,
.slicewp-menu-right .slicewp-nav-tab-wrapper .slicewp-nav-tab a:focus,
.slicewp-menu-right .slicewp-nav-tab-wrapper .slicewp-nav-tab.slicewp-active a { border-color: #2e4453; }
}  #slicewp-affiliate-account { max-width: 100%; }
#slicewp-affiliate-account textarea,
#slicewp-affiliate-account input[type="text"] { width: 100%; }
#slicewp-affiliate-account [class^="slicewp-commission-rate-tag"] { display: block; }  body table.slicewp-list-table { width: 100%; margin-top: 0; margin-bottom: 0; border: 0 !important; border-radius: 2px; border-collapse: collapse; box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3; }
body table.slicewp-list-table tbody { border: 0 !important; }
body table.slicewp-list-table th,
body table.slicewp-list-table td { padding: 0.5rem 0.675rem; text-align: left; border: 0 !important; background: transparent !important; }
body table.slicewp-list-table th { background: rgba( 200, 215, 225, 0.15 ) !important; border-bottom: 1px solid #e9eff3 !important; border-right: 1px solid #e9eff3 !important; }
body table.slicewp-list-table td { word-break: break-all; border-top: 1px solid #e9eff3 !important; border-right: 1px solid #e9eff3 !important; }
body table.slicewp-list-table th:last-of-type,
body table.slicewp-list-table td:last-of-type { border-right: 0 !important; }
body table.slicewp-list-table tbody:first-of-type tr:first-of-type td { border-top: 0 !important; }
body table.slicewp-list-table .slicewp-column-actions { text-align: right; width: auto; width: 1px; white-space: nowrap; }
body table.slicewp-list-table .slicewp-column-status { width: 1px; white-space: nowrap; }
table.slicewp-list-table .slicewp-list-table-item-details-row { display: none; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td { overflow-y: hidden; padding: 0 !important; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div { height: 0; opacity: 0; transition: all 0.275s ease-in-out; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div > div { padding: 1.25rem; }
table.slicewp-list-table tbody.slicewp-active > .slicewp-list-table-item-details-row td > div { opacity: 1; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div > div > h4 { font-size: 1.25rem; margin: 0 0 1rem 0; padding: 0; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div > div > p { margin: 1rem 0; }
table.slicewp-list-table .slicewp-list-table-item-details-row > td > div > div > h4 + p { margin-top: -0.5rem; }
table.slicewp-list-table .slicewp-toggle-item-details { display: inline-flex; align-items: center; }
table.slicewp-list-table .slicewp-toggle-item-details:focus { outline: 0 !important; background-color: transparent !important; }
table.slicewp-list-table .slicewp-toggle-item-details svg { transition: transform 0.2s ease-in-out; }
table.slicewp-list-table tbody.slicewp-active .slicewp-toggle-item-details svg { transform: rotate( 180deg ); }
.slicewp-list-table-after,
.slicewp-list-table-before { display: flex; }
.slicewp-list-table-before { margin-bottom: 15px; }
.slicewp-list-table-after { margin-top: 15px; }
.slicewp-list-table-filters form { display: flex; align-items: center; gap: 10px; margin: 0 !important; padding: 0 !important; }
.slicewp-list-table-filters button[type="submit"] { display: inline-block; padding: 6px 12px; font-size: 1rem; line-height: 1.2rem; border: 1px solid transparent; }
.slicewp-list-table-per-page-selector { display: inline-flex; align-items: center; }
.slicewp-list-table-per-page-selector form { display: inline-flex; gap: 5px; align-items: center; margin: 0 !important; padding: 0 !important; }
.slicewp-list-table-per-page-selector select { width: auto !important; }
.slicewp-list-table-pagination { display: inline-flex; align-items: center; margin-left: auto; }
@media screen and ( max-width : 720px ) {
.slicewp-list-table-filters { width: 100%; }
.slicewp-list-table-filters form { width: 100%; flex-flow: column; }
.slicewp-list-table-filters button[type="submit"] { width: 100%; }
}  .slicewp-pagination-links { display: inline-flex; gap: 5px; margin-left: 10px; }
.slicewp-pagination-links .slicewp-pagination-link { display: inline-flex; align-items: center; justify-content: center; line-height: 30px; height: 30px; width: 30px; text-align: center; background: #f1f1f1; border-radius: 3px; }
.slicewp-pagination-links span.slicewp-pagination-link { opacity: 0.5; cursor: not-allowed; }  .slicewp-date-picker-wrapper { position: relative; display: inline-flex; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input { display: inline-flex; align-items: center; padding: 0 12px; font-size: 1rem; line-height: 1.2rem; color: #2e4453; border: 1px solid #c8d7e1; background: #fff; transition: all .15s ease-in-out; box-shadow: none; box-sizing: border-box; border-radius: 5px; box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 5%) 0px 1px 2px 0px; cursor: pointer; user-select: none; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input:hover { border-color: #bbceda; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input svg { margin-right: 5px; opacity: 0.8; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input .slicewp-date-picker-input-date-range { padding: 6px 0; }
.slicewp-date-picker-wrapper .slicewp-date-picker-input .slicewp-date-picker-input-dates { display: none; border-left: 1px solid #c8d7e1; padding: 6px 0 6px 8px; margin-left: 8px; }
.slicewp-date-picker-modal { display: none; position: absolute; z-index: 10; top: 100%; left: 0; margin-top: 8px; background: #fff; box-shadow: 0px 0px 0px 1px rgb(18 18 23 / 10%), 0px 24px 48px rgb(18 18 23 / 3%), 0px 10px 18px rgb(18 18 23 / 3%), 0px 5px 8px rgb(18 18 23 / 4%), 0px 2px 4px rgb(18 18 23 / 4%); border-radius: 8px; }
.slicewp-date-picker-wrapper.slicewp-is-open .slicewp-date-picker-modal { display: inline-flex; }
.slicewp-date-picker-predefined-date-ranges { border-right: 1px solid rgb(18 18 23 / 15%); padding: 25px; width: max-content; }
a.slicewp-date-picker-predefined-date-range { display: block; width: 100%; border-radius: 4px; padding: 4px 12px; color: inherit; text-decoration: none !important; box-sizing: border-box; }
a.slicewp-date-picker-predefined-date-range:hover { background: rgba( 200, 215, 225, 0.25 ); }
a.slicewp-date-picker-predefined-date-range[data-range="custom"] { display: none; }
.slicewp-date-picker-wrapper .slicewp-litepicker { padding: 20px; }
.slicewp-date-picker-wrapper .slicewp-litepicker svg { margin: 0 !important; }
.slicewp-date-picker-wrapper .slicewp-litepicker .month-item-header { padding-top: 0; padding-right: 0; padding-left: 0; }
.slicewp-date-picker-wrapper .slicewp-litepicker .month-item-header .month-item-name { text-transform: capitalize; }
.slicewp-date-picker-wrapper .slicewp-litepicker .button-previous-month,
.slicewp-date-picker-wrapper .slicewp-litepicker .button-next-month { width: 40px; height: 40px; padding: 0 !important; border-radius: 4px !important; text-align: center !important; margin: 0 !important; cursor: pointer !important; }
.slicewp-date-picker-wrapper .slicewp-litepicker .button-previous-month:hover,
.slicewp-date-picker-wrapper .slicewp-litepicker .button-next-month:hover { background: rgba( 200, 215, 225, 0.25 ) !important; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__months { box-shadow: none; border: 0; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days > div,
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days > a { padding: 0; line-height: 40px; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item { cursor: pointer; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item.is-today { font-weight: bold; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item.is-today:not(.is-start-date):not(.is-end-date):not(.is-in-range) { background: rgba( 200, 215, 225, 0.15 ); }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item:hover { box-shadow: none !important; border: 0; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days .day-item:hover:not(.is-start-date):not(.is-end-date) { background: rgba( 200, 215, 225, 0.25 ); }
@media screen and ( max-width : 720px ) {
.slicewp-date-picker-wrapper,
.slicewp-date-picker-input { width: 100%; }
.slicewp-date-picker-modal { flex-flow: column; max-width: 100%; width: 100%; }
.slicewp-date-picker-predefined-date-ranges { display: grid; grid-template-columns: repeat( 2, 1fr ); gap: 5px; width: 100%; border-right: 0; border-bottom: 1px solid rgb(18 18 23 / 15%); }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__months { width: 100%; }
.slicewp-date-picker-wrapper .slicewp-litepicker { display: block !important; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__months .month-item { width: 100%; }
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days > div,
.slicewp-date-picker-wrapper .slicewp-litepicker .container__days > a { width: 14.2857%; }
}[data-accordion] [data-content] {overflow: hidden; max-height: 0;}
[data-accordion] {line-height: auto;}
[data-control],
[data-content] > * {padding: 5px;}
[data-content] [data-accordion] {border: 0; padding: 0;}
[data-accordion] [data-control] {position: relative;}
[data-accordion] > [data-control]:after {content: ""; position: absolute; right: 10px; top: 0; bottom: 0; color: #444; width: 24px; background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/sp-faq/assets/images/down.png) center center no-repeat; background-size: 50%;}
[data-accordion].open > [data-control]:after {-webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg);}
.faq-title{cursor:pointer; padding:15px 30px 15px 15px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.faq-title h4{margin:0px !important; font-size:20px !important; line-height:22px !important; padding: 0 !important;}
.faq-accordion .faq-main{border:1px solid #d9d9d9; margin-bottom:15px; background:#f4f4f4; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
.faq-accordion .faq-main.open{background:#fff;}
.faq-accordion .faq-main.open h4{color:#333}

@font-face {
font-family: helveticabold;
src: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helvetica_bold_0-webfont.eot);
src: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helvetica_bold_0-webfont.eot?#iefix) format('embedded-opentype'), url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helvetica_bold_0-webfont.woff) format('woff'), url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helvetica_bold_0-webfont.ttf) format('truetype'), url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helvetica_bold_0-webfont.svg#helveticabold) format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: helveticaregular;
src: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helvetica_0-webfont.eot);
src: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helvetica_0-webfont.eot?#iefix) format('embedded-opentype'), url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helvetica_0-webfont.woff) format('woff'), url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helvetica_0-webfont.ttf) format('truetype'), url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helvetica_0-webfont.svg#helveticaregular) format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: helveticaneue-light;
src: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helveticaneue-light.eot);
src: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helveticaneue-light.eot?#iefix) format('embedded-opentype'),
url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helveticaneue-light.woff) format('woff'),
url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helveticaneue-light.ttf) format('truetype'),
url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/fonts/helveticaneue-light.svg#helveticaneue-light) format('svg');
font-weight: 400;
font-style: normal;
}
body {
margin: 0;
padding: 0;
}
.clear {
clear: both;
}
.space {
clear: both;
padding: 30px 0 0;
width: 100%;
float: left;
}
.sfsi_mainContainer {
font-family: helveticaregular;
}
.sfsi_mainContainer h1,
.sfsi_mainContainer h2,
.sfsi_mainContainer h3,
.sfsi_mainContainer h4,
.sfsi_mainContainer h5,
.sfsi_mainContainer h6,
.sfsi_mainContainer li,
.sfsi_mainContainer p,
.sfsi_mainContainer ul {
margin: 0;
padding: 0;
font-weight: 400;
}
.sfsi_mainContainer img {
border: 0;
}
.main_contant p,
.ui-accordion .ui-accordion-header {
font-family: 'helveticaneue-light';
}
.sfsi_mainContainer input,
.sfsi_mainContainer select {
outline: 0;
}
.wapper {
padding: 48px 106px 40px 20px;
display: block;
background: #f1f1f1;
}
.main_contant {
margin: 0;
padding: 0;
}
.main_contant h1 {
padding: 0;
color: #1a1d20;
font-family: helveticabold;
font-size: 28px;
}
.main_contant p {
padding: 0;
color: #414951;
font-size: 17px;
line-height: 26px;
}
.main_contant p span {
text-decoration: underline;
font-family: helveticabold;
}
.like_txt {
margin: 30px 0 0;
padding: 0;
color: #12a252;
font-family: helveticaregular;
font-size: 20px;
line-height: 20px;
text-align: center;
}
.like_txt a {
color: #12a252;
}
#accordion p,
#accordion1 p {
color: #5a6570;
text-align: left;
font-family: 'helveticaneue-light';
font-size: 17px;
line-height: 26px;
padding-top: 19px;
}
.sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .cstmdisplaysharingtxt {
float: left;
}
#accordion p:first-child,
#accordion1 p:first-child {
padding-top: 3px;
}
#accordion h4,
#accordion1 h4 {
margin: 0;
padding: 30px 0 0;
color: #414951;
font-size: 20px;
line-height: 22px;
font-family: helveticaregular;
}
#accordion h4:first-child,
#accordion1 h4:first-child {
padding-top: 0;
}
#accordion .tab8 h4:first-child,
#accordion1 h4:first-child {
margin-left: 0 !important
}
.tab1,
.tab2,
.tab3,
.tab4,
.tab5,
.tab6,
.tab7 {
color: #5a6570;
text-align: left;
font-family: helveticaregular;
font-size: 18px;
line-height: 26px;
}
.tab4 ul.like_icon {
margin: 0;
padding: 20px 0 0;
list-style: none;
text-align: center;
}
.tab4 ul.like_icon li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.tab4 ul.like_icon li span {
margin: 0;
width: 58px;
display: block;
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/count_bg.png) no-repeat;
height: 38px;
overflow: hidden;
padding: 10px 2px 2px;
font-size: 17px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.tab4 ul.like_icon li a {
color: #5a6570;
text-decoration: none;
}
.tab4 ul.enough_waffling {
margin: 0;
padding: 25px 0 27px;
list-style: none;
text-align: center;
}
.tab4 ul.enough_waffling li {
margin: 0 22px;
padding: 0;
list-style: none;
display: inline-block;
}
.tab4 ul.enough_waffling li span {
float: left;
}
.tab4 ul.enough_waffling li label {
margin: 0 0 0 20px;
float: left;
font-family: helveticaregular;
font-size: 18px;
font-weight: 400;
text-align: center;
line-height: 38px;
color: #5a6570;
}
.sfsi_mainContainer .checkbox {
width: 31px;
height: 31px;
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/check_bg.jpg) no-repeat;
display: inherit;
}
.tab8 .social_icon_like1 li span.checkbox {
width: 31px;
height: 31px;
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/check_bg.jpg) no-repeat;
display: inherit;
}
.tab8 .social_icon_like1 li a {
float: left;
}
.sfsi_mainContainer .radio {
width: 40px;
height: 40px;
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/radio_bg.png) no-repeat;
display: inherit;
}
.sfsi_mainContainer .select {
width: 137px;
height: 47px;
font-size: 17px;
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/select_bg.jpg) no-repeat;
display: block;
padding-left: 16px;
line-height: 49px;
}
.sfsi_mainContainer .line {
background: #eaebee;
height: 1px;
font-size: 0;
margin: 15px 0 0;
clear: both;
width: 100%;
float: left;
}
.sfsiplus_specify_counts {
display: block;
margin-top: 15px;
padding-top: 15px;
clear: both;
width: 100%;
float: left;
border-top: 1px solid #eaebee;
}
.sfsiplus_specify_counts .radio_section {
width: 30px;
float: left;
margin: 12px 10px 0 0;
}
.sfsiplus_specify_counts .social_icon_like {
width: 54px;
float: left;
margin: 0 15px 0 0;
}
.sfsiplus_specify_counts .social_icon_like ul {
margin: 0;
padding: 0 !important;
list-style: none;
text-align: center;
}
.sfsiplus_specify_counts .social_icon_like li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.sfsiplus_specify_counts .social_icon_like li span {
margin: 0;
width: 54px;
display: block;
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/count_bg.jpg) no-repeat;
height: 24px;
overflow: hidden;
padding: 10px 2px 2px;
font-family: helveticaregular;
font-size: 16px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.sfsiplus_specify_counts .social_icon_like li a {
color: #5a6570;
text-decoration: none;
}
.sfsiplus_specify_counts .social_icon_like img {
width: 54px;
}
.sfsiplus_specify_counts .listing {
width: 88%;
margin-top: -5px;
display: inherit;
float: left;
}
.sfsiplus_specify_counts .listing ul {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.sfsiplus_specify_counts .listing li {
margin: 15px 0 0;
padding: 0;
list-style: none;
clear: both;
line-height: 39px;
font-size: 17px;
}
.sfsiplus_specify_counts .listing li span {
float: left;
margin-right: 20px;
}
.sfsiplus_specify_counts .listing li .input {
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
margin-left: 25px;
}
.sfsiplus_specify_counts .listing li .input_facebook {
width: 288px;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
margin-left: 16px;
}
.save_button {
width: 450px;
padding-top: 30px !important;
clear: both;
margin: auto;
}
.save_button a {
background: #12a252;
text-align: center;
font-size: 23px;
color: #FFF !important;
display: block;
padding: 11px 0;
text-decoration: none;
}
.save_button a:hover {
background: #079345
}
.tab5 ul.plus_share_icon_order {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.tab5 ul.plus_share_icon_order li {
margin: 22px 6px 0 0;
padding: 0;
list-style: none;
float: left;
line-height: 37px;
}
.tab5 ul.plus_share_icon_order li:last-child {
margin: 22px 0 0 3px;
}
.tab5 .row {
border-top: 1px solid #eaebee;
margin-top: 25px;
padding-top: 15px;
clear: both;
display: block;
width: 100%;
float: left;
font-family: helveticaregular;
line-height: 42px;
}
.tab5 .icons_size {
position: relative;
}
.tab5 .icons_size span {
margin-right: 18px;
display: block;
float: left;
font-size: 18px;
font-weight: 400;
line-height: 46px;
}
.tab5 .icons_size span.last {
margin-left: 55px;
}
.tab5 .icons_size input {
width: 73px;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 12px 12px 12px;
margin-right: 18px;
float: left;
display: block;
}
.tab5 .icons_size select.styled {
position: absolute;
left: 0;
width: 135px;
height: 46px;
line-height: 46px;
}
.tab5 .icons_size .field {
position: relative;
float: left;
display: block;
margin-right: 20px;
}
.tab5 .icons_size ins {
margin-right: 25px;
float: left;
font-size: 17px;
font-weight: 400;
text-decoration: none;
}
.tab5 .icons_size ins.leave_empty {
line-height: 23px;
}
.tab5 .icons_size {
padding-top: 15px;
}
.tab5 ul.enough_waffling {
margin: -5px 0 0;
padding: 0;
list-style: none;
text-align: center;
}
.tab5 .new_wind .sfsiplus_row_onl ul.enough_waffling {
margin: 20px 0 0 0;
padding: 0;
list-style: none;
height: 38px;
text-align: left;
}
.tab5 ul.enough_waffling li {
margin: 0 22px;
padding: 0;
list-style: none;
display: inline-block;
}
.tab5 ul.enough_waffling li span {
float: left;
}
.tab5 ul.enough_waffling li label {
margin: 0 0 0 20px;
float: left;
font-family: helveticaregular;
font-size: 18px;
font-weight: 400;
text-align: center;
line-height: 38px;
color: #5a6570;
}
.sticking p {
float: left;
font-size: 18px !important;
}
.sticking p.list {
width: 168px;
}
.sticking p.link {
margin: 3px 0 0 12px;
padding: 0 !important;
float: left;
}
.sticking .float {
margin-left: 188px;
margin-top: 3px;
float: left;
font-size: 17px;
}
.sticking ul {
margin: 0;
padding: 30px 0 0;
list-style: none;
float: left;
}
.sticking a {
color: #a4a9ad;
text-decoration: none;
}
.sticking .field {
position: relative;
float: left;
display: block;
margin-left: 20px;
}
.sticking .field .select {
width: 206px;
height: 47px;
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/select_bg1.jpg) no-repeat;
display: block;
padding-left: 10px;
}
.sticking .field select.styled {
position: absolute;
left: 0;
top: 0;
width: 211px;
line-height: 46px;
height: 46px;
}
.mouseover_field {
width: 455px;
float: left;
font-size: 18px;
margin-top: 10px;
}
.mouseover_field label {
width: 125px;
float: left;
}
.mouseover_field input {
width: 256px;
float: left;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
}
.tab6 .social_icon_like1 {
width: 100%;
float: left;
margin: 0;
padding: 35px 0 0;
text-align: center;
}
.tab6 .social_icon_like1 ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.tab6 .social_icon_like1 li {
margin: 0 20px;
padding: 0;
width: auto;
list-style: none;
display: inline-block;
}
.tab6 .social_icon_like1 li span,
.tab8 .social_icon_like1 li span {
margin: 0;
width: 44px;
display: block;
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/count_bg1.png) no-repeat;
height: 22px;
overflow: hidden;
padding: 2px 2px 2px 10px;
font-family: helveticaregular;
font-size: 15px;
text-align: center;
line-height: 20px;
color: #5a6570;
float: left;
}
.tab6 .social_icon_like1 li img {
float: left;
margin-right: 5px;
display: block;
}
.tab6 .social_icon_like1 li a {
color: #5a6570;
text-decoration: none;
display: block;
}
.tab6 ul.usually {
margin: 28px 0 6px 60px;
padding: 0;
list-style: none;
}
.tab6 ul.usually li {
margin: 0;
padding: 0;
width: auto;
list-style: none;
text-align: left;
font-size: 17px;
}
.tab6 ul.enough_waffling {
margin: 25px 0 0;
padding: 0;
list-style: none;
text-align: center;
}
.tab6 ul.enough_waffling li {
margin: 0 22px;
padding: 0;
list-style: none;
display: inline-block;
}
.tab6 ul.enough_waffling li span {
float: left;
}
.tab6 ul.enough_waffling li label {
margin: 0 0 0 20px;
float: left;
font-family: helveticaregular;
font-size: 18px;
font-weight: 400;
text-align: center;
line-height: 38px;
color: #5a6570;
}
.tab6 .row {
border-top: 1px solid #eaebee;
margin-top: 25px;
padding-top: 15px;
clear: both;
display: block;
width: 100%;
float: left;
font-family: helveticaregular;
line-height: 42px;
}
.tab6 .options {
margin-top: 25px;
clear: both;
width: 100%;
float: left;
}
.tab6 .options label {
width: 345px;
float: left;
font-size: 18px;
font-family: helveticaregular;
color: #5a6570;
line-height: 46px;
}
.tab6 .options label.first {
font-family: helveticaregular;
font-size: 18px;
}
.tab6 .options input {
width: 308px;
float: left;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
}
.tab6 .options .field {
width: 223px;
float: left;
position: relative;
}
.tab6 .options .field .select {
width: 207px;
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/select_bg1.jpg) no-repeat;
display: block;
padding-left: 17px;
font-family: helveticaregular;
}
.tab6 .options .field select.styled {
position: absolute;
left: 0;
top: 0;
width: 213px;
line-height: 46px;
height: 46px;
}
.tab7 h3 {
margin: 14px 0 6px;
padding: 0;
color: #a7a9ac;
font-family: helveticaregular;
font-size: 20px;
text-align: left;
}
.tab7 .close {
position: absolute;
right: 18px;
top: 18px;
}
.tab7 .text_options {
width: 400px;
float: left;
}
.tab7 .text_options.layout {
margin-left: 35px;
}
.tab7 .sfsiplus_row_tab {
margin-top: 10px;
width: 100%;
float: left;
}
.tab7 .text_options label {
width: 121px;
float: left;
line-height: 46px;
font-size: 18px;
color: #516570;
}
.tab7 .text_options.layout label {
line-height: 20px;
font-size: 18px;
}
.tab7 .text_options.layout label.border {
line-height: 46px;
}
.tab7 .text_options input {
width: 274px;
float: left;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 13px 10px;
font-size: 17px;
color: #5a6570;
}
.tab7 .text_options input.small {
width: 138px;
}
.tab7 .text_options .field {
width: 223px;
float: left;
position: relative;
}
.tab7 .text_options .field .select {
width: 215px;
padding-right: 21px;
height: 47px;
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/select_bg1.jpg) no-repeat;
display: block;
padding-left: 10px;
line-height: 46px;
font-size: 17px;
color: #414951;
}
.tab7 .text_options .field select.styled {
position: absolute;
left: 0;
top: 0;
width: 213px;
line-height: 46px;
height: 46px;
}
.tab7 .color_box {
width: 40px;
height: 34px;
border: 3px solid #fff;
box-shadow: 1px 2px 2px #ccc;
float: left;
position: relative;
margin-left: 13px;
}
.tab7 .color_box1 {
width: 100%;
height: 34px;
background: #5a6570;
box-shadow: 1px -2px 15px -2px #d3d3d3 inset;
}
.tab7 .corner {
width: 10px;
height: 10px;
background: #fff;
position: absolute;
right: 0;
bottom: 0;
}
.tab7 ul.border_shadow {
margin: 0;
padding: 5px 0 0;
list-style: none;
float: left;
width: 257px;
}
.tab7 ul.border_shadow li {
margin: 0;
padding: 0 0 0 40px;
list-style: none;
float: left;
}
.tab7 ul.border_shadow li:first-child {
padding: 0;
}
.tab7 ul.border_shadow li span {
float: left;
}
.tab7 ul.border_shadow li label {
float: left;
width: auto;
font-family: helveticaregular;
font-size: 18px;
font-weight: 400;
text-align: center;
line-height: 40px !important;
color: #5a6570;
padding: 0 0 0 20px;
}
.tab7 .row {
border-top: 1px solid #eaebee;
margin-top: 25px;
padding-top: 15px;
clear: both;
display: block;
width: 100%;
float: left;
font-family: helveticaregular;
line-height: 42px;
}
.tab7 .pop_up_show {
width: 100%;
float: left;
margin-top: 20px;
}
.tab7 .pop_up_show span {
float: left;
}
.tab7 .pop_up_show label {
float: left;
width: auto;
font-size: 18px;
font-weight: 400;
text-align: center;
line-height: 38px !important;
color: #5a6570;
padding: 0 0 0 20px;
}
.tab7 .pop_up_show input.add {
width: 257px;
float: left;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
margin-left: 40px;
}
.tab7 .pop_up_show input.seconds {
width: 60px;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
margin: 0 7px;
}
.tab7 .pop_up_show a {
text-decoration: underline;
color: #a4a9ad;
font-size: 16px;
margin-left: 20px;
}
.tab7 .pop_up_show .field {
width: 135px;
float: left;
position: relative;
margin-left: 20px;
font-size: 17px;
font-family: helveticaregular;
}
.tab7 .pop_up_show .field .select {
width: 127px;
height: 48px;
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/select_bg.jpg) no-repeat;
display: block;
padding-left: 10px;
line-height: 46px;
font-size: 16px;
color: #5a6570;
}
.tab7 .pop_up_show .field select.styled {
position: absolute;
left: 0;
top: 0;
width: 135px;
line-height: 46px;
height: 46px;
}
.pop_up_box {
width: 474px;
background: #FFF;
box-shadow: 0 0 5px 3px #d8d8d8;
margin: 200px auto;
padding: 20px 25px 0;
font-family: helveticaregular;
color: #5a6570;
min-height: 250px;
position: relative;
}
.pop_up_box h4,
.pop_up_box_ex h4 {
font-size: 20px;
color: #5a6570;
text-align: center;
margin: 0;
padding: 0;
line-height: 22px;
}
.pop_up_box p,
.pop_up_box_ex p {
font-size: 17px;
line-height: 28px;
color: #5a6570;
text-align: left;
margin: 0;
padding: 25px 0 0;
font-family: helveticaregular;
}
.sfsi_popupcntnr {
float: left;
width: 100%
}
.sfsi_popupcntnr>h3 {
color: #000;
float: left;
font-weight: 700;
margin-bottom: 5px;
width: 100%
}
ul.flwstep {
float: left;
width: 100%
}
ul.flwstep>li {
color: #000;
font-size: 16px;
margin: 5px;
}
.upldbtn {
float: left;
text-align: center;
width: 100%
}
.upload_butt {
background-color: #12a252;
border: none;
color: #fff;
font-weight: 700;
margin-top: 10px;
padding: 5px 27px;
width: auto;
cursor: pointer;
font-size: 15px !important;
}
@media (min-width: 295px) and (max-width: 558px) {
.sfsi_premium_wechat_follow_overlay .upload_butt {
padding: 5px;
}
}
@media (max-width: 295px) {
.sfsi_premium_upload_butt_container {
width: 100% !important;
padding-bottom: 5px !important;
}
}
.pop_up_box .button {
background: #12a252;
font-size: 22px;
line-height: 24px;
color: #5a6570;
text-align: center;
min-height: 80px;
margin-top: 32px;
box-shadow: none;
word-wrap: break-word;
white-space: normal;
}
.pop_up_box .button:hover {
box-shadow: none !important;
}
.pop_up_box .button a.activate {
padding: 0px 0;
}
.pop_up_box a,
.pop_up_box_ex a {
color: #a4a9ad;
font-size: 20px;
text-decoration: none;
text-align: center;
display: inline-block;
margin-top: 20px;
width: 100%;
}
.pop_up_box .upload {
width: 100%;
float: left;
text-align: left;
margin-top: 15px;
height: 46px;
}
.pop_up_box .upload label {
width: 135px;
float: left;
line-height: 45px;
font-size: 18px;
font-family: helveticaregular;
text-align: left;
}
.pop_up_box .upload input[type=text] {
width: 248px;
float: left;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 0 10px;
font-size: 16px;
height: 44px;
text-align: left;
color: #5a6570;
font-family: helveticaregular;
}
.pop_up_box .upload input.upload_butt {
width: 100px;
background: #12a252;
box-shadow: 0 0 0;
border: 0;
text-align: center;
font-size: 18px;
color: #fff;
font-family: helveticaregular;
height: 45px;
right: 32px;
top: 71px;
position: absolute;
}
.pop_up_box .upload a {
color: #12a252;
font-size: 18px;
text-decoration: underline;
font-family: helveticaregular;
margin: 0 0 16px 140px;
}
.pop_up_box a:hover,
.pop_up_box_ex a:hover {
color: #a4a9ad;
}
.tab1 ul.plus_icn_listing {
list-style: none;
overflow: hidden;
border-top: #e7e8eb solid 1px;
margin: 35px 0 0;
}
.tab1 ul.plus_icn_listing li {
border-bottom: #eaebed solid 1px;
padding: 11px 0 11px 8px;
float: left;
width: 100%
}
ul.plus_icn_listing li .tb_4_ck {
float: left;
margin: 10px 0 0;
}
.upload_pop_up .upload_butt {
line-height: 27px;
margin-left: 6px
}
ul.sfsiplus_icn_listing8 li .tb_4_ck {
float: left;
margin: 10px 0 0;
}
.tab8 .cstmdsplyulwpr .radio_section.tb_4_ck {
margin-right: 10px !important;
}
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdsplsub {
margin-top: 3px;
}
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdspllke {
margin-top: 3px;
}
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdsplggpls {
margin-top: 3px;
}
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdspltwtr {
margin-top: 4px;
}
.tab8 .social_icon_like1.cstmdsplyulwpr .cstmdsplshr {
margin-top: 3px;
}
.tab2 {
overflow: hidden;
}
.tab2 .rss_url_row {
width: 100%;
float: left;
margin: 0 0 10px;
}
.tab2 .rss_url_row h4 {
float: left;
line-height: 43px !important;
}
.tab2 .inr_cont input.add,
.tab2 .inr_cont textarea.add_txt,
.tab2 .rss_url_row input.add {
width: 363px;
float: left;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 12px 10px 11px;
margin-left: 227px;
margin-top: -38px;
}
.tab2 .rss_url_row input.add {
margin-left: 10px;
margin-top: 0;
}
.tab2 .inr_cont input.add1,
.tab2 .rss_url_row input.add1 {
width: 363px;
float: left;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 12px 10px 11px;
margin-left: 284px;
margin-top: -34px;
}
.tab2 .rss_url_row a.rit_link {
float: left;
margin: 10px 0 0 16px;
font-size: 17px;
}
.tab2 .row {
float: left;
border-top: 2px solid #f2f3f4;
clear: both;
padding: 0 0 15px;
width: 100%
}
.tab2 .row .tab_2_email_sec {
list-style: none;
margin: 17px 0 0;
overflow: hidden;
}
.row ul.tab_2_email_sec li {
float: left;
margin-right: 10px;
width: 32%;
}
.sfsiplusicnsdvwrp {
width: 110px;
float: left;
}
.row ul.tab_2_email_sec:first-child {
margin-right: 2%
}
.inr_cont .fb_url {
clear: both;
}
.inr_cont .fb_url .checkbox,
.inr_cont .fb_url input.add,
.inr_cont .fb_url label,
.inr_cont .fb_url lable {
float: left;
}
.inr_cont .fb_url input.add {
margin-left: 19px;
margin-top: 0;
}
.inr_cont .fb_url .checkbox {
margin: 6px 0 0;
}
.inr_cont .fb_url label {
line-height: 41px;
margin: 0 0 0 15px;
font-size: 18px;
}
.inr_cont textarea.add_txt {
resize: none;
margin: 0 0 0 19px !important;
height: 60px;
}
.tab2 .inr_cont textarea.add_txt {
width: 382px !important;
height: 90px;
overflow: hidden;
}
.tab2 .inr_cont input.add {
width: 417px;
}
.red_txt,
.tab2 .red_txt {
color: #ef4745 !important;
text-align: center !important;
padding-top: 5px !important;
}
.green_txt {
color: #12A252 !important;
text-align: center !important;
padding-top: 5px !important;
}
.red_txt {
color: #f80000 !important;
text-align: center !important;
padding-top: 5px !important;
}
.linked_tab_2 .fb_url label {
width: 22%;
font-family: 'helveticaneue-light';
}
.twt_tab_2 label {
width: 18%
}
.bdr_top {
border-top: none !important;
}
.linked_tab_2 .fb_url input.link_dbl {
margin-bottom: 6px;
}
.tab3 {
overflow: hidden;
}
.tab3 .row {
padding: 15px 0;
clear: both;
overflow: hidden;
}
.tab3 .row.sfsiplusmousetxt {
border: medium none;
}
.tab3 ul.tab_3_list {
overflow: hidden;
margin: 4px 0 11px;
}
.tab8 .sfsiplus_toglepstpgspn {
font-weight: bold;
}
ul.tab_3_list li {
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/tab_3_list_bg.jpg) 13px 7px no-repeat;
padding: 0 0 0 30px;
color: #778088;
font-family: helveticaregular;
font-size: 17px;
margin-bottom: 4px;
}
.tab5 ul.tab_3_list li {
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/tab_3_list_bg.jpg) 13px 18px no-repeat;
}
.tab3 .row h3 {
margin: 0 0 20px;
color: #414951;
font-size: 20px;
}
ul.sfsiplus_tab_3_icns {
list-style: none;
margin: 10px 0 0;
overflow: hidden;
}
ul.sfsiplus_tab_3_icns li {
width: 100%;
margin: 0 0 21px;
float: left;
}
ul.sfsiplus_tab_3_icns label {
float: left;
line-height: 42px;
color: #69737C;
font-size: 18px;
font-family: helveticaregular;
min-width: 120px;
}
ul.sfsiplus_tab_3_icns li .sfsiplus_icns_tab_3,
ul.sfsiplus_tab_3_icns li .radio {
float: left;
}
.tab3 .sub_row {
float: left;
margin: 35px 0 0 4%;
width: 90%
}
.tab3 .sub_row h4 {
color: #a4a9ad !important;
}
.tab3 .sub_row p {
padding-top: 18px !important;
clear: both;
overflow: hidden;
}
.sub_row .sub_sub_box p {
padding-top: 18px !important;
}
.tab3 .sub_row .checkbox {
float: left;
margin-top: 4px;
}
.tab3 .sub_row .sub_sub_box {
width: 80%;
margin: 7px 0 15px 10%;
float: left;
}
.tab3 .sub_row input.smal_inpt {
width: 73px;
background: #e5e5e5;
box-shadow: 2px 2px 3px #dcdcdc inset;
border: 0;
padding: 10px;
float: left;
}
.tab3 .sub_row .drop_lst {
border: 1px solid #d6d6d6;
font-size: 16px;
color: #5a6570;
width: 120px;
}
.tab3 .first_row,
.tab3 .first_row p,
.tab3 .first_row p .radio,
.tab3 .first_row p label {
float: left;
}
.tab3 .first_row {
width: 90%;
float: left;
}
.tab3 .first_row p {
padding: 0 !important;
}
.tab3 .first_row p label {
line-height: 44px;
margin: 0 10px;
}
.tab3 .first_row p:last-child {
margin-left: 27%
}
.tab3 .tab_1_sav {
padding-top: 20px !important;
margin: 10px auto 20px;
}
.suc_msg {
background: #12A252;
color: #FFF;
display: none;
font-size: 23px;
padding: 10px;
text-align: left;
text-decoration: none;
}
.error_msg {
background: #D22B30;
color: #FFF;
display: none;
font-size: 23px;
padding: 10px;
text-align: left;
text-decoration: none;
}
.fileUPInput {
cursor: pointer;
position: relative;
top: -43px;
right: 0;
z-index: 99;
height: 42px;
font-size: 5px;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
width: 100%
}
.inputWrapper {
height: 20px;
width: 50px;
overflow: hidden;
position: relative;
cursor: pointer;
}
.sfsiplus_custom-txt {
background: none !important;
padding-left: 2px !important;
}
.plus_custom-img {
float: left;
margin-left: 11px;
}
.loader-img {
float: left;
margin-left: -70px;
display: none;
}
.fb-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #d3d3d3;
z-index: -1000;
padding: 20px;
opacity: 0;
display: block;
}
.inputError {
border: 1px solid #f80000 !important;
}
.sfsicloseBtn {
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
.sfsi_plus_tool_tip_2 .tool_tip>img,
.tool_tip>img {
display: inline-block;
margin-right: 4px;
float: left;
}
.top_arow {
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/top_aro.png) no-repeat;
position: absolute;
top: -29px;
left: 38%;
width: 33px;
height: 29px;
background-color: #fff;
}
.sfsi_plus_tool_tip_2 .top_arow .sfsi_plus_inside,
.top_arow .sfsi_plus_inside {
float: left;
}
.sfsi_plus_tool_tip_2 .tool_tip>img,
.tool_tip>img {
display: inline-block;
margin-right: 4px;
float: left;
}
.sfsiplus_norm_row {
float: left;
min-width: 25px;
}
.sfsiplus_norm_row a {
border: none;
display: inline-block;
position: relative;
}
.sfsi_plus_widget {
min-height: 55px;
}
.sfsi_plus_tool_tip_2 a {
min-height: 0 !important;
}
.sfsi_plus_widget a img {
box-shadow: none !important;
outline: 0;
}
.sfsi_plus_wicons {
display: inline-block;
color: #000;
}
.sel-active {
background-color: #f7941d;
}
.sfsi_plus_outr_div .close {
position: absolute;
right: 18px;
top: 18px;
}
.sfsi_plus_outr_div h2 {
color: #778088;
font-family: helveticaregular;
font-size: 26px;
margin: 0 0 9px;
padding: 0;
text-align: center;
font-weight: 400;
}
.sfsi_plus_outr_div ul li a {
color: #5A6570;
text-decoration: none;
}
.sfsi_plus_outr_div ul li {
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
float: none;
}
.expanded-area {
display: none;
}
.sfsi_plus_wicons a {
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
}
.scale,
.scale-div,
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-scale a.sfsi_plus_responsive_fluid:hover,
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-combo a.sfsi_plus_responsive_fluid:hover,
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-scale > div:not( .sfsi_plus_Sicons_text_wrapper ) > a:hover,
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-combo > div:not( .sfsi_plus_Sicons_text_wrapper ) > a:hover,
.sfsi_plus_Sicons.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-scale .sf_fb:hover,
.sfsi_plus_Sicons.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-combo .sf_fb:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.sfsi_plus_Sicons {
float: left;
}
.sfsi_pop_up .button a:hover {
color: #fff;
}
.sfsi_pop_up .button:hover {
background: #12a252;
color: #fff;
border: none;
}
ul.plus_icn_listing li .sfsiplus_right_info a {
outline: 0;
font-family: helveticaregular;
}
ul.sfsiplus_icn_listing8 li .sfsiplus_right_info a {
outline: 0;
font-family: helveticaregular;
}
.upload_pop_up .upload_butt {
line-height: 27px;
margin-left: 6px;
}
.drop_lsts {
left: 220px;
position: relative;
top: -40px;
}
.drop_lsts .styled {
top: -42px;
width: 127px;
height: 33px;
}
.drop_lsts span {
line-height: 50px;
}
.drag_drp {
left: 11px;
position: relative;
top: 38px;
font-size: 17px;
}
.listing ul li label {
width: 224px;
float: left;
}
.sfsiplus_row_onl {
width: 100%;
float: left;
}
#sfsi_plus_Show_popupOn_PageIDs option.sel-active {
background: #f7941d;
}
.sfsi_plus_inside div iframe {
float: left;
margin: 0;
}
.sfsi_plus_inside div #___plus_0,
.sfsi_plus_inside div #___plusone_0 {
height: 27px;
}
.sfsi_plus_outr_div li {
float: left;
}
.sfsi_plus_tool_tip_2 .sfsi_plus_inside div {
min-height: 0;
}
#___plus_1>iframe {
height: 30px;
}
.main_contant h1 {
margin: 0 0 19px;
}
.main_contant p {
margin: 0 0 11px;
}
.main_contant p>a {
color: #1a1d20;
text-decoration: underline;
}
.tab1 .gary_bg {
background: #f1f1f1;
}
#accordion {
margin-top: 25px;
}
.main_contant p>a,
.tab1 p span {
font-family: helveticabold;
}
.wapper .ui-accordion-header-active {
margin-top: 20px !important;
}
.wapper .tab2 {
padding: 20px 33px 12px 34px !important;
}
.wapper .tab2 p {
margin-bottom: 6px;
}
.tab2 .twt_tab_2 label {
width: 175px;
font-family: 'helveticaneue-light';
}
.tab2 .twt_fld {
margin: 16px 0 16px;
float: left;
}
.tab2 .twt_fld_2 {
margin: 0 0 12px;
float: left;
}
.tab2 .utube_inn {
padding-bottom: 2px;
float: left;
}
.tab2 .utube_inn label {
max-width: 90%
}
.tab2 .inr_cont p>a {
font-family: helveticabold;
color: #778088;
text-decoration: none;
}
.sfsiplus_pinterest_section .inr_cont .pint_url {
padding-top: 6px;
clear: both;
}
.sfsiplus_pinterest_section .inr_cont .add {
width: 417px !important;
}
.sfsiplus_linkedin_section .link_1,
.sfsiplus_linkedin_section .link_2,
.sfsiplus_linkedin_section .link_3,
.sfsiplus_linkedin_section .link_4 {
float: left;
width: 100%
}
.sfsiplus_linkedin_section .link_1 input.add,
.sfsiplus_linkedin_section .link_2 input.add,
.sfsiplus_linkedin_section .link_3 input.add,
.sfsiplus_linkedin_section .link_4 input.add {
width: 417px;
}
.sfsiplus_linkedin_section .link_1 {
margin-bottom: 7px;
margin-top: 10px;
}
.sfsiplus_linkedin_section .link_2 {
margin-bottom: 12px;
}
.sfsiplus_linkedin_section .link_3,
.sfsiplus_linkedin_section .link_4 {
margin-bottom: 13px;
}
.tab2 .sfsiplus_linkedin_section .link_4 {
margin-bottom: 12px;
}
.sfsiplus_telegram_section .link_1,
.sfsiplus_linkedin_section .link_2 {
margin-bottom: 12px;
}
ul.tab_3_list li span {
font-family: helveticabold;
}
#accordion .tab4 h4,
#accordion1 .tab4 h4 {
color: #414951;
font-size: 20px;
}
.sfsiplus_specify_counts .listing li .input {
width: 73px;
}
.sfsiplus_fbpgidwpr {
width: 160px;
float: left;
font-weight: bold;
font-size: 17px;
color: #000000;
}
.sfsiplus_fbpgiddesc {
font-weight: normal;
width: 100%;
font-size: 14px;
color: #888888;
padding: 4px 0 0 60px;
}
.sfsiplus_fbpgiddesc code {
background: none repeat scroll 0 0 transparent;
padding-right: 0px;
padding-left: 0px;
}
.sfsiplus_specify_counts .listing li .input.mypginpt {
width: 288px;
}
.tab3 .Shuffle_auto .sub_sub_box .tab_3_option {
padding-top: 0 !important;
margin-bottom: 10px !important;
}
.tab3 .sub_row {
margin-top: 10px !important;
}
.tab4 {
padding-top: 35px !important;
}
.tab4 .save_button {
padding-top: 46px;
}
.tab5 {
padding-top: 31px !important;
}
.tab6,
.tab7 {
padding-top: 28px !important;
}
.tab5 .sfsiplus_row_onl {
margin-top: 15px;
}
.tab5 .sticking .link>a {
color: #a4a9ad;
text-decoration: underline;
}
.tab5 .mouse_txt h4 {
margin-bottom: 8px !important;
}
.tab5 .save_button {
padding-top: 54px;
}
.tab7 .like_pop_box h2 {
font-family: helveticabold;
text-align: center;
color: #414951;
font-size: 26px;
}
.tab1 ul.plus_icn_listing li .sfsiplus_right_info label:hover {
text-decoration: none !important;
}
.tab1 ul.plus_icn_listing li .sfsiplus_right_info label.expanded-area {
clear: both;
float: left;
margin-top: 14px;
}
.tab7 .space {
margin-top: 14px;
}
.tab7 .pop_up_show label {
font-family: helveticaneue-light !important;
}
.tab7 .save_button {
padding-top: 78px;
}
.like_txt a {
text-decoration: none;
font-family: helveticaregular;
}
.bdr_btm_non {
border-bottom: none !important;
}
.tab1 .tab_1_sav {
padding-top: 13px;
}
#accordion .tab2 .sfsiplus_facebook_section .inr_cont p.extra_sp,
#accordion1 .tab2 .sfsiplus_facebook_section .inr_cont p.extra_sp {
padding-top: 7px;
}
.tab2 .sfsiplus_custom_section {
width: 100%
}
.tab7 {
padding-bottom: 40px !important;
}
.tab8 .save_button {
padding-top: 0px;
}
.tab10 .save_button a {
padding: 16px 0;
}
.tab2 .sfsiplus_twitter_section .twt_fld input.add,
.tab2 .sfsiplus_twitter_section .twt_fld_2 textarea.add_txt {
width: 464px !important;
}
.tab1 label,
.tab2 label,
.tab3 label,
.tab4 label,
.tab5 label,
.tab6 label,
.tab7 label,
.tab8 label,
.tab9 label {
cursor: default !important;
}
.tab5 .new_wind h4 {
margin-bottom: 11px !important;
}
.pop_up_box .fb_2 span {
height: 28px !important;
}
.pop_up_box .sfsi_plus_tool_tip_2 .fbb .fb_1 a {
margin-top: 0;
}
.tab6 .social_icon_like1 ul li span {
margin-top: -1px;
}
#sfpluspageLoad {
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/ajax-loader.gif) 50% 50% no-repeat #F9F9F9;
height: 100%;
left: 160px;
opacity: 1;
position: fixed;
top: 0;
width: calc(100% - 160px);
z-index: 9999;
}
.sfsi_plus_tool_tip_2,
.tool_tip {
background: #FFF;
border: 1px solid #e7e7e7;
box-shadow: #e7e7e7 0 0 2px 1px;
display: block;
float: left;
margin: 0 0 0 -52px; position: absolute;
z-index: 10000;
border-bottom: #e5e5e5 solid 4px;
width: 100px;
}
.sfsi_plus_tool_tip_2 {
display: inline-table;
}
.sfsiplus_inerCnt,
.sfsiplus_inerCnt:hover,
.sfsiplus_inerCnt>a,
.sfsiplus_inerCnt>a:hover,
.widget-area .widget a {
outline: 0;
}
.sfsi_plus_tool_tip_2_inr {
bottom: 90%;
left: 20%;
opacity: 0;
}
.sfsi_plus_tool_tip_2 .bot_arow {
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/bot_tip_icn.png) no-repeat;
position: absolute;
bottom: -21px;
left: 50%;
width: 15px;
height: 21px;
margin-left: -10px;
}
.sfsi_plus_tool_tip_2 .top_big_arow {
position: absolute;
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
top: -6px;
left: 46%;
width: 15px;
height: 21px;
margin-right: -5px;
}
.sfsi_plus_tool_tip_2_inr .gpls_visit>a,
.sfsi_plus_tool_tip_2_inr .prints_visit_1 a,
.sfsi_plus_tool_tip_2_inr .utub_visit>a {
margin-top: 0;
}
.sfsi_plus_tool_tip_2_inr .linkin_1 a,
.sfsi_plus_tool_tip_2_inr .linkin_2 a,
.sfsi_plus_tool_tip_2_inr .linkin_3 a,
.sfsi_plus_tool_tip_2_inr .linkin_4 a,
.sfsi_plus_tool_tip_2_inr .prints_visit a {
margin: 0;
}
.sfsiTlleftBig {
bottom: 121%;
left: 22%;
margin-left: -54%
}
.sfsi_plus_Tlleft {
bottom: 100%;
left: 50%;
margin-left: -66px !important;
margin-bottom: 2px;
}
.sfsi_plc_btm {
bottom: auto;
top: 100%;
left: 50%;
margin-left: -63px;
margin-top: 8px;
margin-bottom: auto;
}
.sfsiplus_inerCnt {
position: relative;
z-index: inherit !important;
float: left;
width: 100%;
float: left;
}
.sfsi_plus_wicons {
margin-bottom: 30px;
position: relative;
padding-top: 5px;
}
.sfsiplus_norm_row .bot_no {
position: absolute;
padding: 1px 0;
font-size: 12px !important;
text-align: center;
line-height: 12px !important;
background: #fff;
border-radius: 5px;
left: 50%;
margin-left: -20px;
z-index: 9;
border: 1px solid #333;
top: 100%;
white-space: pre;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: -2px;
width: 40px;
}
.sfsiplus_norm_row .bot_no:before {
content: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/images/count_top_arow.png);
position: absolute;
height: 9px;
margin-left: -7.5px;
top: -10px;
left: 50%;
width: 15px;
}
.sf_subscrbe .bot_no,
.sf_fb .bot_no,
.sf_twiter .bot_no,
.sf_pinit .bot_no,
.sf_linkedin .bot_no {
background: rgba(0, 0, 0, 0) url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/images/count_left_arow.png) no-repeat scroll 0 0 / 27px auto;
font-size: 12px !important;
left: 67px;
line-height: 17px !important;
margin-left: 0;
padding: 1px 0;
text-align: center;
white-space: pre;
width: 33px;
height: 21px;
z-index: 9;
display: inline-block;
vertical-align: bottom;
}           */ .bot_no.sfsiSmBtn {
font-size: 10px;
margin-top: 4px;
}
.bot_no.sfsiSmBtn:before {
margin-left: -8px;
top: -9px;
}
.sfsiplus_norm_row .cbtn_vsmall {
font-size: 9px;
left: -28%;
top: 4px;
}
.sfsiplus_norm_row .cbtn_vsmall:before {
left: 31%;
top: -9px;
margin-left: -31%
}
h2.optional {
font-family: helveticaregular;
font-size: 25px;
margin: 25px 0 19px;
color: #5a6570;
float: left;
}
.utube_tool_bdr .utub_visit {
margin: 9px 0 0;
height: 24px;
display: inline-block;
float: none;
}
.utube_tool_bdr .utub_2 {
margin: 9px 0 0;
height: 24px;
width: 86px;
display: inline-block;
float: none;
}
.sfsi_plus_printst_tool_bdr {
width: 79px;
}
.sfsi_plus_printst_tool_bdr .prints_visit {
margin: 0 0 10px -22px;
}
.sfsi_plus_printst_tool_bdr .prints_visit_1 {
margin: 0 0 0 -53px;
}
.sfsi_plus_fb_tool_bdr {
width: 68px;
height: auto;
}
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside {
text-align: center;
width: 100%;
float: left;
overflow: hidden;
}
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon1 {
margin: 2px 0 -5px 0;
height: 28px;
display: inline-block;
float: none; }
.sfsi_plus_inside img {
vertical-align: sub !important;
}
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon2 {
margin: 2px 0 2px 0;
height: 20px; display: block;
overflow: hidden;
}
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon3 {
margin: 2px 0 2px 0;
height: 20px; float: none;
line-height: 0;
}
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon3 {
margin: 7px 0 0 0;
}
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .fb_1,
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .fb_2,
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .fb_3 {
margin: 9px 0 0;
height: 25px;
}
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside {
text-align: center;
float: left;
width: 100%
}
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon1 {
margin: 2px 0;
height: 24px;
display: inline-block;
float: none; }
#sfsi_plus_floater .sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon1 {
margin: 2px 0 9px 0;
}
#sfsi_plus_floater .sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon2 {
margin: -5px 0 4px 0;
display: inherit;
}
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon2 {
margin: 2px 0;
height: 20px;
display: inline-block;
float: none; width: 100%;
}
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside .prints_visit,
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside .prints_visit_1 {
margin: 9px 0 0;
height: 20px;
float: none;
display: inline-block;
}
.sfsi_plus_printst_tool_bdr { line-height: 0;
}
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon1>a>img,
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon1>a>img,
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon1>a>img,
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon4>a>img,
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon1>a>img,
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon2>a>img,
.utube_tool_bdr .sfsi_plus_inside .icon1>a>img {
padding-top: 0;
}
.sfsi_plus_gpls_tool_bdr {
width: 76px;
}
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon1>a>img {
padding-top: 0;
}
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside {
text-align: center;
width: 100%;
float: left;
}
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon1 {
margin: 2px 0 -5px 0;
display: inline-block;
float: none;
height: 29px; }
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon2 {
margin: 2px 0 2px 0;
display: inline-block;
float: none;
height: 24px;
width: 100%; }
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon3 {
margin: 2px 0 2px 0;
display: block;
float: none;
height: 24px; }
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .gpls_visit,
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .gtalk_2,
.sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .gtalk_3 {
margin: 9px 0 0;
height: 29px;
}
.adminTooltip .sfsi_plus_linkedin_tool_bdr,
.adminTooltip .sfsi_plus_printst_tool_bdr {
bottom: 76% !important;
}
.adminTooltip .sfsi_plus_tool_tip_2 {
padding: 5px 14px 5px 14px;
}
.sfsi_plus_fb_tool_bdr,
.sfsi_plus_gpls_tool_bdr,
.sfsi_plus_linkedin_tool_bdr,
.sfsi_plus_printst_tool_bdr,
.sfsi_plus_twt_tool_bdr {
bottom: 100%;
left: 50%;
margin-bottom: 2px;
}
#sfsi_plus_floater .sfsi_plus_twt_tool_bdr .sfsi_plus_inside {
width: 100%;
}
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside {
text-align: center;
float: left;
}
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 {
margin: 17px 0 2px 0 !important;
display: inline-block;
float: none;
vertical-align: middle;
overflow: hidden; }
#sfsi_plus_floater .sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 {  vertical-align: bottom;
}
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 a {
display: inline-block;
vertical-align: middle; width: auto;
}
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 a img {
float: left;
}
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1 {
margin: 4px 0 3px !important;
display: inline-block;
float: none; overflow: hidden;
height: auto;
}   .sfsiplus_inerCnt .sfsi_plus_tool_tip_2,
.sfsiplus_inerCnt .sfsi_plus_fb_tool_bdr,
.sfsiplus_inerCnt .sfsi_plus_twt_tool_bdr,
.sfsiplus_inerCnt .sfsi_plus_linkedin_tool_bdr,
.sfsiplus_inerCnt .sfsi_plus_printst_tool_bdr,
.sfsiplus_inerCnt .sfsi_plus_gpls_tool_bdr,
.sfsiplus_inerCnt .sfsi_plus_Tlleft {
width: 140px !important;
padding: 6px 0;
}
.sfsiplus_inerCnt .sfsi_plus_twt_tool_bdr {
line-height: 0 !important;
}
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon2 {
margin: 3px 0px 0px 0px !important;
display: inline-block;
float: none;
height: 20px; }
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .twt_1 {
margin: 9px 0 0;
display: inline-block;
float: none;  overflow: hidden;
}
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .twt_1 iframe {
width: 100% !important;
}
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .twt_2 {
margin: 9px 0 0;
height: 20px;
display: inline-block;
float: none; }
.utube_tool_bdr .sfsi_plus_inside {
text-align: center;
width: 100%;
float: left;
}
.sfsi_plus_inside>div {}
.utube_tool_bdr .sfsi_plus_inside .icon1 {
margin: 2px 0 2px;
height: 24px;
display: inline-block;
float: none;
width: 87px;
}
#sfsi_plus_floater .utube_tool_bdr .sfsi_plus_inside .icon1 {
margin: 0px 0px 19px 0;
}
.utube_tool_bdr .sfsi_plus_inside .icon2 {
margin: 2px 0 2px;
height: 24px;
display: inline-block;
float: none;
min-width: 100px;
width: auto;
}
.adminTooltip .utube_tool_bdr {
margin-bottom: 2px !important;
}
.utube_tool_bdr {
width: 93px;
bottom: 79%;
left: 50%;
margin-bottom: 13px;
}
.sfsi_plus_linkedin_tool_bdr {
width: 66px;
line-height: 0;
}
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside {
text-align: center;
float: left;
width: 100%
}
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon1 {
margin: -5px 0 8px 0;
display: inline-block;
float: none;
height: 23px;
width: 100%;
}
#sfsi_plus_floater .sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon1 {
display: inherit;
}
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon2 {
margin: 1px 0;
display: inline-block;
float: none;
height: 23px;
width: 100%;
}
#sfsi_plus_floater .sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon2 {
display: inherit;
}
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon3 {
display: inline-block;
float: none;
height: 23px;
width: 100%;
margin-top: 4.5px;
}
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon4 {
margin: 2px 0;
display: inline-block;
float: none;
height: 28px;
width: 66px;
}
.sfsi_plus_FrntInner .sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon1 {
margin: 2px 0;
}
.sfsi_plus_widget .sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon4,
.sfsi_plus_widget .sfsi_plus_gpls_tool_bdr .sfsi_plus_inside .icon1 {
height: auto
}
.sfsi_plus_linkedin_tool_bdr .linkin_1,
.sfsi_plus_linkedin_tool_bdr .linkin_2,
.sfsi_plus_linkedin_tool_bdr .linkin_3,
.sfsi_plus_linkedin_tool_bdr .linkin_4 {
margin: 9px 0 0 !important;
height: 20px;
display: inline-block;
float: none;
overflow: hidden;
}
.sfsi_plus_twt_tool_bdr {
width: 62px;
height: auto;
}
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1>iframe {
margin: 0px auto !important;
float: left !important;
width: 100%
}
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .icon1>iframe #widget {
text-align: center;
}
.sfsi_pop_up .button {
border: none;
padding: 0;
}
.pop_up_box .button a {
color: #fff;
line-height: normal;
font-size: 22px;
text-decoration: none;
text-align: center;
width: 482px;
height: 80px;
margin: 0;
display: table-cell;
vertical-align: middle;
font-family: helveticabold;
padding: 0 10px;
}
.tab3 ul.sfsiplus_tab_3_icns li .radio {
margin-top: 7px;
}
.tab3 ul.sfsiplus_tab_3_icns li label {
line-height: 50px !important;
margin-left: 20px;
}
.sfsi_mainContainer input[type=email],
.sfsi_mainContainer input[type=number],
.sfsi_mainContainer input[type=password],
.sfsi_mainContainer input[type=search],
.sfsi_mainContainer input[type=tel],
.sfsi_mainContainer input[type=text],
.sfsi_mainContainer input[type=url],
.sfsi_mainContainer select,
.sfsi_mainContainer textarea {
color: #5a6570 !important;
}
.sfsi_mainContainer input[type=email],
.sfsi_mainContainer input[type=number],
.sfsi_mainContainer input[type=password],
.sfsi_mainContainer input[type=search],
.sfsi_mainContainer input[type=tel],
.sfsi_mainContainer input[type=text],
.sfsi_mainContainer input[type=url] {
line-height: 2px !important;
}
.adminTooltip {
left: 118px;
position: absolute;
}
.adPopWidth {
min-height: 136px !important;
}
.main_contant p>a.lit_txt,
.tab4 p>a {
font-family: helveticaregular;
color: #414951;
}
.tab1 ul.plus_icn_listing li .sfsiplus_custom-txt {
margin-left: 5px;
}
.tab1 ul.plus_icn_listing li .custom-img {
margin-left: 18px;
}
.sfsiplus_linkedin_section .link_4>label.anthr_labl {
height: 61px;
}
.tab3 .tab_3_sav {
padding-top: 0;
margin: -69px auto 20px;
position: relative;
z-index: 9;
}
.mediam_txt {
font-family: helveticabold;
}
.sfsiCtxt {
line-height: 51px;
font-family: helveticaregular;
font-size: 22px;
float: left;
padding-left: 19px;
color: #5a6570;
}
.customstep2-img {
width: 51px;
float: left;
}
.tab2 .row h2.custom {
margin: 15px 0 7px 21px;
height: 52px;
line-height: 51px;
font-family: helveticaregular;
font-size: 22px;
}
.plus_custom-links p.cus_link label {
margin-left: 0;
}
.pop_up_box .sfsi_plus_tool_tip_2 .fbb .fb_1 a>img:hover {
opacity: .9;
}
.tab2 .rss_url_row .sfrsTxt {
font-size: 17px;
line-height: 41px;
margin: 0 0 0 4px;
font-family: helveticaregular;
}
.tab2 .rss_url_row .sfrsTxt>strong {
font-family: helveticaregular;
}
.tab2 .utube_inn p.extra_pp {
float: left;
width: 100%;
margin: 0 0 0 48px;
}
.tab2 .utube_inn p.extra_pp label {
float: left;
line-height: 41px;
margin-right: 8px;
margin-left: 20px;
width: 15% !important;
}
@media (max-width:767px) {
.icon2 .fb_iframe_widget span {
width: auto;
}
.sfsi_plus_outr_div {
top: 10%
}
.sfsi_plus_outr_div h2 {
font-size: 22px !important;
line-height: 28px;
}
.sfsi_plus_wicons {
padding-top: 0;
}
}
.sfsiplus_specify_counts .listing li .high_prb {
height: 41px;
}
.sfsi_plus_Sicons {
position: relative;
}
.sfsi_plus_Sicons .sf_subscrbe {
margin: 2px 0px 0 0;
line-height: 0px;
}
.sfsi_plus_Sicons .sf_fb {
margin: 0 4px 0 5px;
line-height: 0px;
} .sfsi_plus_Sicons.left .sf_subscrbe {
margin: 2px 8px 0 0;
}
.sfsi_plus_Sicons.left .sf_fb {
margin: 0 8px 0 0;
}
.sfsi_plus_Sicons.left .sf_twiter {
margin-right: 8px;
}
.sfsi_plus_Sicons.right .sf_subscrbe {
margin: 2px 0 0;
}
.sfsi_plus_Sicons.right .sf_fb {
margin: 0 0 0 7px;
}
.sfsi_plus_Sicons.right .sf_twiter {
margin-left: 8px;
}
.sfsi_plus_Sicons .sf_subscrbe,
.sfsi_plus_Sicons .sf_twiter {
position: relative;
width: 75px;
}
.sfsi_plus_Sicons .sf_twiter iframe {
margin: 0px;
height: 20px !important;
overflow: visible !important;
}
.sfsi_plus_Sicons .sf_twiter iframe #widget {
overflow: visible !important;
}
.sfsi_plus_Sicons .sf_subscrbe a {
width: auto;
float: left;
border: medium none;
padding-top: 0px;
}
.sfsi_plus_Sicons .sf_subscrbe a:focus {
outline: medium none;
}
.sfsi_plus_Sicons .sf_subscrbe a img {
float: left;
height: 20px !important;
}
.sfsi_plus_Sicons .sf_fb {
position: relative;
width: 75px;
}
.sfsi_plus_Sicons .fb_iframe_widget {
float: none;
width: auto;
vertical-align: middle;
margin: 2px 0 0;
} .sfsi_plus_Sicons .sf_fb .fb_iframe_widget>span {
position: relative;
float: left;
height: 21px !important;
}
.tab2 .utube_inn label {
font-size: 18px;
font-family: 'helveticaneue-light';
}
.sfsi_plc_btm {
padding: 5px 14px 9px;
}
.tab7 .field {
margin-top: 7px;
}
.sfsi_plus_outr_div ul li .cmcls img {
margin-top: 0 !important;
}
.sfsi_plus_outr_div ul li .sfsiplus_inerCnt {
float: left;
}
.sfsi_plus_outr_div ul li .sfsiplus_inerCnt .bot_no {
position: absolute;
padding: 1px 0;
font-size: 12px !important;
line-height: 12px !important;
text-align: center;
background: #fff;
border-radius: 5px;
display: block;
left: 50%;
margin-left: -20px;
border: 1px solid #333;
white-space: pre;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 6px;
width: 40px;
word-break: break-all;
word-wrap: break-word;
}
.sfsi_plus_outr_div ul li .sfsiplus_inerCnt .bot_no:before {
content: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/css/images/count_top_arow.png);
position: absolute;
height: 9px;
margin-left: -7.5px;
top: -10px;
left: 50%;
width: 15px;
}
.sfsi_plus_outr_div {
position: fixed;
width: 100%;
float: none;
left: 50%;
top: 20%;
margin-left: -50%;
opacity: 0;
z-index: -1;
display: block;
text-align: center;
}
.sfsi_plus_outr_div .sfsi_plus_FrntInner {
display: inline-block;
padding: 15px 17px 27px 18px;
background: #FFF;
border: 1px solid #EDEDED;
box-shadow: 0 0 5px #CCC;
margin: 20px;
position: relative;
}
.sfsi_plus_FrntInner .sfsiclpupwpr {
position: absolute;
right: -10px;
top: -10px;
width: 25px;
cursor: pointer;
}
.sfsi_plus_FrntInner .sfsiclpupwpr img {
width: auto;
float: left;
border: medium none;
}
.tab7 .like_pop_box {
width: 100%;
margin: 35px auto auto;
position: relative;
text-align: center;
}
.tab7 .like_pop_box .sfsi_plus_Popinner {
display: inline-block;
padding: 18px 20px;
box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
border: 1px solid #ededed;
background: #FFF;
}
.tab7 .like_pop_box .sfsi_plus_Popinner h2 {
margin: 0 0 23px;
padding: 0;
color: #414951;
font-family: helveticabold;
font-size: 26px;
text-align: center;
}
.tab7 .like_pop_box .sfsi_plus_Popinner ul {
margin: 0;
padding: 0;
list-style: none;
text-align: center;
}
.tab7 .like_pop_box .sfsi_plus_Popinner ul li {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.tab7 .like_pop_box .sfsi_plus_Popinner ul li span {
margin: 0;
width: 61px;
display: block;
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/count_bg.png) no-repeat;
height: 38px;
overflow: hidden;
padding: 10px 2px 2px;
font-family: helveticaregular;
font-size: 16px;
text-align: center;
line-height: 24px;
color: #5a6570;
}
.tab7 .like_pop_box .sfsi_plus_Popinner ul li a {
color: #5a6570;
text-decoration: none;
}
.sfsi_plus_outr_div .sfsi_plus_FrntInner .sfsi_plus_wicons {
margin-bottom: 0;
}
.sfsi_plus_outr_div ul {
list-style: none;
margin: 0 0 24px;
padding: 0;
text-align: center;
}
a.sfsiColbtn {
color: #5a6570 !important;
float: right;
font-size: 14px;
margin: -35px -30px 0 0;
position: relative;
right: 0;
font-family: helveticaregular;
width: 100px;
text-decoration: none;
}
.tab3 a.sfsiColbtn {
margin-top: -55px;
}
.sfsi_plus_FrntInner ul li:first-of-type .sfsi_plus_wicons {
margin-left: 0 !important;
}
ul.sfsiplus_tab_3_icns li .trans_bg {
background: #000;
padding-left: 3px;
}
.tab2 .sfsiplus_instagram_section {
padding-bottom: 20px;
}
h1.abt_titl {
text-align: center;
margin: 19% 0 0;
}
.sfcm.sfsi_wicon {
padding: 0;
width: 100% !important;
border: medium none !important;
height: auto !important;
}
.fb_iframe_widget span {
vertical-align: top !important;
}
.sfsi_plus_outr_div .sfsi_plus_FrntInner ul {
margin: 0 0 0 3px;
}
.sfsi_plus_outr_div .sfsi_plus_FrntInner ul li {
margin: 0 3px 0 0;
}
@-moz-document url-prefix() {
.sfcm.sfsi_wicon {
margin: -1px;
padding: 0;
}
}
@media (min-width:320px) and (max-width:480px) {
.sfsi_plus_tool_tip_2,
.tool_tip {
padding: 5px 14px 0;
}
.sfsi_plus_inside:last-child {
margin-bottom: 18px;
clear: both;
}
.sfsi_plus_outr_div {
top: 10%
}
.sfsi_plus_FrntInner .sfsi_plus_wicons {
width: 31px !important;
height: 31px !important;
}
.sfsi_plus_FrntInner .sfsi_plus_wicons img {
width: 100%
}
}
@media (max-width:320px) {
.sfsi_plus_tool_tip_2,
.tool_tip {
padding: 5px 14px 0;
}
.sfsi_plus_inside:last-child {
margin-bottom: 18px;
clear: both;
}
.sfsi_plus_FrntInner .sfsi_plus_wicons {
width: 31px !important;
height: 31px !important;
}
.sfsi_plus_FrntInner .sfsi_plus_wicons img {
width: 100%
}
}
ul.SFSI_lsngfrm {
float: left;
width: 61%
}
ul.SFSI_instructions {
float: left;
width: 39%
}
ul.SFSI_instructions li {
font-size: 17px !important;
line-height: 28px !important;
margin: 0 !important;
padding: 0 0 0 15px !important;
width: 100%
}  .cstmskin_popup {
width: 500px;
background: #FFF;
box-shadow: 0 0 5px 3px #d8d8d8;
margin: 40px 0px auto;
padding: 20px 25px 20px;
font-family: helveticaregular;
color: #5a6570;
height: auto;
float: left;
position: relative;
left: 35%;
}
.cstomskins_wrpr {
float: left;
width: 100%;
}
.custskinmsg {
float: left;
font-size: 15px;
margin-top: 10px;
width: 100%;
}
.custskinmsg>ul {
color: #000;
float: left;
margin-top: 8px;
width: 100%;
}
ul.cstmskin_iconlist {
float: left;
margin-top: 10px;
width: 100%;
height: 53vh;
overflow-y: scroll;
}
.cstmskin_iconlist>li {
float: left;
margin: 3px 0;
width: 100%;
}
.cstm_icnname {
float: left;
width: 30%;
}
.cstmskins_btn>img {
float: left;
margin-right: 25px;
}
.cstmskin_btn {
width: auto;
float: left;
padding: 3px 20px;
color: #fff;
background-color: #12a252;
text-decoration: none;
margin: 0 10px;
}
.cstmskins_sbmt {
width: 100%;
float: left;
text-align: center;
margin-top: 15px;
}
.done_btn {
width: auto;
padding: 3px 80px;
color: #fff;
background-color: #12a252;
text-decoration: none;
font-size: 18px;
}
.cstmskin_btn:hover,
.done_btn:hover,
.cstmskin_btn:focus,
.done_btn:focus {
color: #fff;
}
.skswrpr,
.dlt_btn {
display: none;
}
.cstmutbewpr {
width: 100%;
float: left;
margin-top: 10px;
margin-left: 31px;
}
.cstmutbewpr ul.enough_waffling li {
width: auto;
float: left;
margin-right: 20px;
margin-left: 14px;
}
.cstmutbewpr ul.enough_waffling li span {
float: left;
}
.cstmutbewpr ul.enough_waffling li label {
width: auto;
float: left;
margin-top: 10px;
margin-left: 10px;
}
.cstmutbewpr .cstmutbtxtwpr {
width: 100%;
float: left;
padding-top: 10px;
}
.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr {
width: 100%;
float: left;
display: none;
}
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p,
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p {
margin-left: 0px;
}
.cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr {
width: 100%;
float: left;
display: none;
}
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlnmewpr p label,
#accordion .cstmutbewpr .cstmutbtxtwpr .cstmutbchnlidwpr p label {
width: 120px;
}
.sfsi_plus_widget .sfsi_plus_wDiv .sfsi_plus_wicons .sfsiplus_inerCnt a,
.sfsi_plus_widget .sfsi_plus_wDiv .sfsi_plus_wicons .sfsiplus_inerCnt a.sficn {
padding: 0px;
margin: 0px;
width: 100%; border: medium none;
}
.sfsi_socialwpr {
width: auto;
float: left;
}
.sfsi_socialwpr .sf_fb {
float: left;
margin: 5px 5px 5px 5px;
min-height: 20px;
}
.sfsipyplfrm {
float: left;
margin-top: 10px;
width: 100%;
}
.sfsipyplfrm input[type="submit"] {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
color: #0074a2;
cursor: pointer;
font-weight: normal;
margin: 0;
padding: 5px 10px;
text-decoration: underline;
}
.sfsipyplfrm input[type="submit"]:hover {
color: #2ea2cc
}
.pop_up_box_ex {
background: none repeat scroll 0 0 #fff;
box-shadow: 0 0 5px 3px #d8d8d8;
color: #5a6570;
font-family: helveticaregular;
margin: 200px auto;
min-height: 150px;
padding: 20px 25px 0px;
position: relative;
width: 290px;
}
.pop_up_box_ex {
color: #5a6570;
font-family: helveticaregular;
}
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_right_info {
font-family: helveticaregular;
width: 94.7%;
float: left;
}
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_right_info p label.ckckslctn {
display: none;
}
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr>li {
width: 100% !important;
max-width: 100% !important;
border-left: 45px solid transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.tab8 .icons_size>input {
background: none repeat scroll 0 0 #e5e5e5;
width: 80px;
float: left;
padding: 10px 0;
text-align: center;
}
.tab8 .icons_size>ins {
margin-left: 19px;
}
.tab8 .icons_size>span.last {
width: auto !important;
clear: left
}
.tab8 .radio_section.tb_4_ck {
margin: 0 15px 0 0 !important;
}
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .row,
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr p,
.tab8 .options {
float: none;
width: 100%;
border-left: 60px solid transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr label {
width: auto;
}
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .social_icon_like1 ul {
margin-left: 15px
}
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .social_icon_like1 li {
width: auto;
min-width: auto;
margin: 0 50px 0 0
}
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .usually>li {
width: 85% !important;
max-width: 100% !important;
margin-left: 70px;
font-family: 'helveticaneue-light';
padding-bottom: 5px
}
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .options>label {
width: 323px !important;
margin: 0;
width: auto;
margin-bottom: 0;
margin-top: 0px;
}
.tab8 .row.sfsiplus_PostsSettings_section .options .first.chcklbl {
float: left !important;
width: 335px !important;
}
.tab8 .row.sfsiplus_PostsSettings_section .options .chckwpr {
width: 572px;
float: right;
}
.tab8 .row.sfsiplus_PostsSettings_section .options {
width: 90%;
margin: 0;
font-family: 'helveticaneue-light';
float: left;
margin-bottom: 10px;
max-width: 895px;
border-left: none;
}
.sfsiplus_toggleonlystndrshrng {
margin-bottom: 30px !important
}
.tab8 .row.sfsiplus_PostsSettings_section .options.shareicontextfld {
margin: 15px 0;
}
.tab8 .sfsiplus_tab_3_icns.flthmonpg .radio {
margin-top: 55px !important;
}
.tab8 .radiodisplaysection {
float: left;
}  .tab8 ul.sfsiplus_icn_listing8 li {
float: left;
padding: 11px 0 26px 0;
width: 100%; margin: 0
}
.sfsiplusplacethemanulywpr {
max-width: 98% !important
}  .tab8 ul.sfsiplus_icn_listing8 {
list-style: outside none none;
margin: 5px 0 0;
overflow: hidden;
} .sfsiplus_right_info label.sfsiplus_sub-subtitle {
font-size: 19px !important;
font-weight: normal;
}
ul.plus_icn_listing li .sfsiplus_right_info label.sfsiplus_sub-subtitle a {
font-size: 13px;
}
.tab8 ul.sfsiplus_tab_3_icns li .radio {
margin-top: 7px;
}
.tab8 ul.sfsiplus_tab_3_icns li label {
line-height: 50px !important;
}
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_tab_3_icns li {
width: 50%;
max-width: 450px;
min-width: 420px;
padding-left: 0;
padding-bottom: 15px
}
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr>li:nth-child(1),
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr>li:nth-child(2),
.tab8 ul.sfsiplus_icn_listing8 li .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr>li:nth-child(3) {
width: 33% !important
} .space.disblfltonmbl p.list {
width: 100%;
margin-bottom: 28px
}
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p {
display: table; } .tab8 .row {
clear: both;
display: block;
float: left;
font-family: helveticaregular;
line-height: 42px;
margin-top: 25px;
padding-top: 15px;
width: 100%;
} .tab8 .icons_size {
margin-top: -12px;
}
.tab8 .icons_size {
position: relative;
font-family: 'helveticaneue-light';
width: 538px;
float: right
}
.tab8 .icons_size span {
display: block;
float: left;
font-size: 18px;
font-weight: 400;
line-height: 42px;
margin-right: 18px;
}
#selectsfsi_plus_icons_DisplayCounts {}
.tab8.icons_size span.last {
margin-left: 55px;
}
.tab8 .icons_size ins {
float: left;
font-size: 18px;
font-weight: 400;
margin-right: 25px;
text-decoration: none;
margin-bottom: 20px;
}
.tab8 .social_icon_like1 {
float: left;
margin: 0;
padding: 30px 0 0;
text-align: center;
width: 100%;
}
.tab8 .social_icon_like1 ul {
list-style: outside none none;
margin: 0;
padding: 0;
text-align: center;
}
.tab8 .social_icon_like1 li {
display: inline-block;
list-style: outside none none;
margin: 0 0 0 45px !important;
padding: 0;
width: auto !important;
min-width: 100px !important;
}
.tab8 .social_icon_like1 li a {
color: #5a6570;
display: block;
text-decoration: none;
}
.tab8 .social_icon_like1 li img {
display: block;
float: left;
margin-right: 5px;
}
.tab8 ul.usually {
list-style: outside none none;
margin: 28px 0 15px 60px;
padding: 0;
float: left
}
.tab8 ul.usually li {
font-size: 17px;
list-style: outside none none;
margin: 0;
padding: 0;
text-align: left;
width: auto;
}
.tab8 ul.enough_waffling {
list-style: outside none none;
margin: 25px 0 0;
padding: 0;
text-align: center;
}
.tab8 ul.enough_waffling li {
display: inline-block;
list-style: outside none none;
margin: 0 22px;
padding: 0;
}
.tab8 ul.enough_waffling li span {
float: left;
}
.tab8 ul.enough_waffling li label {
color: #5a6570;
float: left;
font-family: helveticaregular;
font-size: 18px;
font-weight: 400;
line-height: 38px;
margin: 0 0 0 20px;
text-align: center;
} .tab8 .row {
clear: both;
display: block;
float: left;
font-family: helveticaregular;
line-height: 42px;
margin-top: 0px;
padding-top: 10px;
width: 100%;
} .tab8 .options {
clear: both;
float: left;
width: auto;
float: none;
}
.tab8 .options label.first {
font-family: 'helveticaneue-light';
font-size: 18px;
}
.tab8 .options label {
color: #5a6570;
float: left;
font-family: 'helveticaneue-light';
font-size: 18px;
line-height: 46px;
width: 345px;
}
.tab8 .options input {
background: none repeat scroll 0 0 #e5e5e5;
border: 0 none;
box-shadow: 2px 2px 3px #dcdcdc inset;
float: left;
padding: 10px;
width: 308px;
}
.tab8 .options .field {
float: left;
position: relative;
}
.tab8 .options .field .select {
background: url(//www.liebesschaukel.ch/wp/wp-content/plugins/ultimate-social-media-plus/images/select_bg1.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display: block;
font-family: helveticaregular;
padding-left: 17px;
width: 215px;
}
.tab8 .options .field select.styled {
height: 46px;
left: 0;
line-height: 46px;
position: absolute;
top: 0;
width: 213px;
}
.tab8 .options .field select.styled {
line-height: 46px;
}
.tab8 ul.sfsiplus_icn_listing8 li .snglchckcntr .sfsiplus_right_info {
float: left;
margin-right: 0;
text-align: left;
width: auto;
font-family: 'helveticaneue-light';
font-size: 18px;
line-height: 30px;
}
.chckwpr .snglchckcntr:first-child {
float: left;
}
.chckwpr .snglchckcntr:last-child {
float: left;
margin-left: 110px;
}
.chckwpr {
width: 100%;
float: left;
}
.cstmutbchnlidwpr .utbe_instruction,
.cstmutbchnlnmewpr .utbe_instruction,
.lnkdin_instruction {
float: left;
line-height: 22px;
margin-top: 10px;
width: 100%;
}
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p {
font-size: 20px;
}
#accordion .tab8 ul.sfsiplus_tab_3_icns {
margin-top: 25px;
}
#accordion .tab8 ul.sfsiplus_tab_3_icns.flthmonpg {
margin-left: 45px
}
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisplaysharingtxt {
padding-top: 5px;
display: inline;
}
#accordion .tab8 ul.sfsiplus_shwthmbfraftr .labelhdng4,
#accordion .tab8 ul.sfsiplus_shwthmbfraftr .row h4.labelhdng4 {
color: #555;
font-size: 20px;
margin-left: 20px;
font-family: 'helveticaregular'
}
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .row.sfsiplus_PostsSettings_section {
border-left: 105px solid transparent;
float: left;
padding-top: 0
}
.sfsiplus_toggleonlystndrshrng {
margin-bottom: 0 !important
}
.radiodisplaysection {
float: left
}
.tab8 .sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr .row.sfsiplus_PostsSettings_section>.labelhdng4 {
margin-bottom: 20px !important
}
.sfsiplus_shwthmbfraftr {
margin-top: 5px !important
}
label.sfsiplus_toglpstpgsbttl {
float: left;
margin-top: 1px !important
}
#accordion .tab8 ul.sfsiplus_shwthmbfraftr .row h4 {
font-family: 'helveticaneue-light';
font-weight: normal;
font-size: 18px;
color: #69737c;
float: left
}
.tab8 .row.sfsiplus_PostsSettings_section .options .seconds.chcklbl {
float: right;
width: 572px !important;
}
.sfsibeforpstwpr {
width: 100%;
float: left;
line-height: 18px;
margin: 5px 0;
}
.sfsiaftrpstwpr {
width: 100%;
float: left;
line-height: 18px;
margin: 5px 0;
}
.sfsibeforpstwpr .sfsi_plus_Sicons span {
font-size: 20px;
}
.sfsiaftrpstwpr .sfsi_plus_Sicons span {
font-size: 20px;
}
.sfsibeforpstwpr .sfsi_plus_Sicons {}
.sfsiaftrpstwpr .sfsi_plus_Sicons {}
.sfsibeforpstwpr .sfsiplus_norm_row.sfsi_plus_wDivothr {
width: auto;
float: left;
}
.sfsiaftrpstwpr .sfsiplus_norm_row.sfsi_plus_wDivothr {
width: auto;
float: left;
}
.sfsibeforpstwpr .sfsiplus_norm_row.sfsi_plus_wDivothr .sfsi_plus_wicons {
float: left;
}
.sfsiaftrpstwpr .sfsiplus_norm_row.sfsi_plus_wDivothr .sfsi_plus_wicons {
float: left;
}
.sfsi_flicnsoptn3 {
color: #69737c;
float: left;
font-size: 20px;
margin: 62px 5px 0 20px;
font-family: 'helveticaneue-light';
width: 120px;
}
.sfsi_ckckslctnlbl {
font-weight: bold;
}
.sfsibeforpstwpr iframe {
max-width: none;
vertical-align: middle;
}
.sfsiaftrpstwpr iframe {
max-width: none;
vertical-align: middle;
}
.sfwp_fivestar_ul li {
display: block;
padding-right: 20px;
}
.sfwp_fivestar_ul li {
display: block;
padding-right: 20px;
}
.fb_iframe_widget iframe {
max-width: none;
}
.sfsi_mainContainer p.bldtxtmsg {
float: left;
font-size: 15px; margin-top: 12px;
width: 100%;
}
.sfsi_mainContainer p.translatelilne {
float: left;
font-size: 15px;
font-weight: bold;
color: #414951;
margin-top: 12px;
width: 100%;
}
.sfsiplus_icn_listing8 li>div {
width: auto;
float: left;
}
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisextrpdng {
padding-bottom: 7px;
float: left;
}
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisextrpdng {
background: none;
}
#accordion .tab8 .sfsiplus_icn_listing8 li .sfsiplus_right_info p.cstmdisextrpdng code {
background: none repeat scroll 0 0 transparent;
padding-left: 0px;
padding-right: 0px;
}
.options.sfsipluspstvwpr {
margin-left: 17% !important;
margin-left: 0% !important;
}
.tab8 .row.sfsiplus_PostsSettings_section .options.sfsipluspstvwpr .first.chcklbl {
width: 180px !important;
}
.sfsiplus_tab_3_icns.sfsiplus_shwthmbfraftr {
overflow: visible;
} .sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 a img {
margin: 2px 12px 2px !important;
clear: both;
text-align: center;
float: none;
}
.cstmicon1 {
text-align: center;
}
.sfsi_plus_Sicons img,
.sfsiplusid_facebook img,
.sfsiplusid_twitter img {
height: 20px;
}
.sfsi_plus_wicons a.sficn,
.sfsi_plus_wicons .sfsi_plus_inside a,
.sfsi_plus_Sicons div a {
box-shadow: none;
border: none;
}
.sfsi_plus_Sicons .sf_pinit {
margin-right: 4px;
}  .sfsibeforpstwpr .sfsi_plus_Sicons .sf_pinit span {
font-size: 11px !important;
}
.sfsiaftrpstwpr .sfsi_plus_Sicons .sf_pinit span {
font-size: 11px !important;
}
.sfsibeforpstwpr .sfsi_plus_Sicons .sfsi_plus_inside .icon2 span {
font-size: 11px !important;
}
.sfsiaftrpstwpr .sfsi_plus_Sicons .sfsi_plus_inside .icon2 span {
font-size: 11px !important;
}
.sfsi_plus_wicons a {
box-shadow: none !important;
}
.sfsi_plus_inside .fb_iframe_widget {
-webkit-appearance: none !important;
}
.sfsi_plus_inside img {
margin-bottom: 0;
vertical-align: bottom !important;
}
.wp-block-ultimate-social-media-plus-sfsi-plus-share-block .sfsi_plus_block_text_before_icon {
display: inline-block;
vertical-align: top;
}
.wp-block-ultimate-social-media-plus-sfsi-plus-share-block .sfsi_plus_block {
display: inline-block
} .sfsi_plus_vk_tool_bdr {
width: 68px;
height: auto
}
.sfsi_plus_vk_tool_bdr .sfsi_plus_inside {
text-align: center;
width: 100%;
float: left;
overflow: hidden
}
.sfsi_plus_vk_tool_bdr .sfsi_plus_inside .icon1 {
margin: 2px 0 2px 0;
height: 28px;
display: inline-block;
float: none
}
.sfsi_plus_vk_tool_bdr .sfsi_plus_inside .icon2 {
margin: 5px auto;
min-height: 25px !important;
display: block;
overflow: hidden;
}
.sfsi_plus_vk_tool_bdr .sfsi_plus_inside .icon3 {
margin: 2px 0 2px 0;
height: 20px;
display: inline-block;
float: none
}
.sfsi_plus_vk_tool_bdr .sfsi_plus_inside .icon4 {
display: inline-block !important;
float: none !important;
vertical-align: middle !important;
width: 100% !important
}
.sfsiplusid_telegram .sfsi_plus_inside .icon2 img,
.sfsiplusid_vk .sfsi_plus_inside .icon2 img,
.sfsiplusid_weibo .sfsi_plus_inside .icon2 img,
.sfsiplusid_xing .sfsi_plus_inside .icon2 img {
width: 80px;
height: 24px;
}
.sfsiplusid_vk .sfsi_plus_inside .icon1 img,
.sfsiplusid_weibo .sfsi_plus_inside .icon1 img,
.sfsiplusid_xing .sfsi_plus_inside .icon1 img {
width: 80px;
} .sfsiplusid_ok .sfsi_plus_inside,
.sfsiplusid_telegram .sfsi_plus_inside {
text-align: center;
}
.sfsiplusid_ok .sfsi_plus_inside .icon3 img,
.sfsiplusid_telegram .sfsi_plus_inside .icon1 img {
width: 107px;
height: 37px;
}
.sfsiplusid_ok .sfsi_plus_inside .icon2 img {
width: 65px;
height: 30px;
margin-top: 5px;
}
.sfsiplusid_ok .sfsi_plus_inside .icon1 img {
width: 103px;
height: 25px;
}
.sfsiplusid_vk .sfsi_plus_inside .icon1 img,
.sfsiplusid_weibo .sfsi_plus_inside .icon1 img,
.sfsiplusid_xing .sfsi_plus_inside .icon1 img {
width: 80px;
}
.sfsiplusid_wechat .sfsi_plus_inside .icon1 {
margin: 10px;
}
.sfsiplusid_round_icon_wechat {
border-radius: 20px;
}
.sfsi_plus_overlay {
background: rgba(0, 0, 0, .8);
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 99999999;
position: fixed;
}
.sfsi_plus_wechat_scan .sfsi_plus_inner_display {
text-align: center;
vertical-align: middle;
margin-top: 50px;
}
.sfsi_plus_overlay a.close_btn {
position: absolute;
top: 20px;
right: 20px;
background: #fff;
border-radius: 15px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
}
.hide {
display: none;
}
.show {
display: block;
}
.sfsiplusid_facebook .icon3 span { height: 20px !important;
}
.sfsiplusid_facebook .icon3 iframe {
width: unset !important;
height: unset !important;
}
.sfsiplusid_twitter .icon2 iframe { height: 20px !important;
}
a.pop-up .radio {
opacity: 0.5;
background-position: 0px 0px !important;
}
.tab8 .sfsi_plus_responsive_icon_option_li .options .first.first.first {
width: 25% !important;
}
.sfsi_plus_responsive_icon_gradient {
background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .17) 0%, rgba(255, 255, 255, .17) 100%);
}
.sfsi_plus_responsive_icons a {
text-decoration: none !important;
box-shadow: none !important;
}
.sfsi_plus_responsive_icons .sfsi_plus_responsive_icon_facebook_container {
background-color: #336699;
}
.sfsi_plus_responsive_icons .sfsi_plus_responsive_icon_follow_container {
background-color: #00B04E;
}
.sfsi_plus_responsive_icons .sfsi_plus_responsive_icon_follow_container {
background-color: #00B04E;
}
.sfsi_plus_responsive_icons .sfsi_plus_responsive_icon_twitter_container {
background-color: #020202;
}
.sfsi_plus_small_button {
line-height: 0px;
height: unset;
padding: 6px !important;
}
.sfsi_plus_small_button span {
margin-left: 10px;
font-size: 16px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
margin-left: 10px;
}
.sfsi_plus_small_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
}
.sfsi_plus_medium_button span {
margin-left: 10px;
font-size: 18px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
margin-left: 10px;
}
.sfsi_plus_medium_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
}
.sfsi_plus_medium_button {
line-height: 0px;
height: unset;
padding: 10px !important;
}
.sfsi_plus_medium_button span {
margin-left: 10px;
font-size: 18px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
margin-left: 10px;
}
.sfsi_plus_medium_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
}
.sfsi_plus_medium_button {
line-height: 0px;
height: unset;
padding: 10px !important;
}
.sfsi_plus_large_button span {
font-size: 20px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
display: inline;
margin-left: 10px;
}
.sfsi_plus_large_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
display: inline;
}
.sfsi_plus_large_button {
line-height: 0px;
height: unset;
padding: 13px !important;
}
.sfsi_plus_responsive_icons .sfsi_plus_icons_container span {
font-family: sans-serif;
font-size: 15px;
}
.sfsi_plus_icons_container_box_fully_container {
flex-wrap: wrap;
}
.sfsi_plus_icons_container_box_fully_container a {
flex-basis: auto !important;
flex-grow: 1;
flex-shrink: 1;
margin-bottom: 5px;
}
.sfsi_plus_icons_container>a {
float: left !important;
text-decoration: none !important;
-webkit-box-shadow: unset !important;
box-shadow: unset !important;
-webkit-transition: unset !important;
transition: unset !important;
margin-bottom: 5px !important;
}
.sfsi_plus_small_button {
line-height: 0px;
height: unset;
padding: 6px !important;
}
.sfsi_plus_small_button span {
margin-left: 10px;
font-size: 16px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
margin-left: 10px;
}
.sfsi_plus_small_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
}
.sfsi_plus_medium_button span {
margin-left: 10px;
font-size: 18px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
margin-left: 10px;
}
.sfsi_plus_medium_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
}
.sfsi_plus_medium_button {
line-height: 0px;
height: unset;
padding: 10px !important;
}
.sfsi_plus_medium_button span {
margin-left: 10px;
font-size: 18px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
margin-left: 10px;
}
.sfsi_plus_medium_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
}
.sfsi_plus_medium_button {
line-height: 0px;
height: unset;
padding: 10px !important;
}
.sfsi_plus_large_button span {
font-size: 20px;
padding: 0px;
line-height: 16px;
vertical-align: -webkit-baseline-middle !important;
display: inline;
margin-left: 10px;
}
.sfsi_plus_large_button img {
max-height: 16px !important;
padding: 0px;
line-height: 0px;
vertical-align: -webkit-baseline-middle !important;
display: inline;
}
.sfsi_plus_large_button {
line-height: 0px;
height: unset;
padding: 13px !important;
}
.sfsi_plus_responsive_icons_count {
padding: 5px 10px;
float: left !important;
display: inline-block;
margin-right: 0px;
margin-top: 2px;
}
.sfsi_plus_responsive_icons_count h3 {
font-family: 'sans-serif' !important;
font-weight: 900;
font-size: 32px !important;
line-height: 0px !important;
padding: 0px;
margin: 0px;
}
.sfsi_plus_responsive_icons_count h6 {
font-family: 'sans-serif' !important;
font-weight: 900;
padding: 0px;
margin: 0px;
}
.sfsi_plus_responsive_icons a,
.sfsi_plus_responsive_icons h3,
.sfsi_plus_responsive_icons h6 {
text-decoration: none !important;
border: 0 !important;
}
.sfsi_plus_responsive_with_counter_icons {
width: calc(100% - 100px) !important;
}
.sfsiresponsive_icon_preview {
padding: 0px 0 20px 0;
min-width: 100%;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_fixed_count_container.sfsi_plus_large_button {
padding: 12px 13px 9px 13px !important;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_fixed_count_container.sfsi_plus_medium_button {
padding: 9px 10px 7px 10px !important;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_small_button {
padding: 7px 6px !important;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_small_button {
padding: 7px 6px !important;
margin-top: 2px;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_small_button h6 {
display: inline-block;
font-size: 12px !important;
vertical-align: middle;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_responsive_count_container.sfsi_plus_medium_button {
padding: 9px 10px 7px 10px !important;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_medium_button h3 {
font-size: 21px !important;
vertical-align: top;
line-height: 8px !important;
margin: 0px 0px 12px 0px !important;
font-weight: 900;
padding: 0px;
}
.sfsi_plus_esponsive_icons_count.sfsi_plus_responsive_count_container.sfsi_plus_large_button h3 {
margin: 0px 0px 15px 0px !important;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_large_button h3 {
font-size: 26px !important;
vertical-align: top;
line-height: 6px !important;
}
.sfsi_plus_responsive_icons_count h3 {
font-family: 'sans-serif' !important;
font-weight: 900;
padding: 0px;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_small_button h3 {
font-size: 20px !important;
display: inline-block;
vertical-align: middle;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_small_button h3 {
margin: 0px !important;
}
.sfsi_plus_responsive_icons_count h3 {
font-family: 'sans-serif' !important;
font-weight: 900;
line-height: 0px !important;
padding: 0px;
margin: 0px;
}
.sfsi_plus_responsive_icons a,
.sfsi_plus_responsive_icons h3,
.sfsi_plus_responsive_icons h6 {
text-decoration: none !important;
border: 0 !important;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_small_button {
padding: 7px 6px !important;
margin-top: 2px;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_large_button h3 {
margin-top: 0 !important;
margin-bottom: 8px !important;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_large_button h6 {
font-size: 13px !important;
}
.sfsi_plus_responsive_icons_count {
vertical-align: top;
}
.sfsi_plus_responsive_icons_count {
float: left;
}
.sfsi_plus_small_button {
line-height: 0px;
height: unset;
}
.sfsi_plus_responsive_icons a,
.sfsi_plus_responsive_icons h3,
.sfsi_plus_responsive_icons h6 {
text-decoration: none !important;
border: 0 !important;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_small_button h3 {
font-size: 20px !important;
display: inline-block;
vertical-align: middle;
margin: 0px !important;
}
.sfsi_plus_responsive_icons a,
.sfsi_plus_responsive_icons h3,
.sfsi_plus_responsive_icons h6 {
text-decoration: none !important;
font-family: helveticaregular !important;
border: 0 !important;
}
.sfsi_plus_responsive_icons_count h3 {
line-height: 0px !important;
padding: 0px;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_small_button h6 {
display: inline-block;
font-size: 12px !important; margin: 0px !important;
line-height: initial !important;
padding: 0;
margin: 0;
}
.sfsi_plus_responsive_icons_count h6 {
margin: 0 !important;
}
.sfsi_plus_responsive_icons_count h6 {
padding: 0px;
}
.sfsi_plus_responsive_icons a,
.sfsi_plus_responsive_icons h3,
.sfsi_plus_responsive_icons h6 {
text-decoration: none !important;
font-family: helveticaregular !important;
border: 0 !important;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_medium_button h6 {
font-size: 11px !important;
line-height: 0px !important;
margin: 0px 0px 0px 0px !important;
}
.sfsi_plus.sfsi_plus_widget_main_container .sfsi_plus_widget_sub_container {
float: none;
}
.export_selections {
clear: both;
color: #afafaf;
font-size: 23px;
display: flex;
height: 0px;
position: absolute;
top: 41px;
right: 0;
}
.save_export {
clear: both;
position: relative;
}
.export {
padding-right: 11px;
text-decoration: underline;
cursor: pointer;
font-size: 20px;
}
.sfsi_plus.sfsi_plus_widget_main_container .sfsi_plus_widget_sub_container {
float: none;
}
.export_selections {
clear: both;
color: #afafaf;
font-size: 23px;
display: flex;
height: 0px;
position: absolute;
top: 41px;
right: 0;
}
.save_export {
clear: both;
position: relative;
}
.export {
padding-right: 11px;
text-decoration: underline;
cursor: pointer;
font-size: 20px;
}
.sfsi_plus_wechat_follow_overlay {
position: fixed;
top: 0;
width: 100%;
z-index: 99999;
background: rgba(0, 0, 0, 0.7);
height: 100vh;
}
.sfsi_plus_wechat_follow_overlay .close_btn {
position: absolute;
right: 60px;
top: 60px;
font-size: 40px;
line-height: 40px;
text-decoration: none;
border: 1px solid #fff;
padding: 0 10px;
border-radius: 60px;
color: #333;
background-color: #ffff;
text-decoration: none;
}
@media (max-width:786px) {
.sfsi_plus_upload_butt_container {
display: inline-block;
}
.upload_butt {
height: 38px;
}
.sfsi_plus_wechat_follow_overlay .sfsi_plus_inner_display>div div.sfsi_plus_upload_butt_container:first-child {
margin-left: 0;
margin-right: 20px;
}
}
.sfsi_plus_flex_container {
display: flex;
flex-wrap: wrap;
overflow-y: scroll;
height: 36vh;
}
.sfsi_plus_flex_container>div {
height: 90px;
width: 139px;
margin: 10px;
margin-bottom: 0;
text-align: center;
font-size: 30px;
position: relative;
border: 1px solid #ddd;
}
.sfsi_plus_flex_container>div>a>img {
width: 100%;
height: 88px;
object-fit: scale-down;
}
.sfsi_plus_flex_container>div a {
position: relative;
margin: 0;
padding: 0;
z-index: 100;
height: 90px;
}
.sfsi_plus_pinterest_overlay {
position: absolute;
top: -61px;
left: 0;
width: 100%;
height: 90px;
z-index: 1000;
display: inline-block;
background: rgba(189, 8, 28, .3);
text-align: center;
padding-top: 22px;
color: #fff;
transition: all .3s;
display: none;
}
.sfsi_plus_flex_container>div:hover a .sfsi_plus_pinterest_overlay {
display: block;
}
.pop_up_box_ex.sfsi_pop_up .sfsi_plus_fb_tool_bdr,
.gpls_tool_bdr,
.adminTooltip .linkedin_tool_bdr,
.adminTooltip .sfsi_plus_twt_tool_bdr {
bottom: 100%;
left: 59%;
margin-bottom: -15px;
}
.sfsibeforpstwpr, .sfsiaftrpstwpr {
max-width: none !important;
}
.sfsi_plus_tool_tip_2 .sfsi_plus_inside div:first-child {
margin-top: 0 !important;
}
.sfsi_plus_tool_tip_2 .sfsi_plus_inside div:last-child {
margin-bottom: 0 !important;
}
.sfsi_plus_tool_tip_2 .sfsi_plus_inside {
margin-left: 0;
display: flex;
flex-direction: column;
align-items: center;
}
.sfsi_plus_tool_tip_2 {
border: 0px;
box-shadow: #86868654 0 0 25px 1px;
border-radius: 6px; height: max-content;
}
.sfsi_plus_tool_tip_2::after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 15px;
}
.sfsi_plus_tool_tip_2 .bot_arow {
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0;
border-color: #fff transparent transparent;
bottom: -5px;
background: none;
}
.sfsi_plus_icons_container>a {
margin-bottom: 0 !important;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_small_button {
margin-top: 0 !important;
}
.sfsi_plus_responsive_icons_count {
margin-top: 0;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_responsive_count_container.sfsi_plus_large_button {
display: inline-flex !important;
align-items: center;
padding: 10px 13px !important;
white-space: nowrap;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_responsive_count_container.sfsi_plus_large_button h3 {
margin: 0 7px 0 0 !important;
font-size: 18px !important;
line-height: 18px !important;
}
.sfsi_plus_responsive_icons_count.sfsi_plus_responsive_count_container.sfsi_plus_large_button h6 {
line-height: 14px;
font-size: 14px;
}
.linkedin_tool_bdr .sfsi_plus_inside .icon2 {
margin-right: 0 !important;
}
.sfsi_plus_responsive_icons {
display: flex !important;
}
.sfsiplus_inerCnt .bot_no{
margin-top: 4px;
}
.sfsi_plus_tool_tip_2.sfsi_plus_fb_tool_bdr.sfsi_plus_Tlleft.sfsiplusid_facebook,
.sfsi_plus_tool_tip_2.sfsi_plus_twt_tool_bdr.sfsi_plus_Tlleft.sfsiplusid_twitter,
.sfsi_plus_tool_tip_2.sfsi_plus_printst_tool_bdr.sfsi_plus_Tlleft.sfsiplusid_pinterest {
width: 100px !important;
margin-left: -50px !important;
}
.sfsi_plus_fb_tool_bdr .sfsi_plus_inside .icon2 {
margin-top: 15px;
}
.sfsi_plus_tool_tip_2 .bot_arow {
margin-left: -5px;
}
.sfsi_plus_twt_tool_bdr .sfsi_plus_inside .cstmicon1 a img {
margin: 0 !important;
}
.utube_tool_bdr .sfsi_plus_inside .icon2 {
min-width: auto;
}
#sfsi_plus_floater .utube_tool_bdr .sfsi_plus_inside .icon1 {
margin-bottom: 7px;
}
.sfsi_plus_tool_tip_2.utube_tool_bdr.sfsi_plus_Tlleft.sfsiplusid_youtube {
width: 100px !important;
margin-left: -55px !important;
}
.sfsi_plus_printst_tool_bdr .sfsi_plus_inside .icon2 {
width: auto;
}
.sfsi_plus_tool_tip_2.sfsi_plus_linkedin_tool_bdr.sfsi_plus_Tlleft.sfsiplusid_linkedin {
width: 150px !important;
margin-left: -75px !important;
}
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon1,
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon2 {
width: auto;
}
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon1 {
margin-top: 0;
}
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon4 {
height: auto;
margin-bottom: 8px;
}
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon2 {
margin-bottom: 8px;
}
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon3,
.sfsi_plus_linkedin_tool_bdr .sfsi_plus_inside .icon2 {
margin-top: 0;
} .sfsi_plus_actvite_theme_flat .sfsiplus_inerCnt .sfcm.sfsi_wicon {
padding: 0;
border: medium none !important;
width: 55% !important;
height: auto;
position: absolute;
top: 50%;
transition: inherit;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
}
.sfsi_plus_actvite_theme_flat .sfsiplus_inerCnt .sficn1, .sfsi_plus_actvite_theme_flat .sfsiplus_inerCnt .sfsi_copylinksficn1 {
display: flex;
border-radius: 50%;
align-items: center;
justify-content: center;
height: 100%;
} .sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-fade_in a.sfsi_plus_responsive_fluid,
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-combo a.sfsi_plus_responsive_fluid,
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-fade_in > div:not( .sfsi_plus_Sicons_text_wrapper ) > a,
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-combo > div:not( .sfsi_plus_Sicons_text_wrapper ) > a,
.sfsi_plus_Sicons.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-fade_in .sf_fb,
.sfsi_plus_Sicons.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-combo .sf_fb {
opacity: 0.6 !important;
}
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-fade_in a.sfsi_plus_responsive_fluid:hover,
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-combo a.sfsi_plus_responsive_fluid:hover,
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-fade_in > div:not( .sfsi_plus_Sicons_text_wrapper ) > a:hover,
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-combo > div:not( .sfsi_plus_Sicons_text_wrapper ) > a:hover,
.sfsi_plus_Sicons.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-fade_in .sf_fb:hover,
.sfsi_plus_Sicons.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-combo .sf_fb:hover {
opacity: 1 !important;
transition: all 0.6s ease 0s !important;
}
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-scale a.sfsi_plus_responsive_fluid:hover,
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-combo a.sfsi_plus_responsive_fluid:hover,
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-scale > div:not( .sfsi_plus_Sicons_text_wrapper ) > a:hover,
.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-combo > div:not( .sfsi_plus_Sicons_text_wrapper ) > a:hover,
.sfsi_Sicons.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-scale .sf_fb:hover,
.sfsi_Sicons.sfsi-plus-mouseOver-effect.sfsi-plus-mouseOver-effect-combo .sf_fb:hover {
z-index: 99999 !important;
transition: all 0.6s ease 0s !important;
}
.sfsi_plus_Sicons.right .sf_pinit {
margin-left: 8px;
}
.pop-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #d3d3d3;
z-index: 10;
padding: 20px;
display: none;
}
.pop-overlay.read-overlay.ytex-s2 .utube_tool_bdr {
width: 93px;
bottom: 100%;
left: 50%;
margin-bottom: -12px;
} .success-alert {
display: none;
position: fixed;
top: 100px; right: 10px; background-color: #4CAF50;
color: white;
text-align: center;
padding: 15px;
border-radius: 5px;
z-index: 99999;
} @keyframes intro-animation {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0);
}
} @keyframes fade-out {
0% {
opacity: 1;
}
90% {
opacity: 1;
}
100% {
opacity: 0;
}
}