body.webview{
    padding-top: 10px;
    padding-bottom: 10px;
}

.article-page-share-bar {
    padding: 10px;
    border-bottom: solid 1px #c2bfbf;
}

.article-page-share-bar.fixed {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #ffffff;
}

.article-page-share-bar.scrolled-up {
    transition: 0.3s;
}

.article-page-share-bar .mywheels{
    display: grid !important;
    margin-left: auto;
}

.article-page-share-bar .mywheels img {
    align-self: center;
}

.article-page-share-bar .membership{
    width: 36px;
    height: 32px;
    position: relative;
    border-radius: 5px;
    margin-left: 8px;
    overflow: hidden;
}

.st-btn{
    display: inline-block !important;
    margin-right: 0 !important;
    margin-left: 8px;
}

.st-btn.st-first{
    margin-left: 0px;
}

.sharethis-inline-share-buttons .st-btn[data-network="sharethis"] {
    display: none !important;
}

.fab-share-btn:hover{
    cursor: pointer;
}

.fab-share-btn {
    width: 36px;
    height: 32px;
    position: relative;
    border-radius: 5px;
    margin-left: 8px;
}

.fab-share-btn img {
    max-width: 16px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.share-fabs {
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}

.share-fabs #st-1 {
    z-index: 1;
}

.share-fabs .sharethis-inline-share-buttons {
    align-items: center;
    display: flex !important;
}

.share-fabs .copy-share-link-container {
    position: relative;
}

.share-fabs .copy-share-link-message {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    background: #edebeb;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 0.9rem;
    letter-spacing: normal;
}

.share-fabs .copy-share-link-message.hidden {
    display: none;
}

#article-page-share-bar-mywheels{
    opacity: 0;
}

.article-page-breadcrumb a {
    text-decoration: none;
    color: #000000;
    padding-right: 5px;
}

.article-page-breadcrumb {
    color: #000000;
    padding: 10px 10px;
}


article{
    padding-left:10px;
    padding-right:10px;
}

