@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-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;
}
}.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-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;
}
}.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-bluesky .pk-social-links-link:hover {
color: #4f93f0;
}
.pk-social-links-threads .pk-social-links-link:hover {
color: #000000;
}
.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-bluesky .pk-social-links-link {
color: #4f93f0;
}
.pk-social-links-scheme-bold .pk-social-links-bluesky .pk-social-links-link:hover .pk-social-links-icon {
color: #7eb0f4;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bluesky .pk-social-links-link {
color: #4f93f0 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-bluesky .pk-social-links-link:hover .pk-social-links-icon {
color: #7eb0f4 !important;
}
.pk-social-links-scheme-bold .pk-social-links-threads .pk-social-links-link {
color: #000000;
}
.pk-social-links-scheme-bold .pk-social-links-threads .pk-social-links-link:hover .pk-social-links-icon {
color: #1a1919;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-threads .pk-social-links-link {
color: #000000 !important;
}
.is-style-pk-social-links-bold.cnvs-block-social-links .pk-social-links-threads .pk-social-links-link:hover .pk-social-links-icon {
color: #1a1919 !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-bluesky .pk-social-links-link:hover .pk-social-links-icon {
color: #4f93f0 !important;
}
.is-style-pk-social-links-inverse.cnvs-block-social-links .pk-social-links-threads .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-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-bluesky .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-bluesky .pk-social-links-link:hover {
background-color: #4f93f0;
}
.pk-social-links-scheme-light-bg .pk-social-links-threads .pk-social-links-link:hover,
.is-style-pk-social-links-light-bg .pk-social-links-threads .pk-social-links-link:hover {
background-color: #000000;
}
.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-bluesky .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-bluesky .pk-social-links-link {
background-color: #4f93f0;
}
.pk-social-links-scheme-bold-bg .pk-social-links-bluesky .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-bluesky .pk-social-links-link:hover {
background-color: #7eb0f4;
}
.pk-social-links-scheme-bold-bg .pk-social-links-threads .pk-social-links-link,
.is-style-pk-social-links-bold-bg .pk-social-links-threads .pk-social-links-link {
background-color: #000000;
}
.pk-social-links-scheme-bold-bg .pk-social-links-threads .pk-social-links-link:hover,
.is-style-pk-social-links-bold-bg .pk-social-links-threads .pk-social-links-link:hover {
background-color: #1a1919;
}
.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-bluesky .pk-social-links-link {
color: #4f93f0 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-bluesky .pk-social-links-link:hover .pk-social-links-icon {
color: #7eb0f4 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-threads .pk-social-links-link {
color: #000000 !important;
}
.is-style-pk-social-links-light-rounded .pk-social-links-threads .pk-social-links-link:hover .pk-social-links-icon {
color: #1a1919 !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-bluesky .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bluesky .pk-social-links-icon {
background-color: #4f93f0;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-bluesky .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-bluesky .pk-social-links-link:hover .pk-social-links-icon {
background-color: #7eb0f4;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-threads .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-threads .pk-social-links-icon {
background-color: #000000;
}
.pk-social-links-scheme-bold-rounded .pk-social-links-threads .pk-social-links-link:hover .pk-social-links-icon,
.is-style-pk-social-links-bold-rounded .pk-social-links-threads .pk-social-links-link:hover .pk-social-links-icon {
background-color: #1a1919;
}
.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-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;
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}.uagb-forms__outer-wrap .uagb-forms-input,.uagb-forms__outer-wrap .uagb-forms-input::placeholder,.uagb-forms__outer-wrap .uagb-forms-input-label,.uagb-forms__outer-wrap .uagb-forms-main-submit-button,.uagb-forms__outer-wrap .uagb-forms-success-message,.uagb-forms__outer-wrap .uagb-forms-failed-message{-webkit-transition-property:color, background-color, border-color;-moz-transition-property:color, background-color, border-color;-o-transition-property:color, background-color, border-color;transition-property:color, background-color, border-color;-webkit-transition-duration:0.15s;-moz-transition-duration:0.15s;-o-transition-duration:0.15s;transition-duration:0.15s}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-input,.uagb-forms__outer-wrap .uagb-forms-main-form input[type="text"]{min-height:0 !important}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-input::-webkit-input-placeholder,.uagb-forms__outer-wrap .uagb-forms-main-form input[type="text"]::-webkit-input-placeholder{overflow:unset}.uagb-forms__outer-wrap .uagb-forms-main-form input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),.uagb-forms__outer-wrap .uagb-forms-main-form textarea,.uagb-forms__outer-wrap .uagb-forms-main-form select{width:100%;box-sizing:border-box}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-checkbox-wrap .uagb-form-checkbox-option input.uagb-inner-input-view{width:33%}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-wrap .uagb-form-phone-country{width:25%;margin-right:5px}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-wrap .uagb-forms-phone-input{width:75% !important}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex{display:flex;width:100%;justify-content:space-between}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex .uagb-form-phone-country{width:25%;margin-right:5px}.uagb-forms__outer-wrap .uagb-forms-main-form .required::after{color:#f00;content:" *"}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-form-hidden-data{display:none}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button.wp-block-button__link{width:auto}.uagb-forms__outer-wrap .uagb-forms-submit-message-hide{display:none}.uagb-forms__outer-wrap .uagb-forms-success-message{padding:20px 20px}.uagb-forms__outer-wrap .uagb-forms-failed-message{padding:20px 20px}.uagb-forms__outer-wrap span.components-spinner{float:none}.uagb-forms__outer-wrap .uagb-forms-input.uagb-form-phone-country{background-color:#fff}.uagb-forms__outer-wrap .uag-col-2-wrap{display:grid;grid-template-columns:1fr 1fr;column-gap:15px}.uagb-forms__outer-wrap .uag-col-3-wrap{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:15px}.uagb-forms__outer-wrap .uag-col-4-wrap{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;column-gap:15px}.uagb-forms__outer-wrap .uagb-switch{position:relative;display:inline-block;width:50px;height:25px}.uagb-forms__outer-wrap .uagb-switch input{width:0;height:0;opacity:0}.uagb-forms__outer-wrap .uagb-slider{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff;cursor:pointer;transition:0.4s;-webkit-transition:0.4s}.uagb-forms__outer-wrap .uagb-switch .uagb-slider::before{position:absolute;width:20px;height:20px;background-color:#000;transition:0.4s;content:"";-webkit-transition:0.4s}.uagb-forms__outer-wrap .uagb-switch input:checked+.uagb-slider::before{background-color:#fff}.uagb-forms__outer-wrap .uagb-slider.round::before{border-radius:50% !important}.uagb-forms-select-box,.uagb-form-phone-country,.uagb-forms-phone-wrap .uagb-forms-phone-input{height:auto;-webkit-appearance:none;appearance:none}.uagb-forms-radio-wrap input[type="radio"]:checked+label::before{line-height:1.2;content:" "}.uagb-forms-radio-wrap input[type="radio"]+label::before{display:inline-block;vertical-align:middle;margin-right:10px;margin-bottom:5px;box-sizing:content-box;text-align:center;line-height:1.2;content:""}.uagb-forms-radio-wrap input[type="radio"].round+label::before{border-radius:100% !important}select::after,select::before{padding:10px}.uagb-forms-radio-wrap input[type="radio"],.uagb-forms-checkbox-wrap input[type="checkbox"],.uagb-forms-accept-wrap input[type="checkbox"]{opacity:0}.uagb-forms-checkbox-wrap input[type="checkbox"]:checked+label::before,.uagb-forms-accept-wrap input[type="checkbox"]:checked+label::before{line-height:1.2;content:"\2714"}.uagb-forms-checkbox-wrap input[type="checkbox"]+label::before,.uagb-forms-accept-wrap input[type="checkbox"]+label::before{display:inline-block;vertical-align:middle;margin-right:10px;margin-bottom:5px;box-sizing:content-box;text-align:center;line-height:1.2;content:" "}@media only screen and (max-width: 767px){.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex{display:flex;width:100%}.uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-phone-flex .uagb-form-phone-country{width:25%}}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-column-gap-20 .uagb-forms-main-form{column-gap:20px}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-column-gap-15 .uagb-forms-main-form{column-gap:15px}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-column-gap-10 .uagb-forms-main-form{column-gap:10px}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-column-gap-5 .uagb-forms-main-form{column-gap:5px}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-20 .uagb-forms-main-submit-button-wrap{width:20%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-25 .uagb-forms-main-submit-button-wrap{width:25%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-33 .uagb-forms-main-submit-button-wrap{width:33.33%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-40 .uagb-forms-main-submit-button-wrap{width:40%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-50 .uagb-forms-main-submit-button-wrap{width:50%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-60 .uagb-forms-main-submit-button-wrap{width:60%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-66 .uagb-forms-main-submit-button-wrap{width:66.66%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-75 .uagb-forms-main-submit-button-wrap{width:75%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-desk-width-80 .uagb-forms-main-submit-button-wrap{width:80%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-align-item-flex-start .uagb-forms-main-form{align-items:flex-start}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-align-item-center .uagb-forms-main-form{align-items:center}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form{display:flex;flex-wrap:wrap;margin:0 -5px;position:relative;text-align:left}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-20{width:20%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-25{width:25%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-33{width:33.33%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-40{width:40%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-50{width:50%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-60{width:60%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-66{width:66.66%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-75{width:75%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-desk-width-80{width:80%}@media (min-width: 768px) and (max-width: 1024px){.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-20{width:20%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-25{width:25%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-33{width:33.33%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-40{width:40%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-50{width:50%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-60{width:60%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-66{width:66.66%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-75{width:75%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-80{width:80%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-100{width:100%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-tablet-width-unset{width:auto}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-20 .uagb-forms-main-submit-button-wrap{width:20%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-25 .uagb-forms-main-submit-button-wrap{width:25%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-33 .uagb-forms-main-submit-button-wrap{width:33.33%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-40 .uagb-forms-main-submit-button-wrap{width:40%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-50 .uagb-forms-main-submit-button-wrap{width:50%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-60 .uagb-forms-main-submit-button-wrap{width:60%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-66 .uagb-forms-main-submit-button-wrap{width:66.66%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-75 .uagb-forms-main-submit-button-wrap{width:75%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-80 .uagb-forms-main-submit-button-wrap{width:80%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-100 .uagb-forms-main-submit-button-wrap{width:100%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-tablet-width-unset .uagb-forms-main-submit-button-wrap{width:auto}}@media (max-width: 767px){.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-20{width:20%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-25{width:25%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-33{width:33.33%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-40{width:40%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-50{width:50%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-60{width:60%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-66{width:66.66%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-75{width:75%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-80{width:80%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-100{width:100%}.wp-block-uagb-forms.uagb-forms-inline-field .uagb-forms-main-form .uagb-forms-field-mobile-width-unset{width:auto}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-20 .uagb-forms-main-submit-button-wrap{width:20%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-25 .uagb-forms-main-submit-button-wrap{width:25%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-33 .uagb-forms-main-submit-button-wrap{width:33.33%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-40 .uagb-forms-main-submit-button-wrap{width:40%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-50 .uagb-forms-main-submit-button-wrap{width:50%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-60 .uagb-forms-main-submit-button-wrap{width:60%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-66 .uagb-forms-main-submit-button-wrap{width:66.66%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-75 .uagb-forms-main-submit-button-wrap{width:75%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-80 .uagb-forms-main-submit-button-wrap{width:80%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-100 .uagb-forms-main-submit-button-wrap{width:100%}.wp-block-uagb-forms.uagb-forms-inline-field.uagb-forms-button-mobile-width-unset .uagb-forms-main-submit-button-wrap{width:auto}}
.uagb-block-5956a8c0.uagb-forms__outer-wrap{padding-top: 25px;padding-right: 10px;padding-bottom: 50px;padding-left: 10px;}.uagb-block-5956a8c0 .uagb-forms-main-form textarea{text-align: left;}.uagb-block-5956a8c0 .uagb-forms-input{text-align: left;}.uagb-block-5956a8c0 .uagb-forms-input-label{display: block;text-align: left;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-field-set{margin-bottom: 20px;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-input-label{font-size: 15px;margin-bottom: 10px;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-input:focus{outline:  none !important;background-color:  !important;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-input:focus::placeholder{color:  !important;}.uagb-block-5956a8c0 .uagb-slider.round{border-radius: 20px !important;}.uagb-block-5956a8c0 .uagb-form-phone-country{background: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgd2lkdGg9JzE4cHgnIGhlaWdodD0nMThweCcgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIj48cGF0aCBkPSJtMzk2LjYgMTYwIDE5LjQgMjAuN0wyNTYgMzUyIDk2IDE4MC43bDE5LjMtMjAuN0wyNTYgMzEwLjV6IiBmaWxsPSIjMWQyMzI3IiBjbGFzcz0iZmlsbC0wMDAwMDAiPjwvcGF0aD48L3N2Zz4=) no-repeat;-moz-appearance: none !important;-webkit-appearance:  none !important;background-position:  top 50% right 12px;appearance: none !important;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-main-submit-button-wrap{text-align: left;}.uagb-block-5956a8c0 .uagb-forms-checkbox-wrap input[type=checkbox] + label:before{background-color: #ffffff;width: 15px;height: 15px;}.uagb-block-5956a8c0 .uagb-forms-radio-wrap input[type=radio] + label:before{background-color: #ffffff;width: 15px;height: 15px;}.uagb-block-5956a8c0 .uagb-slider{background-color: #ffffff;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-switch{height: calc(1px + 1px + 26px);width: calc(1px + 1px + 56px);}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-slider:before{height: 20px;width: 20px;top: 3px;bottom: 3px;left: 3px;background-color: #1e1e1e;border-radius: 3px 3px 3px 3px;}.uagb-block-5956a8c0 .uagb-switch input:checked + .uagb-slider{background-color: #017cba;}.uagb-block-5956a8c0 .uagb-switch input:checked + .uagb-slider:before{transform: translateX(30px);background-color: #ffffff;}.uagb-block-5956a8c0 .uagb-switch input:focus + .uagb-slider{box-shadow: 0 0 1px#017cba;}.uagb-block-5956a8c0 .uagb-forms-accept-wrap input[type=checkbox] + label:before{background-color: #ffffff;width: 15px;height: 15px;}.uagb-block-5956a8c0 .uagb-forms-main-form  .uagb-forms-checkbox-wrap input[type=checkbox] + label:before{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-color: #BDBDBD;border-style: solid;}.uagb-block-5956a8c0 .uagb-forms-main-form  .uagb-forms-radio-wrap input[type=radio] + label:before{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-color: #BDBDBD;border-style: solid;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-slider{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-color: #BDBDBD;border-style: solid;}.uagb-block-5956a8c0 .uagb-forms-main-form  .uagb-forms-accept-wrap input[type=checkbox] + label:before{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-color: #BDBDBD;border-style: solid;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-input{border-top-width: 1px;border-left-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-top-left-radius: 3px;border-top-right-radius: 3px;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;border-color: #BDBDBD;border-style: solid;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-input.uagb-form-phone-country{padding-top: 11px;padding-bottom: 11px;padding-left: 12px;padding-right: 12px;}.uagb-block-5956a8c0 .uagb-forms-main-form  .uagb-forms-input{padding-top: 12px;padding-bottom: 12px;padding-left: 12px;padding-right: 12px;}.uagb-block-5956a8c0 .uagb-forms-checkbox-wrap input[type=checkbox]:checked + label:before{color: #ffffff;background-color: #017cba;font-size: calc(15px / 1.2);}.uagb-block-5956a8c0 .uagb-forms-radio-wrap input[type=radio]:checked + label:before{background-color: #ffffff;box-shadow: inset 0 0 0 4px #017cba;font-size: calc(15px / 1.2);}.uagb-block-5956a8c0 .uagb-forms-accept-wrap input[type=checkbox]:checked + label:before{color: #ffffff;background-color: #017cba;font-size: calc(15px / 1.2);}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-main-submit-button-wrap.wp-block-button:not(.is-style-outline) .uagb-forms-main-submit-button.wp-block-button__link {font-size: 15px;border-top-left-radius: 50px;border-top-right-radius: 50px;border-bottom-left-radius: 50px;border-bottom-right-radius: 50px;border-style: none;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-main-submit-button {font-size: 15px;border-top-left-radius: 50px;border-top-right-radius: 50px;border-bottom-left-radius: 50px;border-bottom-right-radius: 50px;border-style: none;}.uagb-block-5956a8c0.uagb-forms__full-btn .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button{width: 100%;padding: 10px 15px;}.uagb-block-5956a8c0.uagb-forms__small-btn .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button{padding: 5px 10px;}.uagb-block-5956a8c0.uagb-forms__medium-btn .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button{padding: 12px 24px;}.uagb-block-5956a8c0.uagb-forms__large-btn .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button{padding: 20px 30px;}.uagb-block-5956a8c0.uagb-forms__extralarge-btn .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button{padding: 30px 65px;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-main-submit-button{font-size: 15px;}@media only screen and (max-width: 976px) {.uagb-block-5956a8c0.uagb-forms__outer-wrap{padding-top: 25px;padding-right: 25px;padding-bottom: 25px;padding-left: 25px;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-input-label{font-size: 15px;}.uagb-block-5956a8c0 .uagb-slider.round{border-radius: 20px !important;}.uagb-block-5956a8c0 .uagb-form-phone-country{background-position: top 50% right 12px;padding-right: 30px;}.uagb-block-5956a8c0 .uagb-forms-main-form  .uagb-forms-checkbox-wrap input[type=checkbox] + label:before{border-style: solid;border-color: #BDBDBD;}.uagb-block-5956a8c0 .uagb-forms-main-form  .uagb-forms-radio-wrap input[type=radio] + label:before{border-style: solid;border-color: #BDBDBD;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-slider{border-style: solid;border-color: #BDBDBD;}.uagb-block-5956a8c0 .uagb-forms-main-form  .uagb-forms-accept-wrap input[type=checkbox] + label:before{border-style: solid;border-color: #BDBDBD;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-input{border-style: solid;border-color: #BDBDBD;}.uagb-block-5956a8c0 .uagb-switch input:checked + .uagb-slider:before{transform: translateX(30px);}.uagb-block-5956a8c0 .uagb-forms-checkbox-wrap input[type=checkbox]:checked + label:before{font-size: calc(15px / 1.2);}.uagb-block-5956a8c0 .uagb-forms-radio-wrap input[type=radio]:checked + label:before{font-size: calc(15px / 1.2);}.uagb-block-5956a8c0 .uagb-forms-accept-wrap input[type=checkbox]:checked + label:before{font-size: calc(15px / 1.2);}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-switch{height: calc(1px + 1px + 26px);width: calc(1px + 1px + 56px);}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-slider:before{height: calc(20px + 0px);width: calc(20px + 0px);top: 3px;bottom: 3px;left: 3px;border-radius: 3px 3px 3px 3px;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-main-submit-button{font-size: 15px;border-style: none;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-main-submit-button-wrap.wp-block-button:not(.is-style-outline) .uagb-forms-main-submit-button.wp-block-button__link {border-style: none;}}@media only screen and (max-width: 767px) {.uagb-block-5956a8c0.uagb-forms__outer-wrap{padding-top: 25px;padding-right: 25px;padding-bottom: 25px;padding-left: 25px;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-input-label{font-size: 15px;}.uagb-block-5956a8c0 .uagb-slider.round{border-radius: 20px !important;}.uagb-block-5956a8c0 .uagb-form-phone-country{background-position: top 50% right 6px;padding-right: 30px;}.uagb-block-5956a8c0 .uagb-forms-main-form  .uagb-forms-checkbox-wrap input[type=checkbox] + label:before{border-style: solid;border-color: #BDBDBD;}.uagb-block-5956a8c0 .uagb-forms-main-form  .uagb-forms-radio-wrap input[type=radio] + label:before{border-style: solid;border-color: #BDBDBD;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-slider{border-style: solid;border-color: #BDBDBD;}.uagb-block-5956a8c0 .uagb-forms-main-form  .uagb-forms-accept-wrap input[type=checkbox] + label:before{border-style: solid;border-color: #BDBDBD;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-input{border-style: solid;border-color: #BDBDBD;}.uagb-block-5956a8c0 .uagb-switch input:checked + .uagb-slider:before{transform: translateX(30px);}.uagb-block-5956a8c0 .uagb-forms-checkbox-wrap input[type=checkbox]:checked + label:before{font-size: calc(15px / 1.2);}.uagb-block-5956a8c0 .uagb-forms-radio-wrap input[type=radio]:checked + label:before{font-size: calc(15px / 1.2);}.uagb-block-5956a8c0 .uagb-forms-accept-wrap input[type=checkbox]:checked + label:before{font-size: calc(15px / 1.2);}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-switch{height: calc(1px + 1px + 26px);width: calc(1px + 1px + 56px);}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-slider:before{height: calc(20px + 0px);width: calc(20px + 0px);top: 3px;bottom: 3px;left: 3px;border-radius: 3px 3px 3px 3px;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-main-submit-button{font-size: 15px;border-style: none;}.uagb-block-5956a8c0 .uagb-forms-main-form .uagb-forms-main-submit-button-wrap.wp-block-button:not(.is-style-outline) .uagb-forms-main-submit-button.wp-block-button__link {border-style: none;}}.uag-blocks-common-selector{z-index:var(--z-index-desktop) !important}@media (max-width: 976px){.uag-blocks-common-selector{z-index:var(--z-index-tablet) !important}}@media (max-width: 767px){.uag-blocks-common-selector{z-index:var(--z-index-mobile) !important}}.wpp-no-data {
} .wpp-list {
} .wpp-list li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
}
.wpp-list li:last-of-type {
margin-bottom: 0;
} .wpp-list li.current {
} .wpp-thumbnail {
display: inline;
float: left;
margin: 0 1rem 0 0;
border: none;
}
.wpp_def_no_src {
object-fit: contain;
} .wpp-post-title {
} .wpp-excerpt {
}
.wpp-excerpt:empty {
display: none;
} .wpp-meta, .post-stats {
display: block;
font-size: 0.8em;
}
.wpp-meta:empty, .post-stats:empty {
display: none;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}@font-face{font-family:dashicons;src:url(//www.nnmagazine.cz/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//www.nnmagazine.cz/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//www.nnmagazine.cz/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}
  *,
*::before,
*::after {
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 {
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: #b7b9c2;
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"] {
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.25;
color: #000000;
word-wrap: break-word;
}
h1, .h1 {
font-size: 3rem;
}
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;
} .cs-breadcrumbs {
font-size: 12px;
}
.title-block {
margin-bottom: 1.5rem;
}
.entry-header .post-excerpt {
font-size: 1.25rem;
}
.tagcloud a {
font-size: 0.6875rem !important;
}
.tagcloud a:not(:last-child) {
margin-right: 0.5rem;
} 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: 599.98px) {
.table-responsive-sm {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
@media (max-width: 719.98px) {
.table-responsive-md {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
@media (max-width: 1019.98px) {
.table-responsive-lg {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
@media (max-width: 1199.98px) {
.table-responsive-xl {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
@media (max-width: 1919.98px) {
.table-responsive-full {
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%;
font-size: 0.75rem;
padding: 0.375rem 1rem;
line-height: 1.7rem;
color: #495057;
background-color: #F2F4F6;
border: 2px solid #F2F4F6;
border-radius: 0;
transition: background-color 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 {
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 {
background-color: #FFFFFF;
box-shadow: none;
outline: 0;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="range"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="color"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
color: #b7b9c2;
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: #b7b9c2;
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: #b7b9c2;
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 + 4px);
}
select:focus::-ms-value {
color: #495057;
background-color: #F2F4F6;
}
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: 0;
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;
background-color: #000000;
color: white;
}
@media screen and (prefers-reduced-motion: reduce) {
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
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 {
background: rgba(0, 0, 0, 0.75);
text-decoration: none;
color: #fff;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus {
outline: 0;
}
.button-transparent {
background: transparent;
color: #000000;
}
.button-transparent:hover, .button-transparent:focus {
color: #6c757d;
}
.post-password-form {
padding: 40px;
background: #f8f9fa;
}
.post-password-form label {
margin-bottom: 0;
flex: 1;
}
.post-password-form input[type="password"] {
background-color: #fff;
min-height: 40px;
}
.post-password-form input[type="submit"] {
padding: 0 2rem;
min-height: 40px;
height: 100%;
border-radius: 0;
}
.post-password-form > p:first-child {
font-size: 1.25rem;
margin-bottom: 2rem;
}
.post-password-form > p:last-child {
display: flex;
align-items: flex-end;
margin-bottom: 0;
}
.cs-input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.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;
z-index: 2;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.cs-input-group button {
line-height: 1.5rem;
}
.cs-input-group .search-submit {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.search-form {
transition: .2s ease box-shadow;
border-radius: 0;
} @font-face {
font-family: "cs-icons";
src: url(//www.nnmagazine.cz/wp-content/themes/overflow/css/icons/icons.ttf) format("truetype"), url(//www.nnmagazine.cz/wp-content/themes/overflow/css/icons/icons.woff) format("woff"), url(//www.nnmagazine.cz/wp-content/themes/overflow/css/icons/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-share-top:before {
content: "\e934";
}
.cs-icon-volume-x:before {
content: "\e931";
}
.cs-icon-volume-2:before {
content: "\e932";
}
.cs-icon-pause-circle:before {
content: "\e92f";
}
.cs-icon-play-circle:before {
content: "\e91d";
}
.cs-icon-clock:before {
content: "\e92e";
}
.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: 1020px) {
body {
background-color: #FFFFFF;
}
}
a {
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 {
color: #b7b9c2;
}
.post-categories a {
color: #b7b9c2;
}
.post-categories a:hover, .post-categories a:focus {
color: #000000;
}
.post-meta,
.cs-breadcrumbs {
color: #b7b9c2;
}
.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: #b7b9c2;
}
span[class*="meta-"] {
color: #b7b9c2;
}
.archive-count {
color: #b7b9c2;
}
.page-subtitle {
color: #b7b9c2;
} .cs-list-articles {
padding-left: 0;
list-style: none;
}
.cs-list-articles > li > a {
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;
transition: .2s ease all;
display: flex;
align-items: 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;
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: 600px) {
.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: 600px) {
.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;
margin-left: 0;
margin-right: 0;
margin-top: 48px;
margin-bottom: 48px;
padding: 1.5rem 0;
border-left: 0;
border-top: 1px #e9ecef solid;
border-bottom: 1px #e9ecef solid;
}
.entry-content > blockquote cite {
display: block;
color: #b7b9c2;
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 cite {
color: #b7b9c2;
}
.entry-content .wp-caption-dd {
color: #b7b9c2;
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: 600px) {
.alignleft {
float: left;
margin-right: 2rem;
}
}
.alignright {
float: none;
margin-left: 0;
}
.alignright:first-child + * {
margin-top: 0;
}
@media (min-width: 600px) {
.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 {
flex-wrap: nowrap;
}
}
p.has-background {
padding: 1.5rem 2rem;
}
p.wp-block-subhead {
font-size: 1.25rem;
color: #b7b9c2;
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: 680px;
}
.wp-block-separator.is-style-dots {
border: none;
text-align: left;
}
.wp-block-separator.is-style-dots:before {
padding-left: 0;
color: #b7b9c2;
}
.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 {
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: #b7b9c2;
text-align: center;
}
.wp-block-embed figcaption {
color: #b7b9c2;
text-align: center;
}
.wp-block-video video {
width: 100%;
}
.wp-block-media-text p:last-child {
margin-bottom: 0;
}
@media (max-width: 599.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: #b7b9c2;
text-align: center;
}
@media (min-width: 600px) {
.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: 600px) {
.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: 600px) {
.wp-block-image .alignright, .wp-block-image.alignright {
float: right;
margin-left: 2rem;
}
}
@media (max-width: 599.98px) {
.wp-block-image .alignleft,
.wp-block-image .alignright {
margin-left: auto;
margin-right: auto;
}
}
.wp-block-gallery.has-nested-images {
display: flex;
}
.wp-block-cover,
.wp-block-cover-image {
display: flex;
justify-content: 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: 600px) {
.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: 1.5rem 0;
margin-top: 48px;
margin-bottom: 48px;
border-top: 1px #e9ecef solid;
border-bottom: 1px #e9ecef solid;
color: #000000;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-left: 0;
}
.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: #b7b9c2;
line-height: 1.5;
}
.wp-block-quote .wp-block-quote__citation {
font-style: italic;
color: #b7b9c2;
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: 600px) {
.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: #b7b9c2;
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: #b7b9c2;
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: flex;
align-items: center;
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: 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;
transition: .2s ease all;
display: flex;
align-items: 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;
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;
flex: 0 0 100%;
font-size: 0.875rem;
color: #b7b9c2;
}
.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 {
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 {
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,
.cs-bg-dark .meta-comments a,
.cs-bg-dark .post-meta .author 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,
.cs-bg-dark .meta-comments a:hover,
.cs-bg-dark .meta-comments a:focus,
.cs-bg-dark .post-meta .author a:hover,
.cs-bg-dark .post-meta .author a:focus {
color: white;
}
.cs-bg-dark .title-block {
color: rgba(255, 255, 255, 0.7);
}
.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 .pk-input-group {
border-color: #fff;
}
.cs-bg-dark .hero-title {
color: #fff !important;
}
.cs-bg-dark .navbar-follow-box .navbar-follow-text {
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark .navbar-follow-box .navbar-follow-counters .followers {
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark .navbar-follow-box .navbar-follow-counters .followers .number {
color: #fff;
}
.cs-bg-dark .navbar-follow-box .navbar-follow-btn {
background-color: rgba(255, 255, 255, 0.125);
}
.cs-bg-dark .site-info {
border-top: none;
color: rgba(255, 255, 255, 0.5);
}
.cs-bg-dark .site-info .footer-aside + .footer-content .navbar-footer {
border-color: rgba(255, 255, 255, 0.2);
}
.cs-bg-dark .site-info .footer-title {
color: #fff;
}
.cs-bg-dark .footer-copyright {
color: rgba(255, 255, 255, 0.6);
}
.cs-bg-dark .footer-copyright a {
color: #fff;
}
.cs-bg-dark .navbar-footer a {
color: rgba(255, 255, 255, 0.85);
}
.cs-bg-dark .navbar-footer a:hover {
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-color: rgba(255, 255, 255, 0.25);
}
.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-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);
transition: background-color 0.2s;
color: #fff;
}
.cs-bg-dark .pk-social-links-template-nav .pk-social-links-count {
color: rgba(255, 255, 255, 0.75);
}
.cs-bg-dark .pk-share-buttons-wrap .pk-share-buttons-item:after {
color: rgba(255, 255, 255, 0.225);
}
.cs-bg-dark .pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-count,
.cs-bg-dark .pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-count {
color: rgba(255, 255, 255, 0.5);
}
.cs-bg-dark .pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-link:hover .pk-share-buttons-count,
.cs-bg-dark .pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-link:hover .pk-share-buttons-count {
color: #fff;
}
.cs-bg-dark .pk-share-buttons-post_meta.pk-share-buttons-scheme-default .pk-share-buttons-link .pk-share-buttons-icon,
.cs-bg-dark .pk-share-buttons-featured_post.pk-share-buttons-scheme-default .pk-share-buttons-link .pk-share-buttons-icon {
color: #fff;
}
.cs-bg-dark .pk-share-buttons-post_meta.pk-share-buttons-scheme-default .pk-share-buttons-link:hover .pk-share-buttons-icon,
.cs-bg-dark .pk-share-buttons-featured_post.pk-share-buttons-scheme-default .pk-share-buttons-link:hover .pk-share-buttons-icon {
color: #fff;
}
.navbar .cs-bg-navbar-dark {
border-bottom: none;
}
.navbar .cs-bg-navbar-dark .site-title,
.navbar .cs-bg-navbar-dark .large-title {
color: #fff;
}
.navbar .cs-bg-navbar-dark .site-title:hover, .navbar .cs-bg-navbar-dark .site-title:focus,
.navbar .cs-bg-navbar-dark .large-title:hover,
.navbar .cs-bg-navbar-dark .large-title:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar .cs-bg-navbar-dark .navbar-brand .tagline {
color: rgba(255, 255, 255, 0.75) !important;
}
.navbar .cs-bg-navbar-dark .navbar-nav,
.navbar .cs-bg-navbar-dark .navbar-toggle-search,
.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas {
border-color: rgba(255, 255, 255, 0.2) !important;
}
.navbar .cs-bg-navbar-dark .navbar-toggle-search,
.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas {
color: #fff;
}
.navbar .cs-bg-navbar-dark .navbar-toggle-search:hover, .navbar .cs-bg-navbar-dark .navbar-toggle-search:focus,
.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas:hover,
.navbar .cs-bg-navbar-dark .navbar-toggle-offcanvas:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar .cs-bg-navbar-dark .navbar-nav > li > a {
color: #fff;
}
.navbar .cs-bg-navbar-dark .navbar-nav > li:hover > a {
color: #fff;
}
.navbar .cs-bg-navbar-dark .navbar-nav > li.current-menu-ancestor > a,
.navbar .cs-bg-navbar-dark .navbar-nav > li.current-menu-item > a {
color: rgba(255, 255, 255, 0.75);
}
.navbar .cs-bg-navbar-dark .pk-badge-primary {
background: rgba(0, 0, 0, 0.875);
color: #fff;
}
.navbar .cs-bg-navbar-dark .pk-badge-secondary {
background: rgba(183, 185, 194, 0.875);
color: #fff;
}
.navbar .cs-bg-navbar-dark .pk-badge-success {
background: rgba(40, 167, 69, 0.875);
color: #fff;
}
.navbar .cs-bg-navbar-dark .pk-badge-info {
background: rgba(23, 162, 184, 0.875);
color: #fff;
}
.navbar .cs-bg-navbar-dark .pk-badge-warning {
background: rgba(255, 193, 7, 0.875);
color: #fff;
}
.navbar .cs-bg-navbar-dark .pk-badge-danger {
background: rgba(220, 53, 69, 0.875);
color: #fff;
}
.navbar .cs-bg-navbar-dark .pk-badge-light {
background: rgba(248, 249, 250, 0.875);
color: #fff;
}
.navbar .cs-bg-navbar-dark .pk-badge-dark {
background: rgba(52, 58, 64, 0.875);
color: #fff;
}
.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-primary {
background: rgba(0, 0, 0, 0.125);
color: black;
}
.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-secondary {
background: rgba(183, 185, 194, 0.125);
color: #8e919f;
}
.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-success {
background: rgba(40, 167, 69, 0.125);
color: #19692c;
}
.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-info {
background: rgba(23, 162, 184, 0.125);
color: #0f6674;
}
.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-warning {
background: rgba(255, 193, 7, 0.125);
color: #ba8b00;
}
.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-danger {
background: rgba(220, 53, 69, 0.125);
color: #a71d2a;
}
.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-light {
background: rgba(248, 249, 250, 0.125);
color: #cbd3da;
}
.navbar .cs-bg-navbar-dark .sub-menu .pk-badge-dark {
background: rgba(52, 58, 64, 0.125);
color: #121416;
}
.navbar .cs-bg-navbar-dark .pk-badge-primary {
background-color: rgba(255, 255, 255, 0.25);
}
.offcanvas-header.cs-bg-navbar-dark {
border-bottom: none;
border-right: 1px rgba(255, 255, 255, 0.025) solid;
}
.offcanvas-header.cs-bg-navbar-dark .site-title,
.offcanvas-header.cs-bg-navbar-dark .toggle-offcanvas {
color: #fff;
}
.offcanvas-header.cs-bg-navbar-dark .site-title:hover, .offcanvas-header.cs-bg-navbar-dark .site-title:focus,
.offcanvas-header.cs-bg-navbar-dark .toggle-offcanvas:hover,
.offcanvas-header.cs-bg-navbar-dark .toggle-offcanvas:focus {
color: rgba(255, 255, 255, 0.75);
}
.navbar .cs-navbar-nav-submenu-dark .sub-menu .sub-menu {
border-left-color: rgba(255, 255, 255, 0.25);
}
.navbar .cs-navbar-nav-submenu-dark .sub-menu > li.current-menu-ancestor > a,
.navbar .cs-navbar-nav-submenu-dark .sub-menu > li.current-menu-item > a {
color: #fff;
}
.navbar .cs-navbar-nav-submenu-dark .sub-menu > li:hover > a, .navbar .cs-navbar-nav-submenu-dark .sub-menu > li:focus > a {
color: #fff;
}
.navbar .cs-navbar-nav-submenu-dark .sub-menu > li > a {
color: rgba(255, 255, 255, 0.75);
}
.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-primary {
background: rgba(0, 0, 0, 0.875);
color: #fff;
}
.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-secondary {
background: rgba(183, 185, 194, 0.875);
color: #fff;
}
.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-success {
background: rgba(40, 167, 69, 0.875);
color: #fff;
}
.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-info {
background: rgba(23, 162, 184, 0.875);
color: #fff;
}
.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-warning {
background: rgba(255, 193, 7, 0.875);
color: #fff;
}
.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-danger {
background: rgba(220, 53, 69, 0.875);
color: #fff;
}
.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-light {
background: rgba(248, 249, 250, 0.875);
color: #fff;
}
.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-dark {
background: rgba(52, 58, 64, 0.875);
color: #fff;
}
.navbar .cs-navbar-nav-submenu-dark .sub-menu .pk-badge-primary {
background-color: rgba(255, 255, 255, 0.25);
}
.navbar .cs-navbar-nav-submenu-dark .cs-mm-posts-container,
.navbar .cs-navbar-nav-submenu-dark .cs-mm-posts.mega-menu-category {
border-top: 1px solid #e9ecef;
}
.navbar .cs-navbar-nav-submenu-dark .cs-mm-categories {
border-right: none;
}
.navbar .cs-navbar-nav-submenu-dark .cs-mm-categories a {
color: rgba(255, 255, 255, 0.75);
}
.navbar .cs-navbar-nav-submenu-dark .cs-mm-categories li.active-item a {
color: #fff !important;
} .design-text-alignment-center .title-stroke:after,
.design-text-alignment-center .title-stroke-block:after {
margin-left: auto;
margin-right: auto;
}
.design-text-alignment-center .title-block-wrap {
text-align: center;
}
.design-text-alignment-center .cs-mm-posts {
text-align: center;
}
.design-text-alignment-center .cs-mm-post .entry-header .post-meta {
justify-content: center;
}
.design-text-alignment-center .page-header {
text-align: center;
}
.design-text-alignment-center .page-header .subcategories .cs-nav-pills {
justify-content: center;
}
.design-text-alignment-center .entry-header .entry-header-inner {
text-align: center;
}
.design-text-alignment-center .entry-header .entry-header-inner > .post-meta {
justify-content: center;
}
.design-text-alignment-center .content-not-found {
text-align: center;
}
.design-text-alignment-center .entry-details {
flex-direction: column;
align-items: center;
}
.design-text-alignment-center .entry-details .entry-more {
margin-right: 0;
}
.design-text-alignment-center .entry-details .post-meta {
justify-content: center;
}
.design-text-alignment-center .entry-details .post-share {
margin-top: 1.5rem;
}
@media (min-width: 1020px) {
.design-text-alignment-center .entry-details {
align-items: center;
flex-direction: column;
}
.design-text-alignment-center .entry-details .post-share {
margin-top: 1.5rem;
}
}
.design-text-alignment-center .archive-full .layout-full {
text-align: center;
}
.design-text-alignment-center .archive-full .layout-full > .post-meta,
.design-text-alignment-center .archive-full .layout-full > .entry-header .post-meta {
justify-content: center;
}
.design-text-alignment-center .archive-full .layout-full > .pk-share-buttons-items {
justify-content: center;
}
.design-text-alignment-center .archive-list .post-inner:last-child,
.design-text-alignment-center .archive-grid .post-inner:last-child,
.design-text-alignment-center .archive-masonry .post-inner:last-child {
text-align: center;
}
.design-text-alignment-center .archive-list .post-inner:last-child .post-meta,
.design-text-alignment-center .archive-grid .post-inner:last-child .post-meta,
.design-text-alignment-center .archive-masonry .post-inner:last-child .post-meta {
justify-content: center;
}
.design-text-alignment-center .archive-list .post-inner:last-child .pk-share-buttons-items,
.design-text-alignment-center .archive-grid .post-inner:last-child .pk-share-buttons-items,
.design-text-alignment-center .archive-masonry .post-inner:last-child .pk-share-buttons-items {
justify-content: center;
}
.design-text-alignment-center .cs-featured-post .cs-card-inner {
text-align: center;
}
.design-text-alignment-center .cs-featured-post .post-meta {
justify-content: center;
}
.design-text-alignment-center .cs-featured-post .pk-share-buttons-items {
justify-content: center;
}
@media (min-width: 1020px) {
.design-text-alignment-center .cs-featured-post .entry-details {
align-items: center;
flex-direction: column;
}
.design-text-alignment-center .cs-featured-post .post-share {
margin-top: 1.5rem;
}
}
.design-text-alignment-center .pk-widget-posts-template-inverse .pk-data-wrap {
text-align: center;
}
.design-text-alignment-center .pk-widget-posts-template-inverse .pk-data-wrap .post-meta {
justify-content: center;
}
.design-text-alignment-center .cs-trending-wrap {
align-items: center;
}
.design-text-alignment-center .cs-trending-wrap .trending-title .trending-text {
text-align: center;
}
.design-text-alignment-center .cs-trending-posts {
justify-content: center;
}
.design-text-alignment-center .pk-instagram-header .pk-instagram-container,
.design-text-alignment-center .pk-instagram-header .pk-instagram-counters {
justify-content: center;
}
.design-text-alignment-center .pk-twitter-header .pk-twitter-container,
.design-text-alignment-center .pk-twitter-header .pk-twitter-counters {
justify-content: center;
}
.design-text-alignment-center .cs-footer-post .cs-card {
text-align: center;
}
.design-text-alignment-center .cs-footer-post .cs-card .post-meta {
justify-content: center;
}
.design-text-alignment-center .cs-footer-post .cs-card .pk-share-buttons-items {
justify-content: 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: flex !important;
}
@media (min-width: 600px) {
.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: flex !important;
}
}
@media (min-width: 720px) {
.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: flex !important;
}
}
@media (min-width: 1020px) {
.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: flex !important;
}
}
@media (min-width: 1200px) {
.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: flex !important;
}
}
@media (min-width: 1920px) {
.cs-d-full-none {
display: none !important;
}
.cs-d-full-inline {
display: inline !important;
}
.cs-d-full-inline-block {
display: inline-block !important;
}
.cs-d-full-block {
display: block !important;
}
.cs-d-full-flex {
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;
} .title-stroke:after,
.title-stroke-block:after {
display: block;
width: 100%;
margin-top: 1rem;
content: '';
}
.design-heading-stroke-brush .title-stroke:after,
.design-title-stroke-brush .title-stroke-block:after {
max-width: 180px;
height: 18px;
}
.design-heading-stroke-line .title-stroke:after,
.design-title-stroke-line .title-stroke-block:after {
max-width: 80px;
height: 2px;
}
.design-heading-stroke-dotted .title-stroke:after,
.design-title-stroke-dotted .title-stroke-block:after {
background-repeat: repeat-x;
background-size: 16px 4px;
background-position: 0 center;
max-width: 125px;
height: 10px;
}
.design-heading-stroke-zigzag .title-stroke:after,
.design-title-stroke-zigzag .title-stroke-block:after {
max-width: 118px;
height: 13px;
}
.design-heading-stroke-wave .title-stroke:after,
.design-title-stroke-wave .title-stroke-block:after {
max-width: 116px;
height: 7px;
}
.design-heading-stroke-line .entry-header-inner .title-stroke:after,
.design-heading-stroke-dotted .entry-header-inner .title-stroke:after,
.design-heading-stroke-zigzag .entry-header-inner .title-stroke:after,
.design-heading-stroke-wave .entry-header-inner .title-stroke:after {
margin-top: 2rem;
margin-bottom: 2rem;
}
.design-heading-stroke-brush .cs-featured-type-3 .title-stroke:after {
max-width: 120px;
}
.design-heading-stroke-brush .cs-featured-type-4 .title-stroke:after {
max-width: 120px;
}
.pk-widget-posts-template-inverse .title-stroke:after {
max-width: 75px;
}
.design-heading-stroke-line .pk-widget-posts-template-inverse .title-stroke:after {
max-width: 40px;
margin-top: .75rem;
}
.design-heading-stroke-brush .pk-widget-posts-template-inverse .title-stroke:after {
max-width: 120px;
}
.design-heading-stroke-wave .pk-widget-posts-template-inverse .title-stroke:after {
max-width: 77px;
}
.design-title-stroke-line .title-block-wrap .title-block,
.design-title-stroke-dotted .title-block-wrap .title-block,
.design-title-stroke-zigzag .title-block-wrap .title-block,
.design-title-stroke-wave .title-block-wrap .title-block {
position: relative;
display: inline-block;
}
.design-title-stroke-line .title-block-wrap .title-stroke-block:after,
.design-title-stroke-dotted .title-block-wrap .title-stroke-block:after,
.design-title-stroke-zigzag .title-block-wrap .title-stroke-block:after,
.design-title-stroke-wave .title-block-wrap .title-stroke-block:after {
width: 100%;
max-width: 100%;
}
.design-title-stroke-brush .title-block-wrap .title-stroke-block:after {
max-width: 80px;
margin-top: 0.25rem;
}
.widget .pk-subscribe-with-bg .title-stroke-block:after {
display: none;
}
.widget .pk-widget-about .title-stroke-block:after {
margin-left: auto;
margin-right: auto;
}
.widget .pk-widget-author .title-stroke-block:after {
margin-left: auto;
margin-right: auto;
}   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: 600px) {
.cs-container {
max-width: 600px;
}
}
@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;
}
}
.site-content {
margin: 4rem 0;
}
@media (min-width: 1020px) {
.main-content {
display: flex;
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;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1020px) {
.sidebar-right .content-area,
.sidebar-left .content-area {
flex: 0 0 calc(100% - 340px);
max-width: calc(100% - 340px);
}
}
@media (min-width: 1200px) {
.sidebar-right .content-area {
padding-right: 40px;
}
}
@media (min-width: 1020px) {
.sidebar-left .widget-area {
order: -1;
}
}
@media (min-width: 1200px) {
.sidebar-left .content-area {
padding-left: 40px;
}
}
@media (min-width: 1020px) {
.sidebar-area {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
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: flex;
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;
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 {
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: sticky) or (position: -webkit-sticky) {
@media (min-width: 1020px) {
.sticky-sidebar-enabled.stick-to-top .sidebar-area {
display: flex;
flex-direction: column;
}
.sticky-sidebar-enabled.stick-to-top .sidebar-1 {
position: relative;
position: sticky;
top: 0;
flex: initial;
transition: .4s ease all;
}
.sticky-sidebar-enabled.stick-to-bottom .sidebar-area {
display: flex;
flex-direction: column;
}
.sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
position: relative;
position: sticky;
bottom: 2rem;
margin-top: auto;
flex: 0 0 auto;
}
.sticky-sidebar-enabled.stick-last .sidebar-1 {
display: flex;
flex-direction: column;
}
.sticky-sidebar-enabled.stick-last .sidebar-1 .widget:last-child {
position: relative;
position: sticky;
top: 3rem;
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;
transition: .4s ease all;
}
}
} @media (min-width: 1020px) {
.header-default .navbar-toggle-offcanvas {
order: 1;
}
}
.header-default .navbar-brand {
order: 2;
}
@media (min-width: 1020px) {
.header-default .navbar-brand {
margin-right: 2rem;
}
}
.header-default .navbar-brand + .navbar-toggle-search {
margin-left: auto;
}
.header-default .navbar-primary .navbar-nav {
margin-right: auto;
order: 3;
}
.header-default .navbar-social-links {
display: none;
margin-left: auto;
order: 4;
}
@media (min-width: 1020px) {
.header-default .navbar-social-links {
display: block;
}
}
.header-default .navbar-cart {
margin-left: auto;
order: 5;
}
.header-default .navbar-toggle-search {
margin-left: auto;
padding-right: 0;
padding-left: 0;
order: 6;
}
.header-default .navbar-social-links + .navbar-cart,
.header-default .navbar-social-links + .navbar-toggle-search,
.header-default .navbar-cart + .navbar-toggle-search {
margin-left: 2rem;
}
.header-large .navbar-topbar {
display: none;
}
@media (min-width: 1020px) {
.header-large .navbar-topbar {
display: block;
}
}
.header-large .navbar-topbar .navbar-container {
position: relative;
justify-content: center;
}
.header-large .navbar-topbar .navbar-wrap {
border: none;
display: flex;
position: relative;
width: 100%;
max-width: 100%;
align-items: center;
justify-content: center;
padding-top: 20px;
}
.header-large .navbar-topbar .navbar-multicolor {
padding-bottom: 20px;
}
.header-large .navbar-topbar .navbar-brand {
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
padding: 0;
margin: 0 1rem;
}
.header-large .navbar-topbar .navbar-brand .tagline {
color: #b7b9c2;
}
@media (min-width: 1020px) {
.header-large .navbar-topbar .navbar-brand img {
max-width: 100%;
max-height: none;
height: auto;
}
}
.header-large .navbar-topbar .navbar-blank {
flex: 1;
}
.header-large .navbar-topbar .navbar-social-links {
flex: 1;
}
.header-large .navbar-topbar .navbar-follow {
flex: 1;
}
.header-large .navbar-bottombar .navbar-content {
display: flex;
}
.header-large .navbar-bottombar .navbar-col {
display: flex;
align-items: center;
height: 100%;
flex: 1;
}
.header-large .navbar-bottombar .navbar-col:nth-child(1) {
justify-content: flex-start;
}
.header-large .navbar-bottombar .navbar-col:nth-child(2) {
justify-content: center;
}
.header-large .navbar-bottombar .navbar-col:nth-child(3) {
justify-content: flex-end;
}
.header-large .navbar-bottombar .navbar-brand {
opacity: 1;
}
.header-large .navbar-bottombar .navbar-brand .tagline {
display: none;
}
@media (min-width: 1020px) {
.header-large .navbar-bottombar .navbar-brand {
transform: translateX(-9999px);
transition: transform 0s, opacity 0.25s;
transition-delay: 0.25s,0s;
margin-right: 1rem;
opacity: 0;
}
.header-large .navbar-bottombar.sticky-nav .navbar-brand {
transform: translateX(0);
opacity: 1;
}
}
.header-large .navbar-bottombar .navbar-nav {
flex-wrap: nowrap;
border: none;
}
.header-large .navbar-bottombar .navbar-nav > li > a {
white-space: nowrap;
}
.header-large .navbar-bottombar .navbar-toggle-search {
height: 2rem;
} .section-footer-posts + .site-footer .footer-subscribe {
border-top: none;
}
.footer-subscribe {
border-top: 1px solid #e9ecef;
padding: 4rem 0;
}
.footer-subscribe .subscribe-wrap {
display: flex;
flex-direction: column;
align-items: center;
max-width: 800px;
margin: 0 auto;
}
@media (min-width: 1020px) {
.footer-subscribe .subscribe-wrap {
flex-direction: row;
}
}
.footer-subscribe .subscribe-title {
flex: 0 0 100%;
display: flex;
flex-direction: column;
margin-bottom: 2rem;
}
.footer-subscribe .subscribe-title .subscribe-text {
text-align: center;
}
.footer-subscribe .subscribe-title .subscribe-arrow {
display: none;
margin-top: 0.5rem;
text-align: right;
}
@media (min-width: 1020px) {
.footer-subscribe .subscribe-title {
flex: auto;
max-width: 300px;
margin-right: 3rem;
margin-bottom: 0;
}
.footer-subscribe .subscribe-title .subscribe-text {
padding-right: 80px;
}
.footer-subscribe .subscribe-title .subscribe-arrow {
display: block;
}
}
.footer-instagram {
position: relative;
}
.footer-instagram .instagram-username {
background: rgba(0, 0, 0, 0.75);
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
color: #fff;
padding: 0.5625rem 1.5rem;
z-index: 3;
transition: background 0.2s;
display: flex;
align-items: center;
justify-content: center;
}
.footer-instagram .instagram-username:after {
display: inline-block;
margin-left: 0.5rem;
font-family: "cs-icons";
font-size: 0.75rem;
content: "\e90e";
}
.footer-instagram .instagram-username:hover {
background: #000000;
}
.footer-info {
background: #000000;
color: #b7b9c2;
}
.design-edge-enabled .footer-info {
position: relative;
}
.design-edge-enabled .footer-info:before {
position: absolute;
background: url(https://www.nnmagazine.cz/wp-content/themes/overflow/images/dark-mask-bottom.png) repeat-x center 0;
background-size: cover;
display: block;
top: -40px;
width: 100%;
height: 40px;
content: '';
}
.design-edge-wave .footer-info:before {
background-image: url("data:image/svg+xml,%3Csvg width='1920px' height='40px' viewBox='0 0 1920 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='wave' fill='%23000000'%3E%3Cpath d='M914.133333,18.3252883 C558.266667,-15.2368591 226.933333,6.00821575 0,19.527237 L0,40.354105 L1920,40.354105 L1920,13.4237591 C1670.26667,28.3552155 1346.66667,59.0841286 914.133333,18.3252883 Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-size: 1920px 40px;
}
.design-edge-wave .widget .footer-info:before {
top: -20px;
background-image: url("data:image/svg+xml,%3Csvg width='300px' height='40px' viewBox='0 0 300 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='wave' fill='%23000000'%3E%3Cpath d='M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,40 L300,40 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.design-edge-slanted .footer-info:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'%3E%3Cpolygon points='0,40 40,0 40,40' style='fill:%23000;' /%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: 0 0;
font-family: initial;
}
.design-edge-slanted .widget .footer-info:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'%3E%3Cpolygon points='0,15 15,0 15,15' style='fill:%23000;' /%3E%3C/svg");
top: -15px;
height: 15px;
}
.site-info {
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
padding: 4rem 1rem;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: column;
}
@media (min-width: 600px) {
.site-info {
max-width: 600px;
}
}
@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;
}
}
.site-info .navbar-nav {
justify-content: center;
margin-top: 2rem;
}
.site-info .navbar-nav .menu-item-has-children > a:after {
display: none;
}
.site-info .pk-social-links-wrap {
margin-top: 2rem;
}
.site-info .pk-social-links-items {
justify-content: center;
}
.site-info .footer-copyright {
margin-top: 2rem;
font-size: 0.75rem;
font-weight: 300;
letter-spacing: 0.075em;
}
.design-edge-brush .footer-subscribe + .footer-info,
.design-edge-slanted .footer-subscribe + .footer-info,
.design-edge-wave .footer-subscribe + .footer-info {
margin-top: 2rem;
}
.design-edge-brush .site-content + .site-footer > .footer-info:first-child,
.design-edge-slanted .site-content + .site-footer > .footer-info:first-child,
.design-edge-wave .site-content + .site-footer > .footer-info:first-child {
margin-top: 6rem;
}
.design-edge-brush .site-content + .section-footer-posts + .site-footer > .footer-info:first-child,
.design-edge-slanted .site-content + .section-footer-posts + .site-footer > .footer-info:first-child,
.design-edge-wave .site-content + .section-footer-posts + .site-footer > .footer-info:first-child {
border-top: 3rem #F2F4F6 solid;
} .site-search-wrap {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
background: #F2F4F6;
height: 0;
transition: height .4s 0s, visibility 0s 0.4s;
visibility: hidden;
overflow: hidden;
z-index: 4;
}
.site-search-wrap.search-open {
height: 200px;
visibility: visible;
transition: height .4s 0s, visibility 0s 0s;
}
.site-search {
width: 100%;
transition: opacity 0.2s;
}
.site-search .cs-input-group {
position: relative;
background: transparent;
border: none;
height: 60px;
line-height: 60px;
}
.site-search .search-form-wrap {
position: relative;
display: flex;
}
.site-search .search-form {
flex-grow: 1;
}
.site-search .search-submit {
position: absolute;
background: transparent;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 70px;
color: #6c757d;
height: 100%;
line-height: 100%;
font-size: 0;
order: 1;
z-index: 5;
}
.site-search .search-submit:hover {
background: transparent;
color: #000000;
}
.site-search .search-submit:after {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
content: "\e91f";
font-family: "cs-icons";
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
z-index: 3;
}
.site-search .search-close {
position: absolute;
top: 0;
right: 0;
width: 70px;
height: 100%;
display: flex;
align-items: center;
justify-items: center;
font-size: 1.25rem;
cursor: pointer;
transition: 0.2s;
z-index: 5;
}
.site-search .search-close:after {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
font-family: "cs-icons";
display: flex;
align-items: center;
justify-content: center;
content: "\e923";
z-index: 3;
}
.site-search .search-close:hover {
color: #b7b9c2;
}
.site-search input[type="search"] {
background: #fff;
order: 2;
padding: 0 70px;
height: 100%;
line-height: 100%;
} .offcanvas {
overflow: hidden;
position: fixed;
height: 100%;
top: 0;
left: -320px;
width: 320px;
background: white;
display: flex;
flex-direction: column;
-webkit-overflow-scrolling: touch;
z-index: 100;
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 {
transform: translate3d(320px, 0, 0);
}
.offcanvas-active .site {
position: relative;
overflow: hidden;
}
.offcanvas-active .site-header .navbar,
.offcanvas-active .site-inner > section,
.offcanvas-active .site-inner > span,
.offcanvas-active .site-inner > div,
.offcanvas-active .site-inner > p {
transform: translate3d(320px, 0, 0) !important;
}
.offcanvas-header {
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
border-bottom: 1px #e9ecef solid;
}
.offcanvas-header .navbar-brand {
margin-left: 0;
}
.offcanvas-header .toggle-offcanvas {
margin-right: 0;
}
.navbar-offcanvas {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.offcanvas-sidebar {
flex: 1;
overflow-x: hidden;
overflow-y: auto;
}
.offcanvas-inner {
padding: 20px;
}
.offcanvas {
transition: all 0.4s ease;
}
.offcanvas-transition .site-header .navbar,
.offcanvas-transition .site-inner > section,
.offcanvas-transition .site-inner > span,
.offcanvas-transition .site-inner > div,
.offcanvas-transition .site-inner > p {
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: 99;
}
@-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 {
font-size: 0.875rem;
line-height: 1.5;
margin-top: 1rem;
margin-bottom: 1.5rem;
}
.entry-excerpt:last-child {
margin-bottom: 0;
}
.entry-excerpt p:last-child {
margin-bottom: 0;
}
.entry-thumbnail img {
width: 100%;
height: auto;
}
.entry-more a {
background: #F2F4F6;
color: #000000;
padding-left: 1rem;
padding-right: 1rem;
display: flex;
align-items: center;
justify-content: center;
}
.entry-more a:after {
display: inline-block;
margin-left: 0.5rem;
font-family: "cs-icons";
font-size: 0.75rem;
content: "\e90e";
}
.entry-more a:hover {
background: #000000;
color: #fff;
}
.entry-more-dark a {
background: #000000;
color: #fff;
}
.entry-more-dark a:hover {
background: rgba(0, 0, 0, 0.75);
color: #fff;
}
.entry-details {
display: flex;
justify-content: space-between;
flex-direction: column;
align-items: flex-start;
}
.entry-details .post-share {
margin-top: 1.5rem;
}
@media (min-width: 1020px) {
.entry-details {
align-items: center;
flex-direction: row;
}
.entry-details .entry-more {
margin-right: 1rem;
}
.entry-details .post-share {
margin-top: 0;
}
}
.archive-wrap {
background: #fff;
}
.archive-wrap .entry-title {
font-size: 1.5rem;
}
.archive-wrap .entry-more {
margin-right: 1rem;
}
.archive-wrap .more-link {
background-color: #000000;
color: white;
white-space: nowrap;
font-weight: 400;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
cursor: pointer;
padding: 0.375rem 1rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0;
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;
display: flex;
align-items: center;
justify-content: center;
display: inline-block;
text-decoration: none;
}
@media screen and (prefers-reduced-motion: reduce) {
.archive-wrap .more-link {
transition: none;
}
}
.archive-wrap .more-link:hover, .archive-wrap .more-link:focus {
background: rgba(0, 0, 0, 0.75);
text-decoration: none;
color: #fff;
}
.archive-wrap .more-link:after {
display: inline-block;
margin-left: 0.5rem;
font-family: "cs-icons";
font-size: 0.75rem;
content: "\e90e";
}
.archive-description {
margin-top: 1.5rem;
}
.archive-main article:not(:first-child) {
margin-top: 3rem;
}
.archive-full .post-media {
margin-top: 0;
margin-bottom: 2rem;
}
.archive-full .meta-category,
.archive-full .entry-header,
.archive-full .entry-content-wrap {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.archive-full .entry-header {
margin-bottom: 1rem;
}
.archive-full .entry-details {
flex-wrap: wrap;
margin-top: 1rem;
}
.archive-full .entry-details .entry-more {
justify-content: flex-start;
margin: 1.5rem 0 0;
}
.archive-full .entry-details .post-meta {
flex: 0 0 100%;
width: 100%;
margin: 0;
}
.archive-full .entry-details .post-share {
display: flex;
justify-content: flex-end;
margin: 1.5rem 0 0;
padding-left: 1rem;
}
@media (min-width: 720px) {
.archive-full .entry-details {
flex-direction: row;
align-items: center;
}
.archive-full .entry-details .entry-more,
.archive-full .entry-details .post-meta,
.archive-full .entry-details .post-share {
flex: 1;
margin: 0;
}
.archive-full .entry-details .entry-more {
display: flex;
justify-content: center;
}
.archive-full .entry-details .post-meta {
display: flex;
justify-content: flex-start;
padding-right: 1rem;
}
}
.archive-full .entry-more a {
background: #000000;
color: #fff;
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.archive-full .entry-more a:hover {
background: rgba(0, 0, 0, 0.75);
color: #fff;
}
@media (min-width: 1020px) {
.archive-full article:not(:first-child) {
margin-top: 4rem;
}
.archive-full .entry-title {
font-size: 3rem;
line-height: 1;
}
}
@media (min-width: 720px) {
.archive-full .post-inner + .post-inner {
margin-top: 2rem;
}
}
@media (min-width: 720px) {
.archive-list .post-outer {
display: flex;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
align-items: center;
}
.archive-list .post-inner {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
flex: 0 0 50%;
max-width: 50%;
margin-bottom: 0;
}
.archive-list .post-inner:first-child:last-child {
flex: 0 0 100%;
max-width: 100%;
}
.archive-list .post-inner:last-child {
margin-top: 0;
display: flex;
flex-direction: column;
text-align: left !important;
}
.archive-list .post-inner:last-child .entry-header > .post-meta {
justify-content: flex-start;
}
.archive-list .post-inner:last-child .entry-details {
flex-direction: column;
align-items: flex-start;
}
.archive-list .post-inner:last-child .entry-details .post-share {
margin-top: 1.5rem;
}
}
@media (min-width: 720px) and (min-width: 1020px) {
.archive-list .post-inner:last-child .entry-details {
align-items: center;
flex-direction: row;
}
.archive-list .post-inner:last-child .entry-details .entry-more {
margin-right: 1rem;
}
.archive-list .post-inner:last-child .entry-details .post-share {
margin-top: 0;
}
}
@media (min-width: 1020px) {
.sidebar-disabled .archive-list .entry-title {
font-size: 2rem;
}
}
.archive-grid .post-inner + .post-inner {
margin-top: 1rem;
}
@media (min-width: 720px) {
.archive-grid {
display: flex;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.archive-grid article {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
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 {
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;
flex: 0 0 100%;
width: 100%;
}
.archive-masonry .cs-overlay-content {
position: absolute;
display: flex;
flex-direction: column;
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: flex;
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;
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 {
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;
} .post-media {
margin-top: 1.5rem;
margin-bottom: 1rem;
}
.post-media figure {
margin-bottom: 0;
}
.post-media figure.wp-caption .wp-caption-text {
margin-bottom: 0;
}
.post-media-large {
margin-top: -4rem;
margin-bottom: 4rem;
}
@media (min-width: 1020px) {
.post-media-large + .cs-container .entry-header-large {
margin-top: -8rem;
}
.post-media-large + .cs-container .entry-header-large .entry-header-inner {
padding: 60px 60px 0;
}
.design-edge-enabled .post-media-large .cs-overlay {
position: relative;
}
.design-edge-enabled .post-media-large .cs-overlay:after {
position: absolute;
background: url(https://www.nnmagazine.cz/wp-content/themes/overflow/images/mask-bottom.png) repeat-x center 0;
background-size: cover;
display: block;
top: auto;
bottom: 0;
width: 100%;
height: 40px;
content: '';
}
.design-edge-wave .post-media-large .cs-overlay:after {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 20' xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF'%3E%3Cpath d='M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-size: cover;
}
.design-edge-wave .cs-posts-type-4 .post-media-large .cs-overlay:after {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 20' xmlns='http://www.w3.org/2000/svg' %3E%3Cg id='wave' fill='%23FFFFFF'%3E%3Cpath d='M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
top: -20px;
height: 20px;
}
.design-edge-wave .cs-posts-type-4 .post-media-large .cs-overlay .featured-post:first-child,
.design-edge-wave .cs-posts-type-4 .post-media-large .cs-overlay .featured-post:last-child {
background-position: center center;
}
.design-edge-slanted .post-media-large .cs-overlay:after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'%3E%3Cpolygon points='0,40 40,0 40,40' style='fill:%23FFFFFF;' /%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: 0 0;
font-family: initial;
}
.design-edge-slanted .cs-posts-type-4 .post-media-large .cs-overlay:after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'%3E%3Cpolygon points='0,15 15,0 15,15' style='fill:%23FFFFFF;' /%3E%3C/svg%3E");
top: -15px;
height: 15px;
}
}
.entry .entry-header {
margin-bottom: 3rem;
}
.entry .entry-header-large {
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.entry .entry-container {
display: flex;
}
.entry .entry-container .entry-content-wrap {
width: 100%;
font-size: 1.125rem;
}
.entry .entry-container .entry-sidebar-wrap {
display: none;
width: 100%;
}
.entry .entry-container .entry-sidebar {
display: flex;
flex: 1;
height: 100%;
flex-direction: column;
font-size: 0.875rem;
order: 1;
}
@media (min-width: 1020px) {
.entry .entry-container {
display: flex;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
flex-direction: row;
justify-content: center;
}
.entry .entry-container .entry-content-wrap,
.entry .entry-container .entry-sidebar-wrap {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
.entry .entry-container .entry-content-wrap {
flex: 0 0 calc(100% - 120px);
width: calc(100% - 120px);
max-width: 720px;
}
.entry .entry-container .entry-sidebar-wrap {
display: flex;
flex-direction: column;
flex: 0 0 120px;
max-width: 120px;
}
.entry .entry-container .entry-content {
max-width: 680px;
}
}
.block-align-enabled .post-sidebar-disabled .entry-header-standard .entry-header-inner > .entry-inline-meta,
.block-align-enabled .post-sidebar-disabled .entry-header-standard .entry-header-inner > .entry-title,
.block-align-enabled .post-sidebar-disabled .entry-header-standard .entry-header-inner > .post-meta,
.block-align-enabled .post-sidebar-disabled .entry-header-standard .entry-header-inner > .post-excerpt,
.block-align-enabled .post-sidebar-disabled .entry-header-standard .entry-header-inner > .entry-meta-details, .block-align-enabled .sidebar-disabled .entry-header-standard .entry-header-inner > .entry-inline-meta,
.block-align-enabled .sidebar-disabled .entry-header-standard .entry-header-inner > .entry-title,
.block-align-enabled .sidebar-disabled .entry-header-standard .entry-header-inner > .post-meta,
.block-align-enabled .sidebar-disabled .entry-header-standard .entry-header-inner > .post-excerpt,
.block-align-enabled .sidebar-disabled .entry-header-standard .entry-header-inner > .entry-meta-details {
max-width: 680px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1020px) {
.block-align-enabled .post-sidebar-enabled.sidebar-disabled .entry-container {
transform: translateX(-60px);
}
}
@media (min-width: 1200px) {
.block-align-enabled .post-sidebar-disabled.sidebar-enabled .entry-container .entry-content .alignwide,
.block-align-enabled .post-sidebar-disabled.sidebar-enabled .entry-container .entry-content .alignfull {
transform: translateX(-60px);
width: 800px !important;
max-width: 800px;
}
}
@media (min-width: 600px) {
.block-align-enabled .sidebar-disabled .entry-content .alignwide {
width: 560px;
}
}
@media (min-width: 720px) {
.block-align-enabled .sidebar-disabled .entry-content .alignwide {
width: 680px;
}
}
@media (min-width: 1020px) {
.block-align-enabled .sidebar-disabled .entry-content .alignwide {
width: 980px;
}
}
@media (min-width: 1200px) {
.block-align-enabled .sidebar-disabled .entry-content .alignwide {
width: 1160px;
}
}
@media (min-width: 600px) {
.block-align-enabled .sidebar-disabled .entry-content .alignwide {
max-width: 560px;
}
}
@media (min-width: 720px) {
.block-align-enabled .sidebar-disabled .entry-content .alignwide {
max-width: 680px;
}
}
@media (min-width: 1020px) {
.block-align-enabled .sidebar-disabled .entry-content .alignwide {
max-width: 980px;
}
}
@media (min-width: 1200px) {
.block-align-enabled .sidebar-disabled .entry-content .alignwide {
max-width: 1160px;
}
}
.block-align-enabled .sidebar-disabled .entry-content .alignwide figcaption {
text-align: center;
}
.block-align-enabled .sidebar-disabled .entry-content .alignwide img {
width: 100%;
min-width: 100%;
}
@media (min-width: 1020px) {
.block-align-enabled .sidebar-disabled .entry-content .alignwide {
transform: translateX(-150px);
margin: 48px 0;
}
}
@media (min-width: 1200px) {
.block-align-enabled .sidebar-disabled .entry-content .alignwide {
transform: translateX(-240px);
}
}
@media (min-width: 1020px) {
.block-align-enabled .sidebar-disabled .entry-content .alignfull {
margin: 48px 0;
margin-left: calc( -50vw + 50%);
transform: translateX(0);
width: 100vw !important;
max-width: 100vw;
}
.block-align-enabled .sidebar-disabled .entry-content .alignfull img {
width: 100%;
min-width: 100%;
}
.block-align-enabled .sidebar-disabled .entry-content .alignfull figcaption {
text-align: center;
}
.block-align-enabled .sidebar-disabled .entry-content .alignfull .pk-zoom-icon-popup:after {
display: none;
}
.block-align-enabled .sidebar-disabled .entry-content .alignfull .pk-pin-it {
display: none;
}
}
@media (min-width: 1020px) {
.block-page-align-enabled .sidebar-disabled .entry-content .alignfull {
margin: 48px 0;
margin-left: calc( -50vw + 50%);
transform: translateX(0);
width: 100vw !important;
max-width: 100vw;
}
.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;
}
.block-page-align-enabled .sidebar-disabled .entry-content .alignfull .pk-zoom-icon-popup:after {
display: none;
}
.block-page-align-enabled .sidebar-disabled .entry-content .alignfull .pk-pin-it {
display: none;
}
} .navbar-primary {
background: #fff;
}
.sticky-type-slide .navbar-primary.sticky-nav {
transform: translateY(calc(-100% - 1rem));
}
.sticky-type-slide .navbar-primary.sticky-nav.sticky-nav-slide-visible {
transform: translateY(0);
transition: transform 0.4s ease;
}
.navbar-primary.sticky-nav {
position: fixed;
top: 0;
width: 100%;
z-index: 5;
transform: translateY(0);
}
.navbar-primary.sticky-nav.sticky-up {
transition: transform 0.4s ease;
}
.navbar-primary.sticky-nav.sticky-nav-slide.sticky-down {
transition: 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 {
display: flex;
justify-content: center;
flex-direction: column;
border-bottom: 1px solid #e9ecef;
}
.navbar-container {
display: flex;
align-items: center;
height: 100%;
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 600px) {
.navbar-container {
max-width: 600px;
}
}
@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;
}
}
.navbar-container .navbar-content {
display: flex;
align-items: center;
position: relative;
width: 100%;
justify-content: space-between;
}
@media (min-width: 1020px) {
.navbar-container .navbar-content {
justify-content: flex-start;
}
}
.toggle-offcanvas {
border: none;
background: transparent;
font-size: 1.125rem;
color: #000000;
height: 2rem;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
margin-right: 1.5rem;
}
.toggle-offcanvas:focus {
background: transparent;
color: #000000;
}
.toggle-offcanvas:hover {
background: transparent;
color: #b7b9c2;
}
@media (min-width: 1020px) {
.toggle-offcanvas-hide {
display: none;
}
}
.toggle-search {
border: none;
background: transparent;
color: #000000;
font-size: 1.125rem;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
margin-left: auto;
padding: 0;
}
@media (min-width: 1020px) {
.toggle-search {
margin-left: 1.5rem;
}
}
.toggle-search:hover, .toggle-search:focus {
background: transparent;
color: #b7b9c2;
}
.navbar-brand {
display: inline-block;
margin-bottom: 0;
line-height: inherit;
white-space: nowrap;
}
.navbar-brand a:hover, .navbar-brand a:focus {
text-decoration: none;
}
.navbar-brand img {
max-height: 40px;
width: auto;
}
.navbar-primary .navbar-brand {
position: absolute;
transform: translate3d(-50%, 0, 0);
left: 50%;
}
@media (min-width: 1020px) {
.navbar-primary .navbar-brand {
position: static;
left: 0;
transform: none;
}
}
.navbar-text {
display: inline-block;
margin-bottom: 0;
}
.navbar-nav {
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
list-style: none;
padding: 0;
}
.navbar-nav li {
position: relative;
}
.navbar-nav > li > a {
display: flex;
align-items: center;
padding-left: 0.75rem;
padding-right: 0.75rem;
color: #000000;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
text-decoration: none;
}
.navbar-nav > li:first-child > a {
padding-left: 0;
}
.navbar-nav > li:last-child > a {
padding-right: 0;
}
.navbar-nav > li.current-menu-ancestor > a,
.navbar-nav > li.current-menu-item > a {
color: #b7b9c2;
}
.navbar-nav > li.menu-item-has-children > .sub-menu {
top: 100%;
visibility: hidden;
opacity: 0;
transition: opacity 0.3s;
z-index: 10;
}
.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: flex;
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 > li:hover > a {
color: #b7b9c2;
}
.navbar-nav .menu-item-has-children > a {
display: flex;
flex-wrap: nowrap;
align-items: center;
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 .sub-menu {
background: #fff;
position: absolute;
margin: 0;
padding: 0.5rem 0;
text-align: left;
list-style: none;
}
.navbar-nav .sub-menu > li {
padding: 0;
}
.navbar-nav .sub-menu > li.current-menu-ancestor > a,
.navbar-nav .sub-menu > li.current-menu-item > a {
color: #b7b9c2;
}
.navbar-nav .sub-menu > li:hover > a, .navbar-nav .sub-menu > li:focus > a {
color: #b7b9c2;
}
.navbar-nav .sub-menu > li > a {
position: relative;
display: flex;
white-space: nowrap;
min-width: 220px;
padding: 0.5rem 1rem;
color: #000000;
transition: padding, opacity, color 0.2s ease;
}
.navbar-nav .sub-menu .sub-menu {
border-left: 1px solid #e9ecef;
display: block;
visibility: hidden;
top: -0.5rem;
left: 100%;
opacity: 0;
transition: all 0.2s;
z-index: 1;
}
.navbar-nav .sub-menu .sub-menu.cs-mm-position-init {
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 {
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 {
transform: translate3d(0, 0, 0);
}
.navbar-primary .navbar-nav {
height: 100%;
display: none;
}
.navbar-primary .navbar-nav > li {
height: 100%;
}
.navbar-primary .navbar-nav > li > a {
height: 100%;
}
@media (min-width: 1020px) {
.navbar-primary .navbar-nav {
display: flex;
}
}
.navbar-follow {
display: flex;
justify-content: flex-end;
align-items: center;
}
.navbar-follow .navbar-follow-title {
display: none;
flex-direction: column;
margin-right: 1rem;
}
@media (min-width: 1200px) {
.navbar-follow .navbar-follow-title {
display: flex;
}
}
.navbar-follow .navbar-follow-title .follow-text {
max-width: 180px;
padding-right: 60px;
text-align: center;
}
.navbar-follow .navbar-follow-title .follow-arrow {
margin-top: 0.5rem;
text-align: right;
}
.navbar-follow .navbar-follow-container {
display: flex;
align-items: center;
}
.navbar-follow .navbar-follow-avatar {
margin-right: 1rem;
flex: 0 0 80px;
width: 80px;
height: 80px;
}
.navbar-follow .navbar-follow-avatar-link {
position: relative;
display: block;
}
.navbar-follow .navbar-follow-avatar-link img {
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
transition: 0.2s;
}
.navbar-follow .navbar-follow-box {
display: flex;
flex-direction: column;
}
.navbar-follow .navbar-follow-text {
margin-bottom: 0;
word-break: break-all;
white-space: nowrap;
}
.navbar-follow .navbar-follow-counters {
margin-top: 0.25rem;
}
.navbar-follow .navbar-follow-counters .followers {
color: #b7b9c2;
}
.navbar-follow .navbar-follow-counters .number {
color: #000000;
}
.navbar-follow .navbar-follow-btn {
display: flex;
align-items: center;
justify-content: center;
margin-top: 0.3333333333rem;
padding: 0.375rem 2rem;
}
.navbar-follow .navbar-follow-btn .pk-icon {
margin-left: 0.5rem;
font-size: 0.75rem;
}
.navbar-follow .navbar-follow-btn:after {
display: block;
margin-left: 0.5rem;
font-family: 'powerkit-icons';
font-size: 0.75rem;
}
.navbar-follow-button .navbar-follow-container {
max-width: 180px;
}
.navbar-follow-button .navbar-follow-text {
margin-bottom: 0.3333333333rem;
color: #b7b9c2;
word-break: initial;
white-space: normal;
}
.navbar-follow-instagram .navbar-follow-avatar-link {
position: relative;
border-radius: 100%;
transition: 0.2s;
}
.navbar-follow-instagram .navbar-follow-avatar-link img {
position: relative;
border: 2px solid white;
border-radius: 100%;
width: 76px;
height: 76px;
z-index: 1;
}
.navbar-follow-instagram .navbar-follow-avatar-link span {
border-radius: 100%;
}
.navbar-follow-instagram .navbar-follow-avatar-link:after {
position: absolute;
top: -2px;
bottom: -2px;
left: -2px;
right: 2px;
background: linear-gradient(-45deg, #b7b9c2, #fff);
content: '';
border-radius: 100%;
transition: 0.2s;
}
.navbar-follow-instagram .navbar-follow-btn:after {
content: "\e90c";
}
.navbar-follow-facebook .navbar-follow-avatar-link {
position: relative;
border-radius: 100%;
transition: 0.2s;
}
.navbar-follow-facebook .navbar-follow-avatar-link img {
position: relative;
border: 2px solid white;
border-radius: 100%;
width: 76px;
height: 76px;
z-index: 1;
}
.navbar-follow-facebook .navbar-follow-avatar-link span {
border-radius: 100%;
}
.navbar-follow-facebook .navbar-follow-avatar-link:after {
position: absolute;
top: -2px;
bottom: -2px;
left: -2px;
right: 2px;
background: linear-gradient(-45deg, #b7b9c2, #fff);
content: '';
border-radius: 100%;
transition: 0.2s;
}
.navbar-follow-facebook .navbar-follow-avatar-link:after {
background: #e9ecef;
}
.navbar-follow-facebook .navbar-follow-avatar-link:hover:after {
background: #ced4da;
}
.navbar-follow-facebook .navbar-follow-btn:after {
content: "\f09a";
}
.navbar-follow-youtube .navbar-follow-avatar-link {
position: relative;
border-radius: 100%;
transition: 0.2s;
}
.navbar-follow-youtube .navbar-follow-avatar-link img {
position: relative;
border: 2px solid white;
border-radius: 100%;
width: 76px;
height: 76px;
z-index: 1;
}
.navbar-follow-youtube .navbar-follow-avatar-link span {
border-radius: 100%;
}
.navbar-follow-youtube .navbar-follow-avatar-link:after {
position: absolute;
top: -2px;
bottom: -2px;
left: -2px;
right: 2px;
background: linear-gradient(-45deg, #b7b9c2, #fff);
content: '';
border-radius: 100%;
transition: 0.2s;
}
.navbar-follow-youtube .navbar-follow-avatar-link:after {
background: #e9ecef;
}
.navbar-follow-youtube .navbar-follow-avatar-link:hover:after {
background: #ced4da;
}
.navbar-follow-youtube .navbar-follow-btn:after {
content: "\e919";
} .ajax-navigation {
display: flex;
justify-content: center;
margin-top: 4rem;
}
.ajax-navigation .load-more {
padding: 0.7rem 6rem;
display: flex;
align-items: center;
justify-content: center;
}
.ajax-navigation .load-more:after {
display: inline-block;
margin-left: 0.5rem;
font-family: "cs-icons";
font-size: 0.75rem;
content: "\e90c";
}
.ajax-navigation .load-more:hover, .ajax-navigation .load-more:focus {
background: #000000;
}
.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% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@keyframes loader-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.navigation.pagination {
display: flex;
justify-content: center;
margin-top: 4rem;
}
.navigation.pagination:last-child {
margin-bottom: 0;
}
.navigation.pagination .nav-links {
display: flex;
flex-wrap: wrap;
padding: 0;
}
.navigation.pagination .nav-links > span,
.navigation.pagination .nav-links > a {
border: 1px solid transparent;
display: flex;
align-items: center;
justify-content: center;
min-width: 40px;
min-height: 40px;
padding: 0.5rem 0.75rem;
}
.navigation.pagination .nav-links > .page-number,
.navigation.pagination .nav-links > .current {
border-color: #e9ecef;
color: #b7b9c2;
}
.navigation.pagination .nav-links a:first-child:before {
margin-right: 0.5rem;
font-family: "cs-icons";
content: "\e90d";
}
.navigation.pagination .nav-links a:last-child:after {
margin-left: 0.5rem;
font-family: "cs-icons";
content: "\e90e";
}
.navigation.posts-navigation {
margin-top: 40px;
}
.navigation.posts-navigation .nav-links {
display: flex;
justify-content: space-between;
}
.navigation.posts-navigation .nav-previous > a:before {
margin-right: 0.5rem;
font-family: "cs-icons";
content: "\e90d";
}
.navigation.posts-navigation .nav-next > a:after {
margin-left: 0.5rem;
font-family: "cs-icons";
content: "\e90e";
}
.navigation.comment-navigation {
padding: 1rem 0;
border-top: 1px #e9ecef solid;
border-bottom: 1px #e9ecef solid;
}
.navigation.comment-navigation .nav-links {
display: flex;
justify-content: space-between;
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: 1020px) {
.comment-list .children > li {
padding-left: 40px;
}
}
@media (max-width: 1199.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: 600px) {
.post-comments .comment-form {
display: flex;
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 {
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 {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-bottom: 1.5rem;
}
.post-comments .comment-form-cookies-consent {
flex: 0 0 100%;
max-width: 100%;
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
}
}
.form-submit {
margin: 0;
}
@media (min-width: 600px) {
.form-submit {
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 {
margin: 0 auto;
padding: 0.5rem 3rem;
display: flex;
align-items: center;
justify-content: center;
}
.post-comments-show button:after {
display: inline-block;
margin-left: 0.5rem;
font-family: "cs-icons";
font-size: 0.75rem;
content: "\e90c";
} .content-not-found {
margin: 0 auto;
}
@media (min-width: 600px) {
.content-not-found {
max-width: 600px;
}
}
@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;
}
}
.content-not-found .cs-input-group .search-submit {
min-width: 160px;
}
.content-not-found .cs-input-group input[type="search"] {
line-height: 2rem;
}
.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: flex;
flex-wrap: wrap;
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 .pk-social-links-item:not(:hover) {
opacity: 0.6;
}  .entry-header .entry-header-inner .entry-title {
line-height: 1;
}
.entry-header .entry-header-inner .entry-meta-details {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.entry-header .entry-header-inner .entry-meta-details .post-meta {
margin-top: 1rem;
margin-right: 0.5rem;
}
.entry-header .entry-header-inner .entry-meta-details .pk-share-buttons-wrap {
margin-top: 1rem;
margin-bottom: 0;
}
.entry-header .entry-header-inner .post-excerpt {
margin: 2rem 0;
text-align: left;
}
.entry-header .entry-header-inner .post-excerpt:last-child {
margin-bottom: 0;
}
.entry-header .entry-header-inner .post-excerpt > *:last-child {
margin-bottom: 0;
}
.entry-header-large {
background: white;
z-index: 3;
}
.single .entry-header-large {
border-bottom: 1px solid #e9ecef;
padding-bottom: 3rem;
} .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: flex;
flex-wrap: wrap;
margin-top: 1rem;
margin-bottom: 0;
padding: 0;
}
.post-meta > li {
display: flex;
flex-wrap: wrap;
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;
}
.post-meta a,
.post-meta .author a {
color: #b7b9c2;
}
.post-meta a:hover,
.post-meta .author a:hover {
color: #000000;
}
.meta-author .sep {
display: inline-block;
padding: 0 0.5rem;
}
.meta-author .author {
display: flex;
align-items: center;
}
.meta-author .author img {
margin: 0 0.25rem;
}
.meta-author .author a {
display: flex;
align-items: center;
}
.meta-shares {
position: relative;
z-index: 3;
}
.meta-shares .total {
display: flex;
align-items: center;
} .post-format-icon {
position: absolute;
right: 0;
top: 0;
z-index: 3;
}
.post-format-icon > a {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
line-height: 40px;
color: #fff;
background: #000000;
transition: .2s ease all;
}
.post-format-icon > a:after {
position: relative;
font-family: "cs-icons";
font-style: normal;
font-size: 1rem;
opacity: 1;
width: auto;
}
.post-format-icon span {
margin-left: 0.25rem;
font-size: 80%;
order: 2;
}
.post-format-icon + .meta-category .post-categories {
padding-right: 80px;
}
.post-format-icon .cs-format-image:after {
content: "\e92a";
}
.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-format-icon .cs-format-link:after {
content: "\e90e";
}
.post-format-icon .cs-format-quote:after {
content: "\e918";
}
.post-format-icon .cs-format-status:after {
content: "\e916";
}
.post-format-icon .cs-format-aside:after {
content: "\e90a";
}
.post-format-icon .cs-format-chat:after {
content: "\e900";
} .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: 3rem;
}
.post-author .author {
display: flex;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.post-author .author-avatar {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.post-author .author-description {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
font-size: 0.875rem;
}
.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: #b7b9c2;
}
.post-author .fn .url {
margin: 0;
}
.post-author .pk-social-links-item {
padding-bottom: 0;
} .post-tags {
margin-top: 3rem;
}
.post-tags a {
display: block;
background: #F2F4F6;
color: #000000;
padding: 0.5rem 1rem;
transition: 0.2s;
}
.post-tags a:hover {
background: #000000;
color: #fff;
}
.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;
} .post-subscribe {
position: relative;
margin-top: 3rem;
}
.post-subscribe .subscribe-wrap {
display: flex;
flex-direction: column;
align-items: center;
max-width: 800px;
margin: 0 auto;
}
@media (min-width: 1020px) {
.post-subscribe .subscribe-wrap {
flex-direction: row;
}
.post-sidebar-disabled .post-subscribe .subscribe-wrap {
max-width: 680px;
}
.post-sidebar-enabled.sidebar-disabled .post-subscribe .subscribe-wrap {
transform: translateX(-60px);
}
}
.post-subscribe .subscribe-title {
flex: 0 0 100%;
display: flex;
flex-direction: column;
margin-bottom: 2rem;
}
.post-subscribe .subscribe-title .subscribe-text {
text-align: center;
}
.post-subscribe .subscribe-title .subscribe-arrow {
display: none;
margin-top: 0.5rem;
text-align: right;
}
@media (min-width: 1020px) {
.post-subscribe .subscribe-title {
flex: auto;
max-width: 300px;
margin-right: 3rem;
margin-bottom: 0;
}
.post-subscribe .subscribe-title .subscribe-text {
padding-right: 80px;
}
.post-subscribe .subscribe-title .subscribe-arrow {
display: block;
}
} .post-sidebar-shares {
position: sticky;
}
.post-sidebar-shares .post-sidebar-inner {
transition: opacity 0.2s;
}
.post-sidebar-shares .title-block {
color: #b7b9c2;
}
.post-sidebar-shares .pk-share-buttons-total {
border-top: 1px solid #e9ecef;
padding-top: 1rem;
margin-top: 1rem;
margin-right: 0;
order: 2;
}
.post-sidebar-shares .pk-share-buttons-total:before {
background: #F2F4F6;
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
margin-bottom: 0.5rem;
border-radius: 100%;
font-family: "cs-icons";
content: "\e934";
}
.post-sidebar-shares .pk-share-buttons-total .pk-share-buttons-count {
margin: 0;
padding: 0;
}
.post-sidebar-shares .pk-share-buttons-total .pk-share-buttons-caption {
line-height: 1.125rem;
color: #b7b9c2;
}
.post-sidebar-shares .pk-share-buttons-wrap {
flex-direction: column;
margin: 0;
}
.post-sidebar-shares .pk-share-buttons-items {
flex-direction: column;
flex-wrap: nowrap;
margin: 0;
order: 1;
}
.post-sidebar-shares .pk-share-buttons-item {
display: inline-block;
margin-top: 0.3333333333rem;
margin-right: auto;
padding: 0;
}
.post-sidebar-shares .pk-share-buttons-item:first-child {
margin-top: 0;
}
.post-sidebar-shares .pk-share-buttons-link {
justify-content: space-between;
height: 30px;
padding: 0;
}
.post-sidebar-shares .pk-share-buttons-link .pk-share-buttons-count {
padding-right: 0.5rem;
}
.post-sidebar-shares .pk-share-buttons-icon {
width: 30px;
padding: 0;
text-align: center;
}
.post-sidebar-shares .pk-share-buttons-item-count .pk-share-buttons-link {
width: 80px;
}
.post-sidebar-shares .pk-share-buttons-no-count .pk-share-buttons-link {
justify-content: center;
width: 30px;
}
.post-sidebar-shares .pk-share-buttons-scheme-bold .pk-share-buttons-link {
background: #f8f9fa;
} .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;
}
.page-author-container {
display: flex;
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;
flex: 0 0 100%;
max-width: 100%;
flex-direction: column;
align-items: center;
text-align: center;
}
.page-author-container .author-content {
margin-top: 1rem;
}
.page-author-container .pk-social-links-items {
justify-content: center;
}
@media (min-width: 720px) {
.page-author-container .author-avatar,
.page-author-container .author-content {
align-items: initial;
text-align: initial;
}
.page-author-container .author-avatar {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.page-author-container .author-content {
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%;
margin-top: 0;
}
}
.page-title {
margin-bottom: 0;
} .cs-overlay {
position: relative;
display: flex;
flex-direction: row;
justify-content: flex-start;
width: 100%;
}
.cs-overlay .entry-inline-meta {
margin-bottom: auto;
}
.cs-overlay .read-more {
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
}
.cs-overlay .post-meta {
justify-content: center;
margin-bottom: 0;
}
.cs-overlay .meta-category {
margin-bottom: auto;
}
.cs-overlay .meta-category:after {
display: none;
}
.cs-overlay-hover .read-more,
.cs-overlay-hover .post-meta {
opacity: 0;
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 .read-more,
.cs-overlay-hover:hover .post-meta, .cs-overlay-hover:focus .read-more,
.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: 1;
}
.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;
transition: .2s ease all;
}
.post-media .cs-overlay-transparent .cs-overlay-background:after,
.has-post-thumbnail .cs-overlay-transparent .cs-overlay-background:after {
display: none;
}
.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,
.cs-overlay-blank {
position: absolute;
display: block;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.cs-overlay-ratio:before {
content: '';
display: table;
box-sizing: border-box;
width: 0;
height: 100%;
}
.cs-overlay-ratio .cs-overlay-content {
display: flex;
flex-direction: column;
justify-content: flex-end;
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: 599.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: 1019.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-wide:before {
padding-bottom: 75%;
}
@media (min-width: 720px) {
.cs-ratio-wide:before {
padding-bottom: 32%;
}
}
.cs-ratio-standard:before {
padding-bottom: 75%;
}
@media (min-width: 720px) {
.cs-ratio-standard:before {
padding-bottom: 40%;
}
}
.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 > .sub-menu:after, .navbar-nav .cs-mega-menu > .sub-menu:before {
display: none;
}
.navbar-nav .cs-mega-menu .cs-mm-posts {
display: flex;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
margin-left: -1rem;
margin-right: -1rem;
}
.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% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.navbar-nav .cs-mega-menu .cs-mm-post {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
flex: 0 0 20%;
max-width: 20%;
padding-left: 1rem;
padding-right: 1rem;
}
.navbar-nav .cs-mega-menu .cs-mm-post .cs-overlay-content {
padding: 20px;
}
.navbar-nav .cs-mega-menu .cs-mm-post .post-format-icon > a {
width: 2rem;
height: 2rem;
line-height: 2rem;
}
.navbar-nav .cs-mega-menu .cs-mm-post .post-format-icon > a:after {
font-size: 0.75rem;
}
.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 .cs-icon {
display: flex;
align-items: center;
}
.navbar-nav .cs-mega-menu-has-category .sub-menu {
background: #f8f9fa;
}
.navbar-nav .cs-mega-menu-has-category .cs-mm-posts {
padding: 1.5rem;
}
.navbar-nav .cs-mega-menu-has-categories .cs-mm-content {
display: flex;
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;
flex: 0 0 20%;
max-width: 20%;
padding: 1.5rem;
position: relative;
background: #e9ecef;
border-right: 1px solid #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-categories li.active-item a {
color: #b7b9c2;
}
.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts-container {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
background: #f8f9fa;
padding-left: 0;
padding-right: 0;
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 {
flex: 0 0 25%;
max-width: 25%;
}
.navbar-nav .cs-mega-menu-has-categories .cs-mm-posts.active-item {
display: flex;
}
.navbar-nav:not(:hover) > li .cs-mm-post a {
transition: none !important;
}
.navbar-nav .cs-mega-menu-child > a {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
display: block;
color: #000000;
} .cs-card-sm {
background: #fff;
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: flex;
align-items: flex-start;
justify-content: center;
padding: 0.75rem 20px;
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: flex;
flex-direction: column;
background: #fff;
padding: 20px;
}
.cs-card .post-meta {
margin-top: auto;
} .subcategories {
margin-top: 3rem;
padding-top: 3rem;
border-top: 1px #e9ecef solid;
}
.subcategories .cs-nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.subcategories .cs-nav-item {
margin-top: 0.5rem;
margin-right: 0.5rem;
}
.subcategories .cs-nav-item:last-child {
margin-right: 0;
}
.subcategories .cs-nav-link {
display: block;
padding: 0.5rem 1rem;
background: #000000;
color: #fff;
transition: 0.2s;
}
.subcategories .cs-nav-link:hover {
background: #F2F4F6;
color: #000000;
} .cs-featured-type-1 .cs-featured-post .cs-card {
padding: 0;
}
.design-edge-enabled .cs-featured-type-1 .cs-featured-post .cs-card {
position: relative;
}
.design-edge-enabled .cs-featured-type-1 .cs-featured-post .cs-card:before {
position: absolute;
background: url(https://www.nnmagazine.cz/wp-content/themes/overflow/images/mask-bottom.png) repeat-x center 0;
background-size: cover;
display: block;
top: -40px;
bottom: auto;
width: 100%;
height: 40px;
content: '';
}
.design-edge-wave .cs-featured-type-1 .cs-featured-post .cs-card:before {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 20' xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF'%3E%3Cpath d='M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-size: cover;
}
.design-edge-wave .cs-posts-type-4 .cs-featured-type-1 .cs-featured-post .cs-card:before {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 20' xmlns='http://www.w3.org/2000/svg' %3E%3Cg id='wave' fill='%23FFFFFF'%3E%3Cpath d='M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
top: -20px;
height: 20px;
}
.design-edge-wave .cs-posts-type-4 .cs-featured-type-1 .cs-featured-post .cs-card .featured-post:first-child,
.design-edge-wave .cs-posts-type-4 .cs-featured-type-1 .cs-featured-post .cs-card .featured-post:last-child {
background-position: center center;
}
.design-edge-slanted .cs-featured-type-1 .cs-featured-post .cs-card:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'%3E%3Cpolygon points='0,40 40,0 40,40' style='fill:%23FFFFFF;' /%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: 0 0;
font-family: initial;
}
.design-edge-slanted .cs-posts-type-4 .cs-featured-type-1 .cs-featured-post .cs-card:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'%3E%3Cpolygon points='0,15 15,0 15,15' style='fill:%23FFFFFF;' /%3E%3C/svg%3E");
top: -15px;
height: 15px;
}
.cs-featured-type-1 .cs-featured-post .cs-card-inner {
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
background: white;
padding-top: 2rem;
z-index: 2;
}
@media (min-width: 600px) {
.cs-featured-type-1 .cs-featured-post .cs-card-inner {
max-width: 600px;
}
}
@media (min-width: 720px) {
.cs-featured-type-1 .cs-featured-post .cs-card-inner {
max-width: 720px;
}
}
@media (min-width: 1020px) {
.cs-featured-type-1 .cs-featured-post .cs-card-inner {
max-width: 1020px;
}
}
@media (min-width: 1200px) {
.cs-featured-type-1 .cs-featured-post .cs-card-inner {
max-width: 1200px;
}
}
@media (min-width: 1020px) {
.cs-featured-type-1 .cs-featured-post .cs-card-inner {
max-width: 800px;
margin-top: -5rem;
padding: 60px 60px 0;
}
}
.cs-featured-type-1 .cs-featured-post .entry-title {
font-size: 2.125rem;
}
@media (min-width: 1020px) {
.cs-featured-type-1 .cs-featured-post .entry-title {
font-size: 3rem;
}
}
.cs-featured-type-1 .cs-featured-post .post-meta {
margin-top: 2rem;
}
.cs-featured-type-1 .cs-featured-post .entry-excerpt {
font-size: 1.125rem;
margin-top: 2rem;
}
.cs-featured-type-1 .cs-featured-post .entry-details {
margin-top: 1.5rem;
}
.cs-featured-type-1 .cs-featured-post .entry-more-dark a {
padding: 0.7rem 3rem;
}
.cs-featured-type-2 {
padding-top: 3rem;
}
@media (min-width: 1020px) {
.cs-featured-type-2 {
padding-top: 4rem;
}
}
.cs-featured-type-2 .cs-featured-container {
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 600px) {
.cs-featured-type-2 .cs-featured-container {
max-width: 600px;
}
}
@media (min-width: 720px) {
.cs-featured-type-2 .cs-featured-container {
max-width: 720px;
}
}
@media (min-width: 1020px) {
.cs-featured-type-2 .cs-featured-container {
max-width: 1020px;
}
}
@media (min-width: 1200px) {
.cs-featured-type-2 .cs-featured-container {
max-width: 1200px;
}
}
.cs-featured-type-2 .cs-featured-post .cs-card {
padding: 0;
}
.design-edge-enabled .cs-featured-type-2 .cs-featured-post .cs-card {
position: relative;
}
.design-edge-enabled .cs-featured-type-2 .cs-featured-post .cs-card:before {
position: absolute;
background: url(https://www.nnmagazine.cz/wp-content/themes/overflow/images/mask-bottom.png) repeat-x center 0;
background-size: cover;
display: block;
top: -40px;
bottom: auto;
width: 100%;
height: 40px;
content: '';
}
.design-edge-wave .cs-featured-type-2 .cs-featured-post .cs-card:before {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 20' xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF'%3E%3Cpath d='M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-size: cover;
}
.design-edge-wave .cs-posts-type-4 .cs-featured-type-2 .cs-featured-post .cs-card:before {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 20' xmlns='http://www.w3.org/2000/svg' %3E%3Cg id='wave' fill='%23FFFFFF'%3E%3Cpath d='M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
top: -20px;
height: 20px;
}
.design-edge-wave .cs-posts-type-4 .cs-featured-type-2 .cs-featured-post .cs-card .featured-post:first-child,
.design-edge-wave .cs-posts-type-4 .cs-featured-type-2 .cs-featured-post .cs-card .featured-post:last-child {
background-position: center center;
}
.design-edge-slanted .cs-featured-type-2 .cs-featured-post .cs-card:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'%3E%3Cpolygon points='0,40 40,0 40,40' style='fill:%23FFFFFF;' /%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: 0 0;
font-family: initial;
}
.design-edge-slanted .cs-posts-type-4 .cs-featured-type-2 .cs-featured-post .cs-card:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'%3E%3Cpolygon points='0,15 15,0 15,15' style='fill:%23FFFFFF;' /%3E%3C/svg%3E");
top: -15px;
height: 15px;
}
.design-edge-brush .cs-featured-type-2 .cs-featured-post .cs-card:before {
display: none;
}
@media (min-width: 1020px) {
.design-edge-brush .cs-featured-type-2 .cs-featured-post .cs-overlay-background {
position: relative;
}
.design-edge-brush .cs-featured-type-2 .cs-featured-post .cs-overlay-background:before {
position: absolute;
background: url(https://www.nnmagazine.cz/wp-content/themes/overflow/images/mask.png) no-repeat center center;
background-size: cover;
font-family: 'object-fit: cover;';
display: block;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
content: '';
z-index: 1;
}
}
.cs-featured-type-2 .cs-featured-post .cs-overlay-link {
z-index: 1;
}
.cs-featured-type-2 .cs-featured-post .cs-card-inner {
background: white;
max-width: 800px;
width: 100%;
margin: 0 auto;
padding: 2rem 0 0;
z-index: 2;
}
@media (min-width: 1020px) {
.cs-featured-type-2 .cs-featured-post .cs-card-inner {
margin-top: -5rem;
padding: 60px 60px 0;
}
}
.cs-featured-type-2 .cs-featured-post .entry-title {
font-size: 2.125rem;
}
@media (min-width: 1020px) {
.cs-featured-type-2 .cs-featured-post .entry-title {
font-size: 3rem;
}
}
.cs-featured-type-2 .cs-featured-post .post-meta {
margin-top: 2rem;
}
.cs-featured-type-2 .cs-featured-post .entry-excerpt {
font-size: 1.125rem;
margin-top: 2rem;
}
.cs-featured-type-2 .cs-featured-post .entry-details {
margin-top: 1.5rem;
}
.cs-featured-type-2 .cs-featured-post .entry-more-dark a {
padding: 0.7rem 3rem;
}
.cs-featured-type-3 {
padding-top: 3rem;
}
@media (min-width: 1020px) {
.cs-featured-type-3 {
padding-top: 4rem;
}
}
.cs-featured-type-3 .cs-featured-container {
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 600px) {
.cs-featured-type-3 .cs-featured-container {
max-width: 600px;
}
}
@media (min-width: 720px) {
.cs-featured-type-3 .cs-featured-container {
max-width: 720px;
}
}
@media (min-width: 1020px) {
.cs-featured-type-3 .cs-featured-container {
max-width: 1020px;
}
}
@media (min-width: 1200px) {
.cs-featured-type-3 .cs-featured-container {
max-width: 1200px;
}
}
.cs-featured-type-3 .cs-featured-post .cs-card {
display: flex;
flex-direction: column;
background: #000000;
padding: 2rem;
}
.cs-featured-type-3 .cs-featured-post .cs-card-inner {
display: flex;
flex-direction: column;
height: 100%;
}
@media (min-width: 1020px) {
.cs-featured-type-3 .cs-featured-post article {
display: flex;
flex-wrap: wrap;
}
.cs-featured-type-3 .cs-featured-post .cs-overlay {
flex: 0 0 50%;
max-width: 50%;
order: 2;
}
.design-edge-enabled .cs-featured-type-3 .cs-featured-post .cs-overlay {
position: relative;
}
.design-edge-enabled .cs-featured-type-3 .cs-featured-post .cs-overlay:after {
position: absolute;
background: url(https://www.nnmagazine.cz/wp-content/themes/overflow/images/mask-bottom.png) repeat-x center 0;
background-size: cover;
display: block;
top: auto;
bottom: 0;
width: 100%;
height: 40px;
content: '';
}
.design-edge-wave .cs-featured-type-3 .cs-featured-post .cs-overlay:after {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 20' xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF'%3E%3Cpath d='M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-size: cover;
}
.design-edge-wave .cs-posts-type-4 .cs-featured-type-3 .cs-featured-post .cs-overlay:after {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 20' xmlns='http://www.w3.org/2000/svg' %3E%3Cg id='wave' fill='%23FFFFFF'%3E%3Cpath d='M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
top: -20px;
height: 20px;
}
.design-edge-wave .cs-posts-type-4 .cs-featured-type-3 .cs-featured-post .cs-overlay .featured-post:first-child,
.design-edge-wave .cs-posts-type-4 .cs-featured-type-3 .cs-featured-post .cs-overlay .featured-post:last-child {
background-position: center center;
}
.design-edge-slanted .cs-featured-type-3 .cs-featured-post .cs-overlay:after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'%3E%3Cpolygon points='0,40 40,0 40,40' style='fill:%23FFFFFF;' /%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: 0 0;
font-family: initial;
}
.design-edge-slanted .cs-posts-type-4 .cs-featured-type-3 .cs-featured-post .cs-overlay:after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'%3E%3Cpolygon points='0,15 15,0 15,15' style='fill:%23FFFFFF;' /%3E%3C/svg%3E");
top: -15px;
height: 15px;
}
.design-edge-enabled .cs-featured-type-3 .cs-featured-post .cs-overlay {
margin-top: 20px;
}
.design-edge-slanted .cs-featured-type-3 .cs-featured-post .cs-overlay {
margin-top: 0;
}
.design-edge-slanted .cs-featured-type-3 .cs-featured-post .cs-overlay:after {
display: none;
}
.cs-featured-type-3 .cs-featured-post .cs-card {
flex: 0 0 50%;
max-width: 50%;
padding: 3rem;
order: 1;
}
}
@media (min-width: 1200px) {
.cs-featured-type-3 .cs-featured-post .cs-overlay {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
.cs-featured-type-3 .cs-featured-post .cs-card {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
}
.cs-featured-type-3 .cs-featured-post .entry-title {
font-size: 2.25rem;
}
.cs-featured-type-3 .cs-featured-post .post-meta {
margin-top: 1rem;
margin-bottom: 1rem;
}
.cs-featured-type-3 .cs-featured-post .entry-excerpt {
opacity: 0.8;
color: #b7b9c2;
margin-top: auto;
}
.cs-featured-type-3 .cs-featured-post .entry-details {
margin-top: 0.5rem;
}
.cs-featured-type-3 .cs-featured-post .entry-more-dark a {
background: rgba(255, 255, 255, 0.15);
color: #fff;
}
.cs-featured-type-3 .cs-featured-post .entry-more-dark a:hover {
background: rgba(255, 255, 255, 0.3);
color: #fff;
}
.cs-featured-type-4 {
background: #F2F4F6;
padding: 3rem 0;
}
@media (min-width: 1020px) {
.cs-featured-type-4 {
padding: 4rem 0;
}
}
.cs-featured-type-4 .cs-featured-container {
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 600px) {
.cs-featured-type-4 .cs-featured-container {
max-width: 600px;
}
}
@media (min-width: 720px) {
.cs-featured-type-4 .cs-featured-container {
max-width: 720px;
}
}
@media (min-width: 1020px) {
.cs-featured-type-4 .cs-featured-container {
max-width: 1020px;
}
}
@media (min-width: 1200px) {
.cs-featured-type-4 .cs-featured-container {
max-width: 1200px;
}
}
.cs-featured-type-4 .cs-featured-posts {
display: flex;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
.cs-featured-type-4 .cs-featured-post {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-top: 3rem;
}
.cs-featured-type-4 .cs-featured-post:first-child {
margin-top: 0;
}
.cs-featured-type-4 .cs-featured-post article {
display: flex;
flex-direction: column;
height: 100%;
}
.cs-featured-type-4 .cs-featured-post .cs-overlay-content {
justify-content: flex-start;
align-items: flex-start;
padding-top: 0;
}
.cs-featured-type-4 .cs-featured-post .cs-card {
display: flex;
flex-direction: column;
flex-grow: 1;
padding: 2rem;
}
.cs-featured-type-4 .cs-featured-post .cs-card:before {
margin-left: -2rem;
}
.design-edge-enabled .cs-featured-type-4 .cs-featured-post .cs-card {
position: relative;
}
.design-edge-enabled .cs-featured-type-4 .cs-featured-post .cs-card:before {
position: absolute;
background: url(https://www.nnmagazine.cz/wp-content/themes/overflow/images/mask-bottom.png) repeat-x center 0;
background-size: cover;
display: block;
top: -40px;
bottom: auto;
width: 100%;
height: 40px;
content: '';
}
.design-edge-wave .cs-featured-type-4 .cs-featured-post .cs-card:before {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 20' xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF'%3E%3Cpath d='M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-size: cover;
}
.design-edge-wave .cs-posts-type-4 .cs-featured-type-4 .cs-featured-post .cs-card:before {
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 20' xmlns='http://www.w3.org/2000/svg' %3E%3Cg id='wave' fill='%23FFFFFF'%3E%3Cpath d='M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,20 L300,20 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z' %3E%3C/path%3E%3C/g%3E%3C/svg%3E");
top: -20px;
height: 20px;
}
.design-edge-wave .cs-posts-type-4 .cs-featured-type-4 .cs-featured-post .cs-card .featured-post:first-child,
.design-edge-wave .cs-posts-type-4 .cs-featured-type-4 .cs-featured-post .cs-card .featured-post:last-child {
background-position: center center;
}
.design-edge-slanted .cs-featured-type-4 .cs-featured-post .cs-card:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'%3E%3Cpolygon points='0,40 40,0 40,40' style='fill:%23FFFFFF;' /%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: 0 0;
font-family: initial;
}
.design-edge-slanted .cs-posts-type-4 .cs-featured-type-4 .cs-featured-post .cs-card:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'%3E%3Cpolygon points='0,15 15,0 15,15' style='fill:%23FFFFFF;' /%3E%3C/svg%3E");
top: -15px;
height: 15px;
}
.cs-featured-type-4 .cs-featured-post .cs-card-inner {
display: flex;
flex-direction: column;
flex-grow: 1;
height: 100%;
}
.cs-featured-type-4 .cs-featured-post .entry-details {
margin-top: 1.5rem;
}
@media (min-width: 720px) {
.cs-featured-type-4 .cs-featured-post {
flex: 0 0 50%;
max-width: 50%;
}
.cs-featured-type-4 .cs-featured-post:nth-child(-n+2) {
margin-top: 0;
}
}
@media (min-width: 1020px) {
.cs-featured-type-4 .cs-featured-post {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.cs-featured-type-4 .cs-featured-post:nth-child(-n+3) {
margin-top: 0;
}
}
.cs-featured-type-4 .cs-featured-post:first-child .cs-card:before {
background-position-x: left;
}
.cs-featured-type-4 .cs-featured-post:last-child .cs-card:before {
background-position-x: right;
} .section-trending-posts {
padding: 4rem 0 0;
}
.cs-trending-wrap {
display: flex;
flex-direction: column;
justify-content: center;
}
@media (min-width: 1020px) {
.cs-trending-wrap {
flex-direction: row;
}
}
.cs-trending-wrap .trending-title {
flex: 0 0 100%;
display: flex;
flex-direction: column;
margin-bottom: 2rem;
}
.cs-trending-wrap .trending-title .trending-arrow {
display: none;
margin-top: 0.5rem;
text-align: right;
}
@media (min-width: 1020px) {
.cs-trending-wrap .trending-title {
flex: auto;
max-width: 300px;
margin-right: 3rem;
margin-bottom: 0;
}
.cs-trending-wrap .trending-title .trending-text {
padding-right: 80px;
}
.cs-trending-wrap .trending-title .trending-arrow {
display: block;
}
}
.cs-trending-posts {
flex: auto;
display: flex;
flex-wrap: wrap;
margin-right: -20px;
margin-left: -20px;
}
@media (min-width: 1020px) {
.cs-trending-posts {
justify-content: flex-start;
}
}
.cs-trending-posts .cs-trending-post {
position: relative;
width: 100%;
padding-right: 20px;
padding-left: 20px;
margin-top: 2rem;
}
.cs-trending-posts .cs-trending-post:nth-child(-n+1) {
margin-top: 0;
}
@media (min-width: 720px) {
.cs-trending-posts .cs-trending-post {
flex: 0 0 50%;
max-width: 50%;
}
.cs-trending-posts .cs-trending-post:nth-child(-n+2) {
margin-top: 0;
}
}
@media (min-width: 1020px) {
.cs-trending-posts .cs-trending-post {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
margin-top: 0;
}
}
.cs-trending-posts .cs-post-outer {
display: flex;
}
.cs-trending-posts .cs-post-thumbnail {
position: relative;
flex: 0 0 80px;
max-height: 80px;
margin-right: 1rem;
}
.cs-trending-posts .cs-post-thumbnail a {
position: relative;
display: block;
}
.cs-trending-posts .cs-post-thumbnail a:after {
content: '';
position: absolute;
left: 0;
right: 0;
left: 0;
bottom: 0;
transition: .2s ease all;
background: transparent;
}
.cs-trending-posts .cs-post-thumbnail:hover a:after {
background: rgba(255, 255, 255, 0.25);
}
.cs-trending-posts .cs-post-thumbnail img {
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
transition: 0.2s;
}
.cs-trending-posts .cs-post-data {
flex-grow: 1;
width: 100%;
}
.cs-trending-posts .cs-post-number {
background: #000000;
position: absolute;
top: 0;
left: 0;
width: 2rem;
height: 2rem;
font-size: 0.875rem;
line-height: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
text-align: center;
transition: background 0.2s;
z-index: 1;
}
.cs-trending-posts .cs-post-data .post-categories {
margin-bottom: 0.5rem;
}
.cs-trending-posts .cs-post-data .entry-title {
margin-bottom: 0;
}
.design-border-radius .cs-trending-posts .cs-post-thumbnail a {
position: relative;
border-radius: 100%;
transition: 0.2s;
}
.design-border-radius .cs-trending-posts .cs-post-thumbnail a img {
position: relative;
border: 2px solid white;
border-radius: 100%;
width: 76px;
height: 76px;
z-index: 1;
}
.design-border-radius .cs-trending-posts .cs-post-thumbnail a span {
border-radius: 100%;
}
.design-border-radius .cs-trending-posts .cs-post-thumbnail a:after {
position: absolute;
top: -2px;
bottom: -2px;
left: -2px;
right: 2px;
background: linear-gradient(-45deg, #b7b9c2, #fff);
content: '';
border-radius: 100%;
transition: 0.2s;
}
.design-border-radius .cs-trending-posts .pk-lazyload.pk-lqip.size-csco-small {
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
} .section-footer-posts {
background: #F2F4F6;
padding: 3rem 0;
}
@media (min-width: 1020px) {
.section-footer-posts {
padding: 4rem 0;
}
}
.cs-footer-posts {
display: flex;
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:first-child {
margin-top: 0;
}
.cs-footer-post article {
display: flex;
flex-direction: column;
height: 100%;
}
.cs-footer-post article .meta-author .by,
.cs-footer-post article .author img {
display: none;
}
.cs-footer-post .cs-card {
flex-grow: 1;
}
@media (min-width: 600px) {
.cs-footer-post {
flex: 0 0 50%;
max-width: 50%;
}
.cs-footer-post:nth-child(-n+2) {
margin-top: 0;
}
}
@media (min-width: 1020px) {
.cs-footer-post {
flex: 0 0 25%;
max-width: 25%;
}
.cs-footer-post:nth-child(-n+4) {
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% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.cs-nextpost-section {
border-top: 1px #e9ecef solid;
}
.cs-nextpost-section .entry-header-large.entry-header-thumbnail {
top: -1px;
} .widget {
margin: 0 0 3rem; }
.widget:last-child {
margin: 0;
}
.widget select {
max-width: 100%;
}
.widget ul {
padding-left: 0;
list-style: none;
margin-bottom: 0;
}
.widget .button {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.design-title-stroke-none .widget {
border-bottom: 1px solid #e9ecef;
padding-bottom: 2rem;
margin: 0 0 2rem;
}
.design-title-stroke-none .widget:last-child {
border-bottom: none;
padding-bottom: 0;
margin: 0;
} .widget_nav_menu a {
display: block;
padding: 1rem 0;
}
.widget_nav_menu .menu > .menu-item:not(:first-child) {
border-top: 1px #e9ecef solid;
}
.widget_nav_menu .menu-item-has-children {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
width: 100%;
}
.widget_nav_menu .menu-item-has-children > a {
order: 1;
}
.widget_nav_menu .menu-item-has-children > span {
cursor: pointer;
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%;
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;
transition: all 0.2s ease;
transform: translateX(-100%);
content: "\e90e";
}
.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:hover:after {
visibility: visible;
opacity: 1;
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_search .search-submit {
min-width: 130px;
}
.widget_pages ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li {
display: flex;
flex-wrap: wrap;
position: relative;
padding: 1rem 0;
color: #b7b9c2;
}
.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;
transition: color 0.2s;
}
.widget_pages ul ul.children,
.widget_archive ul ul.children,
.widget_categories ul ul.children,
.widget_meta ul ul.children {
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 #e9ecef;
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: #b7b9c2;
}
.widget_rss .rss-widget-icon {
display: none;
}
.widget_rss ul li {
border-bottom: 1px #e9ecef solid;
position: relative;
padding-bottom: 1rem;
margin-bottom: 1rem;
}
.widget_rss ul li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}
.widget_rss ul li .rsswidget {
color: #000000;
transition: color 0.25s;
}
.widget_rss ul li .rss-date {
display: block;
margin-top: 0.25rem;
color: #b7b9c2;
}
.widget_rss ul li .rssSummary {
margin-top: 0.25rem;
color: #000000;
}
.widget_rss ul li cite {
display: block;
margin-top: 0.25rem;
font-style: normal;
color: #b7b9c2;
text-align: right;
font-size: 0.8125rem;
}
.widget_tag_cloud {
overflow: hidden;
}
.widget_tag_cloud .tagcloud {
display: flex;
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: flex;
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: flex;
align-items: center;
text-align: center;
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;
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 {
flex: 0 0 100%;
max-width: 100%;
}
.widget_media_gallery .gallery-columns-2 .gallery-item {
flex: 0 0 50%;
max-width: 50%;
}
.widget_media_gallery .gallery-columns-3 .gallery-item {
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%;
}
.widget_media_gallery .gallery-columns-4 .gallery-item {
flex: 0 0 25%;
max-width: 25%;
}
.widget_media_gallery .gallery-columns-5 .gallery-item {
flex: 0 0 20%;
max-width: 20%;
}
.widget_media_gallery .gallery-columns-6 .gallery-item {
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%;
}
.widget_media_gallery .gallery-columns-7 .gallery-item {
flex: 0 0 14.2857142857%;
max-width: 14.2857142857%;
}
.widget_media_gallery .gallery-columns-8 .gallery-item {
flex: 0 0 12.5%;
max-width: 12.5%;
}
.widget_media_gallery .gallery-columns-9 .gallery-item {
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: 600px) {
div[class^='gallery-columns-'], div[class*=' gallery-columns-'] {
display: flex;
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(10px);
}
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
@media (min-width: 600px) {
.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: 600px) {
.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: 600px) {
.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: 600px) {
.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: 600px) {
.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: 600px) {
.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: 600px) {
.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: 600px) {
.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;
} .cs-video-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.cs-video-wrapper .cs-video-inner {
position: absolute;
top: 50%;
left: 50%;
margin: auto;
opacity: 0;
transition: opacity .5s;
max-width: unset;
transform: translate(-50%, -50%);
}
.cs-video-wrapper .cs-video-inner.active {
opacity: 1;
}
.cs-video-tools {
display: flex;
position: absolute;
top: 0;
right: 0;
opacity: 1;
z-index: 4;
transition: opacity 0.25s;
}
@media (min-width: 1020px) {
.cs-video-tools {
transform: translateX(-9999px);
opacity: 0;
}
.cs-video-bg-init:hover .cs-video-tools {
transform: translateX(0);
opacity: 1;
}
}
.cs-video-tools .cs-player-control {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
line-height: 40px;
color: #fff;
background: #000000;
font-size: 1rem;
cursor: pointer;
transition: 0.2s;
}
.cs-video-tools .cs-player-control:after {
position: relative;
font-family: "cs-icons";
font-style: normal;
font-size: 1rem;
opacity: 1;
width: auto;
}
.cs-video-tools .cs-player-play:after {
content: "\e91d";
}
.cs-video-tools .cs-player-pause:after {
content: "\e92f";
}
.cs-video-tools .cs-player-unmute:after {
content: "\e931";
}
.cs-video-tools .cs-player-mute:after {
content: "\e932";
}
.cs-featured-type-1 .cs-video-tools,
.cs-featured-type-2 .cs-video-tools,
.post-media-large .cs-video-tools {
position: absolute;
top: 20px;
right: 20px;
}
.cs-featured-type-1 .cs-video-tools .cs-player-control,
.cs-featured-type-2 .cs-video-tools .cs-player-control,
.post-media-large .cs-video-tools .cs-player-control {
background: transparent;
}
.cs-featured-type-1 .cs-video-tools .cs-player-control:hover,
.cs-featured-type-2 .cs-video-tools .cs-player-control:hover,
.post-media-large .cs-video-tools .cs-player-control:hover {
background: transparent;
opacity: 0.6;
}
.cs-featured-type-1 .cs-video-tools .cs-player-control:after,
.cs-featured-type-2 .cs-video-tools .cs-player-control:after,
.post-media-large .cs-video-tools .cs-player-control:after {
font-size: 1.5rem;
padding: .25rem;
}
@media (min-width: 1020px) {
.design-edge-brush .cs-featured-type-2 .cs-video-bg-init .cs-video-tools {
right: 60px;
}
}  .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;
} .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: #b7b9c2;
}
.pk-nav-tabs .pk-nav-link,
.pk-tabs .pk-nav-pills .pk-nav-link,
.pk-tabs-vertical .pk-nav-tabs .pk-nav-link {
border-radius: 0;
}
.pk-input-group {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: stretch;
width: 100%;
}
.pk-input-group .form-control {
position: relative;
z-index: 2;
flex: 1 1 auto;
width: 1%;
margin-bottom: 0;
}
.pk-input-group .button {
line-height: 1.5rem;
}
.entry-content .pk-button {
color: #fff;
}
.entry-content .pk-alert {
margin-bottom: 1.5rem;
}
.entry-content .pk-card-header a {
color: #000000;
}
.entry-content .pk-card-header a:hover {
color: #b7b9c2;
}
.entry-content .pk-instagram-feed a {
color: #000000;
}
.entry-content .pk-instagram-feed a:hover {
color: #b7b9c2;
}
.entry-content .pk-instagram-feed .pk-instagram-btn {
color: #fff;
transition: 0.25s;
}
.entry-content .pk-instagram-feed .pk-instagram-btn:hover {
background-color: #000000;
color: #fff;
}
.entry-content .pk-twitter-wrap a {
color: #b7b9c2;
}
.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: #b7b9c2;
}
.entry-content .pk-twitter-content {
color: inherit;
}
.entry-content .pk-twitter-wrap .pk-twitter-btn {
color: #fff;
transition: 0.25s;
}
.entry-content .pk-twitter-wrap .pk-twitter-btn:hover {
background-color: #000000;
color: #fff;
} .pk-share-buttons-post_meta,
.pk-share-buttons-featured_post {
display: inline-block;
margin: 0;
}
.pk-share-buttons-post_meta .pk-share-buttons-item,
.pk-share-buttons-featured_post .pk-share-buttons-item {
padding: 0;
}
.pk-share-buttons-post_meta .pk-share-buttons-item:after,
.pk-share-buttons-featured_post .pk-share-buttons-item:after {
position: relative;
margin: 0 0.25rem;
color: #e9ecef;
top: -2px;
content: '|';
}
.pk-share-buttons-post_meta .pk-share-buttons-item:last-child:after,
.pk-share-buttons-featured_post .pk-share-buttons-item:last-child:after {
display: none;
}
.pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-link,
.pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-link {
background: transparent;
height: auto;
padding: 0;
transition: unset;
}
.pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-link:hover,
.pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-link:hover {
background: transparent;
}
.pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-link:hover .pk-share-buttons-count,
.pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-link:hover .pk-share-buttons-count {
color: rgba(0, 0, 0, 0.6);
}
.pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-icon,
.pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-icon {
transition: 0.2s ease all;
}
.pk-share-buttons-post_meta .pk-share-buttons-item .pk-share-buttons-count,
.pk-share-buttons-featured_post .pk-share-buttons-item .pk-share-buttons-count {
color: #b7b9c2;
opacity: 1;
}
.pk-share-buttons-post_meta.pk-share-buttons-scheme-default .pk-share-buttons-link:hover .pk-share-buttons-icon,
.pk-share-buttons-featured_post.pk-share-buttons-scheme-default .pk-share-buttons-link:hover .pk-share-buttons-icon {
color: #000000;
}
.entry-meta-details .pk-share-buttons-total {
display: none;
flex-direction: row;
align-items: center;
margin-right: 0.5rem;
}
@media (min-width: 720px) {
.entry-meta-details .pk-share-buttons-total {
display: flex;
}
}
.entry-meta-details .pk-share-buttons-total .pk-share-buttons-label {
color: #b7b9c2;
}
.entry-meta-details .pk-share-buttons-total .pk-share-buttons-count {
color: #b7b9c2;
padding: 0;
margin: 0;
}
.entry-meta-details .pk-share-buttons-link {
height: 30px;
padding: 0 0.2rem;
}
.entry-meta-details .pk-share-buttons-no-count .pk-share-buttons-link {
justify-content: center;
width: 30px;
}
.pk-share-buttons-after-content {
margin-top: 1rem !important;
}
.pk-share-buttons-after-content .pk-share-buttons-total {
display: none;
flex-direction: row;
align-items: center;
margin-right: 0.5rem;
font-size: 0.875rem;
}
@media (min-width: 720px) {
.pk-share-buttons-after-content .pk-share-buttons-total {
display: flex;
}
}
.pk-share-buttons-after-content .pk-share-buttons-total .pk-share-buttons-label {
color: #b7b9c2;
}
.pk-share-buttons-after-content .pk-share-buttons-total .pk-share-buttons-count {
color: #b7b9c2;
padding: 0;
margin: 0;
}
.pk-share-buttons-after-content .pk-share-buttons-link {
height: 30px;
padding: 0 0.2rem;
font-size: 0.875rem;
}
.pk-share-buttons-after-content .pk-share-buttons-no-count .pk-share-buttons-link {
justify-content: center;
}
.pk-share-buttons-after-content.pk-share-buttons-scheme-bold .pk-share-buttons-item {
padding: 0.25rem;
}
.pk-share-buttons-after-content.pk-share-buttons-scheme-bold .pk-share-buttons-link {
background: #f8f9fa;
} .pk-social-links-template-nav.pk-social-links-scheme-light-rounded .pk-social-links-icon, .pk-social-links-template-nav.pk-social-links-scheme-bold-rounded .pk-social-links-icon {
width: 30px;
height: 30px;
line-height: 30px;
font-size: inherit;
}
.pk-social-links-template-nav .pk-social-links-items {
margin: 0;
}
.pk-social-links-template-nav .pk-social-links-item {
padding-left: 0.5rem;
}
.pk-social-links-template-nav .pk-social-links-item:first-child {
margin-left: 0;
padding-left: 0;
}
.pk-social-links-template-nav .pk-social-links-icon {
text-align: center;
font-size: 1.25rem;
transition: 0.25s;
border-radius: 100%;
}
.pk-social-links-template-nav .pk-social-links-count {
color: #b7b9c2;
font-weight: normal;
}
.post-author .pk-social-links-items {
justify-content: flex-start;
}
.post-author .pk-social-links-item {
padding-top: 0;
}
.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;
}
.page-header .pk-social-links-wrap {
margin-top: 1rem;
}
.site-info .pk-social-links-item {
padding-bottom: 0;
} .pk-widget-about .pk-about-small {
color: #b7b9c2;
}
.pk-widget-posts .pk-post-item {
margin-top: 1rem;
}
.pk-widget-posts .pk-post-item:first-child {
margin-top: 0;
}
.pk-widget-posts .pk-post-outer {
display: flex;
}
.pk-widget-posts .pk-post-thumbnail {
position: relative;
flex: 0 0 80px;
max-height: 80px;
margin-left: 2rem;
order: 3;
}
.pk-widget-posts .pk-post-thumbnail a {
position: relative;
display: block;
}
.pk-widget-posts .pk-post-thumbnail a:after {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
transition: .2s ease all;
background: transparent;
}
.pk-widget-posts .pk-post-thumbnail:hover a:after {
background: rgba(255, 255, 255, 0.25);
}
.pk-widget-posts .pk-post-thumbnail img {
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
transition: 0.2s;
}
.pk-widget-posts .pk-post-data {
order: 2;
flex-grow: 1;
width: 100%;
}
.pk-widget-posts .pk-post-number {
background: #000000;
position: absolute;
top: 0;
right: 0;
width: 2rem;
height: 2rem;
font-size: 0.875rem;
line-height: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #fff;
text-align: center;
transition: background 0.2s;
z-index: 1;
}
.pk-widget-posts .pk-post-data .meta-category {
display: inline-block;
margin-bottom: 0.5rem;
}
.pk-widget-posts .pk-post-data .entry-title {
margin-bottom: 0.25rem;
}
.pk-widget-posts .pk-post-data .post-meta {
margin-top: 0.5rem;
}
.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;
}
.design-border-radius .pk-widget-posts .pk-post-thumbnail a {
position: relative;
border-radius: 100%;
transition: 0.2s;
}
.design-border-radius .pk-widget-posts .pk-post-thumbnail a img {
position: relative;
border: 2px solid white;
border-radius: 100%;
width: 76px;
height: 76px;
z-index: 1;
}
.design-border-radius .pk-widget-posts .pk-post-thumbnail a span {
border-radius: 100%;
}
.design-border-radius .pk-widget-posts .pk-post-thumbnail a:after {
position: absolute;
top: -2px;
bottom: -2px;
left: -2px;
right: 2px;
background: linear-gradient(-45deg, #b7b9c2, #fff);
content: '';
border-radius: 100%;
transition: 0.2s;
}
.design-border-radius .pk-widget-posts .pk-lazyload.pk-lqip.size-csco-small {
-webkit-clip-path: circle(50% at 50% 50%);
clip-path: circle(50% at 50% 50%);
}
.pk-widget-posts-template-inverse .cs-overlay-content {
justify-content: flex-start;
align-items: flex-start;
padding-top: 0;
}
.pk-widget-posts-template-inverse .pk-post-item {
margin-top: 2rem;
}
.pk-widget-posts-template-inverse .pk-post-item:first-child {
margin-top: 0;
}
.pk-widget-posts-template-inverse .pk-overlay-thumbnail img {
width: 100%;
}
.pk-widget-posts-template-inverse .pk-post-data {
background: #000000;
}
.design-edge-enabled .pk-widget-posts-template-inverse .pk-post-data {
position: relative;
}
.design-edge-enabled .pk-widget-posts-template-inverse .pk-post-data:before {
position: absolute;
background: url(https://www.nnmagazine.cz/wp-content/themes/overflow/images/dark-mask-bottom.png) repeat-x center 0;
background-size: cover;
display: block;
top: -40px;
width: 100%;
height: 40px;
content: '';
}
.design-edge-wave .pk-widget-posts-template-inverse .pk-post-data:before {
background-image: url("data:image/svg+xml,%3Csvg width='1920px' height='40px' viewBox='0 0 1920 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='wave' fill='%23000000'%3E%3Cpath d='M914.133333,18.3252883 C558.266667,-15.2368591 226.933333,6.00821575 0,19.527237 L0,40.354105 L1920,40.354105 L1920,13.4237591 C1670.26667,28.3552155 1346.66667,59.0841286 914.133333,18.3252883 Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-size: 1920px 40px;
}
.design-edge-wave .widget .pk-widget-posts-template-inverse .pk-post-data:before {
top: -20px;
background-image: url("data:image/svg+xml,%3Csvg width='300px' height='40px' viewBox='0 0 300 40' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='wave' fill='%23000000'%3E%3Cpath d='M142.833333,4.49279582 C87.2291667,-3.89774103 35.4583333,1.41352769 0,4.79328301 L0,40 L300,40 L300,3.26741352 C260.979167,7.00027761 210.416667,14.6825059 142.833333,4.49279582 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.design-edge-slanted .pk-widget-posts-template-inverse .pk-post-data:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='40' viewBox='0 0 40 40' preserveAspectRatio='none'%3E%3Cpolygon points='0,40 40,0 40,40' style='fill:%23000;' /%3E%3C/svg%3E");
background-size: 100% 100%;
background-position: 0 0;
font-family: initial;
}
.design-edge-slanted .widget .pk-widget-posts-template-inverse .pk-post-data:before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='15' viewBox='0 0 15 15' preserveAspectRatio='none'%3E%3Cpolygon points='0,15 15,0 15,15' style='fill:%23000;' /%3E%3C/svg");
top: -15px;
height: 15px;
}
.pk-widget-posts-template-inverse .pk-data-wrap {
display: flex;
flex-direction: column;
padding: 2rem;
}
.pk-widget-posts-template-inverse .pk-data-wrap .entry-title {
font-size: 1.5rem;
}
.pk-widget-posts-template-large .pk-post-item {
margin-top: 2rem;
}
.pk-widget-posts-template-large .pk-post-item:first-child {
margin-top: 0;
}
.pk-widget-posts-template-large .pk-overlay-thumbnail {
margin-bottom: 0.5rem;
}
.pk-widget-posts-template-large .pk-overlay-thumbnail img {
width: 100%;
} .pk-zoom-icon-popup:after {
display: flex;
justify-content: center;
align-items: center;
width: 2rem;
height: 2rem;
line-height: 2rem;
top: 0;
right: 0;
content: "\e928";
font-family: "cs-icons";
}
.mfp-arrow:hover,
.mfp-arrow:focus {
background: transparent;
} .pk-pin-it {
display: flex;
justify-content: center;
align-items: center;
width: 2rem;
height: 2rem;
line-height: 2rem;
top: 0;
left: 0;
}
.pk-pin-it:not(:hover) {
background: #000000;
}
.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: 2rem;
height: 2rem;
line-height: 2rem;
} .pk-twitter-content {
font-size: 0.875rem;
}
.widget .pk-twitter-link {
display: block;
height: auto;
position: relative;
border-radius: 100%;
transition: 0.2s;
}
.widget .pk-twitter-link img {
position: relative;
border: 2px solid white;
border-radius: 100%;
width: 46px;
height: 46px;
z-index: 1;
}
.widget .pk-twitter-link span {
border-radius: 100%;
}
.widget .pk-twitter-link:after {
position: absolute;
top: -2px;
bottom: -2px;
left: -2px;
right: 2px;
background: linear-gradient(-45deg, #b7b9c2, #fff);
content: '';
border-radius: 100%;
transition: 0.2s;
} .pk-instagram-item .pk-instagram-link:hover img {
transform: none;
}
.pk-instagram-item .pk-instagram-data .pk-meta {
color: #fff;
font-weight: 300;
}
.widget .pk-instagram-feed .pk-avatar-link {
display: block;
height: auto;
position: relative;
border-radius: 100%;
transition: 0.2s;
}
.widget .pk-instagram-feed .pk-avatar-link img {
position: relative;
border: 2px solid white;
border-radius: 100%;
width: 46px;
height: 46px;
z-index: 1;
}
.widget .pk-instagram-feed .pk-avatar-link span {
border-radius: 100%;
}
.widget .pk-instagram-feed .pk-avatar-link:after {
position: absolute;
top: -2px;
bottom: -2px;
left: -2px;
right: 2px;
background: linear-gradient(-45deg, #b7b9c2, #fff);
content: '';
border-radius: 100%;
transition: 0.2s;
}
.footer-instagram .pk-instagram-template-default .pk-instagram-item {
flex: 0 0 50%;
}
.footer-instagram .pk-instagram-template-default .pk-instagram-item .pk-meta-comments {
display: block;
}
.footer-instagram .pk-instagram-data {
align-items: flex-start;
justify-content: flex-start;
padding: 2rem;
}
.footer-instagram .pk-instagram-data .pk-meta {
margin: 0;
}
.footer-instagram .pk-meta:not(:last-child):after {
margin-right: 0.5rem;
content: "\b7";
margin-left: 0.5rem;
}
@media (min-width: 600px) {
.footer-instagram .pk-instagram-template-default .pk-instagram-item {
flex: 0 0 33.3333333333%;
}
}
@media (min-width: 1020px) {
.footer-instagram .pk-instagram-template-default .pk-instagram-item {
flex: 0 0 16.6666666667%;
}
} .entry-content .post-author + .fb-comments {
margin-top: 0;
} .pk-subscribe-form-wrap .subscription {
position: relative;
overflow: hidden;
}
.pk-subscribe-form-wrap .subscription.pk-loading .pk-input-group {
opacity: 0.1;
}
.pk-subscribe-form-wrap .subscription.pk-loading:before {
position: absolute;
z-index: 2;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: "";
}
.pk-subscribe-form-wrap .subscription.pk-loading:after {
width: 24px;
height: 24px;
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: 50%;
left: 50%;
margin-top: -12px;
margin-left: -12px;
content: "";
}
@keyframes loader-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
.pk-subscribe-form-wrap .pk-input-group {
justify-content: center;
}
.pk-subscribe-form-wrap .pk-input-group button {
display: flex;
align-items: center;
justify-content: center;
padding: 0.75rem 1rem;
display: flex;
align-items: center;
justify-content: center;
}
.pk-subscribe-form-wrap .pk-input-group button:after {
display: inline-block;
margin-left: 0.5rem;
font-family: "cs-icons";
font-size: 0.75rem;
content: "\e90e";
}
.pk-subscribe-form-wrap .pk-input-group .email {
margin-left: 1px;
}
.pk-subscribe-form-wrap .pk-subscribe-message {
letter-spacing: 0;
color: inherit;
margin-bottom: 1.5rem;
}
.pk-subscribe-form-wrap .pk-alert,
.pk-subscribe-form-wrap .pk-privacy {
margin-top: 1.5rem;
}
.pk-subscribe-form-wrap .pk-privacy label {
font-weight: normal;
text-transform: none;
letter-spacing: 0;
}
.pk-subscribe-form-wrap .pk-subscribe-submit {
position: relative;
}
.pk-subscribe-form-wrap:not(.pk-subscribe-with-name):not(.pk-subscribe-with-bg) button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.pk-subscribe-with-bg input[type="text"] {
border-color: #FFFFFF;
background-color: #FFFFFF;
}
.pk-subscribe-with-bg input[type="text"]:focus {
border-color: #FFFFFF;
}
.widget .pk-subscribe-with-bg input[type="text"] {
width: 100%;
}
.widget .pk-subscribe-with-bg button {
width: 100%;
}
.widget .pk-subscribe-with-name input[type="text"],
.widget .pk-subscribe-with-bg input[type="text"] {
text-align: center;
}
.pk-subscribe-form-widget .pk-bg-overlay {
text-align: left;
}
.entry-content .pk-subscribe-form-wrap .pk-title,
.post-subscribe .pk-subscribe-form-wrap .pk-title,
.footer-subscribe .pk-subscribe-form-wrap .pk-title {
margin-top: 0;
}
.entry-content .pk-subscribe-form-wrap button,
.post-subscribe .pk-subscribe-form-wrap button,
.footer-subscribe .pk-subscribe-form-wrap button {
margin-top: 0;
padding: 0.5rem 2rem;
}
@media (min-width: 600px) {
.entry-content .pk-subscribe-form-wrap .email,
.post-subscribe .pk-subscribe-form-wrap .email,
.footer-subscribe .pk-subscribe-form-wrap .email {
border-right: none;
}
}
.entry-content .pk-subscribe-with-name input[type="text"],
.entry-content .pk-subscribe-with-bg input[type="text"],
.post-subscribe .pk-subscribe-with-name input[type="text"],
.post-subscribe .pk-subscribe-with-bg input[type="text"],
.footer-subscribe .pk-subscribe-with-name input[type="text"],
.footer-subscribe .pk-subscribe-with-bg input[type="text"] {
width: 100%;
text-align: center;
}
.entry-content .pk-subscribe-with-name button,
.entry-content .pk-subscribe-with-bg button,
.post-subscribe .pk-subscribe-with-name button,
.post-subscribe .pk-subscribe-with-bg button,
.footer-subscribe .pk-subscribe-with-name button,
.footer-subscribe .pk-subscribe-with-bg button {
margin-top: 0.5rem;
}
@media (min-width: 600px) {
.entry-content .pk-subscribe-with-name .pk-input-group,
.entry-content .pk-subscribe-with-bg .pk-input-group,
.post-subscribe .pk-subscribe-with-name .pk-input-group,
.post-subscribe .pk-subscribe-with-bg .pk-input-group,
.footer-subscribe .pk-subscribe-with-name .pk-input-group,
.footer-subscribe .pk-subscribe-with-bg .pk-input-group {
display: flex;
flex-direction: row;
}
.entry-content .pk-subscribe-with-name input[type="text"],
.entry-content .pk-subscribe-with-bg input[type="text"],
.post-subscribe .pk-subscribe-with-name input[type="text"],
.post-subscribe .pk-subscribe-with-bg input[type="text"],
.footer-subscribe .pk-subscribe-with-name input[type="text"],
.footer-subscribe .pk-subscribe-with-bg input[type="text"] {
width: 1%;
margin-top: 0;
text-align: left;
}
.entry-content .pk-subscribe-with-name button,
.entry-content .pk-subscribe-with-bg button,
.post-subscribe .pk-subscribe-with-name button,
.post-subscribe .pk-subscribe-with-bg button,
.footer-subscribe .pk-subscribe-with-name button,
.footer-subscribe .pk-subscribe-with-bg button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
margin-top: 0;
}
} .pk-inline-posts-container .post-meta a {
font-weight: normal;
}
.pk-inline-posts-container .post-meta .meta-category a {
color: #b7b9c2;
}
.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: #b7b9c2;
} .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;
}  .searchwp-live-search-results {
opacity: 0;
transition: opacity .25s ease-in-out;
height: 0;
overflow: hidden;
z-index: 9999;
position: absolute;
display: none;
}
.searchwp-live-search-results-showing {
display: block;
opacity: 1;
height: auto;
overflow: auto;
}
.searchwp-live-search-no-results {
padding: 3em 2em 0;
text-align: center;
}
.searchwp-live-search-no-min-chars:after {
display: block;
text-align: center;
padding: 2em 2em 0;
}
.searchwp-live-search-results.searchwp-live-search-results-showing {
background: #fff;
min-height: 164px;
max-height: 332px;
box-shadow: none;
z-index: 9;
}
.searchwp-live-search-results.searchwp-live-search-results-showing > .spinner {
margin-top: 1rem;
}
.searchwp-live-search-results.searchwp-live-search-results-showing:hover, .searchwp-live-search-results.searchwp-live-search-results-showing:focus {
outline: none;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a {
padding: 1rem;
display: flex;
align-items: center;
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: #b7b9c2;
padding-left: 1rem;
}
@media (min-width: 600px) {
.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: flex;
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: 719.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(183, 185, 194, 0.25);
border-top-color: #b7b9c2;
border-radius: 50%;
position: relative;
-webkit-animation: loader-rotate 1s linear infinite;
animation: loader-rotate 1s linear infinite;
background: transparent; }
@keyframes loader-rotate {
0% {
transform: rotate(0);
}
100% {
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;
}