/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */

body {
    font-family: -apple-system-font, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif!important;
    color: #313131;
    background-color: #FFF;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
.home-featured-cat-content .first-post .magcat-detail h3 a,
.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
    font-family: -apple-system-font, BlinkMacSystemFont, "SF Pro Display", Arial, sans-serif!important;
}

textarea {
    font-family: -apple-system-font, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif!important;
    min-height: 100px;
    background: none;
}

body,
p,
textarea {
    font-family: -apple-system-font, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif!important;
}

body {
    --pcborder-cl: #f0f0f0!important;
}

.inner-post-entry.entry-content p {
    font-size: 18px;
}

.post-entry p,
.wpb_text_column p {
    margin-bottom: 17px;
}

.penci-top-bar {
    border-bottom: 2px solid #e8eaeb;
}

ul.penci-topbar-menu>li a,
div.penci-topbar-menu>ul>li a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background: none;
    font-size: 13px!important;
    line-height: 32px;
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.video-container {
    position: relative;
    /*padding-top: 30px; height: 0;*/
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    outline: 0;
}

h5,
.widget ul.side-newsfeed li .side-item .side-item-text h4 a,
.item-related h3 a,
.home-featured-cat-content .magcat-detail h3 a,
#navigation .menu li a,
#sidebar-nav .menu li a,
input.wc_comm_submit.wc_not_clicked.button.alt,
#wpcomm .wpd-form-row .wpdiscuz-item input[type=text],
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
    font-family: -apple-system-font, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif!important;
}

.container-single .post-pagination h5 {
    text-transform: none;
    letter-spacing: 0;
}

.container-single .item-related h3 a {
    text-transform: none;
    letter-spacing: 0;
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f3e5"!important;
}

.wp-core-ui .notice.is-dismissible {
    display: none;
}

#navigation.menu-item-padding .menu>li>a:hover,
#navigation.menu-item-padding .menu>li:hover>a,
#navigation.menu-item-padding .menu>li.current-menu-item>a,
#navigation.menu-item-padding .menu>li.current_page_item>a,
#navigation.menu-item-padding .menu>li.current-menu-ancestor>a,
#navigation.menu-item-padding .menu>li.current-menu-item>a {
    background-color: #318fce;
}

.ta_game__hero {
    background: rgb(65, 81, 110);
    border-radius: 8px;
    box-shadow: 0 4px 25px 0 rgba(93, 110, 144, 0.2);
    overflow: hidden;
    margin-bottom: 20px;
}

.ta_game__heroTitle {
    color: #fff!important;
    font-size: 30px!important;
    font-weight: 700!important;
}

.ta_game__heroContent {
    padding: 20px;
    color: rgba(255, 255, 255, .7);
    display: flex;
}

.ta_game__heroContent--hasImage {
    padding-top: 150px;
    position: relative;
    background-position: center;
    background-size: cover;
}

.ta_game__heroContent--hasImage * {
    position: relative;
}

.ta_game__heroContent--hasImage:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: linear-gradient(180deg, rgba(56, 71, 100, 0) 0%, #384764 100%);
}

.ta_game__heroDescription {
    line-height: 1.7;
}

.ta_game__heroAuthor {
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .5);
}

.ta_game__heroIcon img {
    width: 120px;
    min-width: 120px;
    border-radius: 20%;
}

.ta_game__heroIcon {
    margin-right: 20px;
}

.ta_game__metaBar {
    padding: 10px;
    background-color: #fff;
}

.ta_game__metaBar__price {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
}

.ta_game__metaBar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.ta_game__metaBar__rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(270deg, #B2E917 0%, #4DC758 100%);
    color: #fff;
    border-radius: 8px;
    padding: 10px;
}

.ta_game__metaBar__rating > span {
    padding-right: 15px;
    color: rgba(255, 255, 255, .7);
}

.ta_game__metaBar__rating i {
    font-size: 18px;
}

@media (max-width: 610px) {
    .ta_game__heroContent {
        flex-direction: column;
    }
}

.ta_game__heroContent--hasImage {
    padding-top: 60px;
}

.ta_game__metaBar {
    flex-direction: column;
    align-items: center;
}