.article-page-tags-font {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.article-page-tag {
    background-color: #D6D6D6;
    padding: 5px 8px;
    border-radius: 5px;
    margin-right: 8px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.article-page-tag a {
    text-decoration: none;
    font-size: 0.9rem;
    color: #000000;
}

.article-page-tag a h3 {
    font-size: inherit;
    font-weight: normal;
    margin: 0;
}

.article-page-font-adjuster {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
}

.article-page-font-adjuster>img:nth-child(2) {
    margin-left: 8px;
    margin-right: 8px;
}

.article-page-font-adjuster-btn:hover {
    cursor: pointer;
}

.article-page-title-font {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.article-page-title-font h1.article-page-main-title {
    width: 80%;
    flex: 0 0 80%;
    max-width: 80%;
    margin-top: 0px;
}

.article-page-title-font .article-page-font-adjuster {
    justify-content: flex-end;
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 26px;
}

.article-page-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.article-page-post-meta .post-meta {
    color: #3a3a3a;
    font-size: 0.9rem;
    height: auto;
    padding: 0 0 5px 0px;
}

.article-page-additional-info {
    color: #3a3a3a;
    font-size: 0.9rem;
    padding: 0 0 5px 0px;
}

h1.article-page-main-title {
    line-height: 1.5 !important;
    margin: 10px 0;
}


.article-page-gallery-wrapper {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-page-gallery-wrapper .article-page-gallery-item{
    padding:3px;
}

.article-page-gallery-wrapper .article-page-gallery-item:hover{
    cursor: pointer;
}

.article-page-gallery-wrapper  .article-page-gallery-item-img{
    position: relative;
    padding-bottom: 52.33%;
    overflow:hidden;
}

.article-page-gallery-wrapper  .article-page-gallery-item-img img{
    width: 100%;
    height:auto;
    position:absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}


.article-page-gallery-wrapper.size-1 .article-page-gallery-item:first-child{
    flex: 0 0 100%;
    max-width:100%;
    width:100%;
}

.article-page-gallery-wrapper.size-2 .article-page-gallery-item:first-child,
.article-page-gallery-wrapper.size-2 .article-page-gallery-item:nth-child(2),
.article-page-gallery-wrapper.size-4 .article-page-gallery-item:first-child,
.article-page-gallery-wrapper.size-4 .article-page-gallery-item:nth-child(2),
.article-page-gallery-wrapper.size-4 .article-page-gallery-item:nth-child(3),
.article-page-gallery-wrapper.size-4 .article-page-gallery-item:nth-child(4),
.article-page-gallery-wrapper.size-5 .article-page-gallery-item:first-child,
.article-page-gallery-wrapper.size-5 .article-page-gallery-item:nth-child(2)
{
    flex: 0 0 50%;
    max-width:50%;
    width:50%;
}

.article-page-gallery-wrapper.size-3 .article-page-gallery-item:first-child,
.article-page-gallery-wrapper.size-3 .article-page-gallery-item:nth-child(2),
.article-page-gallery-wrapper.size-3 .article-page-gallery-item:nth-child(3),
.article-page-gallery-wrapper.size-5 .article-page-gallery-item:nth-child(3),
.article-page-gallery-wrapper.size-5 .article-page-gallery-item:nth-child(4),
.article-page-gallery-wrapper.size-5 .article-page-gallery-item:nth-child(5)
{
    flex: 0 0 33.333%;
    max-width:33.333%;
    width: 33.333%;
}

.article-page-gallery-item-more-counter {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.1rem;
}


/** audio player**/
.op-player__audio {
    background: #F6F6F6 !important;
    border-radius: 50px;
    height: 50px;
}

.op-controls {
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    background: transparent !important;
    align-items: center;
}

button.op-controls__playpause:before {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0 !important; 
    margin-right: 0 !important;
    color: #444444 !important;
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNSAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUgMzUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0zMS4xIDE2LjJjLjcuMyAxIDEgLjcgMS43LS4xLjMtLjQuNi0uNy43TDUgMzQuN2MtMS4xLjctMiAuMi0yLTEuMVYxLjRDMyAuMSA0LS40IDUgLjNsMjYuMSAxNS45eiIgc3R5bGU9ImZpbGw6IzQ0NDQ0NCIvPjwvc3ZnPg==);
}

button.op-controls__playpause--pause:before{
    content: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAzNSAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzUgMzUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6IzQ0NDQ0NH08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00LjcgMGg0LjhjMS4yIDAgMi4yIDEgMi4yIDIuMnYzMC42YzAgMS4yLTEgMi4yLTIuMiAyLjJINC43Yy0xLjIgMC0yLjItMS0yLjItMi4yVjIuMkMyLjUgMSAzLjUgMCA0LjcgMHpNMjYuMiAwSDMxYzEuMiAwIDIuMiAxIDIuMiAyLjJ2MzAuNmMwIDEuMi0xIDIuMi0yLjIgMi4yaC00LjhDMjUgMzUgMjQgMzQgMjQgMzIuOFYyLjJDMjQgMSAyNSAwIDI2LjIgMHoiLz48L3N2Zz4=);
}

button.op-controls__playpause.op-control__left {
    background: transparent !important;
    padding: 5px;
    border-radius: 50px;
    position: relative;
    width: 30px;
    height: 30px;
    border: solid 2px #444444;
    margin-left:5px;
}

span.op-controls-time.op-control__middle {
    position: absolute;
    color: #444444;
    margin: 0;
    left: 92px;
    top: 0px;
}

.op-controls__progress.op-control__middle {
    margin-top: 16px;
}

progress.op-controls__progress--played {
    color: #212121 !important;
}

progress.op-controls__progress--buffer {
    color: #b7b7b7 !important;
    background: #b7b7b7 !important;
}


.op-controls input[type=range]::-webkit-slider-thumb {
    background: #212121 !important;
}

.article-audio-player {
    position: relative;
    margin-top: 15px;
}

.op-player__media_views {
    position: absolute;
    bottom: 3px;
    font-size: 0.85em;
    line-height: 1.3;
    left: 39px;
    color: purple !important;
}

.op-player__media_baricons {
    position: absolute;
    top: 8px;
    left: 64px;
}

div.op-controls__volume.op-control__right {
    display: none;
}

button.op-controls__mute.op-control__right{
    display: none;
}

div.op-controls__volume.op-control__right{
    position: absolute;
    right: -10px;
    transform: rotate(270deg);
    bottom: 60px;
    height: 26px;
    background: #b6b6b6;
    width: 100px;
    border-radius: 20px;
}

div.op-controls__volume.op-control__right  input[type=range]{
    top: 10px;
    width: 80%;
    left: 10px;
}

div.op-controls__volume.op-control__right .op-controls__volume--display{
    top: 10px;
    width: 80%;
    left: 10px;
    color: #717070;
}



/** audio player end**/

body.page .article-page-post-content{
    padding: 10px;
}

embed, iframe, object {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/** DARK MODE **/
body.darkmode {
    background-color: #28292e;
}

body.darkmode div,
body.darkmode div a,
body.darkmode div span,
body.darkmode div p,
body.darkmode div font,
body.darkmode div ul,
body.darkmode div li,
body.darkmode div *
{
    color: #b2b2b2 !important;
}

body.darkmode div.article-page-tag h3 {
    color: #000000 !important;
}

body.darkmode div.article-page-font-adjuster img:nth-child(2) {
    filter: brightness(2);
}

body.darkmode div.eclassified-new-featured,
body.darkmode div.eclassified-new-featured a,
body.darkmode div.eclassified-new-featured span,
body.darkmode div.eclassified-new-featured p,
body.darkmode div.eclassified-new-featured font,
body.darkmode div.eclassified-new-featured ul,
body.darkmode div.eclassified-new-featured li,
body.darkmode div.eclassified-new-featured *
{
    color: #000000 !important;
}

body.darkmode div.ec-jobs-slider-wrapper-style {
    background-color: #ffffff;
}

body.darkmode .ec-jobs-slider-wrapper-style .swiper-pagination-wrapper .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #ffffff;
}

body.darkmode div.eclassified-new-featured .eclassified-new-featured-post-ads {
    border-color: #ffffff;
}

body.darkmode div.eclassified-new-featured .eclassified-new-featured-more-ads a {
    color: #ffffff !important; 
}

body.darkmode div.eclassified-new-featured .eclassified-new-featured-more-ads:hover a {
    color: #bc0000 !important;
}

.darkmode .article-page-fb-comments-wrapper .fb-comments{
    filter: invert(100%);
}
 
.darkmode .jobads-container{
    filter: invert(85%);
}

.darkmode .related-article-panel {
    background-color: #28292e;
}

.darkmode .related-article-item {
    border-bottom: 1px solid #ffffff;
    background-color: #28292e;
}

body.darkmode div.related-article-item .cat-label a {
    color: #000000 !important;
}

/** DARK MODE END **/

/** CONTENT LOCK **/
.prompt-login-wrapper {
    padding-top: 130px;
    text-align: center;
    background: rgb(255,254,135);
    background: linear-gradient(180deg, rgba(255,254,135,0) 0%, rgba(255,254,135,0.25) 10%, rgba(255,254,135,0.5) 19%, rgba(255,254,135,0.85) 43%, rgba(255,254,135,1) 100%);
    border-bottom: solid 3px #FF8C00;
    padding-bottom: 10px;
    position: relative;
    margin-top: -120px;
}

.prompt-login-wrapper > div:first-child{
    color: #b31717;
    padding-bottom: 10px;
}

.prompt-login-wrapper > div:first-child .fa-arrow-down:first-child,
.prompt-login-wrapper > div:first-child .fa-arrow-down:nth-child(6){
    font-size: 13px;
}

.prompt-login-wrapper > div:first-child .fa-arrow-down:nth-child(2),
.prompt-login-wrapper > div:first-child .fa-arrow-down:nth-child(5){
    font-size: 15px;
}

.prompt-login-wrapper > div:first-child .fa-arrow-down:nth-child(3),
.prompt-login-wrapper > div:first-child .fa-arrow-down:nth-child(4){
    font-size: 17px;
}

.prompt-login-wrapper > div:first-child .fa-arrow-down:nth-child(3){
    margin-right: 6px;
}

.prompt-login-wrapper > div:first-child .fa-arrow-down:nth-child(4){
    margin-left: 6px;
}


.prompt-login-wrapper p:nth-child(2) {
    font-size: 25px;
    color: #095400;
    margin-bottom: 5px;
}

.prompt-login-wrapper p:nth-child(3) {
    font-size: 15px;
}

.prompt-login-wrapper span {
    display: block;
    padding: 8px 10px;
    background-color: #fff;
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    min-width: 220px;
    border: solid 2px #FF8C00;
    color: #FF8C00 !important;
}

.prompt-login-wrapper span:hover{
    cursor:pointer;
    color: #ffffff !important;
    background-color: #FF8C00;
}


.primary_article .content-with-lock .article-page-post-content,
#second_article_lz .content-with-lock .article-page-post-content {
    /* display: none; */
    overflow-y: hidden;
}

.primary_article .content-with-lock .article-page-post-content .prompt-login-wrapper-2,
#second_article_lz .content-with-lock .article-page-post-content .prompt-login-wrapper-2,
.primary_article .content-with-lock .article-page-post-content .prompt-exclusive-wrapper,
#second_article_lz .content-with-lock .article-page-post-content .prompt-exclusive-wrapper {
    display: none;
}

