@charset "UTF-8";
@charset "UTF-8";
.pk-coming-soon-container {
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 100%;
}
.pk-coming-soon-image {
position: relative;
width: 100%;
}
.pk-coming-soon-image img {
width: 100%;
height: auto;
}
.pk-coming-soon-content {
display: flex;
align-items: center;
padding: 40px;
width: 100%;
}
@media (min-width: 992px) {
.pk-coming-soon-page {
min-height: 100vh;
}
.pk-coming-soon-container {
flex-direction: row;
flex-wrap: nowrap;
min-height: 100vh;
}
.pk-coming-soon-image {
flex: 0 0 50%;
max-width: 50%;
min-height: 100vh;
height: 100%;
}
.pk-coming-soon-image img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.pk-coming-soon-content {
flex: 0 0 50%;
max-width: 50%;
}
.pk-coming-soon-content:first-child:last-child {
flex: 0 0 100%;
max-width: 100%;
}
}
.pk-coming-soon-content .entry-content {
margin: 0 auto;
max-width: 640px;
width: 100%;
}
.pk-coming-soon-content .pk-social-links-items {
justify-content: center;
}.content,
.entry-content,
.mce-content-body {
counter-reset: h2;
}
.content h2,
.entry-content h2,
.mce-content-body h2 {
counter-reset: h3;
}
.content h3,
.entry-content h3,
.mce-content-body h3 {
counter-reset: h4;
}
.content h4,
.entry-content h4,
.mce-content-body h4 {
counter-reset: h5;
}
.content h5,
.entry-content h5,
.mce-content-body h5 {
counter-reset: h6;
}
.pk-list-styled,
.pk-list-positive,
.pk-list-negative {
line-height: 1.5;
list-style: none;
font-size: 1rem;
}
.pk-list-styled:not(:first-child),
.pk-list-positive:not(:first-child),
.pk-list-negative:not(:first-child) {
margin-top: 1.5rem;
}
.pk-list-styled:not(:last-child),
.pk-list-positive:not(:last-child),
.pk-list-negative:not(:last-child) {
margin-bottom: 1.5rem;
}
.pk-list-styled li:not(:first-child),
.pk-list-positive li:not(:first-child),
.pk-list-negative li:not(:first-child) {
margin-top: 0.5rem;
}
.pk-list-styled > li,
.pk-list-positive > li,
.pk-list-negative > li {
position: relative;
padding-left: 2.5rem;
}
.pk-list-styled > li:before,
.pk-list-positive > li:before,
.pk-list-negative > li:before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
}
ol.pk-list-styled,
ol.pk-list-positive,
ol.pk-list-negative {
counter-reset: ol;
}
ol.pk-list-styled > li:before,
ol.pk-list-positive > li:before,
ol.pk-list-negative > li:before {
width: 1.5rem;
height: 1.5rem;
content: counter(ol);
counter-increment: ol;
color: #495057;
font-size: 0.875rem;
font-weight: 600;
background-color: #e9ecef;
border-radius: 50%;
line-height: 1;
}
ul.pk-list-styled > li:before {
content: '';
width: 0.25rem;
height: 0.25rem;
background: #ced4da;
margin-top: 0.75rem;
left: 1rem;
}
ol.pk-list-styled ul,
ol.pk-list-styled ol,
ul.pk-list-styled ol,
ul.pk-list-styled ul {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
padding-left: 0;
font-size: 0.875rem;
}
ol.pk-list-styled ul > li:not(:first-child),
ol.pk-list-styled ol > li:not(:first-child),
ul.pk-list-styled ol > li:not(:first-child),
ul.pk-list-styled ul > li:not(:first-child) {
margin-top: 0.25rem;
}
ol.pk-list-positive > li:before {
background-color: #28a745;
color: #fff;
}
ol.pk-list-negative > li:before {
background-color: #dc3545;
color: #fff;
}
ul.pk-list-positive > li:before,
ul.pk-list-negative > li:before {
width: 1.5rem;
font-family: 'powerkit-icons';
}
ul.pk-list-positive > li:before {
content: "\e912";
color: #28a745;
}
ul.pk-list-negative > li:before {
content: "\e913";
color: #dc3545;
}
.pk-heading-numbered {
display: flex;
}
.pk-heading-numbered:before {
margin-right: 1rem;
}
h2.pk-heading-numbered:before {
display: flex;
justify-content: center;
align-items: center;
height: 2.5rem;
flex: 0 0 2.5rem;
border-radius: 50%;
background: #ced4da;
color: white;
counter-increment: h2;
content: counter(h2);
}
h3.pk-heading-numbered:before {
counter-increment: h3;
content: counter(h3);
}
h2.pk-heading-numbered ~ h3.pk-heading-numbered:before {
content: counter(h2) "." counter(h3);
}
h4.pk-heading-numbered:before {
counter-increment: h4;
content: counter(h4);
}
h3.pk-heading-numbered ~ h4.pk-heading-numbered:before {
content: counter(h3) "." counter(h4);
}
h2.pk-heading-numbered ~ h3.pk-heading-numbered ~ h4.pk-heading-numbered:before {
content: counter(h2) "." counter(h3) "." counter(h4);
}
h5.pk-heading-numbered:before {
counter-increment: h5;
content: counter(h5);
}
h4.pk-heading-numbered ~ h5.pk-heading-numbered:before {
content: counter(h4) "." counter(h5);
}
h3.pk-heading-numbered ~ h4.pk-heading-numbered ~ h5.pk-heading-numbered:before {
content: counter(h3) "." counter(h4) "." counter(h5);
}
h2.pk-heading-numbered ~ h3.pk-heading-numbered ~ h4.pk-heading-numbered ~ h5.pk-heading-numbered:before {
content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5);
}
h6.pk-heading-numbered:before {
counter-increment: h6;
content: counter(h6);
}
h5.pk-heading-numbered ~ h6.pk-heading-numbered:before {
content: counter(h5) "." counter(h6);
}
h4.pk-heading-numbered ~ h5.pk-heading-numbered ~ h6.pk-heading-numbered:before {
content: counter(h4) "." counter(h5) "." counter(h6);
}
h3.pk-heading-numbered ~ h4.pk-heading-numbered ~ h5.pk-heading-numbered ~ h6.pk-heading-numbered:before {
content: counter(h3) "." counter(h4) "." counter(h5) "." counter(h6);
}
h2.pk-heading-numbered ~ h3.pk-heading-numbered ~ h4.pk-heading-numbered ~ h5.pk-heading-numbered ~ h6.pk-heading-numbered:before {
content: counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) "." counter(h6);
}
.content .pk-dropcap,
.entry-content .pk-dropcap,
.mce-content-body .pk-dropcap {
text-align: left;
}
.content .pk-dropcap:after,
.entry-content .pk-dropcap:after,
.mce-content-body .pk-dropcap:after {
content: "";
display: table;
clear: both;
padding-top: 14px;
}
.content .pk-dropcap:first-letter,
.entry-content .pk-dropcap:first-letter,
.mce-content-body .pk-dropcap:first-letter {
display: block;
float: left;
margin-top: 0.5rem;
margin-right: 2rem;
margin-bottom: 1rem;
color: black;
font-size: 2.5rem;
line-height: 1;
text-align: center;
}
.content .pk-dropcap-bg-inverse:first-letter,
.entry-content .pk-dropcap-bg-inverse:first-letter,
.mce-content-body .pk-dropcap-bg-inverse:first-letter {
padding: 0.5rem 1rem;
background: black;
color: #fff;
}
.content .pk-dropcap-bg-light:first-letter,
.entry-content .pk-dropcap-bg-light:first-letter,
.mce-content-body .pk-dropcap-bg-light:first-letter {
padding: 0.5rem 1rem;
background: #f8f9fa;
}
.content .pk-dropcap-borders:first-letter,
.entry-content .pk-dropcap-borders:first-letter,
.mce-content-body .pk-dropcap-borders:first-letter {
margin-top: 0.25rem;
padding: 0.5rem 1rem;
border: 1px solid #dee2e6;
}
.content .pk-dropcap-border-right:first-letter,
.entry-content .pk-dropcap-border-right:first-letter,
.mce-content-body .pk-dropcap-border-right:first-letter {
padding-right: 2rem;
border-right: 1px solid #dee2e6;
border-radius: 0;
}
.content .pk-callout,
.entry-content .pk-callout,
.mce-content-body .pk-callout {
font-size: 1.25rem;
font-weight: 600;
}
.content .pk-content-block,
.entry-content .pk-content-block,
.mce-content-body .pk-content-block {
margin-bottom: 2rem;
}
.content .pk-content-block > *:last-child,
.entry-content .pk-content-block > *:last-child,
.mce-content-body .pk-content-block > *:last-child {
margin-bottom: 0;
}
.content .pk-block-alignment-left,
.entry-content .pk-block-alignment-left,
.mce-content-body .pk-block-alignment-left {
float: left;
max-width: 50%;
margin-right: 2rem;
}
.content .pk-block-alignment-right,
.entry-content .pk-block-alignment-right,
.mce-content-body .pk-block-alignment-right {
float: right;
max-width: 50%;
margin-left: 2rem;
}
.content .pk-block-border-left,
.entry-content .pk-block-border-left,
.mce-content-body .pk-block-border-left {
padding-left: 2rem;
border-left: 1px solid #dee2e6;
}
.content .pk-block-border-right,
.entry-content .pk-block-border-right,
.mce-content-body .pk-block-border-right {
padding-right: 2rem;
border-right: 1px solid #dee2e6;
}
.content .pk-block-border-top:before,
.entry-content .pk-block-border-top:before,
.mce-content-body .pk-block-border-top:before {
background-color: #dee2e6;
display: block;
width: 4rem;
height: 1px;
margin: 2rem auto;
content: "";
}
.content .pk-block-border-bottom:after,
.entry-content .pk-block-border-bottom:after,
.mce-content-body .pk-block-border-bottom:after {
background-color: #dee2e6;
display: block;
width: 4rem;
height: 1px;
margin: 2rem auto;
content: "";
}
.content .pk-block-border-all,
.entry-content .pk-block-border-all,
.mce-content-body .pk-block-border-all {
padding: 2rem;
border: 1px solid #dee2e6;
}
.content .pk-block-bg-light,
.entry-content .pk-block-bg-light,
.mce-content-body .pk-block-bg-light {
background: #f8f9fa;
padding: 2rem;
}
.content .pk-block-bg-inverse,
.entry-content .pk-block-bg-inverse,
.mce-content-body .pk-block-bg-inverse {
background: black;
padding: 2rem;
color: #fff;
}
.content .pk-block-bg .pk-alert,
.entry-content .pk-block-bg .pk-alert,
.mce-content-body .pk-block-bg .pk-alert {
background-color: white;
}
.content .pk-block-bg .pk-subscribe-form-wrap form,
.entry-content .pk-block-bg .pk-subscribe-form-wrap form,
.mce-content-body .pk-block-bg .pk-subscribe-form-wrap form {
box-shadow: none;
}
.content .pk-block-shadows,
.entry-content .pk-block-shadows,
.mce-content-body .pk-block-shadows {
padding: 2rem;
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.075);
}
@media (max-width: 767.98px) {
.content .pk-content-block,
.entry-content .pk-content-block,
.mce-content-body .pk-content-block {
float: none;
width: 100%;
max-width: 100%;
border-left: none;
border-right: none;
margin-left: 0;
margin-right: 0;
}
}.pk-widget-contributors {
--pk-contributors-item-border-color: #eeeeee;
--pk-contributors-post-arrow-color: #ced4da;
--pk-contributors-post-arrow-color-hover: #fff;
--pk-contributors-post-arrow-backgroynd-hover: #6c757d;
--pk-contributors-avatar-border-radius: 100%;
--pk-contributors-post-arrow-border-radius: 100%;
--pk-contributors-description-font-size: 80%;
--pk-contributors-post-link-font-size: 0.875rem;
--pk-contributors-post-link-line-height: 1.25rem;
--pk-contributors-post-arrow-font-size: 14px;
} .pk-widget-contributors .pk-author-item {
display: flex;
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px var(--pk-contributors-item-border-color) solid;
}
.pk-widget-contributors .pk-author-item:first-child {
margin-top: 0;
padding-top: 0;
border-top: none;
}
.pk-widget-contributors .pk-author-avatar {
flex: 0 0 80px;
width: 80px;
height: 80px;
margin-right: 1rem;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.pk-widget-contributors .pk-author-avatar img {
border-radius: var(--pk-contributors-avatar-border-radius);
}
.pk-widget-contributors .pk-author-data {
flex-grow: 1;
width: 100%;
}
.pk-widget-contributors .pk-author-data .author-name {
margin-top: 0;
margin-bottom: .5rem;
}
.pk-widget-contributors .pk-author-data .author-description {
font-size: var(--pk-contributors-description-font-size);
margin-bottom: .5rem;
}
.pk-widget-contributors .pk-social-links-wrap {
margin-top: .5rem;
}
.pk-widget-contributors .pk-author-posts {
margin-top: 2rem;
}
.pk-widget-contributors .pk-author-posts > .pk-author-posts-single > a {
display: flex;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
position: relative;
padding-left: 2rem;
font-size: var(--pk-contributors-post-link-font-size);
line-height: var(--pk-contributors-post-link-line-height);
}
.pk-widget-contributors .pk-author-posts > .pk-author-posts-single > a:before {
position: absolute;
left: 0;
top: 4px;
font-family: 'powerkit-icons';
content: "\e940";
color: var(--pk-contributors-post-arrow-color);
font-size: var(--pk-contributors-post-arrow-font-size);
margin-right: 1rem;
display: inline-block;
transition: .2s ease all;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
border-radius: var(--pk-contributors-post-arrow-border-radius);
}
.pk-widget-contributors .pk-author-posts > .pk-author-posts-single > a:hover:before {
color: var(--pk-contributors-post-arrow-color-hover);
transition: .2s ease all;
background: var(--pk-contributors-post-arrow-backgroynd-hover);
}.fb-page-wrapper {
overflow: hidden;
}
.fb-comments {
margin-top: 3rem;
}
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
width: 100% !important;
left: 0;
}.pk-featured-categories {
--pk-featured-image-background: #f8f9fa;
--pk-featured-content-color: #FFFFFF;
--pk-featured-overlay-background: #000000;
--pk-featured-link-color: #FFFFFF;
--pk-featured-list-count-background: #000000;
--pk-featured-overlay-opacity: 0.3;
--pk-featured-name-font-weight: bold;
--pk-featured-tiles-count-font-size: 0.75rem;
--pk-featured-list-count-font-size: 0.6875rem;
--pk-featured-list-count-size: 1.5rem;
--pk-featured-list-number-font-weight: bold;
} .pk-featured-categories .pk-featured-item {
display: flex;
flex-direction: column;
position: relative;
}
.pk-featured-categories .pk-featured-image {
background: var(--pk-featured-image-background);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.pk-featured-categories .pk-featured-image img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.pk-featured-categories .pk-featured-content {
position: relative;
padding: 40px;
color: var(--pk-featured-content-color);
}
.pk-featured-categories .pk-featured-content:before {
position: absolute;
background: var(--pk-featured-overlay-background);
opacity: var(--pk-featured-overlay-opacity);
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: '';
}
.pk-featured-categories .pk-featured-inner {
position: relative;
}
.pk-featured-categories .pk-featured-link {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.pk-featured-categories .pk-featured-link span {
display: none;
}
.pk-featured-categories-tiles {
display: grid;
grid-gap: 40px;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.pk-featured-categories-tiles .pk-featured-item {
min-height: 170px;
}
.pk-featured-categories-tiles .pk-featured-content {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
flex-grow: 1;
}
.pk-featured-categories-tiles .pk-featured-inner {
opacity: 1;
transform: translate3d(0, 0, 0);
transition: 0.25s;
}
.pk-featured-categories-tiles .pk-featured-item:hover .pk-featured-inner {
transform: translate3d(0, -20%, 0);
opacity: 0;
}
.pk-featured-categories-tiles .pk-featured-name {
font-weight: var(--pk-featured-name-font-weight);
}
.pk-featured-categories-tiles .pk-featured-link {
display: flex;
align-items: center;
justify-content: center;
color: var(--pk-featured-link-color);
}
.pk-featured-categories-tiles .pk-featured-link span {
display: inline-block;
opacity: 0;
transform: translate3d(0, 20%, 0);
transition: 0.25s ease 0s;
}
.pk-featured-categories-tiles .pk-featured-link span:after {
content: ' →';
}
.pk-featured-categories-tiles .pk-featured-link:hover span {
opacity: 1;
transform: translate3d(0, 0, 0);
transition: 0.25s ease 0.15s;
}
.pk-featured-categories-tiles .pk-featured-count {
font-size: var(--pk-featured-tiles-count-font-size);
}
.pk-featured-categories-vertical-list .pk-featured-item {
margin-top: 0.5rem;
}
.pk-featured-categories-vertical-list .pk-featured-item:first-child {
margin-top: 0;
}
.pk-featured-categories-vertical-list .pk-featured-content {
padding: 1rem;
}
.pk-featured-categories-vertical-list .pk-featured-inner {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.pk-featured-categories-vertical-list .pk-featured-name {
font-weight: var(--pk-featured-name-font-weight);
}
.pk-featured-categories-vertical-list .pk-featured-count {
position: relative;
background: var(--pk-featured-list-count-background);
min-width: var(--pk-featured-list-count-size);
height: var(--pk-featured-list-count-size);
padding: 0 0.25rem;
font-size: var(--pk-featured-list-count-font-size);
overflow: hidden;
}
.pk-featured-categories-vertical-list .pk-featured-count:after {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: var(--pk-featured-list-count-size);
content: '→';
}
.pk-featured-categories-vertical-list .pk-featured-count .pk-featured-number {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: var(--pk-featured-list-count-size);
font-weight: var(--pk-featured-list-number-font-weight);
margin-top: 0;
transition: 0.25s ease;
}
.pk-featured-categories-vertical-list .pk-featured-count .pk-featured-label {
display: none;
}
.pk-featured-categories-vertical-list .pk-featured-item:hover .pk-featured-number {
margin-top: calc(var(--pk-featured-list-count-size) * -1);
}.pk-inline-posts .pk-inline-posts-title {
margin-bottom: 1.5rem;
}
.pk-inline-posts:not(:last-child) {
padding-bottom: 40px;
margin-bottom: 3rem;
border-bottom: 1px #e9ecef solid;
}
.pk-inline-posts:not(:first-child) {
padding-top: 40px;
margin-top: 3rem;
border-top: 1px #e9ecef solid;
}
.pk-inline-posts-container .pk-overlay {
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-start;
width: 100%;
}
.pk-inline-posts-container .pk-overlay-background {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.pk-inline-posts-container .pk-overlay-background figure {
width: 100%;
height: 100%;
margin-bottom: 0;
}
.pk-inline-posts-container .pk-overlay-background img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.pk-inline-posts-container .pk-overlay-ratio:before {
content: '';
display: table;
box-sizing: border-box;
width: 0;
height: 100%;
}
.pk-inline-posts-container .pk-ratio-landscape:before {
padding-bottom: 75%;
}
.pk-inline-posts-container .pk-overlay-link {
display: block;
width: 100%;
height: 100%;
}
.pk-inline-posts-container .pk-post-inner:not(:last-child) {
margin-bottom: 1.5rem;
}
.pk-inline-posts-container .pk-post-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.pk-inline-posts-container .pk-post-meta .sep {
display: inline-block;
padding: 0 0.5rem;
}
.pk-inline-posts-container article:not(:first-child) {
margin-top: 40px;
}
@media (min-width: 576px) {
.pk-inline-posts-template-list .pk-post-outer {
display: flex;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.pk-inline-posts-template-list .pk-post-inner {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
flex: 0 0 50%;
max-width: 50%;
}
.pk-inline-posts-template-list .pk-post-inner:not(:last-child) {
margin-bottom: 0;
}
.pk-inline-posts-template-list .pk-post-inner:first-child:last-child {
flex: 0 0 100%;
max-width: 100%;
}
.pk-inline-posts-template-list .pk-post-inner + .pk-post-inner {
margin-top: 0;
display: flex;
flex-direction: column;
}
}
.pk-inline-posts-template-grid .pk-post-inner + .pk-post-inner {
margin-top: 1rem;
}
@media (min-width: 576px) {
.pk-inline-posts-template-grid {
display: flex;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.pk-inline-posts-template-grid article {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
flex: 0 0 50%;
max-width: 50%;
}
.pk-inline-posts-template-grid article:nth-child(-n+2) {
margin-top: 0;
}
.pk-inline-posts-template-grid[data-columns="1"] {
flex-direction: column;
}
.pk-inline-posts-template-grid[data-columns="1"] article {
flex: 0 0 100%;
max-width: 100%;
}
.pk-inline-posts-template-grid[data-columns="1"] article:not(:first-child) {
margin-top: 40px;
}
}
@media (min-width: 1200px) {
.pk-inline-posts-template-grid[data-columns="3"] article {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.pk-inline-posts-template-grid[data-columns="3"] article:nth-child(-n+3) {
margin-top: 0;
}
.pk-inline-posts-template-grid[data-columns="4"] article {
flex: 0 0 25%;
max-width: 25%;
}
.pk-inline-posts-template-grid[data-columns="4"] article:nth-child(-n+4) {
margin-top: 0;
}
}.pk-instagram-feed {
--pk-instagram-a-color: inherit;
--pk-instagram-info-color: #000000;
--pk-instagram-name-a-color: inherit;
--pk-instagram-number-color: #000000;
--pk-instagram-data-color: rgba(255, 255, 255, 0.9);
--pk-instagram-link-opacity: rgba(0, 0, 0, 0.5);
--pk-instagram-name-font-size: 0.875rem;
--pk-instagram-counters-font-size: 80%;
--pk-instagram-number-font-size: 0.875rem;
--pk-instagram-number-font-weight: bold;
--pk-instagram-meta-font-size: 14px;
} .pk-instagram-header {
margin-bottom: 1.5rem;
}
.pk-instagram-container {
display: flex;
align-items: center;
}
.pk-avatar-link {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: none;
margin-right: 1rem;
flex: 0 0 50px;
width: 50px;
height: 50px;
}
.pk-instagram-avatar {
border-radius: 50%;
width: 50px;
height: 50px;
}
.pk-instagram-info a {
color: var(--pk-instagram-a-color);
}
.pk-instagram-username {
color: var(--pk-instagram-info-color);
margin-top: 0;
margin-bottom: 0;
word-break: break-all;
}
.pk-instagram-name {
font-size: var(--pk-instagram-name-font-size);
word-break: break-all;
}
.pk-instagram-name a {
color: var(--pk-instagram-name-a-color);
}
.pk-instagram-counters {
display: flex;
margin-top: 1rem;
font-size: var(--pk-instagram-counters-font-size);
}
.pk-instagram-counters .counter + .counter {
margin-left: 0.5rem;
}
.pk-instagram-counters .number {
color: var(--pk-instagram-number-color);
font-size: var(--pk-instagram-number-font-size);
font-weight: var(--pk-instagram-number-font-weight);
}
.pk-instagram-footer {
display: flex;
justify-content: center;
margin-top: 1rem;
}
.pk-instagram-footer .pk-instagram-btn {
display: block;
width: 100%;
}
.pk-instagram-items {
display: flex;
flex-wrap: wrap;
}
.pk-instagram-item {
display: block;
position: relative;
}
.pk-instagram-item:after {
position: relative;
padding-bottom: 100%;
display: block;
height: 0;
z-index: 0;
content: '';
}
.pk-instagram-link img {
display: block;
width: 100%;
height: 100%;
transition: 0.25s;
-o-object-fit: cover;
object-fit: cover;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.pk-instagram-link {
position: absolute;
display: block;
border: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
box-shadow: none;
}
.pk-instagram-link:before {
background: var(--pk-instagram-link-opacity);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
content: '';
transition: 0.25s;
z-index: 2;
}
.pk-instagram-link:hover {
box-shadow: none;
}
.pk-instagram-link:hover:before {
opacity: 1;
}
.pk-instagram-link:hover img {
transform: scale(1.1);
}
.pk-instagram-data {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: var(--pk-instagram-data-color);
z-index: 3;
opacity: 0;
transition: 0.25s;
}
.pk-instagram-link:hover .pk-instagram-data {
opacity: 1;
}
.pk-instagram-meta {
display: flex;
}
.pk-instagram-meta .pk-meta {
display: flex;
align-items: baseline;
font-size: var(--pk-instagram-meta-font-size);
margin-left: 10px;
}
.pk-instagram-meta .pk-meta i {
position: relative;
margin-right: 5px;
top: 1px;
}
.pk-instagram-meta .pk-meta:first-child {
margin-left: 0;
}
.widget .pk-instagram-meta {
flex-direction: column;
align-items: center;
}
.widget .pk-instagram-meta .pk-meta {
margin: 0;
}
.pk-instagram-columns-1 .pk-instagram-item {
flex: 0 0 100%;
}
.pk-instagram-columns-2 .pk-instagram-item {
flex: 0 0 50%;
}
.pk-instagram-columns-3 .pk-instagram-item {
flex: 0 0 33.3333333333%;
}
.pk-instagram-columns-4 .pk-instagram-item {
flex: 0 0 25%;
}
.pk-instagram-columns-5 .pk-instagram-item {
flex: 0 0 20%;
}
.pk-instagram-columns-6 .pk-instagram-item {
flex: 0 0 16.6666666667%;
}
.pk-instagram-columns-7 .pk-instagram-item {
flex: 0 0 14.2857142857%;
}
.pk-instagram-size-auto .pk-instagram-items {
margin-left: -5px;
margin-right: -5px;
}
.pk-instagram-size-auto .pk-instagram-items .pk-instagram-item {
margin: 5px;
}
.pk-instagram-size-auto.pk-instagram-columns-1 .pk-instagram-item {
flex: 0 0 calc(100% / 1 - 10px);
}
.pk-instagram-size-auto.pk-instagram-columns-2 .pk-instagram-item {
flex: 0 0 calc(100% / 2 - 10px);
}
.pk-instagram-size-auto.pk-instagram-columns-3 .pk-instagram-item {
flex: 0 0 calc(100% / 3 - 10px);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.pk-instagram-size-auto .pk-instagram-items {
margin: 0;
}
.pk-instagram-size-auto .pk-instagram-items .pk-instagram-item {
margin: 0;
}
.pk-instagram-size-auto.pk-instagram-columns-1 .pk-instagram-item {
flex: 0 0 100%;
}
.pk-instagram-size-auto.pk-instagram-columns-2 .pk-instagram-item {
flex: 0 0 50%;
}
.pk-instagram-size-auto.pk-instagram-columns-3 .pk-instagram-item {
flex: 0 0 33.3333333333%;
}
}.gallery-type-justified {
--pk-twitter-caption-color: #FFFFFF;
--pk-twitter-caption-background: rgba(0, 0, 0, 0.5);
--pk-twitter-loader-border-color: rgba(0, 0, 0, 0.25);
--pk-twitter-loader-color: #777;
--pk-twitter-caption-font-size: 0.75rem;
} .gallery-type-justified {
overflow: hidden;
position: relative;
width: 100%;
min-height: 1.5rem;
}
.gallery-type-justified .gallery-item {
display: inline-block;
overflow: hidden;
position: absolute;
margin: 0; opacity: 0.1;
}
.gallery-type-justified .gallery-item > img,
.gallery-type-justified .gallery-item > a > img {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: auto;
margin: 0;
padding: 0;
border: none;
opacity: 0;
}
.gallery-type-justified .gallery-item > .caption {
position: absolute;
right: 0;
bottom: 0;
left: 0;
margin: 0;
padding: 0.5rem;
opacity: 0;
color: var(--pk-twitter-caption-color);
background-color: var(--pk-twitter-caption-background);
font-size: var(--pk-twitter-caption-font-size);
transition: 0.2s ease opacity;
}
.gallery-type-justified .gallery-item > .caption.caption-visible {
opacity: 1;
}
.gallery-type-justified > .entry-visible {
opacity: 1;
background: none;
}
.gallery-type-justified > .entry-visible > img,
.gallery-type-justified > .entry-visible > a > img {
opacity: 1;
}
.gallery-type-justified > .jg-filtered {
display: none;
}
.gallery-type-justified.justified-loaded:before {
display: none;
}
.gallery-type-justified:before {
width: 1.5rem;
height: 1.5rem;
border: 2px solid var(--pk-twitter-loader-border-color);
border-top-color: var(--pk-twitter-loader-color);
border-radius: 50%;
position: relative;
-webkit-animation: loader-rotate 1s linear infinite;
animation: loader-rotate 1s linear infinite;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
text-align: center;
content: "";
}
@-webkit-keyframes loader-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@keyframes loader-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;overflow:hidden}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';display:block;position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;background:0 0;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc string{color:#fff}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}.pk-zoom-icon-popup {
--pk-zoom-icon-popup-color: white;
--pk-zoom-icon-popup-background: rgba(0, 0, 0, 0.6);
--pk-zoom-icon-popup-font-size: 16px;
} .pk-lightbox-container {
position: relative;
max-width: 100%;
}
.pk-zoom-icon-popup {
display: block;
}
.pk-zoom-icon-popup:after {
display: block;
position: absolute;
top: 1rem;
right: 1rem;
width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
text-align: center;
opacity: 0;
color: var(--pk-zoom-icon-popup-color);
background: var(--pk-zoom-icon-popup-background);
transition: all 0.2s ease;
font-family: 'powerkit-icons';
font-size: var(--pk-zoom-icon-popup-font-size);
content: "\e916";
}
.pk-zoom-icon-popup:hover:after {
opacity: 1;
}
.pk-zoom-icon-popup img {
min-width: 100%;
}
.glightbox-clean .gslide-description {
background: transparent;
}
.glightbox-clean .gdesc-inner {
padding-left: 0;
padding-right: 0;
}
.glightbox-clean .gslide-title {
color: white;
font-family: inherit;
font-size: 1rem;
font-weight: inherit;
}
.glightbox-clean .gslide-desc {
color: rgba(255, 255, 255, 0.75);
font-family: inherit;
font-size: 0.75rem;
font-weight: inherit;
}.pk-subscribe-form-wrap {
--pk-subscribe-with-bg-color: #FFFFFF;
--pk-subscribe-with-bg-elements-color: #FFFFFF;
--pk-subscribe-heading-font-size: 1.25rem;
--pk-subscribe-privacy-font-size: 80%;
} .pk-subscribe-form-wrap {
position: relative;
}
.pk-subscribe-form-wrap .pk-subscribe-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.pk-subscribe-form-wrap .pk-subscribe-bg img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.pk-subscribe-form-wrap .pk-input-group {
display: flex;
}
.pk-subscribe-form-wrap .pk-alert {
margin: 1rem 0 0;
}
.pk-subscribe-form-wrap .pk-font-heading {
font-size: var(--pk-subscribe-heading-font-size);
}
.pk-subscribe-form-wrap .pk-privacy {
margin: 1rem 0 0;
font-size: var(--pk-subscribe-privacy-font-size);
}
.pk-subscribe-form-wrap .pk-privacy label {
margin-bottom: 0;
cursor: pointer;
}
.pk-subscribe-form-wrap .pk-privacy input[type="checkbox"] {
margin-right: 0.5rem;
}
.pk-subscribe-form-wrap .pk-subscribe-message a,
.pk-subscribe-form-wrap .pk-privacy a {
border: none;
text-decoration: underline;
}
.pk-subscribe-form-wrap .pk-subscribe-message a:hover,
.pk-subscribe-form-wrap .pk-privacy a:hover {
text-decoration: none;
}
.pk-subscribe-with-name .pk-input-group {
flex-direction: column;
}
.pk-subscribe-with-name .pk-input-group input,
.pk-subscribe-with-name .pk-input-group button {
margin-top: 0.5rem;
}
.pk-subscribe-with-name .pk-input-group input:first-child,
.pk-subscribe-with-name .pk-input-group button:first-child {
margin-top: 0;
}
.pk-subscribe-with-name .pk-input-group input[type="text"] {
width: 100%;
}
.pk-subscribe-with-bg {
color: var(--pk-subscribe-with-bg-color);
overflow: hidden;
}
.pk-subscribe-with-bg .pk-subscribe-container {
position: relative;
padding: 2rem;
z-index: 2;
}
.pk-subscribe-with-bg .pk-input-group input,
.pk-subscribe-with-bg .pk-input-group button {
margin-top: 0.5rem;
}
.pk-subscribe-with-bg .pk-input-group input:first-child,
.pk-subscribe-with-bg .pk-input-group button:first-child {
margin-top: 0;
}
.pk-subscribe-with-bg .section-heading {
color: var(--pk-subscribe-with-bg-elements-color);
}
.pk-subscribe-with-bg .pk-title,
.pk-subscribe-with-bg .pk-subscribe-message,
.pk-subscribe-with-bg .pk-subscribe-message a,
.pk-subscribe-with-bg .pk-privacy,
.pk-subscribe-with-bg .pk-privacy a {
color: var(--pk-subscribe-with-bg-elements-color);
}
.pk-subscribe-with-bg .subscription {
box-shadow: none !important;
}
.pk-subscribe-form-widget .pk-bg-overlay {
text-align: center;
}
.pk-subscribe-form-widget .pk-bg-overlay .pk-input-group {
background: transparent;
display: block;
}
.pk-subscribe-form-widget .pk-bg-overlay .pk-input-group button {
margin-bottom: 0;
}.pk-pin-it {
--pk-pinterest-pinit-background: rgba(0,0,0,0.25);
--pk-pinterest-pinit-background-hover: rgba(0,0,0,0.5);
--pk-pinterest-pinit-color: #FFFFFF;
--pk-pinterest-pinit-color-hover: #FFFFFF;
--pk-pinterest-pinit-font-size: 16px;
} .pk-pin-it-container {
position: relative;
max-width: 100%;
}
@-webkit-keyframes pk_pin_it_show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes pk_pin_it_show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.pk-pin-it {
position: absolute;
top: 1rem;
left: 1rem;
color: var(--pk-pinterest-pinit-color) !important;
text-decoration: none !important;
border: none !important;
box-shadow: none !important;
background-color: var(--pk-pinterest-pinit-background);
width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
font-size: var(--pk-pinterest-pinit-font-size);
text-align: center;
opacity: 1;
transition: background-color 0.25s ease;
z-index: 2;
}
.pk-pin-it:hover {
background-color: var(--pk-pinterest-pinit-background-hover);
color: var(--pk-pinterest-pinit-color-hover);
}
.pk-pin-it span:first-child {
display: none;
}
.pk-pin-it.pk-pin-it-visible {
-webkit-animation: pk_pin_it_show 0.25s ease;
animation: pk_pin_it_show 0.25s ease;
}
.wp-block-gallery .blocks-gallery-image .pk-pin-it,
.wp-block-gallery .blocks-gallery-item
.wp-block-gallery.is-cropped .blocks-gallery-image .pk-pin-it,
.wp-block-gallery.is-cropped .blocks-gallery-item .pk-pin-it {
width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
}
.wp-block-gallery figure.wp-block-image a.pk-pin-it {
display: block !important;
width: initial !important;
height: initial !important;
flex: initial !important;
min-width: 32px;
}.pk-widget-posts {
--pk-posts-thumbnail-width: 80px;
--pk-posts-thumbnail-border-radius: 100%;
--pk-posts-thumbnail-gutter: 2rem;
--pk-posts-number-color: #FFFFFF;
--pk-posts-number-font-size: 80%;
--pk-posts-number-top: 0;
--pk-posts-number-left: 0;
--pk-posts-number-right: initial;
--pk-posts-number-bottom: initial;
--pk-posts-number-width: 30px;
--pk-posts-number-height: 30px;
--pk-posts-number-line-height: 30px;
--pk-posts-number-border-radius: 100%;
} .pk-widget-posts .pk-post-item:not(:first-child) {
margin-top: 1rem;
}
.pk-widget-posts .pk-post-outer {
display: flex;
}
.pk-widget-posts .pk-post-thumbnail {
position: relative;
flex: 0 0 var(--pk-posts-thumbnail-width);
margin-right: var(--pk-posts-thumbnail-gutter);
}
.pk-widget-posts .pk-post-thumbnail img {
width: var(--pk-posts-thumbnail-width);
height: var(--pk-posts-thumbnail-width);
border-radius: var(--pk-posts-thumbnail-border-radius);
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.pk-widget-posts .pk-post-data {
flex-grow: 1;
width: 100%;
}
.pk-widget-posts .pk-post-number {
position: absolute;
top: var(--pk-posts-number-top);
left: var(--pk-posts-number-left);
right: var(--pk-posts-number-right);
bottom: var(--pk-posts-number-bottom);
width: var(--pk-posts-number-width);
height: var(--pk-posts-number-height);
line-height: var(--pk-posts-number-line-height);
color: var(--pk-posts-number-color);
text-align: center;
border-radius: var(--pk-posts-number-border-radius);
font-size: var(--pk-posts-number-font-size);
}
.pk-widget-posts .pk-post-data .meta-category {
display: inline-block;
margin-bottom: 0.25rem;
}
.pk-widget-posts .pk-post-data .entry-title {
margin-bottom: 0.25rem;
}
.pk-widget-posts .pk-post-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.pk-widget-posts .pk-post-meta .sep {
display: inline-block;
padding: 0 0.5rem;
}
.pk-widget-posts .pk-post-meta-hide {
display: none;
}
.pk-widget-posts-template-large .pk-post-item:not(:first-child) {
margin-top: 2rem;
}
.pk-widget-posts-template-large .pk-post-outer {
display: block;
}
.pk-widget-posts-template-large .pk-post-thumbnail {
margin-right: 0;
margin-bottom: 1rem;
}
.pk-widget-posts-template-large .pk-post-thumbnail img {
width: 100%;
height: auto;
border-radius: 0;
}.pk-scroll-to-top {
--pk-scrolltop-background: #a0a0a0;
--pk-scrolltop-icon-color: #FFFFFF;
--pk-scrolltop-opacity: 1;
--pk-scrolltop-opacity-hover: 0.7;
} .pk-scroll-to-top {
background: var(--pk-scrolltop-background);
display: none;
position: fixed;
left: -9999px;
bottom: 2rem;
opacity: 0;
transition: opacity 0.25s;
}
.pk-scroll-to-top.pk-active {
opacity: var(--pk-scrolltop-opacity);
left: auto;
right: 2rem;
}
.pk-scroll-to-top:hover {
opacity: var(--pk-scrolltop-opacity-hover);
}
.pk-scroll-to-top .pk-icon {
display: block;
padding: .6rem;
color: var(--pk-scrolltop-icon-color);
line-height: 1;
transition: opacity .2s ease;
}
@media (min-width: 760px) {
.pk-scroll-to-top {
display: block;
}
}.pk-share-buttons-wrap {
--pk-share-link-background: #F8F9FA;
--pk-share-link-color: #000000;
--pk-share-link-hover-color: #FFFFFF;
--pk-share-link-hover-count-color: rgba(255,255,255,.9);
--pk-share-simple-light-link-background: transparent;
--pk-share-simple-light-link-hover-color: #6c757d;
--pk-share-simple-dark-link-background: rgba(0,0,0,1);
--pk-share-simple-dark-link-color: white;
--pk-share-simple-dark-link-count-color: rgba(255, 255, 255, 0.9);
--pk-share-simple-dark-link-hover-background: rgba(0,0,0,0.85);
--pk-share-bold-bg-link-color: #fff;
--pk-share-bold-bg-link-count-color: rgba(255, 255, 255, 0.9);
--pk-share-bold-light-link-hover-count-color: #6c757d;
--pk-share-bold-link-hover-count-color: #6c757d;
--pk-share-inverse-link-color: #fff;
--pk-share-inverse-link-count-color: rgba(255,255,255,0.75);
--pk-share-inverse-total-count-color: rgba(255,255,255,0.75);
--pk-share-inverse-total-label-color: #fff;
--pk-share-highlight-background: #fff;
--pk-share-highlight-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.07);
--pk-mobile-share-horizontal-background: #F8F9FA;
--pk-mobile-share-total-background: rgba(0,0,0,1);
--pk-mobile-share-total-label-color: rgba(255,255,255,1);
--pk-mobile-share-total-count-color: rgba(255,255,255,0.5);
--pk-mobile-share-total-count-font-size: 0.75rem;
--pk-mobile-share-close-font-size: 1.5rem;
--pk-mobile-share-close-color: #FFF;
--pk-share-tip-background: #FFFFFF;
--pk-share-tip-border-color: #dbdbdb;
--pk-share-tip-border-radius: 2px;
}
.pk-mobile-share-overlay {
--pk-mobile-share-overlay-background: rgba(0,0,0,0.35);
}  .pk-share-buttons-wrap {
display: flex;
margin-top: 2rem;
margin-bottom: 2rem;
line-height: 1;
}
.pk-share-buttons-wrap .pk-share-buttons-link {
display: flex;
align-items: center;
justify-content: center;
flex-grow: 1;
width: 100%;
height: 36px;
padding: 0 1rem;
background: var(--pk-share-link-background);
color: var(--pk-share-link-color);
text-decoration: none;
transition: .25s ease all;
border: none;
box-shadow: none;
}
.pk-share-buttons-wrap .pk-share-buttons-link:hover {
color: var(--pk-share-link-hover-color);
box-shadow: none;
}
.pk-share-buttons-wrap .pk-share-buttons-link:hover .pk-share-buttons-count {
color: var(--pk-share-link-hover-count-color);
}
.pk-share-buttons-wrap .pk-share-buttons-link .pk-share-buttons-count {
transition: .25s ease all;
opacity: 0.6;
}
.pk-share-buttons-icon,
.pk-share-buttons-title,
.pk-share-buttons-label,
.pk-share-buttons-count {
padding: 0 0.25rem;
}
.pk-share-buttons-total {
display: flex;
flex-direction: column;
justify-content: center;
margin-right: 2rem;
}
.pk-share-buttons-total .pk-share-buttons-title {
display: none;
margin-bottom: .25rem;
}
.pk-share-buttons-total .pk-share-buttons-count {
margin-bottom: .25rem;
}
.pk-share-buttons-items {
display: flex;
flex-grow: 1;
flex-wrap: wrap;
margin: -0.25rem;
}
.pk-share-buttons-item {
display: flex;
align-items: center;
padding: 0.25rem;
}
.pk-share-buttons-icon {
line-height: inherit;
}
.pk-share-buttons-item > .pk-share-buttons-count {
display: flex;
align-items: center;
flex: 1 0 auto;
padding: 0.25rem 0.25rem;
margin-left: 0.5rem;
position: relative;
background: var(--pk-share-tip-background);
border-color: var(--pk-share-tip-border-color);
border: 1px solid var(--pk-share-tip-border-color);
line-height: 1rem;
border-radius: var(--pk-share-tip-border-radius);
cursor: default;
}
.pk-share-buttons-item > .pk-share-buttons-count:after, .pk-share-buttons-item > .pk-share-buttons-count:before {
right: 100%;
top: 50%;
border: solid transparent;
height: 0;
width: 0;
content: " ";
position: absolute;
pointer-events: none;
}
.pk-share-buttons-item > .pk-share-buttons-count:after {
border-color: transparent;
border-right-color: var(--pk-share-tip-background);
border-width: 5px;
margin-top: -5px;
}
.pk-share-buttons-item > .pk-share-buttons-count:before {
border-color: transparent;
border-right-color: var(--pk-share-tip-border-color);
border-width: 6px;
margin-top: -6px;
}
.pk-share-buttons-no-count .pk-share-buttons-count {
display: none;
}
.pk-share-buttons-total-no-count {
display: none;
} .pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(-n+2) {
flex-grow: 1;
}
.pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(n+3) .pk-share-buttons-title {
display: none;
}
.pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(n+3) .pk-share-buttons-label {
display: none;
}
.pk-share-buttons-layout-equal .pk-share-buttons-item {
flex-grow: 1;
} .pk-share-buttons-scheme-simple-light .pk-share-buttons-item,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item {
margin-right: 0.25rem;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-item:last-child,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child {
margin-right: 0;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-link,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link {
background: var(--pk-share-simple-light-link-background);
padding: 0;
height: initial;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-link:hover .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover .pk-share-buttons-count,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover .pk-share-buttons-count {
color: var(--pk-share-simple-light-link-hover-color);
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-twitter .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover {
color: #00aced;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-facebook .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover {
color: #3b5998;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-instagram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover {
color: #675144;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
color: #0084ff;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-xing .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover {
color: #006567;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
color: #007bb6;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
color: #cb2027;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
color: #eb4823;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
color: #29a628;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-telegram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover {
color: #2ca5e0;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-line .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover {
color: #25af00;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-viber .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover {
color: #7b519d;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-pocket .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover {
color: #ef4056;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover {
color: #0084ff;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-ok .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover {
color: #EE8208;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-vk .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover {
color: #45668e;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
color: #45668e;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-flipboard .pk-share-buttons-link:hover {
color: #f52928;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-reddit .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover {
color: #ff4500;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-mix .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover {
color: #FF8226;
}
.pk-share-buttons-scheme-simple-light .pk-share-buttons-mail .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover {
color: #121212;
}
.pk-share-buttons-scheme-default .pk-share-buttons-twitter .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover {
background: #00aced;
}
.pk-share-buttons-scheme-default .pk-share-buttons-facebook .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover {
background: #3b5998;
}
.pk-share-buttons-scheme-default .pk-share-buttons-instagram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover {
background: #675144;
}
.pk-share-buttons-scheme-default .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
background: #0084ff;
}
.pk-share-buttons-scheme-default .pk-share-buttons-xing .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover {
background: #006567;
}
.pk-share-buttons-scheme-default .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
background: #007bb6;
}
.pk-share-buttons-scheme-default .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
background: #cb2027;
}
.pk-share-buttons-scheme-default .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
background: #eb4823;
}
.pk-share-buttons-scheme-default .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
background: #29a628;
}
.pk-share-buttons-scheme-default .pk-share-buttons-telegram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover {
background: #2ca5e0;
}
.pk-share-buttons-scheme-default .pk-share-buttons-line .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover {
background: #25af00;
}
.pk-share-buttons-scheme-default .pk-share-buttons-viber .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover {
background: #7b519d;
}
.pk-share-buttons-scheme-default .pk-share-buttons-pocket .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover {
background: #ef4056;
}
.pk-share-buttons-scheme-default .pk-share-buttons-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover {
background: #0084ff;
}
.pk-share-buttons-scheme-default .pk-share-buttons-ok .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover {
background: #EE8208;
}
.pk-share-buttons-scheme-default .pk-share-buttons-vk .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover {
background: #45668e;
}
.pk-share-buttons-scheme-default .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
background: #45668e;
}
.pk-share-buttons-scheme-default .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-flipboard .pk-share-buttons-link:hover {
background: #f52928;
}
.pk-share-buttons-scheme-default .pk-share-buttons-reddit .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover {
background: #ff4500;
}
.pk-share-buttons-scheme-default .pk-share-buttons-mix .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover {
background: #FF8226;
}
.pk-share-buttons-scheme-default .pk-share-buttons-mail .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-default > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover {
background: #121212;
}
.pk-share-buttons-scheme-simple-dark-back .pk-share-buttons-link,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link,
.is-style-pk-share-buttons-simple-dark-back > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link {
background: var(--pk-share-simple-dark-link-background);
color: var(--pk-share-simple-dark-link-color);
}
.pk-share-buttons-scheme-simple-dark-back .pk-share-buttons-link .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link .pk-share-buttons-count,
.is-style-pk-share-buttons-simple-dark-back > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link .pk-share-buttons-count {
color: var(--pk-share-simple-dark-link-count-color);
}
.pk-share-buttons-scheme-simple-dark-back .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-simple-dark-back > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover {
background: var(--pk-share-simple-dark-link-hover-background);
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-link {
color: var(--pk-share-bold-bg-link-color);
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-link .pk-share-buttons-count,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-link .pk-share-buttons-count {
color: var(--pk-share-bold-bg-link-count-color);
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-twitter .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link {
background: #00aced;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link:hover {
background: #21c2ff;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-facebook .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link {
background: #3b5998;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link:hover {
background: #4c70ba;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-instagram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link {
background: #675144;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link:hover {
background: #866958;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-fb-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link {
background: #0084ff;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
background: #339dff;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-xing .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link {
background: #006567;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link:hover {
background: #00979a;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-linkedin .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link {
background: #007bb6;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
background: #009de9;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pinterest .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link {
background: #cb2027;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
background: #e03e44;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-stumbleupon .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link {
background: #eb4823;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
background: #ef6f52;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-whatsapp .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link {
background: #29a628;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
background: #34ce33;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-telegram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link {
background: #2ca5e0;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link:hover {
background: #58b8e7;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-line .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link {
background: #25af00;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link:hover {
background: #30e200;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-viber .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link {
background: #7b519d;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link:hover {
background: #946db4;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pocket .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link {
background: #ef4056;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link:hover {
background: #f36f80;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link {
background: #0084ff;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link:hover {
background: #339dff;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-ok .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link {
background: #EE8208;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link:hover {
background: #f89b31;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vk .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link {
background: #45668e;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link:hover {
background: #587fae;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vkontakte .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link {
background: #45668e;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
background: #587fae;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-flipboard .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-flipboard .pk-share-buttons-link {
background: #f52928;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-flipboard .pk-share-buttons-link:hover {
background: #f75a59;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-reddit .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link {
background: #ff4500;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link:hover {
background: #ff6a33;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mix .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link {
background: #FF8226;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link:hover {
background: #ff9f59;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mail .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link {
background: #121212;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-bg .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link:hover {
background: #2c2b2b;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-item,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item,
.is-style-pk-share-buttons-bold-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item {
margin-right: 0.25rem;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-item:last-child,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child,
.is-style-pk-share-buttons-bold-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child {
margin-right: 0;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-link,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link {
background: transparent;
padding: 0;
height: initial;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-link:hover > .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover > .pk-share-buttons-count,
.is-style-pk-share-buttons-bold-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link:hover > .pk-share-buttons-count {
color: var(--pk-share-bold-light-link-hover-count-color);
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-twitter .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link {
color: #00aced;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link:hover {
color: #0087ba;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-facebook .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link {
color: #3b5998;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link:hover {
color: #2d4373;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-instagram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link {
color: #675144;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link:hover {
color: #483930;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-fb-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link {
color: #0084ff;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
color: #006acc;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-xing .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link {
color: #006567;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link:hover {
color: #003334;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-linkedin .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link {
color: #007bb6;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
color: #005983;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-pinterest .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link {
color: #cb2027;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
color: #9f191f;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-stumbleupon .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link {
color: #eb4823;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
color: #c93412;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-whatsapp .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link {
color: #29a628;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
color: #1f7d1e;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-telegram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link {
color: #2ca5e0;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link:hover {
color: #1c88bd;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-line .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link {
color: #25af00;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link:hover {
color: #1a7c00;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-viber .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link {
color: #7b519d;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link:hover {
color: #61407b;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-pocket .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link {
color: #ef4056;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link:hover {
color: #e9132e;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link {
color: #0084ff;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link:hover {
color: #006acc;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-ok .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link {
color: #EE8208;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link:hover {
color: #bd6706;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-vk .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link {
color: #45668e;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link:hover {
color: #344d6c;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-vkontakte .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link {
color: #45668e;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
color: #344d6c;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-flipboard .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-flipboard .pk-share-buttons-link {
color: #f52928;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-flipboard .pk-share-buttons-link:hover {
color: #e00b0a;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-reddit .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link {
color: #ff4500;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link:hover {
color: #cc3700;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-mix .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link {
color: #FF8226;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link:hover {
color: #f26700;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-mail .pk-share-buttons-link,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link {
color: #121212;
}
.pk-share-buttons-scheme-bold-light .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold-light .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link:hover {
color: black;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-link:hover > .pk-share-buttons-count,
.is-style-pk-share-buttons-bold .pk-share-buttons-link:hover > .pk-share-buttons-count {
color: var(--pk-share-bold-link-hover-count-color);
}
.pk-share-buttons-scheme-bold .pk-share-buttons-twitter .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link {
color: #00aced;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-twitter .pk-share-buttons-link:hover {
color: #0087ba;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-facebook .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link {
color: #3b5998;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-facebook .pk-share-buttons-link:hover {
color: #2d4373;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-instagram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link {
color: #675144;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-instagram .pk-share-buttons-link:hover {
color: #483930;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-fb-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link {
color: #0084ff;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
color: #006acc;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-xing .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link {
color: #006567;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-xing .pk-share-buttons-link:hover {
color: #003334;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-linkedin .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link {
color: #007bb6;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
color: #005983;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-pinterest .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link {
color: #cb2027;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
color: #9f191f;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-stumbleupon .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link {
color: #eb4823;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
color: #c93412;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-whatsapp .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link {
color: #29a628;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
color: #1f7d1e;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-telegram .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link {
color: #2ca5e0;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-telegram .pk-share-buttons-link:hover {
color: #1c88bd;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-line .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link {
color: #25af00;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-line .pk-share-buttons-link:hover {
color: #1a7c00;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-viber .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link {
color: #7b519d;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-viber .pk-share-buttons-link:hover {
color: #61407b;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-pocket .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link {
color: #ef4056;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-pocket .pk-share-buttons-link:hover {
color: #e9132e;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-messenger .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link {
color: #0084ff;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-messenger .pk-share-buttons-link:hover {
color: #006acc;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-ok .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link {
color: #EE8208;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-ok .pk-share-buttons-link:hover {
color: #bd6706;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-vk .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link {
color: #45668e;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-vk .pk-share-buttons-link:hover {
color: #344d6c;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-vkontakte .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link {
color: #45668e;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
color: #344d6c;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-flipboard .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-flipboard .pk-share-buttons-link {
color: #f52928;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-flipboard .pk-share-buttons-link:hover {
color: #e00b0a;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-reddit .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link {
color: #ff4500;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-reddit .pk-share-buttons-link:hover {
color: #cc3700;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-mix .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link {
color: #FF8226;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-mix .pk-share-buttons-link:hover {
color: #f26700;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-mail .pk-share-buttons-link,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link {
color: #121212;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-bold .pk-share-buttons-wrap .pk-share-buttons-mail .pk-share-buttons-link:hover {
color: black;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-item,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item {
margin-right: 0.25rem;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-item:last-child,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-item:last-child {
margin-right: 0;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-link,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link {
background: transparent;
padding: 0;
height: initial;
color: var(--pk-share-inverse-link-color);
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-link .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link .pk-share-buttons-count,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-link .pk-share-buttons-count {
color: var(--pk-share-inverse-link-count-color);
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-total .pk-share-buttons-count,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-total .pk-share-buttons-count,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-total .pk-share-buttons-count {
color: var(--pk-share-inverse-total-count-color) !important;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-total .pk-share-buttons-label,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-total .pk-share-buttons-label,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-total .pk-share-buttons-label {
color: var(--pk-share-inverse-total-label-color) !important;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-twitter .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-twitter .pk-share-buttons-link:hover {
color: #00aced;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-facebook .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-facebook .pk-share-buttons-link:hover {
color: #3b5998;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-instagram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-instagram .pk-share-buttons-link:hover {
color: #675144;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
color: #0084ff;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-xing .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-xing .pk-share-buttons-link:hover {
color: #006567;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
color: #007bb6;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
color: #cb2027;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
color: #eb4823;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
color: #29a628;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-telegram .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-telegram .pk-share-buttons-link:hover {
color: #2ca5e0;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-line .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-line .pk-share-buttons-link:hover {
color: #25af00;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-viber .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-viber .pk-share-buttons-link:hover {
color: #7b519d;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-pocket .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-pocket .pk-share-buttons-link:hover {
color: #ef4056;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-messenger .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-messenger .pk-share-buttons-link:hover {
color: #0084ff;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-ok .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-ok .pk-share-buttons-link:hover {
color: #EE8208;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-vk .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vk .pk-share-buttons-link:hover {
color: #45668e;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
color: #45668e;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-flipboard .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-flipboard .pk-share-buttons-link:hover {
color: #f52928;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-reddit .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-reddit .pk-share-buttons-link:hover {
color: #ff4500;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-mix .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mix .pk-share-buttons-link:hover {
color: #FF8226;
}
.pk-share-buttons-scheme-inverse-light .pk-share-buttons-mail .pk-share-buttons-link:hover,
:not([class*="is-style-"]) > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover,
.is-style-pk-share-buttons-inverse-light > .pk-share-buttons-scheme-gutenberg-block .pk-share-buttons-mail .pk-share-buttons-link:hover {
color: #121212;
}
@media (min-width: 720px) {
.pk-share-buttons-wrap .pk-share-buttons-item.pk-share-buttons-whatsapp,
.pk-share-buttons-wrap .pk-share-buttons-item.pk-share-buttons-fb-messenger {
display: none;
}
} .pk-share-buttons-highlight-text {
display: none;
}
.pk-share-buttons-highlight-clone {
background: var(--pk-share-highlight-background);
position: absolute;
display: block;
width: auto;
height: auto;
padding: 1rem;
margin: 0;
z-index: 3;
box-shadow: var(--pk-share-highlight-box-shadow);
} .pk-share-buttons-blockquote {
display: none;
}
.pk-share-buttons-blockquote-clone {
display: block;
margin-top: 1.5rem;
margin-bottom: 0;
} .pk-share-buttons-mobile-share {
position: fixed;
z-index: 99997;
}
@media (min-width: 720px) {
.pk-share-buttons-mobile-share {
display: none !important;
}
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal {
background: var(--pk-mobile-share-horizontal-background);
width: 100%;
left: 0;
bottom: 0;
margin: 0;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal .pk-share-buttons-total {
margin-right: 1.5rem;
padding-left: 1.5rem;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal .pk-share-buttons-items {
margin: 0;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal .pk-share-buttons-item {
flex: 1;
padding: 0;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-horizontal .pk-share-buttons-link {
height: 100%;
padding: 1.5rem 0.5rem;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup {
flex-direction: column;
overflow: hidden;
margin: 0;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total {
position: relative;
background: var(--pk-mobile-share-total-background);
flex-direction: row;
align-items: center;
padding: 1rem;
margin: 0;
order: 2;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: 0.25s;
z-index: 1;
cursor: pointer;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total .pk-share-buttons-title, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total .pk-share-buttons-title, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total .pk-share-buttons-title {
display: none;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total .pk-share-buttons-label, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total .pk-share-buttons-label, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total .pk-share-buttons-label {
display: flex;
align-items: center;
color: var(--pk-mobile-share-total-label-color);
margin: 0;
order: 1;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total .pk-share-buttons-label:before, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total .pk-share-buttons-label:before, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total .pk-share-buttons-label:before {
font-family: 'powerkit-icons';
margin-right: 0.5rem;
content: "\e93d";
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total .pk-share-buttons-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total .pk-share-buttons-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total .pk-share-buttons-count {
color: var(--pk-mobile-share-total-count-color);
font-size: var(--pk-mobile-share-total-count-font-size);
margin: 0;
order: 2;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total-no-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total-no-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total-no-count {
display: flex;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-total-no-count .pk-share-buttons-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-total-no-count .pk-share-buttons-count, .pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total-no-count .pk-share-buttons-count {
display: none;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-items, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-items {
flex-direction: column;
margin: 0;
margin-bottom: 1rem;
order: 1;
opacity: 1;
transform: translate3d(0, calc(100% + 1rem), 0);
transition: 0.5s ease;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-items:first-child, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-items:first-child {
transform: translate3d(0, 0, 0);
margin-bottom: 0;
opacity: 1;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-items:after, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-items:after {
bottom: -1rem;
right: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent;
border-bottom-color: transparent;
border-width: 5px;
transform: translateX(50%);
margin-bottom: -10px;
transition: 0.5s;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-item, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-item {
padding: 0;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-link, .pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-link {
height: 40px;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side {
left: 1rem;
bottom: 1rem;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-left-side .pk-share-buttons-items {
margin-right: auto;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side {
right: 1rem;
bottom: 1rem;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-right-side .pk-share-buttons-items {
margin-left: auto;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup {
display: flex;
align-items: center;
justify-content: center;
right: 1rem;
bottom: 1rem;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup:after {
position: absolute;
top: 0;
right: 0;
left: -99999px;
font-family: 'powerkit-icons';
font-size: var(--pk-mobile-share-close-font-size);
color: var(--pk-mobile-share-close-color);
opacity: 0;
transition: opacity 0.25s ease;
cursor: pointer;
content: "\e913";
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-total {
bottom: 1rem;
right: 0;
opacity: 1;
transform: translate3d(0, 0, 0);
transition: 0.25s ease;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-items {
flex-grow: initial;
margin: 0;
opacity: 0;
margin-left: -9999px;
max-height: calc(100vh - 8rem);
overflow-y: auto;
transition: opacity 0.25s ease;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-item {
flex: 1;
padding: 0;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-link {
display: flex;
flex-direction: column;
padding: 3rem 1.5rem;
}
.pk-share-buttons-mobile-share.pk-share-buttons-layout-popup .pk-share-buttons-link .pk-share-buttons-count {
margin-top: 0.25rem;
}
.pk-mobile-share-overlay {
background: transparent;
transition: 0.5s;
z-index: 99996;
}
.pk-mobile-share-active .pk-mobile-share-overlay {
background: var(--pk-mobile-share-overlay-background);
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-left-side .pk-share-buttons-items,
.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-right-side .pk-share-buttons-items {
transform: translate3d(0, 0, 0);
opacity: 1;
}
.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-left-side .pk-share-buttons-items:after,
.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-right-side .pk-share-buttons-items:after {
border-bottom-color: var(--pk-mobile-share-total-background);
margin-bottom: 0;
}
.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-popup {
overflow: initial;
top: 1rem;
left: 1rem;
width: calc(100% - 2rem);
height: calc(100% - 2rem);
}
.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-popup:after {
left: initial;
opacity: 1;
}
.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-popup .pk-share-buttons-total {
position: absolute;
transform: translate3d(0, 100%, 0);
opacity: 0;
}
.pk-mobile-share-active .pk-mobile-share-overlay .pk-share-buttons-layout-popup .pk-share-buttons-items {
margin-left: 0;
opacity: 1;
}.gallery-type-slider.gallery {
display: block;
}
.gallery-type-slider .gallery-item {
width: 100%;
max-width: 100%;
padding: 0;
}
.gallery-type-slider .wp-caption-text {
margin-top: 1rem;
}
.gallery-type-slider figure {
margin-bottom: 0;
}
.gallery-type-slider img {
width: 100%;
height: auto;
}
.gallery-type-slider > .gallery-item:not(:first-child) {
position: fixed;
top: -9999px;
left: -9999px;
}.pk-social-links-wrap {
--pk-social-link-color: #000000;
--pk-social-links-label-color: rgba(0,0,0,.3);
--pk-social-links-icon-color: inherit;
--pk-social-links-title-color: inherit;
--pk-social-nav-count-color: rgba(0,0,0,.5);
--pk-social-bold-title-color: #000000;
--pk-social-inverse-link-color: #FFFFFF;
--pk-social-light-bg-link-background: #f8f9fa;
--pk-social-light-bg-hover-color: #FFFFFF;
--pk-social-light-bg-hover-title-color:#FFFFFF;
--pk-social-light-bg-hover-label-color:rgba(255,255,255,.75);
--pk-social-light-bg-hover-count-color:rgba(255,255,255,.75);
--pk-social-bold-bg-link-color: #FFFFFF;
--pk-social-dark-link-background: #000000;
--pk-social-dark-link-color: #FFFFFF;
--pk-social-dark-link-hover-background: #1a1919;
--pk-social-light-rounded-icon-background: #f8f9fa;
--pk-social-light-rounded-title-color: #000000;
--pk-social-bold-rounded-icon-background: #f8f9fa;
--pk-social-bold-rounded-icon-color: #FFFFFF;
--pk-social-bold-rounded-title-color: #000000;
--pk-social-dark-rounded-link-background: #000000;
--pk-social-dark-rounded-link-color: #FFFFFF;
--pk-social-dark-rounded-link-hover-background: #1a1919;
--pk-social-links-title-font-size: 0.875rem;
--pk-social-vertical-icon-font-size: 110%;
}  .pk-social-links-items {
display: flex;
flex-wrap: wrap;
margin: 0 -0.125rem;
}
.pk-social-links-item {
display: flex;
}
.pk-social-links-item {
padding: 0 0.125rem 0.125rem;
}
.pk-social-links-item .pk-social-links-link {
display: flex;
flex-grow: 1;
flex-direction: column;
align-items: center;
height: 100%;
line-height: 1;
text-align: center;
color: var(--pk-social-link-color);
border: none !important;
text-decoration: none !important;
box-shadow: none !important;
transition: background-color 0.2s;
}
.pk-social-links-note {
display: inline-block !important;
}
.pk-social-links-note-icon:before {
font-family: 'powerkit-icons';
font-size: 1.125em;
content: "\e946";
}
.pk-social-links-count,
.pk-social-links-label,
.pk-social-links-title {
margin-top: 0.5rem;
}
.pk-social-links-icon,
.pk-social-links-count,
.pk-social-links-label,
.pk-social-links-title {
transition: color 0.2s;
}
.pk-social-links-title {
transition: color 0.2s;
white-space: nowrap;
font-size: var(--pk-social-links-title-font-size);
}
.pk-social-links-label {
color: var(--pk-social-links-label-color);
}
.pk-social-links-no-count .pk-social-links-count {
display: none;
}
.pk-social-links .pk-social-links-icon {
color: var(--pk-social-links-icon-color);
}
.pk-social-links .pk-social-links-title {
color: var(--pk-social-links-title-color);
}
.pk-social-links-twitter .pk-social-links-link:hover {
color: #00aced;
}
.pk-social-links-facebook .pk-social-links-link:hover {
color: #3b5998;
}
.pk-social-links-instagram .pk-social-links-link:hover {
color: #675144;
}
.pk-social-links-fb-messenger .pk-social-links-link:hover {
color: #0084ff;
}
.pk-social-links-youtube .pk-social-links-link:hover {
color: #ff0000;
}
.pk-social-links-vimeo .pk-social-links-link:hover {
color: #00ADEF;
}
.pk-social-links-soundcloud .pk-social-links-link:hover {
color: #FE8336;
}
.pk-social-links-spotify .pk-social-links-link:hover {
color: #1ED760;
}
.pk-social-links-dribbble .pk-social-links-link:hover {
color: #EA4C89;
}
.pk-social-links-behance .pk-social-links-link:hover {
color: #115EFA;
}
.pk-social-links-github .pk-social-links-link:hover {
color: #010101;
}
.pk-social-links-tumblr .pk-social-links-link:hover {
color: #35455C;
}
.pk-social-links-bloglovin .pk-social-links-link:hover {
color: #00BDF4;
}
.pk-social-links-linkedin .pk-social-links-link:hover {
color: #007bb6;
}
.pk-social-links-pinterest .pk-social-links-link:hover {
color: #cb2027;
}
.pk-social-links-stumbleupon .pk-social-links-link:hover {
color: #eb4823;
}
.pk-social-links-whatsapp .pk-social-links-link:hover {
color: #29a628;
}
.pk-social-links-telegram .pk-social-links-link:hover {
color: #2ca5e0;
}
.pk-social-links-line .pk-social-links-link:hover {
color: #25af00;
}
.pk-social-links-viber .pk-social-links-link:hover {
color: #7b519d;
}
.pk-social-links-pocket .pk-social-links-link:hover {
color: #ef4056;
}
.pk-social-links-messenger .pk-social-links-link:hover {
color: #0084ff;
}
.pk-social-links-ok .pk-social-links-link:hover {
color: #EE8208;
}
.pk-social-links-vk .pk-social-links-link:hover {
color: #45668e;
}
.pk-social-links-vkontakte .pk-social-links-link:hover {
color: #45668e;
}
.pk-social-links-xing .pk-social-links-link:hover {
color: #006567;
}
.pk-social-links-twitch .pk-social-links-link:hover {
color: #4B367C;
}
.pk-social-links-flickr .pk-social-links-link:hover {
color: #FF1981;
}
.pk-social-links-snapchat .pk-social-links-link:hover {
color: #F0EC00;
}
.pk-social-links-medium .pk-social-links-link:hover {
color: #1f1f1f;
}
.pk-social-links-reddit .pk-social-links-link:hover {
color: #ff4500;
}
.pk-social-links-wechat .pk-social-links-link:hover {
color: #1AAD19;
}
.pk-social-links-tiktok .pk-social-links-link:hover {
color: #000000;
}
.pk-social-links-discord .pk-social-links-link:hover {
color: #5b77b8;
}
.pk-social-links-weibo .pk-social-links-link:hover {
color: #D72829;
}
.pk-social-links-android .pk-social-links-link:hover {
color: #A4C639;
}
.pk-social-links-apple .pk-social-links-link:hover {
color: #444444;
}
.pk-social-links-yelp .pk-social-links-link:hover {
color: #D32323;
}
.pk-social-links-stackoverflow .pk-social-links-link:hover {
color: #FE7A15;
}
.pk-social-links-codepen .pk-social-links-link:hover {
color: #000000;
}
.pk-social-links-gitlab .pk-social-links-link:hover {
color: #E24329;
}
.pk-social-links-freecodecamp .pk-social-links-link:hover {
color: #006400;
}
.pk-social-links-jsfiddle .pk-social-links-link:hover {
color: #487AA2;
}
.pk-social-links-bitbucket .pk-social-links-link:hover {
color: #205081;
}
.pk-social-links-foursquare .pk-social-links-link:hover {
color: #2D5BE3;
}
.pk-social-links-500px .pk-social-links-link:hover {
color: #0099E5;
}
.pk-social-links-delicious .pk-social-links-link:hover {
color: #3399FF;
}
.pk-social-links-deviantart .pk-social-links-link:hover {
color: #05CC47;
}
.pk-social-links-houzz .pk-social-links-link:hover {
color: #7AC142;
}
.pk-social-links-meetup .pk-social-links-link:hover {
color: #EC1C40;
}
.pk-social-links-producthunt .pk-social-links-link:hover {
color: #DA552F;
}
.pk-social-links-slideshare .pk-social-links-link:hover {
color: #0077B5;
}
.pk-social-links-tripadvisor .pk-social-links-link:hover {
color: #589442;
}
.pk-social-links-steam .pk-social-links-link:hover {
color: #00ADEE;
}
.pk-social-links-thumbtack .pk-social-links-link:hover {
color: #1AA1D8;
}
.pk-social-links-goodreads .pk-social-links-link:hover {
color: #BAAC9A;
}
.pk-social-links-mastodon .pk-social-links-link:hover {
color: #3088D4;
}
.pk-social-links-pixelfed .pk-social-links-link:hover {
color: #F22349;
}
.pk-social-links-microblog .pk-social-links-link:hover {
color: #FD8308;
}
.pk-social-links-googlenews .pk-social-links-link:hover {
color: #4b8cf5;
}
.pk-social-links-flipboard .pk-social-links-link:hover {
color: #f52928;
}
.pk-social-links-strava .pk-social-links-link:hover {
color: #FC4C02;
}
.pk-social-links-phone .pk-social-links-link:hover {
color: #121212;
}
.pk-social-links-mail .pk-social-links-link:hover {
color: #121212;
}
.pk-social-links-rss .pk-social-links-link:hover {
color: #FFA500;
} .pk-social-links-template-inline.pk-social-links-align-left .pk-social-links-items {
justify-content: flex-start;
}
.pk-social-links-template-inline.pk-social-links-align-center .pk-social-links-items {
justify-content: center;
}
.pk-social-links-template-inline.pk-social-links-align-right .pk-social-links-items {
justify-content: flex-end;
}
.pk-social-links-template-inline .pk-social-links-item {
min-width: 3rem;
}
.pk-social-links-template-columns .pk-social-links-items {
justify-content: flex-start;
}
.pk-social-links-template-columns .pk-social-links-item {
padding: 0;
}
.pk-social-links-template-columns .pk-social-links-link {
padding: 1rem .5rem !important;
}
.pk-social-links-template-columns .pk-social-links-count + .pk-social-links-label {
margin-top: 0;
}
.pk-social-links-template-col-2 .pk-social-links-item {
flex: 0 0 50%;
max-width: 50%;
}
.pk-social-links-template-col-3 .pk-social-links-item {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.pk-social-links-template-col-4 .pk-social-links-item {
flex: 0 0 25%;
max-width: 25%;
}
.pk-social-links-template-col-5 .pk-social-links-item {
flex: 0 0 20%;
max-width: 20%;
}
.pk-social-links-template-col-6 .pk-social-links-item {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.pk-social-links-template-vertical .pk-social-links-items {
display: block;
margin: 0;
}
.pk-social-links-template-vertical .pk-social-links-item {
padding: 0;
}
.pk-social-links-template-vertical .pk-social-links-item a {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.pk-social-links-template-vertical .pk-social-links-link {
padding: .5rem 0;
}
.pk-social-links-template-vertical .pk-social-links-item + .pk-social-links-item {
margin-top: 1px;
}
.pk-social-links-template-vertical .pk-social-links-icon,
.pk-social-links-template-vertical .pk-social-links-count,
.pk-social-links-template-vertical .pk-social-links-label,
.pk-social-links-template-vertical .pk-social-links-title {
margin-top: 0;
}
.pk-social-links-template-vertical .pk-social-links-icon {
display: flex;
align-items: center;
justify-content: center;
width: 1rem;
height: 1rem;
font-size: var(--pk-social-vertical-icon-font-size);
order: 1;
}
.pk-social-links-template-vertical .pk-social-links-title {
margin-left: 1rem;
order: 2;
}
.pk-social-links-template-vertical .pk-social-links-label {
margin-left: 0.5rem;
order: 3;
}
.pk-social-links-template-vertical .pk-social-links-count {
margin-left: auto;
order: 4;
}
.pk-social-links-template-vertical .pk-social-links-count,
.pk-social-links-template-vertical .pk-social-links-label {
padding: 0 0.125rem;
}
.pk-social-links-template-nav .pk-social-links-items {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: 0 -0.225rem;
}
.pk-social-links-template-nav .pk-social-links-item {
padding: 0 0.225rem;
}
.pk-social-links-template-nav .pk-social-links-item:not(:last-child) {
margin-right: .25rem;
}
.pk-social-links-template-nav .pk-social-links-item a {
display: flex;
flex-direction: row;
align-items: center;
line-height: 1;
}
.pk-social-links-template-nav .pk-social-links-icon {
margin-top: 0;
}
.pk-social-links-template-nav .pk-social-links-count,
.pk-social-links-template-nav .pk-social-links-label,
.pk-social-links-template-nav .pk-social-links-title {
margin-top: 0;
margin-left: 0.25rem;
transition: color 0.2s;
}
.pk-social-links-template-nav .pk-social-links-count {
color: var(--pk-social-nav-count-color);
} .pk-social-links-scheme-bold .pk-social-links-link:hover .pk-social-links-title,
.is-style-pk-social-links-bold .pk-social-links-link:hover .pk-social-links-title {
color: var(--pk-social-bold-title-color);
}
.pk-social-links-scheme-bold .pk-social-links-twitter .pk-social-links-link {
color: #00aced;
}
.pk-social-links-scheme-bold .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
color: #21c2ff;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-twitter .pk-social-links-link {
color: #00aced !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
color: #21c2ff !important;
}
.pk-social-links-scheme-bold .pk-social-links-facebook .pk-social-links-link {
color: #3b5998;
}
.pk-social-links-scheme-bold .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
color: #4c70ba;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-facebook .pk-social-links-link {
color: #3b5998 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
color: #4c70ba !important;
}
.pk-social-links-scheme-bold .pk-social-links-instagram .pk-social-links-link {
color: #675144;
}
.pk-social-links-scheme-bold .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
color: #866958;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-instagram .pk-social-links-link {
color: #675144 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
color: #866958 !important;
}
.pk-social-links-scheme-bold .pk-social-links-fb-messenger .pk-social-links-link {
color: #0084ff;
}
.pk-social-links-scheme-bold .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
color: #339dff;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-fb-messenger .pk-social-links-link {
color: #0084ff !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
color: #339dff !important;
}
.pk-social-links-scheme-bold .pk-social-links-youtube .pk-social-links-link {
color: #ff0000;
}
.pk-social-links-scheme-bold .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
color: #ff3333;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-youtube .pk-social-links-link {
color: #ff0000 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
color: #ff3333 !important;
}
.pk-social-links-scheme-bold .pk-social-links-vimeo .pk-social-links-link {
color: #00ADEF;
}
.pk-social-links-scheme-bold .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
color: #23c2ff;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vimeo .pk-social-links-link {
color: #00ADEF !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
color: #23c2ff !important;
}
.pk-social-links-scheme-bold .pk-social-links-soundcloud .pk-social-links-link {
color: #FE8336;
}
.pk-social-links-scheme-bold .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
color: #fea269;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-soundcloud .pk-social-links-link {
color: #FE8336 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
color: #fea269 !important;
}
.pk-social-links-scheme-bold .pk-social-links-spotify .pk-social-links-link {
color: #1ED760;
}
.pk-social-links-scheme-bold .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
color: #43e57d;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-spotify .pk-social-links-link {
color: #1ED760 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
color: #43e57d !important;
}
.pk-social-links-scheme-bold .pk-social-links-dribbble .pk-social-links-link {
color: #EA4C89;
}
.pk-social-links-scheme-bold .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
color: #ef7aa7;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-dribbble .pk-social-links-link {
color: #EA4C89 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
color: #ef7aa7 !important;
}
.pk-social-links-scheme-bold .pk-social-links-behance .pk-social-links-link {
color: #115EFA;
}
.pk-social-links-scheme-bold .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
color: #4380fb;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-behance .pk-social-links-link {
color: #115EFA !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
color: #4380fb !important;
}
.pk-social-links-scheme-bold .pk-social-links-github .pk-social-links-link {
color: #010101;
}
.pk-social-links-scheme-bold .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
color: #1b1a1a;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-github .pk-social-links-link {
color: #010101 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
color: #1b1a1a !important;
}
.pk-social-links-scheme-bold .pk-social-links-tumblr .pk-social-links-link {
color: #35455C;
}
.pk-social-links-scheme-bold .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
color: #485d7c;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tumblr .pk-social-links-link {
color: #35455C !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
color: #485d7c !important;
}
.pk-social-links-scheme-bold .pk-social-links-bloglovin .pk-social-links-link {
color: #00BDF4;
}
.pk-social-links-scheme-bold .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
color: #28cfff;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bloglovin .pk-social-links-link {
color: #00BDF4 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
color: #28cfff !important;
}
.pk-social-links-scheme-bold .pk-social-links-linkedin .pk-social-links-link {
color: #007bb6;
}
.pk-social-links-scheme-bold .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
color: #009de9;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-linkedin .pk-social-links-link {
color: #007bb6 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
color: #009de9 !important;
}
.pk-social-links-scheme-bold .pk-social-links-pinterest .pk-social-links-link {
color: #cb2027;
}
.pk-social-links-scheme-bold .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
color: #e03e44;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pinterest .pk-social-links-link {
color: #cb2027 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
color: #e03e44 !important;
}
.pk-social-links-scheme-bold .pk-social-links-stumbleupon .pk-social-links-link {
color: #eb4823;
}
.pk-social-links-scheme-bold .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
color: #ef6f52;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-stumbleupon .pk-social-links-link {
color: #eb4823 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
color: #ef6f52 !important;
}
.pk-social-links-scheme-bold .pk-social-links-whatsapp .pk-social-links-link {
color: #29a628;
}
.pk-social-links-scheme-bold .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
color: #34ce33;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-whatsapp .pk-social-links-link {
color: #29a628 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
color: #34ce33 !important;
}
.pk-social-links-scheme-bold .pk-social-links-telegram .pk-social-links-link {
color: #2ca5e0;
}
.pk-social-links-scheme-bold .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
color: #58b8e7;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-telegram .pk-social-links-link {
color: #2ca5e0 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
color: #58b8e7 !important;
}
.pk-social-links-scheme-bold .pk-social-links-line .pk-social-links-link {
color: #25af00;
}
.pk-social-links-scheme-bold .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
color: #30e200;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-line .pk-social-links-link {
color: #25af00 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
color: #30e200 !important;
}
.pk-social-links-scheme-bold .pk-social-links-viber .pk-social-links-link {
color: #7b519d;
}
.pk-social-links-scheme-bold .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
color: #946db4;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-viber .pk-social-links-link {
color: #7b519d !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
color: #946db4 !important;
}
.pk-social-links-scheme-bold .pk-social-links-pocket .pk-social-links-link {
color: #ef4056;
}
.pk-social-links-scheme-bold .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
color: #f36f80;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pocket .pk-social-links-link {
color: #ef4056 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
color: #f36f80 !important;
}
.pk-social-links-scheme-bold .pk-social-links-messenger .pk-social-links-link {
color: #0084ff;
}
.pk-social-links-scheme-bold .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
color: #339dff;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-messenger .pk-social-links-link {
color: #0084ff !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
color: #339dff !important;
}
.pk-social-links-scheme-bold .pk-social-links-ok .pk-social-links-link {
color: #EE8208;
}
.pk-social-links-scheme-bold .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
color: #f89b31;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-ok .pk-social-links-link {
color: #EE8208 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
color: #f89b31 !important;
}
.pk-social-links-scheme-bold .pk-social-links-vk .pk-social-links-link {
color: #45668e;
}
.pk-social-links-scheme-bold .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
color: #587fae;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vk .pk-social-links-link {
color: #45668e !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
color: #587fae !important;
}
.pk-social-links-scheme-bold .pk-social-links-vkontakte .pk-social-links-link {
color: #45668e;
}
.pk-social-links-scheme-bold .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
color: #587fae;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vkontakte .pk-social-links-link {
color: #45668e !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
color: #587fae !important;
}
.pk-social-links-scheme-bold .pk-social-links-xing .pk-social-links-link {
color: #006567;
}
.pk-social-links-scheme-bold .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
color: #00979a;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-xing .pk-social-links-link {
color: #006567 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
color: #00979a !important;
}
.pk-social-links-scheme-bold .pk-social-links-twitch .pk-social-links-link {
color: #4B367C;
}
.pk-social-links-scheme-bold .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
color: #6045a0;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-twitch .pk-social-links-link {
color: #4B367C !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
color: #6045a0 !important;
}
.pk-social-links-scheme-bold .pk-social-links-flickr .pk-social-links-link {
color: #FF1981;
}
.pk-social-links-scheme-bold .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
color: #ff4c9d;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-flickr .pk-social-links-link {
color: #FF1981 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
color: #ff4c9d !important;
}
.pk-social-links-scheme-bold .pk-social-links-snapchat .pk-social-links-link {
color: #F0EC00;
}
.pk-social-links-scheme-bold .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
color: #fffb24;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-snapchat .pk-social-links-link {
color: #F0EC00 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
color: #fffb24 !important;
}
.pk-social-links-scheme-bold .pk-social-links-medium .pk-social-links-link {
color: #1f1f1f;
}
.pk-social-links-scheme-bold .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
color: #393838;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-medium .pk-social-links-link {
color: #1f1f1f !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
color: #393838 !important;
}
.pk-social-links-scheme-bold .pk-social-links-reddit .pk-social-links-link {
color: #ff4500;
}
.pk-social-links-scheme-bold .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
color: #ff6a33;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-reddit .pk-social-links-link {
color: #ff4500 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
color: #ff6a33 !important;
}
.pk-social-links-scheme-bold .pk-social-links-wechat .pk-social-links-link {
color: #1AAD19;
}
.pk-social-links-scheme-bold .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
color: #21da1f;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-wechat .pk-social-links-link {
color: #1AAD19 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
color: #21da1f !important;
}
.pk-social-links-scheme-bold .pk-social-links-tiktok .pk-social-links-link {
color: #000000;
}
.pk-social-links-scheme-bold .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
color: #1a1919;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tiktok .pk-social-links-link {
color: #000000 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
color: #1a1919 !important;
}
.pk-social-links-scheme-bold .pk-social-links-discord .pk-social-links-link {
color: #5b77b8;
}
.pk-social-links-scheme-bold .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
color: #7f95c7;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-discord .pk-social-links-link {
color: #5b77b8 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
color: #7f95c7 !important;
}
.pk-social-links-scheme-bold .pk-social-links-weibo .pk-social-links-link {
color: #D72829;
}
.pk-social-links-scheme-bold .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
color: #df5354;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-weibo .pk-social-links-link {
color: #D72829 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
color: #df5354 !important;
}
.pk-social-links-scheme-bold .pk-social-links-android .pk-social-links-link {
color: #A4C639;
}
.pk-social-links-scheme-bold .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
color: #b6d161;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-android .pk-social-links-link {
color: #A4C639 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
color: #b6d161 !important;
}
.pk-social-links-scheme-bold .pk-social-links-apple .pk-social-links-link {
color: #444444;
}
.pk-social-links-scheme-bold .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
color: #5e5d5d;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-apple .pk-social-links-link {
color: #444444 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
color: #5e5d5d !important;
}
.pk-social-links-scheme-bold .pk-social-links-yelp .pk-social-links-link {
color: #D32323;
}
.pk-social-links-scheme-bold .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
color: #e14848;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-yelp .pk-social-links-link {
color: #D32323 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
color: #e14848 !important;
}
.pk-social-links-scheme-bold .pk-social-links-stackoverflow .pk-social-links-link {
color: #FE7A15;
}
.pk-social-links-scheme-bold .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
color: #fe9748;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-stackoverflow .pk-social-links-link {
color: #FE7A15 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
color: #fe9748 !important;
}
.pk-social-links-scheme-bold .pk-social-links-codepen .pk-social-links-link {
color: #000000;
}
.pk-social-links-scheme-bold .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
color: #1a1919;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-codepen .pk-social-links-link {
color: #000000 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
color: #1a1919 !important;
}
.pk-social-links-scheme-bold .pk-social-links-gitlab .pk-social-links-link {
color: #E24329;
}
.pk-social-links-scheme-bold .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
color: #e86a56;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-gitlab .pk-social-links-link {
color: #E24329 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
color: #e86a56 !important;
}
.pk-social-links-scheme-bold .pk-social-links-freecodecamp .pk-social-links-link {
color: #006400;
}
.pk-social-links-scheme-bold .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
color: #009700;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-freecodecamp .pk-social-links-link {
color: #006400 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
color: #009700 !important;
}
.pk-social-links-scheme-bold .pk-social-links-jsfiddle .pk-social-links-link {
color: #487AA2;
}
.pk-social-links-scheme-bold .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
color: #6393ba;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-jsfiddle .pk-social-links-link {
color: #487AA2 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
color: #6393ba !important;
}
.pk-social-links-scheme-bold .pk-social-links-bitbucket .pk-social-links-link {
color: #205081;
}
.pk-social-links-scheme-bold .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
color: #2a69aa;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bitbucket .pk-social-links-link {
color: #205081 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
color: #2a69aa !important;
}
.pk-social-links-scheme-bold .pk-social-links-foursquare .pk-social-links-link {
color: #2D5BE3;
}
.pk-social-links-scheme-bold .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
color: #5a7ee9;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-foursquare .pk-social-links-link {
color: #2D5BE3 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
color: #5a7ee9 !important;
}
.pk-social-links-scheme-bold .pk-social-links-500px .pk-social-links-link {
color: #0099E5;
}
.pk-social-links-scheme-bold .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
color: #19b3ff;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-500px .pk-social-links-link {
color: #0099E5 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
color: #19b3ff !important;
}
.pk-social-links-scheme-bold .pk-social-links-delicious .pk-social-links-link {
color: #3399FF;
}
.pk-social-links-scheme-bold .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
color: #66b3ff;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-delicious .pk-social-links-link {
color: #3399FF !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
color: #66b3ff !important;
}
.pk-social-links-scheme-bold .pk-social-links-deviantart .pk-social-links-link {
color: #05CC47;
}
.pk-social-links-scheme-bold .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
color: #0bf95a;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-deviantart .pk-social-links-link {
color: #05CC47 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
color: #0bf95a !important;
}
.pk-social-links-scheme-bold .pk-social-links-houzz .pk-social-links-link {
color: #7AC142;
}
.pk-social-links-scheme-bold .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
color: #95ce68;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-houzz .pk-social-links-link {
color: #7AC142 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
color: #95ce68 !important;
}
.pk-social-links-scheme-bold .pk-social-links-meetup .pk-social-links-link {
color: #EC1C40;
}
.pk-social-links-scheme-bold .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
color: #f04b68;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-meetup .pk-social-links-link {
color: #EC1C40 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
color: #f04b68 !important;
}
.pk-social-links-scheme-bold .pk-social-links-producthunt .pk-social-links-link {
color: #DA552F;
}
.pk-social-links-scheme-bold .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
color: #e2785a;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-producthunt .pk-social-links-link {
color: #DA552F !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
color: #e2785a !important;
}
.pk-social-links-scheme-bold .pk-social-links-slideshare .pk-social-links-link {
color: #0077B5;
}
.pk-social-links-scheme-bold .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
color: #0099e8;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-slideshare .pk-social-links-link {
color: #0077B5 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
color: #0099e8 !important;
}
.pk-social-links-scheme-bold .pk-social-links-tripadvisor .pk-social-links-link {
color: #589442;
}
.pk-social-links-scheme-bold .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
color: #6fb356;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tripadvisor .pk-social-links-link {
color: #589442 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
color: #6fb356 !important;
}
.pk-social-links-scheme-bold .pk-social-links-steam .pk-social-links-link {
color: #00ADEE;
}
.pk-social-links-scheme-bold .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
color: #22c3ff;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-steam .pk-social-links-link {
color: #00ADEE !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
color: #22c3ff !important;
}
.pk-social-links-scheme-bold .pk-social-links-thumbtack .pk-social-links-link {
color: #1AA1D8;
}
.pk-social-links-scheme-bold .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
color: #3db6e8;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-thumbtack .pk-social-links-link {
color: #1AA1D8 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
color: #3db6e8 !important;
}
.pk-social-links-scheme-bold .pk-social-links-goodreads .pk-social-links-link {
color: #BAAC9A;
}
.pk-social-links-scheme-bold .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
color: #cfc5b8;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-goodreads .pk-social-links-link {
color: #BAAC9A !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
color: #cfc5b8 !important;
}
.pk-social-links-scheme-bold .pk-social-links-mastodon .pk-social-links-link {
color: #3088D4;
}
.pk-social-links-scheme-bold .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
color: #5aa0dd;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-mastodon .pk-social-links-link {
color: #3088D4 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
color: #5aa0dd !important;
}
.pk-social-links-scheme-bold .pk-social-links-pixelfed .pk-social-links-link {
color: #F22349;
}
.pk-social-links-scheme-bold .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
color: #f55371;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pixelfed .pk-social-links-link {
color: #F22349 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
color: #f55371 !important;
}
.pk-social-links-scheme-bold .pk-social-links-microblog .pk-social-links-link {
color: #FD8308;
}
.pk-social-links-scheme-bold .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
color: #fd9c3b;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-microblog .pk-social-links-link {
color: #FD8308 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
color: #fd9c3b !important;
}
.pk-social-links-scheme-bold .pk-social-links-googlenews .pk-social-links-link {
color: #4b8cf5;
}
.pk-social-links-scheme-bold .pk-social-links-googlenews .pk-social-links-link:hover .pk-social-links-icon {
color: #7babf8;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-googlenews .pk-social-links-link {
color: #4b8cf5 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-googlenews .pk-social-links-link:hover .pk-social-links-icon {
color: #7babf8 !important;
}
.pk-social-links-scheme-bold .pk-social-links-flipboard .pk-social-links-link {
color: #f52928;
}
.pk-social-links-scheme-bold .pk-social-links-flipboard .pk-social-links-link:hover .pk-social-links-icon {
color: #f75a59;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-flipboard .pk-social-links-link {
color: #f52928 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-flipboard .pk-social-links-link:hover .pk-social-links-icon {
color: #f75a59 !important;
}
.pk-social-links-scheme-bold .pk-social-links-strava .pk-social-links-link {
color: #FC4C02;
}
.pk-social-links-scheme-bold .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
color: #fd6f34;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-strava .pk-social-links-link {
color: #FC4C02 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
color: #fd6f34 !important;
}
.pk-social-links-scheme-bold .pk-social-links-phone .pk-social-links-link {
color: #121212;
}
.pk-social-links-scheme-bold .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
color: #2c2b2b;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-phone .pk-social-links-link {
color: #121212 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
color: #2c2b2b !important;
}
.pk-social-links-scheme-bold .pk-social-links-mail .pk-social-links-link {
color: #121212;
}
.pk-social-links-scheme-bold .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
color: #2c2b2b;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-mail .pk-social-links-link {
color: #121212 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
color: #2c2b2b !important;
}
.pk-social-links-scheme-bold .pk-social-links-rss .pk-social-links-link {
color: #FFA500;
}
.pk-social-links-scheme-bold .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
color: #ffb733;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-rss .pk-social-links-link {
color: #FFA500 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
color: #ffb733 !important;
}
.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link {
color: var(--pk-social-inverse-link-color) !important;
}
.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.pk-social-links-scheme-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-count,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.is-style-pk-social-links-inverse .pk-social-links-items .pk-social-links-link .pk-social-links-count {
color: inherit !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
color: #00aced !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
color: #3b5998 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
color: #675144 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
color: #0084ff !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
color: #ff0000 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
color: #00ADEF !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
color: #FE8336 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
color: #1ED760 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
color: #EA4C89 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
color: #115EFA !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
color: #010101 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
color: #35455C !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
color: #00BDF4 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
color: #007bb6 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
color: #cb2027 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
color: #eb4823 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
color: #29a628 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
color: #2ca5e0 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
color: #25af00 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
color: #7b519d !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
color: #ef4056 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
color: #0084ff !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
color: #EE8208 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
color: #45668e !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
color: #45668e !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
color: #006567 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
color: #4B367C !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
color: #FF1981 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
color: #F0EC00 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
color: #1f1f1f !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
color: #ff4500 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
color: #1AAD19 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
color: #000000 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
color: #5b77b8 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
color: #D72829 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
color: #A4C639 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
color: #444444 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
color: #D32323 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
color: #FE7A15 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
color: #000000 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
color: #E24329 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
color: #006400 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
color: #487AA2 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
color: #205081 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
color: #2D5BE3 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
color: #0099E5 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
color: #3399FF !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
color: #05CC47 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
color: #7AC142 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
color: #EC1C40 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
color: #DA552F !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
color: #0077B5 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
color: #589442 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
color: #00ADEE !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
color: #1AA1D8 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
color: #BAAC9A !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
color: #3088D4 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
color: #F22349 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
color: #FD8308 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-googlenews .pk-social-links-link:hover .pk-social-links-icon {
color: #4b8cf5 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-flipboard .pk-social-links-link:hover .pk-social-links-icon {
color: #f52928 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
color: #FC4C02 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
color: #121212 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
color: #121212 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
color: #FFA500 !important;
}
.pk-social-links-scheme-light-bg .pk-social-links-link,
.is-style-pk-social-links-light-bg .pk-social-links-link {
padding: .8rem 1rem;
background-color: var(--pk-social-light-bg-link-background);
color: var(--pk-social-light-bg-color);
}
.pk-social-links-scheme-light-bg .pk-social-links-link .pk-social-links-title,
.is-style-pk-social-links-light-bg .pk-social-links-link .pk-social-links-title {
color: var(--pk-social-light-bg-title-color);
}
.pk-social-links-scheme-light-bg .pk-social-links-link .pk-social-links-label,
.is-style-pk-social-links-light-bg .pk-social-links-link .pk-social-links-label {
color: var(--pk-social-light-bg-label-color);
}
.pk-social-links-scheme-light-bg .pk-social-links-link .pk-social-links-count,
.is-style-pk-social-links-light-bg .pk-social-links-link .pk-social-links-count {
color: var(--pk-social-light-bg-count-color);
}
.pk-social-links-scheme-light-bg .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-link:hover {
color: var(--pk-social-light-bg-hover-color);
}
.pk-social-links-scheme-light-bg .pk-social-links-link:hover .pk-social-links-title,
.is-style-pk-social-links-light-bg .pk-social-links-link:hover .pk-social-links-title {
color: var(--pk-social-light-bg-hover-title-color);
}
.pk-social-links-scheme-light-bg .pk-social-links-link:hover .pk-social-links-label,
.is-style-pk-social-links-light-bg .pk-social-links-link:hover .pk-social-links-label {
color: var(--pk-social-light-bg-hover-label-color);
}
.pk-social-links-scheme-light-bg .pk-social-links-link:hover .pk-social-links-count,
.is-style-pk-social-links-light-bg .pk-social-links-link:hover .pk-social-links-count {
color: var(--pk-social-light-bg-hover-count-color);
}
.pk-social-links-scheme-light-bg .pk-social-links-twitter .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-twitter .pk-social-links-link:hover {
background-color: #00aced;
}
.pk-social-links-scheme-light-bg .pk-social-links-facebook .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-facebook .pk-social-links-link:hover {
background-color: #3b5998;
}
.pk-social-links-scheme-light-bg .pk-social-links-instagram .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-instagram .pk-social-links-link:hover {
background-color: #675144;
}
.pk-social-links-scheme-light-bg .pk-social-links-fb-messenger .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-fb-messenger .pk-social-links-link:hover {
background-color: #0084ff;
}
.pk-social-links-scheme-light-bg .pk-social-links-youtube .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-youtube .pk-social-links-link:hover {
background-color: #ff0000;
}
.pk-social-links-scheme-light-bg .pk-social-links-vimeo .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-vimeo .pk-social-links-link:hover {
background-color: #00ADEF;
}
.pk-social-links-scheme-light-bg .pk-social-links-soundcloud .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-soundcloud .pk-social-links-link:hover {
background-color: #FE8336;
}
.pk-social-links-scheme-light-bg .pk-social-links-spotify .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-spotify .pk-social-links-link:hover {
background-color: #1ED760;
}
.pk-social-links-scheme-light-bg .pk-social-links-dribbble .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-dribbble .pk-social-links-link:hover {
background-color: #EA4C89;
}
.pk-social-links-scheme-light-bg .pk-social-links-behance .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-behance .pk-social-links-link:hover {
background-color: #115EFA;
}
.pk-social-links-scheme-light-bg .pk-social-links-github .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-github .pk-social-links-link:hover {
background-color: #010101;
}
.pk-social-links-scheme-light-bg .pk-social-links-tumblr .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-tumblr .pk-social-links-link:hover {
background-color: #35455C;
}
.pk-social-links-scheme-light-bg .pk-social-links-bloglovin .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-bloglovin .pk-social-links-link:hover {
background-color: #00BDF4;
}
.pk-social-links-scheme-light-bg .pk-social-links-linkedin .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-linkedin .pk-social-links-link:hover {
background-color: #007bb6;
}
.pk-social-links-scheme-light-bg .pk-social-links-pinterest .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-pinterest .pk-social-links-link:hover {
background-color: #cb2027;
}
.pk-social-links-scheme-light-bg .pk-social-links-stumbleupon .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-stumbleupon .pk-social-links-link:hover {
background-color: #eb4823;
}
.pk-social-links-scheme-light-bg .pk-social-links-whatsapp .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-whatsapp .pk-social-links-link:hover {
background-color: #29a628;
}
.pk-social-links-scheme-light-bg .pk-social-links-telegram .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-telegram .pk-social-links-link:hover {
background-color: #2ca5e0;
}
.pk-social-links-scheme-light-bg .pk-social-links-line .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-line .pk-social-links-link:hover {
background-color: #25af00;
}
.pk-social-links-scheme-light-bg .pk-social-links-viber .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-viber .pk-social-links-link:hover {
background-color: #7b519d;
}
.pk-social-links-scheme-light-bg .pk-social-links-pocket .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-pocket .pk-social-links-link:hover {
background-color: #ef4056;
}
.pk-social-links-scheme-light-bg .pk-social-links-messenger .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-messenger .pk-social-links-link:hover {
background-color: #0084ff;
}
.pk-social-links-scheme-light-bg .pk-social-links-ok .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-ok .pk-social-links-link:hover {
background-color: #EE8208;
}
.pk-social-links-scheme-light-bg .pk-social-links-vk .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-vk .pk-social-links-link:hover {
background-color: #45668e;
}
.pk-social-links-scheme-light-bg .pk-social-links-vkontakte .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-vkontakte .pk-social-links-link:hover {
background-color: #45668e;
}
.pk-social-links-scheme-light-bg .pk-social-links-xing .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-xing .pk-social-links-link:hover {
background-color: #006567;
}
.pk-social-links-scheme-light-bg .pk-social-links-twitch .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-twitch .pk-social-links-link:hover {
background-color: #4B367C;
}
.pk-social-links-scheme-light-bg .pk-social-links-flickr .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-flickr .pk-social-links-link:hover {
background-color: #FF1981;
}
.pk-social-links-scheme-light-bg .pk-social-links-snapchat .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-snapchat .pk-social-links-link:hover {
background-color: #F0EC00;
}
.pk-social-links-scheme-light-bg .pk-social-links-medium .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-medium .pk-social-links-link:hover {
background-color: #1f1f1f;
}
.pk-social-links-scheme-light-bg .pk-social-links-reddit .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-reddit .pk-social-links-link:hover {
background-color: #ff4500;
}
.pk-social-links-scheme-light-bg .pk-social-links-wechat .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-wechat .pk-social-links-link:hover {
background-color: #1AAD19;
}
.pk-social-links-scheme-light-bg .pk-social-links-tiktok .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-tiktok .pk-social-links-link:hover {
background-color: #000000;
}
.pk-social-links-scheme-light-bg .pk-social-links-discord .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-discord .pk-social-links-link:hover {
background-color: #5b77b8;
}
.pk-social-links-scheme-light-bg .pk-social-links-weibo .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-weibo .pk-social-links-link:hover {
background-color: #D72829;
}
.pk-social-links-scheme-light-bg .pk-social-links-android .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-android .pk-social-links-link:hover {
background-color: #A4C639;
}
.pk-social-links-scheme-light-bg .pk-social-links-apple .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-apple .pk-social-links-link:hover {
background-color: #444444;
}
.pk-social-links-scheme-light-bg .pk-social-links-yelp .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-yelp .pk-social-links-link:hover {
background-color: #D32323;
}
.pk-social-links-scheme-light-bg .pk-social-links-stackoverflow .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-stackoverflow .pk-social-links-link:hover {
background-color: #FE7A15;
}
.pk-social-links-scheme-light-bg .pk-social-links-codepen .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-codepen .pk-social-links-link:hover {
background-color: #000000;
}
.pk-social-links-scheme-light-bg .pk-social-links-gitlab .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-gitlab .pk-social-links-link:hover {
background-color: #E24329;
}
.pk-social-links-scheme-light-bg .pk-social-links-freecodecamp .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-freecodecamp .pk-social-links-link:hover {
background-color: #006400;
}
.pk-social-links-scheme-light-bg .pk-social-links-jsfiddle .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-jsfiddle .pk-social-links-link:hover {
background-color: #487AA2;
}
.pk-social-links-scheme-light-bg .pk-social-links-bitbucket .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-bitbucket .pk-social-links-link:hover {
background-color: #205081;
}
.pk-social-links-scheme-light-bg .pk-social-links-foursquare .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-foursquare .pk-social-links-link:hover {
background-color: #2D5BE3;
}
.pk-social-links-scheme-light-bg .pk-social-links-500px .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-500px .pk-social-links-link:hover {
background-color: #0099E5;
}
.pk-social-links-scheme-light-bg .pk-social-links-delicious .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-delicious .pk-social-links-link:hover {
background-color: #3399FF;
}
.pk-social-links-scheme-light-bg .pk-social-links-deviantart .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-deviantart .pk-social-links-link:hover {
background-color: #05CC47;
}
.pk-social-links-scheme-light-bg .pk-social-links-houzz .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-houzz .pk-social-links-link:hover {
background-color: #7AC142;
}
.pk-social-links-scheme-light-bg .pk-social-links-meetup .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-meetup .pk-social-links-link:hover {
background-color: #EC1C40;
}
.pk-social-links-scheme-light-bg .pk-social-links-producthunt .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-producthunt .pk-social-links-link:hover {
background-color: #DA552F;
}
.pk-social-links-scheme-light-bg .pk-social-links-slideshare .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-slideshare .pk-social-links-link:hover {
background-color: #0077B5;
}
.pk-social-links-scheme-light-bg .pk-social-links-tripadvisor .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-tripadvisor .pk-social-links-link:hover {
background-color: #589442;
}
.pk-social-links-scheme-light-bg .pk-social-links-steam .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-steam .pk-social-links-link:hover {
background-color: #00ADEE;
}
.pk-social-links-scheme-light-bg .pk-social-links-thumbtack .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-thumbtack .pk-social-links-link:hover {
background-color: #1AA1D8;
}
.pk-social-links-scheme-light-bg .pk-social-links-goodreads .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-goodreads .pk-social-links-link:hover {
background-color: #BAAC9A;
}
.pk-social-links-scheme-light-bg .pk-social-links-mastodon .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-mastodon .pk-social-links-link:hover {
background-color: #3088D4;
}
.pk-social-links-scheme-light-bg .pk-social-links-pixelfed .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-pixelfed .pk-social-links-link:hover {
background-color: #F22349;
}
.pk-social-links-scheme-light-bg .pk-social-links-microblog .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-microblog .pk-social-links-link:hover {
background-color: #FD8308;
}
.pk-social-links-scheme-light-bg .pk-social-links-googlenews .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-googlenews .pk-social-links-link:hover {
background-color: #4b8cf5;
}
.pk-social-links-scheme-light-bg .pk-social-links-flipboard .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-flipboard .pk-social-links-link:hover {
background-color: #f52928;
}
.pk-social-links-scheme-light-bg .pk-social-links-strava .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-strava .pk-social-links-link:hover {
background-color: #FC4C02;
}
.pk-social-links-scheme-light-bg .pk-social-links-phone .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-phone .pk-social-links-link:hover {
background-color: #121212;
}
.pk-social-links-scheme-light-bg .pk-social-links-mail .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-mail .pk-social-links-link:hover {
background-color: #121212;
}
.pk-social-links-scheme-light-bg .pk-social-links-rss .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-rss .pk-social-links-link:hover {
background-color: #FFA500;
}
.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link {
padding: .8rem 1rem;
color: var(--pk-social-bold-bg-link-color) !important;
}
.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.pk-social-links-scheme-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-count,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.is-style-pk-social-links-bold-bg .pk-social-links-items .pk-social-links-link .pk-social-links-count {
color: inherit !important;
}
.pk-social-links-scheme-bold-bg .pk-social-links-twitter .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-twitter .pk-social-links-link {
background-color: #00aced;
}
.pk-social-links-scheme-bold-bg .pk-social-links-twitter .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-twitter .pk-social-links-link:hover {
background-color: #21c2ff;
}
.pk-social-links-scheme-bold-bg .pk-social-links-facebook .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-facebook .pk-social-links-link {
background-color: #3b5998;
}
.pk-social-links-scheme-bold-bg .pk-social-links-facebook .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-facebook .pk-social-links-link:hover {
background-color: #4c70ba;
}
.pk-social-links-scheme-bold-bg .pk-social-links-instagram .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-instagram .pk-social-links-link {
background-color: #675144;
}
.pk-social-links-scheme-bold-bg .pk-social-links-instagram .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-instagram .pk-social-links-link:hover {
background-color: #866958;
}
.pk-social-links-scheme-bold-bg .pk-social-links-fb-messenger .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-fb-messenger .pk-social-links-link {
background-color: #0084ff;
}
.pk-social-links-scheme-bold-bg .pk-social-links-fb-messenger .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-fb-messenger .pk-social-links-link:hover {
background-color: #339dff;
}
.pk-social-links-scheme-bold-bg .pk-social-links-youtube .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-youtube .pk-social-links-link {
background-color: #ff0000;
}
.pk-social-links-scheme-bold-bg .pk-social-links-youtube .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-youtube .pk-social-links-link:hover {
background-color: #ff3333;
}
.pk-social-links-scheme-bold-bg .pk-social-links-vimeo .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-vimeo .pk-social-links-link {
background-color: #00ADEF;
}
.pk-social-links-scheme-bold-bg .pk-social-links-vimeo .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-vimeo .pk-social-links-link:hover {
background-color: #23c2ff;
}
.pk-social-links-scheme-bold-bg .pk-social-links-soundcloud .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-soundcloud .pk-social-links-link {
background-color: #FE8336;
}
.pk-social-links-scheme-bold-bg .pk-social-links-soundcloud .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-soundcloud .pk-social-links-link:hover {
background-color: #fea269;
}
.pk-social-links-scheme-bold-bg .pk-social-links-spotify .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-spotify .pk-social-links-link {
background-color: #1ED760;
}
.pk-social-links-scheme-bold-bg .pk-social-links-spotify .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-spotify .pk-social-links-link:hover {
background-color: #43e57d;
}
.pk-social-links-scheme-bold-bg .pk-social-links-dribbble .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-dribbble .pk-social-links-link {
background-color: #EA4C89;
}
.pk-social-links-scheme-bold-bg .pk-social-links-dribbble .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-dribbble .pk-social-links-link:hover {
background-color: #ef7aa7;
}
.pk-social-links-scheme-bold-bg .pk-social-links-behance .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-behance .pk-social-links-link {
background-color: #115EFA;
}
.pk-social-links-scheme-bold-bg .pk-social-links-behance .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-behance .pk-social-links-link:hover {
background-color: #4380fb;
}
.pk-social-links-scheme-bold-bg .pk-social-links-github .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-github .pk-social-links-link {
background-color: #010101;
}
.pk-social-links-scheme-bold-bg .pk-social-links-github .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-github .pk-social-links-link:hover {
background-color: #1b1a1a;
}
.pk-social-links-scheme-bold-bg .pk-social-links-tumblr .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-tumblr .pk-social-links-link {
background-color: #35455C;
}
.pk-social-links-scheme-bold-bg .pk-social-links-tumblr .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-tumblr .pk-social-links-link:hover {
background-color: #485d7c;
}
.pk-social-links-scheme-bold-bg .pk-social-links-bloglovin .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-bloglovin .pk-social-links-link {
background-color: #00BDF4;
}
.pk-social-links-scheme-bold-bg .pk-social-links-bloglovin .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-bloglovin .pk-social-links-link:hover {
background-color: #28cfff;
}
.pk-social-links-scheme-bold-bg .pk-social-links-linkedin .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-linkedin .pk-social-links-link {
background-color: #007bb6;
}
.pk-social-links-scheme-bold-bg .pk-social-links-linkedin .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-linkedin .pk-social-links-link:hover {
background-color: #009de9;
}
.pk-social-links-scheme-bold-bg .pk-social-links-pinterest .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-pinterest .pk-social-links-link {
background-color: #cb2027;
}
.pk-social-links-scheme-bold-bg .pk-social-links-pinterest .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-pinterest .pk-social-links-link:hover {
background-color: #e03e44;
}
.pk-social-links-scheme-bold-bg .pk-social-links-stumbleupon .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-stumbleupon .pk-social-links-link {
background-color: #eb4823;
}
.pk-social-links-scheme-bold-bg .pk-social-links-stumbleupon .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-stumbleupon .pk-social-links-link:hover {
background-color: #ef6f52;
}
.pk-social-links-scheme-bold-bg .pk-social-links-whatsapp .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-whatsapp .pk-social-links-link {
background-color: #29a628;
}
.pk-social-links-scheme-bold-bg .pk-social-links-whatsapp .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-whatsapp .pk-social-links-link:hover {
background-color: #34ce33;
}
.pk-social-links-scheme-bold-bg .pk-social-links-telegram .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-telegram .pk-social-links-link {
background-color: #2ca5e0;
}
.pk-social-links-scheme-bold-bg .pk-social-links-telegram .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-telegram .pk-social-links-link:hover {
background-color: #58b8e7;
}
.pk-social-links-scheme-bold-bg .pk-social-links-line .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-line .pk-social-links-link {
background-color: #25af00;
}
.pk-social-links-scheme-bold-bg .pk-social-links-line .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-line .pk-social-links-link:hover {
background-color: #30e200;
}
.pk-social-links-scheme-bold-bg .pk-social-links-viber .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-viber .pk-social-links-link {
background-color: #7b519d;
}
.pk-social-links-scheme-bold-bg .pk-social-links-viber .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-viber .pk-social-links-link:hover {
background-color: #946db4;
}
.pk-social-links-scheme-bold-bg .pk-social-links-pocket .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-pocket .pk-social-links-link {
background-color: #ef4056;
}
.pk-social-links-scheme-bold-bg .pk-social-links-pocket .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-pocket .pk-social-links-link:hover {
background-color: #f36f80;
}
.pk-social-links-scheme-bold-bg .pk-social-links-messenger .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-messenger .pk-social-links-link {
background-color: #0084ff;
}
.pk-social-links-scheme-bold-bg .pk-social-links-messenger .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-messenger .pk-social-links-link:hover {
background-color: #339dff;
}
.pk-social-links-scheme-bold-bg .pk-social-links-ok .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-ok .pk-social-links-link {
background-color: #EE8208;
}
.pk-social-links-scheme-bold-bg .pk-social-links-ok .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-ok .pk-social-links-link:hover {
background-color: #f89b31;
}
.pk-social-links-scheme-bold-bg .pk-social-links-vk .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-vk .pk-social-links-link {
background-color: #45668e;
}
.pk-social-links-scheme-bold-bg .pk-social-links-vk .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-vk .pk-social-links-link:hover {
background-color: #587fae;
}
.pk-social-links-scheme-bold-bg .pk-social-links-vkontakte .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-vkontakte .pk-social-links-link {
background-color: #45668e;
}
.pk-social-links-scheme-bold-bg .pk-social-links-vkontakte .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-vkontakte .pk-social-links-link:hover {
background-color: #587fae;
}
.pk-social-links-scheme-bold-bg .pk-social-links-xing .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-xing .pk-social-links-link {
background-color: #006567;
}
.pk-social-links-scheme-bold-bg .pk-social-links-xing .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-xing .pk-social-links-link:hover {
background-color: #00979a;
}
.pk-social-links-scheme-bold-bg .pk-social-links-twitch .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-twitch .pk-social-links-link {
background-color: #4B367C;
}
.pk-social-links-scheme-bold-bg .pk-social-links-twitch .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-twitch .pk-social-links-link:hover {
background-color: #6045a0;
}
.pk-social-links-scheme-bold-bg .pk-social-links-flickr .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-flickr .pk-social-links-link {
background-color: #FF1981;
}
.pk-social-links-scheme-bold-bg .pk-social-links-flickr .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-flickr .pk-social-links-link:hover {
background-color: #ff4c9d;
}
.pk-social-links-scheme-bold-bg .pk-social-links-snapchat .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-snapchat .pk-social-links-link {
background-color: #F0EC00;
}
.pk-social-links-scheme-bold-bg .pk-social-links-snapchat .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-snapchat .pk-social-links-link:hover {
background-color: #fffb24;
}
.pk-social-links-scheme-bold-bg .pk-social-links-medium .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-medium .pk-social-links-link {
background-color: #1f1f1f;
}
.pk-social-links-scheme-bold-bg .pk-social-links-medium .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-medium .pk-social-links-link:hover {
background-color: #393838;
}
.pk-social-links-scheme-bold-bg .pk-social-links-reddit .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-reddit .pk-social-links-link {
background-color: #ff4500;
}
.pk-social-links-scheme-bold-bg .pk-social-links-reddit .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-reddit .pk-social-links-link:hover {
background-color: #ff6a33;
}
.pk-social-links-scheme-bold-bg .pk-social-links-wechat .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-wechat .pk-social-links-link {
background-color: #1AAD19;
}
.pk-social-links-scheme-bold-bg .pk-social-links-wechat .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-wechat .pk-social-links-link:hover {
background-color: #21da1f;
}
.pk-social-links-scheme-bold-bg .pk-social-links-tiktok .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-tiktok .pk-social-links-link {
background-color: #000000;
}
.pk-social-links-scheme-bold-bg .pk-social-links-tiktok .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-tiktok .pk-social-links-link:hover {
background-color: #1a1919;
}
.pk-social-links-scheme-bold-bg .pk-social-links-discord .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-discord .pk-social-links-link {
background-color: #5b77b8;
}
.pk-social-links-scheme-bold-bg .pk-social-links-discord .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-discord .pk-social-links-link:hover {
background-color: #7f95c7;
}
.pk-social-links-scheme-bold-bg .pk-social-links-weibo .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-weibo .pk-social-links-link {
background-color: #D72829;
}
.pk-social-links-scheme-bold-bg .pk-social-links-weibo .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-weibo .pk-social-links-link:hover {
background-color: #df5354;
}
.pk-social-links-scheme-bold-bg .pk-social-links-android .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-android .pk-social-links-link {
background-color: #A4C639;
}
.pk-social-links-scheme-bold-bg .pk-social-links-android .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-android .pk-social-links-link:hover {
background-color: #b6d161;
}
.pk-social-links-scheme-bold-bg .pk-social-links-apple .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-apple .pk-social-links-link {
background-color: #444444;
}
.pk-social-links-scheme-bold-bg .pk-social-links-apple .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-apple .pk-social-links-link:hover {
background-color: #5e5d5d;
}
.pk-social-links-scheme-bold-bg .pk-social-links-yelp .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-yelp .pk-social-links-link {
background-color: #D32323;
}
.pk-social-links-scheme-bold-bg .pk-social-links-yelp .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-yelp .pk-social-links-link:hover {
background-color: #e14848;
}
.pk-social-links-scheme-bold-bg .pk-social-links-stackoverflow .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-stackoverflow .pk-social-links-link {
background-color: #FE7A15;
}
.pk-social-links-scheme-bold-bg .pk-social-links-stackoverflow .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-stackoverflow .pk-social-links-link:hover {
background-color: #fe9748;
}
.pk-social-links-scheme-bold-bg .pk-social-links-codepen .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-codepen .pk-social-links-link {
background-color: #000000;
}
.pk-social-links-scheme-bold-bg .pk-social-links-codepen .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-codepen .pk-social-links-link:hover {
background-color: #1a1919;
}
.pk-social-links-scheme-bold-bg .pk-social-links-gitlab .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-gitlab .pk-social-links-link {
background-color: #E24329;
}
.pk-social-links-scheme-bold-bg .pk-social-links-gitlab .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-gitlab .pk-social-links-link:hover {
background-color: #e86a56;
}
.pk-social-links-scheme-bold-bg .pk-social-links-freecodecamp .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-freecodecamp .pk-social-links-link {
background-color: #006400;
}
.pk-social-links-scheme-bold-bg .pk-social-links-freecodecamp .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-freecodecamp .pk-social-links-link:hover {
background-color: #009700;
}
.pk-social-links-scheme-bold-bg .pk-social-links-jsfiddle .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-jsfiddle .pk-social-links-link {
background-color: #487AA2;
}
.pk-social-links-scheme-bold-bg .pk-social-links-jsfiddle .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-jsfiddle .pk-social-links-link:hover {
background-color: #6393ba;
}
.pk-social-links-scheme-bold-bg .pk-social-links-bitbucket .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-bitbucket .pk-social-links-link {
background-color: #205081;
}
.pk-social-links-scheme-bold-bg .pk-social-links-bitbucket .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-bitbucket .pk-social-links-link:hover {
background-color: #2a69aa;
}
.pk-social-links-scheme-bold-bg .pk-social-links-foursquare .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-foursquare .pk-social-links-link {
background-color: #2D5BE3;
}
.pk-social-links-scheme-bold-bg .pk-social-links-foursquare .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-foursquare .pk-social-links-link:hover {
background-color: #5a7ee9;
}
.pk-social-links-scheme-bold-bg .pk-social-links-500px .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-500px .pk-social-links-link {
background-color: #0099E5;
}
.pk-social-links-scheme-bold-bg .pk-social-links-500px .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-500px .pk-social-links-link:hover {
background-color: #19b3ff;
}
.pk-social-links-scheme-bold-bg .pk-social-links-delicious .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-delicious .pk-social-links-link {
background-color: #3399FF;
}
.pk-social-links-scheme-bold-bg .pk-social-links-delicious .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-delicious .pk-social-links-link:hover {
background-color: #66b3ff;
}
.pk-social-links-scheme-bold-bg .pk-social-links-deviantart .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-deviantart .pk-social-links-link {
background-color: #05CC47;
}
.pk-social-links-scheme-bold-bg .pk-social-links-deviantart .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-deviantart .pk-social-links-link:hover {
background-color: #0bf95a;
}
.pk-social-links-scheme-bold-bg .pk-social-links-houzz .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-houzz .pk-social-links-link {
background-color: #7AC142;
}
.pk-social-links-scheme-bold-bg .pk-social-links-houzz .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-houzz .pk-social-links-link:hover {
background-color: #95ce68;
}
.pk-social-links-scheme-bold-bg .pk-social-links-meetup .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-meetup .pk-social-links-link {
background-color: #EC1C40;
}
.pk-social-links-scheme-bold-bg .pk-social-links-meetup .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-meetup .pk-social-links-link:hover {
background-color: #f04b68;
}
.pk-social-links-scheme-bold-bg .pk-social-links-producthunt .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-producthunt .pk-social-links-link {
background-color: #DA552F;
}
.pk-social-links-scheme-bold-bg .pk-social-links-producthunt .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-producthunt .pk-social-links-link:hover {
background-color: #e2785a;
}
.pk-social-links-scheme-bold-bg .pk-social-links-slideshare .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-slideshare .pk-social-links-link {
background-color: #0077B5;
}
.pk-social-links-scheme-bold-bg .pk-social-links-slideshare .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-slideshare .pk-social-links-link:hover {
background-color: #0099e8;
}
.pk-social-links-scheme-bold-bg .pk-social-links-tripadvisor .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-tripadvisor .pk-social-links-link {
background-color: #589442;
}
.pk-social-links-scheme-bold-bg .pk-social-links-tripadvisor .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-tripadvisor .pk-social-links-link:hover {
background-color: #6fb356;
}
.pk-social-links-scheme-bold-bg .pk-social-links-steam .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-steam .pk-social-links-link {
background-color: #00ADEE;
}
.pk-social-links-scheme-bold-bg .pk-social-links-steam .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-steam .pk-social-links-link:hover {
background-color: #22c3ff;
}
.pk-social-links-scheme-bold-bg .pk-social-links-thumbtack .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-thumbtack .pk-social-links-link {
background-color: #1AA1D8;
}
.pk-social-links-scheme-bold-bg .pk-social-links-thumbtack .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-thumbtack .pk-social-links-link:hover {
background-color: #3db6e8;
}
.pk-social-links-scheme-bold-bg .pk-social-links-goodreads .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-goodreads .pk-social-links-link {
background-color: #BAAC9A;
}
.pk-social-links-scheme-bold-bg .pk-social-links-goodreads .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-goodreads .pk-social-links-link:hover {
background-color: #cfc5b8;
}
.pk-social-links-scheme-bold-bg .pk-social-links-mastodon .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-mastodon .pk-social-links-link {
background-color: #3088D4;
}
.pk-social-links-scheme-bold-bg .pk-social-links-mastodon .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-mastodon .pk-social-links-link:hover {
background-color: #5aa0dd;
}
.pk-social-links-scheme-bold-bg .pk-social-links-pixelfed .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-pixelfed .pk-social-links-link {
background-color: #F22349;
}
.pk-social-links-scheme-bold-bg .pk-social-links-pixelfed .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-pixelfed .pk-social-links-link:hover {
background-color: #f55371;
}
.pk-social-links-scheme-bold-bg .pk-social-links-microblog .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-microblog .pk-social-links-link {
background-color: #FD8308;
}
.pk-social-links-scheme-bold-bg .pk-social-links-microblog .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-microblog .pk-social-links-link:hover {
background-color: #fd9c3b;
}
.pk-social-links-scheme-bold-bg .pk-social-links-googlenews .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-googlenews .pk-social-links-link {
background-color: #4b8cf5;
}
.pk-social-links-scheme-bold-bg .pk-social-links-googlenews .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-googlenews .pk-social-links-link:hover {
background-color: #7babf8;
}
.pk-social-links-scheme-bold-bg .pk-social-links-flipboard .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-flipboard .pk-social-links-link {
background-color: #f52928;
}
.pk-social-links-scheme-bold-bg .pk-social-links-flipboard .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-flipboard .pk-social-links-link:hover {
background-color: #f75a59;
}
.pk-social-links-scheme-bold-bg .pk-social-links-strava .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-strava .pk-social-links-link {
background-color: #FC4C02;
}
.pk-social-links-scheme-bold-bg .pk-social-links-strava .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-strava .pk-social-links-link:hover {
background-color: #fd6f34;
}
.pk-social-links-scheme-bold-bg .pk-social-links-phone .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-phone .pk-social-links-link {
background-color: #121212;
}
.pk-social-links-scheme-bold-bg .pk-social-links-phone .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-phone .pk-social-links-link:hover {
background-color: #2c2b2b;
}
.pk-social-links-scheme-bold-bg .pk-social-links-mail .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-mail .pk-social-links-link {
background-color: #121212;
}
.pk-social-links-scheme-bold-bg .pk-social-links-mail .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-mail .pk-social-links-link:hover {
background-color: #2c2b2b;
}
.pk-social-links-scheme-bold-bg .pk-social-links-rss .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-rss .pk-social-links-link {
background-color: #FFA500;
}
.pk-social-links-scheme-bold-bg .pk-social-links-rss .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-rss .pk-social-links-link:hover {
background-color: #ffb733;
}
.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link {
background: var(--pk-social-dark-link-background);
padding: .8rem 1rem;
color: var(--pk-social-dark-link-color) !important;
}
.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-count,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-icon,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-title,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-label,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link .pk-social-links-count {
color: inherit !important;
}
.pk-social-links-scheme-dark-bg .pk-social-links-items .pk-social-links-link:hover,
.is-style-pk-social-links-dark-bg .pk-social-links-items .pk-social-links-link:hover {
background-color: var(--pk-social-dark-link-hover-background);
}
.pk-social-links-scheme-light-rounded .pk-social-links-link,
.is-style-pk-social-links-light-rounded .pk-social-links-link {
background-color: transparent;
padding: 0;
}
.pk-social-links-scheme-light-rounded .pk-social-links-icon,
.is-style-pk-social-links-light-rounded .pk-social-links-scheme-gutenberg-block .pk-social-links-icon {
background-color: var(--pk-social-light-rounded-icon-background);
display: flex;
align-content: center;
justify-content: center;
width: 2rem;
height: 2rem;
line-height: 2rem;
border-radius: 50%;
transition: color 0.2s;
}
.pk-social-links-scheme-light-rounded .pk-social-links-title,
.is-style-pk-social-links-light-rounded .pk-social-links-title {
color: var(--pk-social-light-rounded-title-color);
}
.is-style-pk-social-links-light-rounded .pk-social-links-twitter .pk-social-links-link {
color: #00aced !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
color: #21c2ff !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-facebook .pk-social-links-link {
color: #3b5998 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
color: #4c70ba !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-instagram .pk-social-links-link {
color: #675144 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
color: #866958 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-fb-messenger .pk-social-links-link {
color: #0084ff !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
color: #339dff !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-youtube .pk-social-links-link {
color: #ff0000 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
color: #ff3333 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-vimeo .pk-social-links-link {
color: #00ADEF !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
color: #23c2ff !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-soundcloud .pk-social-links-link {
color: #FE8336 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
color: #fea269 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-spotify .pk-social-links-link {
color: #1ED760 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
color: #43e57d !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-dribbble .pk-social-links-link {
color: #EA4C89 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
color: #ef7aa7 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-behance .pk-social-links-link {
color: #115EFA !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
color: #4380fb !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-github .pk-social-links-link {
color: #010101 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
color: #1b1a1a !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-tumblr .pk-social-links-link {
color: #35455C !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
color: #485d7c !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-bloglovin .pk-social-links-link {
color: #00BDF4 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
color: #28cfff !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-linkedin .pk-social-links-link {
color: #007bb6 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
color: #009de9 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-pinterest .pk-social-links-link {
color: #cb2027 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
color: #e03e44 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-stumbleupon .pk-social-links-link {
color: #eb4823 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
color: #ef6f52 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-whatsapp .pk-social-links-link {
color: #29a628 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
color: #34ce33 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-telegram .pk-social-links-link {
color: #2ca5e0 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
color: #58b8e7 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-line .pk-social-links-link {
color: #25af00 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
color: #30e200 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-viber .pk-social-links-link {
color: #7b519d !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
color: #946db4 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-pocket .pk-social-links-link {
color: #ef4056 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
color: #f36f80 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-messenger .pk-social-links-link {
color: #0084ff !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
color: #339dff !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-ok .pk-social-links-link {
color: #EE8208 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
color: #f89b31 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-vk .pk-social-links-link {
color: #45668e !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
color: #587fae !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-vkontakte .pk-social-links-link {
color: #45668e !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
color: #587fae !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-xing .pk-social-links-link {
color: #006567 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
color: #00979a !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-twitch .pk-social-links-link {
color: #4B367C !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
color: #6045a0 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-flickr .pk-social-links-link {
color: #FF1981 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
color: #ff4c9d !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-snapchat .pk-social-links-link {
color: #F0EC00 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
color: #fffb24 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-medium .pk-social-links-link {
color: #1f1f1f !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
color: #393838 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-reddit .pk-social-links-link {
color: #ff4500 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
color: #ff6a33 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-wechat .pk-social-links-link {
color: #1AAD19 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
color: #21da1f !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-tiktok .pk-social-links-link {
color: #000000 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
color: #1a1919 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-discord .pk-social-links-link {
color: #5b77b8 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
color: #7f95c7 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-weibo .pk-social-links-link {
color: #D72829 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
color: #df5354 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-android .pk-social-links-link {
color: #A4C639 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
color: #b6d161 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-apple .pk-social-links-link {
color: #444444 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
color: #5e5d5d !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-yelp .pk-social-links-link {
color: #D32323 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
color: #e14848 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-stackoverflow .pk-social-links-link {
color: #FE7A15 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
color: #fe9748 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-codepen .pk-social-links-link {
color: #000000 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
color: #1a1919 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-gitlab .pk-social-links-link {
color: #E24329 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
color: #e86a56 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-freecodecamp .pk-social-links-link {
color: #006400 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
color: #009700 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-jsfiddle .pk-social-links-link {
color: #487AA2 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
color: #6393ba !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-bitbucket .pk-social-links-link {
color: #205081 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
color: #2a69aa !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-foursquare .pk-social-links-link {
color: #2D5BE3 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
color: #5a7ee9 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-500px .pk-social-links-link {
color: #0099E5 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
color: #19b3ff !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-delicious .pk-social-links-link {
color: #3399FF !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
color: #66b3ff !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-deviantart .pk-social-links-link {
color: #05CC47 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
color: #0bf95a !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-houzz .pk-social-links-link {
color: #7AC142 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
color: #95ce68 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-meetup .pk-social-links-link {
color: #EC1C40 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
color: #f04b68 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-producthunt .pk-social-links-link {
color: #DA552F !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
color: #e2785a !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-slideshare .pk-social-links-link {
color: #0077B5 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
color: #0099e8 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-tripadvisor .pk-social-links-link {
color: #589442 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
color: #6fb356 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-steam .pk-social-links-link {
color: #00ADEE !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
color: #22c3ff !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-thumbtack .pk-social-links-link {
color: #1AA1D8 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
color: #3db6e8 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-goodreads .pk-social-links-link {
color: #BAAC9A !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
color: #cfc5b8 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-mastodon .pk-social-links-link {
color: #3088D4 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
color: #5aa0dd !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-pixelfed .pk-social-links-link {
color: #F22349 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
color: #f55371 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-microblog .pk-social-links-link {
color: #FD8308 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
color: #fd9c3b !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-googlenews .pk-social-links-link {
color: #4b8cf5 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-googlenews .pk-social-links-link:hover .pk-social-links-icon {
color: #7babf8 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-flipboard .pk-social-links-link {
color: #f52928 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-flipboard .pk-social-links-link:hover .pk-social-links-icon {
color: #f75a59 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-strava .pk-social-links-link {
color: #FC4C02 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
color: #fd6f34 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-phone .pk-social-links-link {
color: #121212 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
color: #2c2b2b !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-mail .pk-social-links-link {
color: #121212 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
color: #2c2b2b !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-rss .pk-social-links-link {
color: #FFA500 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
color: #ffb733 !important;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-scheme-gutenberg-block .pk-social-links-icon {
background-color: var(--pk-social-bold-rounded-icon-background);
display: flex;
align-content: center;
justify-content: center;
width: 2rem;
height: 2rem;
line-height: 2rem;
border-radius: 50%;
color: var(--pk-social-bold-rounded-icon-color);
transition: background-color 0.2s;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-link:hover .pk-social-links-title,
.is-style-pk-social-links-bold-rounded .pk-social-links-link:hover .pk-social-links-title {
color: var(--pk-social-bold-rounded-title-color);
}
.pk-social-links-scheme-bold-rounded .pk-social-links-twitter .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-twitter .pk-social-links-icon {
background-color: #00aced;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-twitter .pk-social-links-link:hover .pk-social-links-icon {
background-color: #21c2ff;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-facebook .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-facebook .pk-social-links-icon {
background-color: #3b5998;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-facebook .pk-social-links-link:hover .pk-social-links-icon {
background-color: #4c70ba;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-instagram .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-instagram .pk-social-links-icon {
background-color: #675144;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-instagram .pk-social-links-link:hover .pk-social-links-icon {
background-color: #866958;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-fb-messenger .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-fb-messenger .pk-social-links-icon {
background-color: #0084ff;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-fb-messenger .pk-social-links-link:hover .pk-social-links-icon {
background-color: #339dff;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-youtube .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-youtube .pk-social-links-icon {
background-color: #ff0000;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-youtube .pk-social-links-link:hover .pk-social-links-icon {
background-color: #ff3333;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-vimeo .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vimeo .pk-social-links-icon {
background-color: #00ADEF;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vimeo .pk-social-links-link:hover .pk-social-links-icon {
background-color: #23c2ff;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-soundcloud .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-soundcloud .pk-social-links-icon {
background-color: #FE8336;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-soundcloud .pk-social-links-link:hover .pk-social-links-icon {
background-color: #fea269;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-spotify .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-spotify .pk-social-links-icon {
background-color: #1ED760;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-spotify .pk-social-links-link:hover .pk-social-links-icon {
background-color: #43e57d;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-dribbble .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-dribbble .pk-social-links-icon {
background-color: #EA4C89;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-dribbble .pk-social-links-link:hover .pk-social-links-icon {
background-color: #ef7aa7;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-behance .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-behance .pk-social-links-icon {
background-color: #115EFA;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-behance .pk-social-links-link:hover .pk-social-links-icon {
background-color: #4380fb;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-github .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-github .pk-social-links-icon {
background-color: #010101;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-github .pk-social-links-link:hover .pk-social-links-icon {
background-color: #1b1a1a;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-tumblr .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tumblr .pk-social-links-icon {
background-color: #35455C;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tumblr .pk-social-links-link:hover .pk-social-links-icon {
background-color: #485d7c;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-bloglovin .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bloglovin .pk-social-links-icon {
background-color: #00BDF4;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bloglovin .pk-social-links-link:hover .pk-social-links-icon {
background-color: #28cfff;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-linkedin .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-linkedin .pk-social-links-icon {
background-color: #007bb6;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-linkedin .pk-social-links-link:hover .pk-social-links-icon {
background-color: #009de9;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-pinterest .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pinterest .pk-social-links-icon {
background-color: #cb2027;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pinterest .pk-social-links-link:hover .pk-social-links-icon {
background-color: #e03e44;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-stumbleupon .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-stumbleupon .pk-social-links-icon {
background-color: #eb4823;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-stumbleupon .pk-social-links-link:hover .pk-social-links-icon {
background-color: #ef6f52;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-whatsapp .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-whatsapp .pk-social-links-icon {
background-color: #29a628;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-whatsapp .pk-social-links-link:hover .pk-social-links-icon {
background-color: #34ce33;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-telegram .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-telegram .pk-social-links-icon {
background-color: #2ca5e0;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-telegram .pk-social-links-link:hover .pk-social-links-icon {
background-color: #58b8e7;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-line .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-line .pk-social-links-icon {
background-color: #25af00;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-line .pk-social-links-link:hover .pk-social-links-icon {
background-color: #30e200;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-viber .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-viber .pk-social-links-icon {
background-color: #7b519d;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-viber .pk-social-links-link:hover .pk-social-links-icon {
background-color: #946db4;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-pocket .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pocket .pk-social-links-icon {
background-color: #ef4056;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pocket .pk-social-links-link:hover .pk-social-links-icon {
background-color: #f36f80;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-messenger .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-messenger .pk-social-links-icon {
background-color: #0084ff;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-messenger .pk-social-links-link:hover .pk-social-links-icon {
background-color: #339dff;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-ok .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-ok .pk-social-links-icon {
background-color: #EE8208;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-ok .pk-social-links-link:hover .pk-social-links-icon {
background-color: #f89b31;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-vk .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vk .pk-social-links-icon {
background-color: #45668e;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vk .pk-social-links-link:hover .pk-social-links-icon {
background-color: #587fae;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-vkontakte .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vkontakte .pk-social-links-icon {
background-color: #45668e;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-vkontakte .pk-social-links-link:hover .pk-social-links-icon {
background-color: #587fae;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-xing .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-xing .pk-social-links-icon {
background-color: #006567;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-xing .pk-social-links-link:hover .pk-social-links-icon {
background-color: #00979a;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-twitch .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-twitch .pk-social-links-icon {
background-color: #4B367C;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-twitch .pk-social-links-link:hover .pk-social-links-icon {
background-color: #6045a0;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-flickr .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-flickr .pk-social-links-icon {
background-color: #FF1981;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-flickr .pk-social-links-link:hover .pk-social-links-icon {
background-color: #ff4c9d;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-snapchat .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-snapchat .pk-social-links-icon {
background-color: #F0EC00;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-snapchat .pk-social-links-link:hover .pk-social-links-icon {
background-color: #fffb24;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-medium .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-medium .pk-social-links-icon {
background-color: #1f1f1f;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-medium .pk-social-links-link:hover .pk-social-links-icon {
background-color: #393838;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-reddit .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-reddit .pk-social-links-icon {
background-color: #ff4500;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-reddit .pk-social-links-link:hover .pk-social-links-icon {
background-color: #ff6a33;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-wechat .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-wechat .pk-social-links-icon {
background-color: #1AAD19;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-wechat .pk-social-links-link:hover .pk-social-links-icon {
background-color: #21da1f;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-tiktok .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tiktok .pk-social-links-icon {
background-color: #000000;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tiktok .pk-social-links-link:hover .pk-social-links-icon {
background-color: #1a1919;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-discord .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-discord .pk-social-links-icon {
background-color: #5b77b8;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-discord .pk-social-links-link:hover .pk-social-links-icon {
background-color: #7f95c7;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-weibo .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-weibo .pk-social-links-icon {
background-color: #D72829;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-weibo .pk-social-links-link:hover .pk-social-links-icon {
background-color: #df5354;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-android .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-android .pk-social-links-icon {
background-color: #A4C639;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-android .pk-social-links-link:hover .pk-social-links-icon {
background-color: #b6d161;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-apple .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-apple .pk-social-links-icon {
background-color: #444444;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-apple .pk-social-links-link:hover .pk-social-links-icon {
background-color: #5e5d5d;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-yelp .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-yelp .pk-social-links-icon {
background-color: #D32323;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-yelp .pk-social-links-link:hover .pk-social-links-icon {
background-color: #e14848;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-stackoverflow .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-stackoverflow .pk-social-links-icon {
background-color: #FE7A15;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-stackoverflow .pk-social-links-link:hover .pk-social-links-icon {
background-color: #fe9748;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-codepen .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-codepen .pk-social-links-icon {
background-color: #000000;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-codepen .pk-social-links-link:hover .pk-social-links-icon {
background-color: #1a1919;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-gitlab .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-gitlab .pk-social-links-icon {
background-color: #E24329;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-gitlab .pk-social-links-link:hover .pk-social-links-icon {
background-color: #e86a56;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-freecodecamp .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-freecodecamp .pk-social-links-icon {
background-color: #006400;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-freecodecamp .pk-social-links-link:hover .pk-social-links-icon {
background-color: #009700;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-jsfiddle .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-jsfiddle .pk-social-links-icon {
background-color: #487AA2;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-jsfiddle .pk-social-links-link:hover .pk-social-links-icon {
background-color: #6393ba;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-bitbucket .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bitbucket .pk-social-links-icon {
background-color: #205081;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bitbucket .pk-social-links-link:hover .pk-social-links-icon {
background-color: #2a69aa;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-foursquare .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-foursquare .pk-social-links-icon {
background-color: #2D5BE3;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-foursquare .pk-social-links-link:hover .pk-social-links-icon {
background-color: #5a7ee9;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-500px .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-500px .pk-social-links-icon {
background-color: #0099E5;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-500px .pk-social-links-link:hover .pk-social-links-icon {
background-color: #19b3ff;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-delicious .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-delicious .pk-social-links-icon {
background-color: #3399FF;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-delicious .pk-social-links-link:hover .pk-social-links-icon {
background-color: #66b3ff;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-deviantart .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-deviantart .pk-social-links-icon {
background-color: #05CC47;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-deviantart .pk-social-links-link:hover .pk-social-links-icon {
background-color: #0bf95a;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-houzz .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-houzz .pk-social-links-icon {
background-color: #7AC142;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-houzz .pk-social-links-link:hover .pk-social-links-icon {
background-color: #95ce68;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-meetup .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-meetup .pk-social-links-icon {
background-color: #EC1C40;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-meetup .pk-social-links-link:hover .pk-social-links-icon {
background-color: #f04b68;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-producthunt .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-producthunt .pk-social-links-icon {
background-color: #DA552F;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-producthunt .pk-social-links-link:hover .pk-social-links-icon {
background-color: #e2785a;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-slideshare .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-slideshare .pk-social-links-icon {
background-color: #0077B5;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-slideshare .pk-social-links-link:hover .pk-social-links-icon {
background-color: #0099e8;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-tripadvisor .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tripadvisor .pk-social-links-icon {
background-color: #589442;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-tripadvisor .pk-social-links-link:hover .pk-social-links-icon {
background-color: #6fb356;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-steam .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-steam .pk-social-links-icon {
background-color: #00ADEE;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-steam .pk-social-links-link:hover .pk-social-links-icon {
background-color: #22c3ff;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-thumbtack .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-thumbtack .pk-social-links-icon {
background-color: #1AA1D8;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-thumbtack .pk-social-links-link:hover .pk-social-links-icon {
background-color: #3db6e8;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-goodreads .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-goodreads .pk-social-links-icon {
background-color: #BAAC9A;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-goodreads .pk-social-links-link:hover .pk-social-links-icon {
background-color: #cfc5b8;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-mastodon .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-mastodon .pk-social-links-icon {
background-color: #3088D4;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-mastodon .pk-social-links-link:hover .pk-social-links-icon {
background-color: #5aa0dd;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-pixelfed .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pixelfed .pk-social-links-icon {
background-color: #F22349;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-pixelfed .pk-social-links-link:hover .pk-social-links-icon {
background-color: #f55371;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-microblog .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-microblog .pk-social-links-icon {
background-color: #FD8308;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-microblog .pk-social-links-link:hover .pk-social-links-icon {
background-color: #fd9c3b;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-googlenews .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-googlenews .pk-social-links-icon {
background-color: #4b8cf5;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-googlenews .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-googlenews .pk-social-links-link:hover .pk-social-links-icon {
background-color: #7babf8;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-flipboard .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-flipboard .pk-social-links-icon {
background-color: #f52928;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-flipboard .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-flipboard .pk-social-links-link:hover .pk-social-links-icon {
background-color: #f75a59;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-strava .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-strava .pk-social-links-icon {
background-color: #FC4C02;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-strava .pk-social-links-link:hover .pk-social-links-icon {
background-color: #fd6f34;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-phone .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-phone .pk-social-links-icon {
background-color: #121212;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-phone .pk-social-links-link:hover .pk-social-links-icon {
background-color: #2c2b2b;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-mail .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-mail .pk-social-links-icon {
background-color: #121212;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-mail .pk-social-links-link:hover .pk-social-links-icon {
background-color: #2c2b2b;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-rss .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-rss .pk-social-links-icon {
background-color: #FFA500;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-rss .pk-social-links-link:hover .pk-social-links-icon {
background-color: #ffb733;
}
.pk-social-links-scheme-dark-rounded .pk-social-links-icon,
.is-style-pk-social-links-dark-rounded .pk-social-links-scheme-gutenberg-block .pk-social-links-icon {
background-color: var(--pk-social-dark-rounded-link-background);
display: flex;
align-content: center;
justify-content: center;
width: 2rem;
height: 2rem;
line-height: 2rem;
border-radius: 50%;
color: var(--pk-social-dark-rounded-link-color);
transition: background-color 0.2s;
}
.pk-social-links-scheme-dark-rounded .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-dark-rounded .pk-social-links-scheme-gutenberg-block .pk-social-links-link:hover .pk-social-links-icon {
background-color: var(--pk-social-dark-rounded-link-hover-background);
} .pk-social-links-template-default.pk-social-links-scheme-light-bg .pk-social-links-item,
.pk-social-links-template-default.pk-social-links-scheme-dark-bg .pk-social-links-item,
.pk-social-links-template-default.pk-social-links-scheme-bold-bg .pk-social-links-item,
.is-style-pk-social-links-light-bg .pk-social-links-template-default .pk-social-links-item,
.is-style-pk-social-links-dark-bg .pk-social-links-template-default .pk-social-links-item,
.is-style-pk-social-links-bold-bg .pk-social-links-template-default .pk-social-links-item {
flex-grow: 1;
padding: 0.125rem .25rem;
}
.pk-social-links-template-vertical.pk-social-links-scheme-light-rounded .pk-social-links-link,
.pk-social-links-template-vertical.pk-social-links-scheme-dark-rounded .pk-social-links-link,
.pk-social-links-template-vertical.pk-social-links-scheme-bold-rounded .pk-social-links-link,
.is-style-pk-social-links-light-rounded .pk-social-links-template-vertical .pk-social-links-link,
.is-style-pk-social-links-dark-rounded .pk-social-links-template-vertical .pk-social-links-link,
.is-style-pk-social-links-bold-rounded .pk-social-links-template-vertical .pk-social-links-link {
padding: 0.125rem 0;
}.pk-toc {
--pk-toc-box-background: #e9ecef;
--pk-toc-box-color: #495057;
--pk-toc-box-small-background: #ced4da;
--pk-toc-box-border-radius: 50%;
--pk-toc-box-small-border-radius: 0;
--pk-toc-ol-line-height: 1.5;
--pk-toc-ol-font-size: 1rem;
--pk-toc-ol-ol-font-size: 0.875rem;
--pk-toc-box-font-size: 0.875rem;
--pk-toc-box-font-weight: 600;
--pk-toc-box-line-height: 1;
--pk-toc-widget-active-font-weight: bold;
} .pk-toc:not(:last-child) {
margin-bottom: 1.5rem;
}
.pk-toc:not(:first-child) {
margin-top: 1.5rem;
}
.pk-toc-title {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 1.5rem;
}
.pk-toc-title .pk-toc-btn-hide {
display: flex;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
margin-left: 1rem;
}
.pk-toc-title .pk-toc-btn-hide:after {
width: 0;
height: 0;
border: 0 solid transparent;
border-right-width: 0.25rem;
border-left-width: 0.25rem;
border-bottom: 0.25rem solid currentColor;
margin-left: 0.5em;
transition: 0.25s;
content: '';
}
.pk-toc-hide .pk-toc-title .pk-toc-btn-hide:after {
transform: rotate(180deg);
}
.pk-toc > ol:not(:first-child) {
margin-top: 1.5rem;
}
.pk-toc > ol:not(:last-child) {
margin-bottom: 1.5rem;
}
.pk-toc > ol:last-child {
margin-bottom: 0;
}
.pk-toc ol {
line-height: var(--pk-toc-ol-line-height);
font-size: var(--pk-toc-ol-font-size);
counter-reset: ol;
}
.pk-toc ol,
.editor-styles-wrapper .pk-toc ol {
list-style: none;
}
.pk-toc ol li:not(:first-child) {
margin-top: 0.5rem;
}
.pk-toc ol > li {
position: relative;
padding-left: 2.5rem;
}
.pk-toc ol > li:before {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
width: 1.5rem;
height: 1.5rem;
content: counter(ol);
counter-increment: ol;
background-color: var(--pk-toc-box-background);
color: var(--pk-toc-box-color);
font-size: var(--pk-toc-box-font-size);
font-weight: var(--pk-toc-box-font-weight);
line-height: var(--pk-toc-box-line-height);
border-radius: var(--pk-toc-box-border-radius);
}
.pk-toc ol ol {
list-style: none;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
margin-left: 0;
padding-left: 0;
font-size: var(--pk-toc-ol-ol-font-size);
}
.pk-toc ol ol > li:not(:first-child) {
margin-top: 0.25rem;
}
.pk-toc ol ol > li {
position: relative;
padding-left: 2.5rem;
}
.pk-toc ol ol > li:before {
background: var(--pk-toc-box-small-background);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 0;
top: 0;
line-height: 1;
content: '';
width: 0.25rem;
height: 0.25rem;
margin-top: 0.6666666667rem;
left: 1rem;
border-radius: var(--pk-toc-box-small-border-radius);
}
.pk-anchor-link {
text-decoration: none;
color: inherit;
}
.pk-anchor-link:before {
font-family: 'powerkit-icons';
margin-right: 0.5rem;
content: "\e91b";
}
.powerkit_toc_widget ol {
padding-left: 0;
}
.powerkit_toc_widget ol li.active > a,
.powerkit_toc_widget ol li.active-child > a {
font-weight: var(--pk-toc-widget-active-font-weight);
text-decoration: none;
}.pk-twitter-wrap {
--pk-twitter-a-color: inherit;
--pk-twitter-number-color: #000000;
--pk-twitter-tweet-border-color: #eeeeee;
--pk-twitter-a-font-family: inherit;
--pk-twitter-username-font-size: 0.875rem;
--pk-twitter-number-font-size: 0.875rem;
--pk-twitter-number-font-weight: bold;
--pk-twitter-content-font-size: 90%;
--pk-twitter-counters-font-size: 80%;
--pk-twitter-actions-font-size: 80%;
--pk-twitter-label-font-size: 80%;
--pk-twitter-count-font-size: 80%;
} .pk-twitter-wrap a {
font-family: var(--pk-twitter-a-font-family);
box-shadow: none !important;
}
.pk-twitter-header {
margin-bottom: 1.5rem;
}
.pk-twitter-container {
display: flex;
align-items: center;
}
.pk-twitter-link {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-shadow: none;
margin-right: 1rem;
flex: 0 0 50px;
width: 50px;
height: 50px;
}
.pk-twitter-avatar {
border-radius: 50%;
width: 50px;
height: 50px;
}
.pk-twitter-info a {
color: var(--pk-twitter-a-color);
}
.pk-twitter-name {
margin-bottom: 0;
word-break: break-all;
}
.pk-twitter-username {
font-size: var(--pk-twitter-username-font-size);
word-break: break-all;
}
.pk-twitter-counters {
display: flex;
margin-top: 1rem;
font-size: var(--pk-twitter-counters-font-size);
}
.pk-twitter-counters .counter + .counter {
margin-left: 0.5rem;
}
.pk-twitter-counters .number {
color: var(--pk-twitter-number-color);
font-weight: var(--pk-twitter-number-font-weight);
font-size: var(--pk-twitter-number-font-size);
}
.pk-twitter-tweet:after {
display: table;
clear: both;
width: 100%;
content: '';
}
.pk-twitter-content {
font-size: var(--pk-twitter-content-font-size);
}
.pk-twitter-label {
display: none;
}
.pk-twitter-count {
margin-left: 0.25rem;
font-size: var(--pk-twitter-count-font-size);
}
.pk-twitter-label {
margin-left: 0.25rem;
font-size: var(--pk-twitter-label-font-size);
}
.pk-twitter-count:empty {
display: none;
}
.pk-twitter-time {
display: block;
float: left;
margin-top: .25rem;
height: 20px;
display: flex;
align-items: center;
}
.pk-twitter-time:before {
font-family: "powerkit-icons";
content: "\f099";
margin-right: .25rem;
}
.pk-twitter-actions {
float: right;
margin-top: .25rem;
font-size: var(--pk-twitter-actions-font-size);
display: flex;
align-items: center;
justify-content: flex-end;
}
.pk-twitter-actions ul {
list-style: none;
padding: 0;
margin: 0;
}
.pk-twitter-actions ul li {
display: inline-block;
border: none;
padding: 0;
margin: 0;
}
.pk-twitter-actions ul li:not(:last-child) {
margin-right: .25rem;
}
.pk-twitter-actions ul li a {
display: flex;
align-items: center;
border: none;
}
.pk-twitter-actions ul li .pk-icon {
text-decoration: none;
}
.pk-twitter-footer {
display: flex;
justify-content: center;
margin-top: 1.5rem;
}
.pk-twitter-footer .pk-twitter-btn {
display: block;
width: 100%;
}
.pk-twitter-default .pk-twitter-tweet {
padding-top: 1rem;
margin-top: 1rem;
border-top: 1px var(--pk-twitter-tweet-border-color) solid;
}.pk-widget-about,
.pk-block-about {
--pk-about-small-color: #adb5bd;
} .pk-widget-about,
.pk-block-about {
text-align: center;
}
.pk-widget-about .pk-about-media,
.pk-block-about .pk-about-media {
margin-bottom: 1rem;
}
.pk-widget-about .pk-about-media img,
.pk-block-about .pk-about-media img {
max-width: 100%;
}
.pk-widget-about .pk-about-content,
.pk-widget-about .pk-about-small,
.pk-widget-about .pk-about-button,
.pk-widget-about .pk-social-links-wrap,
.pk-block-about .pk-about-content,
.pk-block-about .pk-about-small,
.pk-block-about .pk-about-button,
.pk-block-about .pk-social-links-wrap {
margin-top: 1rem;
margin-bottom: 0;
}
.pk-widget-about .pk-about-small,
.pk-block-about .pk-about-small {
color: var(--pk-about-small-color);
}
.pk-widget-about .pk-about-button,
.pk-block-about .pk-about-button {
display: inline-block;
}
.pk-widget-about .pk-social-links-items,
.pk-block-about .pk-social-links-items {
justify-content: center;
}
.pk-widget-about .pk-social-links-item,
.pk-block-about .pk-social-links-item {
min-width: 2rem;
}
.widget .pk-widget-about .title-widget {
margin: 0;
}.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.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(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-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,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.eot);
src: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.woff2) format("woff2"), url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.woff) format("woff"), url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.ttf) format("truetype"), url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.eot);
src: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.woff2) format("woff2"), url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.woff) format("woff"), url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.ttf) format("truetype"), url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.eot);
src: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.woff2) format("woff2"), url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.woff) format("woff"), url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.ttf) format("truetype"), url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/includes/fonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0); }
.ui-front {
z-index: 100;
} .ui-state-disabled {
cursor: default !important;
pointer-events: none;
} .ui-icon {
display: inline-block;
vertical-align: middle;
margin-top: -.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block {
left: 50%;
margin-left: -8px;
display: block;
}  .ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin: 2px 0 0 0;
padding: .5em .5em .5em .7em;
font-size: 100%;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-menu {
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0;
}
.ui-menu .ui-menu {
position: absolute;
}
.ui-menu .ui-menu-item {
margin: 0;
cursor: pointer; list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
position: relative;
padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
margin: -1px;
} .ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
padding-left: 2em;
} .ui-menu .ui-icon {
position: absolute;
top: 0;
bottom: 0;
left: .2em;
margin: auto 0;
} .ui-menu .ui-menu-icon {
left: auto;
right: 0;
}
.ui-button {
padding: .4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
} .ui-button-icon-only {
width: 2em;
box-sizing: border-box;
text-indent: -9999px;
white-space: nowrap;
} input.ui-button.ui-button-icon-only {
text-indent: 0;
} .ui-button-icon-only .ui-icon {
position: absolute;
top: 50%;
left: 50%;
margin-top: -8px;
margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
padding: 0;
width: 2.1em;
height: 2.1em;
text-indent: -9999px;
white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
width: auto;
height: auto;
text-indent: 0;
white-space: normal;
padding: .4em 1em;
}  input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-controlgroup {
vertical-align: middle;
display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
float: left;
margin-left: 0;
margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
display: block;
float: none;
width: 100%;
margin-top: 0;
margin-bottom: 0;
text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
border-bottom: none;
} .ui-controlgroup-vertical .ui-spinner-input { width: 75%;
width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
box-shadow: inset 1px 1px 1px #ccc;
border-radius: .12em;
border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
width: 16px;
height: 16px;
border-radius: 1em;
overflow: visible;
border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
background-image: none;
width: 8px;
height: 8px;
border-width: 4px;
border-style: solid;
}
.ui-checkboxradio-disabled {
pointer-events: none;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 45%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
} .ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
} .ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
} .ui-datepicker .ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: .5em;
top: .3em;
}
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 20px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-n {
height: 2px;
top: 0;
}
.ui-dialog .ui-resizable-e {
width: 2px;
right: 0;
}
.ui-dialog .ui-resizable-s {
height: 2px;
bottom: 0;
}
.ui-dialog .ui-resizable-w {
width: 2px;
left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
width: 7px;
height: 7px;
}
.ui-dialog .ui-resizable-se {
right: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-sw {
left: 0;
bottom: 0;
}
.ui-dialog .ui-resizable-ne {
right: 0;
top: 0;
}
.ui-dialog .ui-resizable-nw {
left: 0;
top: 0;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-draggable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
height: 100%;
filter: alpha(opacity=25); opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-selectable {
-ms-touch-action: none;
touch-action: none;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-selectmenu-menu {
padding: 0;
margin: 0;
position: absolute;
top: 0;
left: 0;
display: none;
}
.ui-selectmenu-menu .ui-menu {
overflow: auto;
overflow-x: hidden;
padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
font-size: 1em;
font-weight: bold;
line-height: 1.5;
padding: 2px 0.4em;
margin: 0.5em 0 0 0;
height: auto;
border: 0;
}
.ui-selectmenu-open {
display: block;
}
.ui-selectmenu-text {
display: block;
margin-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
text-align: left;
white-space: nowrap;
width: 14em;
}
.ui-selectmenu-icon.ui-icon {
float: right;
margin-top: 0;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
-ms-touch-action: none;
touch-action: none;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
} .ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: .222em 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 2em;
}
.ui-spinner-button {
width: 1.6em;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
} .ui-spinner a.ui-spinner-button {
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
.ui-tabs {
position: relative; padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
}
body .ui-tooltip {
border-width: 2px;
} .ui-widget {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget {
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}
.ui-widget-content {
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a {
color: #333333;
}
.ui-widget-header {
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a {
color: #333333;
} .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color: #454545;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
border: 1px solid #cccccc;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus {
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border: 1px solid #003eff;
background: #007fff;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: #ffffff;
text-decoration: none;
} .ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked {
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
opacity: .7;
filter:Alpha(Opacity=70); font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
opacity: .35;
filter:Alpha(Opacity=35); background-image: none;
}
.ui-state-disabled .ui-icon {
filter:Alpha(Opacity=35); }  .ui-icon {
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/public/images/ui-icons_444444_256x240.png);
}
.ui-widget-header .ui-icon {
background-image: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/public/images/ui-icons_444444_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
background-image: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/public/images/ui-icons_555555_256x240.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
background-image: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/public/images/ui-icons_ffffff_256x240.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
background-image: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/public/images/ui-icons_777620_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
background-image: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/public/images/ui-icons_cc0000_256x240.png);
}
.ui-button .ui-icon {
background-image: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/public/images/ui-icons_777777_256x240.png);
} .ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; } .ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }  .ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
border-bottom-right-radius: 3px;
} .ui-widget-overlay {
background: #aaaaaa;
opacity: .3;
filter: Alpha(Opacity=30); }
.ui-widget-shadow {
-webkit-box-shadow: 0px 0px 5px #666666;
box-shadow: 0px 0px 5px #666666;
}
     html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.sjb-page a {
background-color: transparent;
}
.sjb-page a:hover,
.sjb-page a:active {
outline: 0;
}
.sjb-page b,
.sjb-page strong {
font-weight: bold;
}
.sjb-page h1 {
font-size: 2em;
margin: 0.67em 0;
}
.sjb-page small {
font-size: 80%;
}
.sjb-page img {
border: 0;
}
.sjb-page button,
.sjb-page input,
.sjb-page select,
.sjb-page textarea {
color: inherit;
font: inherit;
margin: 0;
}
.sjb-page button {
overflow: visible;
}
.sjb-page button,
.sjb-page select {
text-transform: none;
}
.sjb-page button,
.sjb-page html input[type="button"],
.sjb-page input[type="reset"],
.sjb-page input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
.sjb-page button::-moz-focus-inner,
.sjb-page input::-moz-focus-inner {
border: 0;
padding: 0;
}
.sjb-page input {
line-height: normal;
}
.sjb-page input[type="checkbox"],
.sjb-page input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
.sjb-page input[type="number"]::-webkit-inner-spin-button,
.sjb-page input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
.sjb-page input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
.sjb-page input[type="search"]::-webkit-search-cancel-button,
.sjb-page input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
.sjb-page textarea {
overflow: auto;
}
.sjb-page table {
border-collapse: collapse;
border-spacing: 0;
}
.sjb-page {
background-color: #fff;
color: #666;
font-size: 14px;
line-height: 1.42857143;
margin: 0;
}
.sjb-page * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sjb-page *:before,
.sjb-page *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sjb-page input,
.sjb-page button,
.sjb-page select,
.sjb-page textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
.sjb-page a {
color: #3297fa;
text-decoration: none;
}
.sjb-page a:hover,
.sjb-page a:focus {
color: #02305e;
text-decoration: none;
}
.sjb-page a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.sjb-page img {
vertical-align: middle;
}
.sjb-page .img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.sjb-page .sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sjb-page [role="button"] {
cursor: pointer;
}
.sjb-page h1,
.sjb-page h2,
.sjb-page h3,
.sjb-page h4,
.sjb-page h5,
.sjb-page h6 {
font-family: inherit;
font-weight: 400;
line-height: 1.1;
color: inherit;
}
.sjb-page h1,
.sjb-page h2,
.sjb-page h3 {
margin-top: 20px;
margin-bottom: 10px;
}
.sjb-page h4,
.sjb-page h5,
.sjb-page h6 {
margin-top: 10px;
margin-bottom: 10px;
}
.sjb-page h1 {
font-size: 36px;
}
.sjb-page h2 {
font-size: 30px;
}
.sjb-page h3 {
font-size: 24px;
}
.sjb-page h4 {
font-size: 18px;
}
.sjb-page h5 {
font-size: 14px;
}
.sjb-page h6 {
font-size: 12px;
}
.sjb-page p {
margin: 0 0 10px;
}
.sjb-page ul,
.sjb-page ol {
margin-top: 0;
margin-bottom: 10px;
}
.sjb-page ul ul,
.sjb-page ol ul,
.sjb-page ul ol,
.sjb-page ol ol {
margin-bottom: 0;
}
.sjb-page .row {
margin-left: -15px;
margin-right: -15px;
}
.sjb-page .col-xs-1,
.sjb-page .col-sm-1,
.sjb-page .col-md-1,
.sjb-page .col-lg-1,
.sjb-page .col-xs-2,
.sjb-page .col-sm-2,
.sjb-page .col-md-2,
.sjb-page .col-lg-2,
.sjb-page .col-xs-3,
.sjb-page .col-sm-3,
.sjb-page .col-md-3,
.sjb-page .col-lg-3,
.sjb-page .col-xs-4,
.sjb-page .col-sm-4,
.sjb-page .col-md-4,
.sjb-page .col-lg-4,
.sjb-page .col-xs-5,
.sjb-page .col-sm-5,
.sjb-page .col-md-5,
.sjb-page .col-lg-5,
.sjb-page .col-xs-6,
.sjb-page .col-sm-6,
.sjb-page .col-md-6,
.sjb-page .col-lg-6,
.sjb-page .col-xs-7,
.sjb-page .col-sm-7,
.sjb-page .col-md-7,
.sjb-page .col-lg-7,
.sjb-page .col-xs-8,
.sjb-page .col-sm-8,
.sjb-page .col-md-8,
.sjb-page .col-lg-8,
.sjb-page .col-xs-9,
.sjb-page .col-sm-9,
.sjb-page .col-md-9,
.sjb-page .col-lg-9,
.sjb-page .col-xs-10,
.sjb-page .col-sm-10,
.sjb-page .col-md-10,
.sjb-page .col-lg-10,
.sjb-page .col-xs-11,
.sjb-page .col-sm-11,
.sjb-page .col-md-11,
.sjb-page .col-lg-11,
.sjb-page .col-xs-12,
.sjb-page .col-sm-12,
.sjb-page .col-md-12,
.sjb-page .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.sjb-page .col-xs-1,
.sjb-page .col-xs-2,
.sjb-page .col-xs-3,
.sjb-page .col-xs-4,
.sjb-page .col-xs-5,
.sjb-page .col-xs-6,
.sjb-page .col-xs-7,
.sjb-page .col-xs-8,
.sjb-page .col-xs-9,
.sjb-page .col-xs-10,
.sjb-page .col-xs-11,
.sjb-page .col-xs-12 {
float: left;
}
.sjb-page .col-xs-12 {
width: 100%;
}
.sjb-page .col-xs-11 {
width: 91.66666667%;
}
.sjb-page .col-xs-10 {
width: 83.33333333%;
}
.sjb-page .col-xs-9 {
width: 75%;
}
.sjb-page .col-xs-8 {
width: 66.66666667%;
}
.sjb-page .col-xs-7 {
width: 58.33333333%;
}
.sjb-page .col-xs-6 {
width: 50%;
}
.sjb-page .col-xs-5 {
width: 41.66666667%;
}
.sjb-page .col-xs-4 {
width: 33.33333333%;
}
.sjb-page .col-xs-3 {
width: 25%;
}
.sjb-page .col-xs-2 {
width: 16.66666667%;
}
.sjb-page .col-xs-1 {
width: 8.33333333%;
}
.sjb-page .col-xs-pull-12 {
right: 100%;
}
.sjb-page .col-xs-pull-11 {
right: 91.66666667%;
}
.sjb-page .col-xs-pull-10 {
right: 83.33333333%;
}
.sjb-page .col-xs-pull-9 {
right: 75%;
}
.sjb-page .col-xs-pull-8 {
right: 66.66666667%;
}
.sjb-page .col-xs-pull-7 {
right: 58.33333333%;
}
.sjb-page .col-xs-pull-6 {
right: 50%;
}
.sjb-page .col-xs-pull-5 {
right: 41.66666667%;
}
.sjb-page .col-xs-pull-4 {
right: 33.33333333%;
}
.sjb-page .col-xs-pull-3 {
right: 25%;
}
.sjb-page .col-xs-pull-2 {
right: 16.66666667%;
}
.sjb-page .col-xs-pull-1 {
right: 8.33333333%;
}
.sjb-page .col-xs-pull-0 {
right: auto;
}
.sjb-page .col-xs-push-12 {
left: 100%;
}
.sjb-page .col-xs-push-11 {
left: 91.66666667%;
}
.sjb-page .col-xs-push-10 {
left: 83.33333333%;
}
.sjb-page .col-xs-push-9 {
left: 75%;
}
.sjb-page .col-xs-push-8 {
left: 66.66666667%;
}
.sjb-page .col-xs-push-7 {
left: 58.33333333%;
}
.sjb-page .col-xs-push-6 {
left: 50%;
}
.sjb-page .col-xs-push-5 {
left: 41.66666667%;
}
.sjb-page .col-xs-push-4 {
left: 33.33333333%;
}
.sjb-page .col-xs-push-3 {
left: 25%;
}
.sjb-page .col-xs-push-2 {
left: 16.66666667%;
}
.sjb-page .col-xs-push-1 {
left: 8.33333333%;
}
.sjb-page .col-xs-push-0 {
left: auto;
}
.sjb-page .col-xs-offset-12 {
margin-left: 100%;
}
.sjb-page .col-xs-offset-11 {
margin-left: 91.66666667%;
}
.sjb-page .col-xs-offset-10 {
margin-left: 83.33333333%;
}
.sjb-page .col-xs-offset-9 {
margin-left: 75%;
}
.sjb-page .col-xs-offset-8 {
margin-left: 66.66666667%;
}
.sjb-page .col-xs-offset-7 {
margin-left: 58.33333333%;
}
.sjb-page .col-xs-offset-6 {
margin-left: 50%;
}
.sjb-page .col-xs-offset-5 {
margin-left: 41.66666667%;
}
.sjb-page .col-xs-offset-4 {
margin-left: 33.33333333%;
}
.sjb-page .col-xs-offset-3 {
margin-left: 25%;
}
.sjb-page .col-xs-offset-2 {
margin-left: 16.66666667%;
}
.sjb-page .col-xs-offset-1 {
margin-left: 8.33333333%;
}
.sjb-page .col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.sjb-page .col-sm-1,
.sjb-page .col-sm-2,
.sjb-page .col-sm-3,
.sjb-page .col-sm-4,
.sjb-page .col-sm-5,
.sjb-page .col-sm-6,
.sjb-page .col-sm-7,
.sjb-page .col-sm-8,
.sjb-page .col-sm-9,
.sjb-page .col-sm-10,
.sjb-page .col-sm-11,
.sjb-page .col-sm-12 {
float: left;
}
.sjb-page .col-sm-12 {
width: 100%;
}
.sjb-page .col-sm-11 {
width: 91.66666667%;
}
.sjb-page .col-sm-10 {
width: 83.33333333%;
}
.sjb-page .col-sm-9 {
width: 75%;
}
.sjb-page .col-sm-8 {
width: 66.66666667%;
}
.sjb-page .col-sm-7 {
width: 58.33333333%;
}
.sjb-page .col-sm-6 {
width: 50%;
}
.sjb-page .col-sm-5 {
width: 41.66666667%;
}
.sjb-page .col-sm-4 {
width: 33.33333333%;
}
.sjb-page .col-sm-3 {
width: 25%;
}
.sjb-page .col-sm-2 {
width: 16.66666667%;
}
.sjb-page .col-sm-1 {
width: 8.33333333%;
}
.sjb-page .col-sm-pull-12 {
right: 100%;
}
.sjb-page .col-sm-pull-11 {
right: 91.66666667%;
}
.sjb-page .col-sm-pull-10 {
right: 83.33333333%;
}
.sjb-page .col-sm-pull-9 {
right: 75%;
}
.sjb-page .col-sm-pull-8 {
right: 66.66666667%;
}
.sjb-page .col-sm-pull-7 {
right: 58.33333333%;
}
.sjb-page .col-sm-pull-6 {
right: 50%;
}
.sjb-page .col-sm-pull-5 {
right: 41.66666667%;
}
.sjb-page .col-sm-pull-4 {
right: 33.33333333%;
}
.sjb-page .col-sm-pull-3 {
right: 25%;
}
.sjb-page .col-sm-pull-2 {
right: 16.66666667%;
}
.sjb-page .col-sm-pull-1 {
right: 8.33333333%;
}
.sjb-page .col-sm-pull-0 {
right: auto;
}
.sjb-page .col-sm-push-12 {
left: 100%;
}
.sjb-page .col-sm-push-11 {
left: 91.66666667%;
}
.sjb-page .col-sm-push-10 {
left: 83.33333333%;
}
.sjb-page .col-sm-push-9 {
left: 75%;
}
.sjb-page .col-sm-push-8 {
left: 66.66666667%;
}
.sjb-page .col-sm-push-7 {
left: 58.33333333%;
}
.sjb-page .col-sm-push-6 {
left: 50%;
}
.sjb-page .col-sm-push-5 {
left: 41.66666667%;
}
.sjb-page .col-sm-push-4 {
left: 33.33333333%;
}
.sjb-page .col-sm-push-3 {
left: 25%;
}
.sjb-page .col-sm-push-2 {
left: 16.66666667%;
}
.sjb-page .col-sm-push-1 {
left: 8.33333333%;
}
.sjb-page .col-sm-push-0 {
left: auto;
}
.sjb-page .col-sm-offset-12 {
margin-left: 100%;
}
.sjb-page .col-sm-offset-11 {
margin-left: 91.66666667%;
}
.sjb-page .col-sm-offset-10 {
margin-left: 83.33333333%;
}
.sjb-page .col-sm-offset-9 {
margin-left: 75%;
}
.sjb-page .col-sm-offset-8 {
margin-left: 66.66666667%;
}
.sjb-page .col-sm-offset-7 {
margin-left: 58.33333333%;
}
.sjb-page .col-sm-offset-6 {
margin-left: 50%;
}
.sjb-page .col-sm-offset-5 {
margin-left: 41.66666667%;
}
.sjb-page .col-sm-offset-4 {
margin-left: 33.33333333%;
}
.sjb-page .col-sm-offset-3 {
margin-left: 25%;
}
.sjb-page .col-sm-offset-2 {
margin-left: 16.66666667%;
}
.sjb-page .col-sm-offset-1 {
margin-left: 8.33333333%;
}
.sjb-page .col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.sjb-page .col-md-1,
.sjb-page .col-md-2,
.sjb-page .col-md-3,
.sjb-page .col-md-4,
.sjb-page .col-md-5,
.sjb-page .col-md-6,
.sjb-page .col-md-7,
.sjb-page .col-md-8,
.sjb-page .col-md-9,
.sjb-page .col-md-10,
.sjb-page .col-md-11,
.sjb-page .col-md-12 {
float: left;
}
.sjb-page .col-md-12 {
width: 100%;
}
.sjb-page .col-md-11 {
width: 91.66666667%;
}
.sjb-page .col-md-10 {
width: 75%;
}
.sjb-page .col-md-9 {
width: 75%;
}
.sjb-page .col-md-8 {
width: 66.66666667%;
}
.sjb-page .col-md-7 {
width: 58.33333333%;
}
.sjb-page .col-md-6 {
width: 50%;
}
.sjb-page .col-md-5 {
width: 41.66666667%;
}
.sjb-page .col-md-4 {
width: 33.33333333%;
}
.sjb-page .col-md-3 {
width: 25%;
}
.sjb-page .col-md-2 {
width: 16.66666667%;
}
.sjb-page .col-md-1 {
width: 8.33333333%;
}
.sjb-page .col-md-pull-12 {
right: 100%;
}
.sjb-page .col-md-pull-11 {
right: 91.66666667%;
}
.sjb-page .col-md-pull-10 {
right: 83.33333333%;
}
.sjb-page .col-md-pull-9 {
right: 75%;
}
.sjb-page .col-md-pull-8 {
right: 66.66666667%;
}
.sjb-page .col-md-pull-7 {
right: 58.33333333%;
}
.sjb-page .col-md-pull-6 {
right: 50%;
}
.sjb-page .col-md-pull-5 {
right: 41.66666667%;
}
.sjb-page .col-md-pull-4 {
right: 33.33333333%;
}
.sjb-page .col-md-pull-3 {
right: 25%;
}
.sjb-page .col-md-pull-2 {
right: 16.66666667%;
}
.sjb-page .col-md-pull-1 {
right: 8.33333333%;
}
.sjb-page .col-md-pull-0 {
right: auto;
}
.sjb-page .col-md-push-12 {
left: 100%;
}
.sjb-page .col-md-push-11 {
left: 91.66666667%;
}
.sjb-page .col-md-push-10 {
left: 83.33333333%;
}
.sjb-page .col-md-push-9 {
left: 75%;
}
.sjb-page .col-md-push-8 {
left: 66.66666667%;
}
.sjb-page .col-md-push-7 {
left: 58.33333333%;
}
.sjb-page .col-md-push-6 {
left: 50%;
}
.sjb-page .col-md-push-5 {
left: 41.66666667%;
}
.sjb-page .col-md-push-4 {
left: 33.33333333%;
}
.sjb-page .col-md-push-3 {
left: 25%;
}
.sjb-page .col-md-push-2 {
left: 16.66666667%;
}
.sjb-page .col-md-push-1 {
left: 8.33333333%;
}
.sjb-page .col-md-push-0 {
left: auto;
}
.sjb-page .col-md-offset-12 {
margin-left: 100%;
}
.sjb-page .col-md-offset-11 {
margin-left: 91.66666667%;
}
.sjb-page .col-md-offset-10 {
margin-left: 83.33333333%;
}
.sjb-page .col-md-offset-9 {
margin-left: 75%;
}
.sjb-page .col-md-offset-8 {
margin-left: 66.66666667%;
}
.sjb-page .col-md-offset-7 {
margin-left: 58.33333333%;
}
.sjb-page .col-md-offset-6 {
margin-left: 50%;
}
.sjb-page .col-md-offset-5 {
margin-left: 41.66666667%;
}
.sjb-page .col-md-offset-4 {
margin-left: 33.33333333%;
}
.sjb-page .col-md-offset-3 {
margin-left: 25%;
}
.sjb-page .col-md-offset-2 {
margin-left: 16.66666667%;
}
.sjb-page .col-md-offset-1 {
margin-left: 8.33333333%;
}
.sjb-page .col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.sjb-page .col-lg-1,
.sjb-page .col-lg-2,
.sjb-page .col-lg-3,
.sjb-page .col-lg-4,
.sjb-page .col-lg-5,
.sjb-page .col-lg-6,
.sjb-page .col-lg-7,
.sjb-page .col-lg-8,
.sjb-page .col-lg-9,
.sjb-page .col-lg-10,
.sjb-page .col-lg-11,
.sjb-page .col-lg-12 {
float: left;
}
.sjb-page .col-lg-12 {
width: 100%;
}
.sjb-page .col-lg-11 {
width: 91.66666667%;
}
.sjb-page .col-lg-10 {
width: 83.33333333%;
}
.sjb-page .col-lg-9 {
width: 75%;
}
.sjb-page .col-lg-8 {
width: 66.66666667%;
}
.sjb-page .col-lg-7 {
width: 58.33333333%;
}
.sjb-page .col-lg-6 {
width: 50%;
}
.sjb-page .col-lg-5 {
width: 41.66666667%;
}
.sjb-page .col-lg-4 {
width: 33.33333333%;
}
.sjb-page .col-lg-3 {
width: 25%;
}
.sjb-page .col-lg-2 {
width: 16.66666667%;
}
.sjb-page .col-lg-1 {
width: 8.33333333%;
}
.sjb-page .col-lg-pull-12 {
right: 100%;
}
.sjb-page .col-lg-pull-11 {
right: 91.66666667%;
}
.sjb-page .col-lg-pull-10 {
right: 83.33333333%;
}
.sjb-page .col-lg-pull-9 {
right: 75%;
}
.sjb-page .col-lg-pull-8 {
right: 66.66666667%;
}
.sjb-page .col-lg-pull-7 {
right: 58.33333333%;
}
.sjb-page .col-lg-pull-6 {
right: 50%;
}
.sjb-page .col-lg-pull-5 {
right: 41.66666667%;
}
.sjb-page .col-lg-pull-4 {
right: 33.33333333%;
}
.sjb-page .col-lg-pull-3 {
right: 25%;
}
.sjb-page .col-lg-pull-2 {
right: 16.66666667%;
}
.sjb-page .col-lg-pull-1 {
right: 8.33333333%;
}
.sjb-page .col-lg-pull-0 {
right: auto;
}
.sjb-page .col-lg-push-12 {
left: 100%;
}
.sjb-page .col-lg-push-11 {
left: 91.66666667%;
}
.sjb-page .col-lg-push-10 {
left: 83.33333333%;
}
.sjb-page .col-lg-push-9 {
left: 75%;
}
.sjb-page .col-lg-push-8 {
left: 66.66666667%;
}
.sjb-page .col-lg-push-7 {
left: 58.33333333%;
}
.sjb-page .col-lg-push-6 {
left: 50%;
}
.sjb-page .col-lg-push-5 {
left: 41.66666667%;
}
.sjb-page .col-lg-push-4 {
left: 33.33333333%;
}
.sjb-page .col-lg-push-3 {
left: 25%;
}
.sjb-page .col-lg-push-2 {
left: 16.66666667%;
}
.sjb-page .col-lg-push-1 {
left: 8.33333333%;
}
.sjb-page .col-lg-push-0 {
left: auto;
}
.sjb-page .col-lg-offset-12 {
margin-left: 100%;
}
.sjb-page .col-lg-offset-11 {
margin-left: 91.66666667%;
}
.sjb-page .col-lg-offset-10 {
margin-left: 83.33333333%;
}
.sjb-page .col-lg-offset-9 {
margin-left: 75%;
}
.sjb-page .col-lg-offset-8 {
margin-left: 66.66666667%;
}
.sjb-page .col-lg-offset-7 {
margin-left: 58.33333333%;
}
.sjb-page .col-lg-offset-6 {
margin-left: 50%;
}
.sjb-page .col-lg-offset-5 {
margin-left: 41.66666667%;
}
.sjb-page .col-lg-offset-4 {
margin-left: 33.33333333%;
}
.sjb-page .col-lg-offset-3 {
margin-left: 25%;
}
.sjb-page .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.sjb-page .col-lg-offset-1 {
margin-left: 8.33333333%;
}
.sjb-page .col-lg-offset-0 {
margin-left: 0%;
}
}
.sjb-page table {
background-color: transparent;
}
.sjb-page th {
text-align: left;
}
.sjb-page .table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.sjb-page .table > thead > tr > th,
.sjb-page .table > tbody > tr > th,
.sjb-page .table > tfoot > tr > th,
.sjb-page .table > thead > tr > td,
.sjb-page .table > tbody > tr > td,
.sjb-page .table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.sjb-page .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.sjb-page .table > caption + thead > tr:first-child > th,
.sjb-page .table > colgroup + thead > tr:first-child > th,
.sjb-page .table > thead:first-child > tr:first-child > th,
.sjb-page .table > caption + thead > tr:first-child > td,
.sjb-page .table > colgroup + thead > tr:first-child > td,
.sjb-page .table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.sjb-page .table > tbody + tbody {
border-top: 2px solid #ddd;
}
.sjb-page .table .table {
background-color: #fff;
}
.sjb-page .table-condensed > thead > tr > th,
.sjb-page .table-condensed > tbody > tr > th,
.sjb-page .table-condensed > tfoot > tr > th,
.sjb-page .table-condensed > thead > tr > td,
.sjb-page .table-condensed > tbody > tr > td,
.sjb-page .table-condensed > tfoot > tr > td {
padding: 5px;
}
.sjb-page .table-bordered {
border: 1px solid #ddd;
}
.sjb-page .table-bordered > thead > tr > th,
.sjb-page .table-bordered > tbody > tr > th,
.sjb-page .table-bordered > tfoot > tr > th,
.sjb-page .table-bordered > thead > tr > td,
.sjb-page .table-bordered > tbody > tr > td,
.sjb-page .table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.sjb-page .table-bordered > thead > tr > th,
.sjb-page .table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.sjb-page .table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.sjb-page .table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
.sjb-page table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
.sjb-page table td[class*="col-"],
.sjb-page table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.sjb-page .table > thead > tr > td.active,
.sjb-page .table > tbody > tr > td.active,
.sjb-page .table > tfoot > tr > td.active,
.sjb-page .table > thead > tr > th.active,
.sjb-page .table > tbody > tr > th.active,
.sjb-page .table > tfoot > tr > th.active,
.sjb-page .table > thead > tr.active > td,
.sjb-page .table > tbody > tr.active > td,
.sjb-page .table > tfoot > tr.active > td,
.sjb-page .table > thead > tr.active > th,
.sjb-page .table > tbody > tr.active > th,
.sjb-page .table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.sjb-page .table-hover > tbody > tr > td.active:hover,
.sjb-page .table-hover > tbody > tr > th.active:hover,
.sjb-page .table-hover > tbody > tr.active:hover > td,
.sjb-page .table-hover > tbody > tr:hover > .active,
.sjb-page .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.sjb-page .table > thead > tr > td.success,
.sjb-page .table > tbody > tr > td.success,
.sjb-page .table > tfoot > tr > td.success,
.sjb-page .table > thead > tr > th.success,
.sjb-page .table > tbody > tr > th.success,
.sjb-page .table > tfoot > tr > th.success,
.sjb-page .table > thead > tr.success > td,
.sjb-page .table > tbody > tr.success > td,
.sjb-page .table > tfoot > tr.success > td,
.sjb-page .table > thead > tr.success > th,
.sjb-page .table > tbody > tr.success > th,
.sjb-page .table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.sjb-page .table-hover > tbody > tr > td.success:hover,
.sjb-page .table-hover > tbody > tr > th.success:hover,
.sjb-page .table-hover > tbody > tr.success:hover > td,
.sjb-page .table-hover > tbody > tr:hover > .success,
.sjb-page .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.sjb-page .table > thead > tr > td.info,
.sjb-page .table > tbody > tr > td.info,
.sjb-page .table > tfoot > tr > td.info,
.sjb-page .table > thead > tr > th.info,
.sjb-page .table > tbody > tr > th.info,
.sjb-page .table > tfoot > tr > th.info,
.sjb-page .table > thead > tr.info > td,
.sjb-page .table > tbody > tr.info > td,
.sjb-page .table > tfoot > tr.info > td,
.sjb-page .table > thead > tr.info > th,
.sjb-page .table > tbody > tr.info > th,
.sjb-page .table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.sjb-page .table-hover > tbody > tr > td.info:hover,
.sjb-page .table-hover > tbody > tr > th.info:hover,
.sjb-page .table-hover > tbody > tr.info:hover > td,
.sjb-page .table-hover > tbody > tr:hover > .info,
.sjb-page .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.sjb-page .table > thead > tr > td.warning,
.sjb-page .table > tbody > tr > td.warning,
.sjb-page .table > tfoot > tr > td.warning,
.sjb-page .table > thead > tr > th.warning,
.sjb-page .table > tbody > tr > th.warning,
.sjb-page .table > tfoot > tr > th.warning,
.sjb-page .table > thead > tr.warning > td,
.sjb-page .table > tbody > tr.warning > td,
.sjb-page .table > tfoot > tr.warning > td,
.sjb-page .table > thead > tr.warning > th,
.sjb-page .table > tbody > tr.warning > th,
.sjb-page .table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.sjb-page .table-hover > tbody > tr > td.warning:hover,
.sjb-page .table-hover > tbody > tr > th.warning:hover,
.sjb-page .table-hover > tbody > tr.warning:hover > td,
.sjb-page .table-hover > tbody > tr:hover > .warning,
.sjb-page .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.sjb-page .table > thead > tr > td.danger,
.sjb-page .table > tbody > tr > td.danger,
.sjb-page .table > tfoot > tr > td.danger,
.sjb-page .table > thead > tr > th.danger,
.sjb-page .table > tbody > tr > th.danger,
.sjb-page .table > tfoot > tr > th.danger,
.sjb-page .table > thead > tr.danger > td,
.sjb-page .table > tbody > tr.danger > td,
.sjb-page .table > tfoot > tr.danger > td,
.sjb-page .table > thead > tr.danger > th,
.sjb-page .table > tbody > tr.danger > th,
.sjb-page .table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.sjb-page .table-hover > tbody > tr > td.danger:hover,
.sjb-page .table-hover > tbody > tr > th.danger:hover,
.sjb-page .table-hover > tbody > tr.danger:hover > td,
.sjb-page .table-hover > tbody > tr:hover > .danger,
.sjb-page .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.sjb-page .table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.sjb-page .table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.sjb-page .table-responsive > .table {
margin-bottom: 0;
}
.sjb-page .table-responsive > .table > thead > tr > th,
.sjb-page .table-responsive > .table > tbody > tr > th,
.sjb-page .table-responsive > .table > tfoot > tr > th,
.sjb-page .table-responsive > .table > thead > tr > td,
.sjb-page .table-responsive > .table > tbody > tr > td,
.sjb-page .table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.sjb-page .table-responsive > .table-bordered {
border: 0;
}
.sjb-page .table-responsive > .table-bordered > thead > tr > th:first-child,
.sjb-page .table-responsive > .table-bordered > tbody > tr > th:first-child,
.sjb-page .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.sjb-page .table-responsive > .table-bordered > thead > tr > td:first-child,
.sjb-page .table-responsive > .table-bordered > tbody > tr > td:first-child,
.sjb-page .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.sjb-page .table-responsive > .table-bordered > thead > tr > th:last-child,
.sjb-page .table-responsive > .table-bordered > tbody > tr > th:last-child,
.sjb-page .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.sjb-page .table-responsive > .table-bordered > thead > tr > td:last-child,
.sjb-page .table-responsive > .table-bordered > tbody > tr > td:last-child,
.sjb-page .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.sjb-page .table-responsive > .table-bordered > tbody > tr:last-child > th,
.sjb-page .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.sjb-page .table-responsive > .table-bordered > tbody > tr:last-child > td,
.sjb-page .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
.sjb-page label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
.sjb-page input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sjb-page input[type="radio"],
.sjb-page input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
.sjb-page input[type="file"] {
display: block;
}
.sjb-page input[type="file"]:focus,
.sjb-page input[type="radio"]:focus,
.sjb-page input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.sjb-page .form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #666;
background-color: #fff;
background-image: none;
border: 1px solid #e1e1e1;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.sjb-page .form-control:focus {
border-color: #e1e1e1;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.sjb-page .form-control::-moz-placeholder {
color: #a4a4a4;
opacity: 1;
}
.sjb-page .form-control:-ms-input-placeholder {
color: #a4a4a4;
}
.sjb-page .form-control::-webkit-input-placeholder {
color: #a4a4a4;
}
.sjb-page .form-control::-ms-expand {
border: 0;
background-color: transparent;
}
textarea.sjb-page .form-control {
height: auto;
}
.sjb-page input[type="search"] {
-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.sjb-page input[type="date"].form-control,
.sjb-page input[type="time"].form-control,
.sjb-page input[type="datetime-local"].form-control,
.sjb-page input[type="month"].form-control {
line-height: 34px;
}
.sjb-page input[type="date"].input-sm,
.sjb-page input[type="time"].input-sm,
.sjb-page input[type="datetime-local"].input-sm,
.sjb-page input[type="month"].input-sm,
.input-group-sm .sjb-page input[type="date"],
.input-group-sm .sjb-page input[type="time"],
.input-group-sm .sjb-page input[type="datetime-local"],
.input-group-sm .sjb-page input[type="month"] {
line-height: 30px;
}
.sjb-page input[type="date"].input-lg,
.sjb-page input[type="time"].input-lg,
.sjb-page input[type="datetime-local"].input-lg,
.sjb-page input[type="month"].input-lg,
.input-group-lg .sjb-page input[type="date"],
.input-group-lg .sjb-page input[type="time"],
.input-group-lg .sjb-page input[type="datetime-local"],
.input-group-lg .sjb-page input[type="month"] {
line-height: 44px;
}
}
.sjb-page .form-group {
margin-bottom: 15px;
}
.sjb-page .radio,
.sjb-page .checkbox {
position: relative;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.sjb-page .radio label,
.sjb-page .checkbox label {
min-height: 20px;
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.sjb-page .radio input[type="radio"],
.sjb-page .checkbox input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 4px \9;
}
.sjb-page .radio + .radio,
.sjb-page .checkbox + .checkbox {
margin-top: -5px;
}
.sjb-page input[type="radio"][disabled],
.sjb-page input[type="checkbox"][disabled],
.sjb-page input[type="radio"].disabled,
.sjb-page input[type="checkbox"].disabled,
fieldset[disabled] .sjb-page input[type="radio"],
fieldset[disabled] .sjb-page input[type="checkbox"] {
cursor: not-allowed;
}
.sjb-page .radio.disabled label,
.sjb-page .checkbox.disabled label,
fieldset[disabled] .sjb-page .radio label,
fieldset[disabled] .sjb-page .checkbox label {
cursor: not-allowed;
}
.sjb-page .btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.sjb-page .btn:focus,
.sjb-page .btn:active:focus,
.sjb-page .btn.active:focus,
.sjb-page .btn.focus,
.sjb-page .btn:active.focus,
.sjb-page .btn.active.focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.sjb-page .btn:hover,
.sjb-page .btn:focus,
.sjb-page .btn.focus {
color: #fff;
text-decoration: none;
}
.sjb-page .btn:active,
.sjb-page .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.sjb-page .btn-primary {
color: #fff;
background-color: #3297fa;
border-color: #198af9;
}
.sjb-page .btn-primary:focus,
.sjb-page .btn-primary.focus {
color: #fff;
background-color: #067ef3;
border-color: #034a90;
}
.sjb-page .btn-primary:hover {
color: #fff;
background-color: #067ef3;
border-color: #056cd0;
}
.sjb-page .btn-primary:active,
.sjb-page .btn-primary.active,
.open > .dropdown-toggle.sjb-page .btn-primary {
color: #fff;
background-color: #067ef3;
border-color: #056cd0;
}
.sjb-page .btn-primary:active:hover,
.sjb-page .btn-primary.active:hover,
.open > .dropdown-toggle.sjb-page .btn-primary:hover,
.sjb-page .btn-primary:active:focus,
.sjb-page .btn-primary.active:focus,
.open > .dropdown-toggle.sjb-page .btn-primary:focus,
.sjb-page .btn-primary:active.focus,
.sjb-page .btn-primary.active.focus,
.open > .dropdown-toggle.sjb-page .btn-primary.focus {
color: #fff;
background-color: #056cd0;
border-color: #034a90;
}
.sjb-page .btn-primary:active,
.sjb-page .btn-primary.active,
.open > .dropdown-toggle.sjb-page .btn-primary {
background-image: none;
}
.sjb-page .btn-primary.disabled:hover,
.sjb-page .btn-primary[disabled]:hover,
fieldset[disabled] .sjb-page .btn-primary:hover,
.sjb-page .btn-primary.disabled:focus,
.sjb-page .btn-primary[disabled]:focus,
fieldset[disabled] .sjb-page .btn-primary:focus,
.sjb-page .btn-primary.disabled.focus,
.sjb-page .btn-primary[disabled].focus,
fieldset[disabled] .sjb-page .btn-primary.focus {
background-color: #3297fa;
border-color: #198af9;
}
.sjb-page .btn-primary .badge {
color: #3297fa;
background-color: #fff;
}
.sjb-page .alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}
.sjb-page .alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.sjb-page .alert-success hr {
border-top-color: #c9e2b3;
}
.sjb-page .alert-success .alert-link {
color: #2b542c;
}
.sjb-page .alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.sjb-page .alert-info hr {
border-top-color: #a6e1ec;
}
.sjb-page .alert-info .alert-link {
color: #245269;
}
.sjb-page .alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.sjb-page .alert-warning hr {
border-top-color: #f7e1b5;
}
.sjb-page .alert-warning .alert-link {
color: #66512c;
}
.sjb-page .alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.sjb-page .alert-danger hr {
border-top-color: #e4b9c0;
}
.sjb-page .alert-danger .alert-link {
color: #843534;
}
.sjb-page .clearfix:before,
.sjb-page .clearfix:after,
.sjb-page .sjb-page .row:before,
.sjb-page .sjb-page .row:after {
content: " ";
display: table;
}
.sjb-page .clearfix:after,
.sjb-page .sjb-page .row:after {
clear: both;
}
.sjb-page .pull-right {
float: right !important;
}
.sjb-page .pull-left {
float: left !important;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
} .iti {
position: relative;
display: inline-block;
}
.iti * {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.iti__hide {
display: none;
}
.iti__v-hide {
visibility: hidden;
}
.iti input, .iti input[type=text], .iti input[type=tel] {
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-right: 36px;
margin-right: 0;
}
.iti__flag-container {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: 1px;
}
.iti__selected-flag {
z-index: 1;
position: relative;
display: flex;
align-items: center;
height: 100%;
padding: 0 6px 0 8px;
}
.iti__arrow {
margin-left: 6px;
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid #555;
}
.iti__arrow--up {
border-top: none;
border-bottom: 4px solid #555;
}
.iti__country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0;
margin: 0 0 0 -1px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
background-color: white;
border: 1px solid #CCC;
white-space: nowrap;
max-height: 200px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
bottom: 100%;
margin-bottom: -1px;
}
@media (max-width: 500px) {
.iti__country-list {
white-space: normal;
}
}
.iti__flag-box {
display: inline-block;
width: 20px;
}
.iti__divider {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #CCC;
}
.iti__country {
padding: 5px 10px;
outline: none;
}
.iti__dial-code {
color: #999;
}
.iti__country.iti__highlight {
background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name, .iti__dial-code {
vertical-align: middle;
}
.iti__flag-box, .iti__country-name {
margin-right: 6px;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
padding-right: 6px;
padding-left: 52px;
margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
right: auto;
left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
margin-left: 6px;
}
.iti--container {
position: absolute;
top: -1000px;
left: -1000px;
z-index: 1060;
padding: 1px;
}
.iti--container:hover {
cursor: pointer;
}
.iti-mobile .iti--container {
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
position: fixed;
}
.iti-mobile .iti__country-list {
max-height: 100%;
width: 100%;
}
.iti-mobile .iti__country {
padding: 10px 10px;
line-height: 1.5em;
}
.iti__flag {
width: 20px;
}
.iti__flag.iti__be {
width: 18px;
}
.iti__flag.iti__ch {
width: 15px;
}
.iti__flag.iti__mc {
width: 19px;
}
.iti__flag.iti__ne {
width: 18px;
}
.iti__flag.iti__np {
width: 13px;
}
.iti__flag.iti__va {
width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-size: 5652px 15px;
}
}
.iti__flag.iti__ac {
height: 10px;
background-position: 0px 0px;
}
.iti__flag.iti__ad {
height: 14px;
background-position: -22px 0px;
}
.iti__flag.iti__ae {
height: 10px;
background-position: -44px 0px;
}
.iti__flag.iti__af {
height: 14px;
background-position: -66px 0px;
}
.iti__flag.iti__ag {
height: 14px;
background-position: -88px 0px;
}
.iti__flag.iti__ai {
height: 10px;
background-position: -110px 0px;
}
.iti__flag.iti__al {
height: 15px;
background-position: -132px 0px;
}
.iti__flag.iti__am {
height: 10px;
background-position: -154px 0px;
}
.iti__flag.iti__ao {
height: 14px;
background-position: -176px 0px;
}
.iti__flag.iti__aq {
height: 14px;
background-position: -198px 0px;
}
.iti__flag.iti__ar {
height: 13px;
background-position: -220px 0px;
}
.iti__flag.iti__as {
height: 10px;
background-position: -242px 0px;
}
.iti__flag.iti__at {
height: 14px;
background-position: -264px 0px;
}
.iti__flag.iti__au {
height: 10px;
background-position: -286px 0px;
}
.iti__flag.iti__aw {
height: 14px;
background-position: -308px 0px;
}
.iti__flag.iti__ax {
height: 13px;
background-position: -330px 0px;
}
.iti__flag.iti__az {
height: 10px;
background-position: -352px 0px;
}
.iti__flag.iti__ba {
height: 10px;
background-position: -374px 0px;
}
.iti__flag.iti__bb {
height: 14px;
background-position: -396px 0px;
}
.iti__flag.iti__bd {
height: 12px;
background-position: -418px 0px;
}
.iti__flag.iti__be {
height: 15px;
background-position: -440px 0px;
}
.iti__flag.iti__bf {
height: 14px;
background-position: -460px 0px;
}
.iti__flag.iti__bg {
height: 12px;
background-position: -482px 0px;
}
.iti__flag.iti__bh {
height: 12px;
background-position: -504px 0px;
}
.iti__flag.iti__bi {
height: 12px;
background-position: -526px 0px;
}
.iti__flag.iti__bj {
height: 14px;
background-position: -548px 0px;
}
.iti__flag.iti__bl {
height: 14px;
background-position: -570px 0px;
}
.iti__flag.iti__bm {
height: 10px;
background-position: -592px 0px;
}
.iti__flag.iti__bn {
height: 10px;
background-position: -614px 0px;
}
.iti__flag.iti__bo {
height: 14px;
background-position: -636px 0px;
}
.iti__flag.iti__bq {
height: 14px;
background-position: -658px 0px;
}
.iti__flag.iti__br {
height: 14px;
background-position: -680px 0px;
}
.iti__flag.iti__bs {
height: 10px;
background-position: -702px 0px;
}
.iti__flag.iti__bt {
height: 14px;
background-position: -724px 0px;
}
.iti__flag.iti__bv {
height: 15px;
background-position: -746px 0px;
}
.iti__flag.iti__bw {
height: 14px;
background-position: -768px 0px;
}
.iti__flag.iti__by {
height: 10px;
background-position: -790px 0px;
}
.iti__flag.iti__bz {
height: 14px;
background-position: -812px 0px;
}
.iti__flag.iti__ca {
height: 10px;
background-position: -834px 0px;
}
.iti__flag.iti__cc {
height: 10px;
background-position: -856px 0px;
}
.iti__flag.iti__cd {
height: 15px;
background-position: -878px 0px;
}
.iti__flag.iti__cf {
height: 14px;
background-position: -900px 0px;
}
.iti__flag.iti__cg {
height: 14px;
background-position: -922px 0px;
}
.iti__flag.iti__ch {
height: 15px;
background-position: -944px 0px;
}
.iti__flag.iti__ci {
height: 14px;
background-position: -961px 0px;
}
.iti__flag.iti__ck {
height: 10px;
background-position: -983px 0px;
}
.iti__flag.iti__cl {
height: 14px;
background-position: -1005px 0px;
}
.iti__flag.iti__cm {
height: 14px;
background-position: -1027px 0px;
}
.iti__flag.iti__cn {
height: 14px;
background-position: -1049px 0px;
}
.iti__flag.iti__co {
height: 14px;
background-position: -1071px 0px;
}
.iti__flag.iti__cp {
height: 14px;
background-position: -1093px 0px;
}
.iti__flag.iti__cr {
height: 12px;
background-position: -1115px 0px;
}
.iti__flag.iti__cu {
height: 10px;
background-position: -1137px 0px;
}
.iti__flag.iti__cv {
height: 12px;
background-position: -1159px 0px;
}
.iti__flag.iti__cw {
height: 14px;
background-position: -1181px 0px;
}
.iti__flag.iti__cx {
height: 10px;
background-position: -1203px 0px;
}
.iti__flag.iti__cy {
height: 14px;
background-position: -1225px 0px;
}
.iti__flag.iti__cz {
height: 14px;
background-position: -1247px 0px;
}
.iti__flag.iti__de {
height: 12px;
background-position: -1269px 0px;
}
.iti__flag.iti__dg {
height: 10px;
background-position: -1291px 0px;
}
.iti__flag.iti__dj {
height: 14px;
background-position: -1313px 0px;
}
.iti__flag.iti__dk {
height: 15px;
background-position: -1335px 0px;
}
.iti__flag.iti__dm {
height: 10px;
background-position: -1357px 0px;
}
.iti__flag.iti__do {
height: 14px;
background-position: -1379px 0px;
}
.iti__flag.iti__dz {
height: 14px;
background-position: -1401px 0px;
}
.iti__flag.iti__ea {
height: 14px;
background-position: -1423px 0px;
}
.iti__flag.iti__ec {
height: 14px;
background-position: -1445px 0px;
}
.iti__flag.iti__ee {
height: 13px;
background-position: -1467px 0px;
}
.iti__flag.iti__eg {
height: 14px;
background-position: -1489px 0px;
}
.iti__flag.iti__eh {
height: 10px;
background-position: -1511px 0px;
}
.iti__flag.iti__er {
height: 10px;
background-position: -1533px 0px;
}
.iti__flag.iti__es {
height: 14px;
background-position: -1555px 0px;
}
.iti__flag.iti__et {
height: 10px;
background-position: -1577px 0px;
}
.iti__flag.iti__eu {
height: 14px;
background-position: -1599px 0px;
}
.iti__flag.iti__fi {
height: 12px;
background-position: -1621px 0px;
}
.iti__flag.iti__fj {
height: 10px;
background-position: -1643px 0px;
}
.iti__flag.iti__fk {
height: 10px;
background-position: -1665px 0px;
}
.iti__flag.iti__fm {
height: 11px;
background-position: -1687px 0px;
}
.iti__flag.iti__fo {
height: 15px;
background-position: -1709px 0px;
}
.iti__flag.iti__fr {
height: 14px;
background-position: -1731px 0px;
}
.iti__flag.iti__ga {
height: 15px;
background-position: -1753px 0px;
}
.iti__flag.iti__gb {
height: 10px;
background-position: -1775px 0px;
}
.iti__flag.iti__gd {
height: 12px;
background-position: -1797px 0px;
}
.iti__flag.iti__ge {
height: 14px;
background-position: -1819px 0px;
}
.iti__flag.iti__gf {
height: 14px;
background-position: -1841px 0px;
}
.iti__flag.iti__gg {
height: 14px;
background-position: -1863px 0px;
}
.iti__flag.iti__gh {
height: 14px;
background-position: -1885px 0px;
}
.iti__flag.iti__gi {
height: 10px;
background-position: -1907px 0px;
}
.iti__flag.iti__gl {
height: 14px;
background-position: -1929px 0px;
}
.iti__flag.iti__gm {
height: 14px;
background-position: -1951px 0px;
}
.iti__flag.iti__gn {
height: 14px;
background-position: -1973px 0px;
}
.iti__flag.iti__gp {
height: 14px;
background-position: -1995px 0px;
}
.iti__flag.iti__gq {
height: 14px;
background-position: -2017px 0px;
}
.iti__flag.iti__gr {
height: 14px;
background-position: -2039px 0px;
}
.iti__flag.iti__gs {
height: 10px;
background-position: -2061px 0px;
}
.iti__flag.iti__gt {
height: 13px;
background-position: -2083px 0px;
}
.iti__flag.iti__gu {
height: 11px;
background-position: -2105px 0px;
}
.iti__flag.iti__gw {
height: 10px;
background-position: -2127px 0px;
}
.iti__flag.iti__gy {
height: 12px;
background-position: -2149px 0px;
}
.iti__flag.iti__hk {
height: 14px;
background-position: -2171px 0px;
}
.iti__flag.iti__hm {
height: 10px;
background-position: -2193px 0px;
}
.iti__flag.iti__hn {
height: 10px;
background-position: -2215px 0px;
}
.iti__flag.iti__hr {
height: 10px;
background-position: -2237px 0px;
}
.iti__flag.iti__ht {
height: 12px;
background-position: -2259px 0px;
}
.iti__flag.iti__hu {
height: 10px;
background-position: -2281px 0px;
}
.iti__flag.iti__ic {
height: 14px;
background-position: -2303px 0px;
}
.iti__flag.iti__id {
height: 14px;
background-position: -2325px 0px;
}
.iti__flag.iti__ie {
height: 10px;
background-position: -2347px 0px;
}
.iti__flag.iti__il {
height: 15px;
background-position: -2369px 0px;
}
.iti__flag.iti__im {
height: 10px;
background-position: -2391px 0px;
}
.iti__flag.iti__in {
height: 14px;
background-position: -2413px 0px;
}
.iti__flag.iti__io {
height: 10px;
background-position: -2435px 0px;
}
.iti__flag.iti__iq {
height: 14px;
background-position: -2457px 0px;
}
.iti__flag.iti__ir {
height: 12px;
background-position: -2479px 0px;
}
.iti__flag.iti__is {
height: 15px;
background-position: -2501px 0px;
}
.iti__flag.iti__it {
height: 14px;
background-position: -2523px 0px;
}
.iti__flag.iti__je {
height: 12px;
background-position: -2545px 0px;
}
.iti__flag.iti__jm {
height: 10px;
background-position: -2567px 0px;
}
.iti__flag.iti__jo {
height: 10px;
background-position: -2589px 0px;
}
.iti__flag.iti__jp {
height: 14px;
background-position: -2611px 0px;
}
.iti__flag.iti__ke {
height: 14px;
background-position: -2633px 0px;
}
.iti__flag.iti__kg {
height: 12px;
background-position: -2655px 0px;
}
.iti__flag.iti__kh {
height: 13px;
background-position: -2677px 0px;
}
.iti__flag.iti__ki {
height: 10px;
background-position: -2699px 0px;
}
.iti__flag.iti__km {
height: 12px;
background-position: -2721px 0px;
}
.iti__flag.iti__kn {
height: 14px;
background-position: -2743px 0px;
}
.iti__flag.iti__kp {
height: 10px;
background-position: -2765px 0px;
}
.iti__flag.iti__kr {
height: 14px;
background-position: -2787px 0px;
}
.iti__flag.iti__kw {
height: 10px;
background-position: -2809px 0px;
}
.iti__flag.iti__ky {
height: 10px;
background-position: -2831px 0px;
}
.iti__flag.iti__kz {
height: 10px;
background-position: -2853px 0px;
}
.iti__flag.iti__la {
height: 14px;
background-position: -2875px 0px;
}
.iti__flag.iti__lb {
height: 14px;
background-position: -2897px 0px;
}
.iti__flag.iti__lc {
height: 10px;
background-position: -2919px 0px;
}
.iti__flag.iti__li {
height: 12px;
background-position: -2941px 0px;
}
.iti__flag.iti__lk {
height: 10px;
background-position: -2963px 0px;
}
.iti__flag.iti__lr {
height: 11px;
background-position: -2985px 0px;
}
.iti__flag.iti__ls {
height: 14px;
background-position: -3007px 0px;
}
.iti__flag.iti__lt {
height: 12px;
background-position: -3029px 0px;
}
.iti__flag.iti__lu {
height: 12px;
background-position: -3051px 0px;
}
.iti__flag.iti__lv {
height: 10px;
background-position: -3073px 0px;
}
.iti__flag.iti__ly {
height: 10px;
background-position: -3095px 0px;
}
.iti__flag.iti__ma {
height: 14px;
background-position: -3117px 0px;
}
.iti__flag.iti__mc {
height: 15px;
background-position: -3139px 0px;
}
.iti__flag.iti__md {
height: 10px;
background-position: -3160px 0px;
}
.iti__flag.iti__me {
height: 10px;
background-position: -3182px 0px;
}
.iti__flag.iti__mf {
height: 14px;
background-position: -3204px 0px;
}
.iti__flag.iti__mg {
height: 14px;
background-position: -3226px 0px;
}
.iti__flag.iti__mh {
height: 11px;
background-position: -3248px 0px;
}
.iti__flag.iti__mk {
height: 10px;
background-position: -3270px 0px;
}
.iti__flag.iti__ml {
height: 14px;
background-position: -3292px 0px;
}
.iti__flag.iti__mm {
height: 14px;
background-position: -3314px 0px;
}
.iti__flag.iti__mn {
height: 10px;
background-position: -3336px 0px;
}
.iti__flag.iti__mo {
height: 14px;
background-position: -3358px 0px;
}
.iti__flag.iti__mp {
height: 10px;
background-position: -3380px 0px;
}
.iti__flag.iti__mq {
height: 14px;
background-position: -3402px 0px;
}
.iti__flag.iti__mr {
height: 14px;
background-position: -3424px 0px;
}
.iti__flag.iti__ms {
height: 10px;
background-position: -3446px 0px;
}
.iti__flag.iti__mt {
height: 14px;
background-position: -3468px 0px;
}
.iti__flag.iti__mu {
height: 14px;
background-position: -3490px 0px;
}
.iti__flag.iti__mv {
height: 14px;
background-position: -3512px 0px;
}
.iti__flag.iti__mw {
height: 14px;
background-position: -3534px 0px;
}
.iti__flag.iti__mx {
height: 12px;
background-position: -3556px 0px;
}
.iti__flag.iti__my {
height: 10px;
background-position: -3578px 0px;
}
.iti__flag.iti__mz {
height: 14px;
background-position: -3600px 0px;
}
.iti__flag.iti__na {
height: 14px;
background-position: -3622px 0px;
}
.iti__flag.iti__nc {
height: 10px;
background-position: -3644px 0px;
}
.iti__flag.iti__ne {
height: 15px;
background-position: -3666px 0px;
}
.iti__flag.iti__nf {
height: 10px;
background-position: -3686px 0px;
}
.iti__flag.iti__ng {
height: 10px;
background-position: -3708px 0px;
}
.iti__flag.iti__ni {
height: 12px;
background-position: -3730px 0px;
}
.iti__flag.iti__nl {
height: 14px;
background-position: -3752px 0px;
}
.iti__flag.iti__no {
height: 15px;
background-position: -3774px 0px;
}
.iti__flag.iti__np {
height: 15px;
background-position: -3796px 0px;
}
.iti__flag.iti__nr {
height: 10px;
background-position: -3811px 0px;
}
.iti__flag.iti__nu {
height: 10px;
background-position: -3833px 0px;
}
.iti__flag.iti__nz {
height: 10px;
background-position: -3855px 0px;
}
.iti__flag.iti__om {
height: 10px;
background-position: -3877px 0px;
}
.iti__flag.iti__pa {
height: 14px;
background-position: -3899px 0px;
}
.iti__flag.iti__pe {
height: 14px;
background-position: -3921px 0px;
}
.iti__flag.iti__pf {
height: 14px;
background-position: -3943px 0px;
}
.iti__flag.iti__pg {
height: 15px;
background-position: -3965px 0px;
}
.iti__flag.iti__ph {
height: 10px;
background-position: -3987px 0px;
}
.iti__flag.iti__pk {
height: 14px;
background-position: -4009px 0px;
}
.iti__flag.iti__pl {
height: 13px;
background-position: -4031px 0px;
}
.iti__flag.iti__pm {
height: 14px;
background-position: -4053px 0px;
}
.iti__flag.iti__pn {
height: 10px;
background-position: -4075px 0px;
}
.iti__flag.iti__pr {
height: 14px;
background-position: -4097px 0px;
}
.iti__flag.iti__ps {
height: 10px;
background-position: -4119px 0px;
}
.iti__flag.iti__pt {
height: 14px;
background-position: -4141px 0px;
}
.iti__flag.iti__pw {
height: 13px;
background-position: -4163px 0px;
}
.iti__flag.iti__py {
height: 11px;
background-position: -4185px 0px;
}
.iti__flag.iti__qa {
height: 8px;
background-position: -4207px 0px;
}
.iti__flag.iti__re {
height: 14px;
background-position: -4229px 0px;
}
.iti__flag.iti__ro {
height: 14px;
background-position: -4251px 0px;
}
.iti__flag.iti__rs {
height: 14px;
background-position: -4273px 0px;
}
.iti__flag.iti__ru {
height: 14px;
background-position: -4295px 0px;
}
.iti__flag.iti__rw {
height: 14px;
background-position: -4317px 0px;
}
.iti__flag.iti__sa {
height: 14px;
background-position: -4339px 0px;
}
.iti__flag.iti__sb {
height: 10px;
background-position: -4361px 0px;
}
.iti__flag.iti__sc {
height: 10px;
background-position: -4383px 0px;
}
.iti__flag.iti__sd {
height: 10px;
background-position: -4405px 0px;
}
.iti__flag.iti__se {
height: 13px;
background-position: -4427px 0px;
}
.iti__flag.iti__sg {
height: 14px;
background-position: -4449px 0px;
}
.iti__flag.iti__sh {
height: 10px;
background-position: -4471px 0px;
}
.iti__flag.iti__si {
height: 10px;
background-position: -4493px 0px;
}
.iti__flag.iti__sj {
height: 15px;
background-position: -4515px 0px;
}
.iti__flag.iti__sk {
height: 14px;
background-position: -4537px 0px;
}
.iti__flag.iti__sl {
height: 14px;
background-position: -4559px 0px;
}
.iti__flag.iti__sm {
height: 15px;
background-position: -4581px 0px;
}
.iti__flag.iti__sn {
height: 14px;
background-position: -4603px 0px;
}
.iti__flag.iti__so {
height: 14px;
background-position: -4625px 0px;
}
.iti__flag.iti__sr {
height: 14px;
background-position: -4647px 0px;
}
.iti__flag.iti__ss {
height: 10px;
background-position: -4669px 0px;
}
.iti__flag.iti__st {
height: 10px;
background-position: -4691px 0px;
}
.iti__flag.iti__sv {
height: 12px;
background-position: -4713px 0px;
}
.iti__flag.iti__sx {
height: 14px;
background-position: -4735px 0px;
}
.iti__flag.iti__sy {
height: 14px;
background-position: -4757px 0px;
}
.iti__flag.iti__sz {
height: 14px;
background-position: -4779px 0px;
}
.iti__flag.iti__ta {
height: 10px;
background-position: -4801px 0px;
}
.iti__flag.iti__tc {
height: 10px;
background-position: -4823px 0px;
}
.iti__flag.iti__td {
height: 14px;
background-position: -4845px 0px;
}
.iti__flag.iti__tf {
height: 14px;
background-position: -4867px 0px;
}
.iti__flag.iti__tg {
height: 13px;
background-position: -4889px 0px;
}
.iti__flag.iti__th {
height: 14px;
background-position: -4911px 0px;
}
.iti__flag.iti__tj {
height: 10px;
background-position: -4933px 0px;
}
.iti__flag.iti__tk {
height: 10px;
background-position: -4955px 0px;
}
.iti__flag.iti__tl {
height: 10px;
background-position: -4977px 0px;
}
.iti__flag.iti__tm {
height: 14px;
background-position: -4999px 0px;
}
.iti__flag.iti__tn {
height: 14px;
background-position: -5021px 0px;
}
.iti__flag.iti__to {
height: 10px;
background-position: -5043px 0px;
}
.iti__flag.iti__tr {
height: 14px;
background-position: -5065px 0px;
}
.iti__flag.iti__tt {
height: 12px;
background-position: -5087px 0px;
}
.iti__flag.iti__tv {
height: 10px;
background-position: -5109px 0px;
}
.iti__flag.iti__tw {
height: 14px;
background-position: -5131px 0px;
}
.iti__flag.iti__tz {
height: 14px;
background-position: -5153px 0px;
}
.iti__flag.iti__ua {
height: 14px;
background-position: -5175px 0px;
}
.iti__flag.iti__ug {
height: 14px;
background-position: -5197px 0px;
}
.iti__flag.iti__um {
height: 11px;
background-position: -5219px 0px;
}
.iti__flag.iti__un {
height: 14px;
background-position: -5241px 0px;
}
.iti__flag.iti__us {
height: 11px;
background-position: -5263px 0px;
}
.iti__flag.iti__uy {
height: 14px;
background-position: -5285px 0px;
}
.iti__flag.iti__uz {
height: 10px;
background-position: -5307px 0px;
}
.iti__flag.iti__va {
height: 15px;
background-position: -5329px 0px;
}
.iti__flag.iti__vc {
height: 14px;
background-position: -5346px 0px;
}
.iti__flag.iti__ve {
height: 14px;
background-position: -5368px 0px;
}
.iti__flag.iti__vg {
height: 10px;
background-position: -5390px 0px;
}
.iti__flag.iti__vi {
height: 14px;
background-position: -5412px 0px;
}
.iti__flag.iti__vn {
height: 14px;
background-position: -5434px 0px;
}
.iti__flag.iti__vu {
height: 12px;
background-position: -5456px 0px;
}
.iti__flag.iti__wf {
height: 14px;
background-position: -5478px 0px;
}
.iti__flag.iti__ws {
height: 10px;
background-position: -5500px 0px;
}
.iti__flag.iti__xk {
height: 15px;
background-position: -5522px 0px;
}
.iti__flag.iti__ye {
height: 14px;
background-position: -5544px 0px;
}
.iti__flag.iti__yt {
height: 14px;
background-position: -5566px 0px;
}
.iti__flag.iti__za {
height: 14px;
background-position: -5588px 0px;
}
.iti__flag.iti__zm {
height: 14px;
background-position: -5610px 0px;
}
.iti__flag.iti__zw {
height: 10px;
background-position: -5632px 0px;
}
.iti__flag {
height: 15px;
box-shadow: 0px 0px 1px 0px #888;
background-image: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/public/images/flags.png);
background-repeat: no-repeat;
background-color: #DBDBDB;
background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-image: url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/public/images/flags@2x.png);
}
}
.iti__flag.iti__np {
background-color: transparent;
}  .sjb-page ::-moz-selection {
background: #3297fa;
color: #fff;
}
.sjb-page ::selection {
background: #3297fa;
color: #fff;
}
.sjb-page .list-data article,
.sjb-page .list-data footer,
.sjb-page .list-data header,
.sjb-page .list-data section {
display: block;
}
.sjb-page a {
outline: none;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page a:hover,
.sjb-page a:focus {
outline: none;
text-decoration: none;
}
.sjb-page .btn {
border: 0;
font-size: 14px;
outline: none;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page img {
height: auto;
max-width: 100%;
} .sjb-page .sjb-filters.sjb-filters-v1 {
background-color: #f2f2f2;
border: 0;
margin: 30px 0 15px;
padding: 35px 30px 0;
overflow: hidden;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control {
border: 1px solid #e1e1e1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #666;
font-size: 16px;
height: 40px;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control::-moz-placeholder {
color: #a4a4a4;
opacity: 1;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control:-ms-input-placeholder {
color: #a4a4a4;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control::-webkit-input-placeholder {
color: #a4a4a4;
}
.sjb-page .sjb-filters.sjb-filters-v1 .form-control:focus {
border-color: #e1e1e1;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
outline: 0 none;
}
.sjb-page .sjb-filters.sjb-filters-v1 select {
-webkit-appearance: inherit;
-moz-appearance: inherit;
appearance: inherit;
background: #fff url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/public/images/select-arrow.png) no-repeat center right 10px;
}
.sjb-page .sjb-filters.sjb-filters-v1 select::-ms-expand {
display: none;
}
.sjb-page .sjb-filters.sjb-filters-v1 .btn-search {
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 20px;
height: 40px;
margin-bottom: 35px;
padding: 0;
width: 100%;
} .sjb-page .sjb-filters.sjb-filters-v2 {
background-color: #f2f2f2;
border: 0;
margin: 30px 0 15px;
padding: 35px 30px 0;
overflow: hidden;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control {
border: 1px solid #c1c1c1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #777777;
font-size: 16px;
height: 40px;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control::-moz-placeholder {
color: #777777;
opacity: 1;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control:-ms-input-placeholder {
color: #777777;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control::-webkit-input-placeholder {
color: #777777;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control:focus {
border-color: #e1e1e1;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
outline: 0 none;
}
.sjb-page .sjb-filters.sjb-filters-v2 select {
-webkit-appearance: inherit;
-moz-appearance: inherit;
appearance: inherit;
background: #fff url(//www.wikitechy.com/interview-questions/wp-content/plugins/simple-job-board/public/images/select-arrow.png) no-repeat center right 10px;
}
.sjb-page .sjb-filters.sjb-filters-v2 select::-ms-expand {
display: none;
}
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search {
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 20px;
height: 40px;
margin-bottom: 35px;
padding: 0;
width: 100%;
outline: none;
background-color: #3399fe;
}
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search:hover,
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search:focus {
background-color: #3399fe;
outline: none;
}
.sjb-page .pagination {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
float: left;
margin: 15px 0 0 0;
padding: 0;
width: 100%;
box-shadow: none;
position: relative;
border: none;
}
.sjb-page .pagination:before,
.sjb-page .pagination:after {
background-color: transparent;
}
.sjb-page .pagination li {
display: inline-block;
vertical-align: middle;
line-height: 20px;
margin-right: 2px;
}
.sjb-page .pagination li .next,
.sjb-page .pagination li .prev {
height: auto;
width: auto;
content: none;
position: static;
margin-top: 0;
padding: 8px 16px;
line-height: 23px;
vertical-align: middle;
}
.sjb-page .pagination li a {
background-color: #e1e1e1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #3b3a3c;
font-weight: 300;
margin: 0;
padding: 8px 16px;
text-align: center;
line-height: 23px;
text-decoration: none;
}
.sjb-page .pagination li a:before,
.sjb-page .pagination li a:after {
line-height: 23px;
height: auto;
width: auto;
content: none;
display: block;
vertical-align: middle;
}
@media (max-width: 767px) {
.sjb-page .pagination li a {
margin: 0 3px;
text-align: center;
line-height: 40px;
}
}
.sjb-page .pagination li a:hover {
background-color: #3297fa;
color: #fff;
}
.sjb-page .pagination li a:focus {
background-color: #fff;
color: #3b3a3c;
}
.sjb-page .pagination li span {
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #3b3a3c;
font-weight: normal;
margin: 0;
padding: 8px 16px;
text-align: center;
line-height: 23px;
}
.sjb-page .pagination li span:before,
.sjb-page .pagination li span:after {
line-height: normal;
height: auto;
width: auto;
content: none;
display: block;
}
@media (max-width: 767px) {
.sjb-page .pagination li span {
text-align: center;
}
}
.sjb-page .pagination li span:hover {
color: #fff;
background-color: #3297fa;
}
.sjb-page .pagination li span.current {
color: #fff;
background-color: #3297fa;
}
.sjb-page .pagination li span.current:hover {
color: #fff;
background-color: #3297fa;
}
.sjb-page .pagination li:first-child a,
.sjb-page .pagination li:first-child span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-left: 0;
}
.sjb-page .pagination li:last-child a,
.sjb-page .pagination li:last-child span {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-right: 0;
}
.sjb-page .pagination li:before {
content: none;
}
.ui-datepicker {
border: 1px solid #e1e1e1;
color: #666;
font-family: "Roboto", sans-serif;
}
.ui-datepicker .ui-datepicker-header {
background: #f2f2f2;
border: 1px solid #e1e1e1;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: 3px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
background: #c8c8c8;
border: 1px solid #c8c8c8;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
left: 3px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
right: 3px;
}
.ui-datepicker .ui-datepicker-title select {
border: 1px solid #e1e1e1;
color: #666;
font-family: "Roboto", sans-serif;
font-size: 16px;
}
.ui-datepicker .ui-state-default {
background: #f2f2f2;
border: 1px solid #e1e1e1;
}
.ui-datepicker .ui-state-highlight {
background: #3297fa;
border: 1px solid #3297fa;
color: #fff;
}
.ui-datepicker .ui-state-hover {
background: #067ef3;
border: 1px solid #067ef3;
color: #fff;
}
.ui-datepicker table {
font-size: 14px;
}
.ui-datepicker table td a,
.ui-datepicker table td span {
text-align: center;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 100%;
} .sjb-page .no-job-listing {
font-size: 16px;
text-align: center;
margin-bottom: 10px;
}
.sjb-page .list-data .v2 {
background: #fff;
border: 1px solid #ccc;
float: left;
margin: 15px 0;
width: 100%;
padding-bottom: 15px;
}
.sjb-page .list-data .v2 .company-logo {
float: left;
width: 78px;
max-width: 200px;
margin-right: 10px;
}
.sjb-page .list-data .v2 .sjb-with-logo .job-info {
margin-left: 20px;
}
.sjb-page .list-data .v2 .sjb-with-logo .job-info.job-without-company {
float: left;
margin-left: 20px;
margin-top: 10px;
}
.sjb-page .list-data .v2 .sjb-with-logo {
float: left;
}
.sjb-page .list-data .v2 .sjb-with-logo .job-detail h3 {
margin-top: 0;
margin-bottom: 0;
line-height: auto;
}
.sjb-page .list-data .v2 .sjb-with-logo .sjb-company-tagline .company-tagline {
margin-bottom: 0;
}
.sjb-page .list-data .v2 .header-margin-top {
margin-top: 16px;
margin-bottom: 16px;
}
@media (max-width: 991px) {
.sjb-page .list-data .v2 .header-margin-top {
margin-top: 19px;
}
}
@media (max-width: 767px) {
.sjb-page .list-data .v2 .header-margin-top {
margin-top: 0;
}
}
.sjb-page .list-data .v2 .job-info h4 {
color: #3b3a3c;
font-size: 16px;
margin: 0;
padding: 0;
word-wrap: break-word;
}
.sjb-page .list-data .v2 .job-info h4 a {
color: #3b3a3c;
font-size: 16px;
word-wrap: break-word;
}
.sjb-page .list-data .v2 .job-info h4 a:hover {
color: #3297fa;
}
.sjb-page .list-data .v2 .job-description {
float: left;
width: 100%;
border-top: 0;
padding-left: 5px;
padding-right: 5px;
}
.sjb-page .list-data .v2 .job-description-list {
float: left;
width: 100%;
padding: 0 20px;
}
.sjb-page .list-data .v2 .job-description p {
color: #666;
font-size: 16px;
margin: 0 0 15px;
word-wrap: break-word;
}
.sjb-page .list-data .v2 .job-type,
.sjb-page .list-data .v2 .job-location,
.sjb-page .list-data .v2 .job-date {
color: #3297fa;
font-size: 14px;
word-wrap: break-word;
}
.sjb-page .list-data .v2 .job-type i,
.sjb-page .list-data .v2 .job-location i,
.sjb-page .list-data .v2 .job-date i {
color: #3b3a3c;
margin-right: 5px;
}
.sjb-page .sjb-listing .list-view .no-job-listing p {
font-size: 16px;
}
.sjb-page .sjb-listing .grid-view .no-job-listing p {
font-size: 16px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 {
padding: 20px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-info {
margin-left: 20px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-company {
margin-left: 20px;
}
@media (max-width: 767px){
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-company {
margin-left: 0;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-info{
margin-left: 0;
}
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .company-logo{
margin-bottom: 10px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-description{
margin-top: 10px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-company i{
margin-right: 10px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .btn {
border-radius: 0;
color: #fff;
padding: 10px 20px;
margin-right: 5px;
}
.sjb-page .grid-item .list-data .v2 .job-type,
.sjb-page .grid-item .list-data .v2 .job-location,
.sjb-page .grid-item .list-data .v2 .job-date {
margin: 5px 0;
}
.sjb-page .sjb-listing .grid-view .row .grid-item:nth-child(3n + 1) {
clear: left;
}
@media (min-width: 768px) and (max-width: 991px) {
.sjb-page .sjb-listing .grid-view .row .grid-item:nth-child(3n + 1) {
clear: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.sjb-page .sjb-listing .grid-view .row .grid-item:nth-child(2n + 1) {
clear: left;
}
}
.sjb-page .sjb-detail {
margin: 30px 0 0;
}
.sjb-page .sjb-detail .list-data .v2 {
border: 0;
margin: 0;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v2 .job-detail {
}
.sjb-page .sjb-detail .list-data .v2 .job-detail h3 {
color: #3297fa;
font-weight: 500;
font-size: 24px;
}
@media (min-width: 1200px) {
.sjb-page .sjb-detail .list-data .v2 .job-info-margin {
margin: 0 0 10px 27px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.sjb-page .sjb-detail .list-data .v2 .job-info-margin {
margin: 0 0 10px 44px;
}
}
.sjb-page .sjb-detail .list-data .v2 h3 {
color: #3297fa;
font-size: 17px;
margin: 15px 0;
font-weight: bold;
}
.sjb-page .sjb-detail .list-data .v2 ul {
list-style: none;
margin: 10px 0;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v2 ul li {
font-size: 16px;
line-height: 24px;
padding-left: 15px;
position: relative;
}
.sjb-page .sjb-detail .list-data .v2 .list-data .v2 .job-features {
float: left;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table {
font-size: 16px;
font-weight: 400;
border-top: 1px solid #c1c1c1;
margin-top: 15px;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table td {
border-top: 1px solid #c1c1c1;
padding: 10px 15px;
width: 70%;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table td:first-child {
border-right: 1px solid #c1c1c1;
padding-left: 0;
width: 30%;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table tr:first-child td {
border-top: 0;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .table tr:last-child td {
border-bottom: 1px solid #c1c1c1;
}
@media (min-width: 768px){
.sjb-page .sjb-detail .list-data .v2 .job-features .row {
display: flex;
flex-flow: row wrap;
}
}
.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value h4 {
color: #000000;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value h4 i {
color: #3297fa;
width: 30px;
}
.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value p{
margin-left: 35px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form {
float: left;
width: 100%;
position: relative;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form h3 {
margin: 15px 0;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .sjb-loading {
display: none;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .sjb-loading .sjb-overlay {
background: rgba(255, 255, 255, 0.7);
position: absolute;
top: 0;
height: 100%;
width: 100%;
z-index: 9999;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .sjb-loading .sjb-loader-wrapper {
text-align: center;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .sjb-loading .sjb-loader {
position: absolute;
width: 79px;
height: auto;
z-index: 9;
margin-top: -30px;
top: 50%;
left: auto;
right: auto;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form textarea.form-control {
min-height: 100px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label {
font-size: 16px;
font-weight: 400;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label.small {
margin-right: 15px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label.small input {
margin-right: 5px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .required {
color: #f00;
font-size: 16px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-box {
padding: 0;
border: 1px solid #e1e1e1;
margin-bottom: 20px;
float: left;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-box label span {
color: red;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-box textarea {
width: 100%;
height: auto;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-control {
font-size: 16px;
height: 40px;
border-radius: 0;
border: 1px solid #c1c1c1;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .form-control:hover {
border-color: #3297fa;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .iti {
z-index: 9;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .iti .iti__flag-container:hover + .form-control {
border-color: #3297fa;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file {
background: #fff;
border: 1px solid #c1c1c1;
border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
font-size: 16px;
height: 40px;
line-height: 1.42857;
padding: 8px 12px;
position: relative;
text-align: left;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file div {
background: #3297fa;
border-radius: 0;
color: #fff;
font-size: 12px;
height: 26px;
padding: 5px 12px;
position: absolute;
right: 6px;
text-align: center;
top: 6px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file input[type="file"] {
left: 0;
position: absolute;
top: 0;
z-index: 100;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file:hover {
border-color: #3297fa;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .file:hover div {
background: #067ef3;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .validity-note {
color: #f00;
display: none;
font-size: 14px;
font-style: italic;
margin-left: 10px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit {
margin: 5px 0px 20px 0px;
display: block;
padding: 7px 30px;
border-radius: 0;
float: right;
}
.sjb-page .sjb-detail .list-data .v1 {
border: 0;
margin: 0;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v1 .job-detail {
margin: 0 0 20px;
}
.sjb-page .sjb-detail .list-data .v1 .job-detail h3 {
color: #3297fa;
font-weight: 500;
font-size: 24px;
}
@media (min-width: 1200px) {
.sjb-page .sjb-detail .list-data .v1 .job-info-margin {
margin: 0 0 10px 27px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.sjb-page .sjb-detail .list-data .v1 .job-info-margin {
margin: 0 0 10px 44px;
}
}
.sjb-page .sjb-detail .list-data .v1 .company-tagline {
margin: 0 0 20px;
}
.sjb-page .sjb-detail .list-data .v1 h3 {
color: #3297fa;
font-size: 17px;
margin: 17px 0;
font-weight: bold;
}
.sjb-page .sjb-detail .list-data .v1 ul {
list-style: none;
margin: 0 0 12px;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v1 ul li {
font-size: 16px;
line-height: 24px;
padding-left: 15px;
position: relative;
}
.sjb-page .sjb-detail  ul li::before {
color: #3297fa;
content: "\f101";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 12px;
left: 0;
position: absolute;
top: 0;
}
.sjb-page .sjb-detail .list-data .v1 .job-features {
float: left;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table {
font-size: 16px;
font-weight: 400;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table td {
border-top: 1px solid #e1e1e1;
padding: 10px 15px;
width: 70%;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table td:first-child {
border-right: 1px solid #e1e1e1;
padding-left: 0;
width: 30%;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table tr:first-child td {
border-top: 0;
}
.sjb-page .sjb-detail .list-data .v1 .job-features .table tr:last-child td {
border-bottom: 1px solid #e1e1e1;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form {
float: left;
width: 100%;
position: relative;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .sjb-loading {
display: none;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .sjb-loading .sjb-overlay {
background: rgba(255, 255, 255, 0.7);
position: absolute;
top: 0;
height: 100%;
width: 100%;
z-index: 9;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .sjb-loading .sjb-loader-wrapper {
text-align: center;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .sjb-loading .sjb-loader {
position: absolute;
width: 79px;
height: auto;
z-index: 9;
margin-top: -30px;
top: 50%;
left: auto;
right: auto;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form textarea.form-control {
min-height: 100px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form label {
font-size: 16px;
font-weight: 400;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form label.small {
margin-right: 15px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form label.small input {
margin-right: 5px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .required {
color: #f00;
font-size: 16px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-box {
padding: 0;
border: 1px solid #e1e1e1;
margin-bottom: 20px;
float: left;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-box h3 {
margin-left: 15px;
margin-right: 15px;
margin-bottom: 30px;
font-weight: bold;
font-size: 15px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-box label span {
color: red;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-box textarea {
width: 100%;
height: auto;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-control {
font-size: 16px;
height: 46px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .form-control:hover {
border-color: #3297fa;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .iti {
z-index: 9;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .iti .iti__flag-container:hover + .form-control {
border-color: #3297fa;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file {
background: #fff;
border: 1px solid #e1e1e1;
border-radius: 4px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
font-size: 16px;
height: 46px;
line-height: 1.42857;
padding: 10px 12px;
position: relative;
text-align: left;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
width: 100%;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file div {
background: #3297fa;
border-radius: 4px;
color: #fff;
font-size: 14px;
height: 32px;
padding: 6px 12px;
position: absolute;
right: 6px;
text-align: center;
top: 6px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file input[type="file"] {
left: 0;
position: absolute;
top: 0;
z-index: 9;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file:hover {
border-color: #3297fa;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file:hover div {
background: #067ef3;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .validity-note {
color: #f00;
display: none;
font-size: 14px;
font-style: italic;
margin-left: 10px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .app-submit {
margin: 5px 0px 20px 0px;
display: block;
padding: 7px 30px;
float: right;
}
.sjb-page .iti .iti__country-list .iti__country,
.sjb-page .iti .iti__country-list .iti__divider {
line-height: normal;
}
.sjb-page .iti .iti__country-list .iti__country::before,
.sjb-page .iti .iti__country-list .iti__divider::before {
content: "";
font-size: 0;
margin-right: 0;
padding-right: 0;
}
.sjb-page .sjb-privacy-policy {
font-size: 16px;
}
.sjb-page #jobapp-tc,
.sjb-page #jobapp-pp {
margin-bottom: 15px;
}
.sjb-page .list-data .v2 .sjb-apply-now-btn a {
border-radius: 0;
font-size: 14px;
padding: 10px 20px;
margin-top: 10px;
margin-left: 5px;
}
.sjb-page .list-data .sjb-apply-now-btn a:hover,
.sjb-page .list-data .sjb-apply-now-btn a:focus,
.sjb-page .list-data .sjb-apply-now-btn a:visited {
color: #fff;
}
.sjb-page .list-data .sjb-job-type-location-date {
border-top: 1px solid #ccc;
padding: 15px 25px;
overflow: hidden;
}
.sjb-page .list-data .sjb-company-wrapper-details-list .sjb-company-details {
margin-top: 10px;
}
.sjb-page .list-data .sjb-company-wrapper-details-list .sjb-company-details i {
margin-right: 8px;
}
.sjb-page .list-data .sjb-company-wrapper-details-list {
padding: 15px 20px;
overflow: hidden;
}
.sjb-page .list-data .sjb-company-wrapper-details {
padding: 15px 0;
overflow: hidden;
}
.sjb-page .list-data .job-type i,
.sjb-page .list-data .job-location i,
.sjb-page .list-data .job-date i {
float: left;
margin-top: 2px;
margin-right: 10px;
}
.sjb-page .list-data .sjb-job-info {
margin-left: 15px;
margin-right: 15px;
}
.sjb-page .list-data .sjb-job-info h4 span i {
margin-right: 6px;
padding: 6px 0;
}
.sjb-page .list-data .sjb-job-characteristics {
border-top: 0px;
}
@media (max-width: 767px) {
.sjb-page .list-data .company-logo img {
width: 95px;
}
.sjb-page .list-data .job-type,
.sjb-page .list-data .job-location,
.sjb-page .list-data .job-date {
width: 100%;
margin: 4px 0;
}
.sjb-page .list-data .job-type i,
.sjb-page .list-data .job-location i,
.sjb-page .list-data .job-date i {
width: 20px;
}
.sjb-page .list-data .v1 .sjb-apply-now-btn a {
margin-top: 0;
}
} .sjb-page .list-data .v1 {
background: #fff;
border: 1px solid #e1e1e1;
float: left;
margin: 15px 0;
padding: 20px 20px 10px;
width: 100%;
}
.sjb-page .list-data .v1 .company-logo {
margin-bottom: 15px;
}
.sjb-page .list-data .v1 .company-logo img {
border: 1px solid #e1e1e1;
}
@media (max-width: 767px) {
.sjb-page .list-data .v1 .company-logo img {
height: 95px;
width: 95px;
}
}
.sjb-page .list-data .v1 .header-margin-top {
margin-top: 16px;
}
@media (max-width: 991px) {
.sjb-page .list-data .v1 .header-margin-top {
margin-top: 19px;
}
}
@media (max-width: 767px) {
.sjb-page .list-data .v1 .header-margin-top {
margin-top: 0;
}
}
.sjb-page .list-data .v1 .job-info {
margin: 0 0 10px;
}
.sjb-page .list-data .v1 .job-info h4 {
color: #3b3a3c;
font-size: 16px;
margin: 0;
padding: 0;
word-wrap: break-word;
}
.sjb-page .list-data .v1 .job-info h4 a {
color: #3b3a3c;
font-size: 16px;
word-wrap: break-word;
}
.sjb-page .list-data .v1 .job-info h4 a:hover {
color: #3297fa;
}
.sjb-page .list-data .v1 .job-description {
float: left;
width: 100%;
}
.sjb-page .list-data .v1 .job-description p {
color: #666;
font-size: 16px;
margin: 0 0 10px;
word-wrap: break-word;
}
.sjb-page .list-data .v1 .job-type,
.sjb-page .list-data .v1 .job-location,
.sjb-page .list-data .v1 .job-date {
color: #3297fa;
font-size: 14px;
margin-bottom: 10px;
word-wrap: break-word;
}
.sjb-page .list-data .v1 .job-type i,
.sjb-page .list-data .v1 .job-location i,
.sjb-page .list-data .v1 .job-date i {
color: #3b3a3c;
margin-right: 5px;
}
.sjb-page .sjb-detail {
margin: 30px 0 0;
}
.sjb-page .sjb-detail .list-data .v1 {
border: 0;
margin: 0;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v1 .job-detail {
margin: 0 0 20px;
}
.sjb-page .sjb-detail .list-data .v1 .job-detail h3 {
color: #3297fa;
font-weight: 500;
font-size: 24px;
}
@media (min-width: 1200px) {
.sjb-page .sjb-detail .list-data .v1 .job-info-margin {
margin: 0 0 10px 27px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.sjb-page .sjb-detail .list-data .v1 .job-info-margin {
margin: 0 0 10px 44px;
}
}
.sjb-page .sjb-detail .list-data .v1 .company-tagline {
margin: 0 0 20px;
}
.sjb-page .sjb-detail .list-data .v1 h3 {
color: #3297fa;
font-size: 17px;
margin: 17px 0;
font-weight: bold;
}
.sjb-page .sjb-detail .list-data .v1 ul {
list-style: none;
margin: 0 0 12px;
padding: 0;
}
.sjb-page .sjb-detail .list-data .v1 ul li {
font-size: 16px;
line-height: 24px;
padding-left: 15px;
position: relative;
}
.sjb-page .sjb-detail .list-data .v1 ul li::before,
.sjb-page .sjb-detail .list-data .v2 ul li::before {
color: #3297fa;
content: "\f101";
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 12px;
left: 0;
position: absolute;
top: 0;
}
.sjb-page .sjb-detail .list-data .v1 ul.iti__country-list li::before {
content: none;
}
.sjb-page .sjb-detail .list-data .v1 ul.iti__country-list .iti__country{
padding-left: 10px;
}
.sjb-page .sjb-detail .list-data .v2 ul.iti__country-list li::before {
content: none;
}
.sjb-page .sjb-detail .list-data .v2 ul.iti__country-list .iti__country{
padding-left: 10px;
}
.sjb-page .job-description-list p{
color: #666;
font-size: 16px;
margin: 0 0 10px;
word-wrap: break-word;
}
.sjb-page .sjb-detail .v2 .jobpost-form .form-box h3 {
margin-left: 15px;
margin-right: 15px;
margin-bottom: 30px;
font-weight: bold;
font-size: 15px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-info h4 a span{
line-height: 24px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .job-company{
margin-top: 10px;
}
.sjb-page .sjb-apply-button {
display: flex;
width: 100%;
}
.sjb-page .no-job-listing img {
width: 550px;
}
.sjb-page .sjb-listing .list-view .no-job-listing .no-job-listing-text{
font-size: 36px;
letter-spacing: 5px;
}
.sjb-detail {
position: relative;
}
.popup-outer {
display: none;
position: fixed;
z-index: 9999;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.4);
}
.popup-outer .sjb-page{
background-color: #fefefe;
margin: 5% auto;
width: 80%;
}
.popup-outer .sjb-quick-apply-modal-close-btn {
position: absolute;
z-index: 9999;
right: 30px;
top: 15px;
width: 35px;
display: flex;
justify-content: center;
background: #ebebeb;
border-radius: 25px;
width: 40px;
height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
.quick-apply-modal {
display: block;
}
.sjb-quick-apply-modal-close-btn .close:hover,
.sjb-quick-apply-modal-close-btn .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.sjb-quick-apply-modal-close-btn .close {
color: #a4a4a4;
float: right;
font-size: 18px;
}
.popup-outer .list-data .job-title {
font-size: 24px;
}
.sjb-page .list-data .v1 .sjb-apply-now-btn a {
margin-top: 10px;
margin-right: 5px;
}
.sjb-page .list-data .v2 .sjb-apply-now-btn p {
float: right;
}
.sjb-page .sjb-listing .row {
display: flex;
flex-wrap: wrap;
}
.sjb-page .sjb-listing .popup-outer .row {
display: block;
flex-wrap: nowrap;
}
.sjb-page .popup-outer .sjb-page .sjb-detail .list-data .v1, .sjb-page .popup-outer .sjb-page .sjb-detail .list-data .v2 {
padding: 20px;
}
.sjb-page .sjb-view-less-btn{
display: none;
clear: both;
margin-bottom: 15px;
text-align: right;
margin-top: 15px;
float: right;
}
.sjb-page .v1 .sjb-view-less-btn a {
border: 1px solid;
padding: 6px 12px;
border-radius: 4px;
}
.sjb-page .v2 .sjb-view-less-btn a {
border: 1px solid;
padding: 10px 20px;
}
.sjb-page .list-data .sjb-apply-now-btn a.sjb_view_more_btn:hover {
color: #3297fa;
}
.sjb-page .sjb-listing .sjb-apply-now-btn p{
display: inline-block;
}
.sjb-page .sjb-listing .list-data .v2 .job-features .sjb-title-value h4 i,
.sjb-page .sjb-listing .list-data .v1 .job-features .sjb-title-value h4 i {
color: #3297fa;
width: 30px;
}
.sjb-page .sjb_more_content{
display: none;
}
.sjb-page .sjb-listing .list-data .v1 .sjb_more_content{
font-size: 16px;
}
.sjb-page .sjb-listing .list-data .v2 .sjb_more_content{
padding: 0 20px;
font-size: 16px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .sjb_more_content{
padding: 0;
}
.sjb-page .sjb-listing .list-data .v2 .sjb-view-less-btn{
padding: 0 20px;
}
.sjb-page .sjb-listing a.sjb_view_more_btn,
.sjb-page .sjb-listing a.sjb_view_less_btn{
font-size: 14px;
cursor: pointer;
}
.sjb-page .job-features{
margin-bottom: 20px;
}
.sjb-page .job-features h3 {
color: #3297fa;
font-size: 17px;
font-weight: bold;
margin: 15px;
}
.sjb-page .job-features{
margin-bottom: 20px;
width: 100%;
}
.sjb-page .list-view .v1 .job-features h3,
.sjb-page .list-view .v2 .job-features h3 {
margin-left: 0;
}
.sjb-page .sjb-listing .grid-item .v2 .job-features h3 {
margin-left: 15px;
}
.sjb-page .sjb-listing .grid-item .list-data .v2 .without-logo .job-info,
.sjb-page .sjb-listing .grid-item .list-data .v2 .without-logo .job-company {
margin-left: 0;
}
.sjb-page .sjb-listing .v2 .job-features .sjb-title-value p {
margin-left: 35px;
}
.sjb-listing .grid-item .list-data .v2 .sjb-apply-button {
display: block;
}
@media screen and (max-width: 360px) {
.sjb-page  .sjb-view-less-btn {
float: left;
}
}
.sjb-page .grid-item .v2 .sjb-view-less-btn {
float: left;
padding: 0 !important;
}.passster-form h4{margin:10px 0!important}.passster-form fieldset{border:none!important;margin:0;min-width:100%;padding:0;width:100%}.passster-form input[type=email],.passster-form input[type=password],.passster-form input[type=text]{width:100%;border:1px solid #ccc;background:#fff;margin:0 0 5px;padding:10px;box-sizing:border-box}.passster-form input[type=email]:hover,.passster-form input[type=password]:hover,.passster-form input[type=text]:hover{-webkit-transition:border-color .3s ease-in-out;-moz-transition:border-color .3s ease-in-out;transition:border-color .3s ease-in-out;border:1px solid #aaa}.passster-form button[type=submit]{cursor:pointer;width:100%;border:none;text-decoration:none}.passster-form button[type=submit]:hover{-webkit-transition:background .3s ease-in-out;-moz-transition:background .3s ease-in-out;transition:background-color .3s ease-in-out}.passster-form button[type=submit]:active{box-shadow:inset 0 1px 3px rgba(0,0,0,.5)}.passster-form input:focus,.passster-form textarea:focus{outline:0;border:1px solid #999}.passster-form::-webkit-input-placeholder{color:#888}.passster-form:-moz-placeholder{color:#888}.passster-form::-moz-placeholder{color:#888}.passster-form:-ms-input-placeholder{color:#888}.passster-captcha-input{float:left;width:70%;padding-right:20px;box-sizing:border-box}.passster-recaptcha-input{float:right;width:30%;padding-top:15px}.passster-recaptcha{float:left;width:50%;padding-left:20px;box-sizing:border-box}.passster-error{width:100%;text-align:center;float:left;padding:10px;background:#e95353;color:#fff;font-size:16px;display:none;box-sizing:border-box}.passster-hide{display:none}.show-password-link{display:block;position:absolute;z-index:11;font-size:.8rem}.password-showing{width:100%!important;display:inline}.ps-loader{width:30%;margin:0 auto 10px;display:none}
  *,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
display: block;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #121416;
text-align: left;
background-color: #fff;
}
[tabindex="-1"]:focus {
outline: 0 !important;
}
hr, .wp-block-separator {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: .5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -.25em;
}
sup {
top: -.5em;
}
a {
color: #000000;
text-decoration: none;
background-color: transparent;
}
a:hover {
color: #A0A0A0;
text-decoration: none;
}
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
outline: 0;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
}
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
margin: 0 0 1rem;
}
img {
vertical-align: middle;
border-style: none;
}
svg {
overflow: hidden;
vertical-align: middle;
}
table, .wp-block-table {
border-collapse: collapse;
}
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
color: #6c757d;
text-align: left;
caption-side: bottom;
}
th {
text-align: inherit;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
}
button {
border-radius: 0;
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
padding: 0;
border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
-webkit-appearance: listbox;
}
textarea {
overflow: auto;
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal;
}
progress {
vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
outline-offset: -2px;
-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
summary {
display: list-item;
cursor: pointer;
}
template {
display: none;
}
[hidden] {
display: none !important;
}  html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 1rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: #000000;
word-wrap: break-word;
}
h1, .h1 {
font-size: 2.5rem;
}
h2, .h2 {
font-size: 2rem;
}
h3, .h3 {
font-size: 1.75rem;
}
h4, .h4 {
font-size: 1.5rem;
}
h5, .h5 {
font-size: 1.25rem;
}
h6, .h6 {
font-size: 1rem;
}
hr, .wp-block-separator {
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
margin-top: 48px !important;
margin-bottom: 48px !important;
}
small, .small {
font-size: 80%;
font-weight: 400;
}
mark, .mark {
padding: 0.2em;
background-color: #fcf8e3;
} .site-title {
font-size: 1.25rem;
}
.title-block {
margin-bottom: 1.5rem;
}
.cs-breadcrumbs {
font-size: 12px;
}
.entry-header .entry-title {
line-height: 1;
}
.entry-header .post-excerpt {
font-size: 1.25rem;
}
.post-archive .entry-title {
font-size: 1.75rem;
}
.post-archive .archive-full .entry-title {
font-size: 2.5rem;
}
@media (min-width: 1380px) {
.headings-large h1, .headings-large .h1 {
font-size: 3.25rem;
}
.headings-large h2, .headings-large .h2 {
font-size: 2.5rem;
}
.headings-large h3, .headings-large .h3 {
font-size: 2rem;
}
.headings-large .post-archive .entry-title {
font-size: 2rem;
}
.headings-large .post-archive .archive-full .entry-title {
font-size: 2.5rem;
}
.headings-large .cs-homepage-post:first-child .entry-title {
font-size: 2.5rem;
}
.headings-large .cs-homepage-post:not(:first-child) .entry-title {
font-size: 1.5rem;
}
.headings-large .cs-homepage-category > article .entry-title {
font-size: 1.75rem;
}
.headings-large .cs-card .entry-title {
font-size: 1.5rem;
}
}
.headings-small h1, .headings-small .h1 {
font-size: 2rem;
}
.headings-small h2, .headings-small .h2 {
font-size: 1.75rem;
}
.headings-small h3, .headings-small .h3 {
font-size: 1.5rem;
}
.headings-small .post-archive .entry-title {
font-size: 1.5rem;
}
.headings-small .post-archive .archive-full .entry-title {
font-size: 1.75rem;
}
.headings-small .cs-homepage-post:first-child .entry-title {
font-size: 1.75rem;
}
.headings-small .cs-homepage-post:not(:first-child) .entry-title {
font-size: 1.25rem;
}
.headings-small .cs-homepage-category > article .entry-title {
font-size: 1.5rem;
}
.headings-small .cs-homepage-category-title {
font-size: 1.25rem;
}
.headings-small .cs-card .entry-title {
font-size: 1.25rem;
} table, .wp-block-table {
width: 100%;
max-width: 100%;
border-collapse: collapse;
margin-bottom: 1rem;
background-color: transparent;
}
table th, .wp-block-table th,
table td,
.wp-block-table td {
padding: 0.75rem;
vertical-align: top;
border: none;
border-top: 1px solid #dee2e6;
}
table thead th, .wp-block-table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
table tbody + tbody, .wp-block-table tbody + tbody {
border-top: 2px solid #dee2e6;
}
.wp-block-table .wp-block-table__cell-content {
padding: 0;
}
.table-bordered {
border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 719.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
@media (max-width: 1019.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
@media (max-width: 1199.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
@media (max-width: 1379.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
} input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 3px;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
-webkit-transition: none;
transition: none;
}
}
input[type="text"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="range"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="color"]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
background-color: transparent;
border: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
outline: 0;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="range"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #6c757d;
opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="range"]::-ms-input-placeholder,
input[type="date"]::-ms-input-placeholder,
input[type="month"]::-ms-input-placeholder,
input[type="week"]::-ms-input-placeholder,
input[type="time"]::-ms-input-placeholder,
input[type="datetime"]::-ms-input-placeholder,
input[type="datetime-local"]::-ms-input-placeholder,
input[type="color"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
select::placeholder,
textarea::placeholder {
color: #6c757d;
opacity: 1;
}
input[type="text"]:disabled, input[type="text"][readonly],
input[type="email"]:disabled,
input[type="email"][readonly],
input[type="url"]:disabled,
input[type="url"][readonly],
input[type="password"]:disabled,
input[type="password"][readonly],
input[type="search"]:disabled,
input[type="search"][readonly],
input[type="number"]:disabled,
input[type="number"][readonly],
input[type="tel"]:disabled,
input[type="tel"][readonly],
input[type="range"]:disabled,
input[type="range"][readonly],
input[type="date"]:disabled,
input[type="date"][readonly],
input[type="month"]:disabled,
input[type="month"][readonly],
input[type="week"]:disabled,
input[type="week"][readonly],
input[type="time"]:disabled,
input[type="time"][readonly],
input[type="datetime"]:disabled,
input[type="datetime"][readonly],
input[type="datetime-local"]:disabled,
input[type="datetime-local"][readonly],
input[type="color"]:disabled,
input[type="color"][readonly],
select:disabled,
select[readonly],
textarea:disabled,
textarea[readonly] {
background-color: #e9ecef;
opacity: 1;
}
select:not([size]):not([multiple]) {
height: calc(2.25rem + 2px);
}
select:focus::-ms-value {
color: #495057;
background-color: #fff;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
border: 1px solid transparent;
padding: 0.375rem 1rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 3px;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
background-color: #000000;
color: white;
}
@media screen and (prefers-reduced-motion: reduce) {
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
-webkit-transition: none;
transition: none;
}
}
button:hover, button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.button:hover,
.button:focus {
text-decoration: none;
color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
outline: 0;
}
.button-round {
padding: 0.375rem;
border-radius: 50%;
font-size: 16px;
line-height: 1;
width: 20px;
height: 20px;
-webkit-box-sizing: content-box;
box-sizing: content-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.button-round .cs-icon:before {
display: inline-block;
}
.button-transparent {
background: transparent;
color: #000000;
}
.button-transparent:hover, .button-transparent:focus {
color: #6c757d;
}
.cs-input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
background: #fff;
border-radius: 3px;
}
.cs-input-group input[type="text"],
.cs-input-group input[type="email"],
.cs-input-group input[type="url"],
.cs-input-group input[type="password"],
.cs-input-group input[type="search"],
.cs-input-group input[type="number"],
.cs-input-group input[type="tel"] {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
border: none;
}
.cs-input-group input[type="text"]:focus,
.cs-input-group input[type="email"]:focus,
.cs-input-group input[type="url"]:focus,
.cs-input-group input[type="password"]:focus,
.cs-input-group input[type="search"]:focus,
.cs-input-group input[type="number"]:focus,
.cs-input-group input[type="tel"]:focus {
z-index: 3;
-webkit-box-shadow: none;
box-shadow: none;
}
.cs-input-group button {
margin: 0.5rem;
position: relative;
z-index: 2;
border: 1px #e9ecef solid;
background: #fff;
color: #6c757d;
}
.cs-input-group button:hover, .cs-input-group button:focus {
color: #343a40;
border-color: #ced4da;
}
.search-form {
border-radius: 3px;
-webkit-box-shadow: 0 0 0 0.2rem #F8F8F8;
box-shadow: 0 0 0 0.2rem #F8F8F8;
-webkit-transition: .2s ease box-shadow;
transition: .2s ease box-shadow;
}
.cs-form-focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
outline: 0;
}
.cs-bg-dark form:not(.cs-form-focus) {
-webkit-box-shadow: none;
box-shadow: none;
} @font-face {
font-family: "cs-icons";
src: url(//www.wikitechy.com/interview-questions/wp-content/themes/expertly/css/fonts/icons.ttf) format("truetype"), url(//www.wikitechy.com/interview-questions/wp-content/themes/expertly/css/fonts/icons.woff) format("woff"), url(//www.wikitechy.com/interview-questions/wp-content/themes/expertly/css/fonts/icons.svg#icons) format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}
[class^="cs-icon-"],
[class*=" cs-icon-"] { font-family: "cs-icons" !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;
}
.cs-icon-bag:before {
content: "\e92d";
}
.cs-icon-cart:before {
content: "\e92c";
}
.cs-icon-activity:before {
content: "\e900";
}
.cs-icon-alert-circle:before {
content: "\e901";
}
.cs-icon-arrow-down:before {
content: "\e902";
}
.cs-icon-arrow-down-circle:before {
content: "\e903";
}
.cs-icon-arrow-left:before {
content: "\e904";
}
.cs-icon-arrow-left-circle:before {
content: "\e905";
}
.cs-icon-arrow-right:before {
content: "\e906";
}
.cs-icon-arrow-right-circle:before {
content: "\e907";
}
.cs-icon-arrow-up-circle:before {
content: "\e908";
}
.cs-icon-at-sign:before {
content: "\e909";
}
.cs-icon-award:before {
content: "\e90a";
}
.cs-icon-bookmark:before {
content: "\e90b";
}
.cs-icon-chevron-down:before {
content: "\e90c";
}
.cs-icon-chevron-left:before {
content: "\e90d";
}
.cs-icon-chevron-right:before {
content: "\e90e";
}
.cs-icon-chevron-up:before {
content: "\e90f";
}
.cs-icon-circle:before {
content: "\e910";
}
.cs-icon-eye:before {
content: "\e911";
}
.cs-icon-file:before {
content: "\e912";
}
.cs-icon-file-text:before {
content: "\e913";
}
.cs-icon-film:before {
content: "\e914";
}
.cs-icon-help-circle:before {
content: "\e915";
}
.cs-icon-info:before {
content: "\e916";
}
.cs-icon-menu:before {
content: "\e917";
}
.cs-icon-message-square:before {
content: "\e918";
}
.cs-icon-more-horizontal:before {
content: "\e919";
}
.cs-icon-more-vertical:before {
content: "\e91a";
}
.cs-icon-music:before {
content: "\e91b";
}
.cs-icon-play:before {
content: "\e91c";
}
.cs-icon-play-circle:before {
content: "\e91d";
}
.cs-icon-plus-circle:before {
content: "\e91e";
}
.cs-icon-search:before {
content: "\e91f";
}
.cs-icon-share:before {
content: "\e920";
}
.cs-icon-tag:before {
content: "\e921";
}
.cs-icon-watch:before {
content: "\e922";
}
.cs-icon-x:before {
content: "\e923";
}
.cs-icon-x-circle:before {
content: "\e924";
}
.cs-icon-x-square:before {
content: "\e925";
}
.cs-icon-youtube:before {
content: "\e926";
}
.cs-icon-zap:before {
content: "\e927";
}
.cs-icon-zoom-in:before {
content: "\e928";
}
.cs-icon-zoom-out:before {
content: "\e929";
} @media (min-width: 1200px) {
body {
background-color: #F8F8F8;
}
}
a {
-webkit-transition: .2s color ease;
transition: .2s color ease;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
color: #000000;
}
h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus,
.h1 a:hover,
.h1 a:focus, .h2 a:hover, .h2 a:focus, .h3 a:hover, .h3 a:focus, .h4 a:hover, .h4 a:focus, .h5 a:hover, .h5 a:focus, .h6 a:hover, .h6 a:focus {
color: #6c757d;
text-decoration: none;
}
.post-categories a:hover, .post-categories a:focus {
color: #000000;
}
.post-meta,
.cs-breadcrumbs {
color: #A0A0A0;
}
.post-meta a,
.cs-breadcrumbs a {
color: #121416;
}
.post-meta a:hover, .post-meta a:focus,
.cs-breadcrumbs a:hover,
.cs-breadcrumbs a:focus {
color: #000000;
}
figcaption {
color: #A0A0A0;
}
span[class*="meta-"] {
color: #A0A0A0;
}
.archive-count {
color: #A0A0A0;
}
.page-subtitle {
color: #A0A0A0;
} .cs-list-articles {
padding-left: 0;
list-style: none;
}
.cs-list-articles > li > a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
line-height: 1.25rem;
color: #6c757d;
font-size: 0.875rem;
position: relative;
padding-left: 2rem;
}
.cs-list-articles > li > a:before {
position: absolute;
left: 0;
top: 0;
font-family: "cs-icons";
content: "\e906";
color: #ced4da;
font-size: 14px;
margin-right: 1rem;
display: inline-block;
-webkit-transition: .2s ease all;
transition: .2s ease all;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 20px;
height: 20px;
border-radius: 100%;
top: 4px;
}
.cs-list-articles > li > a:hover {
color: #000000;
}
.cs-list-articles > li > a:hover:before {
color: #fff;
-webkit-transition: .2s ease all;
transition: .2s ease all;
background: #6c757d;
} .entry .entry-content:after {
content: '';
clear: both;
display: table;
}
.entry .entry-content > *:last-child:after,
.entry .entry-summary > *:last-child:after {
content: '';
clear: both;
display: table;
}
.entry .entry-content > *,
.entry .entry-content .wp-block-column > *,
.entry .entry-content .wp-block-group__inner-container > *,
.entry .entry-content .wp-block-cover__inner-container > *,
.entry .entry-content .wp-block-media-text__content > *,
.entry .entry-content .cnvs-block-column-inner > div > *,
.entry .entry-content .cnvs-block-section-content-inner > *,
.entry .entry-content .cnvs-block-section-sidebar-inner > *,
.entry .entry-summary > *,
.entry .entry-summary .wp-block-column > *,
.entry .entry-summary .wp-block-group__inner-container > *,
.entry .entry-summary .wp-block-cover__inner-container > *,
.entry .entry-summary .wp-block-media-text__content > *,
.entry .entry-summary .cnvs-block-column-inner > div > *,
.entry .entry-summary .cnvs-block-section-content-inner > *,
.entry .entry-summary .cnvs-block-section-sidebar-inner > * {
margin-top: 32px;
margin-bottom: 32px;
}
@media (min-width: 720px) {
.entry .entry-content > *,
.entry .entry-content .wp-block-column > *,
.entry .entry-content .wp-block-group__inner-container > *,
.entry .entry-content .wp-block-cover__inner-container > *,
.entry .entry-content .wp-block-media-text__content > *,
.entry .entry-content .cnvs-block-column-inner > div > *,
.entry .entry-content .cnvs-block-section-content-inner > *,
.entry .entry-content .cnvs-block-section-sidebar-inner > *,
.entry .entry-summary > *,
.entry .entry-summary .wp-block-column > *,
.entry .entry-summary .wp-block-group__inner-container > *,
.entry .entry-summary .wp-block-cover__inner-container > *,
.entry .entry-summary .wp-block-media-text__content > *,
.entry .entry-summary .cnvs-block-column-inner > div > *,
.entry .entry-summary .cnvs-block-section-content-inner > *,
.entry .entry-summary .cnvs-block-section-sidebar-inner > * {
margin-top: 32px;
margin-bottom: 32px;
}
}
.entry .entry-content > *:first-child,
.entry .entry-content .wp-block-column > *:first-child,
.entry .entry-content .wp-block-group__inner-container > *:first-child,
.entry .entry-content .wp-block-cover__inner-container > *:first-child,
.entry .entry-content .wp-block-media-text__content > *:first-child,
.entry .entry-content .cnvs-block-column-inner > div > *:first-child,
.entry .entry-content .cnvs-block-section-content-inner > *:first-child,
.entry .entry-content .cnvs-block-section-sidebar-inner > *:first-child,
.entry .entry-summary > *:first-child,
.entry .entry-summary .wp-block-column > *:first-child,
.entry .entry-summary .wp-block-group__inner-container > *:first-child,
.entry .entry-summary .wp-block-cover__inner-container > *:first-child,
.entry .entry-summary .wp-block-media-text__content > *:first-child,
.entry .entry-summary .cnvs-block-column-inner > div > *:first-child,
.entry .entry-summary .cnvs-block-section-content-inner > *:first-child,
.entry .entry-summary .cnvs-block-section-sidebar-inner > *:first-child {
margin-top: 0;
}
.entry .entry-content > *:last-child,
.entry .entry-content .wp-block-column > *:last-child,
.entry .entry-content .wp-block-group__inner-container > *:last-child,
.entry .entry-content .wp-block-cover__inner-container > *:last-child,
.entry .entry-content .wp-block-media-text__content > *:last-child,
.entry .entry-content .cnvs-block-column-inner > div > *:last-child,
.entry .entry-content .cnvs-block-section-content-inner > *:last-child,
.entry .entry-content .cnvs-block-section-sidebar-inner > *:last-child,
.entry .entry-summary > *:last-child,
.entry .entry-summary .wp-block-column > *:last-child,
.entry .entry-summary .wp-block-group__inner-container > *:last-child,
.entry .entry-summary .wp-block-cover__inner-container > *:last-child,
.entry .entry-summary .wp-block-media-text__content > *:last-child,
.entry .entry-summary .cnvs-block-column-inner > div > *:last-child,
.entry .entry-summary .cnvs-block-section-content-inner > *:last-child,
.entry .entry-summary .cnvs-block-section-sidebar-inner > *:last-child {
margin-bottom: 0;
}
.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary {
margin: inherit;
max-width: inherit;
padding: inherit;
}
@media (min-width: 720px) {
.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary {
margin: inherit;
max-width: inherit;
padding: inherit;
}
} .entry-content {
line-height: 1.75;
}
.entry-content > a,
.entry-content > p > a,
.entry-content > ul li > a,
.entry-content > ol li > a,
.entry-content > p > em > a,
.entry-content > p > strong > a {
text-decoration: underline;
}
.entry-content > a:hover, .entry-content > a:focus,
.entry-content > p > a:hover,
.entry-content > p > a:focus,
.entry-content > ul li > a:hover,
.entry-content > ul li > a:focus,
.entry-content > ol li > a:hover,
.entry-content > ol li > a:focus,
.entry-content > p > em > a:hover,
.entry-content > p > em > a:focus,
.entry-content > p > strong > a:hover,
.entry-content > p > strong > a:focus {
text-decoration: none;
}
.entry-content > blockquote {
position: relative;
font-size: 1.25rem;
line-height: 1.5;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
margin-left: 0;
margin-right: 0;
margin-top: 48px;
margin-bottom: 48px;
border-left: 0;
border-top: 1px #e9ecef solid;
border-bottom: 1px #e9ecef solid;
padding-left: 80px;
}
.entry-content > blockquote cite {
display: block;
color: #A0A0A0;
font-size: 0.875rem;
font-style: italic;
margin-top: 0.5rem;
}
.entry-content > blockquote p {
line-height: 1.5;
}
.entry-content > blockquote p:first-child {
font-size: inherit;
margin-top: 0;
}
.entry-content > blockquote p:last-child {
margin-bottom: 0;
}
.entry-content > blockquote:before {
content: "\e906";
font-family: "cs-icons";
color: #ced4da;
line-height: 1;
position: absolute;
top: 1.5rem;
left: 0;
font-size: 2rem;
}
.entry-content cite {
color: #A0A0A0;
}
.entry-content .wp-caption-dd {
color: #A0A0A0;
margin-left: 0;
}
.entry-content .cs-embed {
margin-top: 48px;
margin-bottom: 48px;
}
.alignnone {
max-width: 100%;
}
.alignleft {
float: none;
margin-right: 0;
}
.alignleft:first-child + * {
margin-top: 0;
}
@media (min-width: 720px) {
.alignleft {
float: left;
margin-right: 2rem;
}
}
.alignright {
float: none;
margin-left: 0;
}
.alignright:first-child + * {
margin-top: 0;
}
@media (min-width: 720px) {
.alignright {
float: right;
margin-left: 2rem;
}
}
.aligncenter {
display: block;
clear: both;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.aligncenter .wp-caption-text,
.aligncenter .wp-caption-dd {
text-align: center;
}
img.alignleft,
img.alignright {
margin-bottom: 1rem;
} .wp-block-columns > *:first-child {
margin-top: 0;
}
.wp-block-columns > *:last-child {
margin-bottom: 0;
}
.wp-block-columns .wp-block-column > *:first-child {
margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
.wp-block-columns {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
}
p.has-background {
padding: 1.5rem 2rem;
}
p.wp-block-subhead {
font-size: 1.25rem;
color: #A0A0A0;
opacity: 1;
}
p.has-drop-cap:not(:focus):first-letter {
font-size: 4rem;
line-height: 1;
margin-top: 0.5rem;
margin-right: 2rem;
margin-bottom: 0.5rem;
}
.wp-block-separator:not(.is-style-dots) {
border-top: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
max-width: 670px;
}
.wp-block-separator.is-style-dots {
border: none;
text-align: left;
}
.wp-block-separator.is-style-dots:before {
padding-left: 0;
color: #A0A0A0;
}
.wp-block-button.alignleft {
text-align: left;
}
.wp-block-button.alignright {
text-align: right;
}
.wp-block-button.aligncenter {
text-align: center;
}
.wp-block-button .wp-block-button__link {
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.wp-block-button .wp-block-button__link:not(.has-background) {
background-color: #000000;
}
.wp-block-button .wp-block-button__link:not(.has-text-color) {
color: white;
}
.wp-block-button .wp-block-button__link:hover {
opacity: 0.7;
cursor: pointer;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link {
border-radius: 2rem;
}
.wp-block-code {
background-color: rgba(0, 0, 0, 0.05);
padding: 1rem 1.5rem;
font-family: Menlo, Consolas, monaco, monospace;
line-height: 1.75;
font-size: 0.875rem;
color: #000000;
white-space: pre-wrap;
border-radius: 0;
border: none;
}
.wp-block-code .editor-plain-text {
background-color: transparent;
}
.wp-block-preformatted {
background-color: rgba(0, 0, 0, 0.05);
padding: 1rem 1.5rem;
}
.wp-block-preformatted pre {
padding: 0;
}
.wp-block-preformatted,
.wp-block-preformatted pre {
font-family: Menlo, Consolas, monaco, monospace;
line-height: 1.75;
font-size: 0.875rem;
color: #000000;
white-space: pre-wrap;
}
.wp-block-verse {
background-color: rgba(0, 0, 0, 0.05);
padding: 1rem 1.5rem;
}
.wp-block-verse pre {
padding: 0;
}
.wp-block-verse,
.wp-block-verse pre {
font-family: Menlo, Consolas, monaco, monospace;
line-height: 1.75;
font-size: 0.875rem;
color: #000000;
overflow: auto;
}
.wp-block-audio figcaption {
color: #A0A0A0;
text-align: center;
}
.wp-block-embed figcaption {
color: #A0A0A0;
text-align: center;
}
.wp-block-video video {
width: 100%;
}
.wp-block-media-text p:last-child {
margin-bottom: 0;
}
@media (max-width: 719.98px) {
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
padding-top: 8%;
padding-bottom: 0;
}
.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
padding-top: 0;
padding-bottom: 8%;
}
}
.wp-block-image figcaption {
color: #A0A0A0;
text-align: center;
}
@media (min-width: 720px) {
.wp-block-image figcaption {
text-align: initial;
}
}
.wp-block-image .alignleft figcaption, .wp-block-image .alignright figcaption,
.wp-block-image .aligncenter figcaption, .wp-block-image .alignwide figcaption,
.wp-block-image .alignfull figcaption {
text-align: center;
}
.wp-block-image.alignleft figcaption, .wp-block-image.alignright figcaption, .wp-block-image.aligncenter figcaption, .wp-block-image.alignwide figcaption, .wp-block-image.alignfull figcaption {
text-align: center;
}
.wp-block-image .alignleft, .wp-block-image.alignleft {
float: none;
margin-right: 0;
}
@media (min-width: 720px) {
.wp-block-image .alignleft, .wp-block-image.alignleft {
float: left;
margin-right: 2rem;
}
}
.wp-block-image .alignright, .wp-block-image.alignright {
float: none;
margin-left: 0;
}
@media (min-width: 720px) {
.wp-block-image .alignright, .wp-block-image.alignright {
float: right;
margin-left: 2rem;
}
}
@media (max-width: 719.98px) {
.wp-block-image .alignleft,
.wp-block-image .alignright {
margin-left: auto;
margin-right: auto;
}
}
.wp-block-cover,
.wp-block-cover-image {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: auto;
}
.wp-block-cover:after,
.wp-block-cover-image:after {
width: 0;
padding-bottom: 56.25%;
height: 100%;
content: '';
}
.wp-block-cover.alignleft:after, .wp-block-cover.alignright:after,
.wp-block-cover-image.alignleft:after,
.wp-block-cover-image.alignright:after {
padding-bottom: 75%;
}
.wp-block-cover.alignfull:after, .wp-block-cover.alignwide:after,
.wp-block-cover-image.alignfull:after,
.wp-block-cover-image.alignwide:after {
padding-bottom: 40%;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-text {
font-size: 2rem;
line-height: 1.25;
padding: 1rem;
}
@media (min-width: 720px) {
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-text {
padding: 2rem;
}
}
.wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
position: relative;
font-size: 1.25rem;
line-height: 1.5;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
margin-top: 48px;
margin-bottom: 48px;
border-top: 1px #e9ecef solid;
border-bottom: 1px #e9ecef solid;
padding-left: 80px;
color: #000000;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-left: 0;
padding-left: 80px;
}
.wp-block-quote:before {
content: "\e906";
font-family: "cs-icons";
color: #ced4da;
line-height: 1;
position: absolute;
top: 1.5rem;
left: 0;
font-size: 2rem;
}
.wp-block-quote p {
line-height: 1.5;
}
.wp-block-quote p:first-child {
font-size: inherit;
margin-top: 0;
}
.wp-block-quote p:last-child {
margin-bottom: 0;
}
.wp-block-quote cite {
font-style: italic;
color: #A0A0A0;
line-height: 1.5;
}
.wp-block-quote .wp-block-quote__citation {
font-style: italic;
color: #A0A0A0;
line-height: 1.5;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-large p:first-child, .wp-block-quote.is-style-large p,
.wp-block-quote.is-style-large p:first-child {
font-size: 1.5rem;
font-style: normal;
line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
font-size: 0.875rem;
text-align: left;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
max-width: 100%;
}
@media (min-width: 720px) {
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
max-width: calc(50% - 1rem);
}
}
.wp-block-pullquote {
border-top: 4px solid #000000;
border-bottom: 4px solid #000000;
padding: 2rem 1rem;
}
.wp-block-pullquote blockquote {
margin: 0;
}
.wp-block-pullquote p {
font-size: 1.75rem;
line-height: 1.5;
}
.wp-block-pullquote .alignleft p,
.wp-block-pullquote .alignright p {
font-size: 1.25rem;
}
.wp-block-pullquote blockquote:not(.has-text-color) {
color: #000000;
}
.wp-block-pullquote blockquote:not(.has-text-color) cite,
.wp-block-pullquote blockquote:not(.has-text-color) footer,
.wp-block-pullquote blockquote:not(.has-text-color) .wp-block-pullquote__citation {
color: #A0A0A0;
font-style: italic;
}
.wp-block-latest-comments {
border-top: 1px solid #e9ecef;
border-bottom: 1px solid #e9ecef;
padding: 2rem 0;
margin: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
margin: 2rem 0 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
margin-top: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment > article {
border: none !important;
margin: 0 !important;
padding: 0 !important;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
color: #A0A0A0;
font-size: 0.875rem;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
font-size: inherit;
line-height: inherit;
margin: 0.5rem 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p:last-child {
margin-bottom: 0;
}
.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-categories__list,
.wp-block-archives-list {
padding-left: 0;
list-style: none;
padding-left: 0;
padding-right: 0;
text-align: left;
}
.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-categories__list li,
.wp-block-archives-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wp-block-latest-posts > li a,
.wp-block-categories-list > li a,
.wp-block-categories__list > li a,
.wp-block-archives-list > li a {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.wp-block-latest-posts > li > a,
.wp-block-categories-list > li > a,
.wp-block-categories__list > li > a,
.wp-block-archives-list > li > a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
padding-left: 2rem;
}
.wp-block-latest-posts > li > a:before,
.wp-block-categories-list > li > a:before,
.wp-block-categories__list > li > a:before,
.wp-block-archives-list > li > a:before {
position: absolute;
left: 0;
top: 8px;
font-family: "cs-icons";
content: "\e906";
color: #ced4da;
font-size: 14px;
margin-right: 1rem;
display: inline-block;
-webkit-transition: .2s ease all;
transition: .2s ease all;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 20px;
height: 20px;
border-radius: 100%;
}
.wp-block-latest-posts > li > a:hover,
.wp-block-categories-list > li > a:hover,
.wp-block-categories__list > li > a:hover,
.wp-block-archives-list > li > a:hover {
color: #000000;
}
.wp-block-latest-posts > li > a:hover:before,
.wp-block-categories-list > li > a:hover:before,
.wp-block-categories__list > li > a:hover:before,
.wp-block-archives-list > li > a:hover:before {
color: #fff;
-webkit-transition: .2s ease all;
transition: .2s ease all;
background: #6c757d;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date,
.wp-block-categories-list .wp-block-latest-posts__post-date,
.wp-block-categories__list .wp-block-latest-posts__post-date,
.wp-block-archives-list .wp-block-latest-posts__post-date {
margin-left: 2rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
font-size: 0.875rem;
color: #A0A0A0;
}
.wp-block-latest-posts .children,
.wp-block-latest-posts .wp-block-categories__list,
.wp-block-categories-list .children,
.wp-block-categories-list .wp-block-categories__list,
.wp-block-categories__list .children,
.wp-block-categories__list .wp-block-categories__list,
.wp-block-archives-list .children,
.wp-block-archives-list .wp-block-categories__list {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.wp-block-categories > .wp-block-categories__list {
padding: 0;
}
.wp-block-archives.wp-block-archives-list {
padding: 0;
}
.wp-block-categories-list a,
.wp-block-categories__list a,
.wp-block-archives-list a {
padding-right: 0.5rem;
}  .cs-bg-dark {
color: rgba(255, 255, 255, 0.9);
}
.cs-bg-dark h1, .cs-bg-dark h2, .cs-bg-dark h3, .cs-bg-dark h4, .cs-bg-dark h5, .cs-bg-dark h6,
.cs-bg-dark .h1, .cs-bg-dark .h2, .cs-bg-dark .h3, .cs-bg-dark .h4, .cs-bg-dark .h5, .cs-bg-dark .h6 {
color: #fff;
}
.cs-bg-dark h1 a, .cs-bg-dark h2 a, .cs-bg-dark h3 a, .cs-bg-dark h4 a, .cs-bg-dark h5 a, .cs-bg-dark h6 a,
.cs-bg-dark .h1 a, .cs-bg-dark .h2 a, .cs-bg-dark .h3 a, .cs-bg-dark .h4 a, .cs-bg-dark .h5 a, .cs-bg-dark .h6 a {
-webkit-transition: .2s ease all !important;
transition: .2s ease all !important;
color: #fff;
}
.cs-bg-dark h1:hover a, .cs-bg-dark h1:focus a, .cs-bg-dark h2:hover a, .cs-bg-dark h2:focus a, .cs-bg-dark h3:hover a, .cs-bg-dark h3:focus a, .cs-bg-dark h4:hover a, .cs-bg-dark h4:focus a, .cs-bg-dark h5:hover a, .cs-bg-dark h5:focus a, .cs-bg-dark h6:hover a, .cs-bg-dark h6:focus a,
.cs-bg-dark .h1:hover a,
.cs-bg-dark .h1:focus a, .cs-bg-dark .h2:hover a, .cs-bg-dark .h2:focus a, .cs-bg-dark .h3:hover a, .cs-bg-dark .h3:focus a, .cs-bg-dark .h4:hover a, .cs-bg-dark .h4:focus a, .cs-bg-dark .h5:hover a, .cs-bg-dark .h5:focus a, .cs-bg-dark .h6:hover a, .cs-bg-dark .h6:focus a {
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark a,
.cs-bg-dark .entry-content a,
.cs-bg-dark .meta-category a {
color: rgba(255, 255, 255, 0.8);
}
.cs-bg-dark a:hover, .cs-bg-dark a:focus,
.cs-bg-dark .entry-content a:hover,
.cs-bg-dark .entry-content a:focus,
.cs-bg-dark .meta-category a:hover,
.cs-bg-dark .meta-category a:focus {
color: white;
}
.cs-bg-dark caption,
.cs-bg-dark figcaption,
.cs-bg-dark .post-meta,
.cs-bg-dark .cs-breadcrumbs {
color: rgba(255, 255, 255, 0.7);
}
.cs-bg-dark.navbar-primary {
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark.navbar-primary .navbar-wrap {
border-bottom: none;
}
.cs-bg-dark.navbar-primary .toggle-search,
.cs-bg-dark.navbar-primary .toggle-offcanvas,
.cs-bg-dark.navbar-primary .site-title {
color: #fff;
}
.cs-bg-dark.navbar-primary .toggle-search:hover, .cs-bg-dark.navbar-primary .toggle-search:focus,
.cs-bg-dark.navbar-primary .toggle-offcanvas:hover,
.cs-bg-dark.navbar-primary .toggle-offcanvas:focus,
.cs-bg-dark.navbar-primary .site-title:hover,
.cs-bg-dark.navbar-primary .site-title:focus {
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark.navbar-primary .site-description {
border-left-color: rgba(255, 255, 255, 0.05);
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark.navbar-primary .pk-social-links-link:hover {
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark.navbar-primary .navbar-nav .sub-menu > li > a {
color: #000000;
}
.cs-bg-dark.navbar-primary .navbar-nav > li.current-menu-ancestor > a,
.cs-bg-dark.navbar-primary .navbar-nav > li.current-menu-item > a {
color: #fff;
}
.cs-bg-dark.navbar-primary .cs-mega-menu .cs-mega-menu-child > a {
color: #000000;
}
.cs-bg-dark.navbar-primary .cs-mega-menu .cs-mega-menu-child > a:hover, .cs-bg-dark.navbar-primary .cs-mega-menu .cs-mega-menu-child > a:focus {
color: #A0A0A0;
}
.cs-bg-dark.navbar-primary .cs-mega-menu .entry-header .entry-title {
color: #A0A0A0;
}
.cs-bg-dark.navbar-primary .cs-mega-menu .entry-header .entry-title a {
color: #000000;
}
.cs-bg-dark.navbar-primary .cs-mega-menu .entry-header .entry-title a:hover, .cs-bg-dark.navbar-primary .cs-mega-menu .entry-header .entry-title a:focus {
color: #A0A0A0;
}
.cs-bg-dark.navbar-primary .cs-mega-menu .entry-header .post-meta {
color: #A0A0A0;
}
.cs-bg-dark.navbar-primary .cs-mega-menu .entry-header .post-meta li > a,
.cs-bg-dark.navbar-primary .cs-mega-menu .entry-header .post-meta li > span > a {
color: #000000;
}
.cs-bg-dark.navbar-primary .cs-mega-menu .entry-header .post-meta li > a:hover, .cs-bg-dark.navbar-primary .cs-mega-menu .entry-header .post-meta li > a:focus,
.cs-bg-dark.navbar-primary .cs-mega-menu .entry-header .post-meta li > span > a:hover,
.cs-bg-dark.navbar-primary .cs-mega-menu .entry-header .post-meta li > span > a:focus {
color: #A0A0A0;
}
.cs-bg-dark.navbar-primary .pk-social-links-count {
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark.offcanvas-header {
border-bottom: none;
border-right: 1px rgba(255, 255, 255, 0.025) solid;
}
.cs-bg-dark .hero-title {
color: #fff !important;
}
.cs-bg-dark .footer-copyright {
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark .footer-copyright a {
color: #fff;
}
.cs-bg-dark .pk-font-heading {
color: #fff;
}
.cs-bg-dark .pk-color-secondary {
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark .pk-font-secondary {
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark .pk-badge-primary {
background: rgba(0, 0, 0, 0.875);
color: #fff;
}
.cs-bg-dark .pk-badge-secondary {
background: rgba(160, 160, 160, 0.875);
color: #fff;
}
.cs-bg-dark .pk-badge-success {
background: rgba(40, 167, 69, 0.875);
color: #fff;
}
.cs-bg-dark .pk-badge-info {
background: rgba(23, 162, 184, 0.875);
color: #fff;
}
.cs-bg-dark .pk-badge-warning {
background: rgba(255, 193, 7, 0.875);
color: #fff;
}
.cs-bg-dark .pk-badge-danger {
background: rgba(220, 53, 69, 0.875);
color: #fff;
}
.cs-bg-dark .pk-badge-light {
background: rgba(248, 249, 250, 0.875);
color: #fff;
}
.cs-bg-dark .pk-badge-dark {
background: rgba(52, 58, 64, 0.875);
color: #fff;
}
.cs-bg-dark .sub-menu .pk-badge-primary {
background: rgba(0, 0, 0, 0.125);
color: black;
}
.cs-bg-dark .sub-menu .pk-badge-secondary {
background: rgba(160, 160, 160, 0.125);
color: #7a7a7a;
}
.cs-bg-dark .sub-menu .pk-badge-success {
background: rgba(40, 167, 69, 0.125);
color: #19692c;
}
.cs-bg-dark .sub-menu .pk-badge-info {
background: rgba(23, 162, 184, 0.125);
color: #0f6674;
}
.cs-bg-dark .sub-menu .pk-badge-warning {
background: rgba(255, 193, 7, 0.125);
color: #ba8b00;
}
.cs-bg-dark .sub-menu .pk-badge-danger {
background: rgba(220, 53, 69, 0.125);
color: #a71d2a;
}
.cs-bg-dark .sub-menu .pk-badge-light {
background: rgba(248, 249, 250, 0.125);
color: #cbd3da;
}
.cs-bg-dark .sub-menu .pk-badge-dark {
background: rgba(52, 58, 64, 0.125);
color: #121416;
}
.cs-bg-dark .pk-badge-primary {
background-color: rgba(255, 255, 255, 0.25);
color: #fff;
}
.cs-bg-dark .pk-social-links-link {
color: #fff;
}
.cs-bg-dark .pk-social-links-link:hover, .cs-bg-dark .pk-social-links-link:focus {
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark .pk-social-links-count {
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark .pk-social-links-label {
color: rgba(255, 255, 255, 0.3);
}
.cs-bg-dark .pk-social-links-scheme-bold .pk-social-links-link .pk-social-links-icon,
.cs-bg-dark .pk-social-links-scheme-bold .pk-social-links-link .pk-social-links-title {
color: rgba(255, 255, 255, 0.6);
}
.cs-bg-dark .pk-social-links-scheme-bold .pk-social-links-link:hover .pk-social-links-icon,
.cs-bg-dark .pk-social-links-scheme-bold .pk-social-links-link:hover .pk-social-links-title {
color: #fff;
}
.cs-bg-dark .pk-social-links-scheme-light-rounded .pk-social-links-link .pk-social-links-icon {
background-color: rgba(255, 255, 255, 0.125);
-webkit-transition: background-color 0.2s;
transition: background-color 0.2s;
color: #fff;
}
.cs-bg-dark .pk-social-links-scheme-light-rounded .pk-social-links-link:hover .pk-social-links-icon {
background-color: rgba(255, 255, 255, 0.225);
} .cs-text-center {
text-align: center;
} .cs-d-none {
display: none !important;
}
.cs-d-inline {
display: inline !important;
}
.cs-d-inline-block {
display: inline-block !important;
}
.cs-d-block {
display: block !important;
}
.cs-d-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
@media (min-width: 720px) {
.cs-d-sm-none {
display: none !important;
}
.cs-d-sm-inline {
display: inline !important;
}
.cs-d-sm-inline-block {
display: inline-block !important;
}
.cs-d-sm-block {
display: block !important;
}
.cs-d-sm-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media (min-width: 1020px) {
.cs-d-md-none {
display: none !important;
}
.cs-d-md-inline {
display: inline !important;
}
.cs-d-md-inline-block {
display: inline-block !important;
}
.cs-d-md-block {
display: block !important;
}
.cs-d-md-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media (min-width: 1200px) {
.cs-d-lg-none {
display: none !important;
}
.cs-d-lg-inline {
display: inline !important;
}
.cs-d-lg-inline-block {
display: inline-block !important;
}
.cs-d-lg-block {
display: block !important;
}
.cs-d-lg-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}
@media (min-width: 1380px) {
.cs-d-xl-none {
display: none !important;
}
.cs-d-xl-inline {
display: inline !important;
}
.cs-d-xl-inline-block {
display: inline-block !important;
}
.cs-d-xl-block {
display: block !important;
}
.cs-d-xl-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
}  .screen-reader-text,
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} #content[tabindex="-1"]:focus {
outline: 0;
} .cs-alert {
padding: 0.5rem 1rem;
margin: 0;
font-size: 0.875rem;
background-color: #f8f9fa;
} .cs-embed-responsive {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.cs-embed-responsive:before {
display: block;
content: "";
}
.cs-embed-responsive iframe,
.cs-embed-responsive embed,
.cs-embed-responsive object,
.cs-embed-responsive video {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.cs-embed-responsive:before {
padding-top: 56.25%;
}
.wp-block-embed .cs-embed-responsive {
position: initial;
margin: 0;
padding: 0;
overflow: initial;
}
.wp-block-embed .cs-embed-responsive:before {
display: none;
}  body {
overflow-x: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
.cs-container {
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 720px) {
.cs-container {
max-width: 720px;
}
}
@media (min-width: 1020px) {
.cs-container {
max-width: 1020px;
}
}
@media (min-width: 1200px) {
.cs-container {
max-width: 1200px;
}
}
@media (min-width: 1380px) {
.cs-container {
max-width: 1380px;
}
}
.site-content {
margin-top: 3rem;
}
@media (min-width: 1020px) {
.main-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
}
@media (min-width: 1020px) {
.content-area {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1020px) {
.sidebar-right .content-area,
.sidebar-left .content-area {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 340px);
flex: 0 0 calc(100% - 340px);
max-width: calc(100% - 340px);
}
}
@media (min-width: 1380px) {
.sidebar-right .content-area {
padding-right: 40px;
}
}
@media (min-width: 1020px) {
.sidebar-left .widget-area {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
}
@media (min-width: 1380px) {
.sidebar-left .content-area {
padding-left: 40px;
}
}
@media (min-width: 1020px) {
.widget-area {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 340px;
flex: 0 0 340px;
max-width: 340px;
}
}
.sidebar-area .sidebar-1:not(:empty),
.sidebar-area .sidebar-2:not(:empty) {
padding-top: 60px;
}
.sidebar-area .sidebar-2 {
display: none;
}
@media (min-width: 720px) {
.sidebar-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
margin-top: 3rem;
}
.sidebar-area .sidebar {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
position: initial;
}
.sidebar-area .sidebar-1,
.sidebar-area .sidebar-2 {
display: block;
}
.sidebar-area .sidebar-1:not(:empty),
.sidebar-area .sidebar-2:not(:empty) {
padding-top: 0;
}
}
@media (min-width: 1020px) {
.sidebar-area {
margin-top: 0;
margin-left: 0;
margin-right: 0;
}
.sidebar-area .sidebar {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
position: relative;
padding-left: 0;
padding-right: 0;
}
.sidebar-area .sidebar-1 {
display: block;
}
.sidebar-area .sidebar-2 {
display: none !important;
}
}
@supports ((position: -webkit-sticky) or (position: sticky)) or (position: -webkit-sticky) {
@media (min-width: 1020px) {
.sticky-sidebar-enabled.stick-to-top .sidebar-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.sticky-sidebar-enabled.stick-to-top .sidebar-1 {
position: relative;
position: -webkit-sticky;
position: sticky;
top: 0;
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
-webkit-transition: .4s ease all;
transition: .4s ease all;
}
.sticky-sidebar-enabled.stick-to-bottom .sidebar-area {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
position: relative;
position: -webkit-sticky;
position: sticky;
bottom: 2rem;
margin-top: auto;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.sticky-sidebar-enabled.stick-last .sidebar-1 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.sticky-sidebar-enabled.stick-last .sidebar-1 .widget:last-child {
position: relative;
position: -webkit-sticky;
position: sticky;
top: 3rem;
-webkit-transition: .4s ease all;
transition: .4s ease all;
}
}
}
@-moz-document url-prefix() {
@media (min-width: 1020px) {
.sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
top: 0;
bottom: initial;
margin-top: initial;
flex: initial;
-webkit-transition: .4s ease all;
transition: .4s ease all;
}
}
}  .site-footer {
padding-top: 3rem;
margin-top: 3rem;
border-top: 1px #e9ecef solid;
}
.site-footer-widgets {
background: #fff;
margin-top: 3rem;
padding-top: 3rem;
padding-bottom: 3rem;
}
.footer-widgets {
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 720px) {
.footer-widgets {
max-width: 720px;
}
}
@media (min-width: 1020px) {
.footer-widgets {
max-width: 1020px;
}
}
@media (min-width: 1200px) {
.footer-widgets {
max-width: 1200px;
}
}
@media (min-width: 1380px) {
.footer-widgets {
max-width: 1380px;
}
}
.footer-title {
margin-bottom: 0;
}
.footer-sidebars .sidebar-footer {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
@media (min-width: 720px) {
.footer-sidebars {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.footer-sidebars .sidebar-footer + .sidebar-footer {
margin-top: 3rem;
}
.footer-sidebars .sidebar-footer {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.footer-sidebars .sidebar-footer:nth-child(1), .footer-sidebars .sidebar-footer:nth-child(2) {
margin-top: 0;
}
}
@media (min-width: 1200px) {
.footer-sidebars .sidebar-footer {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.footer-sidebars .sidebar-footer + .sidebar-footer {
margin-top: 0;
}
}
.site-footer {
margin-top: 3rem;
padding-top: 3rem;
padding-bottom: 3rem;
background: #fff;
}
.section-footer-posts + .site-footer-widgets {
margin-top: 0;
}
.section-footer-posts + .site-footer,
.site-footer-widgets + .site-footer {
margin-top: 0;
}
.footer-title a,
.footer-copyright a {
text-decoration: underline;
}
.footer-title a:hover,
.footer-copyright a:hover {
text-decoration: none;
}
.footer-copyright {
font-size: 0.875rem;
}
.footer-copyright p {
margin-bottom: 0;
}
.site-info {
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
@media (min-width: 720px) {
.site-info {
max-width: 720px;
}
}
@media (min-width: 1020px) {
.site-info {
max-width: 1020px;
}
}
@media (min-width: 1200px) {
.site-info {
max-width: 1200px;
}
}
@media (min-width: 1380px) {
.site-info {
max-width: 1380px;
}
}
.site-info .footer-content {
text-align: center;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.site-info .footer-content p {
margin-bottom: 0;
}
.site-info .footer-aside {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.site-info .navbar-footer {
margin-top: 1rem;
}
.site-info .navbar-footer .navbar-nav {
margin-left: -0.5rem;
margin-right: -0.5rem;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-info .navbar-footer .navbar-nav > li.menu-item-has-children > a:after {
content: none;
}
.site-info .footer-copyright {
margin-top: 1rem;
}
.site-info .pk-social-links-wrap {
margin-top: 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.site-info .pk-social-links-wrap:first-child {
margin-top: 0;
}
@media (min-width: 1020px) {
.site-info {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.site-info .footer-content {
padding-right: 1rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
width: 100%;
text-align: left;
}
.site-info .footer-aside + .footer-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.site-info .footer-aside {
padding-left: 1rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
width: 100%;
}
.site-info .footer-copyright:first-child {
margin-top: 0;
}
.site-info .navbar-footer .navbar-nav {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.site-info .navbar-footer:first-child {
margin-top: 0;
}
.site-info .pk-social-links-wrap {
margin-top: 1.5rem;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.site-info .pk-social-links-wrap:first-child {
margin-top: 0;
}
} .site-search {
display: none;
padding-top: 3rem;
padding-bottom: 3rem;
background: #e9ecef;
}
.site-search .search-form {
max-width: 800px;
margin-left: auto;
margin-right: auto;
-webkit-box-shadow: none;
box-shadow: none;
}
.site-search input[type="search"] {
padding: 0.75rem 1rem 0.75rem 3rem;
}
.site-search .search-submit {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.site-search .cs-input-group {
position: relative;
}
.site-search .cs-input-group:after {
content: "\e91f";
font-family: "cs-icons";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 3rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #6c757d;
font-size: 1.25rem;
z-index: 3;
}
@media (min-width: 1200px) {
.site-search input[type="search"] {
padding: 1rem 1rem 1rem 3rem;
}
.site-search .cs-form-focus {
-webkit-box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.1);
}
.site-search .search-submit {
padding-left: 2rem;
padding-right: 2rem;
}
} .offcanvas {
overflow: hidden;
position: fixed;
height: 100%;
top: 0;
left: -320px;
width: 320px;
background: white;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-overflow-scrolling: touch;
z-index: 2;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.admin-bar .offcanvas {
top: 46px;
height: calc( 100% - 46px);
}
@media screen and (min-width: 783px) {
.admin-bar .offcanvas {
top: 32px;
height: calc( 100% - 32px);
}
}
.offcanvas-active {
overflow: hidden;
}
.offcanvas-active .offcanvas {
-webkit-transform: translate3d(320px, 0, 0);
transform: translate3d(320px, 0, 0);
}
.offcanvas-active .site {
position: relative;
overflow: hidden;
}
.offcanvas-active .site-inner,
.offcanvas-active .offcanvas-push {
-webkit-transform: translate3d(320px, 0, 0);
transform: translate3d(320px, 0, 0);
}
.offcanvas-header {
-webkit-box-flex: 0;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px;
border-bottom: 1px #f8f9fa solid;
}
.navbar-offcanvas {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.offcanvas-sidebar {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
overflow-x: hidden;
overflow-y: auto;
}
.offcanvas-inner {
padding: 20px;
}
.site-inner {
position: relative;
left: 0;
}
.site-inner,
.offcanvas,
.offcanvas-push {
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.site-overlay {
display: none;
}
.offcanvas-active .site-overlay {
display: block;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.15);
-webkit-animation: fade 0.5s;
animation: fade 0.5s;
z-index: 1;
}
@-webkit-keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fade {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} .post-inner:not(:last-child) {
margin-bottom: 1.5rem;
}
.sticky .entry-title:before {
margin-right: 0.5rem;
font-family: 'cs-icons';
content: "\e90b";
}
.entry-excerpt {
color: #6c757d;
margin-bottom: 1rem;
}
.entry-excerpt p:last-child {
margin-bottom: 0;
}
.entry-thumbnail img {
width: 100%;
height: auto;
}
.entry-more-button {
margin-top: 2rem;
}
.entry-more-button .entry-more {
color: #fff;
}
.entry-more a {
padding-bottom: 3px;
border-bottom: 1px solid #000000;
-webkit-transition: 0.2s;
transition: 0.2s;
color: #000000;
}
.entry-more a:hover {
border-color: #A0A0A0;
color: #A0A0A0;
}
.entry-details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.entry-details .post-meta {
margin-bottom: 0;
margin-left: 1rem;
}
.archive-wrap {
background: #fff;
}
.archive-first + .archive-main {
border-top: 1px #f8f9fa solid;
margin-top: 40px;
padding-top: 40px;
}
.archive-wrap .title-block {
margin-bottom: 0;
padding-bottom: 40px;
}
@media (min-width: 1200px) {
.archive-wrap .title-block {
padding: 0px;
}
}
@media (min-width: 1380px) {
.archive-wrap .title-block {
padding: 80px;
padding-bottom: 40px;
}
}
.archive-wrap .title-block + .archive-main {
padding-top: 0;
}
@media (min-width: 1200px) {
.archive-first,
.archive-main {
padding: 40px;
}
.archive-first + .archive-main {
margin-top: 0;
}
}
@media (min-width: 1380px) {
.archive-first,
.archive-main {
padding: 80px;
}
.archive-first {
padding-bottom: 40px;
}
.archive-first + .archive-main {
padding-top: 40px;
}
}
.archive-description {
margin-top: 1.5rem;
}
.archive-main article:not(:first-child) {
margin-top: 40px;
}
.archive-main .post-meta > .meta-author:first-child:not(:last-child):after {
content: '';
width: 1.5rem;
border-top: 1px solid rgba(206, 212, 218, 0.75);
}
@media (min-width: 1200px) {
.archive-full article:not(:first-child) {
border-top: 1px solid #e9ecef;
margin-top: 4.5rem;
padding-top: 4.5rem;
}
}
@media (min-width: 1020px) {
.archive-full .post-inner + .post-inner {
margin-top: 2rem;
}
}
@media (min-width: 720px) {
.archive-list .post-outer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.archive-list .post-inner {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
margin-bottom: 0;
}
.archive-list .post-inner:first-child:last-child {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.archive-list .post-inner + .post-inner {
margin-top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.archive-grid .post-inner + .post-inner {
margin-top: 1rem;
}
@media (min-width: 720px) {
.archive-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.archive-grid article {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.archive-grid article:nth-child(-n+2) {
margin-top: 0;
}
}
@media (min-width: 1020px) {
.sidebar-disabled .archive-grid article {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.sidebar-disabled .archive-grid article:nth-child(-n+3) {
margin-top: 0;
}
}
.archive-masonry .archive-col-2,
.archive-masonry .archive-col-3 {
display: none;
}
.archive-masonry .cs-overlay-background {
position: relative;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
}
.archive-masonry .cs-overlay-content {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
width: 100%;
min-height: 100%;
top: 0;
left: 0;
}
.archive-masonry .post-inner + .post-inner {
margin-top: 1rem;
}
@media (min-width: 720px) {
.archive-masonry {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.archive-masonry .archive-col,
.archive-masonry > article {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.archive-masonry .archive-col-2 {
display: block;
}
.archive-masonry > article:nth-child(-n+2) {
margin-top: 0;
}
}
@media (min-width: 1020px) {
.sidebar-disabled .archive-masonry .archive-col,
.sidebar-disabled .archive-masonry > article {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.sidebar-disabled .archive-masonry .archive-col-3 {
display: block;
}
.sidebar-disabled .archive-masonry > article:nth-child(-n+3) {
margin-top: 0;
}
}
.archive-related {
margin-top: 3rem;
}
@media (min-width: 1200px) {
.archive-related {
margin-top: 1px;
}
} @media (min-width: 1200px) {
.single .site-main .entry, .page .site-main .entry {
padding: 20px;
background: white;
}
}
@media (min-width: 1380px) {
.single .site-main .entry, .page .site-main .entry {
padding: 80px;
}
}
.post-media {
margin-top: 3rem;
margin-bottom: 3rem;
}
.post-media figure {
margin-bottom: 0;
}
.post-media figure.wp-caption .wp-caption-text {
margin-bottom: 0;
}
.single .site-main .entry-header-small .post-media > figure,
.single .site-main .entry-header-small .post-media > figure > a:not(.pk-pin-it) > img {
display: block;
height: 100%;
width: 100%;
}
.single .site-main .entry-header-small .post-media > figure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.single .site-main .entry-header-small .post-media > figure > a:not(.pk-pin-it) {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
display: block;
}
.single .site-main .entry-header-small .post-media > figure > figcaption {
-webkit-box-flex: 0;
-ms-flex: 0;
flex: 0;
}
.single .site-main .entry-header-small .post-media img {
-o-object-fit: cover;
object-fit: cover;
}
.entry .entry-header {
margin-bottom: 3rem;
}
.entry-header .entry-inline-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.entry-header .entry-inline-meta .post-categories {
margin-right: 1rem;
margin-bottom: 1.5rem;
}
.entry-header .entry-inline-meta .post-meta {
margin-bottom: 1.5rem;
}
.entry-single-header .entry-title {
font-size: 2rem;
}
@media (min-width: 720px) {
.entry-single-header .entry-title {
font-size: 2.5rem;
}
}
.entry-single-header .entry-title,
.entry-single-header .post-excerpt {
margin-bottom: 1.5rem;
}
.entry-single-header .post-excerpt {
max-width: 670px;
}
.entry-single-header .post-excerpt > *:last-child {
margin-bottom: 0;
}
.entry-header.cs-overlay {
margin-left: -20px;
margin-right: -20px;
width: calc(100% + 40px);
overflow: hidden;
}
@media (min-width: 720px) {
.entry-header.cs-overlay {
margin-left: 0;
margin-right: 0;
width: 100%;
}
}
@media (min-width: 1200px) {
.entry-header.cs-overlay {
margin-left: -40px;
margin-right: -40px;
margin-top: -40px;
margin-bottom: 40px;
width: calc(100% + 80px);
}
.entry-header.cs-overlay .cs-overlay-content {
padding: 3rem;
}
.sidebar-disabled .entry-header.cs-overlay .cs-overlay-content {
padding: 4rem;
}
.entry-header.cs-overlay .post-categories {
top: 3rem;
left: 3rem;
}
.entry-header.cs-overlay .entry-title {
max-width: 670px;
}
}
@media (min-width: 1380px) {
.entry-header.cs-overlay {
margin-left: -80px;
margin-right: -80px;
margin-top: -80px;
margin-bottom: 80px;
width: calc(100% + 160px);
}
}
.entry-header-small {
margin-bottom: 3rem;
}
@media (min-width: 720px) {
.entry-header-small {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.entry-header-small .entry-header {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 0 !important;
}
.entry-header-small .post-media {
margin-top: 0;
margin-bottom: 0;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.entry-header-small .post-header {
margin-top: auto;
}
}
.entry-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.entry-container .entry-content-wrap,
.entry-container .entry-sidebar-wrap {
width: 100%;
}
@media (min-width: 1200px) {
.entry-container {
margin-right: -20px;
margin-left: -20px;
}
.entry-container .entry-content-wrap,
.entry-container .entry-sidebar-wrap {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
.entry-container .entry-content-wrap {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% - 120px);
flex: 0 0 calc(100% - 120px);
width: calc(100% - 120px);
max-width: 710px;
margin-left: auto;
margin-right: auto;
}
.entry-container .entry-sidebar-wrap {
-webkit-box-flex: 0;
-ms-flex: 0 0 120px;
flex: 0 0 120px;
max-width: 120px;
}
.post-sidebar-enabled.sidebar-disabled .entry-container {
max-width: 830px;
margin-left: auto;
margin-right: auto;
-webkit-transform: translateX(-60px);
transform: translateX(-60px);
}
}
@media (min-width: 1200px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide,
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull,
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
-webkit-transform: translateX(0);
transform: translateX(0);
}
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull img,
.block-align-enabled.sidebar-disabled .entry-content .alignfull img {
width: 100%;
min-width: 100%;
}
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull figcaption,
.block-align-enabled.sidebar-disabled .entry-content .alignfull figcaption {
text-align: center;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
width: 260px;
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
width: 560px;
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
width: 740px;
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
width: 920px;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
max-width: 260px;
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
max-width: 560px;
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
max-width: 740px;
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
max-width: 920px;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
margin-left: calc(-130px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
margin-left: calc(-280px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
margin-left: calc(-370px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
margin-left: calc(-460px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
width: 340px;
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
width: 640px;
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
width: 820px;
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
width: 1000px;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
max-width: 340px;
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
max-width: 640px;
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
max-width: 820px;
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
max-width: 1000px;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
margin-left: calc(-170px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
margin-left: calc(-320px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
margin-left: calc(-410px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
margin-left: calc(-500px + 50%);
}
}
@media (min-width: 1200px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
margin-top: 48px;
margin-bottom: 48px;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
width: 600px;
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
width: 900px;
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
width: 1080px;
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
width: 1260px;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
max-width: 600px;
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
max-width: 900px;
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
max-width: 1080px;
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
max-width: 1260px;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
margin-left: calc(-300px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
margin-left: calc(-450px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
margin-left: calc(-540px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
margin-left: calc(-630px + 50%);
}
}
@media (min-width: 1200px) {
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
margin-top: 48px;
margin-bottom: 48px;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
width: 680px;
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
width: 980px;
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
width: 1160px;
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
width: 1340px;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
max-width: 680px;
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
max-width: 980px;
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
max-width: 1160px;
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
max-width: 1340px;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
margin-left: calc(-340px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
margin-left: calc(-490px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
margin-left: calc(-580px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-align-enabled.sidebar-disabled .entry-content .alignfull {
margin-left: calc(-670px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 720px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
width: 160px;
}
}
@media (min-width: 1380px) and (min-width: 1020px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
width: 460px;
}
}
@media (min-width: 1380px) and (min-width: 1200px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
width: 640px;
}
}
@media (min-width: 1380px) and (min-width: 1380px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
width: 820px;
}
}
@media (min-width: 1380px) and (min-width: 720px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
max-width: 160px;
}
}
@media (min-width: 1380px) and (min-width: 1020px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
max-width: 460px;
}
}
@media (min-width: 1380px) and (min-width: 1200px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
max-width: 640px;
}
}
@media (min-width: 1380px) and (min-width: 1380px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
max-width: 820px;
}
}
@media (min-width: 1380px) and (min-width: 720px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
margin-left: calc(-80px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 1020px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
margin-left: calc(-230px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 1200px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
margin-left: calc(-320px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 1380px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignwide {
margin-left: calc(-410px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 720px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
width: 320px;
}
}
@media (min-width: 1380px) and (min-width: 1020px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
width: 620px;
}
}
@media (min-width: 1380px) and (min-width: 1200px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
width: 800px;
}
}
@media (min-width: 1380px) and (min-width: 1380px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
width: 980px;
}
}
@media (min-width: 1380px) and (min-width: 720px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
max-width: 320px;
}
}
@media (min-width: 1380px) and (min-width: 1020px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
max-width: 620px;
}
}
@media (min-width: 1380px) and (min-width: 1200px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
max-width: 800px;
}
}
@media (min-width: 1380px) and (min-width: 1380px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
max-width: 980px;
}
}
@media (min-width: 1380px) and (min-width: 720px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
margin-left: calc(-160px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 1020px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
margin-left: calc(-310px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 1200px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
margin-left: calc(-400px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 1380px) {
.block-align-enabled.sidebar-enabled.post-sidebar-disabled .entry-content .alignfull {
margin-left: calc(-490px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 720px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
width: 520px;
}
}
@media (min-width: 1380px) and (min-width: 1020px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
width: 820px;
}
}
@media (min-width: 1380px) and (min-width: 1200px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
width: 1000px;
}
}
@media (min-width: 1380px) and (min-width: 1380px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
width: 1180px;
}
}
@media (min-width: 1380px) and (min-width: 720px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
max-width: 520px;
}
}
@media (min-width: 1380px) and (min-width: 1020px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
max-width: 820px;
}
}
@media (min-width: 1380px) and (min-width: 1200px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
max-width: 1000px;
}
}
@media (min-width: 1380px) and (min-width: 1380px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
max-width: 1180px;
}
}
@media (min-width: 1380px) and (min-width: 720px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
margin-left: calc(-260px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 1020px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
margin-left: calc(-410px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 1200px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
margin-left: calc(-500px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 1380px) {
.block-align-enabled.sidebar-disabled .entry-content .alignwide {
margin-left: calc(-590px + 50%);
}
}
@media (min-width: 1200px) {
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull {
margin-top: 48px;
margin-bottom: 48px;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull img {
width: 100%;
min-width: 100%;
}
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull figcaption {
text-align: center;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull {
width: 680px;
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull {
width: 980px;
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull {
width: 1160px;
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull {
width: 1340px;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull {
max-width: 680px;
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull {
max-width: 980px;
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull {
max-width: 1160px;
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull {
max-width: 1340px;
}
}
@media (min-width: 1200px) and (min-width: 720px) {
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull {
margin-left: calc(-340px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1020px) {
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull {
margin-left: calc(-490px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1200px) {
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull {
margin-left: calc(-580px + 50%);
}
}
@media (min-width: 1200px) and (min-width: 1380px) {
.block-page-align-enabled.sidebar-disabled .entry-content .alignfull {
margin-left: calc(-670px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 720px) {
.block-page-align-enabled.sidebar-enabled .entry-content .alignfull {
width: 320px;
}
}
@media (min-width: 1380px) and (min-width: 1020px) {
.block-page-align-enabled.sidebar-enabled .entry-content .alignfull {
width: 620px;
}
}
@media (min-width: 1380px) and (min-width: 1200px) {
.block-page-align-enabled.sidebar-enabled .entry-content .alignfull {
width: 800px;
}
}
@media (min-width: 1380px) and (min-width: 1380px) {
.block-page-align-enabled.sidebar-enabled .entry-content .alignfull {
width: 980px;
}
}
@media (min-width: 1380px) and (min-width: 720px) {
.block-page-align-enabled.sidebar-enabled .entry-content .alignfull {
max-width: 320px;
}
}
@media (min-width: 1380px) and (min-width: 1020px) {
.block-page-align-enabled.sidebar-enabled .entry-content .alignfull {
max-width: 620px;
}
}
@media (min-width: 1380px) and (min-width: 1200px) {
.block-page-align-enabled.sidebar-enabled .entry-content .alignfull {
max-width: 800px;
}
}
@media (min-width: 1380px) and (min-width: 1380px) {
.block-page-align-enabled.sidebar-enabled .entry-content .alignfull {
max-width: 980px;
}
}
@media (min-width: 1380px) and (min-width: 720px) {
.block-page-align-enabled.sidebar-enabled .entry-content .alignfull {
margin-left: calc(-160px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 1020px) {
.block-page-align-enabled.sidebar-enabled .entry-content .alignfull {
margin-left: calc(-310px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 1200px) {
.block-page-align-enabled.sidebar-enabled .entry-content .alignfull {
margin-left: calc(-400px + 50%);
}
}
@media (min-width: 1380px) and (min-width: 1380px) {
.block-page-align-enabled.sidebar-enabled .entry-content .alignfull {
margin-left: calc(-490px + 50%);
}
} .navbar-primary {
background: #fff;
}
.sticky-type-slide .navbar-primary.sticky-nav {
-webkit-transform: translateY(calc(-100% - 1rem));
transform: translateY(calc(-100% - 1rem));
}
.sticky-type-slide .navbar-primary.sticky-nav.sticky-nav-slide-visible {
-webkit-transform: translateY(0);
transform: translateY(0);
-webkit-transition: -webkit-transform 0.4s ease;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.navbar-primary.sticky-nav {
position: fixed;
top: 0;
width: 100%;
z-index: 5;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.navbar-primary.sticky-nav.sticky-up {
-webkit-transition: -webkit-transform 0.4s ease;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.navbar-primary.sticky-nav.sticky-nav-slide.sticky-down {
-webkit-transition: -webkit-transform 0.4s ease;
transition: -webkit-transform 0.4s ease;
transition: transform 0.4s ease;
transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.admin-bar .navbar-primary.sticky-nav {
top: 32px;
}
.navbar-dummy {
position: absolute;
display: none;
}
.navbar-primary.sticky-nav + .navbar-dummy {
position: relative;
display: block;
}
@media (max-width: 782px) {
.admin-bar .navbar-primary.sticky-nav {
top: 46px;
}
}
@media (max-width: 600px) {
.admin-bar .navbar-primary.sticky-nav {
top: 0;
}
}
.navbar-wrap {
-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.navbar-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 720px) {
.navbar-container {
max-width: 720px;
}
}
@media (min-width: 1020px) {
.navbar-container {
max-width: 1020px;
}
}
@media (min-width: 1200px) {
.navbar-container {
max-width: 1200px;
}
}
@media (min-width: 1380px) {
.navbar-container {
max-width: 1380px;
}
}
.navbar-container .navbar-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
width: 100%;
height: 60px;
}
.toggle-offcanvas {
background: transparent;
font-size: 1.25rem;
color: #000000;
-webkit-box-flex: 0;
-ms-flex: 0 0 2rem;
flex: 0 0 2rem;
width: 2rem;
height: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
border-radius: 100%;
}
.toggle-offcanvas:hover, .toggle-offcanvas:focus {
color: #A0A0A0;
}
.navbar-primary .toggle-offcanvas {
margin-right: auto;
}
@media (min-width: 1200px) {
.navbar-primary .toggle-offcanvas {
margin-right: 1rem;
display: none;
}
}
.offcanvas-header .toggle-offcanvas {
background: #495057;
}
.offcanvas-header .toggle-offcanvas .cs-icon {
color: white;
}
.toggle-search {
margin-left: 1rem;
background: transparent;
color: #000000;
font-size: 1.25rem;
width: 2rem;
height: 2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
border-radius: 100%;
}
.toggle-search:hover, .toggle-search:focus {
color: #A0A0A0;
}
.toggle-search.toggle-close {
background: #495057;
}
.toggle-search.toggle-close .cs-icon {
color: white;
}
.toggle-search.toggle-close .cs-icon:before {
content: "\e923";
}
@media (min-width: 1200px) {
.site-description + .toggle-search {
margin-left: auto;
}
}
.navbar-brand {
display: inline-block;
margin-bottom: 0;
line-height: inherit;
white-space: nowrap;
margin-left: auto;
margin-right: auto;
position: absolute;
-webkit-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0);
left: 50%;
}
.navbar-brand a:hover, .navbar-brand a:focus {
text-decoration: none;
}
@media (min-width: 1200px) {
.navbar-brand {
position: static;
left: 0;
-webkit-transform: none;
transform: none;
margin-left: 0;
margin-right: 1rem;
}
}
.navbar-text {
display: inline-block;
margin-bottom: 0;
}
.navbar-primary .site-description {
display: none;
padding-left: 1rem;
border-left: 1px rgba(233, 236, 239, 0.5) solid;
color: rgba(108, 117, 125, 0.5);
}
@media (min-width: 1380px) {
.navbar-primary .site-description {
display: inline-block;
}
}
.navbar-primary .pk-social-links-count {
color: rgba(108, 117, 125, 0.5);
}
.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.navbar-nav li {
position: relative;
}
.navbar-nav > li > a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
text-decoration: none;
}
.navbar-nav > li.menu-item-has-children > .sub-menu {
top: 100%;
left: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
z-index: 10;
-webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
border-top: 1px #f8f9fa solid;
}
.navbar-nav > li.menu-item-has-children.cs-mm-position-left > .sub-menu {
left: auto;
right: 0;
}
.navbar-nav > li.menu-item-has-children:not(.touch-device):hover > .sub-menu {
display: block;
opacity: 1;
visibility: visible;
}
.navbar-nav > li.menu-item-has-children > a:after {
content: "\e90c";
}
.navbar-nav > li.menu-item-has-children.touch-device > a:after {
display: none;
}
.navbar-nav > li.menu-item-has-children.touch-device.submenu-visible > .sub-menu {
display: block;
opacity: 1;
visibility: visible;
}
.navbar-nav > li.menu-item-has-children.touch-device .expanded {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.navbar-nav > li.menu-item-has-children.touch-device .expanded:after {
padding-left: 0.25rem;
font-family: "cs-icons";
font-size: 12px;
content: "\e90c";
}
.navbar-nav .menu-item-has-children > a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.navbar-nav .menu-item-has-children > a:after {
padding-left: 0.25rem;
font-family: "cs-icons";
font-size: 12px;
content: "\e90e";
}
.navbar-nav .menu-item-has-children .touch-device.menu-item-has-children > a:after {
display: none;
}
.navbar-nav .menu-item-has-children .touch-device.menu-item-has-children > a > .expanded:after {
padding-left: 0.25rem;
font-family: "cs-icons";
font-size: 12px;
content: "\e90e";
}
.navbar-nav .cs-mm-position-left > .sub-menu {
border-right: 1px #e9ecef solid;
}
.navbar-nav .cs-mm-position-right > .sub-menu {
border-left: 1px #e9ecef solid;
}
.navbar-nav .sub-menu {
background: #fff;
position: absolute;
margin: 0;
padding: 0.5rem 0;
text-align: left;
list-style: none;
-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.navbar-nav .sub-menu > li {
padding: 0;
}
.navbar-nav .sub-menu > li:hover > a, .navbar-nav .sub-menu > li:focus > a {
padding-left: 1.5rem;
background: #f8f9fa;
}
.navbar-nav .sub-menu > li > a {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
white-space: nowrap;
min-width: 200px;
padding: 0.5rem 1rem;
-webkit-transition: 0.2s ease padding, opacity, color;
transition: 0.2s ease padding, opacity, color;
}
.navbar-nav .sub-menu > .menu-item:not(:last-child) > a {
border-bottom: 1px #e9ecef solid;
}
.navbar-nav .sub-menu .sub-menu {
display: block;
visibility: hidden;
top: -0.5rem;
left: 100%;
opacity: 0;
-webkit-transition: all 0.2s;
transition: all 0.2s;
z-index: 1;
}
.navbar-nav .sub-menu .sub-menu.cs-mm-position-init {
-webkit-transform: translate3d(0.5rem, 0, 0);
transform: translate3d(0.5rem, 0, 0);
}
.navbar-nav .sub-menu li.cs-mm-position-left > .sub-menu {
left: auto;
right: 100%;
}
.navbar-nav .sub-menu li:not(.touch-device):hover > .sub-menu {
visibility: visible;
opacity: 1;
}
.navbar-nav .sub-menu li:not(.touch-device):hover > .sub-menu.cs-mm-position-init {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.navbar-nav .sub-menu li.touch-device.submenu-visible > a {
padding-left: 1.5rem;
}
.navbar-nav .sub-menu li.touch-device.submenu-visible > .sub-menu {
visibility: visible;
opacity: 1;
}
.navbar-nav .sub-menu li.touch-device.submenu-visible > .sub-menu.cs-mm-position-init {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.navbar-primary .navbar-nav {
margin-left: auto;
height: 100%;
display: none;
}
.navbar-primary .navbar-nav > li {
height: 100%;
}
.navbar-primary .navbar-nav > li > a {
height: 100%;
}
@media (min-width: 1200px) {
.navbar-primary .navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}
.navbar-primary .pk-social-links-template-nav {
margin-left: auto;
display: none;
}
@media (min-width: 1200px) {
.navbar-primary .pk-social-links-template-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
} .navbar-nav > li.cs-menu-5-columns {
position: inherit;
}
.navbar-nav > li.cs-menu-5-columns.cs-hide-titles > .sub-menu > li > a {
display: none;
}
.navbar-nav > li.cs-menu-5-columns > .sub-menu {
display: grid !important;
grid-template-columns: repeat(5, 1fr);
grid-column-gap: 2rem;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 2rem;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
left: -9999px;
}
.navbar-nav > li.cs-menu-5-columns > .sub-menu > li.menu-item-has-children > a {
background: transparent;
font-weight: bold;
}
.navbar-nav > li.cs-menu-5-columns > .sub-menu > li.menu-item-has-children > a:after {
display: none;
}
.navbar-nav > li.cs-menu-5-columns > .sub-menu > li.menu-item-has-children > a .expanded {
display: none;
}
.navbar-nav > li.cs-menu-5-columns > .sub-menu > li > .sub-menu {
visibility: visible;
position: relative;
top: 0;
left: 0;
padding: 0;
border: none;
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav > li.cs-menu-5-columns > .sub-menu li:hover > a, .navbar-nav > li.cs-menu-5-columns > .sub-menu li:focus > a {
padding-left: 1rem;
}
.navbar-nav > li.cs-menu-5-columns > .sub-menu li a {
white-space: initial;
}
.navbar-nav > li.cs-menu-5-columns:not(.touch-device):hover > .sub-menu {
left: 0;
right: 0;
}
.navbar-nav > li.cs-menu-5-columns.touch-device.submenu-visible > .sub-menu {
left: 0;
right: 0;
} .ajax-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 3rem;
}
.ajax-navigation .load-more {
padding: 0.5rem 6rem;
}
.ajax-navigation .load-more.loading {
position: relative;
color: transparent;
}
.ajax-navigation .load-more.loading:before {
width: 1rem;
height: 1rem;
border: 2px solid rgba(255, 255, 255, 0.25);
border-top-color: white;
border-radius: 50%;
position: relative;
-webkit-animation: loader-rotate 1s linear infinite;
animation: loader-rotate 1s linear infinite;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
text-align: center;
content: "";
}
@-webkit-keyframes loader-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loader-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.navigation.posts-navigation {
margin-top: 3rem;
}
.navigation.posts-navigation .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 0.875rem;
}
.navigation.posts-navigation .nav-previous > a:before {
margin-right: 0.5rem;
font-family: "cs-icons";
content: "\e904";
}
.navigation.posts-navigation .nav-next > a:after {
margin-left: 0.5rem;
font-family: "cs-icons";
content: "\e906";
}
.navigation.pagination {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 3rem;
}
.navigation.pagination:last-child {
margin-bottom: 0;
}
.navigation.pagination .nav-links {
display: inline-block;
padding: 0;
color: #adb5bd;
font-size: 0.875rem;
}
.navigation.pagination .nav-links > span,
.navigation.pagination .nav-links > a {
display: inline-block;
padding: 0 0.5rem;
}
.navigation.pagination .nav-links a:first-child:before {
margin-right: 0.5rem;
font-family: "cs-icons";
content: "\e904";
}
.navigation.pagination .nav-links a:last-child:after {
margin-left: 0.5rem;
font-family: "cs-icons";
content: "\e906";
}
.navigation.comment-navigation {
padding: 1rem 0;
border-top: 1px #e9ecef solid;
border-bottom: 1px #e9ecef solid;
}
.navigation.comment-navigation .nav-links {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navigation.comment-navigation .nav-links .nav-previous a:before {
margin-right: 0.5rem;
font-family: "cs-icons";
content: "\e904";
}
.navigation.comment-navigation .nav-links .nav-next {
text-align: right;
}
.navigation.comment-navigation .nav-links .nav-next a:after {
margin-left: 0.5rem;
font-family: "cs-icons";
content: "\e906";
} .post-comments {
display: none;
margin-top: 3rem;
padding-top: 3rem;
border-top: 1px #e9ecef solid;
}
.post-comments .title-block {
text-align: left;
}
.post-comments-simple {
display: block;
}
.title-comment-reply {
margin-bottom: 1.5rem;
text-align: left;
}
.title-comment-reply:after {
margin-left: 0;
}
.post-comments {
margin-top: 3rem;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
margin-top: 1.5rem;
margin-bottom: 0;
}
.comment-body + .comment-respond,
.comment-list + .comment-respond {
padding-top: 3rem;
border-top: 1px #e9ecef solid;
}
.comment-list {
padding-left: 0;
list-style: none;
margin: 0;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
padding: 1.5rem 0;
}
.comment-list .children {
list-style: none;
padding: 0;
margin: 0;
}
.comment-list .children > li {
padding-left: 20px;
}
@media (min-width: 1200px) {
.comment-list .children > li {
padding-left: 40px;
}
}
@media (max-width: 1379.98px) {
.comment-list .children > li > .children > li > .children > li > .children > li > .children > li {
padding-left: 0;
}
}
.comment-author .avatar {
float: left;
position: relative;
width: 60px;
height: 60px;
margin-right: 20px;
border-radius: 50%;
}
.comment-author .fn {
font-size: 1rem;
}
.bypostauthor > article .fn:after {
position: relative;
margin-left: 0.25rem;
font-family: "cs-icons";
content: "\e90b";
}
.comment-meta {
margin-bottom: 1rem;
}
.comment-meta::after {
display: block;
clear: both;
content: "";
}
.comment-metadata .edit-link,
.pingback .edit-link {
display: inline-block;
}
.comment-content {
font-size: 0.875rem;
}
.comment-content ul,
.comment-content ol {
margin: 0 0 1.5rem 1rem;
}
.comment-content li > ul,
.comment-content li > ol {
margin-bottom: 0;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
font-size: 0.875rem;
}
.no-comments {
margin: 1rem 0 0;
}
.comment-form-cookies-consent label {
display: inline;
margin-left: 0.5rem;
}
@media (min-width: 720px) {
.post-comments .comment-form {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.post-comments .comment-form-comment {
margin-bottom: 1.5rem;
}
.post-comments .comment-notes,
.post-comments .comment-form-comment,
.post-comments .logged-in-as {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-bottom: 1.5rem;
}
.post-comments .comment-form-author,
.post-comments .comment-form-email,
.post-comments .comment-form-url {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-bottom: 1.75rem;
}
.post-comments .comment-form-cookies-consent {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
}
.form-submit {
margin: 0;
}
@media (min-width: 720px) {
.form-submit {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
}
.required {
color: #dc3545;
}
.title-comment-reply small {
font-size: 100%;
}
.title-comment-reply small a {
float: right;
overflow: hidden;
width: 24px;
height: 24px;
}
.title-comment-reply small a:before {
float: left;
position: relative;
font-family: "cs-icons";
font-size: 24px;
content: "\e923";
}
.post-comments-show {
margin-top: 3rem;
text-align: center;
}
.post-comments-show button {
background: #343a40;
margin: 0 auto;
padding: 0.5rem 1.5rem;
}
.post-comments-show button:hover, .post-comments-show button:focus {
background: #212529;
} .content-not-found {
margin: 0 auto;
}
@media (min-width: 720px) {
.content-not-found {
max-width: 720px;
}
}
@media (min-width: 1020px) {
.content-not-found {
max-width: 1020px;
}
}
@media (min-width: 1200px) {
.content-not-found {
max-width: 1200px;
}
}
@media (min-width: 1380px) {
.content-not-found {
max-width: 1380px;
}
}
@media (min-width: 1200px) {
.content-not-found {
padding: 40px;
background: white;
}
}
@media (min-width: 1380px) {
.content-not-found {
padding: 80px;
}
}
.page-header-has-description + .content-not-found {
margin-top: 40px;
} .cs-meet-team .cs-author:not(:first-child) {
margin-top: 3rem;
}
.cs-meet-team .cs-author .cs-author-meta {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cs-meet-team .cs-author .cs-author-avatar {
margin-right: 1.5rem;
}
.cs-meet-team .cs-author .cs-author-title {
margin-right: 1.5rem;
margin-bottom: 0;
}
.cs-meet-team .cs-author .cs-author-description {
margin-top: 1rem;
}
.cs-meet-team .cs-author .cs-author-posts {
border-top: 1px solid #e9ecef;
margin-top: 1.5rem;
padding-top: 1.5rem;
}
.cs-meet-team .cs-author .author-title-posts {
margin-bottom: 0;
}
.cs-meet-team .cs-author .pk-social-links-item:not(:hover) {
opacity: 0.6;
} .cs-site-map > ul {
margin: 0;
padding: 0;
}
.cs-site-map ul {
list-style: none;
}
.cs-site-map .cs-category-title {
margin-bottom: 0;
}
.cs-site-map .cs-list-articles {
padding-bottom: 0;
}
.cs-site-map .cs-category-item {
margin-top: 1rem;
}  .post-header-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-header-container .author-avatar {
-webkit-box-flex: 0;
-ms-flex: 0 0 60px;
flex: 0 0 60px;
}
.post-header-container .author-details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.post-header-container .author-details .post-meta {
margin-bottom: 0;
}
.post-header-container .author-avatar + .author-avatar {
position: relative;
margin-left: -1rem;
z-index: 2;
}
.post-header-container .author-avatar + .author-details {
padding-left: 1rem;
}
.post-header-container .author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
font-size: 0.875rem;
}
.post-header-container .author .fn {
margin-bottom: 0;
}
.post-header-container .author-wrap + .author-wrap > .author:before {
margin: 0 0.5rem;
content: '·';
}
.post-header-container .post-meta {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
margin-bottom: 0;
margin-top: 0.25rem;
}
.post-header-container .pk-social-links-wrap {
padding-left: 0.5rem;
-ms-flex-item-align: start;
align-self: flex-start;
}
.post-header-container .pk-social-links-item {
padding-bottom: 0;
} .post-categories {
padding-left: 0;
list-style: none;
}
.post-categories > li {
display: inline-block;
}
.post-categories > li:not(:last-child) {
margin-right: 0.5rem;
}
.post-categories li:not(:last-child):after {
content: ",";
}
.post-meta .post-categories {
margin-bottom: 0;
}
.post-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
}
.post-meta > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.post-meta > li:not(:last-child):after {
margin-right: 0.5rem;
content: "\b7";
margin-left: 0.5rem;
}
.post-meta .cs-icon {
margin-right: 0.25rem;
}
.meta-author .sep {
display: inline-block;
padding: 0 0.5rem;
}
.meta-author .author a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.meta-author .avatar {
display: block;
margin-right: 0.5rem;
border-radius: 50%;
}
.meta-shares {
position: relative;
z-index: 3;
}
.meta-shares .total {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.meta-shares .total-number {
position: relative;
}
.meta-shares .total-number {
border-bottom: 1px dotted #dee2e6;
} .post-format-icon {
position: absolute;
right: 20px;
top: 20px;
}
.post-format-icon > a {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 0.875rem;
color: #fff;
background: rgba(52, 58, 64, 0.75);
border-radius: 100%;
-webkit-transition: .2s ease all;
transition: .2s ease all;
}
.post-format-icon > a:after {
position: relative;
font-family: "cs-icons";
font-style: normal;
opacity: 1;
width: auto;
}
.post-format-icon span {
margin-left: 0.25rem;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.post-format-icon + .meta-category .post-categories {
padding-right: 80px;
}
.post-format-icon .cs-format-video:after {
content: "\e91c";
}
.post-format-icon .cs-format-audio:after {
content: "\e91b";
}
.post-format-icon .cs-format-gallery:after {
content: "\e92a";
} .post-author {
margin-top: 3rem;
}
.post-author:not(:last-child) {
margin-bottom: 3rem;
}
.post-author .avatar {
border-radius: 50%;
}
.post-author > *:last-child {
margin-bottom: 0;
}
.post-author .author-wrap + .author-wrap {
margin-top: 1.5rem;
}
.post-author .author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.post-author .author-avatar {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.post-author .author-description {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
font-size: 0.875rem;
color: #6c757d;
}
.post-author .title-author,
.post-author .note {
margin-bottom: 1rem;
}
.post-author .fn a {
color: #000000;
}
.post-author .fn a:hover, .post-author .fn a:focus {
color: #A0A0A0;
}
.post-author .fn .url {
margin: 0;
}
.post-author .pk-social-links-item {
padding-bottom: 0;
} .post-subscribe {
position: relative;
background: #e9ecef;
margin-top: 3rem;
}
@media (min-width: 1200px) {
.post-subscribe {
margin-top: 0;
}
}
.post-subscribe .pk-subscribe-container {
padding: 40px;
}
@media (min-width: 1380px) {
.post-subscribe .pk-subscribe-container {
padding: 80px;
}
}
.sidebar-disabled .post-subscribe .pk-subscribe-data {
max-width: 670px;
margin: 0 auto;
} .tagcloud .tag-cloud-link {
font-size: 0.75rem !important;
}
.tagcloud a:not(:last-child) {
margin-right: 0.5rem;
}
.post-tags {
margin-top: 3rem;
}
.post-tags a {
color: #000000;
}
.post-tags a:hover, .post-tags a:focus {
color: #A0A0A0;
}
.post-tags ul {
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
.post-tags ul > li {
display: inline-block;
}
.post-tags ul > li:not(:last-child) {
margin-right: 0.5rem;
} .cs-breadcrumbs {
margin-bottom: 1.5rem;
}
.cs-breadcrumbs .cs-separator {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.cs-breadcrumbs .cs-separator:before {
font-family: "cs-icons";
content: "\e90e";
} .page-header {
margin-bottom: 3rem;
}
.page-header-has-description .archive-description p:last-child {
margin-bottom: 0;
}
@media (min-width: 1200px) {
.page-header-has-description {
background: #fff;
margin-bottom: 0;
padding: 40px;
}
}
@media (min-width: 1380px) {
.page-header-has-description {
padding: 80px;
}
}
.page-header-has-description + .post-archive {
border-top: 1px #f8f9fa solid;
padding-top: 40px;
margin-top: 0;
}
@media (min-width: 1200px) {
.page-header-has-description + .post-archive {
padding-top: 0;
}
}
.page-author-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.page-author-container .author-avatar,
.page-author-container .author-content {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.page-author-container .author-content {
margin-top: 1rem;
}
.page-author-container .pk-social-links-items {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media (min-width: 1020px) {
.page-author-container .author-avatar,
.page-author-container .author-content {
-webkit-box-align: initial;
-ms-flex-align: initial;
align-items: initial;
text-align: initial;
}
.page-author-container .author-avatar {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.page-author-container .author-content {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
margin-top: 0;
}
}
.page-title {
margin-bottom: 0;
} .cs-overlay {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 100%;
}
.cs-overlay:hover .cs-overlay-background:after, .cs-overlay:focus .cs-overlay-background:after {
opacity: .7;
}
.cs-overlay .entry-inline-meta {
margin-bottom: auto;
}
.cs-overlay .post-meta {
margin-bottom: 0;
}
.cs-overlay .post-categories {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: -2px;
}
.cs-overlay .post-categories a {
display: block;
padding: 0.25rem 0.5rem;
background: rgba(52, 58, 64, 0.75);
color: #fff;
border-radius: 4px;
-webkit-transition: .2s ease all;
transition: .2s ease all;
}
.cs-overlay .post-categories a:hover {
background: rgba(52, 58, 64, 0.75);
color: #fff;
}
.cs-overlay .post-categories li {
margin-top: 2px;
margin-right: 2px;
}
.cs-overlay .post-categories li:after {
content: none;
}
.cs-overlay .post-categories li:last-child {
margin-right: 0;
}
.cs-overlay .meta-category {
margin-bottom: auto;
}
.cs-overlay .meta-category:after {
display: none;
}
.cs-overlay-hover .post-meta {
opacity: 0;
-webkit-transition: .2s ease all;
transition: .2s ease all;
}
.cs-overlay-hover .cs-overlay-background {
background: rgba(0, 0, 0, 0.2);
}
.cs-overlay-hover .cs-overlay-background:after {
opacity: 0;
}
.cs-overlay-hover:hover .post-meta, .cs-overlay-hover:focus .post-meta {
opacity: 1;
}
.cs-overlay-hover:hover .cs-overlay-background:after, .cs-overlay-hover:focus .cs-overlay-background:after {
opacity: 0.5;
}
.cs-overlay-no-hover .cs-overlay-background:after {
opacity: 0.75;
}
.cs-overlay-no-hover:hover .cs-overlay-background:after, .cs-overlay-no-hover:focus .cs-overlay-background:after {
opacity: 0.75;
}
.cs-overlay-background {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.cs-overlay-background img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.cs-overlay-background:after {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
-webkit-transition: .2s ease all;
transition: .2s ease all;
}
.cs-overlay-content {
position: relative;
padding: 20px;
width: 100%;
}
.cs-overlay-content a {
position: relative;
z-index: 1;
}
.cs-overlay-content h4, .cs-overlay-content h5, .cs-overlay-content h6,
.cs-overlay-content .h4, .cs-overlay-content .h5, .cs-overlay-content .h6 {
margin-bottom: 0.5rem;
}
.cs-overlay-link {
position: absolute;
display: block;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.cs-overlay-ratio:before {
content: '';
display: table;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 0;
height: 100%;
}
.cs-overlay-ratio .cs-overlay-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
justify-content: flex-end;
-ms-flex-pack: start;
position: relative;
}
.cs-overlay-ratio .cs-overlay-background {
position: absolute !important;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.cs-overlay-ratio .cs-overlay-background img {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
}
@media (max-width: 719.98px) {
.cs-overlay-ratio h1, .cs-overlay-ratio h2, .cs-overlay-ratio h3, .cs-overlay-ratio h4 {
font-size: 1.25rem;
letter-spacing: 0;
}
}
@media (max-width: 1199.98px) {
.cs-overlay-ratio h1 {
font-size: 2rem;
}
}
.cs-ratio-portrait {
max-width: 560px;
margin-right: auto;
margin-left: auto;
}
.cs-ratio-portrait:before {
padding-bottom: 125%;
}
.cs-ratio-landscape:before {
padding-bottom: 75%;
}
.cs-ratio-square:before {
padding-bottom: 100%;
}
.cs-ratio-16by9.cs-ratio-landscape:before {
padding-bottom: 56.25%;
} .navbar-nav .cs-mega-menu {
position: static;
}
.navbar-nav .cs-mega-menu > .sub-menu {
top: auto;
right: 0;
left: 0;
padding: 0;
}
.navbar-nav .cs-mega-menu .cs-mm-posts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
margin-left: -1rem;
margin-right: -1rem;
text-align: center;
}
.navbar-nav .cs-mega-menu .cs-mm-posts.cs-mm-loading {
height: 300px;
}
.navbar-nav .cs-mega-menu .cs-mm-posts.cs-mm-loading:before {
width: 1.5rem;
height: 1.5rem;
border: 2px solid rgba(119, 119, 119, 0.25);
border-top-color: #777;
border-radius: 50%;
position: relative;
-webkit-animation: loader-rotate 1s linear infinite;
animation: loader-rotate 1s linear infinite;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
text-align: center;
content: "";
}
@keyframes loader-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.navbar-nav .cs-mega-menu .cs-mm-post {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
padding-top: 2rem;
padding-left: 1rem;
padding-right: 1rem;
}
.navbar-nav .cs-mega-menu .cs-mm-post:nth-child(-n+5) {
padding-top: 0;
}
.navbar-nav .cs-mega-menu .cs-mm-post .entry-header .entry-title {
margin: 1rem 0 0.5rem;
}
.navbar-nav .cs-mega-menu .cs-mm-post .entry-header .post-meta {
margin-bottom: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.navbar-nav .cs-mega-menu .cs-mm-post .entry-header .post-meta .cs-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.navbar-nav .cs-mega-menu-has-category .cs-mm-posts {
padding: 2rem;
}
.navbar-nav .cs-mega-menu-has-categories .cs-mm-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
margin-left: 0;
margin-right: 0;
}
.navbar-nav .cs-mega-menu-has-categories .cs-mm-categories {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
padding: 2rem;
position: relative;
background: #e9ecef;
}
.navbar-nav .cs-mega-menu-has-categories .cs-mm-categories li.menu-item {
display: block;
padding: 0;
}
.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts-container {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
padding-left: 0;
padding-right: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 80%;
max-width: 80%;
}
.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts {
display: none;
padding: 2rem;
}
.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts .cs-mm-post {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
padding-top: 2rem;
}
.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts .cs-mm-post:nth-child(-n+4) {
padding-top: 0;
}
.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts.active-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.navbar-nav:not(:hover) > li .cs-mm-post a {
-webkit-transition: none !important;
transition: none !important;
}
.navbar-nav .cs-mega-menu-child > a {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
display: block;
} .cs-card-sm {
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.cs-card-sm .cs-card-thumbnail a {
height: 100%;
display: block;
}
.cs-card-sm .cs-card-thumbnail img {
height: 100%;
width: 80px;
max-width: 80px;
-o-object-fit: cover;
object-fit: cover;
}
.cs-card-sm .cs-card-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0.75rem 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.cs-card-sm .cs-card-content > *:last-child {
margin-bottom: 0;
}
.cs-card-sm .entry-title {
width: 100%;
margin-bottom: 0;
}
.cs-card-sm .post-meta {
margin-top: 0.25rem;
}
.cs-card {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background: #fff;
padding: 20px;
}
.cs-card .post-meta {
margin-top: auto;
margin-bottom: 0;
} .subcategories {
margin-top: 3rem;
padding-top: 3rem;
border-top: 1px #e9ecef solid;
}
.subcategories .cs-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.subcategories .cs-nav-link {
display: block;
padding: 0.5rem 0;
}
.subcategories .cs-nav-item:not(:last-child) {
margin-right: 1rem;
} .section-hero {
background: #f8f9fa;
}
.section-hero .cs-container {
position: relative;
}
.section-hero .cs-overlay-background:after {
display: none;
}
.section-hero .hero-container {
padding: 2rem 0;
}
.section-hero .hero-logo {
margin-bottom: 1.5rem;
}
.section-hero .hero-title {
color: #000000;
}
.section-hero .hero-description {
font-size: 1.25rem;
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.section-hero .hero-description p {
margin-bottom: 0;
}
.section-hero .search-form {
max-width: 800px;
margin: 0 auto;
}
.section-hero .cs-input-group {
position: relative;
}
.section-hero .cs-input-group:after {
content: "\e91f";
font-family: "cs-icons";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 3rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #6c757d;
font-size: 1.25rem;
z-index: 3;
}
.section-hero input[type="search"] {
padding: 0.75rem 1rem 0.75rem 3rem;
}
.section-hero .search-submit {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
@media (min-width: 1020px) {
.section-hero .cs-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
}
.section-hero .hero-container {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.section-hero .hero-content {
max-width: calc(50% - 20px);
}
}
@media (min-width: 1020px) {
.section-hero .hero-content .hero-forms-two {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.section-hero .hero-content .hero-forms-two .search-form,
.section-hero .hero-content .hero-forms-two .pk-subscribe-form-wrap {
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(50% - 20px);
flex: 0 0 calc(50% - 20px);
}
.section-hero .hero-content .hero-forms-two .search-form {
margin-right: 20px;
}
.section-hero .hero-content .hero-forms-two .pk-subscribe-form-wrap {
margin-top: 0;
margin-left: 20px;
text-align: left;
}
}
@media (min-width: 1200px) {
.section-hero input[type="search"] {
padding: 1rem 1rem 1rem 3rem;
}
.section-hero .cs-form-focus {
-webkit-box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.1);
}
.section-hero .search-submit {
padding-left: 2rem;
padding-right: 2rem;
}
}
.section-hero.hero-center .hero-content {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.section-hero.hero-center .pk-subscribe-form-wrap {
margin-left: auto;
margin-right: auto;
}
.section-hero.hero-right .hero-content {
margin-left: auto;
}
.hero-image-outside {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 0;
}
.hero-image-outside .cs-overlay-background {
position: relative;
-webkit-box-ordinal-group: 11;
-ms-flex-order: 10;
order: 10;
}
@media (min-width: 1020px) {
.hero-image-outside {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.hero-image-outside .cs-overlay-content,
.hero-image-outside .cs-overlay-background {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.hero-image-outside .cs-overlay-content {
margin-bottom: 0;
}
.hero-image-outside .cs-container {
padding: 0;
}
.hero-image-outside .hero-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.hero-image-outside .hero-content {
width: 470px;
max-width: 470px;
}
}
@media (min-width: 1200px) {
.hero-image-outside .hero-content {
width: 560px;
max-width: 560px;
}
}
@media (min-width: 1380px) {
.hero-image-outside .hero-content {
width: 650px;
max-width: 650px;
}
}
.hero-image-outside.hero-left {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
@media (min-width: 1020px) {
.hero-image-outside.hero-left .cs-overlay-background {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.hero-image-outside.hero-left .cs-overlay-background img {
-o-object-position: center left;
object-position: center left;
}
.hero-image-outside.hero-left .hero-content {
margin-left: auto;
padding-right: 20px;
}
}
.hero-image-outside.hero-right {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
@media (min-width: 1020px) {
.hero-image-outside.hero-right .cs-overlay-background {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.hero-image-outside.hero-right .cs-overlay-background img {
-o-object-position: center right;
object-position: center right;
}
.hero-image-outside.hero-right .hero-content {
margin-right: auto;
margin-left: 0;
padding-left: 20px;
}
} .section-homepage-posts {
background: #f8f9fa;
padding-top: 3rem;
padding-bottom: 3rem;
overflow: hidden;
}
@media (min-width: 1200px) {
.section-homepage-posts {
padding-bottom: 0;
}
}
.cs-homepage-posts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.cs-homepage-post {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
.cs-homepage-post article {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
.cs-homepage-post .cs-card {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.cs-homepage-post:first-child {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 1020px) {
.cs-homepage-post:first-child {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
.cs-homepage-post:first-child .cs-overlay {
height: 100%;
}
.cs-homepage-post:not(:first-child) {
margin-top: 3rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 720px) {
.cs-homepage-post:not(:first-child) {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 1020px) {
.cs-homepage-post:not(:first-child) {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
margin-top: 0;
}
} .section-homepage-categories {
margin-top: 4.5rem;
}
.cs-homepage-category:not(:first-child) {
margin-top: 4.5rem;
}
.cs-homepage-category > .h4 {
margin-bottom: 0;
}
.cs-homepage-category .cs-card-sm {
background: #e9ecef;
}
.cs-homepage-category .cs-card {
background: #f8f9fa;
}
.cs-list-articles {
padding: 20px 0;
}
@media (min-width: 1020px) {
.cs-homepage-categories {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.cs-homepage-category {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.cs-homepage-category .cs-card {
background: #fff;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
margin-bottom: 0;
}
.cs-categories-columns-2 .cs-homepage-category,
.cs-categories-columns-4 .cs-homepage-category {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.cs-categories-columns-3 .cs-homepage-category {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.cs-categories-columns-2 .cs-homepage-category:nth-child(-n+2),
.cs-categories-columns-3 .cs-homepage-category:nth-child(-n+3),
.cs-categories-columns-4 .cs-homepage-category:nth-child(-n+2) {
margin-top: 0;
}
}
@media (min-width: 1200px) {
.cs-list-articles {
padding: 20px;
}
.cs-categories-columns-4 .cs-homepage-category:nth-child(-n+4) {
border-top: none;
padding-top: 0;
margin-top: 0;
}
.cs-categories-columns-4 .cs-homepage-category {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.cs-categories-columns-4 .post-meta > li:nth-child(n+3) {
display: none;
}
.cs-categories-columns-4 .post-meta > li:nth-child(2):after {
display: none;
}
} .section-footer-posts {
padding-top: 3rem;
padding-bottom: 3rem;
overflow: hidden;
}
.cs-footer-posts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.cs-footer-post {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-top: 3rem;
}
.cs-footer-post article {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
.cs-footer-post .cs-card {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
.cs-footer-post .cs-card {
-webkit-box-shadow: none;
box-shadow: none;
}
}
@media (min-width: 720px) {
.cs-footer-post {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.cs-footer-post:nth-child(-n+2) {
margin-top: 0;
}
}
@media (min-width: 1020px) {
.cs-footer-post {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.cs-footer-post:nth-child(-n+4) {
margin-top: 0;
}
} .section-category-posts {
margin-bottom: 3rem;
}
.cs-category-posts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.cs-category-post {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
.cs-category-post article {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
}
.cs-category-post .cs-overlay h2 {
font-size: 1.25rem;
}
@media (min-width: 1200px) {
.cs-category-post .cs-overlay h2 {
font-size: 2rem;
}
}
.cs-category-post .cs-card {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
.cs-category-post .cs-card {
-webkit-box-shadow: none;
box-shadow: none;
}
}
.sidebar-disabled .cs-category-post .cs-overlay h2 {
font-size: 2rem;
}
.cs-homepage-category-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 1.5rem;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.cs-homepage-category-title,
.cs-homepage-category-count {
margin-bottom: 0;
}
.cs-homepage-category-count {
margin-left: 1.5rem;
}
.cs-category-post:first-child {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 720px) {
.cs-category-post:first-child {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 1200px) {
.cs-category-post:first-child {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
}
.cs-category-post:first-child .cs-overlay {
height: 100%;
}
@media (min-width: 720px) {
.sidebar-disabled .cs-category-post:first-child {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1020px) {
.sidebar-disabled .cs-category-post:first-child {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
.cs-category-post:not(:first-child) {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-top: 3rem;
}
@media (min-width: 720px) {
.cs-category-post:not(:first-child) {
margin-top: 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 1200px) {
.cs-category-post:not(:first-child) {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
}
.sidebar-disabled .cs-category-post:not(:first-child) {
margin-top: 3rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
@media (min-width: 720px) {
.sidebar-disabled .cs-category-post:not(:first-child) {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 1020px) {
.sidebar-disabled .cs-category-post:not(:first-child) {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
margin-top: 0;
}
} .cs-nextpost-loading {
position: relative;
margin-top: 1rem;
height: 80px;
}
.cs-nextpost-loading:before {
width: 1.5rem;
height: 1.5rem;
border: 2px solid rgba(119, 119, 119, 0.25);
border-top-color: #777;
border-radius: 50%;
position: relative;
-webkit-animation: loader-rotate 1s linear infinite;
animation: loader-rotate 1s linear infinite;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
text-align: center;
content: "";
}
@keyframes loader-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.cs-nextpost-section {
border-top: 1px #f8f9fa solid;
margin-top: 3rem;
padding-top: 3rem;
}
@media (min-width: 1200px) {
.cs-nextpost-section {
margin-top: 0;
padding-top: 0;
}
} .widget { }
.widget:not(:last-child) {
margin: 0 0 60px;
}
.widget select {
max-width: 100%;
}
.widget ul {
padding-left: 0;
list-style: none;
margin-bottom: 0;
} .widget_nav_menu a {
display: block;
padding: 1rem 0;
}
.widget_nav_menu .menu > .menu-item:not(:first-child) {
border-top: 1px #dee2e6 solid;
}
.widget_nav_menu .menu-item-has-children {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
.widget_nav_menu .menu-item-has-children > a {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.widget_nav_menu .menu-item-has-children > span {
cursor: pointer;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.widget_nav_menu .menu-item-has-children > span:after {
padding: 1rem 0;
font-family: "cs-icons";
font-size: 14px;
content: "\e90c";
}
.widget_nav_menu .menu-item-has-children > ul {
width: 100%;
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.widget_nav_menu .menu-item-expanded > span:after {
content: "\e90f";
}
.widget_nav_menu .menu > .menu-item > .sub-menu {
padding-bottom: 1rem;
}
.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:after {
visibility: hidden;
float: right;
opacity: 0;
font-family: "cs-icons";
font-size: 14px;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
content: "\e90e";
}
.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:hover:after {
visibility: visible;
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
.widget_nav_menu .sub-menu {
display: none;
}
.widget_nav_menu .sub-menu a {
padding: 0.5rem 0;
line-height: 1;
}
.widget_nav_menu .sub-menu .sub-menu {
padding: 0.5rem 0;
}
.widget_nav_menu .sub-menu .sub-menu a {
padding-left: 1rem;
}
.widget_nav_menu .submenu-visible {
display: block;
}
.widget_pages ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
padding: 1rem 0;
color: #A0A0A0;
}
.widget_pages ul li:not(:last-child),
.widget_archive ul li:not(:last-child),
.widget_categories ul li:not(:last-child),
.widget_meta ul li:not(:last-child) {
border-bottom: 1px #e9ecef solid;
}
.widget_pages ul li:first-child:last-child,
.widget_archive ul li:first-child:last-child,
.widget_categories ul li:first-child:last-child,
.widget_meta ul li:first-child:last-child {
border-bottom: none;
padding-bottom: 0;
}
.widget_pages ul li:first-child:last-child > .sub-menu,
.widget_archive ul li:first-child:last-child > .sub-menu,
.widget_categories ul li:first-child:last-child > .sub-menu,
.widget_meta ul li:first-child:last-child > .sub-menu {
padding-bottom: 0;
}
.widget_pages ul li a,
.widget_archive ul li a,
.widget_categories ul li a,
.widget_meta ul li a {
padding-right: 0.6666666667rem;
margin-right: auto;
-webkit-transition: color 0.2s;
transition: color 0.2s;
}
.widget_pages ul ul.children,
.widget_archive ul ul.children,
.widget_categories ul ul.children,
.widget_meta ul ul.children {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
width: 100%;
margin: 1rem 0;
}
.widget_pages ul ul.children li,
.widget_archive ul ul.children li,
.widget_categories ul ul.children li,
.widget_meta ul ul.children li {
padding: 1rem 0 1rem 1rem;
}
.widget_pages ul ul.children li:last-child,
.widget_archive ul ul.children li:last-child,
.widget_categories ul ul.children li:last-child,
.widget_meta ul ul.children li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.widget_pages ul ul.sub-menu,
.widget_archive ul ul.sub-menu,
.widget_categories ul ul.sub-menu,
.widget_meta ul ul.sub-menu {
margin: 1rem 0;
}
.widget_pages ul ul.sub-menu li:last-child,
.widget_archive ul ul.sub-menu li:last-child,
.widget_categories ul ul.sub-menu li:last-child,
.widget_meta ul ul.sub-menu li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.widget_pages ul .screen-reader-text,
.widget_archive ul .screen-reader-text,
.widget_categories ul .screen-reader-text,
.widget_meta ul .screen-reader-text {
display: none;
}
.widget_calendar table, .widget_calendar .wp-block-table {
border: 1px solid #dee2e6;
margin: 0;
}
.widget_calendar th {
border-bottom: none;
background-color: #f8f9fa;
color: #000000;
}
.widget_calendar td,
.widget_calendar th {
padding: 0;
line-height: 2rem;
text-align: center;
}
.widget_recent_comments li {
position: relative;
padding-bottom: 1rem;
}
.widget_recent_comments li:last-child {
padding-bottom: 0;
}
.widget_recent_comments li a {
display: block;
margin-top: 1rem;
}
.widget_recent_entries li {
position: relative;
padding-bottom: 1rem;
}
.widget_recent_entries li:last-child {
padding-bottom: 0;
}
.widget_recent_entries li .post-date {
margin-left: 1rem;
}
.widget_recent_entries li .post-date:before {
content: '(';
}
.widget_recent_entries li .post-date:after {
content: ')';
}
.widget_rss .title-block a {
color: #A0A0A0;
}
.widget_rss .rss-widget-icon {
display: none;
}
.widget_rss ul li {
position: relative;
padding-bottom: 1rem;
}
.widget_rss ul li:last-child {
padding-bottom: 0;
}
.widget_rss ul li .rsswidget {
color: #000000;
-webkit-transition: color 0.25s;
transition: color 0.25s;
}
.widget_rss ul li .rss-date {
display: block;
margin-top: 1rem;
color: #A0A0A0;
}
.widget_rss ul li .rssSummary {
margin-top: 1rem;
color: #000000;
}
.widget_rss ul li cite {
display: block;
margin-top: 1rem;
color: #A0A0A0;
}
.widget_tag_cloud {
overflow: hidden;
}
.widget_tag_cloud .tagcloud {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.widget_tag_cloud .tagcloud a {
background: #e9ecef;
height: 2rem;
line-height: 2rem;
padding: 0 1rem;
margin-top: 1rem;
margin-right: 1rem;
text-decoration: none;
}
.widget_tag_cloud .tagcloud a:last-child {
margin-right: 0;
}
.widget_media_video .mejs-container {
max-width: 100%;
overflow: hidden;
}
.widget_media_video .mejs-container video,
.widget_media_video .mejs-container iframe,
.widget_media_video .mejs-container object,
.widget_media_video .mejs-container embed {
max-width: 100%;
overflow: hidden;
}
.widget_media_gallery {
overflow: hidden;
}
.widget_media_gallery [class^="gallery-columns-"],
.widget_media_gallery [class*=" gallery-columns-"] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: -1rem;
margin-left: -0.5rem;
margin-right: -0.5rem;
margin-bottom: 0;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item {
position: relative;
margin-top: 1rem;
margin-bottom: 0;
padding: 0 0.5rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item img {
display: block;
border-radius: 0;
-webkit-transition: 0.25s;
transition: 0.25s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item:hover img,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item:hover img {
opacity: 0.6;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-caption,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-caption {
padding: 1rem 1rem 0;
}
.widget_media_gallery [class^="gallery-columns-"] .gallery-item .gallery-icon,
.widget_media_gallery [class*=" gallery-columns-"] .gallery-item .gallery-icon {
position: relative;
width: 100%;
overflow: hidden;
}
.widget_media_gallery .gallery-columns-4 .gallery-caption,
.widget_media_gallery .gallery-columns-5 .gallery-caption,
.widget_media_gallery .gallery-columns-6 .gallery-caption,
.widget_media_gallery .gallery-columns-7 .gallery-caption,
.widget_media_gallery .gallery-columns-8 .gallery-caption,
.widget_media_gallery .gallery-columns-9 .gallery-caption {
display: none;
}
.widget_media_gallery .gallery-columns-1 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.widget_media_gallery .gallery-columns-2 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.widget_media_gallery .gallery-columns-3 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.widget_media_gallery .gallery-columns-4 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.widget_media_gallery .gallery-columns-5 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.widget_media_gallery .gallery-columns-6 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.widget_media_gallery .gallery-columns-7 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 14.2857142857%;
flex: 0 0 14.2857142857%;
max-width: 14.2857142857%;
}
.widget_media_gallery .gallery-columns-8 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.widget_media_gallery .gallery-columns-9 .gallery-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 11.1111111111%;
flex: 0 0 11.1111111111%;
max-width: 11.1111111111%;
} .widget_text {
color: #000000;
word-wrap: break-word;
}
.widget_text ul {
list-style: disc;
margin: 0 0 1rem 1rem;
}
.widget_text ol {
list-style: decimal;
}
.widget_text ul li,
.widget_text ol li {
border: none;
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
padding-bottom: 0;
}
.widget_text ul li ul {
margin: 0 0 0 1rem;
}
.widget_text ul li li {
padding-left: 0;
padding-right: 0;
}
.widget_text ol li {
list-style-position: inside;
}
.widget_text ol li + li {
margin-top: -1px;
} img {
max-width: 100%;
height: auto;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
}
img.avatar {
border-radius: 100%;
}
.post-media img {
width: 100%;
} .wp-caption {
margin-bottom: 1rem;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
margin-left: auto;
margin-right: auto;
display: block;
}
.wp-caption .wp-caption-text {
margin: 1rem 0;
}
.wp-caption-text {
margin-top: 1rem;
font-size: 0.875rem;
} .gallery {
margin-bottom: 1.5rem;
}
@media (min-width: 720px) {
div[class^='gallery-columns-'], div[class*=' gallery-columns-'] {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
margin-left: -10px;
margin-right: -10px;
}
div[class^='gallery-columns-'] .pk-zoom-icon-popup, div[class*=' gallery-columns-'] .pk-zoom-icon-popup {
position: relative;
}
div[class^='gallery-columns-'] .pk-pin-it, div[class*=' gallery-columns-'] .pk-pin-it {
left: calc(1rem + 10px);
}
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
@media (min-width: 720px) {
.gallery-columns-2 .gallery-item {
max-width: 50%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 720px) {
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 720px) {
.gallery-columns-4 .gallery-item {
max-width: 25%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 720px) {
.gallery-columns-5 .gallery-item {
max-width: 20%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 720px) {
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 720px) {
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 720px) {
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
@media (min-width: 720px) {
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 20px;
}
}
.gallery-caption {
display: block;
}  .entry-content .pk-row > [class^="pk-col-"] > a,
.entry-content .pk-row > [class^="pk-col-"] > p > a,
.entry-content .pk-row > [class^="pk-col-"] > ul li > a,
.entry-content .pk-row > [class^="pk-col-"] > ol li > a,
.entry-content .pk-row > [class^="pk-col-"] > p > em > a,
.entry-content .pk-row > [class^="pk-col-"] > p > strong > a,
.entry-content .pk-row > [class*=" pk-col-"] > a,
.entry-content .pk-row > [class*=" pk-col-"] > p > a,
.entry-content .pk-row > [class*=" pk-col-"] > ul li > a,
.entry-content .pk-row > [class*=" pk-col-"] > ol li > a,
.entry-content .pk-row > [class*=" pk-col-"] > p > em > a,
.entry-content .pk-row > [class*=" pk-col-"] > p > strong > a {
text-decoration: underline;
}
.entry-content .pk-row > [class^="pk-col-"] > a:hover, .entry-content .pk-row > [class^="pk-col-"] > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > p > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > p > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > ul li > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > ul li > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > ol li > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > ol li > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > p > em > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > p > em > a:focus,
.entry-content .pk-row > [class^="pk-col-"] > p > strong > a:hover,
.entry-content .pk-row > [class^="pk-col-"] > p > strong > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > p > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > p > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > ul li > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > ul li > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > ol li > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > ol li > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > p > em > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > p > em > a:focus,
.entry-content .pk-row > [class*=" pk-col-"] > p > strong > a:hover,
.entry-content .pk-row > [class*=" pk-col-"] > p > strong > a:focus {
text-decoration: none;
}
.entry-content .pk-row > [class^="pk-col-"] > h1,
.entry-content .pk-row > [class^="pk-col-"] > h2,
.entry-content .pk-row > [class^="pk-col-"] > h3,
.entry-content .pk-row > [class^="pk-col-"] > h4,
.entry-content .pk-row > [class^="pk-col-"] > h5,
.entry-content .pk-row > [class^="pk-col-"] > h6,
.entry-content .pk-row > [class*=" pk-col-"] > h1,
.entry-content .pk-row > [class*=" pk-col-"] > h2,
.entry-content .pk-row > [class*=" pk-col-"] > h3,
.entry-content .pk-row > [class*=" pk-col-"] > h4,
.entry-content .pk-row > [class*=" pk-col-"] > h5,
.entry-content .pk-row > [class*=" pk-col-"] > h6 {
margin-bottom: 1.5rem;
}
.entry-content .pk-row > [class^="pk-col-"] > h1:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h2:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h3:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h4:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h5:not(:first-child),
.entry-content .pk-row > [class^="pk-col-"] > h6:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h1:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h2:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h3:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h4:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h5:not(:first-child),
.entry-content .pk-row > [class*=" pk-col-"] > h6:not(:first-child) {
margin-top: 3rem;
}
.entry-content .pk-row + .pk-row h1:first-child, .entry-content .pk-row + .pk-row h2:first-child, .entry-content .pk-row + .pk-row h3:first-child, .entry-content .pk-row + .pk-row h4:first-child, .entry-content .pk-row + .pk-row h5:first-child, .entry-content .pk-row + .pk-row h6:first-child {
margin-top: 1.5rem;
}
.entry-content div[class^='pk-col-'], .entry-content div[class*=' pk-col-'] {
margin-bottom: 1.5rem;
}
.entry-content div[class^='pk-col-'] > *:last-child, .entry-content div[class*=' pk-col-'] > *:last-child {
margin-bottom: 0;
}
.entry-content .pk-clearfix {
margin: 0;
} .pk-bg-overlay form:not(.cs-form-focus) {
-webkit-box-shadow: none;
box-shadow: none;
}
.menu-item .pk-badge {
margin-bottom: auto;
margin-top: auto;
margin-right: auto;
}
.pk-alert {
color: #000000;
}
.pk-alert a {
color: #000000;
}
.pk-alert a:hover {
color: #A0A0A0;
}
.entry-content .pk-button {
color: #fff;
}
.entry-content .pk-alert {
margin-bottom: 1.5rem;
}
.entry-content .pk-instagram-feed a {
color: #000000;
}
.entry-content .pk-instagram-feed a:hover {
color: #A0A0A0;
}
.entry-content .pk-instagram-feed .pk-instagram-btn {
color: #fff;
-webkit-transition: 0.25s;
transition: 0.25s;
}
.entry-content .pk-instagram-feed .pk-instagram-btn:hover {
background-color: #000000;
color: #fff;
}
.entry-content .pk-twitter-wrap a {
color: #A0A0A0;
}
.entry-content .pk-twitter-wrap a:hover {
color: #000000;
}
.entry-content .pk-twitter-wrap .pk-twitter-header a {
color: #000000;
}
.entry-content .pk-twitter-wrap .pk-twitter-header a:hover {
color: #A0A0A0;
}
.entry-content .pk-twitter-wrap .pk-twitter-btn {
color: #fff;
-webkit-transition: 0.25s;
transition: 0.25s;
}
.entry-content .pk-twitter-wrap .pk-twitter-btn:hover {
background-color: #000000;
color: #fff;
} .meta-share-links {
position: absolute;
max-width: 320px;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
display: -ms-grid;
-ms-grid-columns: max-content;
bottom: 100%;
left: -9999px;
padding-left: 50%;
padding-bottom: 0.5rem;
-webkit-transform: translateY(-30%);
transform: translateY(-30%);
-webkit-transition: -webkit-transform 0.5s;
transition: -webkit-transform 0.5s;
transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.meta-share-links .pk-share-buttons-wrap {
position: relative;
border-radius: 3px;
background: #fff;
padding: 0.7rem;
margin: 0;
opacity: 0;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
-webkit-box-shadow: 0 0 2.5rem rgba(87, 58, 58, 0.3);
box-shadow: 0 0 2.5rem rgba(87, 58, 58, 0.3);
}
.meta-share-links .pk-share-buttons-wrap:after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: transparent;
border-top-color: #fff;
border-width: 7px;
margin-left: -7px;
}
.meta-share-links .pk-share-buttons-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.meta-share-links .pk-share-buttons-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding: 0 0.1rem;
border-radius: 3px;
}
.meta-share-links .pk-share-buttons-icon {
font-size: 1rem;
}
.meta-share-links .pk-share-buttons-count {
margin-top: 0.125rem;
color: #6c757d;
}
.meta-share-links .pk-share-buttons-scheme-default {
background: rgba(0, 0, 0, 0.8);
-webkit-box-shadow: none;
box-shadow: none;
}
.meta-share-links .pk-share-buttons-scheme-default:after {
border-top-color: rgba(0, 0, 0, 0.8);
}
.meta-share-links .pk-share-buttons-scheme-default .pk-share-buttons-link {
background: transparent;
}
.meta-share-links .pk-share-buttons-scheme-default .pk-share-buttons-link:hover {
background: transparent !important;
}
.meta-share-links .pk-share-buttons-scheme-default .pk-share-buttons-link:hover .pk-share-buttons-count {
color: #fff;
opacity: 1;
}
.meta-share-links .pk-share-buttons-scheme-default .pk-share-buttons-icon {
color: #fff;
}
.meta-share-links .pk-share-buttons-scheme-default .pk-share-buttons-count {
color: #fff;
}
.meta-shares:hover {
cursor: pointer;
}
.meta-shares:hover .meta-share-links {
-webkit-transform: translateY(0);
transform: translateY(0);
left: 0;
}
.meta-shares:hover .pk-share-buttons-wrap {
border-radius: 3px;
opacity: 1;
}
.entry-sidebar-wrap {
display: none;
}
@media (min-width: 1200px) {
.entry-sidebar-wrap {
display: block;
}
}
.entry-sidebar-wrap .post-sidebar-shares {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
position: -webkit-sticky;
position: sticky;
top: 40vh;
margin-top: 0;
}
.entry-sidebar-wrap .post-sidebar-inner {
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.entry-sidebar-wrap .pk-share-buttons-wrap {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 0;
}
.entry-sidebar-wrap .pk-share-buttons-total {
margin-bottom: 1.5rem;
padding-bottom: 1rem;
border-bottom: 1px #e9ecef solid;
width: 100%;
}
.entry-sidebar-wrap .pk-share-buttons-total .pk-share-buttons-count {
font-size: 1.25rem;
color: #000000;
}
.entry-sidebar-wrap .pk-share-buttons-total .pk-share-buttons-label {
color: #A0A0A0;
}
.entry-sidebar-wrap .pk-share-buttons-items {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.entry-sidebar-wrap .pk-share-buttons-item {
position: relative;
}
.entry-sidebar-wrap .pk-share-buttons-item > .pk-share-buttons-count {
height: auto;
}
.entry-sidebar-wrap .pk-share-buttons-total {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.entry-sidebar-wrap .pk-share-buttons-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 40px;
width: 40px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 40px;
border-radius: 100%;
}
.entry-sidebar-wrap .pk-share-buttons-link .pk-share-buttons-count {
line-height: 1;
position: absolute;
right: -2rem;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
color: #A0A0A0;
-webkit-transition: .2s ease all;
transition: .2s ease all;
}
.entry-sidebar-wrap .pk-share-buttons-link:hover .pk-share-buttons-count, .entry-sidebar-wrap .pk-share-buttons-link:focus .pk-share-buttons-count {
color: #000000;
}
.entry-sidebar-wrap .pk-share-buttons-scheme-bold .pk-share-buttons-icon {
font-size: 1.5rem;
}
.post-header .pk-share-buttons-wrap {
margin: 2rem 0 0;
}
.post-header .pk-share-buttons-wrap .pk-share-buttons-item {
-webkit-box-flex: initial;
-ms-flex-positive: initial;
flex-grow: initial;
}
.post-header .pk-share-buttons-wrap .pk-share-buttons-link {
border-radius: 4px;
}
.cs-overlay .post-header .pk-share-buttons-link {
background: rgba(33, 37, 41, 0.5);
color: #fff;
}
.cs-overlay .post-header .pk-share-buttons-link:hover {
background: rgba(33, 37, 41, 0.75);
color: #fff;
}
.pk-share-buttons-after-content {
margin-top: 1rem !important;
}
.pk-share-buttons-after-content .pk-share-buttons-link {
border-radius: 4px;
} .post-author .pk-social-links-items {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.post-author .pk-social-links-item {
padding-top: 0;
}
.sidebar-area .pk-social-links-scheme-light-bg .pk-social-links-link {
background: #fff;
}
.sidebar-area .pk-social-links-scheme-light-bg.pk-social-links-template-columns .pk-social-links-item {
margin-bottom: 1px;
}
.sidebar-area .pk-social-links-scheme-light-bg.pk-social-links-template-columns .pk-social-links-item:not(:last-child) .pk-social-links-link {
margin-right: 1px;
}
.sidebar-area .pk-social-links-scheme-light-rounded .pk-social-links-icon {
background: #fff;
}
.page-header .pk-social-links-wrap {
margin-top: 1rem;
}
.site-info .pk-social-links-item {
padding-bottom: 0;
} @media (min-width: 1200px) {
.sidebar-area .pk-widget-about {
padding: 40px;
background: #fff;
}
}
@media (min-width: 1200px) {
.sidebar-area .pk-widget-author:not(.pk-widget-author-with-bg) {
padding: 1.5rem;
background: #fff;
}
}
.sidebar .pk-widget-posts .pk-post-number {
border: 2px #F8F8F8 solid;
font-size: 0.875rem;
line-height: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.pk-widget-posts .pk-lazyload.pk-lqip.size-pk-small {
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
}
.pk-widget-posts .meta-category {
display: inline-block;
margin-bottom: 1rem;
}
.pk-widget-posts-template-large .meta-category {
margin-bottom: auto;
}
.pk-widget-posts-template-large .cs-card {
-webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
.pk-widget-posts-template-large .cs-card {
-webkit-box-shadow: none;
box-shadow: none;
}
}
.site-footer-widgets .pk-widget-posts-template-large .cs-card {
-webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
} .pk-zoom-icon-popup:after {
content: "\e928";
font-family: "cs-icons";
border-radius: 100%;
} .pk-pin-it {
border-radius: 100%;
} .pk-twitter-content {
font-size: 0.875rem;
}
@media (min-width: 1200px) {
.sidebar-area .pk-twitter-default {
background: #fff;
padding: 40px;
}
} .pk-instagram-data .pk-meta {
color: #fff;
}
@media (min-width: 1200px) {
.sidebar-area .pk-instagram-template-default {
background: #fff;
padding: 40px;
}
} .pk-subscribe-form-wrap form {
border-radius: 3px;
-webkit-box-shadow: 0 0 0 0.2rem #F8F8F8;
box-shadow: 0 0 0 0.2rem #F8F8F8;
-webkit-transition: .2s ease box-shadow;
transition: .2s ease box-shadow;
overflow: hidden;
}
.pk-subscribe-form-wrap form.cs-form-focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.pk-subscribe-form-wrap .pk-input-group {
position: relative;
background: #fff;
border-radius: 3px;
}
.pk-subscribe-form-wrap .pk-input-group button {
position: relative;
margin: 0.5rem;
z-index: 2;
border: 1px #e9ecef solid;
background: #fff;
color: #6c757d;
}
.pk-subscribe-form-wrap .pk-input-group button:hover, .pk-subscribe-form-wrap .pk-input-group button:focus {
color: #343a40;
border-color: #ced4da;
}
.pk-subscribe-form-wrap .pk-input-group input[type="text"] {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.widget .pk-subscribe-form-wrap.pk-subscribe-with-name input[type="text"] {
border-top: 1px solid #e9ecef;
width: 100%;
text-align: center;
border-radius: 0;
margin-top: 0;
padding: 0.5rem;
}
.widget .pk-subscribe-form-wrap.pk-subscribe-with-name input[type="text"]:first-child {
border-top: none;
}
.widget .pk-subscribe-form-wrap.pk-subscribe-with-name button {
margin-top: 0;
}
.widget .pk-subscribe-form-wrap.pk-subscribe-with-bg form {
overflow: initial;
}
.widget .pk-subscribe-form-wrap.pk-subscribe-with-bg input[type="text"] {
margin-top: 0.5rem;
width: 100%;
border-radius: 3px;
}
.widget .pk-subscribe-form-wrap.pk-subscribe-with-bg button {
margin-top: 0.5rem;
}
.content-area .pk-subscribe-with-name input[type="text"] + input[type="text"] {
border-top: 1px solid #e9ecef;
margin-top: 0;
border-radius: 0;
}
.content-area .pk-subscribe-with-name input[type="text"] {
width: 100%;
text-align: center;
}
.content-area .pk-subscribe-with-name button {
margin-top: 0;
}
@media (min-width: 720px) {
.content-area .pk-subscribe-with-name .pk-input-group {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.content-area .pk-subscribe-with-name input[type="text"] + input[type="text"] {
border-left: 1px solid #e9ecef;
border-top: none;
}
.content-area .pk-subscribe-with-name input[type="text"] {
width: 1%;
text-align: left;
}
.content-area .pk-subscribe-with-name button {
margin-top: 0.5rem;
}
}
.section-hero .pk-subscribe-form-wrap {
max-width: 500px;
margin: 1.5rem 0 0;
}
.section-hero .pk-subscribe-form-wrap.pk-subscribe-with-name input[type="text"] + input[type="text"] {
border-top: 1px solid #e9ecef;
margin-top: 0;
border-radius: 0;
}
.section-hero .pk-subscribe-form-wrap.pk-subscribe-with-name input[type="text"] {
width: 100%;
text-align: center;
}
.section-hero .pk-subscribe-form-wrap.pk-subscribe-with-name button {
margin-top: 0;
}
@media (min-width: 720px) {
.section-hero .pk-subscribe-form-wrap:first-child.pk-subscribe-with-name .pk-input-group {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.section-hero .pk-subscribe-form-wrap:first-child.pk-subscribe-with-name input[type="text"] + input[type="text"] {
border-left: 1px solid #e9ecef;
border-top: none;
}
.section-hero .pk-subscribe-form-wrap:first-child.pk-subscribe-with-name input[type="text"] {
width: 1%;
text-align: left;
}
.section-hero .pk-subscribe-form-wrap:first-child.pk-subscribe-with-name button {
margin-top: 0.5rem;
}
}
.section-hero .pk-subscribe-form-wrap:not(.pk-subscribe-with-name) .pk-input-group:after {
content: "\e92b";
font-family: "cs-icons";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 3rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #6c757d;
font-size: 1.25rem;
z-index: 3;
}
.section-hero .pk-subscribe-form-wrap:not(.pk-subscribe-with-name) input[type="text"] {
padding: 0.75rem 1rem 0.75rem 3rem;
}
@media (min-width: 1200px) {
.section-hero .pk-subscribe-form-wrap:not(.pk-subscribe-with-name) input[type="text"] {
padding: 1rem 1rem 1rem 3rem;
}
.section-hero .pk-subscribe-form-wrap:not(.pk-subscribe-with-name) button {
padding-left: 2rem;
padding-right: 2rem;
}
}
@media (min-width: 1200px) {
.section-hero .pk-subscribe-form-wrap .cs-form-focus {
-webkit-box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 0.4rem rgba(0, 0, 0, 0.1);
}
}
.section-hero.cs-text-center .pk-subscribe-form-wrap {
margin-left: auto;
margin-right: auto;
} .pk-inline-posts-container .post-meta a {
font-weight: normal;
color: #000000;
}
.pk-inline-posts-container .post-meta a:hover {
color: #A0A0A0;
}
.pk-inline-posts-container .post-meta .meta-category a {
color: #A0A0A0;
}
.pk-inline-posts-container .post-meta .meta-category a:hover {
color: #000000;
}
.pk-inline-posts-container .pk-title a {
color: #000000;
}
.pk-inline-posts-container .pk-title a:hover {
color: #A0A0A0;
} .pk-toc:not(:last-child) {
padding-bottom: 40px;
margin-bottom: 3rem;
border-bottom: 1px #e9ecef solid;
}
.pk-toc:not(:first-child) {
padding-top: 40px;
margin-top: 3rem;
border-top: 1px #e9ecef solid;
} .wf-loading body,
.wf-loading body a,
.wf-loading body span,
.wf-loading body p,
.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6,
.wf-loading label,
.wf-loading .post-meta,
.wf-loading .cs-link-more,
.wf-loading .button {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.wf-loading .navbar-primary .navbar-nav {
opacity: 0;
}
.wf-loading .nav-cart,
.wf-loading .toggle-search {
margin-left: auto;
}
.wf-loading .nav-cart + .toggle-search,
.wf-loading .pk-social-links-wrap + .nav-cart {
margin-left: 1rem;
}  .searchwp-live-search-results.searchwp-live-search-results-showing {
margin-top: 4px;
-webkit-box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
min-height: 164px;
max-height: 332px;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a {
padding: 1rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: .2s ease background;
transition: .2s ease background;
white-space: normal;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a img {
width: 50px;
height: 50px;
margin-right: 1rem;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a .h6 {
margin-bottom: 0;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a .meta-date {
margin-top: 0.25rem;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a small {
display: none;
margin-left: auto;
color: #A0A0A0;
padding-left: 1rem;
}
@media (min-width: 720px) {
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a small {
display: block;
}
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a > span {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a:hover, .searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a:focus {
background: #e9ecef;
outline: 0;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result:not(:last-child) a {
border-bottom: 1px #e9ecef solid;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result--focused {
background: transparent;
}
@media (max-width: 1019.98px) {
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result .h6 {
font-size: 0.75rem;
}
} .wpcf7 {
margin: 0;
padding: 0;
}
.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.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output,
.wpcf7 .wpcf7-display-none { display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 1rem 0;
padding: 0.5rem 1rem;
background: #6cdcff;
font-size: 0.875rem;
color: #00526c;
}
.wpcf7 form.sent .wpcf7-response-output {
background: #d8f6df;
color: #145523;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
background: #f3b7bd;
color: #921925;
}
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
background: #fff4d3;
color: #a07800;
}
.wpcf7 .wpcf7-form-control-wrap {
position: relative;
display: block;
}
.wpcf7 label .wpcf7-form-control-wrap {
margin-top: 0.5rem;
}
.wpcf7 .wpcf7-not-valid-tip {
color: #dc3545;
font-size: 0.875rem;
font-weight: normal;
display: block;
}
.wpcf7 .use-floating-validation-tip .wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #dc3545;
background: var(--cs-color-primary);
padding: .2em .8em;
}
.wpcf7 .wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7 .wpcf7-list-item-label:before,
.wpcf7 .wpcf7-list-item-label:after {
content: " ";
}
.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
margin-left: 1rem;
vertical-align: middle;
width: 20px;
height: 20px;
border: 2px solid rgba(160, 160, 160, 0.25);
border-top-color: #A0A0A0;
border-radius: 50%;
position: relative;
-webkit-animation: loader-rotate 1s linear infinite;
animation: loader-rotate 1s linear infinite;
background: transparent; }
@keyframes loader-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.wpcf7 .ajax-loader:after { content: none;
}
.wpcf7 form.submitting .ajax-loader,
.wpcf7 .ajax-loader.is-active { visibility: visible;
}
.wpcf7 div.ajax-error {
display: none;
}
.wpcf7 .placeheld {
color: var(--cs-color-secondary);
}
.wpcf7 .wpcf7-recaptcha iframe {
margin-bottom: 0;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit {
vertical-align: middle;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}