.button {
padding: 7px 14px;
text-decoration: none;
display: inline-block;
border: 0;
font-weight: 500;
outline: none;
font-size: 14px;
cursor: pointer;
width: auto;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.button i {
margin: 0 2px 0 0;
}
.button i.black {
color: #aaa;
}
.button.gray {
color: #fff;
background: #aaa;
}
.button.gray:hover {
background: #a0a0a0;
}
.button.light {
color: #999;
background: #f2f2f2;
}
.button.light:hover {
color: #fff;
background: #a0a0a0;
}
.button.color {
color: #fff;
background: #a0a0a0;
}
.button.color:hover {
background: #a0a0a0;
} .entry-content ul.tabs-nav,
.tabs-nav {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}
.entry-content .tabs-nav li,
.tabs-nav li {
float: left;
line-height: 38px;
overflow: hidden;
padding: 0;
margin: 0px;
position: relative;
}
.tabs-nav li a {
background-color: #f2f2f2;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
color: #888;
font-weight: 500;
display: block;
letter-spacing: 0;
outline: none;
padding: 0 20px;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.tabs-nav li.active a {
background: #a0a0a0;
color: #fff;
}
.tab-content {
padding: 10px 0px;
}
.tabs-container {
overflow: hidden;
width: 100%;
} .ui-accordion .ui-accordion-header,
.trigger a {
display: block;
cursor: pointer;
position: relative;
padding: 0;
line-height: 26px;
outline: none;
text-decoration: none;
color: #888;
font-size: 14px;
background-color: #f4f4f4;
-webkit-transition: background-color 200ms ease-in-out;
-moz-transition: background-color 200ms ease-in-out;
-o-transition: background-color 200ms ease-in-out;
-ms-transition: background-color 200ms ease-in-out;
transition: background-color 200ms ease-in-out;
padding: 10px 16px;
margin-bottom: 10px;
}
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active,
.trigger.active a,
.trigger.active a:hover {
background: #a0a0a0;
color: #fff;
}
.ui-accordion .ui-accordion-content,
.toggle-container {
padding: 0 16px 10px 16px;
}
.ui-accordion .ui-accordion-content p {
margin: 0;
}
.ui-accordion .ui-accordion-content {
}
.toggle-container p {
margin: 0;
} .dropcap {
float: left;
color: #a0a0a0;
font-size: 58px;
line-height: 54px;
padding-top: 4px;
padding-right: 10px;
margin-top: -2px;
}
.dropcap.gray {
color: #555;
} .clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}.sc_card {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
border-radius: 4px;
background: #fff;
margin: 2em auto;
width: 100%;
overflow: hidden;
padding: 1em;
box-sizing: border-box;
}
.sc_card h1,
.sc_card h2,
.sc_card h3,
.sc_card h4,
.sc_card h5,
.sc_card h6 {
font-size: 1em;
line-height: 1.2em;
margin: 0 0 1em;
font-weight: 700;
}
.sc_card p {
font-size: 1em;
}
.sc_card p:last-child {
margin-bottom: 0;
}
.sc_card p:empty {
display: none;
margin-bottom: 0;
}
.sc_card img {
margin-bottom: 1em;
}
.sc_card .sc_row {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 15px;
margin-top: 15px;
}
.sc_card .sc_row--nogrid {
grid-template-columns: 1fr;
}
.sc_card .sc_row--three-columns {
grid-template-columns: repeat(3, 1fr);
}
.sc_card .sc_margin-top-15 {
margin-top: 15px;
}
.sc_card .sc_company {
display: grid;
grid-template-columns: 2fr 1fr;
grid-column-gap: 15px;
}
.sc_card .sc_inner_grid {
display: grid;
grid-template-columns: 2fr 1fr;
grid-column-gap: 15px;
}
.sc_card .sc_company-logo-wrapper,
.sc_card .sc_person-image-wrapper {
height: auto;
margin-top: 15px;
background: #fff;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.08);
border-radius: 4px;
max-width: 100%;
width: auto;
overflow: hidden;
margin-bottom: 12px;
}
.sc_card .sc_company-logo-wrapper img,
.sc_card .sc_person-image-wrapper img {
width: auto;
height: auto;
max-width: 100%;
margin: 0;
}
.sc_card .sc_grey-box {
background: #f2f2f2;
border-radius: 4px;
padding: 16px;
}
.sc_card .sc_grey-box .sc_box-label {
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 150%;
text-transform: uppercase;
color: #000;
margin-bottom: 12px;
}
.sc_card .sc_input-group .sc_input-label {
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 150%;
color: #000;
}
.sc_card .wp-block-structured-content-person__colleague_url {
font-size: 0.875em;
word-break: break-word;
}
@media (max-width: 468px) {
.sc_card p {
padding: 0 1em 1em;
}
}
@media (min-width: 469px) {
.sc_fs_faq__figure,
.sc_profile-page__figure {
float: right;
margin-left: 1em;
margin-bottom: 1em;
}
.sc_fs_faq__figure a,
.sc_profile-page__figure a {
display: block;
}
.sc_fs_faq__figure a img,
.sc_profile-page__figure a img {
margin-bottom: 0;
}
}
@media (max-width: 640px) {
.sc_card .sc_row {
grid-template-columns: 1fr;
margin-top: 0;
}
.sc_card .sc_company {
grid-template-columns: 1fr;
}
.sc_card .sc_grey-box {
margin-top: 15px;
}
} .w-100 {
width: 100%;
} i.mce-ico.mce-i-structured-content {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAATCAYAAACQjC21AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAE5SURBVHgBrZThUcMwDIWfQrgDfiUbdASPkG7ABsAEhU3YAJigsEFHMBtkg+YX9OBi8YyTNmAuuG3enRM7tj/JkhVpzPkaQIFp1OQDWNO9OdYakIER7eZkFtb5cdT/3pv3WzJkty0+XjOcLBzwxIUVP9ehqeG8OugL4AxX05hjE8vGOagC94HTycOA05lyAYe9xTr0tXZwkkEWQN59F3rWeg8LwqqeI4yhxkfe9ocqdkY8TM2vfgScRNsYKvSmtJtHHKC1ObsWyMMP4G7y4jIEPEVZU9q3Z/zlYS+BLv0zTRq2jAF59DmS1UbJi4C8b1dIls/wpx0F0kPGMLkUvYd3o8DCvpc4QhGQ93KJPX4WdGA+CvSlhGTp/0kp7GaPLMcalt6Kt73GASLA9PU89LBSHF/WBOoKk0mbL1wWbz1nKPlvAAAAAElFTkSuQmCC) !important;
background-size: 85%;
background-repeat: no-repeat;
background-position: center;
margin-right: 4px;
}
.mce-window.mce-container.mce-sc_panel .mce-container-body.mce-abs-layout {
overflow: hidden;
} .entry-content .sc_fs_faq summary:focus,
.sc_fs_faq summary:focus {
outline: none;
}
.entry-content .sc_fs_faq summary *,
.sc_fs_faq summary * {
margin: 0;
display: inline;
padding: 0;
}
.entry-content .sc_fs_faq summary + div,
.sc_fs_faq summary + div {
overflow: hidden;
}
.entry-content .sc_fs_faq summary + div img,
.sc_fs_faq summary + div img {
margin-top: 0;
}
.sc_fs_card__animate {
padding: 0;
}
.sc_fs_card__animate .sc_fs_faq__content {
padding: 0 1em 1em;
}
.sc_fs_card__animate .sc_fs_faq__content > *:first-child {
margin-top: 0;
}
.sc_fs_card__animate summary {
display: block;
cursor: pointer;
position: relative;
padding: 1em 1em 1em 2em;
}
.sc_fs_card__animate summary:before {
content: "";
position: absolute;
top: 1.5em;
left: 1em;
transform: rotate(0);
transform-origin: 0.2rem 50%;
transition: 0.25s transform ease;
border: 0.4rem solid transparent;
border-left-color: inherit;
}
.sc_fs_card__animate[open] > summary:before {
transform: rotate(90deg);
}
.sc_business-logo-wrapper,
.sc_business-image-wrapper {
margin: 0;
}
.sc_recipe .sc_recipe__head {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 1em;
}
@media (max-width: 767px) {
.sc_recipe .sc_recipe__head {
grid-template-columns: 1fr;
}
}
.sc_recipe h1, .sc_recipe h2, .sc_recipe h3, .sc_recipe h4, .sc_recipe h5, .sc_recipe h6 {
font-size: 2em;
margin-bottom: 0.5em;
}
.sc_recipe .sc_recipe__head--figure {
margin: 0;
}
.sc_recipe .sc_recipe__head--figure img {
width: 100%;
max-width: 100%;
height: auto;
margin: 0;
}
.sc_recipe .sc_recipe__print {
margin: 1em 0;
}
.sc_recipe .sc_recipe__print .sc_recipe__printButton {
background-color: black;
color: white;
border-radius: 4px;
padding: 12px;
font-size: 16px;
border: none;
position: relative;
cursor: pointer;
width: 100%;
display: block;
text-align: center;
}
.sc_recipe .sc_recipe__divider {
margin: 1.5em 0;
border: none;
border-bottom: 1px solid #ddd;
}
.sc_recipe .sc_recipe__times, .sc_recipe .sc_recipe__meta {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1em;
text-align: center;
}
@media (max-width: 767px) {
.sc_recipe .sc_recipe__times, .sc_recipe .sc_recipe__meta {
grid-template-columns: 1fr;
}
}
.sc_recipe .sc_recipe__times--label, .sc_recipe .sc_recipe__meta--label {
display: block;
font-weight: bold;
margin-bottom: 0.75em;
}
.sc_recipe .sc_recipe__instructions--figure {
margin: 0.5em 0 1em 0;
line-height: 0;
}
.sc_recipe .sc_recipe__instructions--figure img {
width: auto;
height: auto;
max-width: 100%;
margin: 0;
}
.sc_recipe .sc_recipe__ingredients--checklist {
list-style: none !important;
padding: 0 !important;
margin: 0 0 1em 0 !important;
}
.sc_recipe .sc_recipe__ingredients--checklist li {
margin-bottom: 0.5em;
position: relative;
padding-left: 0;
}
.sc_recipe .sc_recipe__ingredients--checklist li input[type=checkbox] {
display: none;
}
.sc_recipe .sc_recipe__ingredients--checklist li input[type=checkbox]:checked + label:before {
border-color: black;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggZD0iTTAgMTFsMi0yIDUgNUwxOCAzbDIgMkw3IDE4eiIvPjwvc3ZnPgo=");
background-size: 70%;
background-repeat: no-repeat;
background-position: center;
}
.sc_recipe .sc_recipe__ingredients--checklist li label {
cursor: pointer;
display: inline-block;
margin: 0;
padding-left: 1.5em;
position: relative;
}
.sc_recipe .sc_recipe__ingredients--checklist li label:before {
content: "";
display: block;
width: 1em;
height: 1em;
border: 1px solid #ddd;
border-radius: 50%;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.sc_recipe .sc_recipe__video--oembed {
aspect-ratio: 16/9;
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
padding-top: 56.25%; }
.sc_recipe .sc_recipe__video--oembed > iframe {
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
@supports (aspect-ratio: 16/9) {
.sc_recipe .sc_recipe__video--oembed {
padding-top: 0 !important;
}
.sc_recipe .sc_recipe__video--oembed > iframe {
position: static;
}
}
.sc_recipe .sc_recipe__video video {
width: 100%;
height: auto;
}
.sc_recipe .sc_recipe__nutrition--heading,
.sc_recipe .sc_recipe__video--heading,
.sc_recipe .sc_recipe__instructions--heading,
.sc_recipe .sc_recipe__ingredients--heading {
font-size: 1.125em;
margin-bottom: 0.5em;
font-weight: bolder;
}
.sc_card .has-wpsc-lightbox {
cursor: zoom-in;
}
body.hidden-scroll {
overflow: hidden;
}
.sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
display: none;
z-index: 1035;
}
.sl-wrapper {
z-index: 1040;
width: 100%;
height: 100%;
left: 0;
top: 0;
position: fixed;
}
.sl-wrapper * {
box-sizing: border-box;
}
.sl-wrapper button {
border: 0 none;
background: transparent;
font-size: 28px;
padding: 0;
cursor: pointer;
}
.sl-wrapper button:hover {
opacity: 0.7;
}
.sl-wrapper .sl-close {
display: none;
position: fixed;
right: 30px;
top: 30px;
z-index: 10060;
margin-top: -14px;
margin-right: -14px;
height: 44px;
width: 44px;
line-height: 44px;
font-family: Arial, Baskerville, monospace;
color: #000;
font-size: 3rem;
}
.sl-wrapper .sl-counter {
display: none;
position: fixed;
top: 30px;
left: 30px;
z-index: 10060;
color: #000;
font-size: 1rem;
}
.sl-wrapper .sl-download {
display: none;
position: fixed;
bottom: 5px;
width: 100%;
text-align: center;
z-index: 10060;
color: #fff;
font-size: 1rem;
}
.sl-wrapper .sl-download a {
color: #fff;
}
.sl-wrapper .sl-navigation {
width: 100%;
display: none;
}
.sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
height: 44px;
width: 22px;
line-height: 44px;
text-align: center;
display: block;
z-index: 10060;
font-family: Arial, Baskerville, monospace;
color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2rem;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3rem;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3rem;
}
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
direction: ltr;
}
.sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 10000;
}
.sl-wrapper .sl-image img {
margin: 0;
padding: 0;
display: block;
border: 0 none;
width: 100%;
height: auto;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image img {
border: 0 none;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image img {
border: 0 none;
}
}
.sl-wrapper .sl-image iframe {
background: #000;
border: 0 none;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
border: 0 none;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
border: 0 none;
}
}
.sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: #fff;
background: rgba(0, 0, 0, 0.8);
font-size: 1rem;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto;
}
.sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-moz-animation: pulsate 1s ease-out infinite;
-ms-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
.sl-transition {
transition: -moz-transform ease 200ms;
transition: -ms-transform ease 200ms;
transition: -o-transform ease 200ms;
transition: -webkit-transform ease 200ms;
transition: transform ease 200ms;
}
@-webkit-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-moz-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-o-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
@-ms-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
} .entry-content ul.ptwsi_social-icons,
.page-content ul.ptwsi_social-icons,
.post-content ul.ptwsi_social-icons,
.content ul.ptwsi_social-icons,
ul.ptwsi_social-icons {
overflow: hidden;
list-style: none;
margin: 0px;
padding: 0px
}
.widget ul.ptwsi_social-icons li:before {
content: none;
margin: 0px;
padding: 0px;
float: none;
}
.entry-content ul.ptwsi_social-icons li,
.content ul.ptwsi_social-icons li,
ul.ptwsi_social-icons li {
display: inline;
float: left;
margin-right: 4px;
margin-left: 0px;
}
.widget ul.ptwsi_social-icons li a {
display: inline-block;
padding: 0px;
text-decoration: none !important;
}
.widget ul.ptwsi_social-icons li:first-child a {
margin-top: 0px
}
a.ptwsi-social-icon {
width: 42px;
height: 42px;
text-decoration: none;
display: inline-block;
background-color: #f2f2f2;
color: #a0a0a0;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
overflow: hidden;
}
a.ptwsi-social-icon.small {
width: 22px;
height: 22px;
} a.ptwsi-social-icon i {
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
position: absolute;
z-index: 20;
}
a.ptwsi-social-icon:hover,
a.ptwsi-social-icon i {
color: #fff;
}
a.ptwsi-social-icon i{
top: -30px;
opacity:0;
}
a.ptwsi-social-icon:hover i {
top: 0;
opacity: 1;
}
a.ptwsi-social-icon.twitter:before,
a.ptwsi-social-icon.wordpress:before,
a.ptwsi-social-icon.facebook:before,
a.ptwsi-social-icon.linkedin:before,
a.ptwsi-social-icon.steam:before,
a.ptwsi-social-icon.tumblr:before,
a.ptwsi-social-icon.github:before,
a.ptwsi-social-icon.delicious:before,
a.ptwsi-social-icon.instagram:before,
a.ptwsi-social-icon.xing:before,
a.ptwsi-social-icon.amazon:before,
a.ptwsi-social-icon.dropbox:before,
a.ptwsi-social-icon.paypal:before,
a.ptwsi-social-icon.lastfm:before,
a.ptwsi-social-icon.gplus:before,
a.ptwsi-social-icon.yahoo:before,
a.ptwsi-social-icon.pinterest:before,
a.ptwsi-social-icon.dribbble:before,
a.ptwsi-social-icon.flickr:before,
a.ptwsi-social-icon.reddit:before,
a.ptwsi-social-icon.vimeo:before,
a.ptwsi-social-icon.spotify:before,
a.ptwsi-social-icon.rss:before,
a.ptwsi-social-icon.youtube:before,
a.ptwsi-social-icon.blogger:before,
a.ptwsi-social-icon.appstore:before,
a.ptwsi-social-icon.digg:before,
a.ptwsi-social-icon.evernote:before,
a.ptwsi-social-icon.fivehundredpx:before,
a.ptwsi-social-icon.forrst:before,
a.ptwsi-social-icon.stumbleupon:before,
a.ptwsi-social-icon.dribbble:before {
font-family: "fontello";
font-size: 16px;
line-height: 16px;
-webkit-transition: all 0.15s ease-in-out;
-moz-transition: all 0.15s ease-in-out;
-o-transition: all 0.15s ease-in-out;
-ms-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
position: absolute;
z-index: 20;
} a.ptwsi-social-icon.twitter:before {font-size: 14px;}
a.ptwsi-social-icon.twitter i, a.ptwsi-social-icon.twitter:before { margin: 13px 0 0 12px; }
a.ptwsi-social-icon.twitter:before { content: "\54"; top: 0; opacity:1; }
a.ptwsi-social-icon.twitter:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.twitter:hover { background-color: #3bc1ed !important; }
a.ptwsi-social-icon.dribbble i, a.ptwsi-social-icon.dribbble:before { margin: 13px 0 0 13px; }
a.ptwsi-social-icon.dribbble:before { content: "\44"; top: 0; opacity:1; }
a.ptwsi-social-icon.dribbble:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.dribbble:hover { background-color: #ef5a92 !important;  }
a.ptwsi-social-icon.facebook i, a.ptwsi-social-icon.facebook:before { margin: 13px 0 0 16px; }
a.ptwsi-social-icon.facebook:before { content: "\66"; top: 0; opacity:1; }
a.ptwsi-social-icon.facebook:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.facebook:hover { background-color: #4a6d9d !important; }
a.ptwsi-social-icon.linkedin i, a.ptwsi-social-icon.linkedin:before { margin: 13px 0 0 13px; }
a.ptwsi-social-icon.linkedin:before { content: "\4c"; top: 0; opacity:1; }
a.ptwsi-social-icon.linkedin:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.linkedin:hover { background-color: #0b7bb5 !important; }
a.ptwsi-social-icon.delicious i, a.ptwsi-social-icon.delicious:before { margin: 13px 0 0 13px; }
a.ptwsi-social-icon.delicious:before { content: "\23"; top: 0; opacity:1; }
a.ptwsi-social-icon.delicious:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.delicious:hover { background-color: #3274d1 !important; }
a.ptwsi-social-icon.paypal i, a.ptwsi-social-icon.paypal:before { margin: 13px 0 0 13px; }
a.ptwsi-social-icon.paypal:before { content: "\24"; top: 0; opacity:1; }
a.ptwsi-social-icon.paypal:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.paypal:hover { background-color: #2e689a !important; }
a.ptwsi-social-icon.gplus i, a.ptwsi-social-icon.gplus:before { margin: 13px 0 0 13px; }
a.ptwsi-social-icon.gplus:before { content: "\2b"; top: 0; opacity:1; }
a.ptwsi-social-icon.gplus:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.gplus:hover { background-color: #d53824 !important; }
a.ptwsi-social-icon.stumbleupon i, a.ptwsi-social-icon.stumbleupon:before { margin: 13px 0 0 11px; }
a.ptwsi-social-icon.stumbleupon:before { content: "\2f"; top: 0; opacity:1; }
a.ptwsi-social-icon.stumbleupon:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.stumbleupon:hover { background-color: #eb4924 !important; }
a.ptwsi-social-icon.fivehundredpx i, a.ptwsi-social-icon.fivehundredpx:before { margin: 13px 0 0 11px; }
a.ptwsi-social-icon.fivehundredpx:before { content: "\30"; top: 0; opacity:1; }
a.ptwsi-social-icon.fivehundredpx:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.fivehundredpx:hover { background-color: #444 !important; }
a.ptwsi-social-icon.pinterest i, a.ptwsi-social-icon.pinterest:before { margin: 13px 0 0 15px; }
a.ptwsi-social-icon.pinterest:before { content: "\31"; top: 0; opacity:1; }
a.ptwsi-social-icon.pinterest:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.pinterest:hover { background-color: #cb1f25 !important; }
a.ptwsi-social-icon.forrst i, a.ptwsi-social-icon.forrst:before { margin: 13px 0 0 15px; }
a.ptwsi-social-icon.forrst:before { content: "\3a"; top: 0; opacity:1; }
a.ptwsi-social-icon.forrst:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.forrst:hover { background-color: #40833e !important; }
a.ptwsi-social-icon.digg i, a.ptwsi-social-icon.digg:before { margin: 13px 0 0 12px; }
a.ptwsi-social-icon.digg:before { content: "\3b"; top: 0; opacity:1; }
a.ptwsi-social-icon.digg:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.digg:hover { background-color: #205685 !important; }
a.ptwsi-social-icon.spotify i, a.ptwsi-social-icon.spotify:before { margin: 13px 0 0 13px; }
a.ptwsi-social-icon.spotify:before { content: "\3d"; top: 0; opacity:1; }
a.ptwsi-social-icon.spotify:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.spotify:hover { background-color: #6ca405 !important; }
a.ptwsi-social-icon.reddit i, a.ptwsi-social-icon.reddit:before { margin: 13px 0 0 12px; }
a.ptwsi-social-icon.reddit:before { content: "\3e"; top: 0; opacity:1; }
a.ptwsi-social-icon.reddit:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.reddit:hover { background-color: #404040 !important; }
a.ptwsi-social-icon.appstore i, a.ptwsi-social-icon.appstore:before { margin: 13px 0 0 14px; }
a.ptwsi-social-icon.appstore:before { content: "\41"; top: 0; opacity:1; }
a.ptwsi-social-icon.appstore:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.appstore:hover { background-color: #c0c0c0 !important; }
a.ptwsi-social-icon.blogger i, a.ptwsi-social-icon.blogger:before { margin: 13px 0 0 15px; font-size: 14px !important; }
a.ptwsi-social-icon.blogger:before { content: "\42"; top: 0; opacity:1; }
a.ptwsi-social-icon.blogger:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.blogger:hover { background-color: #ff6501 !important; }
a.ptwsi-social-icon.dribbble i, a.ptwsi-social-icon.dribbble:before { margin: 13px 0 0 13px; }
a.ptwsi-social-icon.dribbble:before { content: "\44"; top: 0; opacity:1; }
a.ptwsi-social-icon.dribbble:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.dribbble:hover { background-color: #ef5a92 !important; }
a.ptwsi-social-icon.evernote i, a.ptwsi-social-icon.evernote:before { margin: 13px 0 0 15px; }
a.ptwsi-social-icon.evernote:before { content: "\45"; top: 0; opacity:1; }
a.ptwsi-social-icon.evernote:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.evernote:hover { background-color: #6bb130 !important; }
a.ptwsi-social-icon.flickr i, a.ptwsi-social-icon.flickr:before { margin: 13px 0 0 13px; }
a.ptwsi-social-icon.flickr:before { content: "\46"; top: 0; opacity:1; }
a.ptwsi-social-icon.flickr:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.flickr:hover { background-color: #136dd5 !important; }
a.ptwsi-social-icon.rss i, a.ptwsi-social-icon.rss:before { margin: 13px 0 0 14px; font-size: 14px !important; }
a.ptwsi-social-icon.rss:before { content: "\52"; top: 0; opacity:1; }
a.ptwsi-social-icon.rss:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.rss:hover { background-color: #fe8f00 !important; }
a.ptwsi-social-icon.youtube i, a.ptwsi-social-icon.youtube:before { margin: 13px 0 0 14px; font-size: 18px !important; }
a.ptwsi-social-icon.youtube:before { content: "\55"; top: 0; opacity:1; }
a.ptwsi-social-icon.youtube:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.youtube:hover { background-color: #bf2f29 !important; }
a.ptwsi-social-icon.vimeo i, a.ptwsi-social-icon.vimeo:before { margin: 13px 0 0 13px; font-size: 14px !important; }
a.ptwsi-social-icon.vimeo:before { content: "\56"; top: 0; opacity:1; }
a.ptwsi-social-icon.vimeo:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.vimeo:hover { background-color: #4c8ab0 !important; }
a.ptwsi-social-icon.xing i, a.ptwsi-social-icon.xing:before { margin: 13px 0 0 14px; }
a.ptwsi-social-icon.xing:before { content: "\58"; top: 0; opacity:1; }
a.ptwsi-social-icon.xing:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.xing:hover { background-color: #036568 !important; }
a.ptwsi-social-icon.yahoo i, a.ptwsi-social-icon.yahoo:before { margin: 13px 0 0 11px; }
a.ptwsi-social-icon.yahoo:before { content: "\59"; top: 0; opacity:1; }
a.ptwsi-social-icon.yahoo:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.yahoo:hover { background-color: #9251a2 !important; }
a.ptwsi-social-icon.amazon i, a.ptwsi-social-icon.amazon:before { margin: 13px 0 0 12px; }
a.ptwsi-social-icon.amazon:before { content: "\61"; top: 0; opacity:1; }
a.ptwsi-social-icon.amazon:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.amazon:hover { background-color: #2f3842 !important; }
a.ptwsi-social-icon.steam i, a.ptwsi-social-icon.steam:before { margin: 13px 0 0 11px; }
a.ptwsi-social-icon.steam:before { content: "\62"; top: 0; opacity:1; }
a.ptwsi-social-icon.steam:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.steam:hover { background-color: #383838 !important; }
a.ptwsi-social-icon.dropbox i, a.ptwsi-social-icon.dropbox:before { margin: 13px 0 0 13px; }
a.ptwsi-social-icon.dropbox:before { content: "\64"; top: 0; opacity:1; }
a.ptwsi-social-icon.dropbox:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.dropbox:hover { background-color: #2c92dd !important; }
a.ptwsi-social-icon.github i, a.ptwsi-social-icon.github:before { margin: 13px 0 0 13px; }
a.ptwsi-social-icon.github:before { content: "\67"; top: 0; opacity:1; }
a.ptwsi-social-icon.github:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.github:hover { background-color: #5c7381 !important; }
a.ptwsi-social-icon.lastfm i, a.ptwsi-social-icon.lastfm:before { margin: 13px 0 0 11px; }
a.ptwsi-social-icon.lastfm:before { content: "\6c"; top: 0; opacity:1; }
a.ptwsi-social-icon.lastfm:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.lastfm:hover { background-color: #d21309 !important; }
a.ptwsi-social-icon.tumblr i, a.ptwsi-social-icon.tumblr:before { margin: 13px 0 0 15px; }
a.ptwsi-social-icon.tumblr:before { content: "\74"; top: 0; opacity:1; }
a.ptwsi-social-icon.tumblr:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.tumblr:hover { background-color: #3d658d !important; }
a.ptwsi-social-icon.wordpress i, a.ptwsi-social-icon.wordpress:before { margin: 13px 0 0 14px; }
a.ptwsi-social-icon.wordpress:before { content: "\77"; top: 0; opacity:1; }
a.ptwsi-social-icon.wordpress:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.wordpress:hover { background-color: #383838 !important; }
a.ptwsi-social-icon.instagram i, a.ptwsi-social-icon.instagram:before { margin: 13px 0 0 14px; }
a.ptwsi-social-icon.instagram:before { content: "\f31f"; top: 0; opacity:1; }
a.ptwsi-social-icon.instagram:hover:before { top: 30px; opacity: 0; }
a.ptwsi-social-icon.instagram:hover { background-color: #3f6f94 !important; } @font-face {
font-family: 'fontello';
src: url(//individualreisen.org/wp-content/plugins/web-font-social-icons/font/fontello.eot?31771571);
src: url(//individualreisen.org/wp-content/plugins/web-font-social-icons/font/fontello.eot?31771571#iefix) format('embedded-opentype'),
url(//individualreisen.org/wp-content/plugins/web-font-social-icons/font/fontello.woff?31771571) format('woff'),
url(//individualreisen.org/wp-content/plugins/web-font-social-icons/font/fontello.ttf?31771571) format('truetype'),
url(//individualreisen.org/wp-content/plugins/web-font-social-icons/font/fontello.svg?31771571#fontello) format('svg');
font-weight: normal;
font-style: normal;
}
a.ptwsi-social-icon i {
font-family: "fontello";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
text-align: center;
font-variant: normal;
text-transform: none;
line-height: 16px;
font-size: 16px;
width: auto;
}
a.ptwsi-social-icon.small i,
a.ptwsi-social-icon.small:hover:before,
a.ptwsi-social-icon.small:before {
font-size: 11px !important;
line-height: 11px !important;
margin: 6px 0 0 5px !important;
}
a.ptwsi-social-icon.yahoo.small:hover:before,
a.ptwsi-social-icon.yahoo.small:before,
a.ptwsi-social-icon.yahoo.small i
a.ptwsi-social-icon.stumbleupon.small:hover:before,
a.ptwsi-social-icon.stumbleupon.small:before,
a.ptwsi-social-icon.stumbleupon.small i,
a.ptwsi-social-icon.reddit.small:hover:before,
a.ptwsi-social-icon.reddit.small:before,
a.ptwsi-social-icon.reddit.small i,
a.ptwsi-social-icon.pinterest.small:hover:before,
a.ptwsi-social-icon.pinterest.small:before,
a.ptwsi-social-icon.pinterest.small i {
margin: 6px 0 0 4px !important
}
a.ptwsi-social-icon.digg.small:hover:before,
a.ptwsi-social-icon.digg.small:before,
a.ptwsi-social-icon.digg.small i,
a.ptwsi-social-icon.youtube.small:hover:before,
a.ptwsi-social-icon.youtube.small:before,
a.ptwsi-social-icon.youtube.small i,
a.ptwsi-social-icon.spotify.small:hover:before,
a.ptwsi-social-icon.spotify.small:before,
a.ptwsi-social-icon.spotify.small i {
margin: 6px 0 0 5px !important
}
a.ptwsi-social-icon.evernote.small:hover:before,
a.ptwsi-social-icon.evernote.small:before,
a.ptwsi-social-icon.evernote.small i,
a.ptwsi-social-icon.appstore.small:hover:before,
a.ptwsi-social-icon.appstore.small:before,
a.ptwsi-social-icon.appstore.small i,
a.ptwsi-social-icon.forrst.small:hover:before,
a.ptwsi-social-icon.forrst.small:before,
a.ptwsi-social-icon.forrst.small i {
margin: 6px 0 0 6px !important
}
a.ptwsi-social-icon.pinterest.small:hover:before,
a.ptwsi-social-icon.pinterest.small:before,
a.ptwsi-social-icon.pinterest.small i{
margin: 6px 0 0 7px !important
}
a.ptwsi-social-icon.tumblr.small:hover:before,
a.ptwsi-social-icon.tumblr.small:before,
a.ptwsi-social-icon.tumblr.small i,
a.ptwsi-social-icon.facebook.small:hover:before,
a.ptwsi-social-icon.facebook.small:before,
a.ptwsi-social-icon.facebook.small i {
margin: 6px 0 0 8px !important
}
a.ptwsi-social-icon .ptwsi-icon-delicious:before { content: '\23'; } a.ptwsi-social-icon .ptwsi-icon-paypal:before { content: '\24'; } a.ptwsi-social-icon .ptwsi-icon-gplus:before { content: '\2b'; } a.ptwsi-social-icon .ptwsi-icon-stumbleupon:before { content: '\2f'; } a.ptwsi-social-icon .ptwsi-icon-fivehundredpx:before { content: '\30'; } a.ptwsi-social-icon .ptwsi-icon-pinterest:before { content: '\31'; } a.ptwsi-social-icon .ptwsi-icon-forrst:before { content: '\3a'; } a.ptwsi-social-icon .ptwsi-icon-digg:before { content: '\3b'; } a.ptwsi-social-icon .ptwsi-icon-spotify:before { content: '\3d'; } a.ptwsi-social-icon .ptwsi-icon-reddit:before { content: '\3e'; } a.ptwsi-social-icon .ptwsi-icon-appstore:before { content: '\41'; } a.ptwsi-social-icon .ptwsi-icon-blogger:before { content: '\42'; } a.ptwsi-social-icon .ptwsi-icon-dribbble:before { content: '\44'; } a.ptwsi-social-icon .ptwsi-icon-evernote:before { content: '\45'; } a.ptwsi-social-icon .ptwsi-icon-flickr:before { content: '\46'; } a.ptwsi-social-icon .ptwsi-icon-linkedin:before { content: '\4c'; } a.ptwsi-social-icon .ptwsi-icon-rss:before { content: '\52'; } a.ptwsi-social-icon .ptwsi-icon-twitter:before { content: '\54'; } a.ptwsi-social-icon .ptwsi-icon-youtube:before { content: '\55'; } a.ptwsi-social-icon .ptwsi-icon-vimeo:before { content: '\56'; } a.ptwsi-social-icon .ptwsi-icon-xing:before { content: '\58'; } a.ptwsi-social-icon .ptwsi-icon-yahoo:before { content: '\59'; } a.ptwsi-social-icon .ptwsi-icon-amazon:before { content: '\61'; } a.ptwsi-social-icon .ptwsi-icon-steam:before { content: '\62'; } a.ptwsi-social-icon .ptwsi-icon-dropbox:before { content: '\64'; } a.ptwsi-social-icon .ptwsi-icon-facebook:before { content: '\66'; } a.ptwsi-social-icon .ptwsi-icon-github:before { content: '\67'; } a.ptwsi-social-icon .ptwsi-icon-lastfm:before { content: '\6c'; } a.ptwsi-social-icon .ptwsi-icon-tumblr:before { content: '\74'; } a.ptwsi-social-icon .ptwsi-icon-wordpress:before { content: '\77'; } a.ptwsi-social-icon .ptwsi-icon-linkedin-rect:before { content: '\f31b'; } a.ptwsi-social-icon .ptwsi-icon-instagram:before { content: '\f31f'; }