.content,
.entry-content,
.editor-writing-flow {
counter-reset: h2;
}
.content h2,
.entry-content h2,
.editor-writing-flow h2 {
counter-reset: h3;
}
.content h3,
.entry-content h3,
.editor-writing-flow h3 {
counter-reset: h4;
}
.content h4,
.entry-content h4,
.editor-writing-flow h4 {
counter-reset: h5;
}
.content h5,
.entry-content h5,
.editor-writing-flow 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: -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;
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: "";
color: #28a745;
}
ul.pk-list-negative > li:before {
content: "";
color: #dc3545;
}
.pk-heading-numbered {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.pk-heading-numbered:before {
margin-right: 1rem;
}
h2.pk-heading-numbered:before {
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;
height: 2.5rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 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,
.editor-writing-flow .pk-dropcap {
text-align: left;
}
.content .pk-dropcap:first-letter,
.entry-content .pk-dropcap:first-letter,
.editor-writing-flow .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,
.editor-writing-flow .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,
.editor-writing-flow .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,
.editor-writing-flow .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,
.editor-writing-flow .pk-dropcap-border-right:first-letter {
padding-right: 2rem;
border-right: 1px solid #dee2e6;
border-radius: 0;
}
.content .pk-callout,
.entry-content .pk-callout,
.editor-writing-flow .pk-callout {
font-size: 1.25rem;
font-weight: 600;
}
.content .pk-content-block,
.entry-content .pk-content-block,
.editor-writing-flow .pk-content-block {
margin-bottom: 2rem;
}
.content .pk-content-block > *:last-child,
.entry-content .pk-content-block > *:last-child,
.editor-writing-flow .pk-content-block > *:last-child {
margin-bottom: 0;
}
.content .pk-block-alignment-left,
.entry-content .pk-block-alignment-left,
.editor-writing-flow .pk-block-alignment-left {
float: left;
max-width: 50%;
margin-right: 2rem;
}
.content .pk-block-alignment-right,
.entry-content .pk-block-alignment-right,
.editor-writing-flow .pk-block-alignment-right {
float: right;
max-width: 50%;
margin-left: 2rem;
}
.content .pk-block-border-left,
.entry-content .pk-block-border-left,
.editor-writing-flow .pk-block-border-left {
padding-left: 2rem;
border-left: 1px solid #dee2e6;
}
.content .pk-block-border-right,
.entry-content .pk-block-border-right,
.editor-writing-flow .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,
.editor-writing-flow .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,
.editor-writing-flow .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,
.editor-writing-flow .pk-block-border-all {
padding: 2rem;
border: 1px solid #dee2e6;
}
.content .pk-block-bg-light,
.entry-content .pk-block-bg-light,
.editor-writing-flow .pk-block-bg-light {
background: #f8f9fa;
padding: 2rem;
}
.content .pk-block-bg-inverse,
.entry-content .pk-block-bg-inverse,
.editor-writing-flow .pk-block-bg-inverse {
background: black;
padding: 2rem;
color: #fff;
}
.content .pk-block-bg .pk-alert,
.entry-content .pk-block-bg .pk-alert,
.editor-writing-flow .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,
.editor-writing-flow .pk-block-bg .pk-subscribe-form-wrap form {
-webkit-box-shadow: none;
box-shadow: none;
}
.content .pk-block-shadows,
.entry-content .pk-block-shadows,
.editor-writing-flow .pk-block-shadows {
padding: 2rem;
-webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.075);
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,
.editor-writing-flow .pk-content-block {
float: none;
width: 100%;
max-width: 100%;
border-left: none;
border-right: none;
margin-left: 0;
margin-right: 0;
}
}
.wp-block[data-type="core/heading"] h3.pk-heading-numbered:before, .wp-block[data-type="core/heading"] h4.pk-heading-numbered:before, .wp-block[data-type="core/heading"] h5.pk-heading-numbered:before, .wp-block[data-type="core/heading"] h6.pk-heading-numbered:before {
display: none;
}.pk-inline-posts .pk-inline-posts-title {
margin-bottom: 1.5rem;
}
.pk-inline-posts:not(:last-child) {
padding-bottom: 30px;
margin-bottom: 3rem;
border-bottom: 1px #e9ecef solid;
}
.pk-inline-posts:not(:first-child) {
padding-top: 30px;
margin-top: 3rem;
border-top: 1px #e9ecef solid;
}
.pk-inline-posts-container .pk-overlay {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 100%;
}
.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;
-webkit-box-sizing: border-box;
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: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.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: 30px;
}
@media (min-width: 576px) {
.pk-inline-posts-template-list .pk-post-outer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.pk-inline-posts-template-list .pk-post-inner {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
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 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.pk-inline-posts-template-list .pk-post-inner + .pk-post-inner {
margin-top: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
}
.pk-inline-posts-template-grid .pk-post-inner + .pk-post-inner {
margin-top: 1rem;
}
@media (min-width: 576px) {
.pk-inline-posts-template-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.pk-inline-posts-template-grid article {
position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
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"] {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.pk-inline-posts-template-grid[data-columns="1"] article {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.pk-inline-posts-template-grid[data-columns="1"] article:not(:first-child) {
margin-top: 30px;
}
}
@media (min-width: 1200px) {
.pk-inline-posts-template-grid[data-columns="3"] article {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
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 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.pk-inline-posts-template-grid[data-columns="4"] article:nth-child(-n+4) {
margin-top: 0;
}
}.pk-instagram-header {
margin-bottom: 1.5rem;
}
.pk-instagram-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.pk-avatar-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-shadow: none;
box-shadow: none;
margin-right: 1rem;
-webkit-box-flex: 0;
-ms-flex: 0 0 50px;
flex: 0 0 50px;
width: 50px;
height: 50px;
}
.pk-instagram-avatar {
border-radius: 50%;
width: 50px;
height: 50px;
}
.pk-instagram-info a {
color: inherit;
}
.pk-instagram-username {
color: black;
margin-bottom: 0;
word-break: break-all;
}
.pk-instagram-name {
font-size: 0.875rem;
word-break: break-all;
}
.pk-instagram-name a {
color: inherit;
}
.pk-instagram-counters {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 1rem;
font-size: 80%;
}
.pk-instagram-counters .counter + .counter {
margin-left: 0.5rem;
}
.pk-instagram-counters .number {
color: #000;
font-weight: bold;
font-size: 0.875rem;
}
.pk-instagram-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 1rem;
}
.pk-instagram-footer .pk-instagram-btn {
display: block;
width: 100%;
}
.pk-instagram-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.pk-instagram-item {
display: block;
position: relative;
}
.pk-instagram-item:after {
position: relative;
padding-bottom: 100%;
display: block;
height: 0;
z-index: 0;
content: '';
}
.pk-instagram-link img {
display: block;
width: 100%;
height: 100%;
-webkit-transition: 0.25s;
transition: 0.25s;
-o-object-fit: cover;
object-fit: cover;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.pk-instagram-link {
position: absolute;
display: block;
border: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
-webkit-box-shadow: none;
box-shadow: none;
}
.pk-instagram-link:before {
background: rgba(0, 0, 0, 0.5);
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
content: '';
-webkit-transition: 0.25s;
transition: 0.25s;
z-index: 2;
}
.pk-instagram-link:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.pk-instagram-link:hover:before {
opacity: 1;
}
.pk-instagram-link:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.pk-instagram-data {
position: absolute;
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;
top: 0;
left: 0;
width: 100%;
height: 100%;
color: rgba(255, 255, 255, 0.9);
z-index: 3;
opacity: 0;
-webkit-transition: 0.25s;
transition: 0.25s;
}
.pk-instagram-link:hover .pk-instagram-data {
opacity: 1;
}
.pk-instagram-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.pk-instagram-meta .pk-meta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
font-size: 14px;
margin-left: 10px;
}
.pk-instagram-meta .pk-meta i {
position: relative;
margin-right: 5px;
top: 1px;
}
.pk-instagram-meta .pk-meta:first-child {
margin-left: 0;
}
.widget .pk-instagram-meta {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.widget .pk-instagram-meta .pk-meta {
margin: 0;
}
.pk-instagram-columns-1 .pk-instagram-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.pk-instagram-columns-2 .pk-instagram-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.pk-instagram-columns-3 .pk-instagram-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
}
.pk-instagram-columns-4 .pk-instagram-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
.pk-instagram-columns-5 .pk-instagram-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
}
.pk-instagram-columns-6 .pk-instagram-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
}
.pk-instagram-columns-7 .pk-instagram-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 14.2857142857%;
flex: 0 0 14.2857142857%;
}
.pk-instagram-size-auto .pk-instagram-items {
margin-left: -5px;
margin-right: -5px;
}
.pk-instagram-size-auto .pk-instagram-items .pk-instagram-item {
margin: 5px;
}
.pk-instagram-size-auto.pk-instagram-columns-1 .pk-instagram-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% / 1 - 10px);
flex: 0 0 calc(100% / 1 - 10px);
}
.pk-instagram-size-auto.pk-instagram-columns-2 .pk-instagram-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% / 2 - 10px);
flex: 0 0 calc(100% / 2 - 10px);
}
.pk-instagram-size-auto.pk-instagram-columns-3 .pk-instagram-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(100% / 3 - 10px);
flex: 0 0 calc(100% / 3 - 10px);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.pk-instagram-size-auto .pk-instagram-items {
margin: 0;
}
.pk-instagram-size-auto .pk-instagram-items .pk-instagram-item {
margin: 0;
}
.pk-instagram-size-auto.pk-instagram-columns-1 .pk-instagram-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
}
.pk-instagram-size-auto.pk-instagram-columns-2 .pk-instagram-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.pk-instagram-size-auto.pk-instagram-columns-3 .pk-instagram-item {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
}
}.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; 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: white;
background-color: rgba(0, 0, 0, 0.5);
font-size: 0.75rem;
-webkit-transition: 0.2s ease opacity;
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 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: "";
}
@-webkit-keyframes loader-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes loader-rotate {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}.pk-pin-it-container {
position: relative;
max-width: 100%;
}
@-webkit-keyframes pk_pin_it_show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes pk_pin_it_show {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.pk-pin-it {
position: absolute;
top: 1rem;
left: 1rem;
color: #FFFFFF !important;
text-decoration: none !important;
border: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
background: #bd081c;
width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
font-size: 16px;
text-align: center;
opacity: 1;
-webkit-transition: background-color 0.25s ease;
transition: background-color 0.25s ease;
z-index: 2;
}
.pk-pin-it:hover {
background-color: #ee0a23;
color: white;
}
.pk-pin-it span:first-child {
display: none;
}
.pk-pin-it.pk-pin-it-visible {
-webkit-animation: pk_pin_it_show 0.25s ease;
animation: pk_pin_it_show 0.25s ease;
}
.wp-block-gallery .blocks-gallery-image .pk-pin-it,
.wp-block-gallery .blocks-gallery-item
.wp-block-gallery.is-cropped .blocks-gallery-image .pk-pin-it,
.wp-block-gallery.is-cropped .blocks-gallery-item .pk-pin-it {
width: 2.5rem;
height: 2.5rem;
line-height: 2.5rem;
}.pk-scroll-to-top {
background: #a0a0a0;
display: none;
position: fixed;
left: -9999px;
bottom: 2rem;
opacity: 0;
-webkit-transition: opacity 0.25s;
transition: opacity 0.25s;
}
.pk-scroll-to-top.pk-active {
opacity: 1;
left: auto;
right: 2rem;
}
.pk-scroll-to-top:hover {
opacity: 0.7;
}
.pk-scroll-to-top .pk-icon {
display: block;
padding: .6rem;
color: white;
line-height: 1;
-webkit-transition: opacity .2s ease;
transition: opacity .2s ease;
}
@media (min-width: 760px) {
.pk-scroll-to-top {
display: block;
}
}.pk-share-buttons-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 2rem;
margin-bottom: 2rem;
line-height: 1;
}
.pk-share-buttons-wrap .pk-share-buttons-link {
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;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
height: 36px;
padding: 0 1rem;
background: #F8F9FA;
color: #000;
text-decoration: none;
-webkit-transition: .25s ease all;
transition: .25s ease all;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.pk-share-buttons-wrap .pk-share-buttons-link:hover {
color: white;
-webkit-box-shadow: none;
box-shadow: none;
}
.pk-share-buttons-wrap .pk-share-buttons-link:hover .pk-share-buttons-count {
color: rgba(255, 255, 255, 0.9);
}
.pk-share-buttons-wrap .pk-share-buttons-link .pk-share-buttons-count {
-webkit-transition: .25s ease all;
transition: .25s ease all;
opacity: 0.6;
}
.pk-share-buttons-icon,
.pk-share-buttons-title,
.pk-share-buttons-label,
.pk-share-buttons-count {
padding: 0 0.25rem;
}
.pk-share-buttons-total {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: 2rem;
}
.pk-share-buttons-total .pk-share-buttons-title {
display: none;
margin-bottom: .25rem;
}
.pk-share-buttons-total .pk-share-buttons-count {
margin-bottom: .25rem;
}
.pk-share-buttons-items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -0.25rem;
}
.pk-share-buttons-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.25rem;
}
.pk-share-buttons-icon {
line-height: inherit;
}
.pk-share-buttons-item > .pk-share-buttons-count {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
padding: 0.25rem 0.25rem;
margin-left: 0.5rem;
position: relative;
background: #FFFFFF;
border-color: #dbdbdb;
border: 1px solid #dbdbdb;
line-height: 1rem;
border-radius: 2px;
cursor: default;
}
.pk-share-buttons-item > .pk-share-buttons-count:after, .pk-share-buttons-item > .pk-share-buttons-count:before {
right: 100%;
top: 50%;
border: solid transparent;
height: 0;
width: 0;
content: " ";
position: absolute;
pointer-events: none;
}
.pk-share-buttons-item > .pk-share-buttons-count:after {
border-color: transparent;
border-right-color: #FFFFFF;
border-width: 5px;
margin-top: -5px;
}
.pk-share-buttons-item > .pk-share-buttons-count:before {
border-color: transparent;
border-right-color: #dbdbdb;
border-width: 6px;
margin-top: -6px;
}
.pk-share-buttons-no-count .pk-share-buttons-count {
display: none;
}
.pk-share-buttons-total-no-count {
display: none;
} .pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(-n+2) {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(n+3) .pk-share-buttons-title {
display: none;
}
.pk-share-buttons-layout-default .pk-share-buttons-item:nth-child(n+3) .pk-share-buttons-label {
display: none;
}
.pk-share-buttons-layout-equal .pk-share-buttons-item {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
} .pk-share-buttons-scheme-default .pk-share-buttons-twitter .pk-share-buttons-link:hover {
background: #00aced;
}
.pk-share-buttons-scheme-default .pk-share-buttons-facebook .pk-share-buttons-link:hover {
background: #3b5998;
}
.pk-share-buttons-scheme-default .pk-share-buttons-instagram .pk-share-buttons-link:hover {
background: #675144;
}
.pk-share-buttons-scheme-default .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
background: #0084ff;
}
.pk-share-buttons-scheme-default .pk-share-buttons-google-plus .pk-share-buttons-link:hover {
background: #dd4b39;
}
.pk-share-buttons-scheme-default .pk-share-buttons-googleplus .pk-share-buttons-link:hover {
background: #dd4b39;
}
.pk-share-buttons-scheme-default .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
background: #007bb6;
}
.pk-share-buttons-scheme-default .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
background: #cb2027;
}
.pk-share-buttons-scheme-default .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
background: #eb4823;
}
.pk-share-buttons-scheme-default .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
background: #29a628;
}
.pk-share-buttons-scheme-default .pk-share-buttons-telegram .pk-share-buttons-link:hover {
background: #2ca5e0;
}
.pk-share-buttons-scheme-default .pk-share-buttons-line .pk-share-buttons-link:hover {
background: #25af00;
}
.pk-share-buttons-scheme-default .pk-share-buttons-viber .pk-share-buttons-link:hover {
background: #7b519d;
}
.pk-share-buttons-scheme-default .pk-share-buttons-pocket .pk-share-buttons-link:hover {
background: #ef4056;
}
.pk-share-buttons-scheme-default .pk-share-buttons-messenger .pk-share-buttons-link:hover {
background: #0084ff;
}
.pk-share-buttons-scheme-default .pk-share-buttons-ok .pk-share-buttons-link:hover {
background: #EE8208;
}
.pk-share-buttons-scheme-default .pk-share-buttons-vk .pk-share-buttons-link:hover {
background: #45668e;
}
.pk-share-buttons-scheme-default .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
background: #45668e;
}
.pk-share-buttons-scheme-default .pk-share-buttons-reddit .pk-share-buttons-link:hover {
background: #ff4500;
}
.pk-share-buttons-scheme-default .pk-share-buttons-mail .pk-share-buttons-link:hover {
background: #121212;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-link:hover > .pk-share-buttons-count {
color: #6c757d;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-twitter .pk-share-buttons-link {
color: #00aced;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-twitter .pk-share-buttons-link:hover {
color: #0087ba;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-facebook .pk-share-buttons-link {
color: #3b5998;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-facebook .pk-share-buttons-link:hover {
color: #2d4373;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-instagram .pk-share-buttons-link {
color: #675144;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-instagram .pk-share-buttons-link:hover {
color: #483930;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-fb-messenger .pk-share-buttons-link {
color: #0084ff;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
color: #006acc;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-google-plus .pk-share-buttons-link {
color: #dd4b39;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-google-plus .pk-share-buttons-link:hover {
color: #c23321;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-googleplus .pk-share-buttons-link {
color: #dd4b39;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-googleplus .pk-share-buttons-link:hover {
color: #c23321;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-linkedin .pk-share-buttons-link {
color: #007bb6;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
color: #005983;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-pinterest .pk-share-buttons-link {
color: #cb2027;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
color: #9f191f;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-stumbleupon .pk-share-buttons-link {
color: #eb4823;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
color: #c93412;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-whatsapp .pk-share-buttons-link {
color: #29a628;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
color: #1f7d1e;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-telegram .pk-share-buttons-link {
color: #2ca5e0;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-telegram .pk-share-buttons-link:hover {
color: #1c88bd;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-line .pk-share-buttons-link {
color: #25af00;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-line .pk-share-buttons-link:hover {
color: #1a7c00;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-viber .pk-share-buttons-link {
color: #7b519d;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-viber .pk-share-buttons-link:hover {
color: #61407b;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-pocket .pk-share-buttons-link {
color: #ef4056;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-pocket .pk-share-buttons-link:hover {
color: #e9132e;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-messenger .pk-share-buttons-link {
color: #0084ff;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-messenger .pk-share-buttons-link:hover {
color: #006acc;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-ok .pk-share-buttons-link {
color: #EE8208;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-ok .pk-share-buttons-link:hover {
color: #bd6706;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-vk .pk-share-buttons-link {
color: #45668e;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-vk .pk-share-buttons-link:hover {
color: #344d6c;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-vkontakte .pk-share-buttons-link {
color: #45668e;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
color: #344d6c;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-reddit .pk-share-buttons-link {
color: #ff4500;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-reddit .pk-share-buttons-link:hover {
color: #cc3700;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-mail .pk-share-buttons-link {
color: #121212;
}
.pk-share-buttons-scheme-bold .pk-share-buttons-mail .pk-share-buttons-link:hover {
color: black;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-link {
color: #fff;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-link .pk-share-buttons-count {
color: rgba(255, 255, 255, 0.9);
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-twitter .pk-share-buttons-link {
background: #00aced;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-twitter .pk-share-buttons-link:hover {
background: #21c2ff;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-facebook .pk-share-buttons-link {
background: #3b5998;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-facebook .pk-share-buttons-link:hover {
background: #4c70ba;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-instagram .pk-share-buttons-link {
background: #675144;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-instagram .pk-share-buttons-link:hover {
background: #866958;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-fb-messenger .pk-share-buttons-link {
background: #0084ff;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover {
background: #339dff;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-google-plus .pk-share-buttons-link {
background: #dd4b39;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-google-plus .pk-share-buttons-link:hover {
background: #e47365;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-googleplus .pk-share-buttons-link {
background: #dd4b39;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-googleplus .pk-share-buttons-link:hover {
background: #e47365;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-linkedin .pk-share-buttons-link {
background: #007bb6;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-linkedin .pk-share-buttons-link:hover {
background: #009de9;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pinterest .pk-share-buttons-link {
background: #cb2027;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pinterest .pk-share-buttons-link:hover {
background: #e03e44;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-stumbleupon .pk-share-buttons-link {
background: #eb4823;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover {
background: #ef6f52;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-whatsapp .pk-share-buttons-link {
background: #29a628;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-whatsapp .pk-share-buttons-link:hover {
background: #34ce33;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-telegram .pk-share-buttons-link {
background: #2ca5e0;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-telegram .pk-share-buttons-link:hover {
background: #58b8e7;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-line .pk-share-buttons-link {
background: #25af00;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-line .pk-share-buttons-link:hover {
background: #30e200;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-viber .pk-share-buttons-link {
background: #7b519d;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-viber .pk-share-buttons-link:hover {
background: #946db4;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pocket .pk-share-buttons-link {
background: #ef4056;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-pocket .pk-share-buttons-link:hover {
background: #f36f80;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-messenger .pk-share-buttons-link {
background: #0084ff;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-messenger .pk-share-buttons-link:hover {
background: #339dff;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-ok .pk-share-buttons-link {
background: #EE8208;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-ok .pk-share-buttons-link:hover {
background: #f89b31;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vk .pk-share-buttons-link {
background: #45668e;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vk .pk-share-buttons-link:hover {
background: #587fae;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vkontakte .pk-share-buttons-link {
background: #45668e;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-vkontakte .pk-share-buttons-link:hover {
background: #587fae;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-reddit .pk-share-buttons-link {
background: #ff4500;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-reddit .pk-share-buttons-link:hover {
background: #ff6a33;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mail .pk-share-buttons-link {
background: #121212;
}
.pk-share-buttons-scheme-bold-bg .pk-share-buttons-mail .pk-share-buttons-link:hover {
background: #2c2b2b;
}
@media (min-width: 720px) {
.pk-share-buttons-whatsapp,
.pk-share-buttons-fb-messenger {
display: none;
}
} .pk-share-buttons-layout-simple.pk-share-buttons-scheme-bold .pk-share-buttons-item {
padding: 0;
}
.pk-share-buttons-layout-simple.pk-share-buttons-scheme-bold .pk-share-buttons-item > .pk-share-buttons-count {
height: auto;
}
.pk-share-buttons-layout-simple.pk-share-buttons-scheme-bold .pk-share-buttons-link {
background: transparent;
}.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-widget-about {
text-align: center;
}
.pk-widget-about .pk-about-media {
margin-bottom: 1rem;
}
.pk-widget-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 {
margin-top: 1rem;
margin-bottom: 0;
}
.pk-widget-about .pk-about-small {
color: #adb5bd;
}
.pk-widget-about .pk-about-button {
display: inline-block;
}
.pk-widget-about .pk-social-links-items {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.pk-widget-about .pk-social-links-item {
min-width: 2rem;
}
.widget .pk-widget-about .title-widget {
margin: 0;
}.pk-widget-author {
position: relative;
text-align: center;
}
.pk-widget-author .pk-widget-author-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.pk-widget-author .pk-widget-author-bg img {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.pk-widget-author .pk-widget-author-container {
position: relative;
padding: 0 2rem;
z-index: 2;
}
.pk-widget-author .pk-author-avatar img {
border-radius: 100%;
}
.pk-widget-author .pk-author-data {
margin-top: 1rem;
}
.pk-widget-author .pk-author-data .author-description {
font-size: 90%;
}
.pk-widget-author .pk-author-button {
margin-top: 1rem;
}
.pk-widget-author .pk-social-links-wrap {
margin-top: 1rem;
}
.pk-widget-author .pk-social-links-items {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.pk-widget-author .pk-social-links-link {
color: #000;
}
.pk-author-social-links .pk-social-links-link {
padding: 0 0.25rem;
}
.pk-widget-author-with-bg {
color: white;
}
.pk-widget-author-with-bg a,
.pk-widget-author-with-bg .title-block,
.pk-widget-author-with-bg .pk-social-links-link {
color: white;
}
.pk-widget-author-with-bg a:hover,
.pk-widget-author-with-bg .pk-social-links-link:hover {
color: rgba(255, 255, 255, 0.6);
}
.pk-widget-author-with-bg .author-description {
color: white;
}
.pk-widget-author-with-bg .pk-widget-author-container {
padding: 2rem;
}.pk-widget-contributors .pk-author-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 1rem;
padding-top: 1rem;
border-top: 1px #eee solid;
}
.pk-widget-contributors .pk-author-item:first-child {
margin-top: 0;
padding-top: 0;
border-top: none;
}
.pk-widget-contributors .pk-author-avatar {
-webkit-box-flex: 0;
-ms-flex: 0 0 80px;
flex: 0 0 80px;
width: 80px;
height: 80px;
margin-right: 1rem;
-o-object-fit: cover;
object-fit: cover;
font-family: 'object-fit: cover;';
}
.pk-widget-contributors .pk-author-avatar img {
border-radius: 100%;
}
.pk-widget-contributors .pk-author-data {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
}
.pk-widget-contributors .pk-author-data .author-name {
margin-bottom: .5rem;
}
.pk-widget-contributors .pk-author-data .author-description {
font-size: 80%;
margin-bottom: .5rem;
}
.pk-widget-contributors .pk-social-links-wrap {
margin-top: .5rem;
}