.ta_game__tabContent .tab-content {
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 25px 0 rgba(93, 110, 144, 0.2);
}
.mdi {
    display: inline-block;
    font-family: "Material Design Icons";
    font-weight: normal;
    line-height: 1;
    letter-spacing: normal;
    font-size: inherit;
    font-style: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.mdi-star:before {
    content: "\F4CE";
    color: #fff;
}
.ta_game__metaBar__price {
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
}
.mdi-star-half:before {
    content: "\F4D0";
    color: #fff;
}
.mdi-star-outline:before {
    content: "\F4D2";
    color: #fff;
}
.ta_game__actions .ta_game__metaBar__price {
    margin-right: 5px;
}
.ta_game__actions {
    /*display: flex;*/
    
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
}
.button.primary {
    color: #FFF!important;
    border-width: 0;
    border-color: transparent;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    will-change: box-shadow;
    transition: box-shadow .15s cubic-bezier(.4, 0, 1, 1), background-color .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
    background: linear-gradient(90deg, #FFB100 0%, #FC8C13 100%);
}
.button {
    font-style: normal;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: rgb(255, 177, 0);
    text-decoration: none;
    background-color: transparent;
    padding: 10px 10px;
    border: 2px solid rgb(255, 177, 0);
    border-radius: 4px;
    text-align: center;
    outline: none;
    cursor: pointer;
    box-sizing: content-box;
    -webkit-appearance: none;
    font-weight: 700;
    box-sizing: border-box;
    transition: ease-in .15s background-color, ease-in .15s color;
    line-height: 34px;
    white-space: nowrap;
    height: 36px;
}
.ta_game__actions p {
    margin-bottom: 0px!important;
}
a.button.primary {
    text-decoration: none;
}
@font-face {
    font-family: "Material Design Icons";
    src: url("fonts/materialdesignicons-webfont.eot?v=1.6.50");
    src: url("fonts/materialdesignicons-webfont.eot?#iefix&v=1.6.50") format("embedded-opentype"), url("fonts/materialdesignicons-webfont.woff2?v=1.6.50") format("woff2"), url("fonts/materialdesignicons-webfont.woff?v=1.6.50") format("woff"), url("fonts/materialdesignicons-webfont.ttf?v=1.6.50") format("truetype"), url("fonts/materialdesignicons-webfont.svg?v=1.6.50#materialdesigniconsregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@media only screen and (min-width:768px) {
    .container-single .single-post-title {
        font-size: 30px
    }
}
.container.penci-breadcrumb span,
.container.penci-breadcrumb span a {
    font-size: 14px;
    color: #888;
    font-family: -apple-system-font, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif!important;
    font-weight: 400;
}
.container.penci-breadcrumb i {
    margin: 0 5px 0 9px!important;
}
.list-post .header-list-style {
    padding-bottom: 0px;
}

.penci-grid li .item h2 a,
.penci-masonry .item-masonry h2 a {
    font-size: 21px;
    letter-spacing: .006em!important;
}
.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
    font-size: 14px;
}
.penci-homepage-title.penci-magazine-title h3 a,
.penci-border-arrow.penci-homepage-title .inner-arrow {
    text-transform: uppercase;
}
.post-box-meta-single {
    margin-top: 15px;
}
.post-entry ul li {
    list-style-type: disc;
    font-size: 17px;
}
.grid-post-box-meta,
.header-standard .author-post,
.penci-post-box-meta .penci-box-meta,
.overlay-header-box .overlay-author,
.post-box-meta-single,
.tags-share-box,
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta,
.home-featured-cat-content.style-12 .magcat-detail .mag-meta {
    font-size: 12px;
}
.home-featured-cat-content .first-post .magcat-detail .mag-header:after {
    background: none!important;
}
.list-post .header-list-style,
.grid-header-box,
.penci-overlay-over .overlay-header-box,
.home-featured-cat-content .first-post .magcat-detail .mag-header {
    padding-bottom: 0;
}
h1.post-title.single-post-title.entry-title {
    letter-spacing: .006em;
}
.post-box-meta-single {
    margin-top: 15px;
}
#navigation ul.menu > li > a:before,
#navigation .menu > ul > li > a:before {
    background: none!important;
}
#navigation .menu li a,
#navigation .menu li.current-menu-item {
    padding: 0 15px;
}
#navigation ul.menu > li,
#navigation .menu > ul > li {
    margin: 0;
}
#wpcomm .wc-comment-author {
    font-size: 14px;
}
#searchform input.search-input {
    font-family: -apple-system-font, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif!important;
}
#wpcomm .wc-load-more-submit,
.container-single .post-entry .post-tags a {
    border-radius: 50px;
    background: #eaf6ff;
    font-weight: 600!important;
    color: #318fce;
    border: none;
}
.post-entry table {
    width: 100%;
    margin-bottom: 22px;
    border-collapse: collapse;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
}
.post-entry td,
.post-entry th {
    padding: 12px;
    border-bottom: 1px #d6d6d6 solid;
    border-right: 1px #d6d6d6 solid;
    font-size: 16px;
}
.oldver {
    padding: 10px;
    color: #045668;
    background-color: #f7fcff;
    border: 1px solid #51beff;
    margin-bottom: 10px;
    overflow: hidden;
}
.penci-border-arrow.penci-homepage-title.style-5 .inner-arrow {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.penci-sidebar-content .penci-border-arrow .inner-arrow {
    font-size: 16px;
}
#wpcomm .wc-comment-header {
    border-top: none;
}
.penci-go-to-top-floating {
    border-radius: 50px;
    bottom: 16px;
    right: 16px;
}
.tags-share-box.center-box {
    background: rgba(248, 248, 248, .88);
    border-radius: 5px;
    border: 0;
}
.post-author {
    border: 0;
}
#wpcomm .avatar {
    box-shadow: none;
}
#wpcomm .wc-comment-author {
    padding: 5px 0px;
}
#wpcomm .wc-comment-header {
    padding: 0px;
}
#wpcomm .wc-comment-right .wc-comment-text {
    padding: 0px;
    min-height: 40px;
}
#wpcomm .wc-footer-left .wc-reply-button,
#wpcomm .wc-footer-left .wc_editable_comment,
#wpcomm .wc-footer-left .wc-cta-button-x {
    margin-left: 0;
    border-radius: 3px;
}
.fa,
.far,
.fas {
    display: inline-block;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#wpcomm .wc-footer-left .wc-cta-button,
#wpcomm .wc-footer-left .wc-cta-button-x {
    font-size: 12px;
}
#wpcomm .wc-comment-footer {
    padding: 0px 5px 10px;
}
#wpcomm .wc-reply .wc-comment-right .wc-comment-text,
#wpcomm .wc-reply .wc-comment-right .wc-comment-text * {
    padding: 0px 5px;
}
#wpcomm .wc-reply .wc-comment-right {
    border-radius: 7px;
}
.fa-pencil-alt:before {
    content: "\f044";
}
#navigation .menu .sub-menu li a {
    color: #313131;
}
@font-face {
    font-family: 'Lato';
    font-weight: 300;
    src: url("fonts/Lato/Lato-Medium.ttf");
}
@font-face {
    font-family: 'Lato';
    font-weight: 400;
    src: url("fonts/Lato/Lato-Regular.ttf");
}
@font-face {
    font-family: 'Lato';
    font-weight: 600;
    src: url("fonts/Lato/Lato-Semibold.ttf");
}
@font-face {
    font-family: 'Lato';
    font-weight: 700;
    src: url("fonts/Lato/Lato-Bold.ttf");
}
@font-face {
    font-family: 'Lato';
    font-weight: 900;
    src: url("fonts/Lato/Lato-Heavy.ttf");
}
.symple-box {
    display: block;
    padding: 15px 20px;
    margin: 0;
    font-size: 1em;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.symple-box p:last-child {
    margin: 0
}
.symple-box.left {
    float: left
}
.symple-box.right {
    float: right
}
.symple-box.center {
    margin: 0 auto;
    float: none
}
.symple-box.black {
    color: #fff;
    background: #000
}
.symple-box.white {
    color: #0000;
    background: #ffff;
    border: 1px solid #eee
}
.symple-box.gray {
    color: #666;
    background: #f9f9f9;
    border: 1px solid #ddd
}
.symple-box.red {
    color: #de5959;
    background: #ffe9e9;
    border: 1px solid #fbc4c4
}
.symple-box.green {
    color: #5f9025;
    background: #ebf6e0;
    border: 1px solid #b3dc82
}
.symple-box.blue {
    color: #5091b2;
    background: #e9f7fe;
    border: 1px solid #b6d7e8
}
.symple-box.blue {
    background-color: rgba(0, 170, 255, .11);
    border: 1px solid rgba(53, 167, 226, .3);
}
.symple-box.yellow {
    color: #c4690e;
    background: #fffdf3;
    border: 1px solid #f2dfa4
}
.symple-box {
    margin-bottom: 17px!important;
    font-size: 16px;
    border-radius: 5px
}
.symple-box.black a {
    color: #fff
}
.symple-box.white a {
    color: #0000
}
.symple-box.gray a {
    color: #666
}
.symple-box.red a {
    color: #de5959
}
.symple-box.green a {
    color: #5f9025
}
.symple-box.blue a {
    color: #5091b2
}
.symple-box.yellow a {
    color: #c4690e
}
.symple-box.red {
    background: rgba(254, 0, 0, .08);
    border: 1px solid rgba(254, 0, 0, .25)
}
.symple-box.green {
    background: rgba(46, 209, 0, .13);
    border: 1px solid rgba(46, 211, 0, .34)
}
.symple-box.yellow {
    background: rgba(240, 196, 0, .08);
    border: 1px solid rgba(225, 178, 0, .4)
}
span.comment-author-link:before {
    font-family: FontAwesome;
    content: "\f075"!important;
    margin-right: 5px;
}
.author.vcard:before,
.entry-date.published:before,
.entry-date.updated:before,
.side-item-meta:before {
    font-family: "Font Awesome 5 Free";
}
.author.vcard:before,
.entry-date.published:before,
.entry-date.updated:before,
.side-item-meta:before {
    font-weight: 900;
    opacity: .6;
}
span.author.vcard:before {
    content: "\f007";
    margin-right: 5px;
}
.entry-date.updated:before {
    content: "\f021"!important;
    margin-right: 5px;
}
.entry-date.published:before {
    content: "\f017";
    margin-right: 5px;
}
.entry-date.updated:before {
    content: "\f021"!important;
    margin-right: 5px;
}
.widget ul.side-newsfeed li .number-post {
    background-color: #178bff!important;
    font-family: -apple-system-font, BlinkMacSystemFont, "SF Pro Display", Arial, sans-serif!important;
}
.fa-newspaper:before {
    content: "\f1ea";
}
.penci-homepage-title.pcalign-center {
    text-align: left!important;
}
.uk-label {
    display: inline-block;
    padding: 2px 10px;
    background: #181818;
    line-height: 1.5;
    font-size: 12px;
    color: #f2f2f2;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 400;
}
.uk-label-success {
    background-color: #269504;
    color: #f2f2f2;
}
.uk-label-warning {
    background-color: #b19275;
    color: #f2f2f2
}
.uk-label-danger {
    background-color: #872b2f;
    color: #f2f2f2
}
.post-entry ol li {
    font-size: 17px;
}
.content-installer {
    margin-bottom: 10px;
    padding: 5px;
}
.block-list {
    padding: 20px;
    background-color: #e8f3f9;
    border: 1px solid #3bb1f3;
    border-radius: 10px;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px
}
.bs-callout p:last-child {
    margin-bottom: 0
}
.bs-callout code {
    border-radius: 3px
}
.bs-callout+.bs-callout {
    margin-top: -5px
}
.bs-callout-default {
    border-left-color: #777
}
.bs-callout-default h4 {
    color: #777
}
.bs-callout-primary {
    border-left-color: #428bca
}
.bs-callout-primary h4 {
    color: #428bca
}
.bs-callout-success {
    border-left-color: #5cb85c
}
.bs-callout-success h4 {
    color: #5cb85c
}
.bs-callout-danger {
    border-left-color: #d9534f
}
.bs-callout-danger h4 {
    color: #d9534f
}
.bs-callout-warning {
    border-left-color: #f0ad4e
}
.bs-callout-warning h4 {
    color: #f0ad4e
}
.bs-callout-info {
    border-left-color: #5bc0de
}
.bs-callout-info h4 {
    color: #5bc0de
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
a.btn.btn-primary.btn-lg {
    color: #fff;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.netx-post,
.prev-post-title {
    text-transform: uppercase;
}
.prev-post-title.next-post-title .fa {
    margin-left: 8px;
}
.prev-post-title .fa-arrow-left {
    margin-right: 8px;
}
.post-pagination span i {
    margin-right: 0px;
}
#wpcomm .avatar {
    border-radius: 100%;
}
.penci-grid li.list-post .item>.thumbnail,
.penci-grid li .item>.thumbnail {
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
}
.thumbnail,
.magcat-thumb .penci-image-holder {
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    -o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
    transition: all .6s cubic-bezier(.165, .84, .44, 1);
}
.post-entry p.disclaimer {
    font-size: 16px;
    color: #696969;
    position: relative;
    padding-left: 20px;
}
.post-entry p.disclaimer:before {
    font-family: FontAwesome;
    content: "\f06a";
    font-weight: 600;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    position: absolute;
    left: 0;
}
.grid-mixed .thumbnail:hover,
.penci-grid li .item>.thumbnail:hover,
.penci-masonry .item-masonry>.thumbnail:hover {
    opacity: .85;
}
.grid-mixed .thumbnail:hover .icon-post-format,
.penci-grid li .item>.thumbnail:hover .icon-post-format,
.penci-masonry .item-masonry>.thumbnail:hover .icon-post-format {
    opacity: 0;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5)
}
.thumbnail:hover {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.thumbnail:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 22px 40px rgba(0, 0, 0, .15);
    box-shadow: 0 22px 40px rgba(0, 0, 0, .15);
    opacity: 0;
}

#navigation,
#navigation.header-layout-bottom {
    border-color: #2196f3;
}
.penci-border-arrow.style-7 .inner-arrow,
.penci-sidebar-content .penci-border-arrow .inner-arrow {
    letter-spacing: .009em;
    text-transform: inherit;
}
.prev-title:before {
    font-family: FontAwesome;
    content: "\f177"!important;
    margin-right: 5px;
}
.next-title:after {
    font-family: FontAwesome;
    content: "\f178"!important;
    margin-left: 5px;
}
a.cta.shop {
    font-family: nexa slab bold, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #000;
}
a.cta.shop {
    display: inline-block;
    margin-left: 0;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #3498da;
    color: inherit;
    border-radius: 4px;
    padding: 2px 13px 2px 38px;
}
a.cta.shop:before {
    content: "\f07a";
    font-weight: 600;
    display: inline-block;
    margin-left: -25px;
    width: 25px;
}
a.cta:before {
    display: inline-block;
    font-family: FontAwesome!important;
    margin-left: -25px;
    width: 25px;
}
a.cta.shop.no-amazon.norewrite {
    color: #fff;
}
.inner-post-entry i {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #95aac9;
}
.post-entry img {
    border-radius: .375rem;
}
.ot-shortcode-alert-message {
    font-size: 14px;
    padding: 13px 16px;
    margin-bottom: 15px;
    position: relative;
}
.alert-message:before {
    background-color: #eca93f;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: 0;
    position: absolute;
    opacity: .1;
    filter: alpha(opacity=10);
}
.alert-message strong {
    color: #eca93f;
    position: relative;
    z-index: 2;
}
#respond input,
.wpcf7 input,
.widget_wysija input {
    font-family: -apple-system-font, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif!important;
    font-size: 14px!important;
    width: 100%;
}
#respond textarea,
.wpcf7 textarea {
    font-size: 14px!important;
}
.wc-comment-author,
h3#wc-comment-header,
.last-update span {
    font-weight: 700;
}
h1.post-title.single-post-title.entry-title,
#wc-comment-header {
    letter-spacing: .006em;
}
#wpcomm .wc-comment-author {
    font-size: 14px;
}
.mntl-sc-block {
    text-align: left;
}
.mntl-sc-block-comparisonlist {
    background-color: #F6F6F6;
    border-radius: .25rem;
    padding: 1.25rem 1.5rem;
    margin: 1rem 0 1.2rem;
}
.mntl-sc-block-comparisonlist__wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
h4.mntl-sc-block-comparisonlist__heading {
    box-shadow: inset 0 -4px 0 #FC0;
    display: inline;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0 3px;
    text-transform: none;
}
.kk-star-ratings .kksr-legend {
    font-size: 15px!important;
}
ul.mntl-sc-block-comparisonlist__list {
    margin: .5rem 0 0;
    font-size: .875rem;
    line-height: 1.2rem;
    padding-right: 2rem;
}
ul.mntl-sc-block-comparisonlist__list li {
    margin: .2rem 0 .2rem 15px;
}
.buy-box {
    margin: 70px 140px 60px 54px;
    background: url(/imgages/bg_pattern.png) repeat #F1F1F1;
    padding: 30px 30px 42px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.app-icon {
    width: 100px;
    height: 240px;
    float: left;
    margin-right: 25px;
}
.buy-box img {
    width: 100%;
    border-radius: 8px;
}
.buy-box .app-name {
    font-size: 41px;
    line-height: 41px;
    width: 100%;
    margin-bottom: 10px;
}
.app-name a {
    color: #3B3B3B;
}
.price {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}
.description {
    font-size: 13px;
    line-height: 17px;
    margin: 15px 0 15px 0;
}
p.has-background {
    border-radius: 7px;
    padding: 20px 30px;
}
.has-pale-pink-background-color.has-pale-pink-background-color {
    background-color: #f78da7
}
.has-vivid-red-background-color.has-vivid-red-background-color {
    background-color: #cf2e2e
}
.has-luminous-vivid-orange-background-color.has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}
.has-luminous-vivid-amber-background-color.has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}
.has-light-green-cyan-background-color.has-light-green-cyan-background-color {
    background-color: #7bdcb5
}
.has-vivid-green-cyan-background-color.has-vivid-green-cyan-background-color {
    background-color: #00d084
}
.has-pale-cyan-blue-background-color.has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}
.has-vivid-cyan-blue-background-color.has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}
.has-very-light-gray-background-color.has-very-light-gray-background-color {
    background-color: #eee
}
.has-cyan-bluish-gray-background-color.has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}
.has-very-dark-gray-background-color.has-very-dark-gray-background-color {
    background-color: #313131
}
.has-pale-pink-color.has-pale-pink-color {
    color: #f78da7
}
.has-vivid-red-color.has-vivid-red-color {
    color: #cf2e2e
}
.has-luminous-vivid-orange-color.has-luminous-vivid-orange-color {
    color: #ff6900
}
.has-luminous-vivid-amber-color.has-luminous-vivid-amber-color {
    color: #fcb900
}
.has-light-green-cyan-color.has-light-green-cyan-color {
    color: #7bdcb5
}
.has-vivid-green-cyan-color.has-vivid-green-cyan-color {
    color: #00d084
}
.has-pale-cyan-blue-color.has-pale-cyan-blue-color {
    color: #8ed1fc
}
.has-vivid-cyan-blue-color.has-vivid-cyan-blue-color {
    color: #0693e3
}
.has-very-light-gray-color.has-very-light-gray-color {
    color: #eee
}
.has-cyan-bluish-gray-color.has-cyan-bluish-gray-color {
    color: #abb8c3
}
.has-very-dark-gray-color.has-very-dark-gray-color {
    color: #313131
}
.has-small-font-size {
    font-size: 13px
}
.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}
.has-medium-font-size {
    font-size: 20px
}
.has-large-font-size {
    font-size: 36px
}
.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}
#navigation.menu-item-padding .menu>li>a:hover,
#navigation.menu-item-padding .menu>li:hover>a,
#navigation.menu-item-padding .menu>li.current-menu-item>a,
#navigation.menu-item-padding .menu>li.current_page_item>a,
#navigation.menu-item-padding .menu>li.current-menu-ancestor>a,
#navigation.menu-item-padding .menu>li.current-menu-item>a {
    background-color: #178bff;
}
.article-body-aside {
    background-color: #fafafa;
    border: 1px solid #dfe3e6;
    margin: 20px 0 20px;
    padding: 30px;
    position: relative;
}
.ta_followWidget__list {
    border-radius: 8px;
    overflow: hidden;
}
.ta_followWidget__item:not(:last-child) {
    border-bottom: 2px solid #fff;
}
a.ta_followWidget__item {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #fff;
    transition: ease-in color .1s;
}
.ta_followWidget__item i {
    font-size: 36px;
    padding-right: 5px;
}
.ta_followWidget__item--amazon {
    background: linear-gradient(225deg, #FFC400 0%, #FF9900 100%);
}
.ta_followWidget__item--discord {
    background: linear-gradient(225deg, #9E72DA 0%, #7289DA 100%);
}
.ta_followWidget__item--twitch {
    background: linear-gradient(270deg, #1EEBC3 0%, #38ADDD 100%);
}
a.ta_followWidget__item {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #fff;
    transition: ease-in color .1s;
}
a.ta_followWidget__item:hover {
    color: rgba(255, 255, 255, .7) !important;
    text-decoration: none;
}
.mdi-package-up:before {
    content: "\F3D5";
}
.mdi-comment-alert:before {
    content: "\F17D";
}
.mdi-message-reply-text:before {
    content: "\F368";
}
.ta_gameInformation {
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 1px solid rgb(93, 110, 144);
    border-bottom: 1px solid rgba(93, 110, 144, .12);
    _border-bottom: 1px solid rgb(93, 110, 144);
    border-left: 1px solid rgb(93, 110, 144);
    border-left: 1px solid rgba(93, 110, 144, .12);
    _border-left: 1px solid rgb(93, 110, 144);
    margin-top: 15px;
}
.ta_gameInformation__titlebar {
    background-color: #8092B7;
    padding: 10px 15px;
    color: #fff;
}
.ta_gameInformation__titlebar {
    background-color: #8092B7;
    padding: 10px 15px;
    color: #fff;
}
.ta_gameInformation__cell {
    flex-grow: 1;
    border-top: 1px solid rgb(93, 110, 144);
    border-top: 1px solid rgba(93, 110, 144, .12);
    _border-top: 1px solid rgb(93, 110, 144);
    border-right: 1px solid rgb(93, 110, 144);
    border-right: 1px solid rgba(93, 110, 144, .12);
    _border-right: 1px solid rgb(93, 110, 144);
    padding: 10px 15px;
    flex-basis: 200px;
    white-space: nowrap;
    color: rgb(112, 130, 167);
}
.ta_gameInformation__label {
    color: rgb(160, 175, 206);
    padding-right: 3px;
}
.post-entry,
.post-entry p,
.wpb_text_column p,
.woocommerce .page-description p {
    font-size: 17px;
}
#logo a {
    max-width: 290px;
}
.ta_gameInformation__compatibility {
    white-space: initial;
}
.kk-star-ratings .kksr-legend .kksr-legend-meta {
    color: #ffc107!important;
}
.kk-star-ratings .kksr-stars .kksr-active-stars .kksr-star svg {
    fill: #ffeb3b;
    stroke: #ffc107!important;
}
.penci-review-process {
    height: 10px!important;
    border-radius: 5px;
}
.penci-review .penci-review-process span {
    border-radius: 5px;
}
.penci-review-process span {
    height: 10px!important;
}
@media only screen and (max-width: 479px) {
    .post-box-meta-single span {
        display: initial;
        margin-top: 5px;
    }
}
#navigation.menu-item-padding .menu>li>a:hover,
#navigation.menu-item-padding .menu>li:hover>a,
#navigation.menu-item-padding .menu>li.current-menu-item>a,
#navigation.menu-item-padding .menu>li.current_page_item>a,
#navigation.menu-item-padding .menu>li.current-menu-ancestor>a,
#navigation.menu-item-padding .menu>li.current-menu-item>a {
    background-color: #178bff;
}
.post-box-meta-single > span:before {
    content: "";
    width: 0;
    height: 10px;
    margin: 0 15px;
    display: inline-block;
    background: none !important;
    border-right: 1px solid;
    opacity: 0.7;
}
img.paralines {
    height: 1em!important;
    width: auto!important;
    position: relative;
    top: -.1em;
    vertical-align: text-bottom;
    pointer-events: none;
}
.post-pagination {
    background-color: #f9f9f9;
    padding: 20px;
    border: 0;
    border-radius: 7px;
}
.post-related {
    border: 0;
}
#wpcomm .wc_comm_form.wc-secondary-form-wrapper .wc-field-textarea textarea,
#wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea,
#wpcomm .wpd-form-row .wpd-field {
    background-color: #f3f3f3;
    border-radius: 7px;
}
#wpcomm .wpdiscuz-textarea-wrap {
    border: none !important;
}
#wpcomm input[type=submit] {
    border-radius: 7px;
}
#wpcomm select,
#wpcomm input[type="text"],
#wpcomm input[type="email"],
#wpcomm input[type="url"],
#wpcomm input[type="date"],
#wpcomm input[type="color"] {
    border: none !important;
}
.grid-post-box-meta span,
.header-standard .author-post span,
.item-related span.date,
.post-box-meta-single span {
    color: #a8aab2;
}
.container-single .cat a.penci-cat-name,
.grid-post-box-meta span a,
.header-standard .author-post span a,
.penci-grid .cat a.penci-cat-name,
p.has-drop-cap:not(:focus):first-letter {
    font-weight: 600;
}
.grid-post-box-meta span:after,
.post-box-meta-single>span:before {
    content: "\b7";
    border: none;
}
.archive-box span,
.archive-box h1 {
    font-family: -apple-system-font, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif!important;
}
.wp-block-video {
    margin-bottom: 10px;
}
.post-entry ul li
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
div.epcl-download {
	text-align: center;
    padding-top: 18px;
    padding-bottom: 15px;
}
div.epcl-download a {
    font-size: 22px;
    padding: 8px 25px;
    font-weight: bold;
    border-radius: 32px;
}
div.epcl-download a {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #188bff;
    color: #188bff;
}
div.epcl-download a {
    color: #188bff!important;
}
div.epcl-download a:hover {
    text-decoration: none;
    color: #fff!important;
    background-color: #188bff
}
div.epcl-download a:before {
    content: '\f0ed';
    font-family: 'FontAwesome';
    margin-right: 10px;
    text-transform: uppercase;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mntl-sc-block {
    text-align: left;
}
.mntl-sc-block-callout {
    position: relative;
    margin: .625rem 0;
    overflow: hidden;
}
.mntl-sc-block-callout[class*=theme-experttip] {
    padding: 20px;
    border: 2px solid #D8D8D8;
    border-radius: 5px;
}
[class*=theme-experttip] .mntl-sc-block-callout-body {
    text-indent: -36px;
    padding-left: 36px;
}
[class*=theme-experttip] .mntl-sc-block-callout-body p:first-of-type:before {
    background-repeat: no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 36px;
    background-size: 24px;
    font-weight: 700;
}
.theme-experttiptip .mntl-sc-block-callout-body p:first-of-type:before {
    content: 'Tip: ';
    background-position-y: 2px;
    background-image: url(images/icontip.png);
}
.theme-experttipnote .mntl-sc-block-callout-body p:first-of-type:before {
    content: 'Note: ';
    background-position-y: 4px;
    background-image: url(images/iconnote.png);
}
.theme-experttipimportant .mntl-sc-block-callout-body p:first-of-type:before {
    content: 'Ipimportant: ';
    background-position-y: 8px;
    background-image: url(images/iconimportant.png);
}
.theme-experttipwarning .mntl-sc-block-callout-body p:first-of-type:before {
    content: 'Warning: ';
    background-position-y: 6px;
    background-image: url(images/iconwarning.png);
}
.mntl-sc-block-comparisonlist {
    background-color: #F6F6F6;
    border-radius: .25rem;
    padding: 1.25rem 1.5rem;
    margin: 1rem 0 1.2rem;
}
.mntl-sc-block-comparisonlist__wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.mntl-sc-block-comparisonlist__heading {
    box-shadow: inset 0 -4px 0 #FC0;
    display: inline;
    font-size: 1.125rem;
    font-weight: 700;
    padding: 0 3px;
    text-transform: none;
}
ul.mntl-sc-block-comparisonlist__list {
    margin: .5rem 0 0;
    font-size: .875rem;
    line-height: 1.2rem;
    padding-right: 2rem;
    padding-left: 20px;
}
ul.mntl-sc-block-comparisonlist__list li {
    font-size: 16px;
}
@media (min-width: 29em) {
    .mntl-sc-block-comparisonlist {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.post-share-item.post-share-facebook:after {
    content: " FACEBOOK";
}
.post-share-item.post-share-twitter:after {
    content: " TWEET";
}
.post-share a {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 7px;
}
.tags-share-box .single-comment-o {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
a.post-share-item.post-share-facebook {
    background: #3b5998;
    color: #fff
}
a.post-share-item.post-share-twitter {
    background: #00aced;
    color: #fff
}
a.post-share-item.post-share-facebook:hover,
a.post-share-item.post-share-twitter:hover {
    color: #fff!important;
    opacity: .8
}
a.post-share-item.post-share-tumblr,
a.post-share-item.post-share-email {
    display: none;
}
.tags-share-box.center-box {
    border: 0;
    background: rgba(248, 248, 248, .88);
    border-radius: 5px;
}
@media only screen and (min-width: 768px) {
    a.post-share-item.post-share-tumblr,
    a.post-share-item.post-share-email {
        display: inline-block;
    }
    
    .tags-share-box.center-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .tags-share-box .single-comment-o {
        display: inline-block;
        margin: 0 20px 0;
    }
}
.tags-share-box .single-comment-o:after,
.post-share a.penci-post-like:after {
    content: none;
}
p {
    line-height: 1.8;
}
.list-post .header-list-style {
    position: relative;
    padding-bottom: 17px;
}
.post-entry hr.wp-block-separator,
.wp-block-separator {
    border-bottom: 2px solid #e1e1e1;
    margin: 2.8em auto;
}
.home-featured-cat-content .magcat-detail h3 a,
p {
    font-size: 15px;
}
@media only screen and (min-width: 479px) {
    .wpd-bottom-custom-fields {
        display: flex;
    }
}
.wpd-custom-field {
    display: table;
    width: 100%;
    padding: 1px 0;
    line-height: 20px;
}
.wpd-custom-field.wpd-cf-text {
    width: fit-content;
    border-radius: 5px;
    padding: 4px 8px;
    margin-bottom: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}
.wpd-custom-field.wpd-cf-text:first-child {
    margin-right: 10px;
}
.wpd-cf-label {
    margin-right: 8px;
    padding: 0;
    display: block;
    border-bottom: 0;
    width: auto;
    padding-bottom: 0;
    background: 0 0;
    opacity: .8;
}
.wpd-custom-field.wpd-cf-text:first-child .wpd-cf-label:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10b";
    padding-right: 5px;
}
.wpd-custom-field.wpd-cf-text .wpd-cf-label:after {
    content: ":";
}
.wpd-cf-value {
    font-weight: 700;
    border-bottom: 0;
    width: auto;
    padding: 0;
    opacity: .9;
}
.wpd-custom-field.wpd-cf-text .wpd-cf-label:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f179";
    padding-right: 5px;
    opacity: .4;
}
.wpd-custom-field.wpd-cf-text .wpd-cf-label:after {
    content: ":";
}
.penci-grid li .item h2 a,
.penci-masonry .item-masonry h2 a {
    font-size: 24px;
    letter-spacing: .006em!important;
}
.home-featured-cat-content .magcat-detail h3 a,
p {
    font-size: 15px;
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button {
    border-radius: 25px;
    background-color: #178bff;
    color: #fff;
    border: none;
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button:hover {
    color: #fff;
    transform: scale(1.02)
}
#wpdcom * {
    line-height: unset;
}
.post-entry a,
.container-single .post-entry a {
    color: #3498db;
}
#header .inner-header .container {
    padding: 80px 0;
}
@media only screen and (max-width: 600px) {
    .inner-header {
        display: none;
    }
}
@media only screen and (max-width: 960px) {
    .penci-mobile-hlogo img {
        max-height: 58px!important;
        padding: 10px 0!important;
    }
}
.container.penci-breadcrumb {
    margin-top: -30px;
}
#ez-toc-container ul ul,
.ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 0px!important;
}
#ez-toc-container {
    border-radius: 8px;
    padding: 1rem;
}
div#ez-toc-container ul li {
    margin: 5px 0;
}
#wpcomm .wpd-field:focus {
    background-color: #fff;
    border: #f2f2f2 1px solid
}
#wpdcom .wpd-thread-head {
    flex-wrap: inherit
}
#wpdcom .wpd-comment .wpd-comment-wrap {
    padding-bottom: 14px
}
#wpdcom .wpd-comment .wpd-comment-right {
    background-color: #f5f5f7;
    padding: 5px 15px;
    border-radius: 12px
}
#wpdcom .wpd-comment-text {
    color: #000!important
}
.wpd_comment_level-1 {
    margin-bottom: 10px
}
#wpdcom .wpd-reply.wpd_comment_level-2 {
    margin-left: 80px;
    border-left: 1px solid #f2f2f2;
    padding-left: 20px
}
#wpdcom .wpd-blog-guest .wpd-comment-author,
#wpdcom .wpd-blog-guest .wpd-comment-author a {
    color: #333!important
}
#wpdiscuz-edit-form textarea {
    width: 100%;
    background-color: #fff
}
#wpdcom .wpd-second-button {
    background-color: #fff
}
#wpdcom.wpdiscuz_unauth .wc-field-submit {
    padding: 0
}
.wc-comment-count {
    color: #898989;
    font-size: 11px;
    font-weight: 400;
    border-image: initial;
    border-radius: 3px;
    border: 1px solid #898989
}
.wc-comment-count.member {
    color: #3498db;
    border-color: #3498db
}
.wpd-blog-post_author .wc-comment-count {
    color: #c0392b;
    border: 1px solid #c0392b;
    width: 50px
}
#wpdcom .wpd-comment .wpd-comment-right {
    position: relative
}
#wpdcom .wpd-comment .wpd-comment-right:before {
    content: '';
    position: absolute;
    left: -10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f5f5f7;
    transform: translatey(-50%) rotate(-90deg)
}
#wpdcom .wpd-comment .wpd-comment-right:before {
    top: 30px
}
@media screen and (max-width:600px) {
    #wpdcom .wpd-comment .wpd-comment-right {
        margin-top: 10px
    }
    
    #wpdcom.wpd-layout-1 .wpd-reply.wpd_comment_level-2 {
        margin-left: 1px
    }
    
    #wpdcom.wpd-layout-1 .wpd-comment .wpd-avatar {
        vertical-align: middle
    }
    
    .cmt-count {
        display: inline-block;
        width: 55px;
        padding: 1px 10px;
        text-align: center
    }
    
    #wpdcom .wpd-comment .wpd-comment-right:before {
        left: 11px!important;
        transform: none!important;
        top: -6px
    }
    
    #wpdcom .wpd-comment .wpd-comment-right:after {
        top: -6px!important
    }
}

