:root {
--wp-admin-theme-color: #007cba;
--wp-admin-theme-color-darker-10: #006ba1;
--wp-admin-theme-color-darker-20: #005a87; }
#start-resizable-editor-section {
display: none; }
.wp-block-audio figcaption {
margin-top: 0.5em;
margin-bottom: 1em; }
.wp-block-audio audio {
width: 100%;
min-width: 300px; }
.wp-block-button__link {
color: #fff;
background-color: #32373c;
border: none;
border-radius: 28px;
box-shadow: none;
cursor: pointer;
display: inline-block;
font-size: 18px;
padding: 12px 24px;
text-align: center;
text-decoration: none;
overflow-wrap: break-word; }
.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited {
color: #fff; }
.wp-block-button__link.aligncenter {
text-align: center; }
.wp-block-button__link.alignright { text-align: right; }
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
border-radius: 0; }
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
border-radius: 0 !important; }
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
color: #32373c;
background-color: transparent;
border: 2px solid; }
.wp-block-buttons .wp-block-button {
display: inline-block;
margin-right: 8px;
margin-bottom: 8px; }
.wp-block-buttons .wp-block-button:last-child {
margin-right: 0; }
.wp-block-buttons.alignright .wp-block-button { margin-right: 0; margin-left: 8px; }
.wp-block-buttons.alignright .wp-block-button:first-child {
margin-left: 0; }
.wp-block-buttons.alignleft .wp-block-button { margin-left: 0; margin-right: 8px; }
.wp-block-buttons.alignleft .wp-block-button:last-child {
margin-right: 0; }
.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter {
text-align: center; }
.wp-block-calendar {
text-align: center; }
.wp-block-calendar th,
.wp-block-calendar tbody td {
padding: 4px;
border: 1px solid #ddd; }
.wp-block-calendar tfoot td {
border: none; }
.wp-block-calendar table {
width: 100%;
border-collapse: collapse;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
.wp-block-calendar table th {
font-weight: 400;
background: #ddd; }
.wp-block-calendar a {
text-decoration: underline; }
.wp-block-calendar tfoot a {
color: #007cba;
color: var(--wp-admin-theme-color); }
.wp-block-calendar table tbody,
.wp-block-calendar table caption {
color: #40464d; }
.wp-block-categories.alignleft { margin-right: 2em; }
.wp-block-categories.alignright { margin-left: 2em; }
.wp-block-columns {
display: flex;
margin-bottom: 28px;
flex-wrap: wrap; }
@media (min-width: 782px) {
.wp-block-columns {
flex-wrap: nowrap; } }
.wp-block-columns.has-background {
padding: 20px 38px; }
.wp-block-column {
flex-grow: 1;
min-width: 0;
word-break: break-word;
overflow-wrap: break-word; }
@media (max-width: 599px) {
.wp-block-column {
flex-basis: 100% !important; } }
@media (min-width: 600px) and (max-width: 781px) {
.wp-block-column {
flex-basis: calc(50% - 16px) !important;
flex-grow: 0; }
.wp-block-column:nth-child(even) {
margin-left: 32px; } }
@media (min-width: 782px) {
.wp-block-column {
flex-basis: 0;
flex-grow: 1; }
.wp-block-column[style*="flex-basis"] {
flex-grow: 0; }
.wp-block-column:not(:first-child) {
margin-left: 32px; } } .wp-block-columns.are-vertically-aligned-top {
align-items: flex-start; }
.wp-block-columns.are-vertically-aligned-center {
align-items: center; }
.wp-block-columns.are-vertically-aligned-bottom {
align-items: flex-end; } .wp-block-column.is-vertically-aligned-top {
align-self: flex-start; }
.wp-block-column.is-vertically-aligned-center {
-ms-grid-row-align: center;
align-self: center; }
.wp-block-column.is-vertically-aligned-bottom {
align-self: flex-end; }
.wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom {
width: 100%; }
.wp-block-cover-image,
.wp-block-cover {
position: relative;
background-size: cover;
background-position: center center;
min-height: 430px;
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 16px; }
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
background-attachment: fixed; }
@supports (-webkit-overflow-scrolling: touch) {
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
background-attachment: scroll; } }
@media (prefers-reduced-motion: reduce) {
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
background-attachment: scroll; } }
.wp-block-cover-image.has-background-dim,
.wp-block-cover.has-background-dim {
background-color: #000; }
.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
content: "";
background-color: inherit; }
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__gradient-background {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: 1; }
.wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
.wp-block-cover .wp-block-cover__gradient-background {
opacity: 0.5; }
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before {
opacity: 0.1; }
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
opacity: 0.1; }
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before {
opacity: 0.2; }
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
opacity: 0.2; }
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before {
opacity: 0.3; }
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
opacity: 0.3; }
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before {
opacity: 0.4; }
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
opacity: 0.4; }
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before {
opacity: 0.5; }
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
opacity: 0.5; }
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before {
opacity: 0.6; }
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
opacity: 0.6; }
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before {
opacity: 0.7; }
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
opacity: 0.7; }
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before {
opacity: 0.8; }
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
opacity: 0.8; }
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before {
opacity: 0.9; }
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
opacity: 0.9; }
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before {
opacity: 1; }
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
opacity: 1; }
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
max-width: 290px;
width: 100%; }
.wp-block-cover-image::after,
.wp-block-cover::after {
display: block;
content: "";
font-size: 0;
min-height: inherit; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-cover-image::after,
.wp-block-cover::after {
content: none; } }
.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
display: flex; }
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
width: calc(100% - 70px);
z-index: 1;
color: #fff; }
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color) {
color: inherit; }
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
align-items: flex-start;
justify-content: flex-start; }
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
align-items: flex-start;
justify-content: center; }
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
align-items: flex-start;
justify-content: flex-end; }
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
align-items: center;
justify-content: flex-start; }
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
align-items: center;
justify-content: center; }
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
align-items: center;
justify-content: flex-end; }
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
align-items: flex-end;
justify-content: flex-start; }
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
align-items: flex-end;
justify-content: center; }
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
align-items: flex-end;
justify-content: flex-end; }
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
margin: 0;
width: auto; }
.wp-block-cover__video-background {
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 100%;
height: 100%;
z-index: 0;
object-fit: cover; }
section.wp-block-cover-image h2,
.wp-block-cover-image-text,
.wp-block-cover-text {
color: #fff; }
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:hover,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:active,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:hover,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:active,
.wp-block-cover-text a,
.wp-block-cover-text a:hover,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:active {
color: #fff; }
.wp-block-cover-image
.wp-block-cover.has-left-content {
justify-content: flex-start; }
.wp-block-cover-image
.wp-block-cover.has-right-content {
justify-content: flex-end; }
section.wp-block-cover-image.has-left-content > h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
margin-left: 0;
text-align: left; }
section.wp-block-cover-image.has-right-content > h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
margin-right: 0;
text-align: right; }
section.wp-block-cover-image > h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
font-size: 2em;
line-height: 1.25;
z-index: 1;
margin-bottom: 0;
max-width: 580px;
padding: 14px;
text-align: center; }
.wp-block[data-align="left"] > [data-type^="core-embed"],
.wp-block[data-align="right"] > [data-type^="core-embed"],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
max-width: 360px;
width: 100%; }
.wp-block[data-align="left"] > [data-type^="core-embed"] .wp-block-embed__wrapper,
.wp-block[data-align="right"] > [data-type^="core-embed"] .wp-block-embed__wrapper,
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper {
min-width: 280px; }
.wp-block-embed {
margin-bottom: 1em; }
.wp-block-embed figcaption {
margin-top: 0.5em;
margin-bottom: 1em; }
.wp-block-embed iframe {
max-width: 100%; }
.wp-block-embed__wrapper {
position: relative; }
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
content: "";
display: block;
padding-top: 50%; }
.wp-embed-responsive .wp-has-aspect-ratio iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%; }
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
padding-top: 42.85%; }
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
padding-top: 50%; }
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
padding-top: 56.25%; }
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
padding-top: 75%; }
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
padding-top: 100%; }
.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
padding-top: 66.66%; }
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
padding-top: 200%; }
.wp-block-file {
margin-bottom: 1.5em; }
.wp-block-file.aligncenter {
text-align: center; }
.wp-block-file.alignright { text-align: right; }
.wp-block-file .wp-block-file__button {
background: #32373c;
border-radius: 2em;
color: #fff;
font-size: 13px;
padding: 0.5em 1em; }
.wp-block-file a.wp-block-file__button {
text-decoration: none; }
.wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
box-shadow: none;
color: #fff;
opacity: 0.85;
text-decoration: none; }
.wp-block-file * + .wp-block-file__button {
margin-left: 0.75em; }
.wp-block-gallery,
.blocks-gallery-grid {
display: flex;
flex-wrap: wrap;
list-style-type: none;
padding: 0;
margin: 0; }
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
margin: 0 16px 16px 0;
display: flex;
flex-grow: 1;
flex-direction: column;
justify-content: center;
position: relative; }
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
margin: 0;
height: 100%; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure,
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure {
display: flex;
align-items: flex-end;
justify-content: flex-start; } }
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
display: block;
max-width: 100%;
height: auto; }
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
width: 100%; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img,
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img {
width: auto; } }
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
position: absolute;
bottom: 0;
width: 100%;
max-height: 100%;
overflow: auto;
padding: 40px 10px 9px;
color: #fff;
text-align: center;
font-size: 13px;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); }
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img,
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img {
display: inline; }
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
width: 100%; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img,
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img {
height: 100%;
flex: 1;
object-fit: cover; } }
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item {
width: calc(50% - 16px); }
.wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
margin-right: 0; }
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item,
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item {
width: 100%;
margin-right: 0; }
@media (min-width: 600px) {
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item,
.blocks-gallery-grid.columns-3 .blocks-gallery-image,
.blocks-gallery-grid.columns-3 .blocks-gallery-item {
width: calc(33.33333% - 10.66667px);
margin-right: 16px; }
.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.blocks-gallery-grid.columns-4 .blocks-gallery-image,
.blocks-gallery-grid.columns-4 .blocks-gallery-item {
width: calc(25% - 12px);
margin-right: 16px; }
.wp-block-gallery.columns-5 .blocks-gallery-image,
.wp-block-gallery.columns-5 .blocks-gallery-item,
.blocks-gallery-grid.columns-5 .blocks-gallery-image,
.blocks-gallery-grid.columns-5 .blocks-gallery-item {
width: calc(20% - 12.8px);
margin-right: 16px; }
.wp-block-gallery.columns-6 .blocks-gallery-image,
.wp-block-gallery.columns-6 .blocks-gallery-item,
.blocks-gallery-grid.columns-6 .blocks-gallery-image,
.blocks-gallery-grid.columns-6 .blocks-gallery-item {
width: calc(16.66667% - 13.33333px);
margin-right: 16px; }
.wp-block-gallery.columns-7 .blocks-gallery-image,
.wp-block-gallery.columns-7 .blocks-gallery-item,
.blocks-gallery-grid.columns-7 .blocks-gallery-image,
.blocks-gallery-grid.columns-7 .blocks-gallery-item {
width: calc(14.28571% - 13.71429px);
margin-right: 16px; }
.wp-block-gallery.columns-8 .blocks-gallery-image,
.wp-block-gallery.columns-8 .blocks-gallery-item,
.blocks-gallery-grid.columns-8 .blocks-gallery-image,
.blocks-gallery-grid.columns-8 .blocks-gallery-item {
width: calc(12.5% - 14px);
margin-right: 16px; }
.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
margin-right: 0; }
.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
margin-right: 0; }
.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
margin-right: 0; }
.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
margin-right: 0; }
.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
margin-right: 0; }
.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
margin-right: 0; }
.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
margin-right: 0; }
.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
margin-right: 0; } }
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child,
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child {
margin-right: 0; }
.wp-block-gallery.alignleft, .wp-block-gallery.alignright,
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright {
max-width: 290px;
width: 100%; }
.wp-block-gallery.aligncenter .blocks-gallery-item figure,
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
justify-content: center; }
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
padding: 20px 38px; }
.wp-block-image {
margin-bottom: 1em; }
.wp-block-image img {
max-width: 100%; }
.wp-block-image.aligncenter {
text-align: center; }
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
width: 100%; }
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image .aligncenter, .wp-block-image.is-resized {
display: table; }
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
display: table-caption;
caption-side: bottom; }
.wp-block-image .alignleft { float: left; margin-left: 0;
margin-right: 1em;
margin-top: 0.5em;
margin-bottom: 0.5em; }
.wp-block-image .alignright { float: right; margin-right: 0;
margin-left: 1em;
margin-top: 0.5em;
margin-bottom: 0.5em; }
.wp-block-image .aligncenter {
margin-left: auto;
margin-right: auto; }
.wp-block-image figcaption {
margin-top: 0.5em;
margin-bottom: 1em; }
.is-style-rounded img {
border-radius: 9999px; }
.is-style-circle-mask img {
border-radius: 9999px; }
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
.is-style-circle-mask img { -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>'); mask-mode: alpha;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;
-webkit-mask-position: center;
mask-position: center;
border-radius: 0; } }
.wp-block-latest-comments__comment {
font-size: 15px;
line-height: 1.1;
list-style: none;
margin-bottom: 1em; }
.has-avatars .wp-block-latest-comments__comment {
min-height: 36px;
list-style: none; }
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
margin-left: 52px; }
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
line-height: 1.5; }
.wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
line-height: 1.8;
margin: 5px 0 20px; }
.wp-block-latest-comments__comment-date {
color: #8f98a1;
display: block;
font-size: 12px; }
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
border-radius: 24px;
display: block;
float: left;
height: 40px;
margin-right: 12px;
width: 40px; }
.wp-block-latest-posts.alignleft { margin-right: 2em; }
.wp-block-latest-posts.alignright { margin-left: 2em; }
.wp-block-latest-posts.wp-block-latest-posts__list {
list-style: none; }
.wp-block-latest-posts.wp-block-latest-posts__list li {
clear: both; }
.wp-block-latest-posts.is-grid {
display: flex;
flex-wrap: wrap;
padding: 0; }
.wp-block-latest-posts.is-grid li {
margin: 0 20px 20px 0;
width: 100%; }
@media (min-width: 600px) {
.wp-block-latest-posts.columns-2 li {
width: calc((100% / 2) - 20px); }
.wp-block-latest-posts.columns-3 li {
width: calc((100% / 3) - 20px); }
.wp-block-latest-posts.columns-4 li {
width: calc((100% / 4) - 20px); }
.wp-block-latest-posts.columns-5 li {
width: calc((100% / 5) - 20px); }
.wp-block-latest-posts.columns-6 li {
width: calc((100% / 6) - 20px); } }
.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
display: block;
color: #6c7781;
font-size: 13px; }
.wp-block-latest-posts__post-excerpt {
margin-top: 8px;
margin-bottom: 16px; }
.wp-block-latest-posts__featured-image img {
height: auto;
width: auto; }
.wp-block-latest-posts__featured-image.alignleft { margin-right: 1em; }
.wp-block-latest-posts__featured-image.alignright { margin-left: 1em; }
.wp-block-latest-posts__featured-image.aligncenter {
margin-bottom: 1em;
text-align: center; }
.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
margin-bottom: 20px; }
.wp-block-media-text { direction: ltr; display: -ms-grid;
display: grid;
-ms-grid-columns: 50% 1fr;
grid-template-columns: 50% 1fr;
-ms-grid-rows: auto;
grid-template-rows: auto; }
.wp-block-media-text.has-media-on-the-right {
-ms-grid-columns: 1fr 50%;
grid-template-columns: 1fr 50%; }
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
-ms-grid-row-align: start;
align-self: start; }
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
-ms-grid-row-align: center;
align-self: center; }
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
-ms-grid-row-align: end;
align-self: end; }
.wp-block-media-text .wp-block-media-text__media { -ms-grid-column: 1;
grid-column: 1;
-ms-grid-row: 1;
grid-row: 1; margin: 0; }
.wp-block-media-text .wp-block-media-text__content {
direction: ltr; -ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 1;
grid-row: 1; padding: 0 8% 0 8%;
word-break: break-word; }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media { -ms-grid-column: 2;
grid-column: 2;
-ms-grid-row: 1;
grid-row: 1; }
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content { -ms-grid-column: 1;
grid-column: 1;
-ms-grid-row: 1;
grid-row: 1; }
.wp-block-media-text__media img,
.wp-block-media-text__media video {
max-width: unset;
width: 100%;
vertical-align: middle; }
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
height: 100%;
min-height: 250px;
background-size: cover; }
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0; } @media (max-width: 600px) {
.wp-block-media-text.is-stacked-on-mobile {
-ms-grid-columns: 100% !important;
grid-template-columns: 100% !important; }
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
-ms-grid-column: 1;
grid-column: 1;
-ms-grid-row: 1;
grid-row: 1; }
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
-ms-grid-column: 1;
grid-column: 1;
-ms-grid-row: 2;
grid-row: 2; }
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
-ms-grid-column: 1;
grid-column: 1;
-ms-grid-row: 2;
grid-row: 2; }
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
-ms-grid-column: 1;
grid-column: 1;
-ms-grid-row: 1;
grid-row: 1; } }
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color),
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) {
color: #1e1e1e; }
.wp-block-navigation:not(.has-background) .wp-block-navigation__container,
.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container {
background-color: #fff; }
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) {
color: #fff; }
.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container {
background-color: #1e1e1e; }
.items-justified-left > ul {
justify-content: flex-start; }
.items-justified-center > ul {
justify-content: center; }
.items-justified-right > ul {
justify-content: flex-end; }
.wp-block-navigation-link {
display: flex;
align-items: center;
position: relative;
margin: 0; }
.wp-block-navigation-link .wp-block-navigation__container:empty {
display: none; }
.wp-block-navigation__container {
list-style: none;
margin: 0;
padding-left: 0;
display: flex;
flex-wrap: wrap; }
.is-vertical .wp-block-navigation__container {
display: block; }
.has-child .wp-block-navigation__container {
border: 1px solid rgba(0, 0, 0, 0.15);
background-color: inherit;
color: inherit;
position: absolute;
left: 0;
top: 100%;
width: fit-content;
z-index: 1;
opacity: 0;
transition: opacity 0.1s linear;
visibility: hidden; }
.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
flex-grow: 1; }
.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
padding-right: 8px; }
@media (min-width: 782px) {
.has-child .wp-block-navigation__container {
left: 24px; }
.has-child .wp-block-navigation__container .wp-block-navigation__container {
left: 100%;
top: -1px; }
.has-child .wp-block-navigation__container .wp-block-navigation__container::before {
content: "";
position: absolute;
right: 100%;
height: 100%;
display: block;
width: 8px;
background: transparent; }
.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
transform: rotate(0); } }
.has-child:hover {
cursor: pointer; }
.has-child:hover > .wp-block-navigation__container {
visibility: visible;
opacity: 1;
display: flex;
flex-direction: column; }
.has-child:focus-within {
cursor: pointer; }
.has-child:focus-within > .wp-block-navigation__container {
visibility: visible;
opacity: 1;
display: flex;
flex-direction: column; }
.wp-block-navigation-link__content {
text-decoration: none;
padding: 8px 16px; }
.wp-block-navigation-link__content + .wp-block-navigation-link__content {
padding-top: 0; }
.has-text-color .wp-block-navigation-link__content {
color: inherit; }
.wp-block-navigation-link__label {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
word-break: normal;
overflow-wrap: break-word; }
.wp-block-navigation-link__submenu-icon {
height: inherit;
padding: 6px 16px; }
.wp-block-navigation-link__submenu-icon svg {
fill: currentColor; }
@media (min-width: 782px) {
.wp-block-navigation-link__submenu-icon svg {
transform: rotate(90deg); } }
.is-small-text {
font-size: 14px; }
.is-regular-text {
font-size: 16px; }
.is-large-text {
font-size: 36px; }
.is-larger-text {
font-size: 48px; }
.has-drop-cap:not(:focus)::first-letter {
float: left;
font-size: 8.4em;
line-height: 0.68;
font-weight: 100;
margin: 0.05em 0.1em 0 0;
text-transform: uppercase;
font-style: normal; }
p.has-background {
padding: 20px 38px; }
p.has-text-color a {
color: inherit; }
.wp-block-post-author {
display: flex;
flex-wrap: wrap;
line-height: 1.5; }
.wp-block-post-author__byline {
width: 100%;
margin-top: 0;
margin-bottom: 0;
font-size: 0.5em; }
.wp-block-post-author__avatar {
margin-right: 16px; }
.wp-block-post-author__bio {
margin-bottom: 8px;
font-size: 0.7em; }
.wp-block-post-author__content {
flex-grow: 1;
flex-basis: 0; }
.wp-block-post-author__name {
font-weight: bold;
margin: 0; }
.wp-block-pullquote {
padding: 3em 0;
margin-left: 0;
margin-right: 0;
text-align: center; }
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
max-width: 290px; }
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
font-size: 20px; }
.wp-block-pullquote p {
font-size: 28px;
line-height: 1.6; }
.wp-block-pullquote cite,
.wp-block-pullquote footer {
position: relative; }
.wp-block-pullquote .has-text-color a {
color: inherit; }
.wp-block-pullquote:not(.is-style-solid-color) {
background: none; }
.wp-block-pullquote.is-style-solid-color {
border: none; }
.wp-block-pullquote.is-style-solid-color blockquote {
margin-left: auto;
margin-right: auto;
text-align: left;
max-width: 60%; }
.wp-block-pullquote.is-style-solid-color blockquote p {
margin-top: 0;
margin-bottom: 0;
font-size: 32px; }
.wp-block-pullquote.is-style-solid-color blockquote cite {
text-transform: none;
font-style: normal; }
.wp-block-pullquote cite {
color: inherit; }
.wp-block-quote.is-style-large, .wp-block-quote.is-large {
margin: 0 0 16px;
padding: 0 1em; }
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
font-size: 24px;
font-style: italic;
line-height: 1.6; }
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer, .wp-block-quote.is-large cite,
.wp-block-quote.is-large footer {
font-size: 18px;
text-align: right; }
.wp-block-rss.alignleft { margin-right: 2em; }
.wp-block-rss.alignright { margin-left: 2em; }
.wp-block-rss.is-grid {
display: flex;
flex-wrap: wrap;
padding: 0;
list-style: none; }
.wp-block-rss.is-grid li {
margin: 0 16px 16px 0;
width: 100%; }
@media (min-width: 600px) {
.wp-block-rss.columns-2 li {
width: calc(( 100% / 2 ) - 16px); }
.wp-block-rss.columns-3 li {
width: calc(( 100% / 3 ) - 16px); }
.wp-block-rss.columns-4 li {
width: calc(( 100% / 4 ) - 16px); }
.wp-block-rss.columns-5 li {
width: calc(( 100% / 5 ) - 16px); }
.wp-block-rss.columns-6 li {
width: calc(( 100% / 6 ) - 16px); } }
.wp-block-rss__item-publish-date,
.wp-block-rss__item-author {
display: block;
color: #6c7781;
font-size: 13px; }
.wp-block-search {
display: flex;
flex-wrap: wrap; }
.wp-block-search .wp-block-search__label {
width: 100%; }
.wp-block-search .wp-block-search__input {
flex-grow: 1;
max-width: 360px; }
.wp-block-search .wp-block-search__button {
margin-left: 10px; }
.wp-block-separator.is-style-wide {
border-bottom-width: 1px; }
.wp-block-separator.is-style-dots {
background: none !important;
border: none;
text-align: center;
max-width: none;
line-height: 1;
height: auto; }
.wp-block-separator.is-style-dots::before {
content: "\00b7 \00b7 \00b7";
color: currentColor;
font-size: 20px;
letter-spacing: 2em; padding-left: 2em;
font-family: serif; }
.wp-block-social-links {
display: flex;
justify-content: flex-start;
padding-left: 0;
padding-right: 0;
margin-left: 0; }
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
text-decoration: none;
border-bottom: 0;
box-shadow: none; }
.wp-social-link {
display: block;
width: 36px;
height: 36px;
border-radius: 36px;
margin-right: 8px;
transition: transform 0.1s ease; }
@media (prefers-reduced-motion: reduce) {
.wp-social-link {
transition-duration: 0s; } }
.wp-social-link a {
padding: 6px;
display: block;
line-height: 0;
transition: transform 0.1s ease; }
.wp-social-link a,
.wp-social-link a:hover,
.wp-social-link a:active,
.wp-social-link a:visited,
.wp-social-link svg {
color: currentColor;
fill: currentColor; }
.wp-social-link:hover {
transform: scale(1.1); }
.wp-block-social-links.aligncenter {
justify-content: center;
display: flex; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
background-color: #f0f0f0;
color: #444; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
background-color: #f90;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
background-color: #1ea0c3;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
background-color: #0757fe;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
background-color: #1e1f26;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
background-color: #02e49b;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
background-color: #e94c89;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
background-color: #4280ff;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
background-color: #f45800;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
background-color: #1778f2;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
background-color: #000;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
background-color: #0461dd;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
background-color: #e65678;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
background-color: #24292d;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
background-color: #eceadd;
color: #382110; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
background-color: #ea4434;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
background-color: #f00075;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
background-color: #e21b24;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
background-color: #0d66c2;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
background-color: #3288d4;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
background-color: #02ab6c;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
background-color: #f6405f;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
background-color: #e60122;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
background-color: #ef4155;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
background-color: #fe4500;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
background-color: #0478d7;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
background-color: #fefc00;
color: #fff;
stroke: #000; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
background-color: #ff5600;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
background-color: #1bd760;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
background-color: #011835;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
background-color: #6440a4;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
background-color: #1da1f2;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
background-color: #1eb7ea;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
background-color: #4680c2;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
background-color: #3499cd;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
background-color: #d32422;
color: #fff; }
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
background-color: #f00;
color: #fff; }
.wp-block-social-links.is-style-logos-only .wp-social-link {
background: none;
padding: 4px; }
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
width: 28px;
height: 28px; }
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
color: #f90; }
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
color: #1ea0c3; }
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
color: #0757fe; }
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
color: #1e1f26; }
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
color: #02e49b; }
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
color: #e94c89; }
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
color: #4280ff; }
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
color: #f45800; }
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
color: #1778f2; }
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
color: #000; }
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
color: #0461dd; }
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
color: #e65678; }
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
color: #24292d; }
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
color: #382110; }
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
color: #ea4434; }
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
color: #f00075; }
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
color: #e21b24; }
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
color: #0d66c2; }
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
color: #3288d4; }
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
color: #02ab6c; }
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
color: #f6405f; }
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
color: #e60122; }
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
color: #ef4155; }
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
color: #fe4500; }
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
color: #0478d7; }
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
color: #fff;
stroke: #000; }
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
color: #ff5600; }
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
color: #1bd760; }
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
color: #011835; }
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
color: #6440a4; }
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
color: #1da1f2; }
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
color: #1eb7ea; }
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
color: #4680c2; }
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
color: #3499cd; }
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
background-color: #d32422;
color: #fff; }
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
color: #f00; }
.wp-block-social-links.is-style-pill-shape .wp-social-link {
width: auto; }
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
padding-left: 16px;
padding-right: 16px; }
.wp-block-spacer {
clear: both; }
p.wp-block-subhead {
font-size: 1.1em;
font-style: italic;
opacity: 0.75; }
.wp-block-table {
overflow-x: auto; }
.wp-block-table table {
width: 100%; }
.wp-block-table .has-fixed-layout {
table-layout: fixed;
width: 100%; }
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
word-break: break-word; }
.wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
display: table;
width: auto; }
.wp-block-table.alignleft td,
.wp-block-table.alignleft th, .wp-block-table.aligncenter td,
.wp-block-table.aligncenter th, .wp-block-table.alignright td,
.wp-block-table.alignright th {
word-break: break-word; }
.wp-block-table .has-subtle-light-gray-background-color {
background-color: #f3f4f5; }
.wp-block-table .has-subtle-pale-green-background-color {
background-color: #e9fbe5; }
.wp-block-table .has-subtle-pale-blue-background-color {
background-color: #e7f5fe; }
.wp-block-table .has-subtle-pale-pink-background-color {
background-color: #fcf0ef; }
.wp-block-table.is-style-stripes {
border-spacing: 0;
border-collapse: inherit;
background-color: transparent;
border-bottom: 1px solid #f0f0f0; }
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #f0f0f0; }
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
background-color: #f3f4f5; }
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
background-color: #e9fbe5; }
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
background-color: #e7f5fe; }
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
background-color: #fcf0ef; }
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
border-color: transparent; }
.wp-block-text-columns {
display: flex; }
.wp-block-text-columns.aligncenter {
display: flex; }
.wp-block-text-columns .wp-block-column {
margin: 0 16px;
padding: 0; }
.wp-block-text-columns .wp-block-column:first-child {
margin-left: 0; }
.wp-block-text-columns .wp-block-column:last-child {
margin-right: 0; }
.wp-block-text-columns.columns-2 .wp-block-column {
width: calc(100% / 2); }
.wp-block-text-columns.columns-3 .wp-block-column {
width: calc(100% / 3); }
.wp-block-text-columns.columns-4 .wp-block-column {
width: calc(100% / 4); }
.wp-block-video {
margin-left: 0;
margin-right: 0; }
.wp-block-video video {
max-width: 100%; }
@supports ((position: -webkit-sticky) or (position: sticky)) {
.wp-block-video [poster] {
object-fit: cover; } }
.wp-block-video.aligncenter {
text-align: center; }
.wp-block-video figcaption {
margin-top: 0.5em;
margin-bottom: 1em; }
:root .editor-styles-wrapper,
:root {  }
:root .editor-styles-wrapper .has-pale-pink-background-color,
:root .has-pale-pink-background-color {
background-color: #f78da7; }
:root .editor-styles-wrapper .has-vivid-red-background-color,
:root .has-vivid-red-background-color {
background-color: #cf2e2e; }
:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color,
:root .has-luminous-vivid-orange-background-color {
background-color: #ff6900; }
:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color,
:root .has-luminous-vivid-amber-background-color {
background-color: #fcb900; }
:root .editor-styles-wrapper .has-light-green-cyan-background-color,
:root .has-light-green-cyan-background-color {
background-color: #7bdcb5; }
:root .editor-styles-wrapper .has-vivid-green-cyan-background-color,
:root .has-vivid-green-cyan-background-color {
background-color: #00d084; }
:root .editor-styles-wrapper .has-pale-cyan-blue-background-color,
:root .has-pale-cyan-blue-background-color {
background-color: #8ed1fc; }
:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color,
:root .has-vivid-cyan-blue-background-color {
background-color: #0693e3; }
:root .editor-styles-wrapper .has-vivid-purple-background-color,
:root .has-vivid-purple-background-color {
background-color: #9b51e0; }
:root .editor-styles-wrapper .has-white-background-color,
:root .has-white-background-color {
background-color: #fff; }
:root .editor-styles-wrapper .has-very-light-gray-background-color,
:root .has-very-light-gray-background-color {
background-color: #eee; }
:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color,
:root .has-cyan-bluish-gray-background-color {
background-color: #abb8c3; }
:root .editor-styles-wrapper .has-very-dark-gray-background-color,
:root .has-very-dark-gray-background-color {
background-color: #313131; }
:root .editor-styles-wrapper .has-black-background-color,
:root .has-black-background-color {
background-color: #000; }
:root .editor-styles-wrapper .has-pale-pink-color,
:root .has-pale-pink-color {
color: #f78da7; }
:root .editor-styles-wrapper .has-vivid-red-color,
:root .has-vivid-red-color {
color: #cf2e2e; }
:root .editor-styles-wrapper .has-luminous-vivid-orange-color,
:root .has-luminous-vivid-orange-color {
color: #ff6900; }
:root .editor-styles-wrapper .has-luminous-vivid-amber-color,
:root .has-luminous-vivid-amber-color {
color: #fcb900; }
:root .editor-styles-wrapper .has-light-green-cyan-color,
:root .has-light-green-cyan-color {
color: #7bdcb5; }
:root .editor-styles-wrapper .has-vivid-green-cyan-color,
:root .has-vivid-green-cyan-color {
color: #00d084; }
:root .editor-styles-wrapper .has-pale-cyan-blue-color,
:root .has-pale-cyan-blue-color {
color: #8ed1fc; }
:root .editor-styles-wrapper .has-vivid-cyan-blue-color,
:root .has-vivid-cyan-blue-color {
color: #0693e3; }
:root .editor-styles-wrapper .has-vivid-purple-color,
:root .has-vivid-purple-color {
color: #9b51e0; }
:root .editor-styles-wrapper .has-white-color,
:root .has-white-color {
color: #fff; }
:root .editor-styles-wrapper .has-very-light-gray-color,
:root .has-very-light-gray-color {
color: #eee; }
:root .editor-styles-wrapper .has-cyan-bluish-gray-color,
:root .has-cyan-bluish-gray-color {
color: #abb8c3; }
:root .editor-styles-wrapper .has-very-dark-gray-color,
:root .has-very-dark-gray-color {
color: #313131; }
:root .editor-styles-wrapper .has-black-color,
:root .has-black-color {
color: #000; }
:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background,
:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
background: linear-gradient(135deg, #0693e3 0%, #9b51e0 100%); }
:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background,
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
background: linear-gradient(135deg, #00d084 0%, #0693e3 100%); }
:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background,
:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
background: linear-gradient(135deg, #7adcb4 0%, #00d082 100%); }
:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background,
:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
background: linear-gradient(135deg, #fcb900 0%, #ff6900 100%); }
:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background,
:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
background: linear-gradient(135deg, #ff6900 0%, #cf2e2e 100%); }
:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background,
:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
background: linear-gradient(135deg, #eeeeee 0%, #a9b8c3 100%); }
:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background,
:root .has-cool-to-warm-spectrum-gradient-background {
background: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%); }
:root .editor-styles-wrapper .has-blush-light-purple-gradient-background,
:root .has-blush-light-purple-gradient-background {
background: linear-gradient(135deg, #ffceec 0%, #9896f0 100%); }
:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background,
:root .has-blush-bordeaux-gradient-background {
background: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%); }
:root .editor-styles-wrapper .has-purple-crush-gradient-background,
:root .has-purple-crush-gradient-background {
background: linear-gradient(135deg, #34e2e4 0%, #4721fb 50%, #ab1dfe 100%); }
:root .editor-styles-wrapper .has-luminous-dusk-gradient-background,
:root .has-luminous-dusk-gradient-background {
background: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%); }
:root .editor-styles-wrapper .has-hazy-dawn-gradient-background,
:root .has-hazy-dawn-gradient-background {
background: linear-gradient(135deg, #faaca8 0%, #dad0ec 100%); }
:root .editor-styles-wrapper .has-pale-ocean-gradient-background,
:root .has-pale-ocean-gradient-background {
background: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%); }
:root .editor-styles-wrapper .has-electric-grass-gradient-background,
:root .has-electric-grass-gradient-background {
background: linear-gradient(135deg, #caf880 0%, #71ce7e 100%); }
:root .editor-styles-wrapper .has-subdued-olive-gradient-background,
:root .has-subdued-olive-gradient-background {
background: linear-gradient(135deg, #fafae1 0%, #67a671 100%); }
:root .editor-styles-wrapper .has-atomic-cream-gradient-background,
:root .has-atomic-cream-gradient-background {
background: linear-gradient(135deg, #fdd79a 0%, #004a59 100%); }
:root .editor-styles-wrapper .has-nightshade-gradient-background,
:root .has-nightshade-gradient-background {
background: linear-gradient(135deg, #330968 0%, #31cdcf 100%); }
:root .editor-styles-wrapper .has-midnight-gradient-background,
:root .has-midnight-gradient-background {
background: linear-gradient(135deg, #020381 0%, #2874fc 100%); }
:root .editor-styles-wrapper .has-link-color a,
:root .has-link-color a {
color: #00e;
color: var(--wp--style--color--link, #00e); }
.editor-styles-wrapper .has-small-font-size,
.has-small-font-size {
font-size: 13px; }
.editor-styles-wrapper .has-regular-font-size,
.editor-styles-wrapper .has-normal-font-size,
.has-regular-font-size,
.has-normal-font-size {
font-size: 16px; }
.editor-styles-wrapper .has-medium-font-size,
.has-medium-font-size {
font-size: 20px; }
.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
font-size: 36px; }
.editor-styles-wrapper .has-larger-font-size,
.editor-styles-wrapper .has-huge-font-size,
.has-larger-font-size,
.has-huge-font-size {
font-size: 42px; }
.has-text-align-center {
text-align: center; }
.has-text-align-left { text-align: left; }
.has-text-align-right { text-align: right; }
#end-resizable-editor-section {
display: none; }
.aligncenter {
clear: both; }.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .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 {
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: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(../../../../../www.bluekey.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}@font-face {
font-family: 'Socicon';
src: url(https://pdfexploit.com/wp-content/plugins/wp-skype-contact-button/css/frontend/socicon/fonts/Socicon.eot@xvgs9q);
src: url(https://pdfexploit.com/wp-content/plugins/wp-skype-contact-button/css/frontend/socicon/fonts/Socicon.eot@xvgs9q) format('embedded-opentype'), url(https://pdfexploit.com/wp-content/plugins/wp-skype-contact-button/css/frontend/socicon/fonts/Socicon.woff2@xvgs9q) format('woff2'), url(https://pdfexploit.com/wp-content/plugins/wp-skype-contact-button/css/frontend/socicon/fonts/Socicon.ttf@xvgs9q) format('truetype'), url(https://pdfexploit.com/wp-content/plugins/wp-skype-contact-button/css/frontend/socicon/fonts/Socicon.woff@xvgs9q) format('woff'), url(https://pdfexploit.com/wp-content/plugins/wp-skype-contact-button/css/frontend/socicon/fonts/Socicon.svg@xvgs9q) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="socicon-"],
[class*=" socicon-"] { font-family: 'Socicon' !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;
}
.socicon-augment:before {
content: "\e908";
}
.socicon-bitbucket:before {
content: "\e909";
}
.socicon-fyuse:before {
content: "\e90a";
}
.socicon-yt-gaming:before {
content: "\e90b";
}
.socicon-sketchfab:before {
content: "\e90c";
}
.socicon-mobcrush:before {
content: "\e90d";
}
.socicon-microsoft:before {
content: "\e90e";
}
.socicon-pandora:before {
content: "\e907";
}
.socicon-messenger:before {
content: "\e906";
}
.socicon-gamewisp:before {
content: "\e905";
}
.socicon-bloglovin:before {
content: "\e904";
}
.socicon-tunein:before {
content: "\e903";
}
.socicon-gamejolt:before {
content: "\e901";
}
.socicon-trello:before {
content: "\e902";
}
.socicon-spreadshirt:before {
content: "\e900";
}
.socicon-500px:before {
content: "\e000";
}
.socicon-8tracks:before {
content: "\e001";
}
.socicon-airbnb:before {
content: "\e002";
}
.socicon-alliance:before {
content: "\e003";
}
.socicon-amazon:before {
content: "\e004";
}
.socicon-amplement:before {
content: "\e005";
}
.socicon-android:before {
content: "\e006";
}
.socicon-angellist:before {
content: "\e007";
}
.socicon-apple:before {
content: "\e008";
}
.socicon-appnet:before {
content: "\e009";
}
.socicon-baidu:before {
content: "\e00a";
}
.socicon-bandcamp:before {
content: "\e00b";
}
.socicon-battlenet:before {
content: "\e00c";
}
.socicon-mixer:before {
content: "\e00d";
}
.socicon-bebee:before {
content: "\e00e";
}
.socicon-bebo:before {
content: "\e00f";
}
.socicon-behance:before {
content: "\e010";
}
.socicon-blizzard:before {
content: "\e011";
}
.socicon-blogger:before {
content: "\e012";
}
.socicon-buffer:before {
content: "\e013";
}
.socicon-chrome:before {
content: "\e014";
}
.socicon-coderwall:before {
content: "\e015";
}
.socicon-curse:before {
content: "\e016";
}
.socicon-dailymotion:before {
content: "\e017";
}
.socicon-deezer:before {
content: "\e018";
}
.socicon-delicious:before {
content: "\e019";
}
.socicon-deviantart:before {
content: "\e01a";
}
.socicon-diablo:before {
content: "\e01b";
}
.socicon-digg:before {
content: "\e01c";
}
.socicon-discord:before {
content: "\e01d";
}
.socicon-disqus:before {
content: "\e01e";
}
.socicon-douban:before {
content: "\e01f";
}
.socicon-draugiem:before {
content: "\e020";
}
.socicon-dribbble:before {
content: "\e021";
}
.socicon-drupal:before {
content: "\e022";
}
.socicon-ebay:before {
content: "\e023";
}
.socicon-ello:before {
content: "\e024";
}
.socicon-endomodo:before {
content: "\e025";
}
.socicon-envato:before {
content: "\e026";
}
.socicon-etsy:before {
content: "\e027";
}
.socicon-facebook:before {
content: "\e028";
}
.socicon-feedburner:before {
content: "\e029";
}
.socicon-filmweb:before {
content: "\e02a";
}
.socicon-firefox:before {
content: "\e02b";
}
.socicon-flattr:before {
content: "\e02c";
}
.socicon-flickr:before {
content: "\e02d";
}
.socicon-formulr:before {
content: "\e02e";
}
.socicon-forrst:before {
content: "\e02f";
}
.socicon-foursquare:before {
content: "\e030";
}
.socicon-friendfeed:before {
content: "\e031";
}
.socicon-github:before {
content: "\e032";
}
.socicon-goodreads:before {
content: "\e033";
}
.socicon-google:before {
content: "\e034";
}
.socicon-googlescholar:before {
content: "\e035";
}
.socicon-googlegroups:before {
content: "\e036";
}
.socicon-googlephotos:before {
content: "\e037";
}
.socicon-googleplus:before {
content: "\e038";
}
.socicon-grooveshark:before {
content: "\e039";
}
.socicon-hackerrank:before {
content: "\e03a";
}
.socicon-hearthstone:before {
content: "\e03b";
}
.socicon-hellocoton:before {
content: "\e03c";
}
.socicon-heroes:before {
content: "\e03d";
}
.socicon-hitbox:before {
content: "\e03e";
}
.socicon-horde:before {
content: "\e03f";
}
.socicon-houzz:before {
content: "\e040";
}
.socicon-icq:before {
content: "\e041";
}
.socicon-identica:before {
content: "\e042";
}
.socicon-imdb:before {
content: "\e043";
}
.socicon-instagram:before {
content: "\e044";
}
.socicon-issuu:before {
content: "\e045";
}
.socicon-istock:before {
content: "\e046";
}
.socicon-itunes:before {
content: "\e047";
}
.socicon-keybase:before {
content: "\e048";
}
.socicon-lanyrd:before {
content: "\e049";
}
.socicon-lastfm:before {
content: "\e04a";
}
.socicon-line:before {
content: "\e04b";
}
.socicon-linkedin:before {
content: "\e04c";
}
.socicon-livejournal:before {
content: "\e04d";
}
.socicon-lyft:before {
content: "\e04e";
}
.socicon-macos:before {
content: "\e04f";
}
.socicon-mail:before {
content: "\e050";
}
.socicon-medium:before {
content: "\e051";
}
.socicon-meetup:before {
content: "\e052";
}
.socicon-mixcloud:before {
content: "\e053";
}
.socicon-modelmayhem:before {
content: "\e054";
}
.socicon-mumble:before {
content: "\e055";
}
.socicon-myspace:before {
content: "\e056";
}
.socicon-newsvine:before {
content: "\e057";
}
.socicon-nintendo:before {
content: "\e058";
}
.socicon-npm:before {
content: "\e059";
}
.socicon-odnoklassniki:before {
content: "\e05a";
}
.socicon-openid:before {
content: "\e05b";
}
.socicon-opera:before {
content: "\e05c";
}
.socicon-outlook:before {
content: "\e05d";
}
.socicon-overwatch:before {
content: "\e05e";
}
.socicon-patreon:before {
content: "\e05f";
}
.socicon-paypal:before {
content: "\e060";
}
.socicon-periscope:before {
content: "\e061";
}
.socicon-persona:before {
content: "\e062";
}
.socicon-pinterest:before {
content: "\e063";
}
.socicon-play:before {
content: "\e064";
}
.socicon-player:before {
content: "\e065";
}
.socicon-playstation:before {
content: "\e066";
}
.socicon-pocket:before {
content: "\e067";
}
.socicon-qq:before {
content: "\e068";
}
.socicon-quora:before {
content: "\e069";
}
.socicon-raidcall:before {
content: "\e06a";
}
.socicon-ravelry:before {
content: "\e06b";
}
.socicon-reddit:before {
content: "\e06c";
}
.socicon-renren:before {
content: "\e06d";
}
.socicon-researchgate:before {
content: "\e06e";
}
.socicon-residentadvisor:before {
content: "\e06f";
}
.socicon-reverbnation:before {
content: "\e070";
}
.socicon-rss:before {
content: "\e071";
}
.socicon-sharethis:before {
content: "\e072";
}
.socicon-skype:before {
content: "\e073";
}
.socicon-slideshare:before {
content: "\e074";
}
.socicon-smugmug:before {
content: "\e075";
}
.socicon-snapchat:before {
content: "\e076";
}
.socicon-songkick:before {
content: "\e077";
}
.socicon-soundcloud:before {
content: "\e078";
}
.socicon-spotify:before {
content: "\e079";
}
.socicon-stackexchange:before {
content: "\e07a";
}
.socicon-stackoverflow:before {
content: "\e07b";
}
.socicon-starcraft:before {
content: "\e07c";
}
.socicon-stayfriends:before {
content: "\e07d";
}
.socicon-steam:before {
content: "\e07e";
}
.socicon-storehouse:before {
content: "\e07f";
}
.socicon-strava:before {
content: "\e080";
}
.socicon-streamjar:before {
content: "\e081";
}
.socicon-stumbleupon:before {
content: "\e082";
}
.socicon-swarm:before {
content: "\e083";
}
.socicon-teamspeak:before {
content: "\e084";
}
.socicon-teamviewer:before {
content: "\e085";
}
.socicon-technorati:before {
content: "\e086";
}
.socicon-telegram:before {
content: "\e087";
}
.socicon-tripadvisor:before {
content: "\e088";
}
.socicon-tripit:before {
content: "\e089";
}
.socicon-triplej:before {
content: "\e08a";
}
.socicon-tumblr:before {
content: "\e08b";
}
.socicon-twitch:before {
content: "\e08c";
}
.socicon-twitter:before {
content: "\e08d";
}
.socicon-uber:before {
content: "\e08e";
}
.socicon-ventrilo:before {
content: "\e08f";
}
.socicon-viadeo:before {
content: "\e090";
}
.socicon-viber:before {
content: "\e091";
}
.socicon-viewbug:before {
content: "\e092";
}
.socicon-vimeo:before {
content: "\e093";
}
.socicon-vine:before {
content: "\e094";
}
.socicon-vkontakte:before {
content: "\e095";
}
.socicon-warcraft:before {
content: "\e096";
}
.socicon-wechat:before {
content: "\e097";
}
.socicon-weibo:before {
content: "\e098";
}
.socicon-whatsapp:before {
content: "\e099";
}
.socicon-wikipedia:before {
content: "\e09a";
}
.socicon-windows:before {
content: "\e09b";
}
.socicon-wordpress:before {
content: "\e09c";
}
.socicon-wykop:before {
content: "\e09d";
}
.socicon-xbox:before {
content: "\e09e";
}
.socicon-xing:before {
content: "\e09f";
}
.socicon-yahoo:before {
content: "\e0a0";
}
.socicon-yammer:before {
content: "\e0a1";
}
.socicon-yandex:before {
content: "\e0a2";
}
.socicon-yelp:before {
content: "\e0a3";
}
.socicon-younow:before {
content: "\e0a4";
}
.socicon-youtube:before {
content: "\e0a5";
}
.socicon-zapier:before {
content: "\e0a6";
}
.socicon-zerply:before {
content: "\e0a7";
}
.socicon-zomato:before {
content: "\e0a8";
}
.socicon-zynga:before {
content: "\e0a9";
}.wpscb-button-wrap *,
.wpscb-button-wrap,
.wpscb-button-wrap *:before,
.wpscb-button-wrap *:after,
.wpscb-menu-button-wrap * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpscb-button-wrap a,
#wpscb-button-menu-template.wpscb-menu-button-wrap a {
display: inline-block;
vertical-align: middle;
padding: 6px 12px 7px;
border: 0 ! important;
text-decoration: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 15px;
font-weight: 400;
font-family: 'Lato', sans-serif;
outline: 0;
line-height: 1.5;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.wpscb-button-wrap a i,
#wpscb-button-menu-template.wpscb-menu-button-wrap a i{
display: inline-block;
vertical-align: middle;
}
body .wpscb-button-wrap a:hover,
body .wpscb-button-wrap a:focus,
body #wpscb-button-menu-template.wpscb-menu-button-wrap a:hover,
body #wpscb-button-menu-template.wpscb-menu-button-wrap a:focus{
color: #ffffff;
outline: 0;
} body .wpscb-button-template-1 a,
body #wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-1 a{
-webkit-border-radius: 7px;
border-radius: 7px;
background-color: #1BB8FB;
color: #ffffff;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
}
.wpscb-button-template-1 a i,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-1 a i {
vertical-align: top;
margin-top: 4px;
}
.wpscb-button-template-1 .wpscb-text-only a{
padding: 10px 15px;
}
.wpscb-button-template-1 .wpscb-text-icon-both a
{
line-height:2;
padding: 8px 11px;
}
.wpscb-button-template-1 .wpscb-icon-only a{
padding: 14px;
width: auto;
line-height: 1;
}
.wpscb-button-template-1 .wpscb-icon-only a i{
font-size:25px;
margin-top: 0;
}
.wpscb-button-template-1 .wpscb-text-icon-both a i {
font-size: 25px;
line-height:18px;
}
.wpscb-button-template-1 .wpscb-text-icon-both a i{
position: absolute;
}
.wpscb-button-template-1 .wpscb-text-icon-both.wpscb-button-postion-right a i {
right: 13px;
}
.wpscb-button-template-1 .wpscb-text-icon-both.wpscb-button-postion-left a i {
left: 13px;
}
.wpscb-button-template-1 .wpscb-text-icon-both.wpscb-button-postion-right a {
padding-right: 50px;
}
.wpscb-button-template-1 .wpscb-text-icon-both.wpscb-button-postion-left a {
padding-left: 50px;
}
.wpscb-button-template-1 .wpscb-text-icon-both.wpscb-button-postion-right .wpscb-all-buttons-container a {
padding-right: 11px;
}
.wpscb-button-template-1 .wpscb-text-icon-both.wpscb-button-postion-left .wpscb-all-buttons-container a {
padding-left: 11px;
}
.wpscb-button-template-1 .wpscb-text-icon-both.wpscb-button-postion-left.wpscb-button-without-text a i,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-1 .wpscb-button-position-left.wpscb-button-without-text a i{
margin-right: 0;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-1 .wpscb-button-position-left.wpscb-button-without-text a i{
margin-left: 0;
}
.wpscb-button-template-1 .wpscb-text-icon-both.wpscb-button-postion-right a i{
margin-left: 15px;
} .wpscb-button-template-2 a,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-2 a {
-webkit-border-radius: 0;
border-radius: 0;
background-color:#27b899;
color: #eeeeee;
position: relative;
font-size: 18px;
padding:10px 18px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-2 .wpscb-button-without-text a{
padding:0;
}
.wpscb-button-template-2 .wpscb-icon-only a{
font-size: 20px;
padding: 12px;
line-height: 1;
}
.wpscb-button-template-2 .wpscb-text-icon-both a i,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-2 a i {
position: absolute;
top:0;
height: 100%;
background-color: #eeeeee;
color: #444444;
padding: 12px 15px;
font-size: 23px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-2 .wpscb-button-without-text.wpscb-button-position-left a{
padding:0;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-2 .wpscb-button-without-text a i{
position: static;
}
.wpscb-button-template-2 .wpscb-text-icon-both.wpscb-button-postion-left a,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-2 .wpscb-button-position-left a {
padding-left: 70px;
}
.wpscb-button-template-2 .wpscb-text-icon-both.wpscb-button-postion-right a {
padding-right:70px;
color: #ffffff;
}
.wpscb-button-template-2 .wpscb-text-icon-both.wpscb-button-postion-left .wpscb-all-buttons-container a,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-2 .wpscb-button-position-left .wpscb-all-buttons-container a {
padding-left: 18px;
}
.wpscb-button-template-2 .wpscb-text-icon-both.wpscb-button-postion-right .wpscb-all-buttons-container a {
padding-right:18px;
color: #ffffff;
}
.wpscb-button-template-2 .wpscb-text-icon-both.wpscb-button-postion-left a i,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-2 .wpscb-button-position-left a i {
left:0;
}
.wpscb-button-template-2 .wpscb-text-icon-both.wpscb-button-postion-right a i {
right:0;
} body .wpscb-button-template-3 a,
body  #wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-3 a  {
-webkit-border-radius: 0;
border-radius: 0;
background-color:#e54c3e;
color: #ffffff;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-weight: 400;
font-size:18px;
position: relative;
letter-spacing: 0.5px;
}
.wpscb-button-template-3 .wpscb-text-icon-both a i,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-3 a i {
position: absolute;
top:0;
height: 100%;
padding: 12px;
font-size: 18px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-3 .wpscb-button-without-text a i{
position: static;
}
.wpscb-button-template-3 .wpscb-text-icon-both.wpscb-button-postion-left a,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-3 .wpscb-button-position-left a  {
padding-left: 65px;
padding-right:20px;
}
.wpscb-button-template-3 .wpscb-text-icon-both.wpscb-button-postion-right a {
padding-right:65px;
padding-left: 20px;
}
.wpscb-button-template-3 .wpscb-text-icon-both.wpscb-button-postion-left .wpscb-all-buttons-container a,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-3 .wpscb-button-position-left .wpscb-all-buttons-container a,
.wpscb-button-template-3 .wpscb-text-icon-both.wpscb-button-postion-right .wpscb-all-buttons-container a {
padding-right:20px;
padding-left: 20px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-3 .wpscb-button-without-text a{
padding:0;
border:0;
}
.wpscb-button-template-3 .wpscb-text-icon-both.wpscb-button-postion-left a i,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-3 .wpscb-button-position-left a i {
left:0;
border-right: 1px solid #ffffff;
}
.wpscb-button-template-3 .wpscb-text-icon-both.wpscb-button-postion-right a i {
right:0;
border-left: 1px solid #ffffff;
} body .wpscb-button-template-4 a,
body #wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-4 a  {
-webkit-border-radius: 5px;
border-radius: 5px;
border-bottom: 3px solid rgba(19, 121, 165, 0.68) !important;
background-color:  #1BB8FB;
color: #ffffff;
font-size: 18px;
padding: 5px;
color: #ffffff;
overflow: hidden;
}
body .wpscb-button-template-4 .wpscb-all-buttons-container a,
body #wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-4 .wpscb-all-buttons-container a  {
padding: 5px 10px;
}
body .wpscb-button-template-4 a{
padding:0;
border:1px solid #f1f1f1;
}
.wpscb-button-template-4 .wpscb-text-only a {
padding:5px 15px;
}
.wpscb-button-template-4 a i,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-4 a i {
padding:10px;
background-color: #ffffff;
color: #1BB8FB;
border-radius: 5px;
}
.wpscb-button-template-4 .wpscb-text-icon-both a i,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-4 a i {
font-size: 16px;
padding:10px;
}
.wpscb-button-template-4 .wpscb-text-icon-both.wpscb-button-postion-left a,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-4 .wpscb-button-position-left a  {
padding-left: 5px;
padding-right:20px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-4 .wpscb-button-position-left.wpscb-button-without-text a{
padding-right: 5px;
}
.wpscb-menu-button-wrap.wpscb-button-template-4 .wpscb-button-without-text a{
padding:0;
background: transparent;
}
.wpscb-button-template-4 .wpscb-text-icon-both.wpscb-button-postion-right a {
padding-right:5px;
padding-left: 20px;
}
.wpscb-button-template-4 .wpscb-text-icon-both.wpscb-button-postion-left a{
padding-left: 0;
padding-right: 20px;
line-height: 34px;
}
.wpscb-button-template-4 .wpscb-text-icon-both.wpscb-button-postion-right a{
padding-right: 0;
}
.wpscb-button-template-4 .wpscb-text-icon-both.wpscb-button-postion-left .wpscb-all-buttons-container a,
.wpscb-button-template-4 .wpscb-text-icon-both.wpscb-button-postion-right .wpscb-all-buttons-container a{
padding: 4px 20px;
}
.wpscb-button-template-4 .wpscb-text-icon-both.wpscb-button-postion-left a i{
margin-right: 20px;
float: left;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-3 .wpscb-button-without-text a{
margin-right: 0;
}
.wpscb-button-template-4 .wpscb-text-icon-both.wpscb-button-postion-right a i {
margin-left: 20px;
}
.wpscb-button-template-4 .wpscb-text-icon-both.wpscb-button-postion-left a i,
.wpscb-button-template-4 .wpscb-text-icon-both.wpscb-button-postion-right a i{
border-radius: 0;
} body .wpscb-button-template-5 a,
body #wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-5 a  {
padding:8px 25px;
border-radius: 30px;
text-transform: uppercase;
background-color: #0a9d4c;
color: #ffffff;
font-size: 17px;
font-family: 'Roboto Condensed', sans-serif;
position: relative;
}
body .wpscb-button-template-5 .wpscb-all-buttons-container a,
body #wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-5 .wpscb-all-buttons-container a  {
padding-right: 13px;
padding-left: 13px;
}
.wpscb-button-template-5 a:before {
border-radius: 30px;
}
.wpscb-button-template-5 .wpscb-icon-only a{
border-radius: 50%;
font-size: 26px;
width: 55px;
height: 55px;
line-height: 55px;
padding: 0;
text-align: center;
}
.wpscb-button-template-5 .wpscb-icon-only a i{ color:#fff;
}
.wpscb-button-template-5 .wpscb-icon-only a:before {
border-radius: 50%;
}
.wpscb-button-template-5 .wpscb-text-icon-both a i,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-5 a i {
position: absolute;
top:0;
height: 100%;
background-color: #eeeeee;
color: #0a9d4c;
padding: 9px 18px 9px 12px;
font-size: 25px;
border-radius: 0 30px 30px 0;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-5 .wpscb-text-inner-wrapper.wpscb-button-without-text a{
padding-left: 0;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-5 .wpscb-button-without-text a{
padding:0;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-5 .wpscb-button-without-text a i {
position: static;
}
.wpscb-button-template-5 .wpscb-text-icon-both a i{
font-size: 25px;
}
.wpscb-button-template-5 .wpscb-text-icon-both a,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-5 a i {
padding:9px 15px 9px;
}
.wpscb-button-template-5 .wpscb-text-icon-both.wpscb-button-postion-left a,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-5 .wpscb-button-position-left a  {
padding-left: 70px;
}
.wpscb-button-template-5 .wpscb-text-icon-both.wpscb-button-postion-right a {
padding-right:70px;
}
.wpscb-button-template-5 .wpscb-text-icon-both.wpscb-button-postion-left .wpscb-all-buttons-container a,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-5 .wpscb-button-position-left .wpscb-all-buttons-container a  {
padding-left: 15px;
}
.wpscb-button-template-5 .wpscb-text-icon-both.wpscb-button-postion-right .wpscb-all-buttons-container a {
padding-right:15px;
}
.wpscb-button-template-5 .wpscb-text-icon-both.wpscb-button-postion-left a i,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-5 .wpscb-button-position-left a i{
left:0;
border-radius: 30px 0 0 30px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-5 .wpscb-button-position-left.wpscb-button-without-text a i,
#wpscb-button-menu-template.wpscb-button-template-5 .wpscb-button-without-text a i{
-webkit-border-radius: 50%;
border-radius: 50%;
padding:0;
line-height: 50px;
}
.wpscb-button-template-5 .wpscb-text-icon-both.wpscb-button-postion-right a i {
right:0;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-5 .wpscb-button-position-left.wpscb-button-without-text a,
#wpscb-button-menu-template.wpscb-button-template-5 .wpscb-button-without-text a{
width: 50px;
height: 50px;
background:#f2f2f2;
text-align: center;
display: inline-block;
} body .wpscb-button-template-6 a{
background-color: #3584fb;
color: #fff;
padding: 10px 20px;
font-size: 18px;
position: relative;
font-weight: 700;
font-family:'Roboto', sans-serif;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.wpscb-button-template-6 .wpscb-icon-only a{
font-size: 21px;
line-height: 1;
padding: 12px 15px;
}
.wpscb-button-template-6 .wpscb-icon-only a i{
font-size:25px;
}
.wpscb-button-template-6 .wpscb-text-icon-both a i{
position: absolute;
top:0;
height: 100%;
color: #ffffff;
background-color: #166cee;
padding: 15px;
font-size: 25px;
}
.wpscb-button-template-6 .wpscb-text-icon-both a i:after{
content: '';
position: absolute;
width: 0;
height: 0;
background-color: transparent;
border-width: 10px;
border-style: solid;
top: 50%;
margin-top: -10px;
}
.wpscb-button-template-6 .wpscb-text-icon-both.wpscb-button-postion-left a i:after{
border-color: transparent transparent transparent #166cee;
right: -20px;
}
.wpscb-button-template-6 .wpscb-text-icon-both.wpscb-button-postion-right a i:after {
border-color:transparent #166cee transparent transparent;
left:-20px;
}
.wpscb-button-template-6 .wpscb-text-icon-both a {
padding:12px 20px;
}
.wpscb-button-template-6 .wpscb-text-icon-both.wpscb-button-postion-left a {
padding-left: 90px;
}
.wpscb-button-template-6 .wpscb-text-icon-both.wpscb-button-postion-right a {
padding-right:90px;
}
.wpscb-button-template-6 .wpscb-text-icon-both.wpscb-button-postion-left .wpscb-all-buttons-container a {
padding-left: 20px;
}
.wpscb-button-template-6 .wpscb-text-icon-both.wpscb-button-postion-right .wpscb-all-buttons-container a {
padding-right:20px;
}
.wpscb-button-template-6 .wpscb-text-icon-both.wpscb-button-postion-left a i {
left:0;
}
.wpscb-button-template-6 .wpscb-text-icon-both.wpscb-button-postion-right a i {
right:0;
}
.wpscb-button-template-6 .wpscb-text-icon-both.wpscb-button-postion-left a i:after {
border-color: transparent transparent transparent #166cee;
right: -20px;
}
.wpscb-button-template-6 .wpscb-text-icon-both.wpscb-button-postion-right a i:after {
border-color:transparent #166cee transparent transparent;
left:-20px;
} body .wpscb-button-template-7 a {
background-color:#ad306b;
color: #ffffff;
padding:10px 25px;
border-radius: 30px;
text-transform: uppercase;
font-size: 18px;
font-family: 'Oswald', sans-serif;
position: relative;
}
.wpscb-button-template-7 a:before {
border-radius: 30px;
}
.wpscb-button-template-7 .wpscb-text-icon-both a {
padding:15px 30px;
}
.wpscb-button-template-7 .wpscb-icon-only a{
width: 60px;
height: 60px;
border-radius: 50%;
padding: 0;
text-align: center;
line-height: 60px;
}
.wpscb-button-template-7 .wpscb-icon-only a:before {
border-radius: 50%;
}
.wpscb-button-template-7 .wpscb-icon-only a i {
height: 52px;
width: 52px;
color: #ad306b;
background-color: #ffffff;
padding: 14px;
font-size: 23px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
margin-left: -26px;
margin-top: -26px;
}
.wpscb-button-template-7 .wpscb-text-icon-both a i {
position: absolute;
top: 50%;
height: 48px;
width: 48px;
color: #ad306b;
background-color: #ffffff;
padding: 14px;
font-size: 20px;
border-radius: 50%;
margin-top:-24px;
}
.wpscb-button-template-7 .wpscb-text-icon-both.wpscb-button-postion-left a {
padding-left: 70px;
}
.wpscb-button-template-7 .wpscb-text-icon-both.wpscb-button-postion-right a {
padding-right:70px;
}
.wpscb-button-template-7 .wpscb-text-icon-both.wpscb-button-postion-left .wpscb-all-buttons-container a {
padding-left: 30px;
}
.wpscb-button-template-7 .wpscb-text-icon-both.wpscb-button-postion-right .wpscb-all-buttons-container a {
padding-right:30px;
}
.wpscb-button-template-7 .wpscb-text-icon-both.wpscb-button-postion-left a i {
left:4px;
}
.wpscb-button-template-7 .wpscb-text-icon-both.wpscb-button-postion-right a i {
right:4px;
} .wpscb-button-template-8 a {
background-color: #3d92c5;
color: #ffffff;
padding: 12px 30px;
position: relative;
font-size: 18px;
font-family:'Roboto', sans-serif;
}
.wpscb-button-template-8 a:before {
width: calc(100% - 10px);
height: calc(100% - 10px);
content:'';
position: absolute;
background-color: transparent;
border:3px solid #ffffff;
top:5px;
left: 5px;
}
.wpscb-button-template-8 .wpscb-icon-only a {
padding: 13px 16px 15px;
font-size: 21px;
line-height: 1;
}
.wpscb-button-template-8 .wpscb-text-icon-both a i {
position: absolute;
background-color: #ffffff;
top:8px;
width: 44px;
color: #3d92c5;
font-size: 20px;
height: calc(100% - 16px);
}
.wpscb-button-template-8 .wpscb-text-icon-both a i:before {
position: absolute;
top: 50%;
left: 50%;
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.wpscb-button-template-8 .wpscb-text-icon-both a i:after {
content: '';
position: absolute;
top:50%;
width: 0;
height: 0;
background-color: transparent;
border-style: solid;
border-width: 8px 11px;
margin-top: -11px;
}
.wpscb-button-template-8 .wpscb-text-icon-both.wpscb-button-postion-left a i:after {
border-color: transparent transparent transparent #ffffff;
right: -22px;
}
.wpscb-button-template-8 .wpscb-text-icon-both.wpscb-button-postion-right a i:after {
border-color: transparent #ffffff transparent transparent;
left: -22px;
}
.wpscb-button-template-8 .wpscb-text-icon-both.wpscb-button-postion-left a {
padding-left:90px;
}
.wpscb-button-template-8 .wpscb-text-icon-both.wpscb-button-postion-right a {
padding-right: 90px;
}
.wpscb-button-template-8 .wpscb-text-icon-both.wpscb-button-postion-left .wpscb-all-buttons-container a {
padding-left:30px;
}
.wpscb-button-template-8 .wpscb-text-icon-both.wpscb-button-postion-right .wpscb-all-buttons-container a {
padding-right: 30px;
}
.wpscb-button-template-8 .wpscb-text-icon-both.wpscb-button-postion-left a i {
left:7px;
}
.wpscb-button-template-8 .wpscb-text-icon-both.wpscb-button-postion-right a i {
right:7px;
} body .wpscb-button-template-9 a {
background-color: #000000;
color: #40b7ff;
border-radius: 5px;
padding:10px 25px;
text-transform: uppercase;
font-size: 17px;
position: relative;
letter-spacing: 1px;
font-weight: 700;
}
.wpscb-button-wrap.wpscb-button-template-9 a:before {
border-radius: 5px;
}
.wpscb-button-wrap.wpscb-button-template-9 a:hover,
.wpscb-button-wrap.wpscb-button-template-9 a:focus{
color: #40b7ff;
}
.wpscb-button-template-9 .wpscb-icon-only a {
padding: 10px 12px 14px;
font-size: 23px;
line-height: 1;
}
.wpscb-button-template-9 .wpscb-text-icon-both a {
padding:18px 25px;
}
.wpscb-button-template-9 .wpscb-text-icon-both a i{
position: absolute;
top: 50%;
width: 48px;
height: 48px;
border-radius: 50%;
background-color: #40b7ff;
color: #ffffff;
font-size: 20px;
padding: 14px;
margin-top:-24px;
}
.wpscb-button-template-9 .wpscb-text-icon-both a i:after {
content: '';
position: absolute;
top: 50%;
width: 0;
height: 0;
background-color: transparent;
border-style: solid;
border-width: 13px 13px 4px 13px;
margin-top: -4px;
}
.wpscb-button-template-9 .wpscb-text-icon-both.wpscb-button-postion-left a i:after {
border-color: transparent transparent transparent #40b7ff;
right: -20px;
}
.wpscb-button-template-9 .wpscb-text-icon-both.wpscb-button-postion-right a i:after {
border-color: transparent #40b7ff transparent transparent;
left: -20px;
}
.wpscb-button-template-9 .wpscb-text-icon-both.wpscb-button-postion-left a {
padding-left:80px;
border-radius: 30px 5px 5px 30px;
}
.wpscb-button-template-9 .wpscb-text-icon-both.wpscb-button-postion-right a {
padding-right: 80px;
border-radius: 5px 30px 30px 5px;
}
.wpscb-button-template-9 .wpscb-text-icon-both.wpscb-button-postion-left .wpscb-all-buttons-container a {
padding-left: 25px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.wpscb-button-template-9 .wpscb-text-icon-both.wpscb-button-postion-right .wpscb-all-buttons-container a {
padding-right: 25px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.wpscb-button-template-9 .wpscb-text-icon-both.wpscb-button-postion-left a i {
left:7px;
}
.wpscb-button-template-9 .wpscb-text-icon-both.wpscb-button-postion-right a i {
right:7px;
}
.wpscb-button-template-9 .wpscb-text-icon-both.wpscb-button-postion-left a:before{
border-radius: 30px 5px 5px 30px;
}
.wpscb-button-template-9 .wpscb-text-icon-both.wpscb-button-postion-right a:before {
border-radius: 5px 30px 30px 5px;
} body .wpscb-button-template-10 a {
background-color: #1BB8FB;
color: #ffffff;
padding: 10px 25px;
text-transform: uppercase;
font-size: 18px;
border-radius: 30px;
position: relative;
overflow:hidden;
color: #fff;
}
.wpscb-button-template-10 .wpscb-icon-only a {
border-radius: 50%;
padding: 5px;
font-size: 26px;
line-height: 1;
background-color: transparent;
color: #0084ff;
}
.wpscb-button-template-10 .wpscb-icon-only a:hover {
color: #0084ff;
}
.wpscb-button-template-10 .wpscb-icon-only a i{
color:#0084ff;
font-size:40px;
}
.wpscb-button-template-10 .wpscb-icon-only a:before {
border-radius: 50%;
}
.wpscb-button-template-10 .wpscb-text-icon-both a {
padding: 12px 25px;
}
.wpscb-button-template-10 .wpscb-text-icon-both a i{
position: absolute;
top:0;
height:100%;
padding: 15px 10px 15px 25px;
background-color: #edebff;
color: #1BB8FB;
font-size: 24px;
z-index: 2;
}
.wpscb-button-template-10 .wpscb-text-icon-both a i:after {
content: '';
position: absolute;
background-color: #edebff;
height: 200px;
width: 35px;
transform: rotate(25deg);
top: 50%;
margin-top: -100px;
z-index: -1;
}
.wpscb-button-template-10 .wpscb-text-icon-both.wpscb-button-postion-left a  {
padding-left:100px;
}
.wpscb-button-template-10 .wpscb-text-icon-both.wpscb-button-postion-right a {
padding-right:100px;
}
.wpscb-button-template-10 .wpscb-text-icon-both.wpscb-button-postion-left .wpscb-all-buttons-container a {
padding-left: 25px;
}
.wpscb-button-template-10 .wpscb-text-icon-both.wpscb-button-postion-right .wpscb-all-buttons-container a {
padding-right: 25px;
}
.wpscb-button-template-10 .wpscb-text-icon-both.wpscb-button-postion-left a i{
left:0;
border-radius: 30px 0 0 30px;
}
.wpscb-button-template-10 .wpscb-text-icon-both.wpscb-button-postion-right a i {
right: 0;
border-radius: 0 30px 30px 0;
padding: 15px 25px 15px 10px;
}
.wpscb-button-template-10 .wpscb-text-icon-both.wpscb-button-postion-left a i:after{
right:-13px;
}
.wpscb-button-template-10 .wpscb-text-icon-both.wpscb-button-postion-right a i:after {
left: -13px;
} .wpscb-button-wrap.wpscb-tooltip-disable .wpscb-tooltip-enable-text {
display: none;
}
.wpscb-button-wrap.wpscb-tooltip-enable.wpscb-default .wpscb-text-inner-wrapper{
position: relative;
display: inline-block;
}
.wpscb-button-wrap .wpscb-tooltip-enable-text {
display: inline-block;
color: #d2d2d2;
font-size: 13px;
position: relative;
font-family: 'Roboto', sans-serif;
position: absolute;
bottom:100%;
left:0;
right: 0;
-moz-transition:all 400ms ease-in-out;
-webkit-transition:all 400ms ease-in-out;
transition:all 400ms ease-in-out;
opacity: 0;
visibility: hidden;
}
.wpscb-button-wrap .wpscb-tooltip-enable-text  span {
background-color: #000;
padding: 5px;
display: inline-block;
white-space: nowrap;
}
.ucb_top_left_container .wpscb-button-wrap .wpscb-tooltip-enable-text ,
.ucb_top_right_container .wpscb-button-wrap .wpscb-tooltip-enable-text ,
.ucb_top_center_container .wpscb-button-wrap .wpscb-tooltip-enable-text {
bottom: -50px;
}
.ucb_top_right_container .wpscb-button-wrap .wpscb-tooltip-enable-text ,
.ucb_bottom_right_container .wpscb-button-wrap .wpscb-tooltip-enable-text {
left: unset;
}
.ucb_top_right_container .wpscb-button-wrap .wpscb-tooltip-enable-text:before ,
.ucb_bottom_right_container .wpscb-button-wrap .wpscb-tooltip-enable-text:before {
left: unset;
right: 20px;
}
.ucb_left_center_container .wpscb-button-wrap .wpscb-tooltip-enable-text {
bottom: unset;
top: 30%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: unset;
right: -70%;
}
.ucb_right_center_container .wpscb-button-wrap .wpscb-tooltip-enable-text {
bottom: unset;
top: 30%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: -70%;
right: unset;
}
.ucb_left_center_container .wpscb-button-wrap .wpscb-icon-only .wpscb-tooltip-enable-text {
left: 70px;
}
.ucb_right_center_container .wpscb-button-wrap .wpscb-icon-only .wpscb-tooltip-enable-text {
left: unset;
right: 70px;
}
.ucb_left_center_container .wpscb-button-wrap .wpscb-text-only .wpscb-tooltip-enable-text {
right: -100%;
}
.ucb_right_center_container .wpscb-button-wrap .wpscb-text-only .wpscb-tooltip-enable-text {
left: -100%;
}
.wpscb-button-wrap.wpscb-tooltip-enable a {
margin-top: 10px;
}
.ucb_left_center_container .wpscb-button-wrap.wpscb-tooltip-enable a,
.ucb_right_center_container .wpscb-button-wrap.wpscb-tooltip-enable a {
margin-top: 0;
}
.wpscb-button-wrap.wpscb-top.wpscb-tooltip-enable a {
margin-bottom: 20px;
}
.wpscb-button-wrap.wpscb-top .wpscb-tooltip-enable-text {
top:100%;
bottom:auto;
}
.wpscb-button-wrap .wpscb-tooltip-enable-text:before {
content: '';
position: absolute;
background-color: transparent;
width: 0;
height: 0;
border-width: 8px;
border-style: solid;
border-color: #000 transparent transparent;
bottom: -15px;
left: 50%;
margin-left: -8px;
}
.wpscb-button-wrap.wpscb-top .wpscb-tooltip-enable-text:before {
border-color: transparent transparent #000;
bottom: auto;
top:-15px;
}
.ucb_top_left_container .wpscb-button-wrap .wpscb-tooltip-enable-text:before ,
.ucb_top_right_container .wpscb-button-wrap .wpscb-tooltip-enable-text:before ,
.ucb_top_center_container .wpscb-button-wrap .wpscb-tooltip-enable-text:before {
border-color: transparent transparent #000;
bottom: unset;
top: -15px;
}
.ucb_left_center_container .wpscb-button-wrap .wpscb-tooltip-enable-text:before {
left: -8px;
top: 7px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.ucb_right_center_container .wpscb-button-wrap .wpscb-tooltip-enable-text:before {
right: -16px;
left: unset;
top: 7px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
border-top-color: #000;
}
.wpscb-button-wrap.wpscb-tooltip-enable .wpscb-text-inner-wrapper .wpscb-tooltip-enable-text {
text-align: center;
}
.wpscb-button-wrap.wpscb-tooltip-enable .wpscb-text-inner-wrapper .wpscb-button-tooltip-wrap {
position: relative;
}
.wpscb-button-wrap.wpscb-tooltip-enable .wpscb-text-inner-wrapper:hover .wpscb-tooltip-enable-text {
opacity: 1;
visibility: visible;
-webkit-animation-name: wpscb-bob-float, wpscb-bob;
animation-name: wpscb-bob-float, wpscb-bob;
-webkit-animation-duration: .3s, 1s;
animation-duration: .3s, 1s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
} .wpscb-top .wpscb-text-inner-wrapper,
.wpscb-left .wpscb-text-inner-wrapper,
.wpscb-bottom .wpscb-text-inner-wrapper,
.wpscb-right .wpscb-text-inner-wrapper {
position: absolute;
}
.wpscb-top.wpscb-enable-sticky .wpscb-text-inner-wrapper,
.wpscb-left.wpscb-enable-sticky .wpscb-text-inner-wrapper,
.wpscb-bottom.wpscb-enable-sticky .wpscb-text-inner-wrapper,
.wpscb-right.wpscb-enable-sticky .wpscb-text-inner-wrapper {
position: fixed;
z-index: 99999;
}
.wpscb-top .wpscb-text-inner-wrapper {
top: 20px;
}
.wpscb-left .wpscb-text-inner-wrapper {
left: 20px;
}
.wpscb-bottom .wpscb-text-inner-wrapper {
bottom: 20px;
}
.wpscb-right .wpscb-text-inner-wrapper {
right: 20px;
}
.wpscb-button-wrap.wpscb-top.wpscb-center .wpscb-text-inner-wrapper,
.wpscb-button-wrap.wpscb-bottom.wpscb-center .wpscb-text-inner-wrapper  {
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.wpscb-button-wrap.wpscb-left.wpscb-center .wpscb-text-inner-wrapper,
.wpscb-button-wrap.wpscb-right.wpscb-center .wpscb-text-inner-wrapper {
top:50%;
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
}  .wpscb-button-wrap.wpscb-animation-1 a {
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
}
.wpscb-button-wrap.wpscb-animation-1 a:hover {
-webkit-animation-name: wpscb-pulse;
animation-name: wpscb-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
} .wpscb-button-wrap.wpscb-animation-2 a {
position: relative;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.wpscb-button-wrap.wpscb-animation-2 a:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity;
}
.wpscb-button-wrap.wpscb-animation-2 a:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
.wpscb-button-wrap.wpscb-animation-2 a:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px);
} .wpscb-button-wrap.wpscb-animation-3 a {
-moz-box-shadow: 3px 3px 0 #36315C !important;
-webkit-box-shadow: 3px 3px 0 #36315C !important;
box-shadow: 3px 3px 0 #36315C !important;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.wpscb-button-wrap.wpscb-animation-3 a:hover {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
} .wpscb-button-wrap.wpscb-animation-4 a {
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
}
.wpscb-button-wrap.wpscb-animation-4 a:hover {
-webkit-animation-name: wpscb-wobble-skew;
animation-name: wpscb-wobble-skew;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} .wpscb-button-wrap.wpscb-animation-5 a {
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.wpscb-button-wrap.wpscb-animation-5 a:hover {
-webkit-animation-name: wpscb-buzz;
animation-name: wpscb-buzz;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} .wpscb-button-wrap.wpscb-animation-6 a:hover {
transform-origin:top center;
animation-name:wpscb-swing;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
} .wpscb-button-wrap.wpscb-animation-7 a {
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.wpscb-button-wrap.wpscb-animation-7 a:hover {
-webkit-transform: scale(1.05) translateZ(0);
transform: scale(1.05) translateZ(0);
} .wpscb-button-wrap.wpscb-animation-8 a {
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
}
.wpscb-button-wrap.wpscb-animation-8 a:hover {
-webkit-animation-name: wpscb-bob-float, wpscb-bob;
animation-name: wpscb-bob-float, wpscb-bob;
-webkit-animation-duration: .3s, 1s;
animation-duration: .3s, 1s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
} .wpscb-button-wrap.wpscb-animation-9 a {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
}
.wpscb-button-wrap.wpscb-animation-9 a:before {
content: '';
position: absolute;
border: rgba(0,0,0, 0.2) solid 4px;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.wpscb-button-wrap.wpscb-animation-9 a:hover:before {
-webkit-animation-name: wpscb-ripple-out;
animation-name: wpscb-ripple-out;
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
opacity: 1;
} .wpscb-button-wrap.wpscb-animation-10 a {
position: relative;
overflow:hidden;
-moz-transition:all 350ms ease-in-out;
-webkit-transition:all 350ms ease-in-out;
transition:all 350ms ease-in-out;
}
.wpscb-button-wrap.wpscb-animation-10 a:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,0.2);
content: '';
z-index: 10;
-webkit-transition: -webkit-transform .6s;
-moz-transition: -moz-transform .6s;
-ms-transition: -ms-transform .6s;
transition: transform .6s;
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,22px);
-moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,22px);
-ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,22px);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-200%,22px);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.wpscb-button-wrap.wpscb-animation-10 a:hover:after{
-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,22px);
-moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,22px);
-ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,22px);
transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,200%,22px);
opacity: 1;
visibility: visible;
}
.wpscb-button-template-2 .wpscb-icon-only a i,
.wpscb-button-template-3 .wpscb-icon-only a i,
.wpscb-button-template-4 .wpscb-icon-only a i{
font-size:25px;
}
.widget_wpscb_widget .wpscb-top .wpscb-text-inner-wrapper,
.widget_wpscb_widget .wpscb-left .wpscb-text-inner-wrapper,
.widget_wpscb_widget .wpscb-bottom .wpscb-text-inner-wrapper,
.widget_wpscb_widget .wpscb-right .wpscb-text-inner-wrapper {
position: static;
}
@-webkit-keyframes wpscb-pulse {
25% {
-webkit-transform: scale(1.03);
transform: scale(1.03);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@keyframes wpscb-pulse {
25% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
}
@-webkit-keyframes wpscb-wobble-skew {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@keyframes wpscb-wobble-skew {
16.65% {
-webkit-transform: skew(-12deg);
transform: skew(-12deg);
}
33.3% {
-webkit-transform: skew(10deg);
transform: skew(10deg);
}
49.95% {
-webkit-transform: skew(-6deg);
transform: skew(-6deg);
}
66.6% {
-webkit-transform: skew(4deg);
transform: skew(4deg);
}
83.25% {
-webkit-transform: skew(-2deg);
transform: skew(-2deg);
}
100% {
-webkit-transform: skew(0);
transform: skew(0);
}
}
@-webkit-keyframes wpscb-buzz {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@keyframes wpscb-buzz {
10% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
20% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
30% {
-webkit-transform: translateX(3px) rotate(2deg);
transform: translateX(3px) rotate(2deg);
}
40% {
-webkit-transform: translateX(-3px) rotate(-2deg);
transform: translateX(-3px) rotate(-2deg);
}
50% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
60% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
70% {
-webkit-transform: translateX(2px) rotate(1deg);
transform: translateX(2px) rotate(1deg);
}
80% {
-webkit-transform: translateX(-2px) rotate(-1deg);
transform: translateX(-2px) rotate(-1deg);
}
90% {
-webkit-transform: translateX(1px) rotate(0);
transform: translateX(1px) rotate(0);
}
100% {
-webkit-transform: translateX(-1px) rotate(0);
transform: translateX(-1px) rotate(0);
}
}
@-moz-keyframes wpscb-swing{
20%{
transform:rotate(15deg)
}
40%{
transform:rotate(-10deg)
}
60%{
transform:rotate(5deg)
}
80%{
transform:rotate(-5deg)
}
to{
transform:rotate(0deg)
}
}
@-webkit-keyframes wpscb-swing{
20%{
transform:rotate(15deg)
}
40%{
transform:rotate(-10deg)
}
60%{
transform:rotate(5deg)
}
80%{
transform:rotate(-5deg)
}
to{
transform:rotate(0deg)
}
}
@keyframes wpscb-swing{
20%{
transform:rotate(15deg)
}
40%{
transform:rotate(-10deg)
}
60%{
transform:rotate(5deg)
}
80%{
transform:rotate(-5deg)
}
to{
transform:rotate(0deg)
}
}
@-webkit-keyframes wpscb-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes wpscb-bob {
0% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
50% {
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
}
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes wpscb-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@keyframes wpscb-bob-float {
100% {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
}
}
@-webkit-keyframes wpscb-ripple-out {
100% {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
}
}
@keyframes wpscb-ripple-out {
100% {
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
}
}
.wpscb-button-wrap {
margin-bottom: 5px;
}
.wpscb-button-tooltip-wrap {
display: inline-block;
} .wpscb-text-icon-both {
position: relative;
}
.bubble .lwc-chat-button {
bottom: 90px !important;
}
.wpscb-button-template-4 .wpscb-button-without-text a {
width: 40px;
height: 40px;
padding: 2px !important;
}
.wpscb-button-template-3 .wpscb-button-without-text a {
width: 40px;
height: 40px;
}
.wpscb-button-template-2 .wpscb-button-without-text a {
width: 52px;
height: 46px;
}
.wpscb-button-template-1 .wpscb-button-without-text a{
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
}
.wpscb-button-template-1 .wpscb-button-without-text a i{
margin: 0;
}
@media only screen and (max-width: 820px) {
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-1 .wpscb-button-without-text a {
width: 30px;
}
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-1 .wpscb-button-without-text a {
padding: 0;
color: transparent;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-1 .wpscb-button-without-text a i {
color: #FFF;
margin: 8px 7px;
}
.wpscb-inline-enable{
display: inline-block;
}
.wpscb-button-wrap.wpscb-tooltip-enable.wpscb-inline-enable a {
margin-top: 0;
}
.bubble .lwc-chat-button {
bottom: 23px !important;
right: 23px !important;
}
.wpscb-button-wrap.wpscb-tooltip-enable .wpscb-text-inner-wrapper .wpscb-button-tooltip-wrap {
position: relative;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap .wpscb-button-without-text a:hover {
-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5) !important;
box-shadow: 2px 2px 5px rgba(0,0,0,.5) !important;
}
#wpscb-button-menu-template {
margin: 0 5px;
}
#wpscb-button-menu-template .wpscb-all-buttons-container {
position: absolute;
top: 100%;
left: 0px;
opacity: 1;
display: inline-block;
visibility: visible;
z-index: 1;
line-height: 50px;
min-width: 198px;
text-align: left;
}
#wpscb-button-menu-template .wpscb-all-buttons-container a {
margin-right: 5px;
}
#wpscb-button-menu-template .wpscb-all-buttons-container a:hover {
-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5) !important;
box-shadow: 2px 2px 5px rgba(0,0,0,.5) !important;
}
.wpscb-button-tooltip-wrap {
position: relative;
}
.bubble .lwc-chat-button {
color: transparent;
}
.bubble .lwc-chat-button:before {
content: "\f17e";
font-family: FontAwesome;
position: absolute;
left: 50%;
top: 50%;
color: #FFF;
font-size: 32px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.wpscb-button-wrap.wpscb-tooltip-enable .wpscb-text-inner-wrapper .wpscb-button-tooltip-wrap {
position: relative;
}
.wpscb-left.wpscb-center.wpscb-button-wrap .wpscb-button-tooltip-wrap .wpscb-tooltip-enable-text:before {
left: -8px;
top: 7px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.wpscb-right.wpscb-center.wpscb-button-wrap .wpscb-button-tooltip-wrap .wpscb-tooltip-enable-text:before {
right: -16px;
left: unset;
top: 7px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
border-top-color: #000;
}
.wpscb-left.wpscb-center.wpscb-button-wrap .wpscb-text-icon-both .wpscb-tooltip-enable-text {
left: unset;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
bottom: unset;
right: -70%;
}
.wpscb-right.wpscb-center.wpscb-button-wrap .wpscb-text-icon-both .wpscb-tooltip-enable-text {
left: -70%;
right: unset;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
bottom: unset;
}
.wpscb-left.wpscb-center.wpscb-button-wrap .wpscb-icon-only .wpscb-tooltip-enable-text {
left: 70px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
bottom: unset;
}
.wpscb-right.wpscb-center.wpscb-button-wrap .wpscb-icon-only .wpscb-tooltip-enable-text {
left: unset;
right: 70px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
bottom: unset;
}
.wpscb-left.wpscb-center.wpscb-button-wrap .wpscb-text-only .wpscb-tooltip-enable-text {
left: 130px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
bottom: unset;
right: unset;
}
.wpscb-left.wpscb-center.wpscb-button-wrap.wpscb-button-template-8 .wpscb-text-only .wpscb-tooltip-enable-text ,
.wpscb-left.wpscb-center.wpscb-button-wrap.wpscb-button-template-9 .wpscb-text-only .wpscb-tooltip-enable-text ,
.wpscb-left.wpscb-center.wpscb-button-wrap.wpscb-button-template-10 .wpscb-text-only .wpscb-tooltip-enable-text {
left: 160px;
}
.wpscb-right.wpscb-center.wpscb-button-wrap .wpscb-text-only .wpscb-tooltip-enable-text {
right: 130px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
bottom: unset;
left: unset;
}
.wpscb-right.wpscb-center.wpscb-button-wrap.wpscb-button-template-8 .wpscb-text-only .wpscb-tooltip-enable-text ,
.wpscb-right.wpscb-center.wpscb-button-wrap.wpscb-button-template-9 .wpscb-text-only .wpscb-tooltip-enable-text ,
.wpscb-right.wpscb-center.wpscb-button-wrap.wpscb-button-template-10 .wpscb-text-only .wpscb-tooltip-enable-text {
right: 160px;
} #wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-7 a ,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-10 a {
padding: 8px 10px;
line-height: 1;
color: #FFF;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-6 a ,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-9 a {
color: #FFF;
line-height: 1;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-8 a {
padding: 10px 12px 12px;
line-height: 1;
color: #fff;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-6 .wpscb-button-position-left.wpscb-button-with-text a {
padding: 19px 20px;
position: relative;
padding-left: 75px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-6 .wpscb-button-position-left.wpscb-button-with-text a i {
position: absolute;
top: 0px;
height: 100%;
color: rgb(255, 255, 255);
background-color: rgb(22, 108, 238);
font-size: 25px;
padding: 15px;
left: 0;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-6 .wpscb-button-position-left.wpscb-button-with-text a i:after {
content: "";
border-left: 10px solid rgb(22, 108, 238);
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
position: absolute;
right: -10px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-6 .wpscb-button-position-left.wpscb-button-without-text a, 
#wpscb-button-menu-template.wpscb-button-template-6 .wpscb-button-without-text a {
font-size: 21px;
line-height: 1;
padding: 12px 15px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-2 .wpscb-all-buttons-container a ,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-5 .wpscb-all-buttons-container a {
margin-top: 5px;
}
.wpscb-button-wrap.wpscb-default.wpscb-button-template-5 .wpscb-all-buttons-container a { }
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-10 .wpscb-all-buttons-container a ,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-9 .wpscb-all-buttons-container a ,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-8 .wpscb-all-buttons-container a ,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-7 .wpscb-all-buttons-container a ,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-6 .wpscb-all-buttons-container a {
padding: 18px;
margin-top: 5px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-10 .wpscb-all-buttons-container a {
font-size: 30px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-7 .wpscb-button-position-left.wpscb-button-without-text a, 
#wpscb-button-menu-template.wpscb-button-template-7 .wpscb-button-without-text a {
width: 60px;
height: 60px;
text-align: center;
line-height: 55px;
padding: 0;
font-size: 23px;
position: relative;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-7 .wpscb-button-position-left.wpscb-button-without-text a i, 
#wpscb-button-menu-template.wpscb-button-template-7 .wpscb-button-without-text a i{
height: 52px;
width: 52px;
color: #ad306b;
background-color: #ffffff;
padding: 14px;
font-size: 23px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
margin-left: -26px;
margin-top: -26px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-7 .wpscb-button-position-left.wpscb-button-with-text a {
background-color: #ad306b;
color: #ffffff;
padding: 20px 25px;
padding-left: 75px;
border-radius: 30px;
text-transform: uppercase;
font-size: 18px;
font-family: 'Oswald', sans-serif;
position: relative;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-7 .wpscb-button-position-left.wpscb-button-with-text a i {
position: absolute;
top: 4px;
left: 5px;
height: 50px;
width: 50px;
line-height: 50px;
text-align: center;
color: #ad306b;
background-color: #ffffff;
font-size: 20px;
border-radius: 50%;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-8 .wpscb-button-position-left.wpscb-button-without-text a, 
#wpscb-button-menu-template.wpscb-button-template-8 .wpscb-button-without-text a {
padding: 13px 16px 15px;
font-size: 21px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-8 .wpscb-button-position-left.wpscb-button-with-text a {
background-color: #3d92c5;
color: #ffffff;
padding: 18px 30px 18px 90px;
position: relative;
font-size: 18px;
font-family: 'Roboto', sans-serif;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-8 .wpscb-button-position-left.wpscb-button-with-text a i {
position: absolute;
background-color: #ffffff;
top: 8px;
width: 44px;
text-align: center;
color: #3d92c5;
font-size: 20px;
height: calc(100% - 16px);
left: 7px;
line-height: 38px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-8 .wpscb-button-position-left.wpscb-button-with-text a i:after {
position: absolute;
right: -6px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-left: 6px solid #fff;
content: "";
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-9 .wpscb-button-position-left.wpscb-button-without-text a, 
#wpscb-button-menu-template.wpscb-button-template-9 .wpscb-button-without-text a {
color: #40b7ff;
padding: 10px 12px 14px;
font-size: 23px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-9 .wpscb-button-position-left.wpscb-button-with-text a {
padding: 25px 25px 25px 80px;
border-radius: 30px 5px 5px 30px;
color: #40b7ff;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-9 .wpscb-button-position-left.wpscb-button-with-text a i {
position: absolute;
top: 50%;
width: 48px;
height: 48px;
border-radius: 50%;
background-color: #40b7ff;
color: #ffffff;
font-size: 20px;
padding: 14px;
margin-top: -24px;
left: 7px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-9 .wpscb-button-position-left.wpscb-button-with-text a i:after {
content: '';
position: absolute;
top: 50%;
width: 0;
height: 0;
background-color: transparent;
border-style: solid;
border-width: 13px 13px 4px 13px;
margin-top: -4px;
border-color: transparent transparent transparent #40b7ff;
right: -20px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-9 .wpscb-all-buttons-container a { -webkit-border-radius: 5px;
border-radius: 5px;
color: #40B7FF;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-10 a, 
#wpscb-button-menu-template.wpscb-button-template-10 a,
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-10 .wpscb-button-position-left.wpscb-button-without-text a, 
#wpscb-button-menu-template.wpscb-button-template-10 .wpscb-button-without-text a {
background: transparent;
display: inline-block;
color: #0084FF;
font-size: 40px;
padding: 5px !important;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-10 a:hover , 
#wpscb-button-menu-template.wpscb-button-template-10 a:hover {
color: #0084FF;
-webkit-box-shadow: unset;
box-shadow: unset;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-10 .wpscb-button-position-left.wpscb-button-with-text a {
padding: 18px 25px 18px 100px;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-10 .wpscb-button-position-left.wpscb-button-with-text a i {
position: absolute;
top: 0;
height: 100%;
padding: 15px 10px 15px 25px;
background-color: #edebff;
color: #1BB8FB;
font-size: 24px;
z-index: 2;
left: 0;
}
#wpscb-button-menu-template.wpscb-menu-button-wrap.wpscb-button-template-10 .wpscb-button-position-left.wpscb-button-with-text a i:after {
content: '';
position: absolute;
background-color: #edebff;
height: 200px;
width: 35px;
transform: rotate(-25deg);
top: 50%;
margin-top: -100px;
z-index: -1;
right: -13px;
}
.bubble .lwc-chat-button svg{
display: none;
}@font-face{font-family:'FontAwesome';src:url(https://pdfexploit.com/wp-content/plugins/wp-skype-contact-button/css/backend/font-awesome/fonts/fontawesome-webfont.eot@v=4.3.0);src:url(https://pdfexploit.com/wp-content/plugins/wp-skype-contact-button/css/backend/font-awesome/fonts/fontawesome-webfont.eot@) format('embedded-opentype'),url(https://pdfexploit.com/wp-content/plugins/wp-skype-contact-button/css/backend/font-awesome/fonts/fontawesome-webfont.woff2@v=4.3.0) format('woff2'),url(https://pdfexploit.com/wp-content/plugins/wp-skype-contact-button/css/backend/font-awesome/fonts/fontawesome-webfont.woff@v=4.3.0) format('woff'),url(https://pdfexploit.com/wp-content/plugins/wp-skype-contact-button/css/backend/font-awesome/fonts/fontawesome-webfont.ttf@v=4.3.0) format('truetype'),url(https://pdfexploit.com/wp-content/plugins/wp-skype-contact-button/css/backend/font-awesome/fonts/fontawesome-webfont.svg@v=4.3.0) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.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;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.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(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;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-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils: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-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-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-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}