@font-face {
font-family: 'ts-icons';
src:
url(//blog.kocowa.com/wp-content/themes/contentberg/css/icons/fonts/ts-icons.woff2?v1) format('woff2'),
url(//blog.kocowa.com/wp-content/themes/contentberg/css/icons/fonts/ts-icons.woff?v1) format('woff');
font-weight: normal;
font-style: normal;
}
.tsi {
display: inline-block;
font: normal normal normal 14px/1 ts-icons;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.tsi-spin {
-webkit-animation: tsi-spin 2s infinite linear;
animation: tsi-spin 2s infinite linear;
}
@-webkit-keyframes tsi-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes tsi-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
} .tsi-moon:before {
content: "\e904";
}
.tsi-bright:before {
content: "\e905";
}
.tsi-telegram:before {
content: "\e903";
}
.tsi-discord:before {
content: "\e902";
}
.tsi-tiktok:before {
content: "\e901";
}
.tsi-twitter:before {
content: "\e900";
}
.tsi-plus:before {
content: "\f067";
}
.tsi-search:before {
content: "\f002";
}
.tsi-envelope-o:before {
content: "\f003";
}
.tsi-heart:before {
content: "\f004";
}
.tsi-close:before {
content: "\f00d";
}
.tsi-remove:before {
content: "\f00d";
}
.tsi-times:before {
content: "\f00d";
}
.tsi-home:before {
content: "\f015";
}
.tsi-clock-o:before {
content: "\f017";
}
.tsi-repeat:before {
content: "\f01e";
}
.tsi-rotate-right:before {
content: "\f01e";
}
.tsi-play:before {
content: "\f04b";
}
.tsi-chevron-down:before {
content: "\f078";
}
.tsi-shopping-cart:before {
content: "\f07a";
}
.tsi-heart-o:before {
content: "\f08a";
}
.tsi-facebook:before {
content: "\f09a";
}
.tsi-facebook-f:before {
content: "\f09a";
}
.tsi-feed:before {
content: "\f09e";
}
.tsi-rss:before {
content: "\f09e";
}
.tsi-bars:before {
content: "\f0c9";
}
.tsi-navicon:before {
content: "\f0c9";
}
.tsi-reorder:before {
content: "\f0c9";
}
.tsi-pinterest:before {
content: "\f0d2";
}
.tsi-linkedin:before {
content: "\f0e1";
}
.tsi-cutlery:before {
content: "\f0f5";
}
.tsi-angle-double-left:before {
content: "\f100";
}
.tsi-angle-double-right:before {
content: "\f101";
}
.tsi-angle-left:before {
content: "\f104";
}
.tsi-angle-right:before {
content: "\f105";
}
.tsi-angle-up:before {
content: "\f106";
}
.tsi-angle-down:before {
content: "\f107";
}
.tsi-mail-reply:before {
content: "\f112";
}
.tsi-reply:before {
content: "\f112";
}
.tsi-youtube-play:before {
content: "\f16a";
}
.tsi-instagram:before {
content: "\f16d";
}
.tsi-flickr:before {
content: "\f16e";
}
.tsi-tumblr:before {
content: "\f173";
}
.tsi-long-arrow-left:before {
content: "\f177";
}
.tsi-long-arrow-right:before {
content: "\f178";
}
.tsi-dribbble:before {
content: "\f17d";
}
.tsi-vk:before {
content: "\f189";
}
.tsi-steam:before {
content: "\f1b6";
}
.tsi-soundcloud:before {
content: "\f1be";
}
.tsi-twitch:before {
content: "\f1e8";
}
.tsi-lastfm:before {
content: "\f202";
}
.tsi-pinterest-p:before {
content: "\f231";
}
.tsi-whatsapp:before {
content: "\f232";
}
.tsi-clone:before {
content: "\f24d";
}
.tsi-vimeo:before {
content: "\f27d";
}
.tsi-reddit-alien:before {
content: "\f281";
}
.tsi-shopping-bag:before {
content: "\f290";
}.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity = 80);
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2000;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #CCC;
}
.mfp-preloader a:hover {
color: #FFF;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close,button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity = 65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,.mfp-close:focus {
opacity: 1;
filter: alpha(opacity = 100);
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity = 65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover,.mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity = 100);
}
.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after,.mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before,.mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px;
}
.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px;
}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444;
}
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape) , screen
and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
} .mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
} .mfp-fade.mfp-bg.mfp-ready {
opacity: 0.8;
} .mfp-fade.mfp-bg.mfp-removing {
opacity: 0;
}
.mfp-fade.mfp-removing .mfp-arrow {
display: none;
} .mfp-fade.mfp-wrap .mfp-content,
.mfp-fade .mfp-arrow {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-ready .mfp-arrow {
opacity: 1
} .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
opacity: 1;
} .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
opacity: 0;
} .mfp-preloader {
width: 30px;
height: 30px;
background-color: #fff;
opacity: 0.65;
margin: 0 auto;
-webkit-animation: rotateplane 1.2s infinite ease-in-out;
animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
0% { -webkit-transform: perspective(120px); }
50% { -webkit-transform: perspective(120px) rotateY(180deg); }
100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg); }
}
@keyframes rotateplane {
0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); }
}@keyframes wpra-plus-one-anim {
from {
top: 10px;
opacity: 1;
}
to {
top: -50px;
font-size: 26px;
}
}
.wpra-plugin-container {
opacity: 0;
}
.wpra-plugin-container.wpra-rendered {
opacity: 1;
}
.wpra-reactions-container { display: flex;
flex-direction: column;
align-items: center;
}
.wpra-call-to-action {
font-size: 18px;
color: #000;
font-weight: bold;
text-align: center;
line-height: 1.2;
max-width: 100%;
margin-bottom: 35px;
text-decoration: none;
-webkit-user-select: none;
}
.wpra-plugin-container .wpra-reaction .wpra-reaction-static-holder {
background-repeat: no-repeat;
background-size: contain;
background-position: center;
width: 100%;
height: 100%;
}
.wpra-plugin-container .wpra-reactions-container .wpra-reactions {
background: #ffffff;
display: flex;
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 50px;
-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.45);
box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.45);
}
.wpra-plugin-container .wpra-reactions-container .wpra-reactions > .wpra-reaction.emoji-hidden {
display: none;
}
.wpra-plugin-container .wpra-reactions > .wpra-reaction {
display: inline-block;
margin: 0;
cursor: pointer;
position: relative;
padding: 2px;
}
.size-small .wpra-reaction {
width: 50px;
height: 50px;
}
.size-small .wpra-reaction > .wpra-arrow-badge {
top: -16px;
}
.size-medium .wpra-reaction {
width: 60px;
height: 60px;
}
.size-medium .wpra-reaction > .wpra-arrow-badge {
top: -13px;
}
.size-large .wpra-reaction {
width: 90px;
height: 90px;
}
.size-large .wpra-reaction > .wpra-arrow-badge {
top: -15px;
min-width: 32px;
height: 18px;
line-height: 18px;
font-size: 14px;
}
.wpra-reactions-container .size-xlarge .wpra-reaction {
width: 110px;
height: 110px;
}
.wpra-reactions-container .size-xlarge .wpra-reaction > .wpra-arrow-badge {
top: -17px;
min-width: 40px;
height: 20px;
line-height: 20px;
font-size: 18px;
}
.wpra-reaction .wpra-arrow-badge.hide-count {
display: none;
}
.wpra-narrow-container .wpra-reaction .wpra-reaction-static-holder {
width: 100%;
height: 100%;
}
.wpra-narrow-container .wpra-static-emojis.wpra-reactions > .wpra-reaction {
padding: 5px;
}
.wpra-narrow-container .wpra-reactions .wpra-reaction {
margin: 0;
}
.wpra-reactions-wrap {
display: flex;
clear: both;
padding-top: 30px;
padding-bottom: 30px;
}
.wpra-reactions-wrap * {
box-sizing: border-box;
word-break: normal;
word-wrap: normal;
}
.wpra-button-reveal-wrap .wpra-reactions-wrap {
padding-top: 0;
padding-bottom: 10px;
}
.wpra-reaction.active {
-webkit-transform: scale( 1.15) translate(0, -4px);
transform: scale( 1.15) translate(0, -4px);
}
.wpra-reaction.active:before {
opacity: 1;
}
.wpra-reactions-container .wpra-reaction img {
width: 100%;
vertical-align: middle;
}
.wpra-reaction::before {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #fff;
background: rgba(0, 0, 0, .75);
display: inline-block;
font-weight: bold;
padding: 0 6px;
border-radius: 10px;
box-sizing: border-box;
position: absolute;
line-height: 18px;
max-width: 100%;
overflow: hidden;
top: -10px;
left: 50%;
opacity: 0;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: opacity 50ms ease;
transition: opacity 50ms ease;
text-decoration: none;
text-overflow: ellipsis;
-webkit-user-select: none;
}
.wpra-reaction:hover {
-webkit-transform: scale( 1.15) translate(0, -4px);
transform: scale( 1.15) translate(0, -4px);
transition: 0.5s all;
-webkit-transition: 0.5s all;
}
.wpra-reaction:active {
-webkit-transform: scale( 1.15) translate(0, -4px);
transform: scale( 1.15) translate(0, -4px);
transition: 0.5s all;
-webkit-transition: 0.5s all;
}
.wpra-reaction:hover::before {
opacity: 1;
}
.wpra-plugin-container .wpra-share-wrap a.share-btn {
color: #333 ;
text-decoration: none !important;
text-align: center;
}
.wpra-plugin-container .wpra-share-wrap { background: rgba(0, 0, 0, 0);
margin-top: 20px;
justify-content: center;
display: none;
flex-wrap: nowrap;
}
.wpra-plugin-container .wpra-share-wrap a.share-btn {
display: flex;
align-items: center;
flex-direction: row;
font-family: Arial, Helvetica, sans-serif;
margin: 0 5px;
padding: 4px 13px;
border-radius: 30px;
color: #fff;
background-color: #fff;
cursor: pointer;
font-weight: bold;
font-size: 14px;
line-height: 10px;
text-decoration: none;
transition: box-shadow 0.3s;
}
.wpra-plugin-container .wpra-share-popup .wpra-share-wrap a.share-btn {
flex-direction: column;
}
.wpra-plugin-container .wpra-share-wrap a.share-btn .share-btn-icon {
margin-right: 7px;
display: inline-block;
width: 23px;
height: 23px;
}
.wpra-plugin-container .wpra-share-wrap.wpra-share-wrap-narrow {
flex-wrap: wrap;
}
.wpra-plugin-container .wpra-share-wrap.wpra-share-wrap-narrow a.share-btn {
margin-bottom: 10px;
}
.wpra-plugin-container .wpra-share-wrap.wpra-share-wrap-narrow a.share-btn .share-btn-icon {
margin-right: 0;
}
.wpra-plugin-container .wpra-share-wrap-narrow .share-btn span:last-child {
display: none;
}
.wpra-plugin-container .wpra-share-popup .wpra-share-wrap a.share-btn .share-btn-icon {
width: 84px;
height: 84px;
border-radius: 50%;
padding: 1rem;
margin-bottom: 1rem;
margin-right: 0;
}
.wpra-plugin-container .wpra-share-wrap a.share-btn-facebook {
border: 2px solid #3b5998;
}
.wpra-plugin-container .wpra-share-wrap a.share-btn-twitter {
border: 2px solid #00acee;
}
.wpra-plugin-container .wpra-share-wrap a.share-btn-email {
border: 2px solid #424242;
}
.wpra-plugin-container .wpra-share-wrap a.share-btn-telegram {
border: 2px solid #0088cc;
}
.wpra-plugin-container .wpra-share-buttons-bordered a.share-btn {
background-color: #fff;
}
.wpra-plugin-container .wpra-share-buttons-solid a.share-btn-facebook {
background-color: #3b5998;
}
.wpra-plugin-container .wpra-share-buttons-solid a.share-btn-twitter {
background-color: #00acee;
}
.wpra-plugin-container .wpra-share-buttons-solid a.share-btn-email {
background-color: #424242;
}
.wpra-plugin-container .wpra-share-buttons-solid a.share-btn-telegram {
background-color: #0088cc;
}
.wpra-plugin-container .wpra-share-buttons-bordered a.share-btn-facebook {
color: #3b5998;
}
.wpra-plugin-container .wpra-share-buttons-bordered a.share-btn-twitter {
color: #00acee;
}
.wpra-plugin-container .wpra-share-buttons-bordered a.share-btn-email {
color: #424242;
}
.wpra-plugin-container .wpra-share-buttons-bordered a.share-btn-telegram {
color: #0088cc;
}
.wpra-plugin-container .wpra-share-wrap.custom-buttons a.share-btn:hover {
opacity: 0.8;
}
.wpra-plugin-container .custom-buttons a.share-btn {
box-shadow: none;
}
.wpra-plugin-container .wpra-share-wrap a.share-btn img {
margin-right: 4px;
display: inline-block;
width: 100%;
} .wpra-arrow-badge {
text-align: center;
min-width: 27px;
height: 16px;
background-color: #dc3545;
position: absolute;
border-radius: 3px;
color: #fff;
font-size: 12px;
line-height: 16px;
font-weight: 500;
font-family: monospace, sans-serif;
padding: 0 2px;
z-index: 2;
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
}
.wpra-arrow-badge > .tail {
content: "";
display: block;
border-width: 20px 20px 0;
border-style: solid;
position: absolute;
bottom: -4px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #dc3545;
}
.btn-buy-now {
display: inline-block;
background-color: #9F55FF;
border-color: #9F55FF;
color: #fff;
padding: 0.15rem 0.75rem;
border-radius: 5px;
transition: all 0.5s;
font-weight: 500;
}
.btn-buy-now:hover {
color: #fff;
background-color: #892fff;
border-color: #8222ff;
}
.wpra-plus-one {
visibility: hidden;
opacity: 0;
position: absolute; color: #000;
z-index: 9999;
padding: 2px 7px;
border-radius: 50%;
font-size: 16px;
font-weight: 500;
top: 10px;
right: 0;
}
.wpra-plus-one.triggered {
visibility: visible;
animation: wpra-plus-one-anim 2.5s;
}
.wpra-plugin-container .wpra-reactions > .wpra-reaction.wpra-pad-fix {
padding: 6px;
}
@media only screen and (max-width: 768px) {
.wpra-reactions-container {
width: 100%;
}
.wpra-share-wrap .share-btn {
position: relative;
text-align: center;
margin: 0 3px;
padding: 10px 14px;
flex-basis: 0;
flex-grow: 1;
}
.share-btn i {
margin-right: 0;
}
.share-btn span {
display: none;
}
.wpra-plugin-container .wpra-share-wrap {
justify-content: flex-start;
}
.wpra-plugin-container .wpra-share-wrap a.share-btn {
border-radius: 5px !important;
padding: 4px;
width: calc(33.333% - 0.5rem);
flex-basis: calc(33.333% - 0.5rem);
flex-grow: unset;
}
.wpra-plugin-container .wpra-share-wrap a.share-btn .share-btn-icon {
margin-right: 0;
}
}.wpe-switch {
margin: 0 !important;
box-sizing: content-box;
position: relative;
display: inline-block;
vertical-align: middle;
width: 80px;
height: 35px;
padding: 3px;
background-color: white;
border-radius: 18px;
box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
cursor: pointer;
background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
background-image: -o-linear-gradient(top, #eeeeee, white 25px);
background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}
.wpe-switch-wrap.wpe-switch-small > .wpe-switch {
transform: scale(0.7);
}
.wpe-switch-input {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.wpe-switch input.wpe-switch-input:disabled {
opacity: 0;
}
.wpe-switch-label {
position: relative;
display: block;
height: inherit;
font-size: 14px;
text-transform: uppercase;
background: #eceeef;
border-radius: inherit;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
-webkit-transition: 0.15s ease-out;
-moz-transition: 0.15s ease-out;
-o-transition: 0.15s ease-out;
transition: 0.15s ease-out;
-webkit-transition-property: opacity background;
-moz-transition-property: opacity background;
-o-transition-property: opacity background;
transition-property: opacity background;
}
.wpe-switch-label:before, .wpe-switch-label:after {
position: absolute;
top: 50%;
margin-top: -.5em;
line-height: 1;
-webkit-transition: inherit;
-moz-transition: inherit;
-o-transition: inherit;
transition: inherit;
}
.wpe-switch-label:before {
content: attr(data-off);
right: 11px;
color: #aaa;
text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.wpe-switch-label:after {
content: attr(data-on);
left: 11px;
color: white;
text-shadow: 0 1px rgba(0, 0, 0, 0.2);
opacity: 0;
font-size: 17px;
}
.wpe-switch-input:checked ~ .wpe-switch-label {
background: #47a8d8;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.wpe-switch-input:checked ~ .wpe-switch-label:before {
opacity: 0;
}
.wpe-switch-input:checked ~ .wpe-switch-label:after {
opacity: 1;
}
.wpe-switch-handle {
position: absolute;
top: 5px;
left: 4px;
width: 30px;
height: 30px;
background: white;
border-radius: 50%;
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
-webkit-transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
-o-transition: left 0.15s ease-out;
transition: left 0.15s ease-out;
}
.wpe-switch-handle:before {
content: '';
position: absolute;
top: 50%;
left: 50%;
margin: -6px 0 0 -6px;
width: 12px;
height: 12px;
background: #f9f9f9;
border-radius: 6px;
box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
background-image: -webkit-linear-gradient(top, #eeeeee, white);
background-image: -moz-linear-gradient(top, #eeeeee, white);
background-image: -o-linear-gradient(top, #eeeeee, white);
background-image: linear-gradient(to bottom, #eeeeee, white);
}
.wpe-switch-input:checked ~ .wpe-switch-handle {
left: 50px;
box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.wpe-switch-green > .wpe-switch-input:checked ~ .wpe-switch-label {
background: #4fb845;
}
.wpe-switch-wrap {
text-align: center;
}
.wpe-switch-wrap.m-3 {
margin-bottom: 1rem;
margin-top: 1rem;
}
.wpe-switch-wrap.title-inline > p {
display: inline-block;
margin-bottom: 0 !important;
margin-top: 0 !important;
margin-left: 0 !important;
line-height: 30px;
margin-right: 10px;
font-size: 14px;
}
.lbl-bold  label{
font-weight: 500;
}
.wpe-switch-wrap .wpe-loading, .wpe-switch-wrap .success-tick {
width: 35px;
vertical-align: middle;
}
#toplevel_page_wpra-dashboard .wp-submenu li:last-child > a {
color: #9A60F2 !important;
font-weight: 500 !important;
}
#toplevel_page_wpra-dashboard .wp-submenu li:last-child > a:hover {
color: #9A60F2;
}