#wpdcom .wpd-form-head {
    display: none
}
#comments {
    margin: 0
}
.tti-dark #wpdcom .wpd-comment .wpd-comment-right {
    background-color: #313131
}
.tti-dark #wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea,
.tti-dark #wpdcom .wpd-form-row .wpdiscuz-item input[type=text],
.tti-dark #wpdcom .wpd-form-row .wpdiscuz-item input[type=email],
.tti-dark #wpdcom .wpd-form-row .wpdiscuz-item input[type=url] {
    background-color: #313131;
    border: 1px solid #3e3d3d;
    color: #f2f2f2
}
.tti-dark #wpdcom .wpd-form-row .wpd-field,
.tti-dark #wpdcom .wpd-form-row .wpdiscuz-item .wpd-field-icon,
.tti-dark #wpdcom .wpd-thread-head .wpd-thread-info,
.tti-dark #wpdcom .wpd-thread-filter .wpdf-sorting,
.tti-dark #wpdcom .wpd-blog-guest .wpd-comment-author,
.tti-dark #wpdcom .wpd-blog-guest .wpd-comment-author a {
    color: #f2f2f2
}
.tti-dark #wpdcom .wpd-comment .wpd-comment-right:before,
.tti-dark #wpdcom .wpd-comment .wpd-comment-right:after {
    border-bottom-color: #313131
}
.tti-dark #wpcomm .wpd-field:focus {
    background-color: #353639;
    border: #28292b 1px solid
}
.tti-dark #wpdcom .wpd-blog-guest .wpd-comment-label {
    background-color: #565656
}
.tti-dark #wpdcom .wpd-thread-head {
    border-bottom-color: #333
}
.tti-dark #wpdcom .wpdiscuz-sort-buttons {
    background-color: #525252;
    border-color: #525252
}
.tti-dark #wpdcom .wpdiscuz-sort-buttons .wpdiscuz-sort-button:hover {
    background-color: #898989
}
.tti-dark #wpdiscuz-edit-form textarea {
    background-color: #4b4b4b;
    border-color: #4b4b4b;
    color: #f2f2f2
}
.tti-dark #wpdcom .wpd-second-button {
    background-color: #4b4b4b
}
.tti-dark #wpdcom.wpd-layout-1 .wpd-comment .wpd-reply-to,
.tti-dark #wpdcom .wpd-comment-footer .wpd-sep {
    border-color: #676767
}
.tti-dark #wpdcom .wpd-comment .wpd-reply-to a {
    color: #f2f2f2
}
.tti-dark #wpdcom .wpd-reply.wpd_comment_level-2 {
    border-left-color: #313131
}
#wpdcom .wpd-comment-header .wpd-comment-author {
    letter-spacing: 0px;
}
#wpdcom .wpd-second-button,
#wpdcom .wpd-prim-button {
    border: none;
    cursor: pointer;
    font-family: -apple-system-font, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif!important;
    font-size: 15px;
    line-height: 24px;
    padding: 4px 20px;
    letter-spacing: 0px;
    box-shadow: 1px 1px 3px -1px #bbb;
    border-radius: 3px;
}