.primary_article .content-with-lock .article-page-post-content .content-locked-area,
#second_article_lz .content-with-lock .article-page-post-content .content-locked-area {
    display: none;
}

.lock-released .primary_article .content-with-lock .article-page-post-content,
.lock-released #second_article_lz .content-with-lock .article-page-post-content {
    display: block;
}

.lock-released .primary_article .content-with-lock .article-page-post-content .prompt-login-wrapper,
.lock-released #second_article_lz .content-with-lock .article-page-post-content .prompt-login-wrapper {
    display: none;
}

.lock-released .primary_article .content-with-lock .article-page-post-content .prompt-login-wrapper-2,
.lock-released #second_article_lz .content-with-lock .article-page-post-content .prompt-login-wrapper-2,
.lock-released .primary_article .content-with-lock .article-page-post-content .prompt-exclusive-wrapper,
.lock-released #second_article_lz .content-with-lock .article-page-post-content .prompt-exclusive-wrapper {
    display: none !important;
}

.lock-released .primary_article .content-with-lock .article-page-post-content .content-locked-area,
.lock-released #second_article_lz .content-with-lock .article-page-post-content .content-locked-area {
    display: block;
}

.locked .primary_article .content-with-lock .article-page-post-content,
.locked #second_article_lz .content-with-lock .article-page-post-content {
    display: block;
    position: relative;
}