.cell-type-yes {
    background: transparent url(https://appngon.com/wp-content/themes/soledad/images/include.svg) no-repeat center;
}

.cell-type-no {
    background: transparent url(https://appngon.com/wp-content/themes/soledad/images/exclude.svg) no-repeat center;
}

.cell-type-yes {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20px auto;
    display: inline-block;
    min-height: 20px;
    min-width: 20px;
    padding-left: 25px;
    vertical-align: middle;
    line-height: 1.2;
}

.show-search form.pc-searchform input.search-input {
    font-size: 14px!important;
    font-family: -apple-system-font, BlinkMacSystemFont, "SF Pro Text", Arial, sans-serif!important;
}

#top-search>a {
    color: #ffffff!important;
}

img.penci-mainlogo.pclogo-cls {
    height: auto!important;
}

.iconimg {
    height: 1em!important;
    width: auto!important;
    position: relative;
    top: -.1em;
    vertical-align: text-bottom;
    pointer-events: none;
}

aside#penci_popular_news_widget-2, aside#recent-comments-3, aside#penci_latest_news_widget-2, aside#recent-comments-4, aside#penci_related_news_widget-2, aside#penci_popular_news_widget-5 {
background: #f9f9f9;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid var(--pcborder-cl);
}

#wpdcom .wpd-comment .wpd-comment-wrap .wpd-comment-author span.wpd-user-nicename {
    display: none!important;
}