.locked .primary_article .content-with-lock .article-page-post-content .prompt-login-wrapper-2,
.locked #second_article_lz .content-with-lock .article-page-post-content .prompt-login-wrapper-2,
.locked .primary_article .content-with-lock .article-page-post-content .prompt-exclusive-wrapper,
.locked #second_article_lz .content-with-lock .article-page-post-content .prompt-exclusive-wrapper {
    display: block;
}

.locked .primary_article .content-with-lock .article-page-post-content .content-locked-area,
.locked #second_article_lz .content-with-lock .article-page-post-content .content-locked-area {
    display:none;
}

.primary_article .content-with-lock.lock-released .article-page-post-content .prompt-login-wrapper-2,
#second_article_lz .content-with-lock.lock-released .article-page-post-content .prompt-login-wrapper-2,
.primary_article .content-with-lock.lock-released .article-page-post-content .prompt-exclusive-wrapper,
#second_article_lz .content-with-lock.lock-released .article-page-post-content .prompt-exclusive-wrapper {
    display: none !important;
}

.primary_article .content-with-lock.lock-released .article-page-post-content .content-locked-area,
#second_article_lz .content-with-lock.lock-released .article-page-post-content .content-locked-area {
    display: block;
}

/** CONTENT LOCK END **/

/** PINKBIZ START */
.pinkbiz-themes h1.article-page-main-title,
.article-category-pinkbiz h1.article-page-main-title {
    text-align: center;
    color: #3C4951;
}

.pinkbiz-themes .article-page-post-meta,
.article-category-pinkbiz .article-page-post-meta {
    justify-content: center;
    padding-bottom: 15px;
    border-bottom: 3px solid #3C4951;
}

.pinkbiz-themes .article-page-post-meta>div:first-child,
.article-category-pinkbiz .article-page-post-meta>div:first-child {
    margin-right: 10px;
}

.pinkbiz-themes .article-page-post-meta .post-meta,
.article-category-pinkbiz .article-page-post-meta .post-meta {
    color: #707070;
}

.pinkbiz-themes .article-page-additional-info,
.article-category-pinkbiz .article-page-additional-info {
    color: #707070;
}
/** PINKBIZ END */

/** CONTENT PAGINATION START */
.article-page-post-content-page:not(.active) {
    display: none;
}

.article-page-post-content-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.9rem;
    margin: 50px 0;
}

.article-page-post-content-pagination-prev,
.article-page-post-content-pagination-next {
    padding: 10px 20px;
    margin: 0 20px;
    background-color: #FFDE43;
    border-radius: 18px;
    cursor:pointer;
    font-weight: 700;
}

.article-page-post-content-pagination-prev.disabled {
    background-color: #edebeb;
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}
/** CONTENT PAGINATION END */