.footer-logo-copyright.footer-not-logo.footer-not-gotop {
    border-top: 1px solid #d2d2d7;
}

.penci-border-arrow .inner-arrow:after {
    content: "";
    background: #168bff;
    height: 0.7em;
    width: 11px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.penci-border-arrow .inner-arrow {
    border: 1px solid #313131;
    background: #fff;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 8px 12px 7px;
    z-index: 3;
    font-size: 14px;
}

.penci-border-arrow .inner-arrow {
    padding-left: 22px;
}

.footer-widget-wrapper .widget .widget-title .inner-arrow {
    border-bottom: none;
}


.footer-widget-wrapper .widget .widget-title .inner-arrow {
    padding-bottom: 0;
    padding-left: 22px!important;
}

#navigation.header-layout-bottom, .widget ul li, .home-featured-cat-content.style-2 .mag-post-box.first-post, .home-featured-cat-content.style-10 .mag-post-box.first-post, .penci-grid li.list-post {
    border: none;
}

.penci-border-arrow .inner-arrow {
    text-transform: none;
}

#widget-area {
    padding: 50px 0;
}

.widget ul li, .post-entry, p, .post-entry p {
    font-size: 16px;
    line-height: 1.8!important;
}

.post-entry, .post-entry p, .wpb_text_column p, .woocommerce .page-description p {
    font-size: 18px;
}

.penci-sidebar-content.style-18 .penci-border-arrow:after, .penci-homepage-title.style-18.penci-border-arrow:after {
    background-image: none;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 a, .home-featured-cat-content .magcat-detail h3 a, .item-related h3 a, .home-featured-cat-content.style-12 .penci-magcat-carousel .magcat-detail h3 a {
    line-height: 1.23536;
    letter-spacing: -.022em;
}

h3.wpc-heading {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: .009em;
    margin-bottom: 20px;
    text-align: center;
}

.post-entry ol li:before {
    text-align: center;
    color: #fefefe;
    line-height: 1.2;
    content: counter(ol-counter,decimal);
    counter-increment: ol-counter;
    background: #168bff;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    border-radius: 50%;
    padding: 5px;
}

.post-entry ol li {
    list-style: none;
    padding-left: 48px;
    margin: 0 0 1rem;
    position: relative;
}

.post-entry ol {
    list-style: none!important;
    counter-reset: ol-counter;
    padding-left: 20px;
}