/* = Owlcarousel
@version 2.0.0 - by Bartosz Wojciechowski
-----------------------------------------------------*/
.penci-owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.penci-owl-carousel .owl-animated-in {
    z-index: 0
}
.penci-owl-carousel .owl-animated-out {
    z-index: 1
}
.penci-owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.penci-owl-carousel {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    --pcfs-delay: 0.5s;
}
.penci-owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.penci-owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.penci-owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.penci-owl-carousel .owl-nav .owl-prev, .penci-owl-carousel .owl-nav .owl-next, .penci-owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.penci-owl-carousel.owl-loaded {
    display: block
}
.penci-owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.penci-owl-carousel.owl-hidden {
    opacity: 0
}
.penci-owl-carousel .owl-refresh .owl-item {
    display: none
}
.penci-owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.penci-owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}
.penci-owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}
.penci-owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}
.penci-owl-carousel.owl-rtl {
    direction: rtl
}
.penci-owl-carousel.owl-rtl .owl-item {
    float: right
}
.penci-owl-carousel .owl-item .penci-lazy,
.penci-owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.penci-owl-carousel .owl-item img {
    transform-style: preserve-3d
}
/* = Animate
-----------------------------------------------------*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
/* = Gallery
-----------------------------------------------------*/
@-webkit-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}
@-moz-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}
@-o-keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}
@keyframes justified-gallery-show-caption-animation {
    from {
        opacity: 0
    }
    to {
        opacity: .7
    }
}
@-webkit-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-moz-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-o-keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes justified-gallery-show-entry-animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden
}
.justified-gallery > a, .justified-gallery > div {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0)
}
.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: 0
}
.justified-gallery > a > .caption, .justified-gallery > div > .caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    font-family: sans-serif
}
.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
    display: initial;
    opacity: .7;
    filter: "alpha(opacity=70)";
    -webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
    -moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
    -ms-animation: justified-gallery-show-caption-animation 500ms 0 ease
}
.justified-gallery > .entry-visible {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
    -moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
    -ms-animation: justified-gallery-show-entry-animation 500ms 0 ease
}
.justified-gallery > .jg-filtered {
    display: none
}
.justified-gallery > .spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0;
    left: 50%;
    opacity: initial;
    filter: initial;
    overflow: initial
}
.justified-gallery > .spinner > span {
    display: inline-block;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}
/* = Reset
-----------------------------------------------------*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
}
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0
}
input {
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img {
    border: 0
}
address, caption, cite, code, dfn, strong, th, var {
    font-style: normal;
    font-weight: normal
}
ol, ul, li {
    list-style: none
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}
q:before, q:after {
    content: ''
}
strong {
    font-weight: bold
}
em {
    font-style: italic
}
img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}
a img {
    border: none
}
iframe {
    border: none;
    max-width: none;
}
iframe[name="google_conversion_frame"] {
    height: 0;
    display: block;
    overflow: hidden;
}
.penci-center {
    text-align: center;
}
body:not(.penci-fawesome-ver5) .penci-faicon {
    font-family: 'FontAwesome';
    font-weight: normal;
}
body:not(.penci-fawesome-ver5) .penci-faicon.fa-vimeo:before {
    content: "\f27d";
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="button"], input[type="submit"], button {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}
p:empty:before {
    content: none;
}
/* = General
-----------------------------------------------------*/
html, body {
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: var(--pcbody-font);
    color: #313131;
    background-color: #FFF;
    font-size: 14px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --pcbg-cl: #fff;
    --pctext-cl: #313131;
    --pcborder-cl: #dedede;
    --pcheading-cl: #313131;
    --pcmeta-cl: #888888;
    --pcaccent-cl: #6eb48c;
    --pcbody-font: 'PT Serif', serif;
    --pchead-font: 'Raleway', sans-serif;
    --pchead-wei: bold;
    --pchd-mg: 60px;
    --pcctain: 1170px;
    --pcctain2: 1400px;
    --pcajs_tcl: var(--pcheading-cl);
    --pcajs_thcl: var(--pcaccent-cl);
    --pcajs_mcl: var(--pcmeta-cl);
    --pcajs_mhcl: var(--pcmeta-cl);
    --pcajs_ncl: var(--pctext-cl);
    --pcajs_bcl: var(--pcborder-cl);
    --pcajs_bgcl: var(--pcbg-cl);
    --pcajs_bghcl: #f9f9f9;
    --pcajs_tfz: 13px;
    --pcajs_mfz: 12px;
    --pcajs_nfz: 13px;
}
textarea {
    min-height: 100px;
}
input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    font-family: var(--pcbody-font);
    padding: 11px 20px;
    max-width: 100%;
    width: 100%;
    border: 1px solid var(--pcborder-cl);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    color: var(--pctext-cl);
    vertical-align: middle;
    font-size: inherit;
}
select {
    padding: 8px 28px 8px 15px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==');
    background-position: right 10px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='email']:focus,
input[type='date']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
    outline: none;
}
button,
[type="submit"],
[type="button"] {
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    padding: 12px 20px;
    font-size: 13px;
    line-height: 1.2;
    background-color: var(--pcaccent-cl);
    color: #fff;
    text-align: center;
    display: inline-block;
    outline: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    text-transform: uppercase;
}
button[disabled],
input[disabled] {
    opacity: 0.6 !important;
    cursor: default;
}
p {
    font-size: 14px;
    line-height: 28px;
}
.elementor-widget-text-editor p {
    font-size: inherit;
    line-height: inherit;
    text-align: inherit;
}
a {
    text-decoration: none;
    color: var(--pcaccent-cl);
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    outline: none;
    cursor: pointer;
}
a:hover {
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--pchead-font);
    font-style: normal;
    font-weight: var(--pchead-wei);
}
.container {
    width: var(--pcctain);
    margin: 0 auto;
}
.container.container-1400 {
    max-width: var(--pcctain2);
    width: 100%;
}
.container.container-fullwidth {
    max-width: 100%;
    width: 100%;
}
.penci-page-container-smaller {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.container.penci_sidebar:before,
.container.penci_sidebar:after {
    content: '';
    display: table;
    clear: both;
}
body:not(.penci-fawesome-ver5) .penci-faicon.fa-facebook-f:before,
body:not(.penci-fawesome-ver5) .penci-faicon.fa-facebook:before {
    content: "\f09a";
}
#main {
    width: 100%;
}
.penci-single-style-10 .penci-single-s10-content,
.container.penci_sidebar #main {
    width: 70.94%;
    padding-right: 50px;
    float: left;
}
.penci-single-style-10.penci_sidebar.left-sidebar .penci-single-s10-content,
.container.penci_sidebar.left-sidebar #main {
    float: right;
    padding: 0 0 0 60px;
}
.penci-sidebar-content {
    width: 29.06%;
    float: right;
}
@media only screen and (min-width: 961px) {
    .penci-single-style-10 .penci-post-image-wrapper .container.two-sidebar .penci-sidebar-content {
        width: 29.06%;
    }
}
.penci-sidebar-content-vc {
    width: 100% !important;
    float: none;
}
.penci_sidebar.left-sidebar .penci-sidebar-content {
    float: left;
}
.penci-sidebar-content.penci-sticky-sidebar.is-sticky {
    margin-top: 75px;
}
.admin-bar .penci-sidebar-content.penci-sticky-sidebar.is-sticky {
    margin-top: 107px;
}
#penci-end-sidebar-sticky {
    margin-top: -300px;
    padding-top: 300px;
}
.clear-footer {
    height: 1px;
    margin-bottom: 29px;
    clear: both;
    display: block;
    width: 100%;
}
.clearfix {
    clear: both;
}
.penci-clearfix {
    clear: both;
}
.penci-clearfix:before,
.penci-clearfix:after {
    content: '';
    display: table;
    clear: both;
}
/** Body boxed **/
.wrapper-boxed {
    overflow: hidden;
}
body.penci-body-boxed {
    background: #F5F5F5;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.wrapper-boxed.enable-boxed {
    background: #fff;
    max-width: calc(var(--pcctain) + 60px);
    display: block;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
.penci-body-boxed.penci-two-sidebar .wrapper-boxed.enable-boxed {
    max-width: calc(var(--pcctain2) + 30px);
}
.penci-body-boxed.penci-two-sidebar .container.penci-breadcrumb,
.penci-body-boxed.penci-two-sidebar .container.two-sidebar {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* = Extra Header CSS*/
.top-search-classes {
    float: right;
    width: 20px;
    text-align: center;
    margin-right: 0;
}
#navigation .pcheader-icon.penci-top-search {
    margin-right: 0;
}
#navigation .pcheader-icon,
.top-search-classes.shoping-cart-icon {
    margin-right: 10px;
}
.top-search-classes.shoping-cart-icon {
    position: relative;
}
#navigation .pcheader-icon:first-child,
#navigation.header-4 .pcheader-icon,
#navigation.header-5 .pcheader-icon,
#navigation.header-6 .pcheader-icon {
    margin-right: 0;
}
.top-search-classes a.cart-contents,
.top-search-classes > a {
    font-size: 14px;
    line-height: 58px;
    display: block;
    height: 58px;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #313131;
    background: none;
}
#navigation.header-6 .menu {
    margin-right: 30px;
}
@media only screen and (min-width: 961px) {
    #navigation.header-6 a.cart-contents,
    #navigation.header-11 a.cart-contents,
    #navigation.header-10 a.cart-contents,
    #navigation.header-6 .top-search-classes > a,
    #navigation.header-10 .top-search-classes > a,
    #navigation.header-11 .top-search-classes > a {
        line-height: 80px;
        height: 80px;
    }
}
@media only screen and (max-width: 960px) {
    #navigation.header-6 a.cart-contents,
    #navigation.header-11 a.cart-contents,
    #navigation.header-10 a.cart-contents,
    #navigation.header-6 .top-search-classes > a,
    #navigation.header-10 .top-search-classes > a,
    #navigation.header-11 .top-search-classes > a {
        line-height: 60px;
        height: 60px;
    }
}
.is-sticky #navigation.header-6 a.cart-contents,
.is-sticky #navigation.header-10 a.cart-contents,
.is-sticky #navigation.header-6 .top-search-classes > a,
.is-sticky #navigation.header-10 .top-search-classes > a,
.is-sticky #navigation.header-11 .top-search-classes > a,
.is-sticky #navigation.header-11 a.cart-contents {
    line-height: 58px;
    height: 58px;
}
.top-search-classes a.cart-contents > i,
.top-search-classes > a > i {
    width: 20px;
}
.top-search-classes a.cart-contents,
.top-search-classes.wishlist-icon > a,
.top-search-classes.compare-icon > a,
.top-search-classes.shoping-cart-icon > a {
    position: relative;
}
.top-search-classes a.cart-contents > i,
.top-search-classes.shoping-cart-icon > a > i {
    font-size: 17px;
}
.top-search-classes a.cart-contents > span,
.top-search-classes.wishlist-icon > a > span,
.top-search-classes.compare-icon > a > span,
.top-search-classes.shoping-cart-icon > a > span {
    font-family: var(--pcbody-font);
    font-size: 9px;
    line-height: 14px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 17px);
    right: -4px;
    display: inline-block;
    width: 14px;
    height: 14px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: var(--pcaccent-cl);
}
.top-search-classes .svg-icon {
    display: inline-block;
    margin-top: 5px;
}
.top-search-classes.shoping-cart-icon .svg-icon {
    margin-top: 3px;
}
@media only screen and (max-width: 960px) {
    #navigation.header-9 .pcheader-icon > a,
    #navigation.header-10 .pcheader-icon > a,
    #navigation.header-11 .pcheader-icon > a,
    #navigation.header-9 .pcheader-icon a.cart-contents,
    #navigation.header-10 .pcheader-icon a.cart-contents,
    #navigation.header-11 .pcheader-icon a.cart-contents {
        height: 58px;
        line-height: 58px;
    }
}
/* = Navigation
-----------------------------------------------------*/
#navigation {
    background: #fff;
    height: 60px;
    z-index: 9999;
    width: 100%;
    -webkit-backface-visibility: hidden;
    border-bottom: 1px solid #ECECEC;
    transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.wrapper-boxed.enable-boxed #navigation {
    transition: height 0.3s, box-shadow 0.3s;
    -webkit-transition: height 0.3s, box-shadow 0.3s;
    -moz-transition: height 0.3s, box-shadow 0.3s;
}
#navigation.sticky-active {
    z-index: 99999;
}
#navigation.header-6,
#navigation.header-9 {
    transition: box-shadow 0.3s, height 0.3s;
    -webkit-transition: box-shadow 0.3s, height 0.3s;
    -moz-transition: box-shadow 0.3s, height 0.3s;
}
#navigation.header-7,
#navigation.header-8,
#navigation.header-9 {
    padding: 0 20px;
}
#navigation.header-layout-bottom {
    box-shadow: 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    border-top: 1px solid #ECECEC;
}
#navigation.header-1,
#navigation.header-4,
#navigation.header-7 {
    border-top: 1px solid transparent !important;
}
.is-sticky #navigation {
    box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    -moz-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    border-color: transparent !important;
}
.wrapper-boxed.enable-boxed .is-sticky #navigation {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: calc(var(--pcctain) + 60px);
}
.penci-body-boxed.penci-two-sidebar .wrapper-boxed.enable-boxed .is-sticky #navigation {
    max-width: calc(var(--pcctain2) + 30px);
}
.slicknav_menu {
    display: none;
}
#navigation .container {
    position: relative;
    display: table;
    text-align: center;
}
#navigation.header-7 .container,
#navigation.header-8 .container,
#navigation.header-9 .container {
    width: 100%;
}
#navigation .container .inner-top-navigation {
    display: inline-block;
    vertical-align: top;
}
#navigation .menu {
    float: left;
}
#navigation.header-4 .menu,
#navigation.header-4 .top-search-classes,
#navigation.header-5 .menu,
#navigation.header-5 .top-search-classes,
#navigation.header-4 .pcheader-icon,
#navigation.header-5 .pcheader-icon {
    float: none;
    vertical-align: top;
}
#navigation.header-4 .top-search-classes,
#navigation.header-5 .top-search-classes,
#navigation.header-4 .pcheader-icon,
#navigation.header-5 .pcheader-icon {
    margin-left: 40px;
    display: inline-block;
}
#navigation ul.menu > li,
#navigation .menu > ul > li {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 30px;
}
#navigation .menu > li:last-child,
#navigation .menu > ul > li:last-child {
    margin-right: 0;
}
#navigation .sub-menu li a,
#navigation .menu > li > a {
    font-family: var(--pchead-font);
    font-size: 12px;
    color: #313131;
    text-transform: uppercase;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    position: relative;
    font-weight: var(--pchead-wei);
    text-decoration: none;
}
#navigation .menu > li > a {
    line-height: 58px;
}
#navigation .sub-menu li > a > i,
#navigation .menu > li > a > i {
    font-size: 13px;
    margin-right: 5px;
}
#navigation ul.menu > li > a:before,
#navigation .menu > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 18px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    left: 50%;
    height: 2px;
    width: 0;
    background: var(--pcaccent-cl);
}
#navigation ul.menu > li > a:hover:before,
#navigation .menu > ul > li > a:hover:before,
#navigation ul.menu > li:hover > a:before,
#navigation .menu > ul > li:hover > a:before {
    left: 0;
    width: 100%;
}
#navigation .menu > li > a:hover,
#navigation .menu > li:hover > a,
#navigation .menu > li.current-menu-item > a,
#navigation .menu > li.current_page_item > a,
#navigation .menu > li.current-menu-ancestor > a,
#navigation .menu > li.current-menu-item > a {
    color: var(--pcaccent-cl);
}
#navigation ul.menu > li > a > img,
#navigation .menu > ul > li > a > img {
    vertical-align: middle;
}
#navigation .button-menu-mobile {
    display: none;
    float: left;
    line-height: 60px;
    text-align: center;
    color: #313131;
    font-size: 21px;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}
#navigation .button-menu-mobile:hover {
}
#logo a {
    display: inline-block;
    vertical-align: top;
}
#logo h1 {
    margin: 0;
}
.penci-mobile-hlogo {
    display: none;
    float: left;
    margin-left: 10px;
}
.penci-mobile-hlogo a {
    display: inline-block;
}
.penci-mobile-hlogo img {
    max-height: 60px;
    padding: 8px 0;
    width: auto;
}
@media only screen and (max-width: 960px) {
    .penci-hlogo-center .penci-mobile-hlogo,
    .penci-hlogo-center #navigation.header-6 #logo {
        float: none;
        margin: 0;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: 10;
    }
    .penci-mobile-hlogo {
        display: inline-block;
    }
}

/* Primary menu dropdown */
#navigation .sub-menu,
.navigation .sub-menu,
#navigation .penci-dropdown-menu,
.navigation .penci-dropdown-menu {
    pointer-events: none;
}
#navigation li:hover > .sub-menu,
.navigation li:hover > .sub-menu,
#navigation li:hover > .penci-dropdown-menu,
.navigation li:hover > .penci-dropdown-menu {
    pointer-events: auto;
}
#navigation .menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 9999;
    box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    -webkit-box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    -moz-box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    border-top: 1px solid #ECECEC;
    margin-top: 0;
    background: #fff;
}
#navigation ul.menu ul.sub-menu li > a {
    margin: 0 20px;
    padding: 12px 0;
    font-size: 12px;
    min-width: 200px;
    line-height: 1.4;
    -moz-transition: color 0.3s, background-color 0.3s;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    border-bottom: 1px solid #E0E0E0;
    text-align: left;
    border-left: none !important;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
#navigation ul.menu ul.sub-menu li,
#navigation ul.menu ul.sub-menu ul li {
    padding-right: 0;
    margin-right: 0;
    float: none;
    position: relative;
    width: 100%;
}
#navigation .menu ul.sub-menu > li:last-child > a {
    border-bottom: none;
}
#navigation .menu .sub-menu ul {
    left: 100%;
    top: 0;
}
body .penci-dropdown-menu,
body .navigation .menu .sub-menu,
body #navigation .menu .sub-menu {
    transition: transform 0.27s ease-in-out, opacity 0.27s ease-in-out, visibility 0.27s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
body.pcmn-drdw-style-slide_down .penci-dropdown-menu,
body.pcmn-drdw-style-slide_down .navigation .menu .sub-menu,
body.pcmn-drdw-style-slide_down #navigation .menu .sub-menu {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}
body.pcmn-drdw-style-slide_down .navigation ul.menu li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-slide_down .navigation .menu ul li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-slide_down #navigation ul.menu li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-slide_down #navigation .menu ul li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-slide_down .navigation ul.menu li:hover > ul,
body.pcmn-drdw-style-slide_down .navigation .menu ul li:hover > ul,
body.pcmn-drdw-style-slide_down #navigation ul.menu li:hover > ul,
body.pcmn-drdw-style-slide_down #navigation .menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}
body.pcmn-drdw-style-fadein_up .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_up .navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_up #navigation .menu .sub-menu {
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
body.pcmn-drdw-style-fadein_down .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_down .navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_down #navigation .menu .sub-menu {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
body.pcmn-drdw-style-fadein_up .navigation ul.menu li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_up .navigation .menu ul li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_up #navigation ul.menu li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_up #navigation .menu ul li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_down .navigation ul.menu li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_down .navigation .menu ul li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_down #navigation ul.menu li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_down #navigation .menu ul li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_up .navigation ul.menu li:hover > ul,
body.pcmn-drdw-style-fadein_up .navigation .menu ul li:hover > ul,
body.pcmn-drdw-style-fadein_down .navigation ul.menu li:hover > ul,
body.pcmn-drdw-style-fadein_down .navigation .menu ul li:hover > ul,
body.pcmn-drdw-style-fadein_up #navigation ul.menu li:hover > ul,
body.pcmn-drdw-style-fadein_up #navigation .menu ul li:hover > ul,
body.pcmn-drdw-style-fadein_down #navigation ul.menu li:hover > ul,
body.pcmn-drdw-style-fadein_down #navigation .menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
body.pcmn-drdw-style-fadein_left .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_left .navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_left #navigation .menu .sub-menu {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
body.pcmn-drdw-style-fadein_right .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_right .navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_right #navigation .menu .sub-menu {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
body.pcmn-drdw-style-fadein_left .navigation ul.menu li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_left #navigation ul.menu li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_left #navigation .menu ul li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_right .navigation ul.menu li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_right #navigation ul.menu li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_right #navigation .menu ul li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_left .navigation ul.menu li:hover > ul,
body.pcmn-drdw-style-fadein_right .navigation ul.menu li:hover > ul,
body.pcmn-drdw-style-fadein_left #navigation ul.menu li:hover > ul,
body.pcmn-drdw-style-fadein_left #navigation .menu ul li:hover > ul,
body.pcmn-drdw-style-fadein_right #navigation ul.menu li:hover > ul,
body.pcmn-drdw-style-fadein_right #navigation .menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
}
body.pcmn-drdw-style-fadein_none .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_none .navigation .menu .sub-menu,
body.pcmn-drdw-style-fadein_none #navigation .menu .sub-menu {
    opacity: 0;
}
body.pcmn-drdw-style-fadein_none .navigation ul.menu li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_none .navigation ul.menu li:hover > ul,
body.pcmn-drdw-style-fadein_none #navigation ul.menu li:hover > .penci-dropdown-menu,
body.pcmn-drdw-style-fadein_none #navigation .menu ul li:hover > .penci-dropdown-menu {
    visibility: visible;
    opacity: 1;
}
/* Menu style 2 */
#navigation.menu-style-2 ul.menu > li > a:before,
#navigation.menu-style-2 .menu > ul > li > a:before {
    content: none;
    display: none;
}
#navigation ul.menu > li.menu-item-has-children > a:after,
#navigation .menu > ul > li.menu-item-has-children > a:after,
#navigation ul.menu > li.penci-mega-menu > a:after,
#navigation .menu > ul > li.penci-mega-menu > a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 5px;
    color: inherit;
    font-size: 13px;
    font-weight: normal;
    width: auto;
    display: inline-block;
}
.penci-fawesome-ver5 #navigation ul.menu > li.menu-item-has-children > a:after,
.penci-fawesome-ver5 #navigation .menu > ul > li.menu-item-has-children > a:after,
.penci-fawesome-ver5 #navigation ul.menu > li.penci-mega-menu > a:after,
.penci-fawesome-ver5 #navigation .menu > ul > li.penci-mega-menu > a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
}
#navigation.menu-style-2 .menu .sub-menu,
#navigation.menu-style-2 .menu .children {
    border-top: 4px solid #E0E0E0;
    padding: 8px 0;
}
#navigation.menu-style-2 ul.menu ul.sub-menu:before,
#navigation.menu-style-2 .menu ul ul.sub-menu:before {
    width: 0;
    height: 4px;
    top: -4px;
    position: absolute;
    background: var(--pcaccent-cl);
    left: 0;
    -webkit-transition: width 400ms cubic-bezier(0.870, 0.020, 0.230, 1);
    -webkit-transition: width 400ms cubic-bezier(0.870, 0.020, 0.230, 1.005);
    -moz-transition: width 400ms cubic-bezier(0.870, 0.020, 0.230, 1.005);
    -o-transition: width 500ms cubic-bezier(0.870, 0.020, 0.230, 1.005);
    transition: width 500ms cubic-bezier(0.870, 0.020, 0.230, 1.005);
    content: "";
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
#navigation.menu-style-2 ul.menu li:hover > ul:before,
#navigation.menu-style-2 .menu ul li:hover > ul:before {
    width: 100%;
}
#navigation.menu-style-2 ul.menu ul.sub-menu a {
    padding: 8px 0;
    border: none !important;
}
#navigation.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts {
    padding: 0;
}
#navigation.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post {
    padding: 0 0 15px;
    margin: 0;
    position: relative;
    z-index: 5;
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-thumbnail {
    position: relative;
    z-index: 5;
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-meta {
    padding: 0 5px;
}
#navigation.menu-style-2 .penci-megamenu .post-mega-title {
    line-height: 1;
}
.menu-style-2 .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #f1f1f2;
    z-index: 1;
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-thumbnail .mega-cat-name {
    bottom: 0;
    top: auto;
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories {
    padding: 12px 0;
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories:after {
    background-color: #f1f1f2;
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a {
    min-width: 0;
    display: block;
    text-align: left;
    line-height: 1.4em;
    margin: 0;
    padding: 6px 0 6px 20px;
    position: relative;
    border: none;
    background-color: inherit;
    z-index: 0;
}
.navigation.menu-style-2 ul.sub-menu .penci-megamenu .penci-mega-child-categories a,
#navigation.menu-style-2 ul.sub-menu .penci-megamenu .penci-mega-child-categories a {
    padding: 6px 0 6px 20px;
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -.5px;
    -webkit-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border-bottom: 1px solid;
    width: 0;
    opacity: 0.3;
    left: 20px;
    z-index: 1;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: inherit;
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a:hover:after {
    width: calc(100% + 20px);
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a span {
    position: relative;
    z-index: 2;
    background-color: inherit;
    padding-right: 20px;
    display: inline-block;
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a.all-style:before {
    content: "";
    background: #f1f1f2;
    width: 24px;
    display: block;
    height: 1px;
    margin: 4px 0 17px;
    opacity: 1;
    position: static;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#navigation.menu-style-2 .penci-megamenu .penci-mega-child-categories a.all-style:after {
    content: none;
    display: none;
}
#navigation.menu-style-2 ul.menu > li.megamenu > ul.sub-menu {
    padding: 5px 0;
}
#navigation.menu-style-2 ul.menu > li.megamenu > ul.sub-menu > li > ul.sub-menu:before {
    display: none;
    content: none;
}
/* = Menu Items Padding
-----------------------------------------------------*/
#navigation.menu-item-padding ul.menu > li,
#navigation.menu-item-padding .menu > ul > li {
    margin: 0;
}
#navigation.menu-item-padding ul.menu > li > a,
#navigation.menu-item-padding .menu > ul > li > a {
    padding: 0 15px;
}
#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: #ececec;
}
#navigation.menu-item-padding ul.menu > li > a:before,
#navigation.menu-item-padding .menu > ul > li > a:before {
    content: none;
    display: none;
}
@media only screen and (min-width: 961px) {
    #navigation.header-1.menu-item-padding,
    #navigation.header-4.menu-item-padding,
    #navigation.header-7.menu-item-padding,
    #navigation.header-1.menu-item-padding ul.menu > li > a,
    #navigation.header-4.menu-item-padding ul.menu > li > a,
    #navigation.header-7.menu-item-padding ul.menu > li > a {
        height: 59px;
    }
    .is-sticky #navigation.header-10.menu-item-padding ul.menu > li > a,
    .is-sticky #navigation.header-11.menu-item-padding ul.menu > li > a,
    .is-sticky #navigation.header-1.menu-item-padding ul.menu > li > a,
    .is-sticky #navigation.header-4.menu-item-padding ul.menu > li > a,
    .is-sticky #navigation.header-7.menu-item-padding ul.menu > li > a,
    .is-sticky #navigation.header-6.menu-item-padding ul.menu > li > a,
    .is-sticky #navigation.header-9.menu-item-padding ul.menu > li > a {
        height: 58px;
    }
    .is-sticky #navigation.header-10.penci-logo-overflow #logo,
    .is-sticky #navigation.header-11.penci-logo-overflow #logo {
        height: 58px !important;
    }
    .is-sticky #navigation.header-10 #logo img,
    .is-sticky #navigation.header-11 #logo img {
        max-height: 58px;
    }
    .is-sticky #navigation.header-11 .menu > li > a,
    .is-sticky #navigation.header-11 ul.menu > li > a,
    .is-sticky #navigation.header-10 .menu > li > a,
    .is-sticky #navigation.header-10 ul.menu > li > a {
        line-height: 58px;
    }
    #navigation.header-10.menu-item-padding,
    #navigation.header-11.menu-item-padding,
    #navigation.header-6.menu-item-padding,
    #navigation.header-9.menu-item-padding,
    #navigation.header-10.menu-item-padding ul.menu > li > a,
    #navigation.header-11.menu-item-padding ul.menu > li > a,
    #navigation.header-6.menu-item-padding ul.menu > li > a,
    #navigation.header-9.menu-item-padding ul.menu > li > a {
        height: 81px;
    }
    #navigation.header-2.menu-item-padding ul.menu > li > a,
    #navigation.header-3.menu-item-padding ul.menu > li > a,
    #navigation.header-5.menu-item-padding ul.menu > li > a,
    #navigation.header-8.menu-item-padding ul.menu > li > a {
        height: 60px;
        margin-top: -1px;
    }
    .is-sticky #navigation.header-2.menu-item-padding ul.menu > li > a,
    .is-sticky #navigation.header-3.menu-item-padding ul.menu > li > a,
    .is-sticky #navigation.header-5.menu-item-padding ul.menu > li > a,
    .is-sticky #navigation.header-8.menu-item-padding ul.menu > li > a {
        height: 58px;
        margin-top: 0;
    }
    #navigation.header-1.menu-item-padding,
    #navigation.header-4.menu-item-padding,
    #navigation.header-6.menu-item-padding,
    #navigation.header-7.menu-item-padding,
    #navigation.header-9.menu-item-padding {
        border-top: none !important;
    }
    .is-sticky #navigation.menu-item-padding,
    .is-sticky #navigation.menu-item-padding {
        height: 58px;
        border: none !important;
    }
    #navigation-sticky-wrapper:not(.is-sticky) .menu .sub-menu,
    #navigation-sticky-wrapper:not(.is-sticky) .menu .children {
        margin-top: -1px;
    }
}
@-moz-document url-prefix() {
    #navigation.menu-style-2 ul.menu > li.megamenu > ul.sub-menu:before {
        top: 0;
    }
}
/* = Mobile navigation
-----------------------------------------------------*/
.penci-menu-hbg,
#sidebar-nav {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 99997;
    width: 270px;
    overflow-y: auto;
    padding: 30px 20px 20px;
    background: #ffffff;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
}
.penci-menu-hbg.penci-vernav-show {
    z-index: 100;
}
@media only screen and (min-width: 961px) {
    #sidebar-nav {
        display: none;
    }
}
#sidebar-nav #logo {
    display: none !important;
}
#sidebar-nav #logo + ul {
    border-top: 1px solid #DEDEDE;
}
.penci-menu-hbg {
    width: 330px;
    transform: translateX(-330px);
    -webkit-transform: translateX(-330px);
    -moz-transform: translateX(-330px);
}
.admin-bar .penci-menu-hbg {
    padding-top: 62px;
}
.open-sidebar-nav #sidebar-nav {
    left: 270px;
}
.penci-menuhbg-open .penci-menu-hbg.penci-menu-hbg-left {
    left: 330px;
}
.penci-menu-hbg::-webkit-scrollbar {
    width: 0;
}
#sidebar-nav::-webkit-scrollbar {
    width: 6px;
    background: #848484;
}
#sidebar-nav::-webkit-scrollbar-thumb {
    background-color: #313131;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
#sidebar-nav::-webkit-scrollbar-corner {
    background-color: #DEDEDE;
}
#sidebar-nav-logo {
    padding: 0 20px 20px;
    text-align: center;
    margin: 0 0 15px 0;
    position: relative;
}
#sidebar-nav-logo:before {
    content: "";
    width: 60px;
    height: 1px;
    background: var(--pcaccent-cl);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.header-social.sidebar-nav-social {
    margin: 0 0 43px 0;
    padding: 0 10px;
}
.header-social.sidebar-nav-social .inner-header-social:before,
.header-social.sidebar-nav-social .inner-header-social:after {
    content: none;
}
.header-social.sidebar-nav-social a i {
    color: #313131;
}
.penci-menu-hbg .header-social.sidebar-nav-social a i {
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header-social.sidebar-nav-social a i:hover {
    color: var(--pcaccent-cl);
}
.penci-menu-hbg .header-social.penci-hbg-social-style-2 a,
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a {
    margin: 0 3px 6px;
}
.penci-menu-hbg .header-social.penci-hbg-social-style-2 a i,
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a i {
    width: 36px;
    height: 36px;
    line-height: 34px;
    background: none;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0;
    display: inline-block;
    text-align: center;
}
.penci-menu-hbg .header-social.penci-hbg-social-style-2 a:hover i {
    background: var(--pcaccent-cl);
    border-color: var(--pcaccent-cl);
    color: #fff;
}
.penci-menu-hbg .header-social.penci-hbg-social-style-2.hgb-social-style-3 a i,
.penci-menu-hbg .header-social.penci-hbg-social-style-4.hgb-social-style-5 a i {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a i,
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a:hover i,
.penci-social-colored ul.footer-socials li a i {
    color: #fff !important;
    border: none !important;
    line-height: 36px;
}
.penci-menu-hbg .header-social.penci-hbg-social-style-4 a:hover i,
.penci-social-colored ul.footer-socials li a:hover i {
    opacity: 0.85;
}
.penci-menu-hbg .menu,
#sidebar-nav .menu {
    margin: 0;
    list-style: none;
}
.penci-menu-hbg .menu li,
#sidebar-nav .menu li {
    display: block;
    border-bottom: 1px solid #DEDEDE;
    padding: 0;
    margin-bottom: 0;
}
.penci-menu-hbg .menu li.penci-mega-menu .sub-menu a:empty {
    padding: 0;
    display: none;
}
.penci-menu-hbg .menu li.penci-mega-menu .sub-menu a:blank {
    padding: 0;
    display: none;
}
.penci-menu-hbg .menu li.penci-mega-menu .sub-menu .penci-megamenu a:not(.mega-cat-child) {
    padding: 0;
    display: none;
}
.penci-menu-hbg .menu > li:last-child,
.penci-menu-hbg .menu ul > li:last-child,
#sidebar-nav .menu > li:last-child,
#sidebar-nav .menu ul > li:last-child {
    border-bottom: none;
}
.penci-menu-hbg .menu li a,
#sidebar-nav .menu li a {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #313131;
    margin: 0;
    position: relative;
    padding: 13px 0 13px 0;
    display: block;
    line-height: 1.3em;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
}
.penci-menu-hbg .menu li a {
    text-decoration: none;
}
.penci-menu-hbg .menu li.menu-item-has-children a,
#sidebar-nav .menu li.menu-item-has-children a {
    padding-right: 17px;
}
.penci-menu-hbg .menu li a:hover,
#sidebar-nav .menu li a:hover {
    color: var(--pcaccent-cl);
}
.penci-menu-hbg .menu li a > i,
#sidebar-nav .menu li a > i {
    display: inline-block;
    margin-right: 5px;
}
.penci-menu-hbg ul.sub-menu,
#sidebar-nav ul.sub-menu {
    border-top: 1px solid #DEDEDE;
    display: none;
    padding: 10px 0 10px 12px;
}
.penci-menu-hbg ul.sub-menu {
    margin: 0;
}
.penci-menu-hbg ul.sub-menu ul.sub-menu,
#sidebar-nav ul.sub-menu ul.sub-menu {
    border: none;
    padding: 5px 0 5px 12px;
}
.penci-menu-hbg ul.sub-menu ul.sub-menu,
#sidebar-nav ul.sub-menu ul.sub-menu {
    padding-right: 0;
}
.penci-menu-hbg ul.sub-menu li,
#sidebar-nav ul.sub-menu li {
    overflow: hidden;
    border: none;
}
.penci-menu-hbg ul.sub-menu li a,
#sidebar-nav ul.sub-menu li a {
    margin: 0 0 0 0;
    padding: 10px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.penci-menu-hbg .menu li a .indicator,
#sidebar-nav .menu li a .indicator {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 20;
    font-size: 17px;
    font-style: normal;
    text-align: right;
    padding: 11px 0 11px 5px;
    line-height: 1;
    color: inherit !important;
    opacity: 0.85;
}
.menu li a .indicator .fa-angle-up:before {
    content: "\f106";
}
.penci-menu-hbg .menu .sub-menu li a .indicator,
#sidebar-nav .menu .sub-menu li a .indicator {
    padding: 8px 0 8px 5px;
}
.penci-menu-hbg .menu li a .indicator:hover,
.penci-menu-hbg .menu .sub-menu li a .indicator:hover
#sidebar-nav .menu li a .indicator:hover,
#sidebar-nav .menu .sub-menu li a .indicator:hover {
    color: var(--pcaccent-cl);
}
.penci-menu-hbg ul.menu > li.megamenu > ul.sub-menu > li > ul.sub-menu,
#sidebar-nav ul.menu > li.megamenu > ul.sub-menu > li > ul.sub-menu {
    display: block;
    padding: 0;
}
.penci-menu-hbg ul.menu > li.megamenu > ul.sub-menu > li > a,
#sidebar-nav ul.menu > li.megamenu > ul.sub-menu > li > a {
    display: none;
}
.fa-angle-double-up:before {
    content: "\f102";
}
.penci-menu-hbg-overlay,
#close-sidebar-nav {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    text-decoration: none;
    top: 0;
    left: 0;
    font-size: 1.4em;
    color: #313131;
    padding: 10px;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    right: 0;
    z-index: 99996;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.penci-menuhbg-open .penci-menu-hbg-overlay {
    left: 0;
    opacity: 1;
    visibility: visible;
}
.open-sidebar-nav #close-sidebar-nav {
    left: 270px;
    opacity: 1;
    visibility: visible;
}
#close-sidebar-nav i {
    display: none;
    width: 24px;
    height: 24px;
    background-color: #fff;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    font-size: 14px;
}
/* = Search
-----------------------------------------------------*/
.wrap-social-search {
    display: inline-block;
    vertical-align: top;
}
.pcheader-icon {
    float: right;
    width: 20px;
    text-align: center;
}
.pcheader-icon > a {
    height: 58px;
    font-size: 14px;
    line-height: 58px;
    color: #313131;
    cursor: pointer;
    background: none;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body:not(.penci-fawesome-ver5) .shoping-cart-icon > a i.fas.fa-shopping-cart {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#navigation.header-6 .pcheader-icon.shoping-cart-icon > a > span {
    top: 23px;
}
.is-sticky #navigation.header-6 .pcheader-icon.shoping-cart-icon > a > span {
    top: 12px;
}
.pcheader-icon .fa-shopping-bag:before {
    content: "\f07a";
    font-family: FontAwesome;
}
.penci-fawesome-ver5 .pcheader-icon .fa-shopping-bag:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.show-search {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 58px;
    background: #fff;
    text-align: left;
    z-index: 200;
    display: none;
}
.show-search form.pc-searchform input.search-input {
    padding: 15px 35px 15px 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    color: #313131;
    height: 58px;
    line-height: 28px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 13px;
}
.show-search form.pc-searchform i {
    display: none;
}
.header-search-style-overlay .show-search form.pc-searchform i {
    display: block;
    font-size: 24px;
}
.show-search a.close-search {
    position: absolute;
    width: 20px;
    height: 60px;
    display: inline-block;
    right: 0;
    top: 0;
    z-index: 5;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    cursor: pointer;
    color: #313131;
}
.show-search a.close-search i {
    font-size: 70%;
}
form.pc-searchform .searchsubmit {
    display: none;
}
.penci-header-trans .show-search form.pc-searchform input.search-input {
    padding-left: 15px;
}
.penci-header-trans .show-search a.close-search {
    right: 15px;
}
.header-search-style-showup .penci-top-search {
    position: relative;
}
.header-search-style-showup .show-search {
    left: auto;
    right: 0;
    width: 300px;
    top: 100%;
    padding: 20px;
    border-top: 4px solid var(--pcaccent-cl);
    height: auto !important;
    visibility: hidden;
    display: block;
    -webkit-transition: all 0.27s ease-in-out;
    -moz-transition: all 0.27s ease-in-out;
    -o-transition: all 0.27s ease-in-out;
    transition: all 0.27s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    box-shadow: 0 3px 3px rgba(190, 190, 190, 0.6);
    -webkit-box-shadow: 0 3px 3px rgba(190, 190, 190, 0.6);
    -moz-box-shadow: 0 3px 3px rgba(190, 190, 190, 0.6);
}
.header-search-style-showup .show-search,
.header-search-style-showup .sticky-wrapper:not(.is-sticky) .show-search,
.header-search-style-showup .sticky-wrapper.is-sticky .show-search,
.header-search-style-showup .sticky-wrapper:not( .is-sticky ) #navigation .show-search {
    height: auto !important;
}
.header-search-style-showup .show-search.active {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible;
}
.header-search-style-showup .show-search:before {
    visibility: hidden;
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    right: 5px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-color: transparent transparent var(--pcaccent-cl) transparent;
    border-bottom-color: var(--pcaccent-cl);
}
.header-search-style-showup .show-search.active:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.header-search-style-showup .sticky-wrapper:not(.is-sticky) .show-search form.pc-searchform input.search-input,
.header-search-style-showup .sticky-wrapper.is-sticky .show-search form.pc-searchform input.search-input,
.header-search-style-showup .show-search form.pc-searchform input.search-input {
    border: 1px solid var(--pcborder-cl);
    border-right: 0;
    height: 40px !important;
    padding: 5px 12px !important;
    position: relative;
}
.header-search-style-showup .show-search a.close-search {
    display: none;
}
.header-search-style-showup .show-search form.pc-searchform .searchsubmit {
    display: block;
    border: 0;
    padding: 0 16px;
    font-size: 13px;
    font-weight: var(--pchead-wei);
    font-family: var(--pchead-font);
    background-color: var(--pcaccent-cl);
    color: white;
    text-transform: uppercase;
    transition: all 0.3s;
    cursor: pointer;
    white-space: nowrap;
}
.widget.widget_search form.pc-searchform .searchsubmit {
    display: none;
}
.header-search-style-showup .show-search .pc-searchform-inner {
    display: flex;
}
.header-search-style-showup .search-results-wrapper .penci-dropdown-results {
    left: -20px;
    width: calc(100% + 40px);
}
.header-search-style-showup .penci-builder-element .search-results-wrapper .penci-dropdown-results {
    left: 0;
    width: 100%;
}
/* = Main Navigation
-----------------------------------------------------*/
.main-nav-social {
    display: inline-block;
    text-align: left;
    margin: 0 13px 0 0;
    float: right;
    line-height: 58px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#navigation.header-4 .main-nav-social,
#navigation.header-5 .main-nav-social {
    float: none;
    vertical-align: top;
    margin: 0 0 0 30px;
}
.main-nav-social .inner-header-social {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.main-nav-social a {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #313131;
    font-size: 14px;
}
.main-nav-social a:last-child {
    margin-right: 0;
}
.main-nav-social a:hover {
    color: var(--pcaccent-cl);
}
#navigation.header-6 .main-nav-social {
    line-height: 80px;
    margin: 0 0 0 30px;
}
.main-nav-social a i, .pcheader-icon a i, .button-menu-mobile i {
    line-height: inherit;
    vertical-align: top;
}
.is-sticky #navigation.header-6 .main-nav-social {
    line-height: 58px;
}
@media only screen and (min-width: 961px) {
    #navigation.header-9 .main-nav-social,
    #navigation.header-10 .main-nav-social,
    #navigation.header-11 .main-nav-social {
        line-height: 80px;
    }
    .is-sticky #navigation.header-9 .main-nav-social,
    .is-sticky #navigation.header-10 .main-nav-social,
    .is-sticky #navigation.header-11 .main-nav-social {
        line-height: 58px;
    }
}
#navigation.header-4 .penci-menuhbg-toggle,
#navigation.header-5 .penci-menuhbg-toggle,
#navigation.header-6 .penci-menuhbg-toggle,
#navigation.header-4 .top-search-classes,
#navigation.header-5 .top-search-classes,
#navigation.header-6 .top-search-classes,
#navigation.header-4 .pcheader-icon,
#navigation.header-5 .pcheader-icon,
#navigation.header-6 .pcheader-icon {
    margin-left: 15px;
}
/* = Header
-----------------------------------------------------*/
#header {
    margin-bottom: var(--pchd-mg);
    position: relative;
}
.page-template-page-fullwidth #header,
.elementor-template-full-width #header,
.page-template-page-fullwidth .penci-page-header-wrap,
.elementor-template-full-width .penci-page-header-wrap,
.single.elementor-template-full-width .post {
    margin-bottom: 0;
}
.page-template-page-fullwidth .clear-footer,
.elementor-template-full-width .clear-footer {
    height: 0;
    margin-bottom: 0;
}
.header-header-1.has-bottom-line,
.header-header-4.has-bottom-line,
.header-header-7.has-bottom-line {
    border-bottom: 1px solid #ECECEC;
}
.header-header-1.has-bottom-line.penci-vernav-hide-innerhead,
.header-header-4.has-bottom-line.penci-vernav-hide-innerhead,
.header-header-7.has-bottom-line.penci-vernav-hide-innerhead {
    border-bottom: none;
}
#header .inner-header {
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
}
.penci-header-trans #header .inner-header {
    background: none !important;
}
#header .inner-header .container {
    padding: 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.header-style-header-3 #header .inner-header .container {
    display: table;
}
@media only screen and (max-width: 767px) {
    .header-style-header-3 #header .inner-header .container {
        display: block;
    }
}
#logo {
    text-align: center;
}
.container.align-left-logo #logo {
    text-align: left;
}
.container.has-banner #logo {
    display: table-cell;
    vertical-align: middle;
    width: 400px;
}
.container.has-banner .header-banner {
    display: table-cell;
    vertical-align: middle;
    width: 770px;
    text-align: right;
}
/* = Header social & slogan text
-----------------------------------------------------*/
.header-slogan {
    margin: 17px 0 0 0;
    text-align: center;
    line-height: 1;
}
.header-slogan .header-slogan-text {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    font-style: italic;
    color: #313131;
    display: inline-block;
    position: relative;
    font-family: var(--pcbody-font);
    padding: 0 15px;
    vertical-align: top;
}
.header-slogan .header-slogan-text:before,
.header-slogan .header-slogan-text:after {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    display: block;
    width: 60px;
    background: var(--pcborder-cl);
    left: 100%;
}
.header-slogan .header-slogan-text:before {
    left: auto;
    right: 100%;
}
.header-social {
    display: block;
    text-align: center;
    margin: 20px 0 0;
}
.header-social .inner-header-social {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.header-social a {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-right: 13px;
}
.header-social a:last-child {
    margin-right: 0;
}
.header-social a i {
    font-size: 14px;
    color: #313131;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    vertical-align: top;
}
.header-social a:hover i {
    color: var(--pcaccent-cl);
}
/* = Featured Slider
-----------------------------------------------------*/
.featured-area {
    margin-top: calc(var(--pchd-mg) * -1 + 4px);
    margin-bottom: var(--pchd-mg);
    position: relative;
}
.penci-block-el.featured-area,
.penci-block-vc.featured-area {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.featured-area:before,
.featured-area:after {
    content: '';
    display: table;
    clear: both;
}
.featured-area.featured-style-2,
.featured-area.featured-style-6 {
    margin-top: calc(var(--pchd-mg) * -1 + 10px);
}
.penci-vernav-enable #header + .featured-area {
    margin-top: calc(var(--pchd-mg) * -1);
}

.penci-vernav-enable #header + .featured-area.featured-style-18,
.penci-vernav-enable #header + .featured-area.featured-style-35.style-36 {
    margin-top: calc(30px - var(--pchd-mg));
}
.penci-vernav-enable #header + .penci-header-signup-form {
    margin-top: calc(var(--pchd-mg) * -1);
}
.single.penci-vernav-enable.penci-body-single-style-10.penci-show-pthumb:not(.single-portfolio) #header + .penci-header-signup-form,
.single.penci-vernav-enable.penci-body-single-style-9.penci-body-title-bellow.penci-show-pthumb:not(.single-portfolio) #header + .penci-header-signup-form,
.single.penci-vernav-enable.penci-body-single-style-7.penci-body-title-bellow.penci-show-pthumb:not(.single-portfolio) #header + .penci-header-signup-form,
.single.penci-vernav-enable.penci-body-single-style-4.penci-body-title-bellow.penci-show-pthumb:not(.single-portfolio) #header + .penci-header-signup-form,
.single.penci-vernav-enable.penci-body-single-style-5.penci-show-pthumb:not(.single-portfolio) #header + .penci-header-signup-form {
    margin-top: 0;
}
.featured-area.featured-video {
    background: #fafafa url('images/loading.gif') no-repeat center center;
}
.wrapper-boxed.penci-page-hide-header .featured-area {
    margin-top: 0;
}
/* Carousel Buttons */
.penci-owl-carousel .owl-item .penci-lazy,
.penci-owl-carousel .owl-item .owl-lazy {
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none
}
.penci-slick-carousel .slick-arrow,
.penci-owl-carousel .owl-nav .owl-prev,
.penci-owl-carousel .owl-nav .owl-next {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    color: #010101;
    font-size: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -18px;
    left: 20px;
    line-height: 34px;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border: none;
}
.penci-slick-carousel .slick-arrow {
    padding: 0;
}
.penci-slick-carousel .slick-arrow i,
.penci-owl-carousel .owl-nav .owl-prev i[class^="penciicon-"],
.penci-owl-carousel .owl-nav .owl-prev i[class*=" penciicon-"],
.penci-owl-carousel .owl-nav .owl-next i[class^="penciicon-"],
.penci-owl-carousel .owl-nav .owl-next i[class*=" penciicon-"] {
    font-weight: bold !important;
    vertical-align: top;
}
.penci-slick-carousel .slick-arrow i,
.penci-owl-carousel .owl-nav .owl-prev i,
.penci-owl-carousel .owl-nav .owl-next i {
    line-height: inherit;
}
.penci-nav-visible .owl-nav .owl-prev,
.penci-nav-visible .owl-nav .owl-next {
    opacity: 0.5;
}
.penci-owl-carousel .owl-nav.disabled {
    display: none;
}
.penci-owl-carousel .owl-nav.disabled .owl-prev,
.penci-owl-carousel .owl-nav.disabled .owl-next {
    display: none !important;
}
.penci-slick-carousel .slick-next,
.penci-owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 20px;
}
.penci-slick-carousel .slick-arrow,
.penci-owl-carousel:hover .owl-nav .owl-prev,
.penci-owl-carousel:hover .owl-nav .owl-next {
    opacity: 0.8;
}
.penci-slick-carousel .slick-next:hover,
.penci-owl-carousel .owl-nav .owl-prev:hover,
.penci-owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
}
.penci-custom-slides .penci-owl-carousel .owl-dots,
.penci-owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    z-index: 10;
    width: 100%;
    text-align: center;
    left: 0;
}
.penci-owl-carousel .owl-dots.disabled {
    display: none !important;
}
.penci-custom-slides .penci-owl-carousel .owl-dot,
.penci-owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
    background: none;
    border: none;
}
.penci-owl-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    vertical-align: top;
}
.penci-owl-carousel .owl-dot.active span {
    background: #fff;
}
.penci-enSticky .penci-sticky-ct.elementor-column,
.penci-enSticky .penci-sticky-sb.elementor-column {
    display: block !important;
}
/*= Featured content
-----------------------------------------------------*/
.penci-featured-content {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 25px;
}
.penci-featured-content .feat-text {
    max-width: 480px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 23px 10px 21px;
    position: relative;
    text-align: center;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    animation-delay: var(--pcfs-delay);
    -webkit-animation-delay: var(--pcfs-delay);
    opacity: 0;
}
.penci-owl-carousel.owl-loaded .active .penci-featured-content .feat-text {
    -webkit-animation-name: pencitextslider;
    -moz-animation-name: pencitextslider;
    -o-animation-name: pencitextslider;
    animation-name: pencitextslider;
}
@-webkit-keyframes pencifade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes pencifade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes pencifade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes pencifade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes pencitextslider {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-moz-keyframes pencitextslider {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-o-keyframes pencitextslider {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes pencitextslider {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-webkit-keyframes pencitextslide {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-moz-keyframes pencitextslide {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@-o-keyframes pencitextslide {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes pencitextslide {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.penci-featured-content .featured-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    opacity: 0.7;
}
.penci-featured-content .feat-text .featured-cat {
    z-index: 3;
    position: relative;
    margin-bottom: 5px;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
.penci-featured-content .feat-text .featured-cat a {
    color: #fff;
    text-decoration: none !important;
}
.penci-featured-content .feat-text h3 {
    z-index: 3;
    position: relative;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
.penci-featured-content .feat-text h3 a {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
}
.penci-featured-content .feat-text .feat-meta {
    z-index: 3;
    position: relative;
    margin-top: 6px;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
.penci-featured-content .feat-text > *:nth-child(1) {
    animation-delay: var(--pcfs-delay);
}
.penci-mag-featured-content .feat-text > *:nth-child(1),
.penci-featured-content .feat-text > *:nth-child(2) {
    animation-delay: calc(var(--pcfs-delay) + 0.2s);
}
.penci-mag-featured-content .feat-text > *:nth-child(2),
.penci-featured-content .feat-text > *:nth-child(3) {
    animation-delay: calc(var(--pcfs-delay) + 0.4s);
}
.penci-mag-featured-content .feat-text > *:nth-child(3),
.penci-featured-content .feat-text > *:nth-child(4) {
    animation-delay: calc(var(--pcfs-delay) + 0.6s);
}
.penci-featured-content .feat-text .feat-meta span {
    color: #fff;
    font-size: 13px;
}
.feat-meta span > time,
span.side-item-meta > time,
span.date > time {
    font-size: inherit;
    color: inherit;
    text-decoration: inherit;
    font-weight: inherit;
    background: none;
    font-style: inherit;
    font-family: inherit;
}
.penci-featured-content .feat-text .feat-meta span a {
    color: #fff;
    font-size: inherit;
    text-decoration: none !important;
}
.penci-featured-content .feat-text .feat-meta > span:after {
    content: "";
    display: inline-block;
    margin: 0 8px 0 12px;
    width: 0;
    height: 10px;
    border-left: 1px solid;
    opacity: 0.35;
    color: inherit;
}
.penci-featured-content .feat-text .feat-meta > span:last-of-type:after {
    content: none;
    display: none;
}
.penci-owl-carousel.owl-loaded .active .feat-text .featured-cat,
.penci-owl-carousel.owl-loaded .active .feat-text h3,
.penci-owl-carousel.owl-loaded .active .feat-text .feat-meta {
    -webkit-animation-name: pencitextslide;
    -moz-animation-name: pencitextslide;
    -o-animation-name: pencitextslide;
    animation-name: pencitextslide;
}

/* Style 6 */
.featured-style-6 .penci-image-holder:before,
.featured-style-37 .penci-image-holder:before {
    padding-top: 64%;
}
.featured-area .wrapper-item-classess {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.penci-item-mag {
    position: relative;
}
.featured-style-6 .wrapper-item .penci-item-mag,
.featured-style-37 .penci-featured-items-left,
.featured-style-37 .penci-featured-items-right {
    float: left;
    display: inline-block;
    width: 32.6%;
    position: relative;
}
.featured-style-6 .wrapper-item .penci-item-1,
.featured-style-37 .penci-featured-items-left {
    width: 67.4%;
    border-right: 10px solid transparent;
}
.featured-style-6 .wrapper-item .penci-item-2 {
    border-bottom: 5px solid transparent;
}
.featured-style-6 .wrapper-item .penci-item-0 {
    border-top: 5px solid transparent;
}
.penci-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.penci-slide-overlay .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
    background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
    background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
    background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s;
    opacity: 0.7;
}
.penci-item-mag:hover .penci-slide-overlay .overlay-link {
    opacity: 0.9;
}
.penci-slide-overlay .penci-mag-featured-content {
    position: absolute;
    bottom: 16px;
    left: 20px;
    padding-right: 20px;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    width: calc(100% - 20px);
}
.featured-area .active .penci-mag-featured-content,
.featured-style-7 .penci-mag-featured-content,
.featured-style-8 .penci-mag-featured-content {
    opacity: 1;
}
.penci-mag-featured-content h3 {
    line-height: 1.3;
}
.penci-mag-featured-content h3 a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}
.penci-mag-featured-content h3 a:hover {
    text-decoration: none;
}
.featured-style-37 .penci-item-1 .penci-mag-featured-content h3 a,
.featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a {
    font-size: 24px;
}
.penci-mag-featured-content .cat > a.penci-cat-name {
    color: #fff;
}
.penci-mag-featured-content .cat {
    margin-bottom: 2px;
}
.penci-mag-featured-content .feat-meta > span:after {
    content: "";
    display: inline-block;
    margin: 0 8px 0 12px;
    width: 0;
    height: 8px;
    border-left: 1px solid;
    opacity: 0.5;
}
.penci-mag-featured-content .feat-meta {
    margin-top: 6px;
}
.penci-mag-featured-content .feat-meta > span:last-child:after {
    content: none;
}
.penci-mag-featured-content .feat-meta span,
.penci-mag-featured-content .feat-meta a {
    color: #fff;
    font-size: 13px;
}
/* Style 18 */
.featured-style-18 .wrapper-item .penci-slider17-mag-item {
    float: left;
    display: inline-block;
    width: 25%;
    position: relative;
}
.featured-style-18 .wrapper-item .penci-slide17-item-2 {
    width: 50%;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.featured-style-18 .penci-image-holder:before {
    padding: 0;
    height: 198px;
}
.featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
    height: 400px;
}
.featured-style-18 .wrapper-item .penci-item-1,
.featured-style-18 .wrapper-item .penci-item-4 {
    margin-bottom: 4px;
}
.featured-style-18 .penci-item-3 .penci-mag-featured-content {
    text-align: center;
}
.featured-style-18 .penci-mag-featured-content h3 a {
    font-size: 14px;
}
.featured-style-18 .penci-item-3 .penci-mag-featured-content h3 a {
    font-size: 20px;
}
/* = Penci Image Holder
-----------------------------------------------------*/
.penci-image-holder {
    position: relative;
    width: 100%;
    background: #f5f5f5;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
}
.penci-image-holder:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.6667%;
    background: none !important;
    box-shadow: none !important;
}
.penci-image-holder.penci-list-nocrop-thumb:before {
    content: none;
    padding-top: 0;
}
.penci-image-holder:not([style*='background-image']),
.penci-lazy[src*="penci-holder"],
.penci-lazy[src*="20xmlns='http://www.w3.org/2000/svg'"],
.owl-lazy[src*="20xmlns='http://www.w3.org/2000/svg'"],
.penci-holder-load:not([style*='background-image']),
.penci-lazy:not(.lazyloaded) {
    background-image: linear-gradient(to left, #f5f5f5 0%, #efefef 15%, #f5f5f5 40%, #f5f5f5 100%);
    background-repeat: no-repeat !important;
    background-color: #f5f5f5;
    background-size: 900px 1700px !important;
    animation: pencipreload 0.6s infinite linear forwards;
    -webkit-animation: pencipreload 0.6s infinite linear forwards;
}
.penci-lazy[src*="penci-holder"] {
    width: 100%;
    height: auto;
}
.holder-square.penci-lazy[src*="penci-holder"] {
    height: 0;
    padding-bottom: 100%;
}
.about-widget img.penci-lazy[src*="penci-holder"] {
    opacity: 0;
}
@-webkit-keyframes pencipreload {
    from {
        background-position: -800px 0;
    }
    to {
        background-position: 100px 0;
    }
}
@keyframes pencipreload {
    from {
        background-position: -800px 0;
    }
    to {
        background-position: 100px 0;
    }
}
.penci-image-holder.small-fix-size {
    width: 120px;
}
.penci-image-holder.square-fix-size:before {
    padding-top: 100%;
}
.penci-image-holder.rectangle-fix-size:before {
    padding-top: 128%;
}
.penci-image-holder.slider-style-1-fix {
    height: 600px;
}
.penci-image-holder.slider-style-2-fix {
    width: 900px;
}
.penci-image-holder.slider-style-2-fix:before {
    padding-top: 56.7%;
}
.penci-image-holder.slider-style-7-fix:before {
    padding-top: 56.6667%;
}
.penci-image-holder.slider-style-3-fix {
    height: 560px;
}
.penci-flat-overlay .penci-slide-overlay .overlay-link {
    background: none !important;
    opacity: 0 !important;
}
.penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 17px 20px;
    width: 100%;
}
.penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    opacity: 0.5;
    content: '';
    z-index: 1;
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s;
}
.penci-flat-overlay .penci-item-mag:hover .penci-slide-overlay .penci-mag-featured-content:before {
    opacity: 0.7;
}
.penci-flat-overlay .feat-text,
.penci-flat-overlay .penci-mag-featured-content .cat {
    position: relative;
    z-index: 5;
}
/* = CLS for Slider
-----------------------------------------------------*/
.penci-owl-carousel:not(.owl-loaded) {
    display: block;
}
.penci-owl-carousel:not(.owl-loaded) > div,
.penci-owl-carousel:not(.owl-loaded) > img,
.penci-owl-carousel:not(.owl-loaded) > figure,
.penci-owl-carousel:not(.owl-loaded) .penci-featured-content-right {
    display: none;
}
.penci-owl-carousel:not(.owl-loaded) > div:first-child,
.penci-owl-carousel:not(.owl-loaded) > figure:first-child,
.penci-owl-carousel:not(.owl-loaded) > img:first-child {
    display: block;
}
.penci-owl-carousel:not(.owl-loaded) .penci-featured-content {
    display: none;
}
.penci-owl-carousel:not(.owl-loaded):before,
.penci-owl-carousel:not(.owl-loaded):after {
    content: '';
    clear: both;
    display: table;
}
.penci-owl-carousel.penci-headline-posts:not(.owl-loaded):before,
.penci-owl-carousel.penci-headline-posts:not(.owl-loaded):after {
    content: none;
    clear: none;
    display: none;
}
@media only screen and (min-width: 1170px) {
    .penci-owl-carousel:not(.owl-loaded)[data-item="6"] > div {
        width: 16.666666%;
        float: left;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-item="5"] > div {
        width: 20%;
        float: left;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-item="4"] > div {
        width: 25%;
        float: left;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-item="3"] > div {
        width: 33.3333%;
        float: left;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-item="2"] > div {
        width: 50%;
        float: left;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-item="6"] > div:nth-child(2),
    .penci-owl-carousel:not(.owl-loaded)[data-item="6"] > div:nth-child(3),
    .penci-owl-carousel:not(.owl-loaded)[data-item="6"] > div:nth-child(4),
    .penci-owl-carousel:not(.owl-loaded)[data-item="6"] > div:nth-child(5),
    .penci-owl-carousel:not(.owl-loaded)[data-item="6"] > div:nth-child(6),
    .penci-owl-carousel:not(.owl-loaded)[data-item="5"] > div:nth-child(2),
    .penci-owl-carousel:not(.owl-loaded)[data-item="5"] > div:nth-child(3),
    .penci-owl-carousel:not(.owl-loaded)[data-item="5"] > div:nth-child(4),
    .penci-owl-carousel:not(.owl-loaded)[data-item="5"] > div:nth-child(5),
    .penci-owl-carousel:not(.owl-loaded)[data-item="4"] > div:nth-child(2),
    .penci-owl-carousel:not(.owl-loaded)[data-item="4"] > div:nth-child(3),
    .penci-owl-carousel:not(.owl-loaded)[data-item="4"] > div:nth-child(4),
    .penci-owl-carousel:not(.owl-loaded)[data-item="3"] > div:nth-child(2),
    .penci-owl-carousel:not(.owl-loaded)[data-item="3"] > div:nth-child(3),
    .penci-owl-carousel:not(.owl-loaded)[data-item="2"] > div:nth-child(2) {
        display: block;
    }
}
@media only screen and (max-width: 1169px) and (min-width: 768px) {
    .penci-owl-carousel:not(.owl-loaded)[data-tablet="4"] > div {
        width: 25%;
        float: left;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-tablet="4"] > div:nth-child(2),
    .penci-owl-carousel:not(.owl-loaded)[data-tablet="4"] > div:nth-child(3),
    .penci-owl-carousel:not(.owl-loaded)[data-tablet="4"] > div:nth-child(4) {
        display: block;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-tablet="3"] > div {
        width: 33.3333%;
        float: left;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-tablet="3"] > div:nth-child(2),
    .penci-owl-carousel:not(.owl-loaded)[data-tablet="3"] > div:nth-child(3) {
        display: block;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-tablet="2"] > div {
        width: 50%;
        float: left;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-tablet="2"] > div:nth-child(2) {
        display: block;
    }
}
@media only screen and (max-width: 767px) and (min-width: 481px) {
    .penci-owl-carousel:not(.owl-loaded)[data-tabsmall="4"] > div {
        width: 25%;
        float: left;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-tabsmall="4"] > div:nth-child(2),
    .penci-owl-carousel:not(.owl-loaded)[data-tabsmall="4"] > div:nth-child(3),
    .penci-owl-carousel:not(.owl-loaded)[data-tabsmall="4"] > div:nth-child(4) {
        display: block;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-tabsmall="3"] > div {
        width: 33.3333%;
        float: left;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-tabsmall="3"] > div:nth-child(2),
    .penci-owl-carousel:not(.owl-loaded)[data-tabsmall="3"] > div:nth-child(3) {
        display: block;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-tabsmall="2"] > div {
        width: 50%;
        float: left;
    }
    .penci-owl-carousel:not(.owl-loaded)[data-tabsmall="2"] > div:nth-child(2) {
        display: block;
    }
}
/* Navigation */
/* = Navigation
-----------------------------------------------------*/
.navigation {
    background: #fff;
    height: 60px;
    z-index: 9999;
    width: 100%;
    -webkit-backface-visibility: hidden;
    border-bottom: 1px solid #ECECEC;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.navigation.mobile-menu {
    background-color: transparent;
    height: unset;
}
.wrapper-boxed.enable-boxed .navigation {
    transition: height 0.3s, box-shadow 0.3s;
    -webkit-transition: height 0.3s, box-shadow 0.3s;
    -moz-transition: height 0.3s, box-shadow 0.3s;
}
.navigation.sticky-active {
    z-index: 99999;
}
.navigation.header-layout-bottom {
    box-shadow: 0px 0px 0px transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: 0px 0px 0px transparent;
    border-top: 1px solid #ECECEC;
}
.is-sticky .navigation {
    box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    -webkit-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    -moz-box-shadow: 0px 1px 5px rgba(190, 190, 190, 0.46);
    border-color: transparent !important;
}
.wrapper-boxed.enable-boxed .is-sticky .navigation {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    max-width: calc(var(--pcctain) + 60px);
}
.penci-body-boxed.penci-two-sidebar .wrapper-boxed.enable-boxed .is-sticky .navigation {
    max-width: calc(var(--pcctain2) + 30px);
}
.slicknav_menu {
    display: none;
}
.navigation .container {
    position: relative;
    display: table;
    text-align: center;
}
.navigation .container .inner-top-navigation {
    display: inline-block;
    vertical-align: top;
}
.navigation .menu {
    float: left;
}
.navigation ul.menu > li,
.navigation .menu > ul > li {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 30px;
}
.navigation .menu > li:last-child,
.navigation .menu > ul > li:last-child {
    margin-right: 0;
}
.navigation .sub-menu > li > a,
.navigation .menu > li > a {
    font-family: var(--pchead-font);
    font-size: 12px;
    color: #313131;
    text-transform: uppercase;
    display: inline-block;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    position: relative;
    font-weight: var(--pchead-wei);
    text-decoration: none;
}
.navigation .menu > li > a {
    line-height: 58px;
}
.navigation .sub-menu li > a > i,
.navigation .menu > li > a > i {
    font-size: 13px;
    margin-right: 5px;
}
.navigation ul.menu > li > a:before,
.navigation .menu > ul.sub-menu > li > a:before {
    content: "";
    position: absolute;
    bottom: calc(50% - 12px);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    left: 50%;
    height: 2px;
    width: 0;
    background: var(--pcaccent-cl);
}
.navigation ul.menu > li > a:hover:before,
.navigation .menu > ul > li > a:hover:before,
.navigation ul.menu > li:hover > a:before,
.navigation .menu > ul > li:hover > a:before {
    left: 0;
    width: 100%;
}
.navigation .menu li > a:hover,
.navigation .menu li:hover > a,
.navigation .menu li.current-menu-item > a,
.navigation .menu > li.current_page_item > a,
.navigation .menu > li.current-menu-ancestor > a,
.navigation .menu > li.current-menu-item > a {
    color: var(--pcaccent-cl);
}
.navigation ul.menu > li > a > img,
.navigation .menu > ul > li > a > img {
    vertical-align: middle;
}
.navigation .button-menu-mobile {
    display: none;
    float: left;
    text-align: center;
    color: #313131;
    font-size: 21px;
    cursor: pointer;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
}
@media only screen and (max-width: 960px) {
    .penci-hlogo-center .penci-mobile-hlogo {
        float: none;
        margin: 0;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        z-index: 10;
    }
    .penci-mobile-hlogo {
        display: inline-block;
    }
}
.pb-logo-sidebar-mobile {
    text-align: center;
}
/* Primary menu dropdown */
.navigation .menu .sub-menu,
.navigation .menu .children {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    z-index: 9999;
    box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    -webkit-box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    -moz-box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    border-top: 1px solid #ECECEC;
    margin-top: 0;
    background: #fff;
}
.navigation ul.menu ul.sub-menu li a {
    margin: 0 20px;
    padding: 12px 0;
    font-size: 12px;
    min-width: 200px;
    line-height: 1.4;
    -moz-transition: color 0.3s, background-color 0.3s;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    border-bottom: 1px solid #E0E0E0;
    text-align: left;
    border-left: none !important;
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
.navigation ul.menu ul.sub-menu li,
.navigation ul.menu ul ul.sub-menu li {
    padding-right: 0;
    margin-right: 0;
    float: none;
    position: relative;
    width: 100%;
}
.navigation .menu ul.sub-menu > li:last-child > a {
    border-bottom: none;
}
.navigation .menu .sub-menu ul,
.navigation .menu .children ul {
    left: 100%;
    top: 0;
}

/* = Menu Items Padding
-----------------------------------------------------*/
.navigation.menu-item-padding ul.menu > li,
.navigation.menu-item-padding .menu > ul > li {
    margin: 0;
}
.navigation.menu-item-padding ul.menu > li > a,
.navigation.menu-item-padding .menu > ul > li > a {
    padding: 0 15px;
}
.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: #ececec;
}
.navigation.menu-item-padding ul.menu > li > a:before,
.navigation.menu-item-padding .menu > ul > li > a:before {
    content: none;
    display: none;
}
@media only screen and (min-width: 961px) {
    .is-sticky .navigation.menu-item-padding,
    .is-sticky .navigation.menu-item-padding {
        height: 58px;
        border: none !important;
    }
    .navigation-sticky-wrapper:not(.is-sticky) .menu .sub-menu,
    .navigation-sticky-wrapper:not(.is-sticky) .menu .children {
        margin-top: -1px;
    }
}
@-moz-document url-prefix() {
    .navigation.menu-style-2 ul.menu > li.megamenu > ul.sub-menu:before {
        top: 0;
    }
}
/* Logo Title */
.penci-header-image-logo,
.penci-header-text-logo {
    --pchb-logo-title-size: 40px;
    --pchb-logo-title-font: var(--pchead-font);
    --pchb-logo-title-fw: '400';
    --pchb-logo-title-fs: 'normal';
    --pchb-logo-slogan-size: 14px;
    --pchb-logo-slogan-font: 'inherit';
    --pchb-logo-slogan-fw: '400';
    --pchb-logo-slogan-fs: 'normal';
    --pchb-logo-title-color: 'inherit';
    --pchb-logo-slogan-color: var(--pctext-cl);
}
.penci-header-text-logo .site-name {
    font-size: var(--pchb-logo-title-size);
    font-family: var(--pchb-logo-title-font);
    font-weight: var(--pchb-logo-title-fw);
    font-style: var(--pchb-logo-title-fs);
    color: var(--pchb-logo-title-color);
    line-height: 1;
}
.penci-header-image-logo .site-slogan,
.penci-header-text-logo .site-slogan {
    font-size: var(--pchb-logo-slogan-size);
    font-family: var(--pchb-logo-slogan-font);
    font-weight: var(--pchb-logo-slogan-fw);
    font-style: var(--pchb-logo-slogan-fs);
    color: var(--pchb-logo-slogan-color);
    line-height: 1.3;
    margin-top: 12px;
}
/* Logo Text Mobile*/
.penci_navbar_mobile .penci-header-text-logo {
    --pchb-m-logo-title-size: 20px;
    --pchb-m-logo-title-m-size: 20px;
    --pchb-m-logo-title-font: var(--pchead-font);
    --pchb-m-logo-title-fw: '400';
    --pchb-m-logo-title-fs: 'normal';
    --pchb-m-logo-slogan-size: 14px;
    --pchb-m-logo-slogan-m-size: 14px;
    --pchb-m-logo-slogan-font: 'inherit';
    --pchb-m-logo-slogan-fw: '400';
    --pchb-m-logo-slogan-fs: 'normal';
    --pchb-m-logo-title-color: 'inherit';
    --pchb-m-logo-slogan-color: 'inherit';
}
.penci_navbar_mobile .penci-header-text-logo .site-name {
    font-size: var(--pchb-m-logo-title-size);
    font-family: var(--pchb-m-logo-title-font);
    font-weight: var(--pchb-m-logo-title-fw);
    font-style: var(--pchb-m-logo-title-fs);
    color: var(--pchb-m-logo-title-color);
    line-height: 1;
}
.penci_navbar_mobile .site-slogan {
    font-size: var(--pchb-m-logo-slogan-size);
    font-family: var(--pchb-m-logo-slogan-font);
    font-weight: var(--pchb-m-logo-slogan-fw);
    font-style: var(--pchb-m-logo-slogan-fs);
    color: var(--pchb-m-logo-slogan-color);
    line-height: 1.3;
    margin-top: 12px;
}
/* Logo Sticky */
.pc-logo-sticky {
    --pchb-logo-s-title-size: 40px;
    --pchb-logo-s-title-font: var(--pchead-font);
    --pchb-logo-s-title-fw: '400';
    --pchb-logo-s-title-fs: 'normal';
    --pchb-logo-s-slogan-size: 14px;
    --pchb-logo-s-slogan-font: 'inherit';
    --pchb-logo-s-slogan-fw: '400';
    --pchb-logo-s-slogan-fs: 'normal';
    --pchb-logo-s-title-color: 'inherit';
    --pchb-logo-s-slogan-color: 'inherit';
}
.pc-logo-sticky.penci-header-text-logo .site-name {
    font-size: var(--pchb-logo-s-title-size);
    font-family: var(--pchb-logo-s-title-font);
    font-weight: var(--pchb-logo-s-title-fw);
    font-style: var(--pchb-logo-s-title-fs);
    color: var(--pchb-logo-s-title-color);
    line-height: 1;
}
.pc-logo-sticky.penci-header-image-logo .site-slogan,
.pc-logo-sticky.penci-header-text-logo .site-slogan {
    font-size: var(--pchb-logo-s-slogan-size);
    font-family: var(--pchb-logo-s-slogan-font);
    font-weight: var(--pchb-logo-s-slogan-fw);
    font-style: var(--pchb-logo-s-slogan-fs);
    color: var(--pchb-logo-s-slogan-color);
    line-height: 1.3;
    margin-top: 12px;
}
/* Mobile Sidebar Logo */
.pb-logo-sidebar-mobile {
    --pchb-logo-sm-title-size: 40px;
    --pchb-logo-sm-title-font: var(--pchead-font);
    --pchb-logo-sm-title-fw: '400';
    --pchb-logo-sm-title-fs: 'normal';
    --pchb-logo-sm-slogan-size: 14px;
    --pchb-logo-sm-slogan-font: 'inherit';
    --pchb-logo-sm-slogan-fw: '400';
    --pchb-logo-sm-slogan-fs: 'normal';
    --pchb-logo-sm-title-color: 'inherit';
    --pchb-logo-sm-slogan-color: 'inherit';
}
.pb-logo-sidebar-mobile.penci-header-text-logo .site-name {
    font-size: var(--pchb-logo-sm-title-size);
    font-family: var(--pchb-logo-sm-title-font);
    font-weight: var(--pchb-logo-sm-title-fw);
    font-style: var(--pchb-logo-sm-title-fs);
    color: var(--pchb-logo-sm-title-color);
    line-height: 1;
}
.pb-logo-sidebar-mobile.penci-header-image-logo .site-slogan,
.pb-logo-sidebar-mobile.penci-header-text-logo .site-slogan {
    font-size: var(--pchb-logo-sm-slogan-size);
    font-family: var(--pchb-logo-sm-slogan-font);
    font-weight: var(--pchb-logo-sm-slogan-fw);
    font-style: var(--pchb-logo-sm-slogan-fs);
    color: var(--pchb-logo-sm-slogan-color);
    line-height: 1.3;
    margin-top: 12px;
}
/* Main Menu */
.pc-builder-element.pc-main-menu {
    --pchb-main-menu-font: var(--pchead-font);
    --pchb-main-menu-fs: 12px;
    --pchb-main-menu-lh: 58px;
    --pchb-main-menu-fs_l2: var(--pchb-main-menu-fs);
    --pchb-main-menu-cl: #313131;
    --pchb-main-menu-fw: bold;
    --pchb-main-menu-tt: uppercase;
    --pchb-main-menu-mg: 30px;
    --pchb-mainm-linect: '';
}
.pc-builder-element.pc-main-menu .navigation .menu ul.sub-menu li a,
.pc-builder-element.pc-main-menu .navigation .menu > li > a {
    font-family: var(--pchb-main-menu-font);
    font-size: var(--pchb-main-menu-fs);
    font-weight: var(--pchb-main-menu-fw);
    color: var(--pchb-main-menu-cl);
    letter-spacing: 0;
    text-transform: var(--pchb-main-menu-tt);
}
.pc-builder-element.pc-main-menu .navigation .menu li > a:hover,
.pc-builder-element.pc-main-menu .navigation .menu li.current-menu-item > a,
.pc-builder-element.pc-main-menu .navigation .menu > li.current_page_item > a,
.pc-builder-element.pc-main-menu .navigation .menu > li.current-menu-ancestor > a,
.pc-builder-element.pc-main-menu .navigation .menu > li.current-menu-item > a {
    color: var(--pcaccent-cl);
}
.pc-builder-element.pc-main-menu .navigation ul.menu ul.sub-menu li a {
    font-size: var(--pchb-main-menu-fs_l2);
}
.pc-builder-element.pc-main-menu .navigation ul.menu > li,
.pc-builder-element.pc-main-menu .navigation .menu > ul > li {
    margin-right: var(--pchb-main-menu-mg);
}
.pc-builder-element.pc-main-menu .navigation ul.menu > li:last-child {
    margin-right: 0;
}
.pc-builder-element.pc-main-menu .navigation .menu > li > a {
    line-height: var(--pchb-main-menu-lh);
}
.pc-builder-element.pc-main-menu .navigation.menu-item-padding ul.menu > li,
.pc-builder-element.pc-second-menu .navigation.menu-item-padding ul.menu > li,
.pc-builder-element.pc-third-menu .navigation.menu-item-padding ul.menu > li {
    margin-right: 0 !important;
}
.pc-builder-element.pc-main-menu .navigation.menu-item-padding ul.menu > li > a,
.pc-builder-element.pc-main-menu .navigation.menu-item-padding .menu > ul > li > a {
    padding-left: calc(var(--pchb-main-menu-mg) / 2);
    padding-right: calc(var(--pchb-main-menu-mg) / 2);
}
/* = Homepage title
-----------------------------------------------------*/
.penci-homepage-title {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    clear: both;
    background: transparent;
    margin-top: 5px;
}
.penci-border-arrow {
    position: relative;
    line-height: 1.3;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}
.post-entry .penci-border-arrow a,
.post-entry .penci-border-arrow a:hover {
    text-decoration: none;
}
.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 a {
    text-decoration: none !important;
    font-size: inherit;
    font-weight: inherit;
    color: inherit !important;
}
.penci-border-arrow .inner-arrow .pcbh-extrabtn {
    font-size: 70%;
    display: inline-block;
}
.penci-border-arrow .inner-arrow .pcbh-btns-underline {
    position: relative;
    padding-bottom: 3px;
    line-height: 1;
    transform: translateY(-2px);
    transition: all 0.3s;
}
.penci-border-arrow .inner-arrow .pcbh-btns-underline:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff0000;
    transition: all 0.3s;
}
@media only screen and (max-width: 479px) {
    .penci-border-arrow .inner-arrow .pcbh-extrabtn.pcbtn-etrhm {
        display: none;
    }
}
.penci-border-arrow .inner-arrow .pcbh-extrabtn.pcbh-btnp-left {
    margin-right: 10px;
}
.penci-border-arrow .inner-arrow .pcbh-extrabtn.pcbh-btnp-right {
    margin-left: 10px;
}
.penci-border-arrow .inner-arrow .pcbh-extrabtn.pcbh-btni-right i {
    margin-left: 5px;
    margin-right: 0;
}
.penci-border-arrow .inner-arrow .pcbh-extrabtn.pcbh-btni-left i {
    margin-right: 5px;
    margin-left: 0;
}
.penci-border-arrow:before,
.penci-border-arrow:after {
    content: "";
    position: absolute;
}
.penci-border-arrow:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    bottom: -5px;
    left: 50%;
    border-top-color: #313131;
    border-width: 6px;
    border-bottom: 0;
    margin-left: -6px;
    z-index: 5;
}
.penci-border-arrow:after {
    border: 1px solid #313131;
    left: -5px;
    right: -5px;
    bottom: 3px;
    display: block;
    z-index: 1;
    height: 100%;
}
.penci-homepage-title h3 {
    font-size: 14px;
    color: #313131;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

/* = Standard style
-----------------------------------------------------*/
.standard-post-special {
    position: relative;
    margin: 0 0 26px 0;
}
.standard-content-special {
    padding: 0;
    text-align: center;
    background: #fff;
    display: block;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.2);
}
.standard-post-special.no-thumbnail .standard-content-special {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #ECECEC;
}
.format-post-box {
    display: block;
    padding: 52px 30px 21px 30px;
    position: relative;
}
.format-post-box.penci-format-link {
    padding-top: 19px;
}
.format-post-box .post-format-icon {
    position: absolute;
    width: 100%;
    text-align: center;
    display: block;
    top: 16px;
    margin-left: -30px;
}
.format-post-box.penci-format-link .post-format-icon {
    display: none;
}
.format-post-box .post-format-icon i {
    font-size: 35px;
    padding: 0 20px;
    display: inline-block;
    color: var(--pcaccent-cl);
}
.format-post-box .post-format-icon i.fa-quote-left:before {
    content: '\f101';
    font-family: 'penciicon';
    font-size: 26px;
    font-weight: normal;
}
.format-post-box .dt-special,
.format-post-box .dt-special a {
    color: #888;
    font-size: 112.5%;
    font-style: italic;
}
.format-post-box.penci-format-quote .dt-special {
    text-align: center;
    font-style: italic;
    font-size: 18px;
}
.format-post-box .dt-special a:hover {
    color: var(--pcaccent-cl);
}
.author-quote {
    margin: 15px 0 5px;
    text-align: center;
    display: block;
    overflow: hidden;
}
.author-quote span {
    display: inline-block;
    font-size: 12px;
    padding: 0 11px;
    position: relative;
    color: var(--pcaccent-cl);
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    text-transform: uppercase;
}
.author-quote span:before,
.author-quote span:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    top: 50%;
    left: 100%;
    background: var(--pcaccent-cl);
}
.author-quote span:before {
    left: auto;
    right: 100%;
}
.standard-post-image {
    margin: 0 0 26px 0;
    text-align: center;
    display: block;
    position: relative;
}
.standard-post-image .audio-iframe,
.standard-content-special {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    display: block;
}
.standard-post-image.no-thumbnail .audio-iframe,
.standard-post-special.no-thumbnail .standard-content-special {
    position: static;
}
.standard-post-image img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.header-standard {
    text-align: center;
    padding-bottom: 17px;
    position: relative;
    margin: 0 0 19px 0;
}
.header-standard:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: var(--pcaccent-cl);
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.penci-standard-cat {
    overflow: hidden;
    display: block;
    margin-bottom: 6px;
}
.header-standard .cat {
    display: inline-block;
    position: relative;
}
.header-standard h2,
.header-standard .post-title,
.header-standard h2 a {
    color: #313131;
    font-size: 24px;
    text-transform: uppercase;
}
.pcsb-subtt .penci-psub-title,
.container-single .header-standard h2.penci-psub-title,
.container-single h2.penci-psub-title {
    letter-spacing: 0;
    text-transform: none;
    font-size: 18px;
    line-height: 1.3;
    margin: 8px 0;
    color: #777;
}
.pcsb-subtt .penci-psub-title {
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .penci-header-text-white .header-standard h2.penci-psub-title,
    .penci-single-style-10.penci-header-text-white .header-standard h2.penci-psub-title {
        color: #ccc;
    }
}
@media only screen and (max-width: 767px) {
    .container-single .header-standard h2.penci-psub-title, .container-single h2.penci-psub-title {
        font-size: 16px;
    }
}
.header-standard h2 a:hover {
    color: #888888;
}
.header-standard .author-post span {
    color: #888;
}
.header-standard .author-post {
    margin: 6px 0 0;
    font-size: 14px;
}
.header-standard .author-post span,
.header-standard .author-post span a {
    font-size: inherit;
}
.header-standard .author-post span a {
    color: #313131;
    text-transform: capitalize;
}
.header-standard .author-post span a:hover {
    color: var(--pcaccent-cl);
}
.standard-content {
    position: relative;
}
.standard-main-content {
    text-align: left;
}
.penci-more-link {
    text-align: center;
    overflow: hidden;
    clear: both;
}
.penci-more-link a.more-link {
    font-family: var(--pchead-font);
    color: var(--pcaccent-cl);
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
    font-weight: var(--pchead-wei);
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.standard-post-entry a.more-link:hover {
    text-decoration: none;
}
.penci-more-link a.more-link:before,
.penci-more-link a.more-link:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 0;
    top: 50%;
    left: 100%;
    margin: 0 10px;
    margin-top: -1px;
    border-top: 1px solid var(--pcaccent-cl);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.penci-more-link a.more-link:before {
    left: auto;
    right: 100%;
}
.penci-more-link a.more-link:hover:before {
    right: 50%;
    margin-right: -10px;
    width: 90px;
}
.penci-more-link a.more-link:hover:after {
    left: 50%;
    margin-left: -10px;
    width: 90px;
}
.penci-more-link.penci-more-link-button {
    margin-top: 17px;
}
.penci-more-link.penci-more-link-button a.more-link:before,
.penci-more-link.penci-more-link-button a.more-link:after {
    content: none;
    display: none;
}
.penci-more-link.penci-more-link-button a.more-link {
    line-height: 1;
    color: #fff;
    background: var(--pcaccent-cl);
    padding: 14px 16px;
    margin-top: 0;
}
.penci-more-link.penci-more-link-button a.more-link:hover {
    opacity: 0.8;
}
.penci-post-box-meta {
    padding: 15px 0;
    clear: both;
    display: block;
    border-top: 1px solid var(--pcborder-cl);
    border-bottom: 1px solid var(--pcborder-cl);
    margin: 30px 0 0;
}
.penci-post-box-meta.center-inner {
    text-align: center;
}
.penci-post-box-meta.center-inner .penci-post-share-box {
    float: none;
}
.penci-post-box-meta .penci-box-meta {
    display: inline-block;
    font-size: 14px;
}
.penci-hide-tagupdated {
    display: none !important;
}
.penci-post-box-meta .penci-box-meta span,
.penci-post-box-meta .penci-box-meta a {
    color: #888888;
}
.grid-post-box-meta i,
.penci-post-box-meta .penci-box-meta i {
    margin-right: 5px;
}
.penci-post-box-meta .penci-box-meta a:hover {
    color: var(--pcaccent-cl);
}
.penci-post-box-meta .penci-box-meta span:after {
    content: "";
    width: 0;
    height: 10px;
    margin: 0 16px 0 20px;
    display: inline-block;
    background: none !important;
    border-right: 1px solid;
    opacity: 0.7;
}
.penci-post-box-meta .penci-box-meta span:last-child:after {
    content: none;
    display: none;
}
.penci-post-box-meta .penci-post-share-box {
    display: inline-block;
    float: right;
}
.penci-post-box-meta .penci-post-share-box a {
    display: inline-block;
    position: relative;
    color: #313131;
    margin-left: 10px;
    font-size: 14px;
}
.penci-post-box-meta .penci-post-share-box a:first-child {
    margin-left: 0;
}
.penci-post-share-box a.liked,
.penci-post-share-box a:hover {
    color: var(--pcaccent-cl);
}
.penci-post-share-box .dt-share {
    position: absolute;
    display: inline-block;
    font-size: 9px;
    font-family: var(--pchead-font);
    font-weight: normal;
    background: #313131;
    color: #fff;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    bottom: -45px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    z-index: 5;
}
.penci-post-share-box a:hover .dt-share {
    opacity: 1;
    bottom: -30px;
    visibility: visible;
}
.penci-post-share-box .dt-share:before {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #313131;
    content: "";
    top: -7px;
    left: 50%;
    margin-left: -4px;
}
.penci-post-like.liked i:before {
    content: "\f004";
}
.penci-fawesome-ver5 .penci-post-like.liked i:before {
    font-weight: 900;
}
.penci-post-share-box .penci-svg-line,
.list-posts-share .penci-svg-line {
    vertical-align: top;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
}
.penci-post-share-box .penci-svg-viber,
.list-posts-share .penci-svg-viber {
    vertical-align: top;
    transform: translateY(4px);
    -webkit-transform: translateY(4px);
}
.penci-svg-goodreads,
.penci-svg-tiktok,
.penci-svg-line,
.penci-svg-viber,
.penci-svg-discord,
.penci-svg-messenger {
    width: 14px;
    vertical-align: middle;
}
.post-share-item.show-on-mobile {
    display: none;
}
@media only screen and (max-width: 960px) {
    .post-share-item.show-on-desktop {
        display: none;
    }
}
/* = Classic style
-----------------------------------------------------*/
.header-standard.header-classic {
    margin: 0 0 26px 0;
    padding: 0;
}
.header-standard.header-classic:after {
    content: none;
    display: none;
}
.header-standard.header-classic.penci-title-bellow {
    margin-bottom: 40px;
}
/* = Gird style
-----------------------------------------------------*/
ul.penci-grid {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0 !important;
    margin: 0;
}
.penci-grid > li {
    display: inline-block;
    vertical-align: top;
    width: 31.62%;
    margin-bottom: 51px;
    float: left;
    margin-right: 2.57%;
    list-style: none !important;
}
.sd-content ul li {
    clear: none !important;
    width: auto !important;
}
.penci-grid > li.grid-style {
    text-align: center;
}
.penci-grid > li:nth-of-type(3n+3) {
    margin-right: 0;
}
.penci-grid > li:nth-of-type(3n+1) {
    clear: both;
}
.container.penci_sidebar .penci-grid > li {
    width: 48.05%;
    margin-right: 3.9%;
}
.penci-grid > li.grid-2-style {
    width: 48.7%;
    margin-right: 2.6%;
}
.penci-lposts-ctcol.pencisc-grid-1 .penci-grid > li,
.penci-lposts-ctcol.pencisc-grid-2 .penci-grid > li,
.penci-lposts-ctcol.pencisc-grid-3 .penci-grid > li,
.penci-lposts-ctcol.pencisc-grid-4 .penci-grid > li,
.penci-lposts-ctcol.pencisc-grid-5 .penci-grid > li,
.penci-lposts-ctcol.pencisc-grid-6 .penci-grid > li {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
}
.container.penci_sidebar .penci-grid li:nth-of-type(3n+3) {
    margin-right: 3.9%;
    clear: none;
}
.container.penci_sidebar .penci-grid li:nth-of-type(2n+1) {
    clear: both;
}
.penci-grid li.grid-2-style:nth-of-type(3n+3) {
    margin-right: 2.6%;
    clear: none;
}
.container.penci_sidebar .penci-grid li:nth-of-type(2n+2),
.penci-grid li.grid-2-style:nth-of-type(2n+2) {
    margin-right: 0;
    clear: none;
}
.container.penci_sidebar .penci-grid li:nth-of-type(2n+1),
.penci-grid li.grid-2-style:nth-of-type(2n+1) {
    clear: both;
}
.penci-grid li .item > .thumbnail,
.penci-masonry .item-masonry > .thumbnail {
    display: inline-block;
    position: relative;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    margin-bottom: 28px;
    width: 100%;
}
.pcsl-thumb .icon-post-format,
.penci-grid li .item .thumbnail .icon-post-format,
.penci-masonry .item-masonry > .thumbnail .icon-post-format,
.grid-mixed .thumbnail .icon-post-format {
    position: absolute;
    z-index: 2;
    text-align: center;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 38px;
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -21px;
    font-size: 16px;
    opacity: 1;
    color: rgba(255, 255, 255, 0.9);
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.9);
}
.pcsl-thumb .icon-post-format {
    width: 34px;
    height: 34px;
    line-height: 30px;
    margin: -17px 0 0 -17px;
    font-size: 14px;
}
.pcsl-thumb .icon-post-format i.fa-play,
.penci-grid li .item .thumbnail .icon-post-format i.fa-play,
.penci-masonry .item-masonry > .thumbnail .icon-post-format i.fa-play {
    margin-left: 3px;
}
.pcsl-thumb:hover .icon-post-format,
.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(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
}
.grid-mixed .thumbnail:hover,
.penci-grid li .item > .thumbnail:hover,
.penci-masonry .item-masonry > .thumbnail:hover {
    opacity: 0.85;
}
.penci-grid li .item img,
.penci-masonry .item-masonry a img {
    width: 100%;
    height: auto;
    vertical-align: top;
    margin: 0;
}
.penci-grid li .item .cat,
.penci-masonry .item-masonry .cat {
    color: var(--pcaccent-cl);
    display: block;
    margin-bottom: 8px;
}
.penci-grid li .item h2 a,
.penci-masonry .item-masonry h2 a {
    font-size: 18px;
    color: var(--pcheading-cl);
    text-transform: uppercase;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.penci-grid li .item h2 a:hover,
.penci-masonry .item-masonry h2 a:hover {
    color: #888888;
}
.penci-grid li .item p,
.penci-masonry .item-masonry p {
    margin-bottom: 0;
}
.penci-grid li .item .item-content,
.penci-masonry .item-masonry .item-content,
.penci-grid .mixed-detail .item-content {
    margin-top: 18px;
    text-align: left;
}
.penci-post-box-meta.penci-post-box-grid {
    border: none !important;
    padding: 0;
    text-align: center;
    position: relative;
    margin-top: 16px;
    clear: none;
}
.penci-post-box-meta.penci-post-box-grid:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background: #DEDEDE;
    display: block;
    top: 49%;
    z-index: 1;
}
.penci-post-box-meta.penci-post-box-grid .penci-post-share-box {
    float: none !important;
    padding: 0 10px;
    position: relative;
    z-index: 5;
    background: #ffffff;
    display: inline-block;
    margin-top: 0;
}
.grid-header-box {
    padding-bottom: 17px;
    position: relative;
}
.grid-header-box:after {
    width: 60px;
    height: 1px;
    background: var(--pcaccent-cl);
    margin-left: -30px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
}
/* Grid overlay meta */
.penci-grid li.grid-overlay-meta .item > .thumbnail,
.penci-masonry .item-masonry.grid-overlay-meta > .thumbnail {
    margin-bottom: 0;
    vertical-align: top;
}
.grid-overlay-meta .grid-header-box {
    margin: -30px 25px 0;
    background: #fff;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 10;
    position: relative;
}
.penci-readmore-btn,
.penci-featured-cat-seemore {
    margin-top: 10px;
    display: block;
    text-align: left;
}
.penci-featured-cat-seemore {
    clear: both;
    margin: -40px 0 60px;
    line-height: 1;
}
.penci-seemore-style-8 {
    margin-top: -20px;
}
.penci-readmore-btn a,
.penci-featured-cat-seemore a {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    line-height: inherit;
}
.penci-readmore-btn a:hover,
.penci-featured-cat-seemore a:hover {
    opacity: 0.7;
}
.penci-readmore-btn i,
.penci-featured-cat-seemore i {
    margin-left: 5px;
    font-size: inherit;
    color: inherit;
}
.penci-readmore-btn.penci-btn-make-button {
    margin-top: 21px;
}
.penci-readmore-btn.penci-btn-remove-arrow i,
.penci-featured-cat-seemore.penci-btn-remove-arrow i {
    display: none;
}
.penci-readmore-btn.penci-btn-make-button a,
.penci-featured-cat-seemore.penci-btn-make-button a {
    line-height: 1;
    color: #fff;
    background: var(--pcaccent-cl);
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    font-size: 12px;
    display: inline-block;
}
.penci-readmore-btn.penci-btn-align-center,
.penci-featured-cat-seemore.penci-btn-align-center {
    text-align: center;
}
.penci-readmore-btn.penci-btn-align-left,
.penci-featured-cat-seemore.penci-btn-align-left {
    text-align: left;
}
.penci-readmore-btn.penci-btn-align-right,
.penci-featured-cat-seemore.penci-btn-align-right {
    text-align: right;
}
/* = List Boxed style
-----------------------------------------------------*/
.penci-grid .list-post.list-boxed-post {
    position: relative;
    padding-bottom: 0;
    border: 1px solid #DEDEDE !important;
    margin-bottom: 60px;
}
.penci-post-box-meta.post-box-boxed-1 {
    margin: 31px 0 0;
    text-align: left;
}
.penci-layout-boxed-1 .list-boxed-post .header-list-style:after,
.penci-layout-standard-boxed-1 .list-boxed-post .header-list-style:after,
.penci-layout-classic-boxed-1 .list-boxed-post .header-list-style:after,
.list-post.list-boxed-post .header-list-style:after {
    left: 50%;
    margin-left: -30px;
}
.grid-post-box-meta {
    margin: 12px 0 0;
    font-size: 14px;
}
.grid-post-box-meta span {
    color: #888888;
}
.grid-post-box-meta span,
.grid-post-box-meta a {
    font-size: inherit;
}
.grid-post-box-meta span.author-italic {
}
.grid-post-box-meta span:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #DEDEDE;
    margin: 0 8px 0 10px;
    border-right: 1px solid;
    background: none !important;
    opacity: 0.6;
    display: inline-block;
}
.grid-post-box-meta span:last-child:after {
    content: none;
    display: none;
}
.grid-post-box-meta span a {
    color: #313131;
}
.grid-post-box-meta span a.comment-link {
    color: #888888;
    font-style: normal;
}
.grid-post-box-meta span a:hover,
.grid-post-box-meta span a.comment-link:hover {
    color: var(--pcaccent-cl);
}
.list-boxed-post .grid-post-share-box .inner-grid-post-share-box {
    background: #ffffff;
}
.penci-grid .list-post.list-boxed-post .item > .thumbnail {
    width: 50%;
    max-width: none;
    position: relative;
    float: none;
}
.penci-grid .list-post.list-boxed-post .item > .content-list-right {
    float: right;
}
.penci-grid li.list-boxed-post:nth-of-type(2n+2) .item > .content-list-right {
    float: left;
}
.penci-grid .list-post.list-boxed-post .item > .thumbnail:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    z-index: 5;
}
.penci-grid .list-post.list-boxed-post:nth-of-type(2n+2) .item > .thumbnail:before {
    border-right: none;
    border-left: 20px solid #ffffff;
    right: auto;
    left: 0;
}
.penci-grid .list-post.list-boxed-post .item .content-list-right {
    padding: 20px 60px;
    display: table;
    width: 50%;
    min-height: 389px;
    height: 389px;
    text-align: center;
}
.list-boxed-post .inner-content-list-right {
    vertical-align: middle;
    display: table-cell;
}
.penci_sidebar .penci-grid .list-post.list-boxed-post .item .content-list-right {
    padding: 20px 30px;
    min-height: 0;
    height: auto;
}
.penci-grid .list-post.list-boxed-post .item .content-list-right.fullwidth {
    width: 100%;
    max-width: none;
}
.list-boxed-post .fullwidth .inner-content-list-right {
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
}
.penci-grid .list-post.list-boxed-post.penci-infeed-data,
.grid-featured.penci-infeed-data {
    border: none !important;
}
.penci-infeed-data {
    overflow: hidden;
    text-align: center !important;
}
.penci-infeed-data .penci-inner-infeed-data {
    display: block;
}
.penci-infeed-data.penci-infeed-fullwidth-ads {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 40px;
}
/* = Homepage Popular Posts
-----------------------------------------------------*/
.penci-home-popular-posts {
    padding: 25px 0 0;
    border: none;
    border-top: 1px solid #dedede;
    position: relative;
    margin-bottom: 60px;
}
.penci-popular-posts-sc .penci-home-popular-posts:not( .use-heading-default ) {
    border-top: 0;
    padding-top: 0;
}
.penci-home-popular-post {
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
    width: calc(100% + 20px);
}
.penci-home-popular-post .item-related h3 a {
    text-transform: uppercase;
}
.home-pupular-posts-title {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    transform: translateY(-55%);
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    text-align: center;
    font-size: 18px;
    color: #313131;
    text-transform: uppercase;
}
.home-pupular-posts-title a,
.home-pupular-posts-title span {
    font-size: inherit;
    color: inherit;
    padding: 0 18px;
    line-height: 1;
    display: inline-block;
    background: #fff;
    text-decoration: none !important;
}
.home-pupular-posts-title.pcalign-right {
    text-align: right;
}
.home-pupular-posts-title.pcalign-left {
    text-align: left;
}
.home-pupular-posts-title.pcalign-left span,
.home-pupular-posts-title.pcalign-left a {
    padding-left: 0;
}
.home-pupular-posts-title.pcalign-right span,
.home-pupular-posts-title.pcalign-right a {
    padding-right: 0;
}
/* = Post & Single post
-----------------------------------------------------*/
article.post, article.type-post, article.portfolio {
    margin-bottom: 60px;
}
.penci-layout-standard-grid article.post,
.penci-layout-standard-list article.post,
.penci-layout-standard-boxed-1 article.post,
.penci-layout-classic-grid article.post,
.penci-layout-classic-list article.post,
.penci-layout-classic-boxed-1 article.post {
    margin-bottom: 60px;
}
.single .post {
    margin-bottom: 60px;
}
/*** Post style ***/
.penci-jarallax {
    width: 100%;
    padding-top: 50%;
    position: relative;
    z-index: 0;
}
.penci-jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.post-image .wp-video,
.post-image video.wp-video-shortcode,
.post-image .mejs-container,
.post-image .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.post-image .mejs-container {
    padding-top: 56.25%;
}
.post-image .wp-video,
.post-image video.wp-video-shortcode {
    max-width: 100% !important;
}
.post-image video.wp-video-shortcode {
    position: relative;
}
.post-image .mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.post-image .mejs-controls {
    z-index: 0 !important;
}
.post-image .mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.post-image .mejs-container.wp-audio-shortcode {
    padding-top: 0 !important;
}
.container-single-fullwidth.two-sidebar .post-image {
    display: block;
    width: 100%;
}
.penci-single-style-7:not( .penci-single-pheader-noimg ).penci_sidebar #main article.post,
.penci-single-style-3:not( .penci-single-pheader-noimg ).penci_sidebar #main article.post {
    padding-left: 10px;
    padding-right: 10px;
}
@media only screen and (min-width: 959px) {
    .penci-single-style-7:not( .penci-single-pheader-noimg ).container.penci_sidebar #main,
    .penci-single-style-3:not( .penci-single-pheader-noimg ).container.penci_sidebar #main {
        position: relative;
        z-index: 9;
        padding-right: 30px;
    }
    .penci-single-style-7:not( .penci-single-pheader-noimg ).container.penci_sidebar.two-sidebar #main,
    .penci-single-style-3:not( .penci-single-pheader-noimg ).container.penci_sidebar.two-sidebar #main {
        padding-right: 50px;
    }
    .penci-single-style-7:not( .penci-single-pheader-noimg ) #main article.post,
    .penci-single-style-3:not( .penci-single-pheader-noimg ) #main article.post {
        margin-top: -80px;
    }
    .penci-single-style-7.penci_is_nosidebar #main article.post,
    .penci-single-style-3.penci_is_nosidebar #main article.post {
        margin-top: 0;
    }
    .penci-single-style-7:not( .penci-single-pheader-noimg ).container.penci_sidebar.left-sidebar #main,
    .penci-single-style-3:not( .penci-single-pheader-noimg ).container.penci_sidebar.left-sidebar #main {
        padding-left: 40px;
        padding-right: 0;
    }
    .penci-single-style-7:not( .penci-single-pheader-noimg ).penci_sidebar #main article.post,
    .penci-single-style-3:not( .penci-single-pheader-noimg ).penci_sidebar #main article.post {
        background: #fff;
        padding-top: 20px;
    }
    .penci-single-style-7:not( .penci-single-pheader-noimg ).right-sidebar #main article.post {
        padding-left: 20px;
    }
    .penci-single-style-3:not( .penci-single-pheader-noimg ).right-sidebar #main article.post {
        padding-right: 20px;
        padding-left: 0;
    }
    .penci-single-style-7:not( .penci-single-pheader-noimg ).left-sidebar #main article.post,
    .penci-single-style-3:not( .penci-single-pheader-noimg ).left-sidebar #main article.post {
        padding-left: 20px;
    }
    .penci-single-style-3:not(.penci_is_nosidebar) .standard-post-image .audio-iframe,
    .penci-single-style-3:not(.penci_is_nosidebar) .standard-content-special {
        bottom: 70px;
    }
}
.penci-single-4 .standard-post-special img {
    width: 100%;
}
.penci-body-single-style-10.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-9.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-7.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-4.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) #header,
.penci-body-single-style-5.penci-show-pthumb:not(.penci-port-product) #header {
    margin-bottom: 0;
}
.penci-body-single-style-10.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,
.penci-body-single-style-9.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,
.penci-body-single-style-7.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,
.penci-body-single-style-4.penci-body-title-bellow.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form,
.penci-body-single-style-5.penci-show-pthumb:not(.penci-port-product) .penci-header-signup-form {
    margin-top: 10px;
    margin-bottom: 10px;
}
.penci-single-featured-img {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
    display: block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding-top: 66.6667%;
}
.standard-post-special_wrapper {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    display: block;
    z-index: 10;
}
.standard-post-image .standard-post-special_wrapper .audio-iframe,
.standard-post-special_wrapper .standard-content-special {
    position: static;
    margin-bottom: 23px;
}
.penci-body-single-style-7 .standard-post-image .standard-post-special_wrapper .audio-iframe,
.penci-body-single-style-7 .standard-post-special_wrapper .standard-content-special {
    margin-bottom: 70px;
}
.penci-body-single-style-7 .penci_is_nosidebar .standard-post-image .standard-post-special_wrapper .audio-iframe,
.penci-body-single-style-7 .penci_is_nosidebar .standard-post-special_wrapper .standard-content-special {
    margin-bottom: 30px;
}
.penci-body-single-style-5 .container-single .post-image {
    position: relative;
}
.penci-body-single-style-8 .penci-move-title-above:after,
.penci-body-single-style-5 .penci-move-title-above:after,
.penci-body-single-style-6 .penci-move-title-above:after,
.penci-body-single-style-7 .penci-move-title-above:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent 50%, #000 90%);
    opacity: 0.7;
    transition: 0.3s;
}
.penci-single-style-6 .single-breadcrumb,
.penci-single-style-5 .single-breadcrumb,
.penci-single-style-4 .single-breadcrumb,
.penci-single-style-3 .single-breadcrumb,
.penci-single-style-9 .single-breadcrumb,
.penci-single-style-7 .single-breadcrumb {
    text-align: center;
}
.penci-single-pheader.container.two-sidebar,
.penci-single-pheader .container.two-sidebar,
.penci-single-style-10.container-single-magazine .container.two-sidebar,
.penci-single-style-9.container-single-magazine .container.two-sidebar {
    display: block;
}
.penci-single-style-10.container-single-magazine .two-sidebar .penci-sidebar-content {
    width: 29.06%;
}
@media only screen and (min-width: 768px) {
    .penci-header-text-white .cat > a.penci-cat-name,
    .penci-single-style-5.penci-header-text-white .penci-standard-cat .cat > a.penci-cat-name,
    .penci-single-style-6.penci-header-text-white .penci-standard-cat .cat > a.penci-cat-name,
    .penci-single-style-8.penci-header-text-white .penci-standard-cat .cat > a.penci-cat-name,
    .penci-header-text-white .header-standard h2,
    .penci-header-text-white .header-standard .post-title,
    .container-single.penci-header-text-white .header-standard .post-title,
    .penci-header-text-white .header-standard h2 a,
    .penci-header-text-white .post-box-meta-single span,
    .penci-header-text-white .header-standard .author-post span a,
    .penci-header-text-white .container.penci-breadcrumb span,
    .penci-header-text-white .container.penci-breadcrumb i,
    .penci-header-text-white .container.penci-breadcrumb a {
        color: #fff;
    }
}
.penci-single-style-10.penci-header-text-white .penci-standard-cat .cat > a.penci-cat-name,
.penci-single-style-10.penci-header-text-white .header-standard h2,
.penci-single-style-10.penci-header-text-white .header-standard .post-title,
.penci-single-style-10.penci-header-text-white .header-standard h2 a,
.penci-single-style-10.penci-header-text-white .post-box-meta-single span,
.penci-single-style-10.penci-header-text-white .header-standard .author-post span a {
    color: #fff;
}
i.penci-post-countview-number {
    font-style: normal;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
@media only screen and (max-width: 767px) {
    .standard-post-special_wrapper {
        position: static;
        background: #fff;
        margin-bottom: 0;
        padding-top: 20px;
    }
    .penci-single-style-7 .standard-post-special_wrapper {
        background: transparent;
    }
    .penci-header-text-white .standard-post-special_wrapper .header-standard.header-classic {
        margin-bottom: 0;
    }
    .penci-header-text-white .penci-move-title-above:after,
    .penci-header-text-white .standard-post-special_wrapper .container-single .post-image:after {
        content: none;
    }
    .standard-post-image .standard-post-special_wrapper .audio-iframe,
    .standard-post-special_wrapper .standard-content-special {
        margin-bottom: 20px;
    }
    .penci-header-text-white .format-post-box {
        display: block;
        padding: 20px;
    }
    .penci-header-text-white .standard-content-special {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .pcsb-ft-o .standard-post-special_wrapper {
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
        display: block;
        z-index: 10;
        background: unset;
        padding: 0;
    }
}
.penci-single-style-9 .penci-post-image-wrapper {
    background-color: #111;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    max-height: inherit;
}
.penci-single-style-10 .penci-post-image-wrapper .post-image,
.penci-single-style-9 .penci-post-image-wrapper .post-image {
    margin-bottom: 0;
}
.penci-single-style-10 .post-format-entry-header:before,
.penci-single-style-10 .post-format-entry-header:after {
    content: '';
    display: table;
    clear: both;
}
.penci-single-style-10 .penci-post-image-wrapper {
    background-color: #111;
    padding-top: 40px;
    padding-bottom: 40px;
    max-height: inherit;
    margin-bottom: 40px;
}
.penci-single-style-10 .header-standard,
.penci-single-style-10 .post-box-meta-single {
    text-align: left;
}
.penci-body-single-style-10.penci-hide-pthumb .post-format-entry-header .penci-sidebar-content {
    width: 100%;
    float: none;
}
@media only screen and (max-width: 479px) {
    .penci-single-style-9 .penci-post-image-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/*** Post Header ***/
.post-box-meta-single {
    text-align: center;
    margin: 6px 0 0;
    font-size: 14px;
}
.post-box-meta-single span {
    color: #888888;
}
.header-standard .post-box-meta-single .author-post,
.header-standard .post-box-meta-single .author-post span a,
.header-standard .post-box-meta-single span {
    font-size: inherit;
}
.post-box-meta-single span strong,
.post-box-meta-single span time {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}
.post-box-meta-single a {
    color: #313131;
}
.post-box-meta-single a:hover {
    color: var(--pcaccent-cl);
}
.post-box-meta-single > span:before,
.standard-top-meta > span:before {
    content: "";
    width: 0;
    height: 10px;
    margin: 0 13px;
    display: inline-block;
    background: none !important;
    border-right: 1px solid;
    opacity: 0.7;
}
.post-box-meta-single > span:first-child:before,
.standard-top-meta > span:first-child:before {
    content: none;
    display: block;
}
/*** Post images gallery ***/
#wpadminbar {
    z-index: 9999;
}
#wpadminbar:hover {
    z-index: 99999;
}
.post-image {
    margin-bottom: 26px;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    position: relative;
}
.container-single-fullwidth .post-image {
    margin-bottom: 40px;
}
.post-image img {
    max-width: 100%;
    height: auto;
}
.post-image.audio iframe,
.standard-post-image.audio iframe {
    height: 166px;
    width: 100%;
}
.container-single a[data-rel="penci-gallery-image-content"],
.container-single a[data-rel="penci-gallery-bground-content"],
.container-single-page a[data-rel="penci-gallery-image-content"] {
    cursor: zoom-in;
}
/*** Post Entry ***/
.penci-single-smaller-width {
    max-width: 780px;
}
.post-entry {
    margin-bottom: 33px;
    line-height: 28px;
}
.penci-custom-html-inside-content {
    margin-bottom: 20px;
}
.post-entry.standard-post-entry {
    margin-bottom: 0;
}
.post-entry:before {
    content: " ";
    display: table;
}
.post-entry .inner-post-entry:after {
    content: " ";
    display: table;
    clear: both;
}
.post-entry.page-has-margin {
    margin-bottom: 60px;
}
.post-entry img {
    max-width: 100%;
    height: auto;
}
.wpb_text_column {
    line-height: 1.8;
}
.post-entry a:hover,
.wpb_text_column a:hover {
    text-decoration: underline;
}
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6, .post-entry hr,
.wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6, .wpb_text_column hr,
.elementor-widget-text-editor h1, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h6, .elementor-widget-text-editor hr,
.woocommerce .page-description h1, .woocommerce .page-description h2, .woocommerce .page-description h3, .woocommerce .page-description h4, .woocommerce .page-description h5, .woocommerce .page-description h6, .woocommerce .page-description hr {
    margin-bottom: 17px;
}
.post-entry .elementor-widget-text-editor p,
.elementor-widget-text-editor p,
.elementor-widget-text-editor .widget ul li {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    text-align: inherit;
}
.post-entry p,
.wpb_text_column p,
.woocommerce .page-description p {
    margin-bottom: 17px;
}
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6,
.wpb_text_column h1, .wpb_text_column h2, .wpb_text_column h3, .wpb_text_column h4, .wpb_text_column h5, .wpb_text_column h6,
.woocommerce .page-description h1, .woocommerce .page-description h2, .woocommerce .page-description h3, .woocommerce .page-description h4, .woocommerce .page-description h5, .woocommerce .page-description h6 {
    color: var(--pcheading-cl);
    letter-spacing: 0;
    line-height: 1.3em;
}
.post-entry h1,
.wpb_text_column h1,
.elementor-widget-text-editor h1,
.woocommerce .page-description h1 {
    font-size: 24px;
}
.post-entry h2,
.wpb_text_column h2,
.elementor-widget-text-editor h2,
.woocommerce .page-description h2 {
    font-size: 22px;
}
.post-entry h3,
.wpb_text_column h3,
.elementor-widget-text-editor h3,
.woocommerce .page-description h3 {
    font-size: 20px;
}
.post-entry h4,
.wpb_text_column h4,
.elementor-widget-text-editor h4,
.woocommerce .page-description h4 {
    font-size: 18px;
}
.post-entry h5,
.wpb_text_column h5,
.elementor-widget-text-editor h5,
.woocommerce .page-description h5 {
    font-size: 16px;
}
.post-entry h6,
.wpb_text_column h6,
.elementor-widget-text-editor h6,
.woocommerce .page-description h6 {
    font-size: 14px;
}
.post-entry hr,
.wpb_text_column hr,
.elementor-widget-text-editor hr,
.woocommerce .page-description hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid #dedede;
    clear: both;
}
.post-password-form input[type="text"],
.post-password-form input[type="email"],
.post-password-form input[type="password"],
.post-password-form input[type="number"] {
    padding: 9px 20px;
    border: 1px solid #DEDEDE;
    margin-bottom: 28px;
    font-size: 12px;
    font-weight: normal;
    font-family: var(--pcbody-font);
    max-height: 50px;
    outline: none;
    height: 36px;
    line-height: 36px;
}
.post-password-form input[type="submit"] {
    padding: 0 20px;
    border: none;
    background: #313131;
    color: #fff;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    height: 36px;
    line-height: 36px;
    margin-left: 5px;
}
.post-password-form input[type="submit"]:hover {
    opacity: 0.85;
}
.post-entry blockquote,
.wpb_text_column blockquote,
.woocommerce .page-description blockquote {
    padding: 0;
    position: relative;
    margin: 0 0 20px 0;
}
.post-entry blockquote,
.post-entry blockquote p,
.wpb_text_column blockquote,
.wpb_text_column blockquote p,
.woocommerce .page-description blockquote,
.woocommerce .page-description blockquote p {
    font-size: 16px;
    color: #888;
    font-style: italic;
    line-height: 1.7;
    text-align: left;
}
.post-entry blockquote p,
.wpb_text_column blockquote p,
.woocommerce .page-description blockquote p {
    margin: 0;
}
.post-entry blockquote,
.wpb_text_column blockquote,
.woocommerce .page-description blockquote {
    position: relative;
    padding: 0 0 0 40px;
    border: none;
    overflow: hidden;
}
.post-entry .wp-block-quote,
.wpb_text_column .wp-block-quote,
.woocommerce .page-description .wp-block-quote {
    padding-left: 1em;
    border-left: 4px solid #000;
}
.post-entry blockquote:before,
.wpb_text_column blockquote:before {
    color: var(--pcaccent-cl);
    content: '\f101';
    font-family: 'penciicon';
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    font-style: normal;
    position: absolute;
    top: 6px;
    left: 2px;
}
.post-entry blockquote cite,
.post-entry blockquote .author,
.wpb_text_column blockquote cite,
.wpb_text_column blockquote .author {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 7px;
    color: var(--pcaccent-cl);
    font-style: normal;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    overflow: hidden;
    text-align: left;
    position: relative;
    z-index: 1;
}
.post-entry blockquote .author span,
.wpb_text_column blockquote .author span,

.post-entry blockquote .author span:after,
.wpb_text_column blockquote .author span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 90px;
    height: 1px;
    background: var(--pcaccent-cl);
    left: 100%;
    opacity: 0.8;
}
.penci-single-link-pages {
    display: block;
    width: 100%;
}
.penci-single-link-pages:before,
.penci-single-link-pages:after {
    content: "";
    display: table;
    clear: both;
}
.penci-single-link-pages a {
    display: inline-block;
    margin: 0 4px 5px 4px;
    padding: 4px 7px;
    line-height: 1;
    border: 1px solid;
    color: inherit;
    text-decoration: none !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.penci-single-link-pages a:hover {
    opacity: 0.7;
}
.elementor-widget-table-of-contents .elementor-toc__header-title {
    margin-bottom: 0;
}
.post-entry .elementor-widget-table-of-contents ul,
.post-entry .elementor-widget-table-of-contents ol {
    padding: 0;
    margin-bottom: 0;
}
.post-entry .elementor-widget-table-of-contents ul li,
.post-entry .elementor-widget-table-of-contents ol li {
    list-style-type: none;
}
/* Blockquote Style2 */
.post-entry.blockquote-style-2 blockquote {
    background: #f5f5f5;
    padding: 10px 20px 10px 24px;
}
.post-entry.blockquote-style-2 blockquote:before {
    content: '';
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 4px;
    background: var(--pcaccent-cl);
}
.post-entry.blockquote-style-2 .author span {
    padding: 0 0 0 30px;
}
.post-entry.blockquote-style-2 .author span:after {
    width: 20px;
    left: 0;
}
.penci-pullqoute.align-left {
    max-width: 460px;
    float: left;
    width: 100%;
    margin-right: 20px;
}
.penci-pullqoute.align-right {
    max-width: 460px;
    float: right;
    width: 100%;
    margin-left: 20px;
}
.post-entry ul, .post-entry ol,
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol,
.woocommerce .page-description ul,
.woocommerce .page-description ol {
    padding-left: 36px;
    margin-bottom: 20px;
}
.post-entry .penci-sidebar-content ul, .post-entry .penci-sidebar-content ol,
.elementor-widget-text-editor .penci-sidebar-content ul,
.elementor-widget-text-editor .penci-sidebar-content ol
{
    padding-left: 0;
    margin-bottom: 0;
}
.post-entry ol ol,
.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ul,
.elementor-widget-text-editor ol ol,
.elementor-widget-text-editor ul ul,
.elementor-widget-text-editor ul ol,
.elementor-widget-text-editor ol ul {
    margin: 2px 0;
    padding-left: 22px;
}
.post-entry .penci-sidebar-content ol ol,
.post-entry .penci-sidebar-content ul ul,
.post-entry .penci-sidebar-content ul ol,
.post-entry .penci-sidebar-content ol ul,
.elementor-widget-text-editor .penci-sidebar-content ol ol,
.elementor-widget-text-editor .penci-sidebar-content ul ul,
.elementor-widget-text-editor .penci-sidebar-content ul ol,
.elementor-widget-text-editor .penci-sidebar-content ol ul,
.woocommerce .page-description .penci-sidebar-content ul ul,
.woocommerce .page-description .penci-sidebar-content ol ul,
.woocommerce .page-description .penci-sidebar-content ol ol,
.woocommerce .page-description .penci-sidebar-content ul ol {
    margin: 0;
    padding-left: 0;
}
.post-entry ul li,
.elementor-widget-text-editor ul li,
.woocommerce .page-description ul li {
    margin-bottom: 6px;
    position: relative;
    list-style-type: square;
    line-height: 1.7;
}
.post-entry ol li,
.elementor-widget-text-editor ol li,
.woocommerce .page-description ol li {
    margin-bottom: 2px;
    list-style: decimal;
}
.post-entry .penci-sidebar-content ul li,
.elementor-widget-text-editor .penci-sidebar-content ul li,
.woocommerce .page-description .penci-sidebar-content ul li,
.post-entry .penci-sidebar-content ol li,
.elementor-widget-text-editor .penci-sidebar-content ol li,
.woocommerce .page-description .penci-sidebar-content ol li {
    list-style-type: none;
}
.post-entry ul.wp-block-gallery,
.post-entry ol.wp-block-gallery {
    padding: 0;
}
.sticky.post .post-header {
    border: 1px dashed #ddd;
    padding: 20px 0;
}
.bypostauthor {
}
.post-entry table {
    width: 100%;
    margin-bottom: 22px;
    border-collapse: collapse;
    border-left: 1px solid var(--pcborder-cl);
    border-right: 1px solid var(--pcborder-cl);
    border-top: 1px solid var(--pcborder-cl);
}
.post-entry td, .post-entry th {
    padding: 12px;
    border-bottom: 1px solid var(--pcborder-cl);
    border-color: var(--pcborder-cl);
}
.post-entry th {
    font-weight: bold;
}
.post-entry em strong {
    font-style: italic;
}
/*** Inline related posts ***/
.penci-ilrelated-posts {
    margin: 20px 0;
    overflow: hidden;
    padding: 17px 20px;
    border: 1px solid var(--pcborder-cl);
}
.penci-ilrelated-posts.pcilrt-left {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 360px;
    width: 100%;
}
.penci-ilrelated-posts.pcilrt-right {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 360px;
    width: 100%;
}
.pcilrp-heading {
    margin-bottom: 20px;
    text-align: left;
}
.pcilrp-heading span {
    font-size: 18px;
    line-height: 1.3;
    display: block;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    color: var(--pcheading-cl);
    letter-spacing: 0;
    padding-bottom: 10px;
    position: relative;
}
.pcilrp-heading span:after {
    content: '';
    width: 50px;
    border-top: 1px solid var(--pcaccent-cl);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pcilrph-align-center {
    text-align: center;
}
.pcilrph-align-center span:after {
    left: 50%;
    margin-left: -25px;
}
.pcilrph-align-right {
    text-align: right;
}
.pcilrph-align-right span:after {
    left: auto;
    right: 0;
}
.penci-ilrelated-posts ul.pcilrp-content {
    margin-bottom: 0 !important;
}
.penci-ilrelated-posts.pcilrt-grid ul.pcilrp-content li {
    line-height: unset;
}
.penci-ilrelated-posts.pcilrt-list ul.pcilrp-content {
    padding-left: 18px;
}
.penci-ilrelated-posts.pcilrt-list ul.pcilrp-content li {
    line-height: 1.6;
}
.penci-ilrelated-posts.pcilrt-list ul.pcilrp-content li:last-child {
    margin-bottom: 0;
}
.penci-ilrelated-posts ul.pcilrp-content li.pcilrp-item-grid {
    list-style-type: none;
}
.pcilrt-grid .pcilrp-content {
    padding: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pcilrt-grid .pcilrp-item-grid {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.pcilrt-grid .pcilrp-item-hidethumb {
    margin-bottom: 8px;
}
.pcilrt-grid.pcilrt-col-2 .pcilrp-item-grid {
    flex: 0 0 50%;
}
.pcilrt-grid.pcilrt-col-3 .pcilrp-item-grid {
    flex: 0 0 33.3333%;
}
.pcilrt-grid .pcilrp-content > .pcilrp-item-grid:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 961px) {
    .pcilrt-col-3 .pcilrp-content > .pcilrp-item-grid:nth-last-of-type(2),
    .pcilrt-col-3 .pcilrp-content > .pcilrp-item-grid:nth-last-of-type(3) {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .pcilrt-col-2 .pcilrp-content > .pcilrp-item-grid:nth-last-of-type(2) {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 960px) {
    .pcilrt-grid.pcilrt-col-3 .pcilrp-item-grid {
        flex: 0 0 100%;
    }
}
@media only screen and (max-width: 767px) {
    .pcilrt-grid.pcilrt-col-2 .pcilrp-item-grid {
        flex: 0 0 100%;
    }
    .penci-ilrelated-posts.pcilrt-left,
    .penci-ilrelated-posts.pcilrt-right {
        max-width: 100%;
    }
}
.pcilrt-grid .pcilrp-flex {
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.pcilrp-flex .pcilrp-thumb {
    flex: 0 0 90px;
    margin-right: 20px;
    transition: all 0.3s;
}
.pcilrp-flex .pcilrp-body {
    flex: 0 0 calc(100% - 110px);
}
.pcilrp-item-hidethumb .pcilrp-flex .pcilrp-body {
    flex: 0 0 100%;
}
.pcilrt-thumbright .pcilrp-flex .pcilrp-thumb {
    order: 2;
    margin: 0 0 0 20px;
}
.pcilrp-flex .pcilrp-thumb:hover {
    opacity: 0.85;
}
.pcilrp-item-grid .pcilrp-title {
    line-height: 1.35;
}
.penci-ilrelated-posts .pcilrp-item-grid .pcilrp-title a {
    color: var(--pctext-cl);
    line-height: 1.4;
    text-decoration: none;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    font-size: 14px;
}
.penci-ilrelated-posts .pcilrp-item-grid .pcilrp-title a:hover {
    color: var(--pcaccent-cl);
}
.pcilrp-meta {
    margin-top: 5px;
    font-size: 13px;
    color: var(--pcmeta-cl);
    line-height: 1.3;
}
.pcilrp-meta span {
    margin-right: 10px;
    font-size: inherit;
    color: inherit;
}
.pcilrp-meta span:last-child {
    margin-right: 0;
}
.pcilrp-meta i {
    margin-right: 5px;
    opacity: 0.8;
}
/** Post tags && share box in single ***/
.tags-share-box {
    display: table;
    width: 100%;
    margin: 0;
    position: relative;
    padding: 19px 160px 18px 0;
    clear: both;
    border-top: 1px solid #DEDEDE;
    font-size: 14px;
}
.tags-share-box.center-box {
    text-align: center;
    padding: 15px 0;
}
.tags-share-box.hide-tags.page-share {
    text-align: center;
    padding: 16px 0;
    position: relative;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: -1px;
}
.tags-share-box.hide-tags.page-share.pcnew-share {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}
.tags-share-box.hide-tags.page-share.tags-share-box-2_3 {
    padding: 6px 20px;
}
.tags-share-box.hide-tags.page-share .list-posts-share {
    vertical-align: middle;
    line-height: 16px;
}
.tags-share-box.share-box-border-bot {
    border-bottom: 1px solid var(--pcborder-cl);
}
.post-tags {
    display: block;
    position: relative;
    z-index: 10;
    color: #888;
    margin-bottom: 0;
    line-height: 1.4;
    margin-top: 31px;
}
.post-tags > span {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 12px 0 0;
    font-style: italic;
    color: #888;
}
.post-tags > span i {
    vertical-align: bottom;
}
.container-single .post-entry .post-tags a {
    text-transform: uppercase;
    color: #888;
    padding: 6px 12px 5px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 11px !important;
    background: none;
    border: 1px solid #DEDEDE;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    outline: none;
    font-weight: normal;
    line-height: 1.2;
}
.container-single .post-entry .post-tags a:hover {
    background: var(--pcaccent-cl);
    color: #fff;
    border-color: var(--pcaccent-cl);
    text-decoration: none;
}
.post-share {
    display: inline-block;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 20px;
}
.nc_socialPanel .nc_tweetContainer a.nc_tweet,
.swp_social_panel .nc_tweetContainer a.nc_tweet {
    color: #fff;
}
.tags-share-box.center-box .post-share,
.tags-share-box.hide-tags.page-share .post-share {
    position: static;
}
.tags-share-box.hide-tags.page-share .share-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #313131;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    margin-right: 5px;
}
.post-share .count-number-like {
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
    color: var(--pcaccent-cl);
    vertical-align: top;
}
.post-share .list-posts-share {
    display: inline-block;
    vertical-align: top;
}
.post-share a {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-size: 14px;
    margin: 0 0 0 10px;
    color: #313131;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.post-share.hide-like-count .list-posts-share a:first-child {
    margin-left: 0;
}
.post-share a:hover,
.post-share a.liked {
    color: var(--pcaccent-cl);
}
.post-share a.penci-post-like {
    margin-left: 5px;
}
.tags-share-box .single-comment-o {
    color: #888;
}
.tags-share-box .single-comment-o i {
    margin-right: 5px;
}
.tags-share-box .single-comment-o:after,
.post-share a.penci-post-like:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 4px 6px 0 20px;
    vertical-align: top;
    border: none;
    background-color: #dedede;
}
.tags-share-box .single-comment-o:after {
    margin-right: 20px;
}
.tags-share-box .single-comment-o.hide-comments-o:after {
    display: none;
    content: none;
}
.post-share a .dt-share {
    position: absolute;
    display: inline-block;
    font-size: 9px;
    font-family: var(--pchead-font);
    font-weight: normal;
    background: #313131;
    color: #fff;
    height: 20px;
    white-space: nowrap;
    line-height: 20px;
    text-align: center;
    z-index: 20;
    bottom: -45px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.post-share a:hover .dt-share {
    opacity: 1;
    bottom: -30px;
    visibility: visible;
}
.post-share a .dt-share:before {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #313131;
    content: "";
    top: -7px;
    left: 50%;
    margin-left: -4px;
}
article.page.type-page {
    margin-bottom: 60px;
}
.tags-share-box.tags-share-box-top {
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 33px;
}
.tags-share-box.tags-share-box-2_3 {
    border: 1px solid #DEDEDE;
    padding: 6px 15px;
}
.tags-share-box.tags-share-box-2_3 .post-share {
    display: inline;
    position: relative;
    top: 0;
}
.tags-share-box.tags-share-box-2_3 .post-share .list-posts-share {
    display: inline;
    vertical-align: middle;
}
.tags-share-box.tags-share-box-2_3 .post-share:before,
.tags-share-box.tags-share-box-2_3 .post-share:after {
    content: '';
    width: 100%;
    clear: both;
}
.tags-share-box.tags-share-box-2_3 + .post-author {
    border-top: 0;
}
.tags-share-box.tags-share-box-2_3 .penci-social-share-text {
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 15px;
    font-size: 14px;
    top: 2px;
    color: #111;
    position: relative
}
.tags-share-box.tags-share-box-2_3 a.penci-post-like:after,
.tags-share-box.tags-share-box-2_3 a.penci-post-like:after {
    content: none;
}
.tags-share-box.tags-share-box-2_3 .post-share .count-number-like,
.tags-share-box.tags-share-box-2_3 .post-share a {
    color: #fff;
}
.tags-share-box.tags-share-box-2_3 .penci-svg-line {
    vertical-align: middle;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
}
.tags-share-box.tags-share-box-2_3 .post-share-item {
    display: inline-block;
    margin: 5px 9px 5px 0;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #fff;
    text-transform: none;
    height: 32px;
    border: 0;
    background-color: #111111;
    padding: 0 12px;
    transition: opacity .3s;
    border-radius: 2px;
    vertical-align: middle;
}
/*** Post author ***/
.post-author {
    margin: 0;
    overflow: hidden;
    padding: 38px 0 37px 0;
    border-top: 1px solid var(--pcborder-cl);
}
.abio-style-2,
.abio-style-3,
.abio-style-4 {
    padding: 20px;
    border: 1px solid var(--pcborder-cl);
    margin-bottom: 30px;
}
body.author .post-author {
    padding: 20px 20px;
    border: 1px solid var(--pcborder-cl);
    margin-bottom: 40px;
}
.abio-style-3,
.abio-style-4 {
    text-align: center;
}
.abio-style-4 {
    margin-top: 80px;
    overflow: visible;
}
.author-img {
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.abio-style-3 .author-img,
.abio-style-4 .author-img {
    display: block;
    margin: 0 0 15px;
    float: none !important;
}
.abio-style-4 .author-img {
    margin-top: -70px;
}
.post-author .author-img img {
    margin: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.abio-style-3 .author-img img,
.abio-style-4 .author-img img {
    display: inline-block;
    vertical-align: top;
    border: 2px solid var(--pcborder-cl);
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
}
.abio-style-4 .author-img img {
    background-color: var(--pcbg-cl);
}
.bioimg-square .author-img img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.bioimg-sround .author-img img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.post-author .author-content {
    margin-left: 120px;
}
.abio-style-3 .author-content,
.abio-style-4 .author-content {
    margin-left: 0;
}
.author-content h5 {
    font-size: 14px;
    margin: 0 0 15px;
    color: #313131;
    display: block;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    text-transform: uppercase;
}
.author-content h5 a {
    display: inline-block;
    margin: 0;
    color: #313131;
}
.author-content h5 a:hover {
    color: var(--pcaccent-cl);
}
.author-content p {
    margin-bottom: 16px;
}
.abio-style-4 .author-content p {
    text-align: center;
}
.author-content .author-social {
    font-size: 14px;
    color: #313131;
    margin-right: 10px;
}
.author-content .bio-social .author-social:last-child {
    margin-right: 0;
}
.author-content .author-social:hover {
    color: var(--pcaccent-cl);
}
.author-content .author-social i {
    vertical-align: top;
}
/*** Post Pagination ***/
.post-pagination {
    overflow: hidden;
    margin: 0;
    padding: 15px 0 15px;
    border-top: 1px solid #DEDEDE;
}
.post-pagination .prev-post {
    float: left;
    width: 50%;
}
.post-pagination .next-post {
    float: right;
    text-align: right;
    width: 50%;
}
.post-pagination span {
    margin: 0;
    display: inline-block;
    color: #888;
}
.post-pagination span i {
    font-size: 15px;
    margin-right: 8px;
}
.post-pagination span i.fa-angle-double-right {
    margin: 0 0 0 8px;
}
.post-pagination .arrow {
    font-size: 64px;
    color: #ddd;
    line-height: 64px;
}
.post-pagination .prev-post .arrow {
    float: left;
    margin-right: 18px;
}
.post-pagination .next-post .arrow {
    float: right;
    margin-left: 18px;
}
.pagi-text {
    margin-top: 6px;
}
.post-pagination h5 {
    font-size: 14px;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    padding: 0 25px 0 0;
    position: relative;
    text-transform: uppercase;
    line-height: 1.4;
}
.post-pagination h5.next-title {
    padding: 0 0 0 25px;
}
.post-pagination a {
    color: #313131;
}
.post-pagination a:hover {
    color: var(--pcaccent-cl);
}
.penci-post-nav-thumb {
    display: inline-block;
    float: left;
    width: 56px;
    height: 56px;
    margin-right: 15px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.penci-post-nav-thumb.nav-thumb-next {
    float: right;
    margin: 0 0 0 15px;
}
.pcsb-pnavi .penci-post-nav-thumb {
    flex-shrink: 0;
}
/*** Post related ***/
.post-related {
    overflow: hidden;
    margin: 0;
    text-align: center;
    padding: 36px 0 36px;
    border-top: 1px solid #DEDEDE;
}
.post-title-box,
#respond h3.comment-reply-title {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
}
#respond h3.comment-reply-title span,
.post-box-title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    color: #313131;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding: 0 10px;
}
#respond h3.comment-reply-title span:before,
#respond h3.comment-reply-title span:after,
.post-box-title:before,
.post-box-title:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: var(--pcaccent-cl);
    display: block;
    top: 50%;
    margin-top: -1px;
    left: 100%;
}
#respond h3.comment-reply-title span:before,
.post-box-title:before {
    left: auto;
    right: 100%;
}
.penci-carousel {
    margin-left: -15px;
    margin-right: -15px;
    max-height: 220px;
}
.penci-carousel.loaded {
    max-height: none;
}
.penci-carousel button.slick-prev,
.penci-carousel button.slick-next {
    position: absolute;
    width: 36px;
    height: 36px;
    display: inline-block;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
    outline: none;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    text-align: center;
    line-height: 36px;
    background: #fff;
    z-index: 12;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    color: #313131;
    border: none;
    font-size: 20px;
}
.penci-carousel.loaded:hover button.slick-prev,
.penci-carousel.loaded:hover button.slick-next {
    opacity: 0.8;
}
.penci-carousel.loaded button.slick-prev:hover,
.penci-carousel.loaded button.slick-next:hover {
    opacity: 1;
}
.penci-carousel > button.slick-prev {
    left: 25px;
}
.penci-carousel > button.slick-next {
    right: 25px;
}
.penci-carousel > button.slick-prev.slick-disabled,
.penci-carousel > button.slick-next.slick-disabled {
    cursor: auto;
}
.item-related {
    padding: 0 10px;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    text-align: center;
    position: relative;
}
.penci-posts-related-grid {
    padding-bottom: 16px;
}
.penci-related-grid-display {
    margin-left: -10px;
    margin-right: -10px;
    width: 100%;
    width: calc(100% + 20px);
}
.penci-related-grid-display .item-related {
    opacity: 1;
    margin: 0 0 20px;
    padding: 0 10px;
    width: 33.333333%;
    float: left;
}
.penci-related-grid-display .item-related:nth-child(3n+1) {
    clear: both;
}
.penci-related-grid-display .item-related span.date {
    margin-top: 6px;
}
.penci-owl-carousel.owl-loaded .item-related {
    opacity: 1;
}
.penci-owl-carousel-slider .owl-dots {
    position: static;
    height: 10px;
    clear: both;
    margin-top: 16px;
    text-align: center;
}
.penci-owl-carousel-slider .owl-dots.disabled,
.penci-owl-carousel-slider .owl-nav.disabled {
    display: none;
}
.penci-related-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 0;
    background: #fff;
    margin: 0 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    border: 2px solid var(--pcborder-cl);
}
.penci-owl-carousel-slider .owl-dot span {
    border: 2px solid var(--pcborder-cl);
    background: var(--pcbg-cl);
}
.penci-owl-carousel-slider .owl-dot.active span,
.penci-related-carousel .owl-dot.active span {
    background: var(--pcaccent-cl);
    border-color: var(--pcaccent-cl);
}
.item-related img {
    width: 100%;
    height: auto;
}
.item-related > a {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    display: inline-block;
    margin-bottom: 17px;
    width: 100%;
    position: relative;
}
.item-related > a:hover {
    opacity: 0.85;
}
.navigation .penci-megamenu .penci-mega-post a i,
#navigation .penci-megamenu .penci-mega-post a i,
.item-related > a i,
.home-featured-cat-content.style-12 .penci-magcat-carousel .magcat-thumb .mag-post-thumb i,
.penci-grid.penci-fea-cat-style-13 li .item .thumbnail .icon-post-format {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 32px;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 14px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    border: 2px solid rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.navigation .penci-megamenu .penci-mega-post a i.fa-music:before,
#navigation .penci-megamenu .penci-mega-post a i.fa-music:before,
.item-related > a i.fa-music:before {
    margin-right: 2px;
}
.navigation .penci-megamenu .penci-mega-post a i.fa-play:before,
#navigation .penci-megamenu .penci-mega-post a i.fa-play:before,
.item-related > a i.fa-play:before {
    margin-left: 2px;
}
.navigation .penci-megamenu .penci-mega-post a:hover i,
#navigation .penci-megamenu .penci-mega-post a:hover i,
.item-related > a:hover i {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
}
.item-related h3 a {
    font-size: 14px;
    text-transform: uppercase;
    color: #313131;
    line-height: 1.4;
}
.item-related h3 a:hover {
    color: var(--pcaccent-cl);
}
.item-related span.date {
    color: #888888;
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
}
ul.slick-dots {
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    list-style: none;
    text-align: center;
    display: block;
    clear: both;
    margin-top: 13px;
}
.slick-slider.loaded ul.slick-dots {
    opacity: 1;
}
ul.slick-dots li {
    display: inline-block;
    line-height: 1;
}
ul.slick-dots li button {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    font-size: 0;
    background: #fff;
    margin: 0 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    border: 2px solid #DEDEDE;
}
ul.slick-dots li button:hover,
ul.slick-dots li.slick-active button {
    background: var(--pcaccent-cl);
    border-color: var(--pcaccent-cl);
}
/* = Column
-----------------------------------------------------*/
.penci-column {
    margin-right: 4%;
    position: relative;
    float: left;
    min-height: 1px;
    display: block;
    padding: 0 !important;
    margin-bottom: 17px;
}
.column-last {
    margin-right: 0 !important
}
.column-1-2 {
    width: 48%
}
.column-1-3 {
    width: 30.6666666667%
}
.column-2-3 {
    width: 65.3333333333%
}
.column-1-4 {
    width: 22%
}
.column-3-4 {
    width: 74%
}
/* = Page navigation
-----------------------------------------------------*/
.penci-pagination,
#comments_pagination {
    margin-bottom: 40px;
    overflow: hidden;
    clear: both;
    text-align: center;
}
#comments_pagination {
    margin-bottom: 26px;
}
.penci-pagination.align-left {
    text-align: left;
}
.penci-pagination.align-center {
    text-align: center;
}
.penci-pagination.align-right {
    text-align: right;
}
.penci-pagenavi-shortcode {
    margin-top: 30px;
}
.penci-pagination a,
.penci-pagination .disable-url {
    color: #999999;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    line-height: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.penci-pagination .disable-url span {
    opacity: 0.5;
}
.penci-pagination a i,
.penci-pagination .disable-url i {
    font-size: 14px;
    margin-left: 8px;
}
.penci-fawesome-ver5 .penci-pagination a i,
.penci-fawesome-ver5 .penci-pagination .disable-url i {
    font-size: 12px;
}
.penci-pagination .newer a i,
.penci-pagination .newer .disable-url i {
    margin: 0 8px 0 0;
}
.penci-pagination a:hover {
    text-decoration: none;
    color: var(--pcaccent-cl);
}
.penci-pagination .newer,
.penci-pagination .older {
    display: inline-block;
}
.penci-pagination .newer:after {
    content: "/";
    display: inline-block;
    margin: 0 16px 0 20px;
    font-family: var(--pchead-font);
    font-size: 12px;
    color: #999;
}
.penci-pagination ul.page-numbers {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.penci-pagination ul.page-numbers li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    list-style: none;
}
.penci-pagination ul.page-numbers li:last-child {
    margin-right: 0;
}
.penci-pagination ul.page-numbers li span,
.penci-pagination ul.page-numbers li a,
#comments_pagination span,
#comments_pagination a {
    padding: 0;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #DEDEDE;
    color: #888;
    text-decoration: none;
}
#comments_pagination a,
#comments_pagination span,
.penci-pagination ul.page-numbers li a {
    padding: 0 5px;
}
.penci-pagination ul.page-numbers li a:hover,
#comments_pagination a:hover {
    color: #313131;
    border-color: #999999;
    text-decoration: none;
}
.penci-pagination ul.page-numbers li span.current,
#comments_pagination span {
    color: #fff;
    background: var(--pcaccent-cl);
    border-color: var(--pcaccent-cl);
    text-decoration: none;
}
.penci-pagination ul.page-numbers li a i {
    font-size: 16px;
    line-height: 28px;
    margin-left: 2px;
    font-family: FontAwesome !important;
}
.penci-fawesome-ver5 .penci-pagination ul.page-numbers li a i {
    font-family: "Font Awesome 5 Free" !important;
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button {
    display: block;
    padding: 11px 10px;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid var(--pcborder-cl);
    line-height: 1.4;
    text-align: center;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    background: #fff;
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button .ajax-more-text {
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button:hover {
    border-color: var(--pcaccent-cl);
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button.loading-posts {
    opacity: 0.8;
    color: #999999 !important;
    border-color: #ececec !important;
    cursor: auto;
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button.loading-posts span.ajaxdot:after {
    content: "...";
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button i {
    color: inherit;
}
.penci-pagination.penci-ajax-more a.penci-ajax-more-button.loading-posts i {
    animation-name: pencirotate;
    -o-animation-name: pencirotate;
    -ms-animation-name: pencirotate;
    -webkit-animation-name: pencirotate;
    -moz-animation-name: pencirotate;
    animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-o-keyframes pencirotate {
    from {
        -o-transform: rotate(360deg);
    }
    to {
        -o-transform: rotate(0deg);
    }
}
@-webkit-keyframes pencirotate {
    from {
        -webkit-transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}
@-moz-keyframes pencirotate {
    from {
        -moz-transform: rotate(360deg);
    }
    to {
        -moz-transform: rotate(0deg);
    }
}
p.no-comments {
    text-align: center;
    font-size: 16px;
}
/* = Footer
-----------------------------------------------------*/
#footer-area {
    background: #171717;
    padding: 60px 0;
    text-align: center;
    position: relative;
    clear: both;
}
#footer-section {
    padding: 0;
    background: #313131;
    text-align: center;
    color: #999;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/* = Footer Logo & copyright
-----------------------------------------------------*/
.footer-logo-copyright {
    padding: 40px 0 73px;
    text-align: center;
}
.footer-logo-copyright.footer-not-gotop {
    padding: 40px 0;
}
.footer-logo-copyright.footer-not-logo {
    padding: 20px 0 62px;
}
.footer-logo-copyright.footer-not-logo.footer-not-gotop {
    padding: 20px 0;
}
#footer-logo {
    margin: 0 0 32px 0;
}
#footer-logo a {
    display: inline-block;
    vertical-align: top;
}
#footer-logo .penci-lazy[src*="penci-holder"] {
    width: 0;
}
#footer-copyright * {
    font-size: 14px;
    color: #999;
    line-height: 1.4;
    font-style: italic;
}
#footer-copyright a {
    color: var(--pcaccent-cl);
}
#footer-copyright a:hover {
    text-decoration: underline;
}
body.single-penci-block .penci-go-to-top-floating,
body.single-penci-block .penci-wrap-gprd-law {
    display: none !important
}
body.single-penci-block .clear-footer {
    margin-bottom: 0;
    height: 0;
}
body.single-penci-block .pc-wrapbuilder-header {
    margin-bottom: 0;
}

/* = Footer go to top
-----------------------------------------------------*/
#footer-section .go-to-top-parent {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    bottom: 17px;
    text-align: center;
    z-index: 10;
}
#footer-section .go-to-top-parent span {
    color: #999;
    font-size: 12px;
    font-weight: var(--pchead-wei);
    font-family: var(--pchead-font);
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
#footer-section .go-to-top-parent span:before,
#footer-section .go-to-top-parent span:after {
    content: " ";
    display: table;
}
#footer-section .go-to-top-parent span:after {
    clear: both;
}
#footer-section .go-to-top-parent i {
    font-size: 12px;
    z-index: 5;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #999;
    line-height: 1;
    margin-bottom: 3px;
}
#footer-section .go-to-top:hover span,
#footer-section .go-to-top:hover i {
    color: #fff;
}
.penci-go-to-top-floating {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background-color: var(--pcaccent-cl);
    color: #fff;
    z-index: 99999;
    text-align: center;
    transform: translate3d(0, 60px, 0);
    -webkit-transform: translate3d(0, 60px, 0);
    -moz-transform: translate3d(0, 60px, 0);
    -ms-transform: translate3d(0, 60px, 0);
    -o-transform: translate3d(0, 60px, 0);
    -webkit-transition: transform .4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s, opacity 0.3s;
    -moz-transition: transform .4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s, opacity 0.3s;
    -o-transition: transform .4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s, opacity 0.3s;
    transition: transform .4s cubic-bezier(0.55, 0, 0.05, 1.1) 0s, opacity 0.3s;
}
.penci-go-to-top-floating i[class^="penciicon-"] {
    vertical-align: top;
    line-height: inherit;
}
.penci-go-to-top-floating.show-up {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.penci-go-to-top-floating:hover {
    opacity: 0.85;
}
.penci-go-to-top-floating i {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
/* = Widget
-----------------------------------------------------*/
.textwidget {
    line-height: 1.8;
}
#widget-area {
    overflow: hidden;
    margin: 0;
    padding: 60px 0;
    background: #ffffff;
    position: relative;
    border-top: 1px solid #ECECEC;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#widget-area > .container {
    position: relative;
    z-index: 3;
}
#widget-area > .container:before,
#widget-area > .container:after {
    content: '';
    display: table;
    clear: both;
}
.footer-widget-wrapper {
    width: 31%;
    margin-right: 3.5%;
    float: left;
}
.footer-widget-wrapper.footer-widget-style-2 {
    width: 32.1666%;
}
.footer-widget-wrapper.footer-widget-style-2.last {
    width: 64.3334%;
}
.footer-widget-wrapper.footer-widget-style-3 {
    width: 64.3334%;
}
.footer-widget-wrapper.footer-widget-style-3.last {
    width: 32.1666%;
}
.footer-widget-wrapper.footer-widget-style-4 {
    width: 22.75%;
    margin-right: 3%;
}
.footer-widget-wrapper.footer-widget-style-5,
.footer-widget-wrapper.footer-widget-style-6,
.footer-widget-wrapper.footer-widget-style-7 {
    width: 23.25%;
}
.footer-widget-wrapper.footer-widget-style-5:first-child,
.footer-widget-wrapper.footer-widget-style-6:nth-child(2),
.footer-widget-wrapper.footer-widget-style-7:last-child {
    width: 46.5%;
}
.footer-widget-wrapper.footer-widget-style-8,
.footer-widget-wrapper.footer-widget-style-9 {
    width: 23.5%;
}
.footer-widget-wrapper.footer-widget-style-8:last-child,
.footer-widget-wrapper.footer-widget-style-9:first-child {
    width: 73%;
}
.footer-widget-wrapper.footer-widget-style-10 {
    width: 48%;
    margin-right: 4%;
}
#widget-area .footer-widget-wrapper.last {
    margin-right: 0;
}
.footer-widget-wrapper > .widget:last-child {
    margin-bottom: 0 !important;
}
.widget input {
    font-weight: normal;
}
.penci-button,
.widget input[type="submit"],
.widget button[type="submit"] {
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
}
.penci-sidebar-content.pcsb-boxed-whole {
    padding: 20px;
    border: 1px solid var(--pcborder-cl);
    margin-bottom: 60px;
}
.penci-sidebar-content .widget {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 60px;
    clear: both;
}
.penci-sidebar-content.pcsb-boxed-widget .widget {
    padding: 20px;
    border: 1px solid var(--pcborder-cl);
}
.penci-sidebar-content.pcsb-boxed-whole .widget:last-child {
    margin-bottom: 0;
}
.penci-sidebar-content img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.penci-sidebar-content .widget-title {
    color: #313131;
    margin-bottom: 30px;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    position: relative;
    text-align: center;
    line-height: 1.3;
    background: transparent;
}
/** Widget List **/
.widget ul {
    list-style: none;
}
.penci-block-popular-cat ul {
    padding-left: 0;
}
.widget ul ul {
    padding-top: 11px;
    margin-top: 12px;
    border-top: 1px solid var(--pcborder-cl);
    padding-left: 20px;
}
.widget ul li {
    margin-bottom: 11px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--pcborder-cl);
    font-size: 14px;
    color: #888888;
}
.widget ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget ul li a {
    font-size: 14px;
    font-style: normal;
    line-height: 1.4;
}
.widget a {
    color: var(--pctext-cl);
}
.widget a:hover {
    color: var(--pcaccent-cl);
    text-decoration: underline;
}
.widget.widget_archive label.screen-reader-text,
.widget.widget_categories label.screen-reader-text {
    display: none;
}
/*** Widget categories ***/
.widget .screen-reader-text {
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px;
}
.widget select {
    padding: 2px;
    line-height: 32px;
    min-height: 32px;
    vertical-align: middle;
    border-spacing: 0;
    clear: both;
    margin: 0;
    font-size: 14px;
    width: 100%;
    max-width: 360px;
    outline: none;
}
.pc-widget-advanced-tax.tax-style-1 ul li,
.widget.widget_categories ul li,
.widget.widget_archive ul li {
    text-align: right;
    color: #888;
    display: table;
    width: 100%;
    font-style: italic;
    padding-right: 2px;
}
.pc-widget-advanced-tax.tax-style-1 ul li,
.widget.widget_categories ul li {
    text-align: left;
}
.widget.widget_archive ul li a {
    float: left;
}
.pc-widget-advanced-tax.tax-style-1 ul li a,
.widget.widget_categories ul li a {
    display: block !important;
    text-decoration: none;
}
.pc-widget-advanced-tax.tax-style-1 ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_archive ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
    font-size: 90%;
}
.penci-fawesome-ver5 .widget.widget_categories ul li a:before,
.penci-fawesome-ver5 .widget.widget_archive ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.pc-widget-advanced-tax.tax-style-1 ul li span.category-item-count,
.widget.widget_categories ul li span.category-item-count {
    float: right;
    font-style: normal;
    color: #888888;
    font-family: var(--pcbody-font);
    font-weight: normal;
}
/*** About Widget ***/
.penci-about-me .about-widget,
.widget .about-widget {
    text-align: center;
}
.penci-about-me .about-widget.pc_alignleft,
.widget .about-widget.pc_alignleft {
    text-align: left;
}
.penci-about-me .about-widget.pc_alignright,
.widget .about-widget.pc_alignright {
    text-align: right;
}
.about-widget img {
    max-width: 100% !important;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
}
.about-widget .about-me-heading {
    color: #313131;
    font-size: 18px;
    font-family: var(--pcbody-font);
    font-weight: bold;
    padding-bottom: 16px;
    line-height: 1.3;
    margin-bottom: 19px;
    position: relative;
}
.about-widget .about-me-heading:before {
    content: "";
    display: inline-block;
    width: 60px;
    position: absolute;
    margin-left: -30px;
    left: 50%;
    bottom: 0;
    border-top: 1px solid var(--pcaccent-cl);
}
.about-widget.pc_alignleft .about-me-heading:before {
    margin: 0;
    left: 0;
}
.about-widget.pc_alignright .about-me-heading:before {
    margin: 0;
    left: auto;
    right: 0;
}
/*** Tagcloud widget ***/
.pc-widget-advanced-tax.tax-style-2 a,
.widget .tagcloud a {
    text-transform: uppercase;
    background: #ffffff;
    color: #999999;
    padding: 6px 12px 5px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 11px !important;
    background: none;
    border: 1px solid #DEDEDE;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    outline: none;
    font-weight: normal;
    line-height: 1.2;
}
.pc-widget-advanced-tax.tax-style-2 a:hover,
.widget .tagcloud a:hover {
    color: #ffffff;
    background: var(--pcaccent-cl);
    border-color: var(--pcaccent-cl);
    text-decoration: none;
}
/*** Calender widget ***/
#wp-calendar {
    width: 100%;
}
#wp-calendar caption {
    text-align: center;
    color: #777;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.post-entry #wp-calendar caption {
    font-size: 16px;
    margin-bottom: 10px;
    color: inherit;
}
#wp-calendar thead {
    font-size: 12px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
}
#wp-calendar tbody {
    color: #aaa;
}
#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
}
#wp-calendar tbody td a {
    font-weight: 700;
    color: #222;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 11px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 15px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
.wp-calendar-nav {
    margin-top: 10px;
}
.post-entry .wp-calendar-nav {
    margin-bottom: 20px;
    margin-top: 0;
}
.wp-block-calendar a {
    text-decoration: none;
}
/** Widget items **/
.widgettitle {
    margin-bottom: 10px;
}
.penci_recent-posts-sc ul.side-newsfeed {
    padding: 0;
    margin: 0;
}
.penci_recent-posts-sc ul.side-newsfeed:before,
.widget ul.side-newsfeed:before,
.penci_recent-posts-sc ul.side-newsfeed:after,
.widget ul.side-newsfeed:after {
    display: table;
    content: '';
    clear: both;
    line-height: 0;
}
.penci_recent-posts-sc ul.side-newsfeed li {
    border-bottom: 1px solid #DEDEDE;
    font-size: 14px;
    color: #888888;
}
.penci_recent-posts-sc ul.side-newsfeed li,
.widget ul.side-newsfeed li {
    list-style-type: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-left: 0;
    position: relative;
}
ul.side-newsfeed.penci-rcpw-hborders li {
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.penci_recent-posts-sc ul.penci-feed-2columns li,
.widget ul.penci-feed-2columns li {
    width: 47%;
    float: left;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
}
.penci_recent-posts-sc ul.penci-feed-2columns.display-order-numbers li,
.widget ul.penci-feed-2columns.display-order-numbers li {
    margin-bottom: 30px;
}
.penci_recent-posts-sc ul.penci-2columns-feed > li:nth-child(2n+1),
.widget ul.penci-2columns-feed > li:nth-child(2n+1) {
    clear: both;
    margin-right: 6%;
}
.penci_recent-posts-sc ul.penci-2columns-featured > li:nth-child(2n),
.widget ul.penci-2columns-featured > li:nth-child(2n) {
    clear: both;
    margin-right: 6%;
}
.penci_recent-posts-sc ul.side-newsfeed li:last-child,
.penci_recent-posts-sc ul.side-newsfeed.penci-feed-2columns li:nth-last-child(2),
.widget ul.side-newsfeed li:last-child,
.widget ul.side-newsfeed.penci-feed-2columns li:nth-last-child(2) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.penci_recent-posts-sc ul.side-newsfeed li:last-child {
    border-bottom: 0 !important;
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item,
.widget ul.side-newsfeed li .side-item {
    overflow: hidden;
    position: relative;
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image,
.widget ul.side-newsfeed li .side-item .side-image {
    float: left;
    margin-right: 20px;
    position: relative;
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image.thumbnail-right,
.widget ul.side-newsfeed li .side-item .side-image.thumbnail-right {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}
.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-image,
.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-image.thumbnail-right,
.widget ul.penci-feed-2columns li .side-item .side-image,
.widget ul.penci-feed-2columns li .side-item .side-image.thumbnail-right {
    width: 100%;
    margin: 0 0 16px 0;
    float: none !important;
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image a,
.widget ul.side-newsfeed li .side-item .side-image a {
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image a:hover,
.widget ul.side-newsfeed li .side-item .side-image a:hover {
    opacity: 0.8;
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image a span.count-post,
.widget ul.side-newsfeed li .side-item .side-image a span.count-post {
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 10px;
    display: inline-block;
    background: #ffffff;
    color: #010101;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image img,
.widget ul.side-newsfeed li .side-item .side-image img {
    width: 120px;
    height: auto;
}
.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-image .small-fix-size,
.widget ul.penci-feed-2columns li .side-item .side-image .small-fix-size {
    width: 100%;
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text,
.widget ul.side-newsfeed li .side-item .side-item-text {
    overflow: hidden;
}
.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-item-text,
.widget ul.penci-feed-2columns li .side-item .side-item-text {
    display: block;
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4,
.widget ul.side-newsfeed li .side-item .side-item-text h4 {
    margin-bottom: 0;
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4 a,
.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
    margin-bottom: 0;
    color: var(--pcheading-cl);
    display: block;
    font-size: 16px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    letter-spacing: 0;
    line-height: 1.4;
}
.penci_recent-posts-sc ul.penci-feed-2columns li .side-item .side-item-text h4 a,
.widget ul.penci-feed-2columns li .side-item .side-item-text h4 a {
    font-size: 14px;
    margin-bottom: 2px;
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4 a:hover,
.widget ul.side-newsfeed li .side-item .side-item-text h4 a:hover {
    color: var(--pcaccent-cl);
    text-decoration: none;
}
.penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text .side-item-meta,
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
    letter-spacing: 0;
    color: #888888;
    font-family: inherit;
    font-size: 13px;
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta a {
    color: var(--pctext-cl);
    font-size: inherit;
}
.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta a:hover {
    color: var(--pcaccent-cl);
}
ul.side-newsfeed li .grid-post-box-meta.penci-side-item-meta {
    margin-top: 5px;
    line-height: 1.2;
}
ul.side-newsfeed li .grid-post-box-meta.penci-side-item-meta.pcsnmt-above {
    margin: 0 0 5px 0;
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news,
.widget ul.side-newsfeed li.featured-news {
    width: 100% !important;
    margin-right: 0;
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news.all-featured-news,
.widget ul.side-newsfeed li.featured-news.all-featured-news {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 26px;
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-image,
.widget ul.side-newsfeed li.featured-news .side-image {
    float: none !important;
    margin: 0 0 12px 0 !important;
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-image img,
.widget ul.side-newsfeed li.featured-news .side-image img {
    width: 100% !important;
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .side-item .side-item-text h4 a,
.widget ul.side-newsfeed li.featured-news .side-item .side-item-text h4 a {
    font-size: 18px;
    margin-bottom: 6px;
}
.penci_recent-posts-sc .penci-feed-excerpt,
.widget .penci-feed-excerpt {
    margin-top: 16px;
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news2 .side-item .side-item-text,
.widget ul.side-newsfeed li.featured-news2 .side-item .side-item-text {
    position: absolute;
    z-index: 1;
    bottom: 12px;
    padding: 15px 10px 0 20px;
    left: 20px;
    right: 20px;
    background: #fff;
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news2.all-featured-news .side-item .side-item-text,
.widget ul.side-newsfeed li.featured-news2.all-featured-news .side-item .side-item-text {
    padding-left: 10px;
}
.penci_recent-posts-sc ul.side-newsfeed li .order-border-number,
.widget ul.side-newsfeed li .order-border-number {
    position: absolute;
    left: 5px;
    top: -15px;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    z-index: 3;
    text-align: center;
}
.penci_recent-posts-sc ul.side-newsfeed li .order-border-number.right-side,
.widget ul.side-newsfeed li .order-border-number.right-side {
    left: auto;
    right: 5px;
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .order-border-number.right-side,
.widget ul.side-newsfeed li.featured-news .order-border-number.right-side {
    left: 15px;
    right: auto;
}
.penci_recent-posts-sc ul.side-newsfeed li .number-post,
.widget ul.side-newsfeed li .number-post {
    background-color: #383838;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    font-family: var(--pchead-font);
    font-weight: 600;
    z-index: 3;
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .order-border-number,
.widget ul.side-newsfeed li.featured-news .order-border-number {
    width: 40px;
    height: 40px;
    line-height: 38px;
}
.penci_recent-posts-sc ul.side-newsfeed li.featured-news .number-post,
.widget ul.side-newsfeed li.featured-news .number-post {
    width: 36px;
    height: 36px;
    line-height: 38px;
    font-size: 16px;
}
.side-newsfeed.pctlst {
    padding-left: 20px !important;
    border-left: 1px solid;
    border-color: var(--pcborder-cl);
    margin-left: 5px !important;
}
.side-newsfeed.pctlst .penci-feed:before,
.side-newsfeed.pctlst .penci-feed:after {
    width: 9px;
    height: 9px;
    left: -25px;
    display: inline-block;
    top: 0;
    transition: all 0.3s;
    background: var(--pcaccent-cl);
    position: absolute;
    border-radius: 50%;
    z-index: 2;
}
.side-newsfeed.pctlst .penci-feed:before {
    content: '';
    z-index: 1;
}
.side-newsfeed.pctlst.penci-2columns-feed > .penci-feed:nth-child(2n):before,
.side-newsfeed.pctlst.penci-2columns-feed > .penci-feed:nth-child(2n):after,
.side-newsfeed.pctlst.penci-2columns-featured > .penci-feed:not(.featured-news):nth-child(2n+1):before,
.side-newsfeed.pctlst.penci-2columns-featured > .penci-feed:not(.featured-news):nth-child(2n+1):after {
    content: none;
}
@keyframes pencisonar {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }
    50% {
        opacity: .9;
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.side-newsfeed.pctlst.pctl-s2 .penci-feed:before,
.side-newsfeed.pctlst.pctl-s3 .penci-feed:before {
    background: var(--pcborder-cl);
}
.side-newsfeed.pctlst.pctl-s2 .penci-feed:hover:before {
    background: var(--pcaccent-cl);
}
.side-newsfeed.pctlst.pctl-s3 .penci-feed:after {
    content: '';
    background: var(--pcaccent-cl);
    animation: pencisonar 1.5s ease infinite;
}
/** Widget Slider **/
/** Widget Slider **/
.penci-widget-slider {
    width: 100%;
}
.widget .penci-widget-slider .penci-slide-widget {
    margin: 0;
    padding: 0;
    border-bottom: none;
}
.widget .penci-widget-slider .penci-slide-widget:before,
.widget .penci-widget-slider .penci-slide-widget:after {
    content: none;
    display: none;
}
.penci-widget-slider .penci-slide-content {
    position: relative;
    text-align: center;
}
.penci-widget-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    z-index: 2;
}
.penci-widget-slider .penci-widget-slide-detail {
    position: absolute;
    top: 50%;
    left: 25px;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 5;
}
.penci_post-slider-sc .penci-post-slider-style-1 .penci-widget-slide-detail h4 a,
.penci_post-slider-sc .penci-post-slider-style-2 .penci-widget-slide-detail h4 a,
.widget .penci-widget-slider .penci-widget-slide-detail h4 a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: 0;
}
.penci_post-slider-sc .penci-post-slider-style-3 .penci-widget-slide-detail h4 a {
    color: #313131;
}
.penci-widget-slide-detail .slide-item-date {
    color: #fff;
    display: block;
    margin-top: 5px;
    font-size: 13px;
}
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-1 .owl-nav .owl-prev,
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-1 .owl-nav .owl-next,
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-2 .owl-nav .owl-prev,
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-2 .owl-nav .owl-next {
    width: 16px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: none;
    color: #fff;
    font-size: 16px;
}
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-1 .owl-nav .owl-prev,
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-2 .owl-nav .owl-prev {
    left: 10px;
}
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-1 .owl-nav .owl-next,
.penci-owl-carousel.penci-widget-slider.penci-post-slider-style-2 .owl-nav .owl-next {
    right: 10px;
}
/* Style 2 */
.penci-widget-slider.penci-post-slider-style-2 .penci-slide-content,
.penci-widget-slider.penci-post-slider-style-3 .penci-slide-content {
    text-align: left;
}
.penci-widget-slider.penci-post-slider-style-2 .penci-widget-slide-detail {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    top: auto;
    bottom: 20px;
}
.penci-post-slider-style-2 .penci-widget-slider-overlay {
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: -o-linear-gradient(top, transparent 0%, #000 100%);
    background: -ms-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    -webkit-transition: opacity .4s ease 0s;
    -moz-transition: opacity .4s ease 0s;
    -o-transition: opacity .4s ease 0s;
    transition: opacity .4s ease 0s;
    opacity: 0.7;
}
.penci-post-slider-style-2 .penci-slide-widget:hover .penci-widget-slider-overlay {
    opacity: 0.9;
}
/* Style 3 */
.penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    position: static;
    margin-top: 16px;
}
.widget .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail h4 a {
    color: inherit;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.widget .penci-widget-slider.penci-post-slider-style-3 .penci-widget-slide-detail h4 a:hover {
    opacity: 0.8;
}
.penci-post-slider-style-3 .penci-widget-slide-detail .slide-item-date {
    color: #888;
}
/** Social Widget **/
.widget-social {
    text-align: center;
    display: table;
    width: 100%;
}
.widget-social.pc_alignleft {
    text-align: left;
}
.widget-social.pc_alignright {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .pcfb-wrapper .widget-social.pc_alignleft,
    .pcfb-wrapper .widget-social.pc_alignright {
        text-align: center;
    }
}
.widget-social.show-text {
    margin-left: -5px;
}
.widget-social a i {
    width: 36px;
    height: 36px;
    line-height: 34px;
    background: none;
    color: #313131;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 5px 5px;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
}
.widget-social.show-text a i {
    margin-bottom: 0;
}
.widget-social a:hover {
    text-decoration: none !important;
}
.widget-social a:hover i {
    text-decoration: none;
    color: #ffffff;
    background: var(--pcaccent-cl);
    border-color: var(--pcaccent-cl);
}
.widget-social a span {
    display: none;
}
.widget-social a:first-child {
    margin-left: 0;
}
.widget-social a:last-child {
    margin-right: 0;
}
.widget-social.show-text > a {
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 10px;
    text-decoration: none;
}
.widget-social.show-text > a:nth-child(2n+1) {
    clear: both;
}
.widget-social.show-text a span {
    display: inline-block;
    color: #313131;
    text-transform: uppercase;
    font-size: 13px;
    margin-left: 10px;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    letter-spacing: 0;
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    line-height: 20px;
}
.widget-social.show-text.remove-uppercase-text a span {
    text-transform: none;
}
.widget-social.show-text a:hover span {
    color: var(--pcaccent-cl);
}
.widget-social.remove-circle a i {
    width: auto;
    height: auto;
    line-height: 20px;
    background: none !important;
    border: none !important;
}
.widget-social.remove-circle a:hover i {
    color: var(--pcaccent-cl);
}
.widget-social.remove-circle a span {
    line-height: 20px;
    margin-left: 5px;
}
.widget-social.remove-circle:not(.show-text) a i {
    margin: 0 7px 5px;
}
.widget-social.penci-social-colored a i {
    border: none !important;
    line-height: 36px;
    color: #fff !important;
}
.widget-social.penci-social-colored a:hover i {
    opacity: 0.85;
}
.widget-social.remove-border-radius a i {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
/* = Comments
-----------------------------------------------------*/
.post-comments {
}
form#commentform > div.penci-gdpr-message {
    line-height: 1.5;
    margin: -4px 0 15px;
    font-size: 14px;
    color: #777;
}
.post-comments .post-title-box {
    border-top: 1px solid #DEDEDE;
    padding-top: 36px;
}
body.single-portfolio .post-comments .post-title-box {
    border-top: none;
}
h3.comment-reply-title {
    padding-top: 36px !important;
    border-top: 1px solid #DEDEDE;
}
.comments .comment {
    border-top: 1px solid #DEDEDE;
}
.comments > .comment:first-child,
.comments .comment > .comment:first-child {
    border-top: none;
}
.thecomment {
    padding-top: 28px;
    padding-bottom: 21px;
    display: table;
    width: 100%;
}
.comments > .comment:first-child > .thecomment {
    padding-top: 0;
}
.thecomment .author-img {
    float: left;
    margin-right: 20px;
    width: 60px;
}
.thecomment .author-img img {
    margin: 0;
    width: 100%;
}
.thecomment .comment-text {
    margin-left: 80px;
    position: relative;
}
.thecomment .comment-text span.author, .thecomment .comment-text span.author a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #313131;
    margin-bottom: 11px;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
}
.thecomment .comment-text span.author a {
    display: inline-block;
    margin: 0;
}
.thecomment .comment-text span.author a:hover {
    color: #9e9e9e;
}
.thecomment .comment-text span.date {
    font-size: 12px;
    color: #888888;
    display: block;
}
.thecomment .comment-text span.date i {
    margin-right: 5px;
}
.thecomment .comment-text > em {
    font-size: 12px;
    display: block;
    color: orange;
    margin: 5px 0 0;
}
.thecomment .comment-text > em i {
    font-size: 14px;
    color: #f3bd00;
}
.thecomment .comment-content {
    margin-top: 15px;
    margin-bottom: 0;
}
.thecomment .comment-text span.reply {
    position: absolute;
    top: 0;
    right: 0;
}
.post-comments > .comments > .depth-1:last-child {
}
.post-comments span.reply a {
    font-size: 11px;
    color: #888888;
    margin-left: 18px;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    text-align: center;
}
.post-comments span.reply a:hover {
    color: #313131;
}
.comments .children,
.comments > .comment > .comment,
.comments > .comment > .comment > .comment,
.comments > .comment > .comment > .comment > .comment,
.comments > .comment > .comment > .comment > .comment > .comment {
    margin: 0 0 0 60px;
}
@media only screen and (max-width: 767px) {
    .comment-respond .comment-reply-title small {
        display: block;
        margin-top: 15px;
    }
}
/* = Reply
-------------------------------------------------------*/
#respond {
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}
.no-comment-yet #respond {
    padding-top: 0;
    border-top: 0;
}
#respond h3 {
    font-size: 14px;
    color: #939393;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: var(--pchead-font);
    text-transform: uppercase;
}
#respond h3 a {
    color: #000;
    display: inline-block;
}
#respond h3 small a {
    text-transform: uppercase;
    font-size: 12px;
    color: #888888;
    padding: 0;
    margin-left: 7px;
    letter-spacing: 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 500;
    position: absolute;
    right: 0;
}
#respond h3 small a:hover {
    color: #313131;
}
form.wpcf7-form {
    margin-left: -14px;
    margin-right: -14px;
}
#respond form#commentform {
    margin: 0;
}
#respond form#commentform > iframe.jetpack_remote_comment {
    max-width: calc(100% - 1px);
}
.mc4wp-form label {
    text-align: left;
    margin-bottom: 10px;
    display: block;
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url,
.wpcf7 p.name,
.wpcf7 p.email,
.wpcf7 p.subject {
    width: 33.333333%;
    padding: 0 14px;
    float: left;
    display: inline-block;
    margin: 0;
}
#respond p.comment-form-author,
#respond p.comment-form-email,
#respond p.comment-form-url {
    width: 32%;
    margin-left: 2%;
    padding: 0;
}
.wpcf7 .ajax-loader {
    display: none;
}
.wpcf7 form.submitting .ajax-loader {
    display: inline-block;
}
#respond p.comment-form-author {
    margin-left: 0;
}
#respond .review-title-form,
#respond #add_comment_rating_wrap,
#respond p.comment-form-comment {
    clear: both;
    margin: 0;
}
#respond #add_comment_rating_wrap {
    position: relative;
    font-size: 12px;
    display: block;
    margin-bottom: 20px;
}
#add_comment_rating_wrap i {
    color: #ffb900;
}
#add_post_rating {
    position: absolute;
    bottom: 0;
    right: 0;
    visibility: hidden;
}
.wpcf7 p.message {
    clear: both;
    margin: 0 14px;
}
form.comment-form > p,
form.comment-form > div,
form.comment-form > input,
form.comment-form > textarea,
form.comment-form > label,
form.comment-form > span,
form.wpcf7-form > div,
form.wpcf7-form > p,
form.wpcf7-form > input,
form.wpcf7-form > textarea,
form.wpcf7-form > label,
form.wpcf7-form > span,
form#commentform > p,
form#commentform > div,
form#commentform > input,
form#commentform > textarea,
form#commentform > label,
form#commentform > span {
    margin: 0 14px;
}
form#commentform > input[type="checkbox"] {
    margin-left: 14px !important;
    margin-right: 14px !important;
}
form.wpcf7-form > div.wpcf7-response-output {
    margin-left: 14px;
    margin-right: 14px;
}
form#commentform > p.comment-form-mailpoet,
form#commentform > p.mc4wp-checkbox {
    margin-left: 0;
}
.captchaSizeDivLarge {
    clear: both;
}
label#captcha_code_label {
    display: inline-block;
}
form#commentform > p.comment-subscription-form {
    margin-top: 15px;
    margin-left: 0;
    line-height: 1.3;
}
form#commentform > p.comment-subscription-form:last-child {
    margin-top: 5px;
}
form#commentform > p.comment-subscription-form input[type="checkbox"] {
    margin: 0;
    vertical-align: top;
}
#respond p.comment-subscription-form label {
    vertical-align: top;
}
form#commentform p.mc4wp-checkbox label,
form#commentform p.comment-subscription-form label {
    font-family: inherit;
    font-size: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    color: #777;
}
#respond label,
.wpcf7 label {
    color: #939393;
    font-size: 12px;
    display: block;
    font-family: var(--pchead-font);
    text-transform: none;
    font-weight: var(--pchead-wei);
    margin-bottom: 8px;
}
#respond .comment-form label {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    letter-spacing: 0;
}
#respond .comment-form #add_comment_rating_wrap label {
    font-family: var(--pcbody-font);
    font-weight: inherit;
    font-size: inherit;
    color: var(--pctext-cl);
    letter-spacing: 0;
    font-size: 14px;
}
#respond .comment-form-cookies-consent label {
    display: inline;
}
#respond p.form-submit,
.wpcf7 p.submit {
    margin: 0 14px;
    text-align: center;
    clear: both;
}
#respond p.form-submit {
    margin: 0;
}
.penci-login-register:before,
.penci-login-register:after,
.pclg-2col:before, .pclg-2col:after {
    content: '';
    display: table;
    width: 100%;
}
.penci-login-register input[type="email"],
.penci-login-register input[type="text"],
.penci-login-register input[type="password"],
.penci-login-register input[type="number"],
#respond input,
.wpcf7 input,
.widget_wysija input {
    padding: 12px 20px;
    max-width: 100%;
    border: 1px solid #DEDEDE;
    margin-bottom: 28px;
    font-size: 14px;
    width: 100%;
    font-weight: normal;
    font-family: var(--pcbody-font);
    max-height: 50px;
    background: none;
}
.penci-login-register input:focus,
#respond input:focus,
.wpcf7 input:focus {
    outline: none;
}
.penci-login-register textarea,
#respond textarea,
.wpcf7 textarea {
    padding: 15px 20px;
    border: 1px solid #DEDEDE;
    width: 100%;
    height: 120px;
    font-size: 14px;
    color: #313131;
    margin-bottom: 28px;
    line-height: 20px;
    font-weight: normal;
    outline: none;
    vertical-align: top;
    font-family: var(--pcbody-font);
}
.penci-login-register textarea:focus,
#respond textarea:focus,
.wpcf7 textarea:focus {
    outline: none;
}
.penci-login-register input[type="submit"],
#respond #submit,
.wpcf7 input[type="submit"],
.widget_wysija input[type="submit"] {
    text-transform: uppercase;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    background: #F5F5F5;
    border-radius: 0;
    font-size: 14px;
    color: #313131;
    padding: 12px 20px;
    display: inline-block;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    width: auto;
    min-width: 120px;
    text-align: center;
    margin: 0;
    border: none;
}
.penci-login-register input[type="submit"]:hover,
#respond #submit:hover,
.wpcf7 input[type="submit"]:hover,
.widget_wysija input[type="submit"]:hover {
    color: #fff;
    background: var(--pcaccent-cl);
}
.contact-form input[type=email], .contact-form input[type=text] {
    max-width: 300px;
    width: 100%;
    padding: 10px 15px;
}
.contact-form input[type=submit] {
    text-transform: uppercase;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    background: #F5F5F5;
    border-radius: 0;
    font-size: 14px;
    color: #313131;
    padding: 16px 20px;
    display: inline-block;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    width: auto;
    min-width: 120px;
    text-align: center;
    margin: 0;
    border: none;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="date"],
.widget input[type="number"],
.widget input[type="search"],
.widget input[type="password"] {
    border: 1px solid #DEDEDE;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    background: none;
    display: block;
    font-size: 13px;
    padding: 11px 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-family: var(--pcbody-font);
    width: 100%;
    max-width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    height: auto;
    vertical-align: baseline;
    line-height: normal;
}
.penci-button,
.widget input[type="submit"],
.widget button[type="submit"] {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 12px 20px;
    text-transform: uppercase;
    color: #313131;
    margin: 0;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background: #F5F5F5;
    max-width: 100%;
    outline: none;
}
.penci-button,
.widget input[type="submit"]:hover,
.widget button[type="submit"]:hover {
    background: var(--pcaccent-cl);
    color: #fff;
}
#respond input[type="checkbox"],
.wpcf7 input[type="checkbox"],
.widget_wysija input[type="checkbox"],
.widget input[type="checkbox"],
#respond input[type="radio"],
.wpcf7 input[type="radio"],
.widget_wysija input[type="radio"],
.widget input[type="radio"] {
    width: auto;
    margin: 0;
    padding: 0;
}
form#commentform > .comment-form-cookies-consent {
    margin: 0 0 15px 0;
    clear: both;
    line-height: 1.4;
    color: #777;
}
#respond .comment-form-cookies-consent input[type="checkbox"] {
    margin-right: 5px;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
}
@media only screen and (min-width: 768px) {
    .post-comments.penci-comments-hide-1 #respond input,
    .post-comments.penci-comments-hide-2 #respond input {
        max-width: 100%;
    }
    .post-comments.penci-comments-hide-1 #respond p.comment-form-author,
    .post-comments.penci-comments-hide-1 #respond p.comment-form-email,
    .post-comments.penci-comments-hide-1 #respond p.comment-form-url {
        width: 49%;
    }
    .post-comments.penci-comments-hide-1 #respond .comment-form > p:nth-child(2) {
        margin-left: 0;
    }
    .post-comments.penci-comments-hide-2 #respond p.comment-form-author,
    .post-comments.penci-comments-hide-2 #respond p.comment-form-email,
    .post-comments.penci-comments-hide-2 #respond p.comment-form-url {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
/* = Breadcrumb
-----------------------------------------------------*/
.penci-container-inside.penci-breadcrumb,
.container.penci-breadcrumb {
    line-height: 1.4;
    margin-bottom: 20px;
}
.container.penci-breadcrumb {
    margin-top: calc(25px - var(--pchd-mg));
    clear: both;
}
.container.penci-breadcrumb.penci-crumb-inside {
    width: 100%;
    margin-top: 0;
}
.post-image .container.penci-breadcrumb {
    width: 100%;
    margin-bottom: 20px;
}
.single.penci-body-single-style-5 .container.penci-breadcrumb,
.single.penci-body-single-style-6 .container.penci-breadcrumb {
    margin-bottom: 20px;
}
.penci-header-text-white .container.penci-breadcrumb {
    margin-top: 0;
}
.wrapper-boxed.penci-page-hide-header .container.penci-breadcrumb {
    margin-top: 10px;
}
.penci-container-inside.penci-breadcrumb {
    margin-top: -5px;
}
.wrapper-boxed.penci-page-hide-header .featured-area + .container.penci-breadcrumb {
    margin-top: calc(25px - var(--pchd-mg));
}
.page #sidebar-nav + .container.penci-breadcrumb {
    margin-top: 0;
}
.penci-container-inside.penci-breadcrumb span,
.penci-container-inside.penci-breadcrumb span a,
.penci-container-inside.penci-breadcrumb a,
.container.penci-breadcrumb span,
.container.penci-breadcrumb a,
.container.penci-breadcrumb span a {
    font-size: 13px;
    color: #888888;
}
.penci-container-inside.penci-breadcrumb span a:hover,
.penci-container-inside.penci-breadcrumb a:hover,
.container.penci-breadcrumb a:hover,
.container.penci-breadcrumb span a:hover {
    color: var(--pcaccent-cl);
}
.penci-container-inside.penci-breadcrumb span.separator,
.container.penci-breadcrumb span.separator,
.penci-container-inside.penci-breadcrumb i,
.container.penci-breadcrumb i {
    color: #888888;
    font-size: 13px;
    margin: 0 15px 0 19px;
}
.penci-container-inside.penci-breadcrumb span.separator,
.container.penci-breadcrumb span.separator {
    margin: 0 15px 0 15px;
}
.penci-container-inside.penci-woo-breadcrumb,
.container.penci-woo-breadcrumb {
    width: 100% !important;
    margin-top: 0;
}
/* = Page Header
-----------------------------------------------------*/
.penci-page-header {
    margin: 0 0 30px 0;
    text-align: center;
    position: relative;
}
.penci-page-header:after,
.penci-page-header:before {
    content: none;
}
.penci-page-header h1 {
    font-size: 24px;
    color: #313131;
    text-transform: uppercase;
}
/* = Wordpress style of core
-----------------------------------------------------*/
.alignnone {
    margin: 5px 0 20px 0;
}
.post-entry p > .alignnone {
    margin: 5px 0 0 0;
}
.aligncenter,
div.aligncenter,
.video-align-center {
    display: block;
    margin: 5px auto 20px auto;
}
.alignright, .video-align-right {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft, .video-align-left {
    float: left;
    margin: 5px 20px 20px 0;
}
.video-align-left,
.video-align-right {
    display: block;
    width: 100%;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 17px 30px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 30px 17px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: none;
    border: none;
    padding: 0;
    max-width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.wp-caption.alignnone {
    margin: 5px 0 17px 0;
}
.wp-caption.alignleft {
    margin: 5px 30px 17px 0;
}
.wp-caption.alignright {
    margin: 5px 0 17px 30px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.wp-caption p.wp-caption-text,
.penci-featured-caption {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 11px 10px;
    color: #fff;
    font-style: italic;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.wp-caption p.wp-caption-text {
    text-align: center;
}
.wp-caption:hover p.wp-caption-text,
.post-image:hover .penci-featured-caption {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    opacity: 0.7;
}
.penci-single-style-3 .post-image .penci-owl-carousel figure p,
.penci-single-style-7 .post-image .penci-owl-carousel figure p,
.penci-single-style-3 .penci-featured-caption,
.penci-single-style-7 .penci-featured-caption {
    bottom: 40px;
    text-align: left;
    display: inline-block;
    width: auto;
    transform: none !important;
    opacity: 1 !important;
    padding: 10px 20px;
    left: 0;
    right: auto;
}
.penci-single-style-7 .penci-featured-caption,
.penci-single-style-7 .post-image .penci-owl-carousel figure p {
    width: 100%;
    text-align: center;
}
.penci-featured-caption.penci-fixed-caption {
    transform: none !important;
    opacity: 1 !important;
}
.penci-featured-caption.penci-fixed-caption.penci-caption-relative {
    position: static;
    background: none;
    padding: 0;
    display: block;
    margin-top: 10px;
}
.penci-featured-caption.penci-fixed-caption.penci-caption-relative:before {
    content: none;
    display: none;
}
.penci-featured-caption.penci-fixed-caption.penci-caption-relative a {
    color: inherit;
}
@media only screen and (max-width: 960px) {
    .penci-single-style-3 .post-image .penci-owl-carousel figure p,
    .penci-single-style-7 .post-image .penci-owl-carousel figure p,
    .penci-single-style-3 .penci-featured-caption,
    .penci-single-style-7 .penci-featured-caption {
        bottom: 0;
        width: 100%;
        text-align: center;
    }
}
/*** Pre & Code ***/
.post-entry pre {
    display: block;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    background-color: #f4f4f4;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 20px;
    line-height: 1.4;
    padding: 15px;
    letter-spacing: 0;
    color: inherit;
}
.post-entry code {
    padding: 2px;
    border-radius: 2px;
    color: #23282d;
    background: #f4f4f4;
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: inherit;
    border: none;
}
.penci-single-block {
    display: block;
    clear: both;
}
.penci-ldsingle {
    display: block;
    clear: both;
    text-align: center;
    width: 100%;
    margin: 30px 0;
}
.penci-ldspinner {
    display: inline-block;
    vertical-align: top;
}
.penci-ldspinner > div {
    width: 18px;
    height: 18px;
    margin: 0 5px;
    background-color: var(--pcaccent-cl);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.2s infinite ease-in-out both;
    animation: sk-bouncedelay 1.2s infinite ease-in-out both;
}
.penci-ldspinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.penci-ldspinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
.penci-single-infiads {
    margin: 10px 0 40px;
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.penci-single-infiscroll .penci-single-block:not(:first-child) .container.penci-breadcrumb {
    margin-top: 0;
}
/* = Contact form 7
-----------------------------------------------------*/
div.wpcf7 {
    overflow: hidden;
    margin-top: 40px;
}
span.wpcf7-not-valid-tip {
    margin-top: -15px;
    margin-bottom: 15px;
}
div.wpcf7-response-output {
    margin: 20px 14px 1em;
    padding: 0.6em 1em;
    margin-top: 20px !important;
}
/* = Page 404
-----------------------------------------------------*/
.error-404 {
    text-align: center;
    margin: 150px 0 112px;
}
.error-image {
    position: relative;
    padding-bottom: 41px;
    margin-bottom: 30px;
}
.error-image:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: var(--pcaccent-cl);
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.error-404 .sub-heading-text-404 {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    color: #313131;
    text-align: center;
}
.error-404 form.pc-searchform {
    margin: 31px 0 0;
    padding: 0 10px;
}
.error-404 form.pc-searchform .pc-searchform-inner {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
}
.error-404 .go-back-home {
    margin-top: 50px;
    text-align: center;
}
.error-404 .go-back-home a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    text-decoration: none;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding-bottom: 1px;
}
.error-404 .go-back-home a:after {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: var(--pcaccent-cl);
    content: "";
}
/*-----------------------------------------------
    Responsive Design
------------------------------------------------*/
@media only screen and (min-width: 961px) and (max-width: 1400px) {
    .container.two-sidebar.two-sidebar {
        width: 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
/*--------- Max width 1169px and Min width 961px ---------*/
@media only screen and (min-width: 1170px) {
    .footer-widget-wrapper .fb_iframe_widget,
    .footer-widget-wrapper .fb_iframe_widget span,
    .footer-widget-wrapper .fb_iframe_widget span iframe[style] {
        width: 340px !important;
    }
    .footer-widget-wrapper .widget.penci_facebook_widget {
        text-align: center;
    }
}
@media only screen and (max-width: 1200px) {
    .featured-style-38 .penci-owl-carousel .owl-item .item {
        width: 400px;
    }
}
@media only screen and (max-width: 1169px) {
    .penci-video-overlay-background {
        display: block;
    }
    .penci-post-gallery-container.masonry .item-gallery-masonry,
    .inner-portfolio-posts .portfolio-item {
        width: 50%;
    }
    .penci-header-signup-form .mc4wp-form-fields > p,
    .penci-header-signup-form form > p {
        display: block;
        max-width: 100% !important;
        text-align: center;
        padding: 0;
    }
    .penci-header-signup-form .mc4wp-form input[type="text"],
    .penci-header-signup-form .mc4wp-form input[type="email"],
    .penci-header-signup-form .mc4wp-form input[type="submit"] {
        margin: 20px auto 0;
        max-width: 400px;
    }
    ul.homepage-featured-boxes,
    .post-entry ul.homepage-featured-boxes {
        margin-left: -8px;
        margin-right: -8px;
    }
    ul.homepage-featured-boxes li, .post-entry ul.homepage-featured-boxes li {
        padding: 0 8px;
    }
    .penci-post-gallery-container.masonry.column-4 .item-gallery-masonry {
        width: 50%;
    }
    .pencislider-container {
        padding: 0 25px;
    }
    .featured-style-3 .penci-owl-carousel .penci-image-holder:before {
        height: 0;
        padding-top: 50%;
    }
    .featured-style-20 .penci-mag-featured-content .feat-meta,
    .featured-style-21 .penci-mag-featured-content .feat-meta,
    .featured-style-22 .penci-mag-featured-content .feat-meta,
    .featured-style-23 .penci-mag-featured-content .feat-meta,
    .featured-style-24 .penci-mag-featured-content .feat-meta,
    .featured-style-25 .penci-mag-featured-content .feat-meta,
    .featured-style-26 .penci-mag-featured-content .feat-meta {
        display: none;
    }
    .penci-item-mag {
        overflow: hidden;
    }
    .featured-style-24 .penci-image-holder:before {
        height: 160px;
    }
    .featured-style-24 .penci-item-2 .penci-image-holder:before {
        height: 200px;
    }
    .featured-style-24 .penci-item-1 .penci-image-holder:before {
        height: 364px;
    }
    .featured-style-24 .penci-item-1 .penci-mag-featured-content h3 a {
        font-size: 20px;
    }
    .featured-style-24 .penci-item-2 .penci-mag-featured-content h3 a {
        font-size: 16px;
    }
    .featured-style-24 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-24 .penci-item-0 .penci-mag-featured-content h3 a {
        text-transform: none;
        letter-spacing: 0;
    }
    .featured-style-25 .penci-image-holder:before {
        height: 150px;
    }
    .featured-style-26 .penci-image-holder:before {
        height: 160px;
    }
    .featured-style-25 .penci-item-1 .penci-image-holder:before {
        height: 458px;
    }
    .featured-style-26 .penci-item-1 .penci-image-holder:before {
        height: 324px;
    }
    .featured-style-29.style-30 .penci-image-holder:before {
        height: 450px;
    }
    .footer-widget-wrapper.footer-widget-style-4 {
        width: 48%;
        margin-right: 4%;
    }
    .footer-widget-wrapper.footer-widget-style-4:nth-child(2) {
        margin-right: 0;
    }
    .footer-widget-wrapper.footer-widget-style-4:nth-child(3) {
        clear: both;
    }
    .footer-widget-wrapper.footer-widget-style-4:nth-child(1),
    .footer-widget-wrapper.footer-widget-style-4:nth-child(2) {
        margin-bottom: 30px;
    }
    .footer-widget-wrapper.footer-widget-style-5,
    .footer-widget-wrapper.footer-widget-style-6,
    .footer-widget-wrapper.footer-widget-style-7 {
        width: 25.25%;
    }
    .footer-widget-wrapper.footer-widget-style-5:first-child,
    .footer-widget-wrapper.footer-widget-style-6:nth-child(2),
    .footer-widget-wrapper.footer-widget-style-7:last-child {
        width: 42.5%;
    }
    .footer-widget-wrapper.footer-widget-style-8,
    .footer-widget-wrapper.footer-widget-style-9 {
        width: 26%;
    }
    .footer-widget-wrapper.footer-widget-style-8:last-child,
    .footer-widget-wrapper.footer-widget-style-9:first-child {
        width: 70.5%;
    }
    .penci-related-grid-display .item-related {
        width: 50%;
    }
    .penci-related-grid-display .item-related:nth-child(3n+1) {
        clear: none;
    }
    .penci-related-grid-display .item-related:nth-child(2n+1) {
        clear: both;
    }
    .featured-style-35.style-36 .penci-featured-content-right,
    .featured-style-35 .penci-featured-content-right {
        width: 350px;
    }
    .featured-style-35.style-36 .penci-image-holder:before,
    .featured-style-35 .penci-image-holder:before {
        height: 450px;
    }
    .featured-style-35 .featured-content-excerpt p {
        display: none;
    }
    .featured-style-35 .feat-text-right .penci-featured-slider-button {
        animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
    }
    .featured-style-35 .feat-text-right h3 a {
        font-size: 24px;
    }
    .penci-headline {
        text-align: center;
        padding: 15px 0 8px;
    }
    .penci-headline .pctopbar-item {
        float: none;
        margin-left: 0;
        margin-right: 0;
        display: block;
        margin-bottom: 10px;
        line-height: normal;
    }
    .penci-headline .pctopbar-item.penci-topbar-social,
    .penci-headline .pctopbar-item.penci-topbar-social-mobile {
        margin-bottom: 6px;
    }
    .penci-topbar-social a,
    .penci-topbar-social-mobile a {
        line-height: normal;
        float: none;
        margin-bottom: 5px;
    }
    ul.penci-topbar-menu-mobile > li > a,
    div.penci-topbar-menu-mobile > ul > li > a,
    ul.penci-topbar-menu > li > a,
    div.penci-topbar-menu > ul > li > a {
        line-height: 1.6;
    }
    .penci-headline .pctopbar-item.penci-topbar-trending {
        margin-left: auto;
        margin-right: auto;
    }
    .pctopbar-login-btn li.pclogin-item img {
        top: auto;
        display: inline-block;
    }
}
@media only screen and (min-width: 961px) and (max-width: 1169px) {
    .container,
    .featured-area.style-1,
    .featured-area.style-4,
    .featured-area.magazine-slider,
    #navigation ul.menu > li.megamenu > ul.sub-menu {
        width: 940px;
    }
    .wrapper-boxed.enable-boxed,
    .wrapper-boxed.enable-boxed .is-sticky #navigation {
        max-width: 1000px;
    }
    .container.has-banner #logo {
        width: 320px;
        padding-right: 30px;
    }
    .container.has-banner .header-banner {
        width: 620px;
    }
    #navigation.header-4 .pcheader-icon,
    #navigation.header-5 .pcheader-icon,
    #navigation.header-6 .pcheader-icon {
        margin-left: 26px;
    }
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts .penci-mega-post {
        width: 25%;
    }
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post {
        width: 33.3333%;
    }
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5.mega-row-1 .penci-mega-post:nth-child(5),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-1 .penci-mega-post:nth-child(4),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5.mega-row-2 .penci-mega-post:nth-child(9),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5.mega-row-2 .penci-mega-post:nth-child(10),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-2 .penci-mega-post:nth-child(8),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-2 .penci-mega-post:nth-child(7),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5.mega-row-3 .penci-mega-post:nth-child(15),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5.mega-row-3 .penci-mega-post:nth-child(14),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5.mega-row-3 .penci-mega-post:nth-child(13),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-3 .penci-mega-post:nth-child(12),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-3 .penci-mega-post:nth-child(11),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-3 .penci-mega-post:nth-child(10) {
        display: none;
    }
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5 .penci-mega-post:nth-child(5n+1),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4 .penci-mega-post:nth-child(4n+1) {
        clear: none;
    }
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-5 .penci-mega-post:nth-child(4n+1),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-2 .penci-mega-post:nth-child(3n+1),
    #navigation .penci-megamenu .penci-content-megamenu .penci-mega-latest-posts.col-mn-4.mega-row-3 .penci-mega-post:nth-child(3n+1) {
        clear: both;
    }
    #navigation ul.menu > li,
    #navigation .menu > ul > li {
        margin-right: 16px;
    }
    #navigation ul.menu li.megamenu ul ul > li > a,
    #navigation .menu ul li.megamenu ul ul > li > a {
        margin: 0 10px;
    }
    .featured-carousel .featured-content,
    .featured-carousel.style-2 .featured-content {
        top: 38.7%;
    }
    .featured-carousel.style-7 .featured-content .feat-text h3,
    .wrapper-boxed.enable-boxed .featured-carousel.style-7 .featured-content .feat-text h3,
    .featured-carousel.style-7 .featured-content .feat-text h3 a {
        padding: 0;
    }
    .featured-carousel.style-7 .featured-content .feat-text h3 a:before,
    .featured-carousel.style-7 .featured-content .feat-text h3 a:after {
        content: none;
        display: none;
    }
    .penci-image-holder.slider-style-1-fix {
        height: 480px;
    }
    .penci-image-holder.slider-style-3-fix {
        height: 460px;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content,
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content {
        height: 300px;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content {
        height: 600px;
    }
    .penci-magazine-slider ul.mag-wrap li {
        width: 303px;
        height: 212px;
    }
    .penci-magazine-slider ul.mag-wrap li.mag-item-1 {
        width: 636px;
        height: 424px;
    }
    ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 .fea-box-img:before {
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
    }
    /* Slider */
    .featured-style-6 .wrapper-item .penci-item-mag {
        width: 32.83%;
    }
    .featured-style-6 .wrapper-item .penci-item-1 {
        width: 67.17%;
        border-right: 5px solid transparent;
    }
    .featured-style-6 .wrapper-item .penci-item-2 {
        border-bottom: 2px solid transparent;
    }
    .featured-style-6 .wrapper-item .penci-item-0 {
        border-top: 3px solid transparent;
    }
    .featured-style-13 .penci-image-holder:before,
    .featured-style-15 .penci-image-holder:before {
        height: 350px;
    }
    .featured-style-14 .penci-image-holder:before,
    .featured-style-16 .penci-image-holder:before {
        height: 300px;
    }
    .featured-style-16 .penci-mag-featured-content h3 a {
        font-size: 15px;
    }
    .featured-style-17 .penci-image-holder:before,
    .featured-style-18 .penci-image-holder:before {
        height: 160px;
    }
    .featured-style-17 .penci-slide17-item-2 .penci-image-holder:before,
    .featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
        height: 324px;
    }
    .featured-style-17 .penci-mag-featured-content .feat-meta,
    .featured-style-18 .penci-mag-featured-content .feat-meta {
        display: none;
    }
    .penci-mag-featured-content h3 a {
        font-size: 14px;
    }
    .featured-style-17 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-18 .penci-item-3 .penci-mag-featured-content h3 a {
        font-size: 20px;
    }
    .featured-style-17 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-18 .penci-slide-overlay .penci-mag-featured-content {
        left: 0;
        width: 100%;
        padding: 0 5px;
        text-align: center;
    }
    .penci-grid li.list-boxed-post-2 {
        width: 50%;
    }
    .penci_sidebar .penci-grid li.list-boxed-post-2 {
        width: 100%;
    }
    .penci-grid li.list-boxed-post-2:nth-of-type(2n+1) {
        clear: both;
    }
    .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
        height: 312px;
    }
    .penci-grid li.list-boxed-post-2:nth-of-type(2n+1) .content-boxed-2.show-top {
        display: none;
    }
    .penci-grid li.list-boxed-post-2:nth-of-type(2n+1) .content-boxed-2.show-bottom {
        display: block;
    }
    .penci-grid li.list-boxed-post-2:nth-of-type(2n+2) .content-boxed-2.show-top {
        display: block;
    }
    .penci-grid li.list-boxed-post-2:nth-of-type(2n+2) .content-boxed-2.show-bottom {
        display: none;
    }
    .penci_sidebar .penci-grid li.list-boxed-post-2 .content-boxed-2.show-top {
        display: none !important;
    }
    .penci_sidebar .penci-grid li.list-boxed-post-2 .content-boxed-2.show-bottom {
        display: block !important;
    }
    .penci_sidebar .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
        min-height: 312px;
        height: auto;
    }
    .penci-grid li.list-boxed-post-2 .item > .thumbnail:before {
        display: none;
        content: none;
    }
    .penci-photo-2-effect figcaption h2 {
        padding: 0 20px 20px;
        font-size: 18px;
    }
    .penci-photo-2-effect figcaption p {
        margin-top: 20px;
        padding: 0 20px;
        font-size: 93%;
    }
    .penci_sidebar .penci-photo-2-effect figcaption p {
        display: none;
    }
    .penci_sidebar .penci-photo-2-effect figcaption:before, .penci_sidebar .penci-photo-2-effect figcaption:after {
        display: none;
        content: none;
    }
    .penci_sidebar .penci-photo-2-effect figcaption h2 {
        padding: 0 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        font-size: 14px;
    }
    .container.penci_sidebar .penci-grid li.typography-style {
        width: 48.05%;
        margin-right: 3.9%;
    }
    .container.penci_sidebar .penci-grid li.typography-style:nth-of-type(3n+3) {
        margin-right: 3.9%;
        clear: none;
    }
    .container.penci_sidebar .penci-grid li.typography-style:nth-of-type(2n+1) {
        margin-right: 0;
    }
    .container.penci_sidebar .penci-grid li.typography-style:nth-of-type(2n+1) {
        clear: both;
    }
    .container.penci_sidebar .penci-grid li.typography-style {
        width: 100%;
        margin-right: 0;
    }
    .penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image img,
    .widget ul.side-newsfeed li .side-item .side-image img {
        width: 100px;
    }
    .penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4 a,
    .widget ul.side-newsfeed li .side-item .side-item-text h4 a {
        font-size: 14px;
    }
    .penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text .side-item-meta,
    .widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
        font-size: 11px;
    }
    .portfolio-overlay-content .portfolio-short,
    .penci_sidebar .penci-portfolio.column-2 .portfolio-overlay-content .portfolio-short {
        margin-top: 17%;
    }
    .penci-grid .list-post.list-boxed-post .item .content-list-right {
        min-height: 313px;
        height: 313px;
    }
    .container.penci_sidebar .penci-masonry .item-masonry.standard-masonry {
        width: 100%;
    }
    .home-featured-cat-content .mag-photo .magcat-detail {
        width: 100%;
    }
    .home-featured-cat-content .magcat-detail h3 a {
        font-size: 14px;
    }
    .home-featured-cat-content .magcat-detail .mag-meta {
        margin-top: 5px;
    }
    .home-featured-cat-content .mag-photo .grid-post-box-meta span,
    .home-featured-cat-content .mag-photo .grid-post-box-meta span a {
        font-size: 12px;
    }
    .widget-social.show-text a span {
        margin-left: 1px;
        font-size: 12px;
    }
    ul.footer-socials li {
        margin-right: 12px;
    }
    ul.footer-socials li a span {
        margin-left: 8px;
    }
    .overlay-header-box .overlay-title a {
        font-size: 20px;
    }
    .widget .penci-widget-slider .penci-widget-slide-detail h4 a {
        font-size: 14px;
    }
    .penci-widget-slide-detail .slide-item-date {
        font-size: 13px;
    }
    .home-featured-cat-content .mag-photo .magcat-detail {
        padding: 15px;
    }
    .home-featured-cat-content .penci-magcat-carousel .magcat-detail h3 a {
        font-size: 16px;
    }
    .penci-single-mag-slider .magcat-detail .magcat-titlte {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1169px) {
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li,
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1,
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 {
        margin: 0 0 5px;
        width: 100% !important;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 {
        margin: 0;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content {
        width: 50%;
        float: left;
        display: block;
        margin: 0 !important;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content:first-child {
        border-right: 3px solid transparent;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content:last-child {
        border-left: 3px solid transparent;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content {
        width: 100%;
        border: none !important;
    }
    .penci-magazine-slider img {
        width: 100%;
    }
}
/*--------- Min width 961px ---------*/
@media only screen and (min-width: 961px) {
    #navigation .menu {
        display: inline-block !important;
    }
}
/*--------- Max width 960px ---------*/
@media only screen and (max-width: 960px) {
    .container.has-banner #logo {
        text-align: center;
        display: block;
        width: auto;
    }
    .container.has-banner .header-banner {
        display: block;
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    .featured-area.style-7.loaded .featured-carousel:before {
        content: none;
        display: none;
    }
    .featured-style-2 .penci-owl-carousel .owl-item .item {
        width: 760px;
    }
    .penci-top-bar {
        text-align: center;
    }
    .penci-top-bar.no-social.topbar-menu {
        display: block;
    }
    .penci-topbar-social {
        float: none;
    }
    .overlay-video-click {
        display: none !important;
    }
    #navigation.header-11 > .container,
    #navigation.header-10 > .container {
        display: table;
    }
    #navigation.header-11 .penci-menu-wrap,
    #navigation.header-10 .penci-menu-wrap {
        display: none;
    }
    #navigation.header-11, #navigation.header-11 .penci-menuhbg-toggle,
    #navigation.header-10, #navigation.header-10 .penci-menuhbg-toggle,
    #navigation.header-6,
    #navigation.header-6 .penci-menuhbg-toggle {
        height: 60px;
    }
    #navigation.header-6 .container {
        text-align: center;
    }
    #navigation.header-6 #logo {
        float: none;
        display: inline-block;
    }
    #navigation.header-6 #logo img {
        max-height: 58px;
        padding: 10px 0;
    }
    #navigation.header-11 .show-search,
    #navigation.header-10 .show-search,
    #navigation.header-9 .show-search,
    #navigation.header-6 .show-search {
        height: 58px;
    }
    #navigation.header-9 .pcheader-icon > a,
    #navigation.header-9 .show-search a.close-search,
    #navigation.header-9 .main-nav-social,
    #navigation.header-10 .pcheader-icon > a,
    #navigation.header-10 .show-search a.close-search,
    #navigation.header-10 .main-nav-social,
    #navigation.header-11 .pcheader-icon > a,
    #navigation.header-11 .show-search a.close-search,
    #navigation.header-11 .main-nav-social {
        height: 58px;
        line-height: 58px;
    }
    #navigation.header-6 .pcheader-icon > a,
    #navigation.header-6 .show-search a.close-search,
    #navigation.header-6 .main-nav-social {
        height: 58px;
        line-height: 58px;
    }
    #navigation.header-6 .show-search form.pc-searchform input.search-input {
        height: 58px;
        padding: 15px 35px 15px 0;
    }
    #navigation.header-6 .pcheader-icon.shoping-cart-icon > a > span {
        top: 12px;
    }
    #navigation.header-7, #navigation.header-8, #navigation.header-9 {
        padding: 0 10px;
    }
    .penci-magazine-slider ul.mag-wrap li {
        width: 50%;
        height: 240px;
        border: none;
    }
    .wrapper-boxed.enable-boxed .featured-area.style-2.loaded-wait button.slick-prev {
        left: 0 !important;
    }
    .wrapper-boxed.enable-boxed .featured-area.style-2.loaded-wait button.slick-next {
        right: 0 !important;
    }
    .penci-magazine-slider ul.mag-wrap li.mag-item-1 {
        width: 100%;
        padding-bottom: 66.11%;
        height: 0;
        border: none;
        border-bottom: 4px solid transparent;
    }
    .penci-magazine-slider ul.mag-wrap li.mag-item-2 {
        border-right: 2px solid transparent;
        border-bottom: none;
    }
    .penci-magazine-slider ul.mag-wrap li.mag-item-3 {
        border-left: 2px solid transparent;
        border-bottom: none;
    }
    /* Slider */
    .featured-style-4 .penci-owl-carousel .penci-image-holder:before,
    .featured-style-5 .penci-owl-carousel .penci-image-holder:before {
        height: 0;
        padding-top: 50%;
    }
    .featured-style-4 .penci-featured-content .featured-slider-overlay,
    .featured-style-5 .penci-featured-content .featured-slider-overlay {
        background: #000;
    }
    .featured-style-4 .penci-featured-content .feat-text h3 a,
    .featured-style-5 .penci-featured-content .feat-text h3 a {
        font-size: 22px;
    }
    .featured-style-4 .penci-owl-carousel .penci-image-holder,
    .featured-style-5 .penci-owl-carousel .penci-image-holder,
    .featured-style-4 .penci-featured-content,
    .featured-style-5 .penci-featured-content {
        width: 100%;
    }
    .penci-slider4-overlay,
    .penci-slider5-overlay {
        background: none !important;
    }
    .featured-style-6 .wrapper-item .penci-item-mag {
        width: 50%;
        border: none;
    }
    .featured-style-6 .wrapper-item .penci-item-1,
    .featured-style-14 .wrapper-item .penci-item-1,
    .featured-style-16 .wrapper-item .penci-item-2,
    .featured-style-16 .wrapper-item .penci-item-mag {
        width: 100%;
        border: none;
        border-bottom: 4px solid transparent;
    }
    .featured-style-6 .wrapper-item .penci-item-2 {
        border-right: 2px solid transparent;
    }
    .featured-style-6 .wrapper-item .penci-item-0 {
        border-left: 2px solid transparent;
    }
    .featured-style-13 .wrapper-item .penci-item-mag,
    .featured-style-14 .wrapper-item .penci-item-mag {
        width: 50%;
    }
    .featured-style-13 .wrapper-item .penci-item-1,
    .featured-style-15 .wrapper-item .penci-item-2,
    .featured-style-15 .wrapper-item .penci-item-mag,
    .featured-style-14 .wrapper-item .penci-item-1 {
        width: 100%;
    }
    .featured-style-13 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-15 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-14 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-16 .penci-slide-overlay .penci-mag-featured-content {
        text-align: center;
    }
    .featured-style-13 .penci-image-holder:before {
        height: 400px;
    }
    .featured-style-14 .penci-image-holder:before,
    .featured-style-15 .penci-image-holder:before,
    .featured-style-16 .penci-image-holder:before {
        height: 350px;
    }
    .featured-style-17 .wrapper-item .penci-slider17-mag-item,
    .featured-style-17 .wrapper-item .penci-slide17-item-2,
    .featured-style-18 .wrapper-item .penci-slider17-mag-item,
    .featured-style-18 .wrapper-item .penci-slide17-item-2 {
        float: none;
        width: 100%;
        vertical-align: top;
    }
    .featured-style-17 .wrapper-item .penci-slide17-item-2,
    .featured-style-18 .wrapper-item .penci-slide17-item-2 {
        border: none;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
    }
    .featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-1,
    .featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-2,
    .featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-4,
    .featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-0,
    .featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-1,
    .featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-2,
    .featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-4,
    .featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-0 {
        width: 50%;
        float: left;
    }
    .featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-1,
    .featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-4,
    .featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-1,
    .featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-4 {
        border-right: 2px solid transparent;
        margin: 0;
    }
    .featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-2,
    .featured-style-17 .wrapper-item .penci-slider17-mag-item .penci-item-0,
    .featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-2,
    .featured-style-18 .wrapper-item .penci-slider17-mag-item .penci-item-0 {
        border-left: 2px solid transparent;
    }
    .featured-style-17 .penci-image-holder:before,
    .featured-style-18 .penci-image-holder:before {
        height: 200px;
    }
    .featured-style-17 .penci-slide17-item-2 .penci-image-holder:before,
    .featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
        height: 300px;
    }
    .featured-style-19 .penci-mag-featured-content .feat-meta {
        display: none;
    }
    .featured-style-19 .penci-image-holder:before {
        height: 215px;
    }
    .featured-style-19 .penci-mag-featured-content h3 a {
        font-size: 14px;
    }
    .featured-style-19 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-19 .penci-item-0 .penci-mag-featured-content h3 a {
        font-size: 18px;
    }
    .featured-style-20 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-20 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-21 .penci-item-4 .penci-mag-featured-content h3 a,
    .featured-style-21 .penci-item-0 .penci-mag-featured-content h3 a {
        font-size: 16px;
    }
    .featured-style-20 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-20 .penci-item-4 .penci-mag-featured-content h3 a,
    .featured-style-20 .penci-item-0 .penci-mag-featured-content h3 a,
    .featured-style-21 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-21 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-21 .penci-item-3 .penci-mag-featured-content h3 a {
        font-size: 14px;
        text-transform: none;
        letter-spacing: 0;
    }
    .featured-style-22 .wrapper-item .penci-item-mag,
    .featured-style-23 .wrapper-item .penci-item-mag,
    .featured-style-27 .wrapper-item .penci-item-mag {
        border-bottom: 4px solid transparent;
        width: 50%;
    }
    .featured-style-22 .wrapper-item .penci-item-1,
    .featured-style-27 .wrapper-item .penci-item-1 {
        width: 100%;
    }
    .featured-style-22 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-22 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-22 .penci-item-4 .penci-mag-featured-content h3 a,
    .featured-style-22 .penci-item-5 .penci-mag-featured-content h3 a,
    .featured-style-22 .penci-item-6 .penci-mag-featured-content h3 a,
    .featured-style-22 .penci-item-0 .penci-mag-featured-content h3 a {
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0;
    }
    .featured-style-23 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-23 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-23 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-23 .penci-item-4 .penci-mag-featured-content h3 a,
    .featured-style-23 .penci-item-5 .penci-mag-featured-content h3 a,
    .featured-style-23 .penci-item-0 .penci-mag-featured-content h3 a {
        font-size: 18px;
        text-transform: none;
        letter-spacing: 0;
    }
    .featured-style-24 .wrapper-item .penci-item-mag,
    .featured-style-25 .wrapper-item .penci-item-mag,
    .featured-style-25 .wrapper-item .penci-item-1,
    .featured-style-26 .wrapper-item .penci-item-mag {
        width: 50%;
    }
    .featured-style-24 .wrapper-item .penci-item-1,
    .featured-style-24 .wrapper-item .penci-item-2,
    .featured-style-24 .wrapper-item .penci-item-3,
    .featured-style-24 .wrapper-item .penci-item-0 {
        border-bottom: 4px solid transparent;
    }
    .featured-style-24 .penci-item-1 .penci-image-holder:before,
    .featured-style-24 .penci-item-2 .penci-image-holder:before,
    .featured-style-24 .penci-item-3 .penci-image-holder:before,
    .featured-style-24 .penci-item-0 .penci-image-holder:before,
    .featured-style-25 .penci-item-1 .penci-image-holder:before,
    .featured-style-25 .penci-item-2 .penci-image-holder:before,
    .featured-style-25 .penci-item-3 .penci-image-holder:before,
    .featured-style-25 .penci-item-0 .penci-image-holder:before,
    .featured-style-27 .penci-image-holder:before {
        height: 200px;
    }
    .featured-style-24 .penci-mag-featured-content .cat,
    .featured-style-25 .penci-mag-featured-content .cat {
        display: none;
    }
    .featured-style-24 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-24 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-24 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-24 .penci-item-0 .penci-mag-featured-content h3 a,
    .featured-style-25 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-25 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-25 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-25 .penci-item-0 .penci-mag-featured-content h3 a {
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0;
    }
    .featured-style-26 .wrapper-item .penci-item-1 {
        width: 100%;
        border-bottom: 4px solid transparent;
    }
    .featured-style-27 .penci-mag-featured-content .feat-meta {
        display: none;
    }
    .featured-style-27 .penci-item-1 .penci-image-holder:before {
        height: 250px;
    }
    .featured-style-35.style-36 .penci-featured-content-right,
    .featured-style-35 .penci-featured-content-right {
        width: 100%;
        text-align: center;
    }
    .featured-style-35.style-36 .penci-image-holder:before,
    .featured-style-35 .penci-image-holder:before {
        height: 0;
        padding-top: 55%;
    }
    .featured-style-35 .feat-text-right .penci-featured-slider-button {
        display: none;
    }
    .penci-featured-content-right:before {
        content: none;
    }
    .penci-featured-content-right .feat-text-right:before {
        background: #000;
        opacity: 0.7;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
    }
    .featured-style-35 .feat-text-right h3,
    .featured-style-35 .featured-cat {
        z-index: 5;
        position: relative;
    }
    .featured-style-35 .penci-owl-carousel.owl-loaded .active .featured-cat,
    .featured-style-35 .penci-owl-carousel.owl-loaded .active .feat-text-right h3,
    .featured-style-35 .penci-owl-carousel.owl-loaded .active .featured-content-excerpt,
    .featured-style-35 .penci-owl-carousel.owl-loaded .active .penci-featured-slider-button {
        animation-name: none;
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
    }
    .featured-style-35 .featured-content-excerpt {
        display: none;
    }
    .feat-text-right {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 450px;
        left: 50%;
        margin-left: -225px;
    }
    .featured-style-37 .penci-featured-items-left,
    .featured-style-37 .penci-featured-items-right {
        width: 100%;
        border: none;
        float: none;
    }
    .featured-style-37 .penci-featured-items-left {
        margin-bottom: 4px;
    }
    .featured-style-37 .penci-featured-items-right .item {
        width: 50%;
        border: none;
        margin: 0 !important;
        float: left;
    }
    .featured-style-37 .penci-featured-items-right .item:first-child {
        border-right: 2px solid transparent;
    }
    .featured-style-37 .penci-featured-items-right .item:last-child {
        border-left: 2px solid transparent;
    }
    h2.penci-heading-video {
        font-size: 24px;
    }
    p.penci-sub-heading-video {
        font-size: 14px;
    }
    .penci-grid li.list-boxed-post-2 {
        width: 100% !important;
    }
    .penci-grid li.list-boxed-post-2 .content-boxed-2.show-top {
        display: none !important;
    }
    .penci-grid li.list-boxed-post-2 .content-boxed-2.show-bottom {
        display: block !important;
    }
    .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2,
    .penci_sidebar .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
        min-height: 312px;
        height: auto;
    }
    .penci-grid li.list-boxed-post-2 .item > .thumbnail:before {
        display: none;
        content: none;
    }
    .container .penci-grid li.typography-style {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .penci-photo-2-effect figcaption p,
    .penci_sidebar .penci-photo-2-effect figcaption p {
        display: none;
    }
    .penci-photo-2-effect figcaption:before, .penci-photo-2-effect figcaption:after,
    .penci_sidebar .penci-photo-2-effect figcaption:before, .penci_sidebar .penci-photo-2-effect figcaption:after {
        display: none;
        content: none;
    }
    .penci-photo-2-effect figcaption h2,
    .penci_sidebar .penci-photo-2-effect figcaption h2 {
        padding: 0 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .grid-mixed .thumbnail img {
        width: 100%;
        height: auto;
    }
    .grid-mixed .thumbnail.thumb-left,
    .grid-mixed .mixed-detail {
        display: block !important;
        width: 100%;
    }
    .grid-mixed .mixed-detail {
        padding: 30px;
    }
    .grid-mixed .penci-post-box-meta {
        position: relative;
        margin: 31px 0 4px;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .grid-mixed .thumbnail.thumb-right {
        display: none !important;
    }
    #navigation.header-4 .container,
    #navigation.header-5 .container {
        text-align: right;
    }
    #navigation.header-4 .container .pcheader-icon,
    #navigation.header-5 .container .pcheader-icon,
    #navigation.header-6 .container .pcheader-icon {
        margin-left: 15px;
    }
    /* Main Navigation */
    #navigation .button-menu-mobile {
        display: inline-block;
    }
    #navigation .menu {
        display: none !important;
    }
    .portfolio-page-content .portfolio-left,
    .portfolio-page-content .portfolio-right {
        width: 100%;
        padding: 0;
    }
    .portfolio-page-content .portfolio-left {
        margin-bottom: 30px;
    }
    .container.penci_sidebar #main {
        width: 100%;
        margin: 0 0 60px 0;
        padding: 0 !important;
        float: none !important;
    }
    .penci-single-style-10 .penci-single-s10-content {
        width: 100%;
        margin: 20px 0 0 0;
        padding: 0 !important;
        float: none !important;
    }
    .penci-sidebar-content {
        position: static !important;
        margin-left: 0 !important;
        top: auto !important;
        float: none !important;
        width: 100% !important;
    }
    .penci-single-infiscroll .penci-single-block:not(.penci-single-infiblock-end) .penci-sidebar-content {
        display: none !important;
    }
    .penci-single-infiscroll .penci-single-block:not(.penci-single-infiblock-end) .container.penci_sidebar #main {
        margin: 0;
    }
    .penci-single-infiscroll .penci-single-block:not(.penci-single-infiblock-end) article.post {
        margin-bottom: 40px;
    }
    .featured-carousel .featured-content .feat-text h3 a {
        font-size: 18px;
    }
    .featured-carousel .carousel-meta {
        margin-top: 5px;
    }
    .featured-carousel .carousel-meta span {
        font-size: 13px;
    }
    .featured-carousel .featured-cat a {
        font-size: 11px;
    }
    .about-widget {
        text-align: center;
    }
    .footer-widget-wrapper {
        width: 100% !important;
        margin: 0 0 30px 0 !important;
        float: none;
    }
    .footer-widget-wrapper.last {
        margin-bottom: 0 !important;
    }
    .widget .jr-insta-thumb ul.thumbnails.no-border.jr_col_6 li {
        width: 33.33% !important;
    }
    .widget .jr-insta-thumb ul.thumbnails.no-border.jr_col_8 li {
        width: 25% !important;
    }
    .widget .jr-insta-thumb ul.thumbnails.no-border.jr_col_10 li {
        width: 20% !important;
    }
    .container .penci-portfolio.column-3 .inner-portfolio-posts .portfolio-item {
        width: 50%;
    }
    .column-1-2, .column-1-3, .column-2-3, .column-1-4, .column-3-4 {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .penci-masonry .item-masonry {
        width: 50%;
    }
    .standard-masonry .standard-content .standard-share-box {
        display: none;
    }
    .standard-masonry .standard-main-content.has-padding {
        min-height: 0;
        padding-left: 0;
    }
    .pencisc-grid-tablet-6 .penci-masonry .item-masonry {
        width: 16.6666667%;
    }
    .pencisc-grid-tablet-5 .penci-masonry .item-masonry {
        width: 20%;
    }
    .pencisc-grid-tablet-4 .penci-masonry .item-masonry {
        width: 25%;
    }
    .pencisc-grid-tablet-3 .penci-masonry .item-masonry {
        width: 33.3333%;
    }
    .pencisc-grid-tablet-2 .penci-masonry .item-masonry {
        width: 50%;
    }
    .pencisc-grid-tablet-1 .penci-masonry .item-masonry {
        width: 100%;
    }
    ul.footer-socials li a span,
    .footer-social-drop-line ul.footer-socials li a span {
        display: none;
    }
    .inner-item-portfolio {
        opacity: 1;
    }
    .penci-portfolio.loaded .inner-item-portfolio.animated {
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
        animation-name: none;
    }
    div.penci-topbar-menu > ul {
        display: none !important;
    }
    ul.penci-topbar-menu, div.penci-topbar-menu > ul {
        width: 100%;
        text-align: center;
    }
    ul.penci-topbar-menu > li, div.penci-topbar-menu > ul > li {
        float: none;
        margin-right: 15px;
    }
    ul.penci-topbar-menu ul.sub-menu, div.penci-topbar-menu > ul ul.sub-menu {
        top: auto;
    }
}
/*--------- Max width 960px and min width 768px ---------*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
    .container,
    .container.two-sidebar.two-sidebar,
    .featured-area.style-1,
    .featured-carousel.style-2 .item img,
    .featured-area.style-4,
    .featured-area.magazine-slider {
        width: 726px;
    }
    .wrapper-boxed.enable-boxed,
    .wrapper-boxed.enable-boxed .is-sticky #navigation {
        max-width: 766px;
    }
    .featured-area .featured-carousel,
    .featured-area .featured-carousel.style-2,
    .penci-slick-slider {
        max-height: 420px;
    }
    .featured-area.style-4,
    .featured-area.style-5,
    .penci-magazine-slider.penci-loading {
        min-height: 420px;
    }
    #logo img {
        max-width: 600px;
        height: auto;
    }
    .penci-image-holder.slider-style-1-fix {
        height: 372px;
    }
    .penci-image-holder.slider-style-2-fix {
        width: 726px;
    }
    .penci-image-holder.slider-style-3-fix {
        height: 400px;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 {
        padding-bottom: 0 !important;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content,
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content {
        height: 230px;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content {
        height: 450px;
    }
    .featured-carousel .featured-content,
    .featured-carousel.style-2 .featured-content {
        top: 35.3%;
    }
    .penci-slider .pencislider-container .pencislider-content .pencislider-title {
        font-size: 26px;
    }
    .penci-slider .pencislider-container .pencislider-content .pencislider-caption {
        font-size: 16px;
    }
    ul.homepage-featured-boxes {
        margin-left: -10px;
        margin-right: -10px;
    }
    ul.homepage-featured-boxes li,
    .post-entry ul.homepage-featured-boxes li {
        padding: 0 10px;
    }
    ul.homepage-featured-boxes.boxes-4-columns li {
        width: 50%;
    }
    ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 .fea-box-img:before {
        left: 8px;
        top: 8px;
        right: 8px;
        bottom: 8px;
    }
    .penci-grid .list-post.list-boxed-post .item .content-list-right {
        display: inline-block;
        padding: 20px 20px 20px 30px;
        min-height: 0;
        height: auto;
    }
    .penci-photo-2-effect figcaption h2,
    .penci_sidebar .penci-photo-2-effect figcaption h2 {
        font-size: 14px;
    }
    .list-boxed-post .inner-content-list-right {
        vertical-align: top;
        display: block;
    }
    .penci-countdown .countdown-section {
        margin: 0 20px;
    }
    .penci-countdown .countdown-amount {
        font-size: 60px;
    }
    .penci-grid > li {
        width: 48.05%;
        margin-right: 3.9%;
    }
    .penci-latest-posts-mixed-larger .penci-grid > li,
    .penci-layout-mixed .penci-grid > li {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .penci-grid li:nth-of-type(3n+1) {
        clear: none;
    }
    .penci-grid > li:nth-of-type(3n+3) {
        margin-right: 3.9%;
    }
    .penci-grid li:nth-of-type(2n+2) {
        margin-right: 0;
    }
    .penci-grid li:nth-of-type(2n+1) {
        clear: both;
    }
}
.penci-featured-cat-sc .home-featured-cat-content.style-6 .cat-right .mag-post-box:last-child,
.penci-featured-cat-sc .home-featured-cat-content .mag-photo:last-child {
    margin-bottom: 0 !important;
}
/*--------- Min width 768px ---------*/
@media only screen and (min-width: 768px) {
    .penci-featured-cat-sc .home-featured-cat-content .mag-photo:nth-last-child(2)
    .penci-featured-cat-sc .home-featured-cat-content.style-6 .cat-right .mag-post-box:nth-last-child(2),
    .penci-featured-cat-sc .home-featured-cat-content.style-9 .mag-post-box:nth-last-child(2),
    .penci-featured-cat-sc .home-featured-cat-content.style-10 .mag-post-box:nth-last-child(2) {
        margin-bottom: 0 !important;
    }
    .penci-featured-cat-sc .home-featured-cat-content.style-9 .mag-post-box:nth-last-child(2),
    .penci-featured-cat-sc .home-featured-cat-content.style-10 .mag-post-box:nth-last-child(2) {
        padding-bottom: 0 !important;
    }
    .penci-latest-posts-sc .penci-grid li.penci-item-listp .item .content-list-right,
    .penci-featured-cat-sc .penci-grid li.list-post .item .content-list-right,
    .penci-featured-cat-sc .home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-detail,
    .penci-grid li.pclist-layout .item .content-list-right {
        padding-left: 30px;
        width: 53.75%;
        float: left;
    }
    .penci-latest-posts-sc .penci-grid li.list-post .item > .thumbnail,
    .penci-featured-cat-sc .penci-grid li.list-post .item > .thumbnail,
    .penci-grid li.pclist-layout .item > .thumbnail {
        max-width: 100%;
    }
    .penci-featured-cat-sc .home-featured-cat-content.style-6 .mag-post-box.first-post.full-mag-cat .magcat-detail {
        padding: 0 !important;
    }
    .penci-latest-posts-sc .penci-grid li.list-post .item .content-list-right.fullwidth,
    .penci-featured-cat-sc .penci-grid li.list-post .item .content-list-right.fullwidth {
        padding: 0;
        width: 100%;
    }
}
/*--------- Max width 767px ---------*/
@media only screen and (max-width: 767px) {
    .container,
    .container.two-sidebar.two-sidebar,
    .featured-area.style-1,
    .featured-carousel.style-2 .item img,
    .featured-area.style-4,
    .featured-area.magazine-slider {
        width: 100%;
    }
    .wrapper-boxed.enable-boxed,
    .wrapper-boxed.enable-boxed .is-sticky #navigation {
        max-width: 100%;
    }
    .header-slogan .header-slogan-text {
        padding: 0 10px;
    }
    .featured-area .featured-carousel,
    .featured-area .featured-carousel.style-2,
    .penci-slick-slider {
        max-height: 180px;
    }
    .featured-area.style-4,
    .featured-area.style-5,
    .penci-magazine-slider.penci-loading {
        min-height: 180px;
    }
    .penci-image-holder.slider-style-1-fix {
        height: 250px;
    }
    .penci-image-holder.slider-style-2-fix {
        width: 480px;
    }
    .penci-image-holder.slider-style-3-fix {
        height: 260px;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content {
        width: 100% !important;
        border: none !important;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li {
        padding-bottom: 0 !important;
        height: auto !important;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content,
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content,
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 .mag-content {
        height: 200px;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1 .mag-content:first-child,
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-3 .mag-content:first-child {
        margin-bottom: 10px !important;
    }
    .featured-carousel .feat-text .feat-time {
        display: none;
    }
    .featured-carousel .featured-cat a {
        margin-bottom: 0;
    }
    .penci-magazine-slider ul.mag-wrap li {
        width: 100% !important;
        border: none !important;
        height: 0 !important;
        padding-bottom: 55% !important;
        border-bottom: 4px solid transparent !important;
    }
    .penci-magazine-slider .mag-cat,
    #penci-end-sidebar-sticky {
        display: none;
    }
    .penci-magazine-slider .mag-item-1 .mag-meta h3 a,
    .penci-magazine-slider .mag-meta h3 a {
        font-size: 18px;
    }
    .penci-magazine-slider .mag-item-1 .mag-meta-child {
        margin-top: 5px;
    }
    .home-featured-cat-content.style-9 .mag-post-box:nth-last-child(2),
    .home-featured-cat-content.style-10 .mag-post-box:nth-last-child(2) {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .featured-carousel.style-7 .featured-content .feat-text h3,
    .wrapper-boxed.enable-boxed .featured-carousel.style-7 .featured-content .feat-text h3,
    .featured-carousel.style-7 .featured-content .feat-text h3 a {
        padding: 0;
    }
    .featured-carousel.style-7 .featured-content .feat-text h3 a:before,
    .featured-carousel.style-7 .featured-content .feat-text h3 a:after {
        content: none;
        display: none;
    }
    .penci-featured-content .feat-text {
        padding: 15px 5px 16px;
        max-width: 350px;
    }
    .penci-flat-overlay .penci-slide-overlay .penci-mag-featured-content {
        padding: 12px 5px;
    }
    /* Slider */
    .penci-slide-overlay .penci-mag-featured-content .feat-text {
        text-align: center;
    }
    .penci-featured-content .feat-text .featured-cat,
    .penci-featured-content .feat-text .feat-meta,
    .penci-mag-featured-content .cat,
    .penci-mag-featured-content .feat-meta,
    .featured-style-35 .featured-cat {
        display: none;
    }
    .penci-slide-overlay .penci-mag-featured-content {
        left: 0;
        width: 100%;
        padding: 0 5px;
        bottom: 10px;
    }
    .penci-mag-featured-content h3 a,
    .featured-style-13 .penci-mag-featured-content h3 a {
        font-size: 14px;
    }
    .featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-37 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-13 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-17 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-26 .penci-item-1 .penci-mag-featured-content h3 a {
        font-size: 20px;
    }
    .penci-featured-content .feat-text h3 a,
    .featured-style-4 .penci-featured-content .feat-text h3 a,
    .featured-style-5 .penci-featured-content .feat-text h3 a,
    .featured-style-35 .feat-text-right h3 a {
        font-size: 18px;
    }
    .feat-text-right {
        padding-left: 15px;
        padding-right: 15px;
        width: 350px;
        margin-left: -175px;
    }
    .featured-style-2 .penci-owl-carousel .owl-item .item {
        width: 480px;
    }
    .featured-style-7 .penci-mag-featured-content h3 a,
    .featured-style-8 .penci-mag-featured-content h3 a,
    .featured-style-9 .penci-mag-featured-content h3 a,
    .featured-style-10 .penci-mag-featured-content h3 a,
    .featured-style-11 .penci-mag-featured-content h3 a,
    .featured-style-12 .penci-mag-featured-content h3 a,
    .featured-style-15 .penci-mag-featured-content h3 a,
    .featured-style-15 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-16 .penci-mag-featured-content h3 a,
    .featured-style-16 .penci-item-2 .penci-mag-featured-content h3 a {
        font-size: 16px;
    }
    .featured-style-13 .penci-image-holder:before,
    .featured-style-14 .penci-image-holder:before {
        height: 300px;
    }
    .featured-style-15 .penci-image-holder:before,
    .featured-style-16 .penci-image-holder:before {
        height: 200px;
    }
    .featured-style-17 .penci-image-holder:before,
    .featured-style-18 .penci-image-holder:before {
        height: 160px;
    }
    .featured-style-17 .penci-slide17-item-2 .penci-image-holder:before,
    .featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
        height: 240px;
    }
    .featured-style-19 .penci-image-holder:before {
        height: 150px;
    }
    .featured-style-19 .penci-mag-featured-content h3 a,
    .featured-style-19 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-19 .penci-item-0 .penci-mag-featured-content h3 a {
        font-size: 14px;
    }
    .featured-style-19 .wrapper-item .penci-item-mag,
    .featured-style-19 .wrapper-item .penci-item-2,
    .featured-style-19 .wrapper-item .penci-item-3 {
        width: 50%;
    }
    .featured-style-19 .wrapper-item .penci-item-1,
    .featured-style-19 .wrapper-item .penci-item-3 {
        border-right: 2px solid transparent;
    }
    .featured-style-19 .wrapper-item .penci-item-2,
    .featured-style-19 .wrapper-item .penci-item-0 {
        border-left: 2px solid transparent;
    }
    .featured-style-20 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-21 .penci-item-1 .penci-mag-featured-content h3 a {
        font-size: 16px;
    }
    .featured-style-20 .penci-item-2 .penci-mag-featured-content h3 a {
        font-size: 14px;
        text-transform: none;
        letter-spacing: 0;
    }
    .featured-style-20 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-20 .penci-item-4 .penci-mag-featured-content h3 a,
    .featured-style-20 .penci-item-0 .penci-mag-featured-content h3 a,
    .featured-style-21 .penci-item-4 .penci-mag-featured-content h3 a,
    .featured-style-21 .penci-item-0 .penci-mag-featured-content h3 a {
        font-size: 14px;
        text-transform: none;
        letter-spacing: 0;
    }
    .featured-style-20 .wrapper-item .penci-item-mag,
    .featured-style-21 .wrapper-item .penci-item-mag {
        width: 50%;
    }
    .featured-style-20 .wrapper-item .penci-item-1,
    .featured-style-21 .wrapper-item .penci-item-1 {
        width: 100%;
        border-bottom: 4px solid transparent;
    }
    .featured-style-20 .wrapper-item .penci-item-3 {
        border-bottom: 4px solid transparent;
    }
    .featured-style-23 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-23 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-23 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-23 .penci-item-4 .penci-mag-featured-content h3 a,
    .featured-style-23 .penci-item-5 .penci-mag-featured-content h3 a,
    .featured-style-23 .penci-item-0 .penci-mag-featured-content h3 a,
    .featured-style-27 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-27 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-27 .penci-item-4 .penci-mag-featured-content h3 a,
    .featured-style-27 .penci-item-0 .penci-mag-featured-content h3 a {
        font-size: 14px;
        text-transform: none;
        letter-spacing: 0;
    }
    .featured-style-24 .penci-item-1 .penci-image-holder:before,
    .featured-style-24 .penci-item-2 .penci-image-holder:before,
    .featured-style-24 .penci-item-3 .penci-image-holder:before,
    .featured-style-24 .penci-item-0 .penci-image-holder:before,
    .featured-style-25 .penci-item-1 .penci-image-holder:before,
    .featured-style-25 .penci-item-2 .penci-image-holder:before,
    .featured-style-25 .penci-item-3 .penci-image-holder:before,
    .featured-style-25 .penci-item-0 .penci-image-holder:before,
    .featured-style-27 .penci-item-2 .penci-image-holder:before,
    .featured-style-27 .penci-item-3 .penci-image-holder:before,
    .featured-style-27 .penci-item-4 .penci-image-holder:before,
    .featured-style-27 .penci-item-0 .penci-image-holder:before {
        height: 150px;
    }
    .featured-style-24 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-24 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-24 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-24 .penci-item-0 .penci-mag-featured-content h3 a,
    .featured-style-25 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-25 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-25 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-25 .penci-item-0 .penci-mag-featured-content h3 a {
        font-size: 14px;
    }
    .featured-style-27 .penci-item-1 .penci-mag-featured-content h3 a {
        font-size: 18px;
    }
    .featured-style-28 .wrapper-item .penci-item-1 {
        width: 480px;
    }
    .featured-style-28 .penci-item-1 .penci-image-holder:before {
        height: 404px;
        padding: 0;
    }
    .featured-style-28 .penci-mag-featured-content h3 a {
        font-size: 16px;
    }
    .featured-style-29 .penci-featured-content .feat-text h3 a {
        font-size: 24px;
    }
    .featured-style-29.style-30 .penci-featured-content .feat-text h3 a {
        font-size: 20px;
    }
    .featured-style-29.style-30 .penci-featured-content {
        padding: 0 15px;
    }
    .featured-style-29 .penci-image-holder:before,
    .featured-style-29.style-30 .penci-image-holder:before {
        height: 400px;
    }
    .pencislider-container .pencislider-content .pencislider-title {
        font-size: 24px;
    }
    .pencislider-container .pencislider-content .pencislider-title span,
    .pencislider-container .pencislider-content .pencislider-caption span {
        padding: 2px 10px;
    }
    .pencislider-container .pencislider-content .pencislider-button {
        padding: 9px 15px 9px;
        font-size: 12px;
    }
    .penci-home-popular-posts {
        padding: 30px 0 0 0;
        border: none;
    }
    .penci-video-overlay {
        left: 10px;
        right: 10px;
    }
    .penci-video-custom-img {
        -webkit-animation-delay: .1s;
        -moz-animation-delay: .1s;
        -o-animation-delay: .1s;
        animation-delay: .1s;
    }
    h2.penci-heading-video {
        font-size: 18px;
        -webkit-animation-delay: .3s;
        -moz-animation-delay: .3s;
        -o-animation-delay: .3s;
        animation-delay: .3s;
    }
    p.penci-sub-heading-video {
        font-size: 12px;
        -webkit-animation-delay: .5s;
        -moz-animation-delay: .5s;
        -o-animation-delay: .5s;
        animation-delay: .5s;
    }
    .home-featured-boxes-sc ul.homepage-featured-boxes.boxes-2-columns li, ul.homepage-featured-boxes li,
    .post-entry ul.homepage-featured-boxes li {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .grid-mixed,
    .grid-mixed > article {
        display: block;
    }
    #logo img {
        max-width: 100%;
        height: auto;
    }
    .post-header h1 a, .post-header h2 a, .post-header h1, .archive-box span, .archive-box h1 {
        font-size: 18px;
    }
    .standard-content .standard-share-box {
        display: none;
    }
    .standard-main-content.has-padding {
        padding-left: 0;
    }
    .standard-main-content.has-padding,
    .standard-main-content.classic-main-content.has-padding {
        min-height: 0;
    }
    .post-image.audio iframe, .standard-post-image.audio iframe {
        height: 120px;
        width: 100%;
    }
    .thecomment .author-img {
        display: none;
    }
    .thecomment .comment-text {
        margin-left: 0;
    }
    #respond p.comment-form-author,
    #respond p.comment-form-email,
    #respond p.comment-form-url,
    .wpcf7 p.name, .wpcf7 p.email,
    .wpcf7 p.subject {
        width: 100%;
        margin: 0;
    }
    .featured-carousel .featured-content,
    .featured-carousel.style-2 .featured-content {
        top: 34%;
    }
    .featured-carousel > button.slick-next,
    .featured-carousel > button.slick-prev {
        right: 10px;
    }
    .featured-carousel > button.slick-prev,
    .penci-slider .penci-direction-nav .penci-prev {
        left: 10px;
    }
    .featured-carousel .featured-content {
        width: 340px;
    }
    .featured-carousel .featured-content .feat-text {
        padding: 20px 10px !important;
    }
    .standard-main-content > h2,
    .header-classic > h2,
    .error-404 .heading-text-404 {
        font-size: 24px;
        padding: 0;
    }
    .penci-slider.penci-loading {
        min-height: 250px;
    }
    .penci-slider ul.slides li .pencislider-container {
        padding: 0 65px;
    }
    .penci-slider .pencislider-container .pencislider-content .pencislider-title {
        font-size: 18px;
    }
    .penci-slider .pencislider-container .pencislider-content .pencislider-caption {
        font-size: 13px;
    }
    .penci-slider .pencislider-container .pencislider-content .penci-button {
        margin: 20px 0 0;
    }
    .penci-slider .pencislider-container .pencislider-content .pencislider-button {
        padding: 8px 20px;
        font-size: 12px;
    }
    .penci-slider .pencislider-container .pencislider-content .pencislider-button:before {
        content: none;
        display: none;
    }
    .standard-main-content > h2:before,
    .header-classic > h2 a:before, .header-classic > h2 a:after,
    .post-header h1 span:before, .post-header h2 span:before,
    .post-header h1 span:after, .post-header h2 span:after {
        content: none !important;
    }
    .container.penci_sidebar .penci-grid > li {
        width: 100% !important;
        margin: 0 0 40px !important;
    }
    .post-header h1 span, .post-header h2 span {
        padding: 0;
    }
    .penci-portfolio-filter ul {
        display: block;
    }
    .penci-post-gallery-container.masonry .item-gallery-masonry,
    .inner-portfolio-posts .portfolio-item {
        width: 100% !important;
    }
    .post-entry .penci-portfolio-filter ul li {
        float: none;
    }
    .post-entry .penci-portfolio-filter ul li, .penci-portfolio-filter ul li {
        margin: 0 10px 5px;
    }
    .penci-grid .list-post.list-boxed-post .item > .thumbnail,
    .penci-grid .list-post.list-boxed-post .item .content-list-right,
    .penci-grid li.list-post .item > .thumbnail,
    .home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-thumb,
    .home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-detail {
        width: 100% !important;
        display: block;
        height: auto;
        min-height: 0;
        float: none;
        max-width: 100%;
    }
    .penci-grid .list-post.list-boxed-post .item > .thumbnail:before {
        content: none;
        display: none;
    }
    .penci-grid li {
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }
    .container.penci_sidebar .penci-masonry .item-masonry {
        width: 100%;
        float: none;
        position: static !important;
        margin-bottom: 30px;
    }
    .penci-grid li.list-post .item .content-list-right {
        padding: 0;
        width: 100% !important;
        float: none;
    }
    .penci-grid .list-post.list-boxed-post .item .content-list-right {
        padding: 30px;
    }
    .penci-grid li.list-post .item > .thumbnail {
        margin-bottom: 30px;
    }
    .penci-grid .list-post.list-boxed-post .item > .thumbnail {
        margin-bottom: 0;
    }
    .penci-grid li .item > .thumbnail, .penci-masonry .item-masonry > .thumbnail {
        width: 100%;
    }
    .penci-masonry .item-masonry {
        width: 100% !important;
    }
    .penci-grid li.list-post.penci-slistp .item > .thumbnail {
        width: 120px !important;
    }
    .pencisc-grid-mobile-6 .home-featured-cat-content .mag-photo,
    .pencisc-grid-mobile-6 .penci-masonry .item-masonry {
        width: 16.6666667% !important;
    }
    .pencisc-grid-mobile-5 .home-featured-cat-content .mag-photo,
    .pencisc-grid-mobile-5 .penci-masonry .item-masonry {
        width: 20% !important;
    }
    .pencisc-grid-mobile-4 .home-featured-cat-content .mag-photo,
    .pencisc-grid-mobile-4 .penci-masonry .item-masonry {
        width: 25% !important;
    }
    .pencisc-grid-mobile-3 .home-featured-cat-content .mag-photo,
    .pencisc-grid-mobile-3 .penci-masonry .item-masonry {
        width: 33.3333% !important;
    }
    .pencisc-grid-mobile-2 .home-featured-cat-content .mag-photo,
    .pencisc-grid-mobile-2 .penci-masonry .item-masonry {
        width: 50% !important;
    }
    .pencisc-grid-mobile-1 .home-featured-cat-content .mag-photo,
    .pencisc-grid-mobile-1 .penci-masonry .item-masonry {
        width: 100% !important;
    }
    .penci-featured-cat-ctcol.pencisc-grid-mobile-2 .home-featured-cat-content .mag-photo,
    .penci-featured-cat-ctcol.pencisc-grid-mobile-3 .home-featured-cat-content .mag-photo,
    .penci-featured-cat-ctcol.pencisc-grid-mobile-4 .home-featured-cat-content .mag-photo,
    .penci-featured-cat-ctcol.pencisc-grid-mobile-5 .home-featured-cat-content .mag-photo,
    .penci-featured-cat-ctcol.pencisc-grid-mobile-6 .home-featured-cat-content .mag-photo {
        width: 100% !important;
    }
    .list-boxed-post .inner-content-list-right {
        display: block;
    }
    .penci-photo-2-effect figcaption h2,
    .penci_sidebar .penci-photo-2-effect figcaption h2 {
        font-size: 22px;
    }
    .home-featured-cat-content .mag-photo {
        width: 100%;
        margin-bottom: 15px;
    }
    .home-featured-cat-content.style-1 {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .home-featured-cat-content .cat-left,
    .home-featured-cat-content .cat-right {
        width: 100%;
        float: none;
    }
    .home-featured-cat-content.style-1 .cat-left,
    .home-featured-cat-content.style-1 .cat-right {
        padding: 0;
    }
    .home-featured-cat-content .cat-left {
        margin-bottom: 30px;
    }
    .home-featured-cat.mag-cat-style-2 {
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
    }
    .home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-detail {
        padding: 0;
    }
    .home-featured-cat-content.style-6 .mag-post-box.first-post .magcat-thumb {
        margin-bottom: 24px;
    }
    .home-featured-cat-content.style-6 .cat-right .mag-post-box {
        margin-right: 0;
        width: 100%;
        float: none;
        display: table;
        padding-bottom: 15px;
        border-bottom: 1px solid #DEDEDE;
        margin-bottom: 15px;
    }
    .home-featured-cat-content.style-6 .cat-right .mag-post-box:last-child {
        border: none;
    }
    .home-featured-cat-content.style-9 .mag-post-box,
    .home-featured-cat-content.style-10 .mag-post-box {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .content-special-list {
        padding: 15px;
    }
    .format-post-box .post-format-icon {
        top: 10px;
        margin-left: -35px;
        display: none;
    }
    .format-post-box .post-format-icon i {
        font-size: 24px;
    }
    .format-post-box.penci-format-quote .dt-special, .format-post-box .dt-special, .format-post-box .dt-special a {
        font-size: 16px;
        line-height: 1.7;
    }
    .author-quote span {
        font-size: 13px;
    }
    .under-construction-page .under-title {
        font-size: 23px;
    }
    .penci-countdown .countdown-section {
        margin: 0 5px;
    }
    .penci-countdown .countdown-amount {
        font-size: 30px;
    }
    .penci-countdown .countdown-period {
        font-size: 13px;
        margin: 15px 0 0;
    }
    .post-entry h1 {
        font-size: 24px;
    }
    .post-entry h2 {
        font-size: 22px;
    }
    .post-entry h3 {
        font-size: 20px;
    }
    .post-entry h4 {
        font-size: 18px;
    }
    .post-entry h5 {
        font-size: 16px;
    }
    .post-entry h6 {
        font-size: 15px;
    }
    .elementor-widget-text-editor h1 {
        font-size: 24px;
    }
    .elementor-widget-text-editor h2 {
        font-size: 22px;
    }
    .elementor-widget-text-editor h3 {
        font-size: 20px;
    }
    .elementor-widget-text-editor h4 {
        font-size: 18px;
    }
    .elementor-widget-text-editor h5 {
        font-size: 16px;
    }
    .elementor-widget-text-editor h6 {
        font-size: 15px;
    }
    .penci-post-gallery-container.masonry .item-gallery-masonry a {
        opacity: 1;
        -webkit-animation-delay: 0s !important;
        -moz-animation-delay: 0s !important;
        -o-animation-delay: 0s !important;
        animation-delay: 0s !important;
        -webkit-animation-name: none !important;
        -moz-animation-name: none !important;
        -o-animation-name: none !important;
        animation-name: none !important;
    }
    ul.footer-socials li {
        margin-right: 20px;
    }
    .penci-header-signup-form h4.header-signup-form,
    .header-standard h2, .header-standard .post-title, .header-standard h2 a, .penci-page-header h1 {
        font-size: 20px;
    }
    .tags-share-box {
        padding: 20px 0;
    }
    .post-share {
        position: static;
        margin-top: 15px;
        clear: both;
        display: block;
    }
    .penci-overlay-over .overlay-header-box {
        padding: 0;
        left: 10px;
        right: 10px;
    }
    .overlay-header-box .cat,
    .overlay-header-box .overlay-author {
        display: none;
    }
    .overlay-header-box .overlay-title a {
        font-size: 18px;
    }
    .penci-overlay-over .overlay-header-box:after {
        content: none;
        display: none;
    }
    .overlay-post-box-meta {
        position: static;
        padding: 20px 0 0;
    }
    .penci-single-mag-slider .magcat-detail .magcat-titlte {
        font-size: 20px;
    }
    .home-featured-cat-content .penci-single-mag-slider .grid-post-box-meta {
        margin-top: 7px;
    }
    .post-pagination .prev-post,
    .post-pagination .next-post {
        float: none;
        width: 100%;
        display: table;
    }
    .post-pagination .prev-post {
        margin-bottom: 15px;
    }
    .footer-subscribe h4.footer-subscribe-title {
        font-size: 28px;
    }
    .footer-subscribe .mc4wp-form {
        width: 480px;
    }
    .footer-subscribe .mc4wp-form .mdes {
        margin-left: 0;
        width: 100%;
        font-size: 16px;
    }
    .footer-subscribe .mc4wp-form .memail {
        width: 328px;
    }
    .footer-social-remove-circle ul.footer-socials li a i {
        font-size: 16px;
    }
}
/*--------- Max width 767px and Min width 480px ---------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container,
    .container.two-sidebar.two-sidebar,
    .featured-area.style-1,
    .featured-carousel.style-2 .item img,
    .featured-area.style-4,
    .featured-area.magazine-slider {
        width: 480px;
    }
    .penci-single-style-5 .penci-move-title-above .standard-post-special_wrapper.container {
        width: 100%;
    }
    .wrapper-boxed.enable-boxed,
    .wrapper-boxed.enable-boxed .is-sticky #navigation {
        max-width: 520px;
    }
    .featured-area .featured-carousel,
    .featured-area .featured-carousel.style-2,
    .penci-slick-slider {
        max-height: 280px;
    }
    .featured-area.style-4,
    .featured-area.style-5,
    .penci-magazine-slider.penci-loading {
        min-height: 280px;
    }
    #logo img {
        max-width: 100%;
        height: auto;
    }
    .standard-post-image .audio-iframe, .standard-content-special {
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
    .post-image.audio iframe {
        width: 100%;
        height: auto;
    }
    .penci-countdown .countdown-section {
        margin: 0 15px;
    }
    .penci-countdown .countdown-amount {
        font-size: 40px;
    }
    .penci-countdown .countdown-period {
        font-size: 16px;
        margin: 20px 0 0;
    }
}
/*--------- Max width 479px ---------*/
@media only screen and (max-width: 479px) {
    .penci-single-smore .container,
    .penci-post-image-wrapper > .container,
    .wrapper-boxed > .container,
    .wrapper-boxed > .penci-single-wrapper > .penci-single-block > .container,
    #widget-area > .container,
    #footer-section > .container,
    .penci-two-sidebar .container.penci-breadcrumb,
    .penci-page-header-wrap .penci-page-header-inner.container,
    ​.penci-page-header-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wrapper-boxed > .container > .container,
    .penci-single-smore .container .container {
        padding-left: 0;
        padding-right: 0;
    }
    #header .inner-header {
        height: auto;
    }
    .penci-single-smore .container .container {
        padding-left: 0;
        padding-right: 0;
    }
    .penci-header-signup-form {
        padding-left: 10px;
        padding-right: 10px;
    }
    .penci-single-style-10 .header-standard,
    .penci-single-style-10 .post-box-meta-single {
        text-align: center;
    }
    .feat-text-right {
        width: 330px;
        margin-left: -165px;
    }
    .penci-google-adsense-single-s10 {
        width: 100%;
    }
    #navigation, .inner-header {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-slogan .header-slogan-text {
        font-size: 12px;
        padding: 0 10px;
    }
    #navigation.header-6 .pcheader-icon {
        margin-left: 5px;
    }
    #navigation.header-6 #logo img {
        max-width: 300px;
    }
    .featured-carousel .featured-content {
        width: 250px;
    }
    .featured-carousel .featured-content .feat-text h3 a,
    .featured-style-35 .feat-text-right h3 a {
        font-size: 16px;
    }
    .featured-carousel .carousel-meta {
        display: none;
    }
    .penci-image-holder.slider-style-1-fix {
        height: 180px;
    }
    .penci-image-holder.slider-style-2-fix {
        width: 300px;
    }
    .penci-image-holder.slider-style-3-fix {
        height: 180px;
    }
    .penci-magazine-slider .mag-item-1 .mag-meta h3 a,
    .penci-magazine-slider .mag-meta h3 a {
        font-size: 14px;
    }
    .penci-magazine-slider .mag-item-1 .mag-meta {
        padding: 15px;
    }
    .featured-style-2 .penci-owl-carousel .owl-item .item,
    .featured-style-38 .penci-owl-carousel .owl-item .item {
        width: 360px;
    }
    .featured-style-38 .penci-featured-content .feat-text h3 a {
        font-size: 18px;
    }
    .penci-magazine-slider .penci-direction-nav a.penci-prev,
    .penci-owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }
    .penci-magazine-slider .penci-direction-nav a.penci-next,
    .penci-owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
    .penci-magazine-slider ul.mag-wrap li .mag-content {
        width: 100% !important;
        border: none !important;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li .mag-content {
        margin-bottom: 5px !important;
    }
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li,
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-1,
    .penci-magazine-slider.penci-mag3-slider ul.mag-wrap li.mag-item-2 {
        margin: 0 !important;
        border: none !important;
    }
    .featured-carousel.style-7 .featured-content {
        bottom: 5px;
    }
    .featured-carousel.style-7 .featured-content .feat-text h3 a {
        padding: 0;
    }
    .featured-style-37 .penci-owl-carousel .owl-dots {
        display: none;
    }
    .featured-style-37 .penci-item-1 .penci-slide-overlay .penci-mag-featured-content {
        bottom: 16px;
    }
    .standard-post-image .audio-iframe, .standard-content-special {
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    ul.homepage-featured-boxes .penci-fea-in.boxes-style-2 .fea-box-img:before {
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }
    .grid-overlay-meta .grid-header-box {
        margin-left: 10px;
        margin-right: 10px;
    }
    .footer-widget-wrapper .quote-widget > p {
        padding-left: 35px;
    }
    #penci-login-popup {
        padding: 30px;
    }
    .penci-lgpop-title {
        font-size: 22px;
    }
    .penci_recent-posts-sc ul.side-newsfeed li .side-item .side-image img,
    .widget ul.side-newsfeed li .side-item .side-image img {
        width: 100px;
    }
    .penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text h4 a,
    .widget ul.side-newsfeed li .side-item .side-item-text h4 a {
        font-size: 15px;
    }
    .penci_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text .side-item-meta,
    .widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
        font-size: 13px;
    }
    .post-box-meta span.author-post {
        display: none;
    }
    .standard-post-special.penci-special-format-quote .standard-content-special {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        border: 1px solid #DEDEDE;
        border-top: none;
    }
    .format-post-box {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
    .format-post-box.penci-format-link {
        padding: 15px;
    }
    .format-post-box .dt-special a {
        font-size: 14px;
    }
    .post-entry blockquote {
        padding: 0 0 0 40px;
    }
    .post-entry blockquote:before {
        font-size: 30px;
    }
    .post-entry blockquote, .post-entry blockquote p {
        font-size: 15px;
    }
    .post-author .author-content {
        margin: 0;
    }
    .author-img {
        margin-right: 20px;
    }
    .author-img img {
        width: 80px;
        height: auto;
        margin: 0;
    }
    .item-related h3 a,
    .post-box-title,
    .thecomment .comment-text span.author,
    .thecomment .comment-text span.author a,
    .author-content h5,
    .author-content h5 a {
        font-size: 18px;
    }
    .penci-slick-slider > button.slick-prev, .penci-slick-slider > button.slick-next,
    .penci-magazine-slider .penci-direction-nav a {
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin-top: -16px;
        font-size: 15px;
    }
    .penci-slick-slider > button.slick-next {
        right: 10px;
    }
    .penci-slick-slider > button.slick-prev {
        left: 10px;
    }
    .penci-slick-slider > button.slick-prev i, .penci-slick-slider > button.slick-next i {
        line-height: 32px;
        font-size: 15px;
    }
    .featured-carousel > button.slick-prev, .featured-carousel > button.slick-next {
        display: none !important;
    }
    .featured-carousel .featured-content {
        width: 240px;
        top: 37%;
    }
    .featured-carousel .featured-cat a {
        padding: 2px 10px 1px;
    }
    .featured-carousel.style-2 .featured-content {
        top: 37%;
    }
    .featured-carousel .featured-content .feat-text {
        padding: 15px 10px !important;
    }
    .standard-main-content > h2, .header-classic > h2, .error-404 .heading-text-404 {
        font-size: 20px;
    }
    .portfolio-overlay-content .portfolio-short, .penci_sidebar .penci-portfolio.column-2 .portfolio-overlay-content .portfolio-short, .penci-portfolio.column-2 .portfolio-overlay-content .portfolio-short {
        margin-top: 17.5%;
    }
    .featured-carousel .featured-cat {
        margin-bottom: 5px;
    }
    .wrapper-boxed.enable-boxed .featured-carousel .featured-content .feat-text h3 a,
    .featured-carousel .featured-content .feat-text h3 a {
        font-size: 14px;
    }
    .penci-slider.penci-loading {
        min-height: 160px;
    }
    .penci-slider ul.slides li .pencislider-container {
        padding: 0 20px;
    }
    .penci-slider .pencislider-container .pencislider-content .pencislider-title {
        font-size: 14px;
    }
    .penci-slider .pencislider-container .pencislider-content .pencislider-caption {
        font-size: 12px;
        margin: 3px 0 0;
    }
    .penci-slider .pencislider-container .pencislider-content .penci-button {
        margin: 14px 0 0;
    }
    .penci-slider .pencislider-container .pencislider-content .pencislider-button {
        padding: 5px 10px;
        font-size: 10px;
    }
    .penci-slider .penci-direction-nav .penci-prev, .penci-slider .penci-direction-nav .penci-next {
        display: none !important;
    }
    .penci-grid .list-post.list-boxed-post .item .content-list-right {
        padding: 30px 15px !important;
        clear: both;
    }
    .penci-featured-content .feat-text {
        width: 100%;
    }
    .featured-style-4 .penci-featured-content .feat-text h3 a,
    .featured-style-5 .penci-featured-content .feat-text h3 a {
        font-size: 16px;
    }
    .penci-featured-infor .penci-entry-title {
        font-size: 18px;
    }
    /* Slider */
    .penci-mag-featured-content h3 a,
    .featured-style-13 .penci-mag-featured-content h3 a,
    .featured-style-18 .penci-mag-featured-content h3 a {
        font-size: 12px;
    }
    .featured-style-6 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-37 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-13 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-15 .penci-mag-featured-content h3 a,
    .featured-style-14 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-17 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-18 .penci-item-3 .penci-mag-featured-content h3 a {
        font-size: 16px;
    }
    .featured-style-1 .penci-owl-carousel .penci-image-holder:before {
        padding-top: 50%;
    }
    .penci-photo-2-effect figcaption h2,
    .penci_sidebar .penci-photo-2-effect figcaption h2 {
        font-size: 14px;
    }
    .featured-style-13 .penci-image-holder:before,
    .featured-style-14 .penci-image-holder:before {
        height: 200px;
    }
    .featured-style-17 .penci-image-holder:before,
    .featured-style-18 .penci-image-holder:before {
        height: 140px;
    }
    .featured-style-17 .penci-slide17-item-2 .penci-image-holder:before,
    .featured-style-18 .penci-slide17-item-2 .penci-image-holder:before {
        height: 220px;
    }
    .featured-style-19 .penci-mag-featured-content h3 a,
    .featured-style-19 .penci-item-1 .penci-mag-featured-content h3 a,
    .featured-style-19 .penci-item-0 .penci-mag-featured-content h3 a {
        font-size: 13px;
    }
    .featured-style-22 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-22 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-22 .penci-item-4 .penci-mag-featured-content h3 a,
    .featured-style-22 .penci-item-5 .penci-mag-featured-content h3 a,
    .featured-style-22 .penci-item-6 .penci-mag-featured-content h3 a,
    .featured-style-22 .penci-item-0 .penci-mag-featured-content h3 a {
        font-size: 14px;
    }
    .featured-style-22 .penci-item-1 .penci-mag-featured-content h3 a {
        font-size: 16px;
    }
    .featured-style-22 .penci-item-2 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-22 .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-22 .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-22 .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-22 .penci-item-6 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-23 .penci-item-1 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-23 .penci-item-2 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-23 .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-23 .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-23 .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-23 .penci-item-6 .penci-slide-overlay .penci-mag-featured-content {
        padding: 0 5px;
        bottom: 10px;
    }
    .featured-style-22.penci-flat-overlay .penci-item-2 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-22.penci-flat-overlay .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-22.penci-flat-overlay .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-22.penci-flat-overlay .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-22.penci-flat-overlay .penci-item-6 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-23.penci-flat-overlay .penci-item-1 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-23.penci-flat-overlay .penci-item-2 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-23.penci-flat-overlay .penci-item-3 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-23.penci-flat-overlay .penci-item-4 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-23.penci-flat-overlay .penci-item-5 .penci-slide-overlay .penci-mag-featured-content,
    .featured-style-23.penci-flat-overlay .penci-item-6 .penci-slide-overlay .penci-mag-featured-content {
        padding: 12px 5px;
        bottom: 0;
    }
    .featured-style-26 .penci-item-1 .penci-mag-featured-content h3 a {
        font-size: 16px;
    }
    .featured-style-26 .penci-item-2 .penci-mag-featured-content h3 a,
    .featured-style-26 .penci-item-3 .penci-mag-featured-content h3 a,
    .featured-style-26 .penci-item-4 .penci-mag-featured-content h3 a,
    .featured-style-26 .penci-item-0 .penci-mag-featured-content h3 a {
        font-size: 14px;
    }
    .featured-style-26 .penci-item-1 .penci-image-holder:before {
        height: 220px;
    }
    .featured-style-27 .penci-item-1 .penci-mag-featured-content h3 a {
        font-size: 16px;
    }
    .featured-style-28 .wrapper-item .penci-item-1 {
        width: 300px;
    }
    .featured-style-28 .penci-item-1 .penci-image-holder:before {
        height: 404px;
        padding: 0;
    }
    .featured-style-28 .penci-item-1 .penci-mag-featured-content h3 a {
        font-size: 18px;
    }
    .featured-style-29 .penci-featured-content,
    .featured-style-30 .penci-featured-content {
        padding: 0 15px;
    }
    .featured-style-29 .penci-featured-content .feat-text h3 a,
    .featured-style-30 .penci-featured-content .feat-text h3 a {
        font-size: 18px;
    }
    .featured-style-29 .penci-image-holder:before,
    .featured-style-30 .penci-image-holder:before {
        height: 300px;
    }
    .featured-style-29 .penci-featured-slider-button a,
    .featured-style-30 .penci-featured-slider-button a {
        height: 30px;
        line-height: 26px;
        padding: 0 10px;
        font-size: 11px;
    }
    .featured-style-31 .penci-image-holder,
    .featured-style-32 .penci-image-holder {
        height: 400px !important;
    }
    .pencislider-container .pencislider-content .pencislider-title {
        font-size: 20px;
    }
    .pencislider-container .pencislider-content .pencislider-caption {
        font-size: 14px;
    }
    .pencislider-container .pencislider-content .pencislider-button {
        padding: 8px 15px 8px;
        font-size: 12px;
    }
    .container .penci-grid li.typography-style .grid-post-box-meta {
        display: none;
    }
    .grid-mixed .mixed-detail {
        padding: 30px 15px;
    }
    .grid-mixed .mixed-detail h2 a {
        font-size: 16px;
    }
    .typography-style .content-typography {
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
    }
    .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2,
    .penci_sidebar .penci-grid li.list-boxed-post-2 .inner-parent-boxed-2 {
        min-height: 200px;
        height: auto;
        padding: 30px 15px;
    }
    .error-404 .sub-heading-text-404 {
        font-size: 13px;
    }
    .penci-post-box-meta,
    .penci-post-box-meta.post-box-boxed-1 {
        text-align: center;
    }
    .penci-post-box-meta .penci-post-share-box {
        display: block;
        float: none;
        margin-top: 15px;
    }
    .penci-post-box-meta .penci-box-meta i {
        display: none;
    }
    .penci-more-link a.more-link {
        font-size: 12px;
        padding: 5px 0;
    }
    .widget .tagcloud a {
        font-size: 10px !important;
        padding: 4px 10px 3px;
        margin-right: 4px;
        margin-bottom: 8px;
    }
    .penci-header-signup-form h4.header-signup-form,
    .header-standard h2, .header-standard .post-title, .header-standard h2 a, .penci-page-header h1 {
        font-size: 18px;
    }
    .cat > a.penci-cat-name,
    .penci-grid li .item .cat a, .penci-masonry .item-masonry .cat a {
        font-size: 11px;
    }
    .home-featured-cat-content .mag-photo .magcat-detail {
        padding: 15px;
        width: 100%;
    }
    .home-featured-cat-content .mag-photo .magcat-detail h3 a {
        font-size: 16px;
        letter-spacing: 0;
    }
    .home-featured-cat-content .magcat-detail .mag-meta {
        margin-top: 5px;
    }
    .home-featured-cat-content .mag-photo .grid-post-box-meta span,
    .home-featured-cat-content .mag-photo .grid-post-box-meta span a {
        font-size: 12px;
    }
    .home-featured-cat-content .magcat-detail h3 a {
        font-size: 15px;
        line-height: 1.3;
    }
    .home-featured-cat-content .magcat-detail .mag-meta span {
        font-size: 13px;
    }
    .post-box-meta-single span {
        margin-top: 3px;
    }
    .penci-pagination a,
    .penci-pagination .disable-url {
        font-size: 11px;
    }
    .penci-pagination a i {
        font-size: 12px;
    }
    ul.slick-dots li button {
        margin: 0 3px;
    }
    .home-pupular-posts-title {
        font-size: 16px;
    }
    #footer-copyright * {
        font-size: 12px;
    }
    .penci_facebook_widget .fb_iframe_widget {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .penci-rlt-popup {
        width: 240px;
    }
    .penci-rlt-popup .rtlpopup-heading {
        padding-left: 12px;
        font-size: 14px;
    }
    .penci-rlt-popup .rltpopup-item {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .penci-rlt-popup .penci-rtlpopup-content {
        padding: 12px;
    }
    .penci-rlt-popup .rltpopup-thumbnail {
        margin-right: 12px;
        width: 80px;
    }
    .penci-rlt-popup .penci-close-rltpopup {
        right: 2px;
    }
    .penci-rlt-popup .rltpopup-meta .rltpopup-title {
        font-size: 13px;
    }
    .penci-rlt-popup .rltpopup-meta .date {
        font-size: 12px;
    }
    a img.alignleft,
    a img.alignright,
    a img.alignnone {
        margin: 0 auto 30px auto;
        float: none;
        display: block;
    }
    .video-align-left,
    .video-align-right {
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
    .post-entry ul,
    .elementor-widget-text-editor ul,
    .woocommerce .page-description ul,
    .post-entry ol,
    .elementor-widget-text-editor ol,
    .woocommerce .page-description ol {
        padding-left: 25px;
    }
    .item-related h3 a, .post-box-title,
    .thecomment .comment-text span.author,
    .thecomment .comment-text span.author a,
    .author-content h5, .author-content h5 a,
    .archive-box span, .archive-box h1 {
        font-size: 16px;
    }
    .post-header h1 {
        font-size: 16px;
    }
    .page .post-header h1 {
        font-size: 20px;
    }
    .post-tags {
        display: block;
    }
    .post-share {
        display: block;
        float: none;
        margin-top: 8px;
    }
    .post-share .share-title {
        display: inline-block;
    }
    .post-pagination .prev-post,
    .post-pagination .next-post {
        width: 100%;
        float: none;
        text-align: center;
    }
    .post-pagination h5, .post-pagination h5.next-title {
        padding: 0 !important;
    }
    .post-pagination .prev-post {
        margin-bottom: 15px;
    }
    .penci-post-nav-thumb {
        display: none !important;
    }
    .penci-related-grid-display .item-related {
        width: 100%;
        float: none;
    }
    .comments ul.children {
        margin: 0 0 0 35px;
    }
    #sidebar-nav {
        width: 270px;
        transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -moz-transform: translateX(-270px);
    }
    .open-sidebar-nav #close-sidebar-nav {
        left: 270px;
    }
    .open-sidebar-nav #sidebar-nav {
        left: 270px;
    }
    .penci-pagination ul.page-numbers li {
        margin-right: 5px;
    }
    .penci-pagination ul.page-numbers li span,
    .penci-pagination ul.page-numbers li a {
        width: 25px;
    }
    ul.footer-socials li {
        margin-right: 10px;
    }
    ul.footer-socials li a {
        line-height: 32px;
    }
    ul.footer-socials li a i {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
    }
    #footer-logo a {
        max-width: 280px;
    }
    #footer-logo img {
        max-width: 100%;
    }
    .footer-instagram h4.footer-instagram-title span {
        padding: 0 20px;
        font-size: 14px;
    }
    .comments .children, .comments > .comment > .comment {
        margin: 0 0 0 20px;
    }
    .overlay-post-box-meta > div {
        margin-top: 15px;
    }
    .overlay-post-box-meta > div:first-child {
        margin-top: 0;
        display: block;
    }
    .overlay-post-box-meta > div:after {
        content: none;
        display: none;
    }
    .penci-single-mag-slider .magcat-detail {
        padding: 10px 15px;
    }
    .penci-single-mag-slider .magcat-detail .magcat-titlte {
        font-size: 15px;
    }
    .footer-menu li {
        padding: 0 5px;
    }
    .penci-post-gallery-container.masonry .item-gallery-masonry {
        width: 100% !important;
        opacity: 1;
    }
    .penci-post-gallery-container.masonry .item-gallery-masonry.animated {
        animation-name: none;
        -webkit-animation-name: none;
        -moz-animation-name: none;
        -o-animation-name: none;
    }
    .footer-subscribe {
        padding: 40px 0;
    }
    .footer-subscribe h4.footer-subscribe-title {
        font-size: 24px;
    }
    .footer-subscribe .mc4wp-form {
        width: 100%;
        padding: 0 20px;
    }
    .footer-subscribe .mc4wp-form .memail,
    .footer-subscribe .mc4wp-form .msubmit {
        width: 100%;
        float: none;
        margin-left: 0;
    }
    .footer-subscribe .widget .mc4wp-form input[type="submit"] {
        max-width: 100%;
    }
}
@media screen and (max-width: 782px) and ( min-width: 601px ) {
    .admin-bar .is-sticky #navigation {
        top: 46px !important;
    }
}
@media screen and (max-width: 600px) {
    .is-sticky #navigation {
        top: 0 !important;
        z-index: 999999;
    }
    #sidebar-nav, #close-sidebar-nav, .penci-menu-hbg, .penci-menu-hbg-overlay {
        z-index: 9999999;
    }
    #close-sidebar-nav i {
        display: inline-block;
    }
}
.penci-wrap-gprd-law {
    display: block;
    color: #212121;
    font-size: 14px;
}
.penci-gprd-law {
    padding: 7px 15px;
    color: inherit;
    font-size: inherit;
    display: block;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #f5f5f5;
}
.penci-gprd-law p {
    font-size: inherit;
    color: inherit;
    margin: 0;
    display: inline-block;
}
.penci-gprd-law .penci-gprd-accept,
.penci-gprd-law .penci-gprd-more {
    display: inline-block;
    padding: 0;
    line-height: 1;
    font-size: inherit;
    color: inherit;
    margin-left: 10px;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}
.penci-gprd-law .penci-gprd-accept {
    background: #212121;
    color: #fff;
    padding: 6px 15px;
}
.penci-gprd-law .penci-gprd-accept:hover,
.penci-gprd-law .penci-gprd-more:hover {
    opacity: 0.8;
}
.penci-gprd-law,
.penci-wrap-gprd-law .penci-gdrd-show {
    position: fixed;
    z-index: 19999;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.penci-wrap-gprd-law .penci-gdrd-show {
    display: inline-block;
    width: auto;
    right: 100px;
    left: auto;
    padding: 6px 15px;
    font-size: inherit;
    color: inherit;
    background: #f5f5f5;
    line-height: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}
.penci-wrap-gprd-law-close {
    z-index: 0;
}
.penci-close-all .penci-gdrd-show,
.penci-close-all .penci-gprd-law {
    visibility: hidden;
}
.penci-wrap-gprd-law-close .penci-gprd-law,
.penci-wrap-gprd-law .penci-gdrd-show {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
}
.penci-wrap-gprd-law-close .penci-gdrd-show {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
@media screen and (max-width: 767px) {
    .penci-wrap-gprd-law .penci-gdrd-show {
        display: none !important;
    }
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc {
    padding: 20px;
}
#flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton {
    display: inline-block;
}
.bos_searchbox_widget_class #flexi_searchbox h1,
.bos_searchbox_widget_class #flexi_searchbox h2,
.bos_searchbox_widget_class #flexi_searchbox h3,
.bos_searchbox_widget_class #flexi_searchbox h4 {
    font-family: var(--pchead-font);
    font-style: normal;
    font-weight: var(--pchead-wei);
}
.bos_searchbox_widget_class #flexi_searchbox h3,
.bos_searchbox_widget_class #flexi_searchbox h4 {
    margin-bottom: 10px;
}
.bos_searchbox_widget_class #flexi_searchbox h3 {
    font-size: 24px;
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc select,
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc input[type="text"] {
    border-radius: 0;
    border: none;
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc input[type="text"] {
    height: 34px;
    line-height: 34px;
    padding: 0 10px !important;
    width: 100% !important;
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc select {
    padding: 5px 10px !important;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton:hover,
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton {
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper .b_submitButton:hover {
    border: 0;
    border-radius: 0;
    opacity: 0.8;
}
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc #b_searchDest,
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc #b_searchCheckInDate,
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc #b_searchCheckOutDate,
.bos_searchbox_widget_class #flexi_searchbox #b_searchboxInc .b_submitButton_wrapper {
    margin-bottom: 20px;
}
/****/
.penci-vc-row {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.penci-vc-column {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.penci-vc-row:after {
    content: " ";
    display: table;
    width: 100%;
}
.penci-col-1, .penci-col-2, .penci-col-3,
.penci-col-4, .penci-col-5, .penci-col-6,
.penci-col-7, .penci-col-8, .penci-col-9,
.penci-col-10, .penci-col-11, .penci-col-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 480px) {
    .penci-col-1, .penci-col-2, .penci-col-3,
    .penci-col-4, .penci-col-5, .penci-col-6,
    .penci-col-7, .penci-col-8, .penci-col-9,
    .penci-col-10, .penci-col-11, .penci-col-12 {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .penci-col-7, .penci-col-8, .penci-col-9,
    .penci-col-10, .penci-col-11, .penci-col-12 {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .penci-col-1, .penci-col-2, .penci-col-3, .penci-col-4,
    .penci-col-5, .penci-col-6, .penci-col-7, .penci-col-8,
    .penci-col-9, .penci-col-10, .penci-col-11, .penci-col-12 {
        float: left;
        margin-bottom: 0;
    }
    .penci-col-12 {
        width: 100%;
    }
    .penci-col-11 {
        width: 91.66666667%;
    }
    .penci-col-10 {
        width: 83.33333333%;
    }
    .penci-col-9 {
        width: 75%;
    }
    .penci-col-8 {
        width: 66.66666667%;
    }
    .penci-col-7 {
        width: 58.33333333%;
    }
    .penci-col-6 {
        width: 50%;
    }
    .penci-col-5 {
        width: 41.66666667%;
    }
    .penci-col-4 {
        width: 33.33333333%;
    }
    .penci-col-3 {
        width: 25%;
    }
    .penci-col-2 {
        width: 16.66666667%;
    }
    .penci-col-1 {
        width: 8.33333333%;
    }
}
.pencisc-grid .pencisc-grid-item {
    word-break: break-word;
    min-width: 0;
}
.penci-lposts-ctcol.pencisc-grid-1 .penci-grid,
.penci-lposts-ctcol.pencisc-grid-2 .penci-grid,
.penci-lposts-ctcol.pencisc-grid-3 .penci-grid,
.penci-lposts-ctcol.pencisc-grid-4 .penci-grid,
.penci-lposts-ctcol.pencisc-grid-5 .penci-grid,
.penci-lposts-ctcol.pencisc-grid-6 .penci-grid {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.penci-featured-cat-ctcol.pencisc-grid-1 .home-featured-cat-content,
.penci-featured-cat-ctcol.pencisc-grid-2 .home-featured-cat-content,
.penci-featured-cat-ctcol.pencisc-grid-3 .home-featured-cat-content,
.penci-featured-cat-ctcol.pencisc-grid-4 .home-featured-cat-content,
.penci-featured-cat-ctcol.pencisc-grid-5 .home-featured-cat-content,
.penci-featured-cat-ctcol.pencisc-grid-6 .home-featured-cat-content {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.pencisc-grid-1 .pencisc-grid, .pencisc-grid-4 .pencisc-grid,
.pencisc-grid-2 .pencisc-grid, .pencisc-grid-5 .pencisc-grid,
.pencisc-grid-3 .pencisc-grid, .pencisc-grid-6 .pencisc-grid {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.penci-gallery-bsc .pencisc-grid {
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.penci-lposts-ctcol.pencisc-grid-1 .penci-grid,
.penci-featured-cat-ctcol.pencisc-grid-1 .home-featured-cat-content,
.pencisc-grid-1 .pencisc-grid {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
}
.penci-lposts-ctcol.pencisc-grid-2 .penci-grid,
.penci-featured-cat-ctcol.pencisc-grid-2 .home-featured-cat-content,
.pencisc-grid-2 .pencisc-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}
.penci-lposts-ctcol.pencisc-grid-3 .penci-grid,
.penci-featured-cat-ctcol.pencisc-grid-3 .home-featured-cat-content,
.pencisc-grid-3 .pencisc-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}
.penci-lposts-ctcol.pencisc-grid-4 .penci-grid,
.penci-featured-cat-ctcol.pencisc-grid-4 .home-featured-cat-content,
.pencisc-grid-4 .pencisc-grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
}
.penci-lposts-ctcol.pencisc-grid-5 .penci-grid,
.penci-featured-cat-ctcol.pencisc-grid-5 .home-featured-cat-content,
.pencisc-grid-5 .pencisc-grid {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
}
.penci-lposts-ctcol.pencisc-grid-6 .penci-grid,
.penci-featured-cat-ctcol.pencisc-grid-6 .home-featured-cat-content,
.pencisc-grid-6 .pencisc-grid {
    grid-template-columns: repeat(6, 1fr);
    display: grid;
}
@media (max-width: 1024px) {
    .pencisc-grid-tablet-0 .pencisc-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .penci-lposts-ctcol.pencisc-grid-tablet-1 .penci-grid,
    .penci-featured-cat-ctcol.pencisc-grid-tablet-1 .home-featured-cat-content,
    .pencisc-grid-tablet-1 .pencisc-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }
    .penci-lposts-ctcol.pencisc-grid-tablet-2 .penci-grid,
    .penci-featured-cat-ctcol.pencisc-grid-tablet-2 .home-featured-cat-content,
    .pencisc-grid-tablet-2 .pencisc-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }
    .penci-lposts-ctcol.pencisc-grid-tablet-3 .penci-grid,
    .penci-featured-cat-ctcol.pencisc-grid-tablet-3 .home-featured-cat-content,
    .pencisc-grid-tablet-3 .pencisc-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
    }
    .penci-lposts-ctcol.pencisc-grid-tablet-4 .penci-grid,
    .penci-featured-cat-ctcol.pencisc-grid-tablet-4 .home-featured-cat-content,
    .pencisc-grid-tablet-4 .pencisc-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid;
    }
    .penci-lposts-ctcol.pencisc-grid-tablet-5 .penci-grid,
    .penci-featured-cat-ctcol.pencisc-grid-tablet-5 .home-featured-cat-content,
    .pencisc-grid-tablet-5 .pencisc-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid;
    }
    .penci-lposts-ctcol.pencisc-grid-tablet-6 .penci-grid,
    .penci-featured-cat-ctcol.pencisc-grid-tablet-6 .home-featured-cat-content,
    .pencisc-grid-tablet-6 .pencisc-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid;
    }
    .pencisc-grid-tablet-7 .pencisc-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid;
    }
    .pencisc-grid-tablet-8 .pencisc-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid;
    }
    .pencisc-grid-tablet-9 .pencisc-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid;
    }
    .pencisc-grid-tablet-10 .pencisc-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid;
    }
    .pencisc-grid-tablet-11 .pencisc-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid;
    }
    .pencisc-grid-tablet-12 .pencisc-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid;
    }
}
@media (max-width: 767px) {
    .pencisc-grid-mobile-0 .pencisc-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .penci-lposts-ctcol.pencisc-grid-mobile-1 .penci-grid,
    .penci-featured-cat-ctcol.pencisc-grid-mobile-1 .home-featured-cat-content,
    .pencisc-grid-mobile-1 .pencisc-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid;
    }
    .penci-lposts-ctcol.pencisc-grid-mobile-2 .penci-grid,
    .penci-featured-cat-ctcol.pencisc-grid-mobile-2 .home-featured-cat-content,
    .pencisc-grid-mobile-2 .pencisc-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }
    .penci-lposts-ctcol.pencisc-grid-mobile-3 .penci-grid,
    .penci-featured-cat-ctcol.pencisc-grid-mobile-3 .home-featured-cat-content,
    .pencisc-grid-mobile-3 .pencisc-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
    }
    .penci-lposts-ctcol.pencisc-grid-mobile-4 .penci-grid,
    .penci-featured-cat-ctcol.pencisc-grid-mobile-4 .home-featured-cat-content,
    .pencisc-grid-mobile-4 .pencisc-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid;
    }
    .penci-lposts-ctcol.pencisc-grid-mobile-5 .penci-grid,
    .penci-featured-cat-ctcol.pencisc-grid-mobile-5 .home-featured-cat-content,
    .pencisc-grid-mobile-5 .pencisc-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid;
    }
    .penci-lposts-ctcol.pencisc-grid-mobile-6 .penci-grid,
    .penci-featured-cat-ctcol.pencisc-grid-mobile-6 .home-featured-cat-content,
    .pencisc-grid-mobile-6 .pencisc-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid;
    }
    .pencisc-grid-mobile-7 .pencisc-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid;
    }
    .pencisc-grid-mobile-8 .pencisc-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid;
    }
    .pencisc-grid-mobile-9 .pencisc-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid;
    }
    .pencisc-grid-mobile-10 .pencisc-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid;
    }
    .pencisc-grid-mobile-11 .pencisc-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid;
    }
    .pencisc-grid-mobile-12 .pencisc-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid;
    }
}
.container.two-sidebar {
    width: var(--pcctain2);
    display: flex;
    flex-wrap: wrap;
}
.container.penci-breadcrumb.two-sidebar {
    display: block;
}
.penci-two-sidebar .container.penci-breadcrumb {
    width: var(--pcctain2);
    display: block;
}
.penci-vc-row.penci-vc-dis-padding {
    margin-left: 0;
    margin-right: 0;
}
.layout-14_12_14 .penci-main-content,
.container.two-sidebar #main {
    width: 57%;
    order: 2;
    padding-left: 50px;
    padding-right: 50px;
}
.layout-14_12_14 .penci-vc-sidebar,
.container.two-sidebar .penci-sidebar-content {
    width: 21.5%;
}
.layout-14_12_14 .penci-sidebar-left,
.container.two-sidebar .penci-sidebar-left {
    order: 1;
}
.layout-14_12_14 .penci-sidebar-right,
.container.two-sidebar .penci-sidebar-right {
    order: 3;
}
.layout-12_14_14 .penci-main-content {
    order: 1;
    width: 53.5%;
    padding-right: 50px;
}
.layout-12_14_14 .penci-sidebar-left {
    order: 2;
    width: 25%;
    padding-right: 50px;
}
.layout-12_14_14 .penci-sidebar-right {
    order: 3;
    width: 21.5%;
}
.layout-14_14_12 .penci-main-content {
    order: 3;
    width: 53.5%;
    padding-left: 50px;
}
.layout-14_14_12 .penci-sidebar-left {
    order: 1;
    width: 21.5%;
}
.layout-14_14_12 .penci-sidebar-right {
    order: 2;
    width: 25%;
    padding-left: 50px;
}
.layout-13_23 .penci-main-content,
.layout-23_13 .penci-main-content {
    width: 70.94%;
    float: left;
}
.layout-23_13 .penci-main-content {
    padding-right: 50px;
}
.layout-13_23 .penci-main-content {
    padding-left: 50px;
}
.layout-13_23 .penci-vc-sidebar,
.layout-23_13 .penci-vc-sidebar {
    width: 29.06%;
    float: right;
}
.penci-vc-container {
    margin-left: auto;
    margin-right: auto;
}
.vc-penci-w1080,
.vc-penci-w1170,
.vc-penci-w1400 {
    width: 100%;
}
.vc-penci-w1080 {
    max-width: 1080px;
}
.vc-penci-w1170 {
    max-width: var(--pcctain);
}
.vc-penci-w1400 {
    max-width: var(--pcctain2);
}
.penci-missing-settings {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    padding: 10px 10px 5px;
    outline: 2px dashed #d4d4d4;
    color: #131313;
    font-family: Verdana, Geneva, sans-serif;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}
.penci-missing-settings span {
    font-size: 11px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
    background-color: red;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
}
.block-title-icon-left .inner-arrow i {
    margin-right: 8px;
}
.block-title-icon-right .inner-arrow i {
    margin-left: 8px;
}
/**** Shortcode fancy heading *****/
.penci-fancy-heading.penci-block-vc {
    background-color: transparent;
}
.penci-fancy-heading.penci-heading-text-center {
    text-align: center;
}
.penci-fancy-heading.penci-heading-text-center .penci-heading-subtitle,
.penci-fancy-heading.penci-heading-text-center .penci-heading-content {
    margin-left: auto;
    margin-right: auto;
}
.penci-fancy-heading .penci-heading-content p {
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    margin-bottom: 17px;
}
.penci-fancy-heading .penci-heading-content p:last-child {
    margin-bottom: 0;
}
.penci-fancy-heading.penci-heading-text-right {
    text-align: right;
    overflow: hidden;
}
.penci-fancy-heading.penci-heading-text-right .penci-heading-subtitle,
.penci-fancy-heading.penci-heading-text-right .penci-heading-title,
.penci-fancy-heading.penci-heading-text-right .penci-heading-content {
    text-align: right;
    clear: both;
}
.penci-fancy-heading.penci-heading-text-right li {
    text-align: right;
    list-style-position: inside;
}
.penci-fancy-heading.penci-heading-text-left {
    text-align: left;
}
.penci-fancy-heading .penci-heading-title {
    font-size: 36px;
    color: #111;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.3;
    overflow: hidden;
}
.penci-fancy-heading .inner-tit {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    display: inline-block;
    vertical-align: top;
    font-family: inherit;
}
.penci-fancy-heading.pc-fctline .inner-tit {
    position: relative;
    padding: 0 20px;
}
.penci-fancy-heading.pc-fctline .inner-tit:before,
.penci-fancy-heading.pc-fctline .inner-tit:after {
    content: '';
    height: 1px;
    top: 50%;
    right: 100%;
    width: 1000px;
    display: block;
    background: var(--pcborder-cl);
    position: absolute;
    margin-top: 1px;
}
.penci-fancy-heading.pc-fctline .inner-tit:after {
    right: auto;
    left: 100%;
}
.penci-fancy-heading .penci-heading-subtitle {
    margin-bottom: 10px;
}
.penci-fancy-heading .penci-heading-title + .penci-heading-subtitle {
    margin-top: 10px;
}
.penci-fancy-heading .penci-heading-subtitle, .penci-fancy-heading .penci-heading-content {
    font-size: 16px;
}
.penci-fancy-heading .penci-heading-content {
    margin-top: 10px;
    clear: both;
}
.penci-fancy-heading .penci-separator {
    margin-bottom: 15px;
}
.penci-separator {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 60px;
    width: 100%;
    clear: both;
}
.penci-separator-left .penci-heading-icon {
    margin-left: 0 !important;
}
.penci-heading-text-left .inner-tit {
    padding-left: 0 !important;
}
.penci-separator-center {
    margin-left: auto;
    margin-right: auto;
}
.penci-separator-right {
    float: right;
}
.penci-separator-right .penci-heading-icon {
    margin-right: 0 !important;
}
.penci-heading-text-right .inner-tit {
    padding-right: 0 !important;
}
.penci-separator-left .penci-sep_holder_l, .penci-separator-right .penci-sep_holder_r {
    display: none;
}
.penci-separator .penci-sep_holder {
    height: 1px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 10%;
}
.penci-separator .penci-sep_line {
    height: 1px;
    border-top: 1px solid #dedede;
    border-color: #dedede;
    display: block;
    position: relative;
    top: 1px;
    width: 100%;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.penci-separator-dotted .penci-sep_line {
    border-style: dotted;
}
.penci-separator-dashed .penci-sep_line {
    border-style: dashed;
}
.penci-separator-double .penci-sep_line {
    border-top-style: double;
    border-top-width: 4px;
    top: -2px;
}
.penci-separator .penci-heading-icon {
    margin: 10px 15px;
    font-size: 20px;
    color: var(--pcaccent-cl);
}
/**** Shortcode open hour *****/
.penci-working-hours .penci-workingh-lists ul {
    margin: 0;
    padding: 0
}
.penci-working-hours .penci-workingh-lists li {
    list-style: none;
    line-height: 30px;
    color: #666;
    margin-left: 0;
    font-size: 15px
}
.penci-working-hours .penci-workingh-lists li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important
}
.penci-working-hours .penci-workingh-lists .penci-workingh-item-inner {
    position: relative;
    overflow: hidden
}
.penci-working-hours .penci-workingh-lists .penci-workingh-line1 {
    display: flex;
    align-items: flex-start
}
.penci-working-hours .penci-workingh-lists .penci-icontitle {
    flex: 1;
    overflow: hidden
}
.penci-working-hours .penci-workingh-lists .penci-listitem-icon {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 1px
}
.penci-working-hours .penci-workingh-lists .penci-listitem-title {
    font-weight: 700;
    position: relative;
    line-height: 1.3
}
.penci-working-hours .penci-workingh-lists .penci-listitem-title:before {
    content: '';
    border-top: 1px dotted;
    position: absolute;
    bottom: 20%;
    left: 100%;
    margin-left: 10px;
    width: 2000px;
    opacity: .7
}
.penci-working-hours .penci-workingh-lists .penci-listitem-hours {
    float: right;
    z-index: 1;
    position: relative;
    padding-left: 10px
}
.penci-working-hours .penci-workingh-lists .penci-listitem-subtitle {
    display: block;
    line-height: 1.3;
    margin-bottom: 5px
}
.penci-working-hours .penci-workingh-lists .penci-workingh-icon,
.penci-working-hours .penci-workingh-lists .penci-listitem-title,
.penci-working-hours .penci-workingh-lists .penci-listitem-hours {
    line-height: inherit;
    color: inherit
}
/** Shortcode weather **/
.penci-media-carousels {
    overflow: hidden;
}
.penci-advanced-carousel-mg {
    margin-left: -5px;
    margin-right: -5px;
    display: block;
    clear: both;
}
.penci-media-carousels .penci-image-holder[style*='background-image'] {
    background-color: transparent;
}
.penci-media-carousels .overlay-icon-format {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.3s;
}
.pc-ctpos-on .overlay-icon-format {
    top: 10px;
    right: 10px;
    z-index: 10;
    margin: 0;
    left: auto;
}
.penci-media-carousels .penci-media-inner {
    padding: 0 5px;
}
.penci-media-carousels .penci-media-inct {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative;
}
.penci-media-carousels .penci-media-content {
    text-align: center;
    margin-top: 20px;
}
.penci-media-img {
    position: relative;
}
.penci-media-img > a {
    display: block;
}
.penci-media-carousels.pc-ctpos-above .penci-media-img {
    order: 3;
}
.penci-media-carousels.pc-ctpos-above .penci-media-content {
    order: 1;
    margin-top: 0;
    margin-bottom: 20px;
}
.penci-media-carousels.pc-ctpos-on .penci-media-content {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    z-index: 3;
    align-items: flex-end;
}
.pc-ctpos-on .penci-media-content .pc-media-ctinner {
    width: 100%;
    padding: 15px 10px;
    position: relative;
    z-index: 2;
}
.pc-media-ctinner {
    position: relative;
}
.penci-media-carousels .pc-media-ctinner:before,
.penci-media-carousels .pc-adcr-overlay,
.pc-ctpos-on .penci-media-content > a {
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
}
.penci-media-carousels .pc-media-ctinner:before {
    z-index: -1;
    content: '';
}
.penci-media-carousels .pc-media-ctinner:before,
.pc-adcr-overlay {
    opacity: 0.5;
    transition: all 0.3s;
}
.penci-media-carousels .penci-media-inct:hover .pc-media-ctinner:before
.penci-media-inct:hover .pc-adcr-overlay {
    opacity: 0.7;
}
.penci-media-carousels .penci-media-stit {
    line-height: 1.4;
    margin-bottom: 5px;
    font-size: 13px;
    color: #666;
}
.penci-media-carousels .penci-media-title {
    font-size: 18px;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    margin: 0;
}
.penci-media-carousels .penci-media-desc {
    margin-top: 8px;
    line-height: 1.6;
}
.penci-media-rmbtn i,
.penci-media-rmbtn svg {
    color: inherit;
    font-size: inherit;
}
.penci-media-carousels .pc-icpos-left i,
.penci-media-carousels .pc-icpos-left svg {
    margin-right: 5px;
}
.penci-media-carousels .pc-icpos-right i,
.penci-media-carousels .pc-icpos-right svg {
    margin-left: 5px;
}
.penci-weather-widget {
    overflow: hidden;
    color: #111;
}
.penci-weather-city {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 7px;
}
.penci-weather-condition {
    font-size: 14px;
    line-height: 1;
    text-transform: capitalize;
    opacity: .8;
}
.penci-location-icon {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 22px;
    opacity: .6;
    z-index: 1;
}
.penci-location-icon:hover {
    cursor: pointer;
    opacity: .9;
}
.penci-weather-temperature {
    padding: 3px 0;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center;
}
@media screen and (max-width: 1018px) {
    .penci-weather-temperature {
        margin-bottom: -6px;
        padding: 0;
    }
}
.penci-weather-temp-wrap {
    display: inline-block;
}
.penci-weather-now {
    float: left;
    text-align: center;
    line-height: 1;
    padding: 32px 16px;
    font-weight: 300;
    max-width: 145px;
    width: 50%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media screen and (max-width: 1018px) {
    .penci-weather-now {
        padding: 28px 0;
        position: relative;
        left: -10px;
        width: 90px;
        margin-left: 12px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1018px) {
    .penci-weather-now {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .penci-weather-now {
        width: 100px;
    }
}
.penci-weather-now .penci-big-degrees {
    font-size: 40px;
}
@media screen and (max-width: 1018px) {
    .penci-weather-now .penci-big-degrees {
        font-size: 32px;
    }
}
.penci-weather-now .penci-circle {
    font-size: 30px;
    position: relative;
    top: -6px;
    opacity: .6;
    line-height: 1;
    vertical-align: top;
}
.penci-weather-now .penci-weather-unit {
    font-size: 16px;
    position: relative;
    top: -4px;
    font-weight: 400;
    opacity: .6;
    left: -2px;
    line-height: 1;
    vertical-align: top;
}
.penci-weather-now:hover {
    cursor: pointer;
}
.penci-weather-lo-hi {
    float: left;
    text-align: left;
}
.penci-weather-lo-hi__content {
    padding: 15px 0;
}
.penci-weather-lo-hi__content .penci-circle {
    padding-left: 3px;
}
.penci-weather-degrees-wrap {
    padding: 15px 0;
    text-align: right;
}
.penci-weather-degrees-wrap:before,
.penci-weather-degrees-wrap:after {
    content: '';
    display: table;
    clear: both;
}
@media screen and (max-width: 1018px) {
    .penci-weather-degrees-wrap {
        padding: 10px;
    }
}
.penci-weather-degrees-wrap i {
    position: relative;
    top: 1px;
    font-size: 16px;
    color: #b3b3b3;
    right: 5px;
}
.penci-weather-degrees-wrap .penci-small-degrees {
    font-size: 12px;
}
.penci-weather-degrees-wrap .penci-circle {
    font-size: 18px;
    position: relative;
    right: 3px;
    top: 3px;
}
.penci-weather-information {
    font-size: 12px;
    position: relative;
    padding: 5px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    opacity: .6;
    margin-top: 19px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.penci-weather-information i {
    font-size: 16px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.penci-weather-section {
    float: left;
    width: 33%;
}
.penci_humidty {
    text-align: right;
    padding-right: 10px;
}
.penci_wind {
    text-align: center;
}
.penci_clouds {
    text-align: left;
    padding-left: 10px;
}
.penci-weather-week {
    padding: 15px 8px;
    width: 100%;
    text-align: center;
    line-height: 1;
    position: relative;
    display: block;
    margin-bottom: -5px;
    clear: both;
    overflow: hidden;
}
.penci-weather-week:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--pcaccent-cl);
    opacity: .07;
}
.penci-weather-days {
    width: 20%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}
.penci-weather-days .penci-day {
    margin-bottom: 8px;
    font-size: 11px;
    opacity: .5;
}
.penci-weather-days .penci-day-degrees {
    font-size: 20px;
    position: relative;
    left: 4px;
    line-height: 14px;
    opacity: .7;
}
.penci-weather-days .penci-circle {
    position: relative;
    right: 5px;
}
.penci-weather-days .penci-day {
    margin-top: 8px;
    font-size: 11px;
    opacity: .5;
}
.penci-weather-set-location {
    display: none;
    position: absolute;
    top: 0;
}
.penci-weather-set-location .penci-location-set-input {
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    padding: 0 10px;
}
.penci-weather-set-location .penci-location-set-input:focus ~ label {
    top: -20px;
    font-size: 11px;
    opacity: .5;
}
.penci-show-location {
    display: block !important;
}
.penci-show-location label {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 13px;
    opacity: .6;
    pointer-events: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.penci-weather-animated-icon {
    float: left;
    text-align: right;
    position: relative;
}
.penci-weather-animated-icon i {
    width: 70px;
    font-size: 70px;
    opacity: 0.4;
    top: 15px;
    left: 0;
    right: auto;
}
.penci_facebook_widget .penci-block_content {
    text-align: center;
}
.penci_facebook_widget .fb_iframe_widget {
    max-width: 340px;
}
/**** Shortcode Pricing table *****/
.penci-pricing-item {
    color: #888;
    text-align: center;
    padding: 20px;
    font-size: 15px;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
}
.penci-pricing_featured.penci-pricing-f-hheight {
    padding-top: 50px;
    padding-bottom: 50px;
    transform: translateY(-30px);
    position: relative;
}
@media (min-width: 768px) {
    .penci-pricing_featured.penci-pricing-f-scale {
        background: var(--pcbg-cl);
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        position: relative;
        z-index: 3;
    }
}
.penci-pricing_featured .penci-pricing-ribbon {
    position: absolute;
    height: 60px;
    width: 38px;
    background: var(--pcaccent-cl);
    color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    right: 15px;
    top: 0;
    padding-bottom: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 18px;
    z-index: 5;
}
.penci-pricing_featured .penci-pricing-ribbon-text {
    position: absolute;
    top: 18px;
    right: -67px;
    padding: 4px 0;
    width: 200px;
    background-color: #ff6618;
    color: #fff;
    transform: rotate(40deg);
    text-align: center;
    font-size: 12px;
    line-height: 1.3em;
    z-index: 5;
    text-transform: uppercase;
    font-family: var(--pchead-font);
}
.penci-pricing-item.penci-pricing-s1 {
    border: 1px solid var(--pcborder-cl);
}
.penci-pricing-item.penci-pricing-s2 {
    box-shadow: 0px 15px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffff;
    border-radius: 15px;
}
.penci-pricing-item.penci-pricing-s2 .penci-pricing-btn {
    border-radius: 10px
}
.penci-pricing-item:after {
    content: '';
    display: table;
    width: 100%
}
.penci-pricing-item .penci-pricing-inner {
    position: relative
}
.penci-pricing-item .penci-pricing-image {
    width: 150px;
    text-align: center;
    margin: 0 auto 20px;
    overflow: hidden
}
.penci-pricing-item .penci-pricing-image img {
    height: auto;
    display: inline-block;
    vertical-align: top;
}
.penci-pricing-item .penci-pricing-icon {
    text-align: center;
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 1;
}
.penci-pricing-item .penci-pricing-icon i {
    font-size: inherit;
    color: inherit;
    display: inline-block;
    vertical-align: top;
}
.penci-pricing-item .penci-pricing-header {
    margin-bottom: 20px
}
.penci-pricing-fheader .penci-pricing-header {
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px 0;
    background: #fff000;
}
.penci-pricing_featured.penci-pricing-f-hheight.penci-pricing-fheader .penci-pricing-header {
    padding-top: 50px;
    margin-top: -50px;
}
.penci-pricing-item .penci-pricing-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}
.penci-pricing-item .penci-pricing-subtitle {
    color: #888;
    line-height: 1.3;
    margin-top: 10px;
}
.penci-pricing-item .penci-pricing-title,
.penci-pricing-item .penci-price-unit {
    color: #111
}
.penci-pricing-item .penci-pricing-price {
    font-size: 48px;
    line-height: 1;
    display: inline-block;
}
.penci-pricing-item .penci-pricing-unit {
    display: block
}
.penci-pricing-oneline .penci-pricing-unit {
    display: inline-block;
}
.penci-pricing-item .penci-pricing-featured {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
}
.penci-pricing-btn-above .penci-pricing-featured {
    margin-bottom: 5px;
}
.penci-pricing-btn-above .penci-pricing-pbutton {
    margin-top: 20px;
}
.penci-pricing-item .penci-pricing-featured ul,
.penci-pricing-item .penci-pricing-featured ol {
    margin: 0;
    padding: 0;
}
.penci-pricing-item .penci-pricing-featured li {
    margin-left: 0;
    list-style: none;
    margin-bottom: 10px;
}
.penci-pricing-item .penci-pricing-featured ul,
.penci-pricing-item .penci-pricing-featured ol,
.penci-pricing-item .penci-pricing-featured li,
.penci-pricing-item .penci-pricing-featured p,
.penci-pricing-item .penci-pricing-featured span,
.penci-pricing-item .penci-pricing-featured div,
.penci-pricing-item .penci-pricing-featured a,
.penci-pricing-item .penci-pricing-featured strong {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: inherit;
    text-decoration: inherit;
    line-height: 1.3
}
.penci-pricing-item .penci-pricing-featured li:last-child {
    margin-bottom: 0
}
.penci-pricing-item .penci-pricing-btn {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    max-width: 100%;
    text-decoration: none !important;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.penci-pricing-btn-borders .penci-pricing-btn {
    background: none !important;
    border: 2px solid;
    color: var(--pctext-cl);
}
.penci-pricing-btn-borders .penci-pricing-btn:hover {
    border-color: var(--pcaccent-cl);
    color: var(--pcaccent-cl);
}
@media (max-width: 767px) {
    .penci-pricing_featured.penci-pricing-f-hheight {
        transform: translateY(0);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .penci-pricing_featured.penci-pricing-f-hheight.penci-pricing-fheader .penci-pricing-header {
        padding-top: 20px;
        margin-top: -20px;
    }
}
/* Penci Button */
.pcbtn-wrapper {
    display: block;
}
.pcbtn-align-left {
    text-align: left;
}
.pcbtn-align-center {
    text-align: center;
}
.pcbtn-align-right {
    text-align: right;
}
.pcbtn-wrapper a.pcbtn {
    display: inline-block;
    text-decoration: none;
    background: #f2f2f2;
    color: #333;
    position: relative;
    font-family: var(--pchead-font);
    font-size: 16px;
    vertical-align: top;
    transition: color 0.3s, transform 0.3s;
}
.pcbtn-wrapper a.pcbtn:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: all 0.3s;
}
.pcbtn-wrapper a.pcbtn:hover:before {
    opacity: 1;
}
.pcbtn-wrapper a.pcbtn-bordered:before,
.pcbtn-bordered .pcbtn-wrapperin {
    border: 2px solid;
}
.pcbtn-wrapper a.pcbtn-bstyle-dotted:before,
.pcbtn-bstyle-dotted .pcbtn-wrapperin {
    border-style: dotted;
}
.pcbtn-wrapper a.pcbtn-bstyle-dashed:before,
.pcbtn-bstyle-dashed .pcbtn-wrapperin {
    border-style: dashed;
}
.pcbtn-wrapper a.pcbtn-bstyle-double:before,
.pcbtn-bstyle-double .pcbtn-wrapperin {
    border-style: double;
}
.pcbtn-wrapper a.pcbtn-bstyle-groove:before,
.pcbtn-bstyle-groove .pcbtn-wrapperin {
    border-style: groove;
}
.pcbtn-wrapper a.pcbtn-bstyle-ridge:before,
.pcbtn-bstyle-ridge .pcbtn-wrapperin {
    border-style: ridge;
}
.pcbtn-wrapper a.pcbtn-bstyle-inset:before,
.pcbtn-bstyle-inset .pcbtn-wrapperin {
    border-style: inset;
}
.pcbtn-wrapper a.pcbtn-bstyle-outset:before,
.pcbtn-bstyle-outset .pcbtn-wrapperin {
    border-style: outset;
}
.pcbtn-wrapper a.pcbtn-bstyle-gradient:before,
.pcbtn-bstyle-gradient .pcbtn-wrapperin {
    border-image: linear-gradient(360deg, var(--pcaccent-cl), #bbb);
    border-image: -webkit-linear-gradient(360deg, var(--pcaccent-cl), #bbb);
    border-image-slice: 1;
}
.pcbtn-align-justify a.pcbtn {
    display: block;
    width: 100%;
}
@media (max-width: 1024px) {
    .pcbtn-talign-left {
        text-align: left;
    }
    .pcbtn-talign-center {
        text-align: center;
    }
    .pcbtn-talign-right {
        text-align: right;
    }
    .pcbtn-talign-left a.pcbtn,
    .pcbtn-talign-center a.pcbtn,
    .pcbtn-talign-right a.pcbtn {
        width: auto;
        display: inline-block;
    }
    .pcbtn-talign-justify a.pcbtn {
        display: block;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .pcbtn-malign-left {
        text-align: left;
    }
    .pcbtn-malign-center {
        text-align: center;
    }
    .pcbtn-malign-right {
        text-align: right;
    }
    .pcbtn-malign-left a.pcbtn,
    .pcbtn-malign-center a.pcbtn,
    .pcbtn-malign-right a.pcbtn {
        width: auto;
        display: inline-block;
    }
    .pcbtn-malign-justify a.pcbtn {
        display: block;
        width: 100%;
    }
}
.pcbtn-wrapperin {
    text-align: center;
    padding: 10px 20px;
    display: block;
}
.pcbtn-align-justify .pcbtn-wrapperin,
.pcbtn-align-justify .pcbtn-wrapperin span {
    width: 100%;
}
.pcbtn-content svg {
    width: 16px;
    height: auto;
    vertical-align: middle;
    transition: fill 0.3s;
}
.pcbtn-icon-left span span i,
.pcbtn-icon-left span span svg {
    margin-right: 5px;
}
.pcbtn-icon-right span span i,
.pcbtn-icon-right span span svg {
    margin-left: 5px;
}
.pcbtn-wrapperin span {
    display: block;
    line-height: 1.3;
}
.pcbtn-wrapperin span.pcbtn-content {
    text-transform: uppercase;
    font-weight: 500;
    z-index: 5;
    position: relative;
    transition: all 0.3s;
}
.pcbtn-wrapperin span.pcbtn-subtext {
    margin: 5px 0 0 0;
    font-size: 12px;
    z-index: 5;
    position: relative;
}
/**Page header**/
.penci-page-header-wrap {
    background: #dfdfdf;
    color: #111;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 60px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}
.penci-body-epageheader #header,
.penci-body-epageheader .penci-header-signup-form {
    margin-bottom: 0;
    margin-top: 0;
}
.penci-page-header-wrap .container.penci-breadcrumb {
    margin-top: 0;
    width: 100%;
    margin-bottom: 0;
}
.penci-page-header-wrap .penci-page-header-title {
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #111;
    line-height: 1;
    padding: 0 0 14px;
    margin: 0 0 23px;
}
.penci-page-header-wrap .penci-page-header-title:before {
    content: "";
    position: absolute;
    border-top: 2px solid;
    width: 40px;
    bottom: 0;
    left: 50%;
    color: inherit;
    opacity: 0.2;
    margin-left: -20px;
}
.penci-page-header-wrap.penci-phhide-bread .penci-page-header-title {
    margin-bottom: 0 !important;
}
.penci-page-header-wrap.penci-phhide-line .penci-page-header-title {
    padding-bottom: 0 !important;
}
.penci-page-header-wrap.penci-phhide-line .penci-page-header-title:before {
    content: none;
}
.penci-page-header-wrap.penci-pheader-left {
    text-align: left;
}
.penci-page-header-wrap.penci-pheader-left .penci-page-header-title:before {
    left: 0;
    margin-left: 0;
}
.penci-page-header-wrap.penci-pheader-center {
    text-align: center;
}
.penci-page-header-wrap.penci-pheader-center .penci-page-header-title:before {
    left: 50%;
    margin-left: -20px;
}
.penci-page-header-wrap.penci-pheader-right {
    text-align: right;
}
.penci-page-header-wrap.penci-pheader-right .penci-page-header-title:before {
    left: auto;
    right: 0;
}
.penci-latest-posts-left .grid-header-box,
.penci-latest-posts-left .header-list-style,
.penci-latest-posts-left .header-standard {
    text-align: left;
}
.penci-latest-posts-left .header-list-style:after,
.penci-latest-posts-left .grid-header-box:after,
.penci-latest-posts-left .header-standard:after,
.penci-latest-posts-left.penci-latest-posts-mixed .grid-header-box:after,
.penci-latest-posts-left .list-post .header-list-style:after,
.penci-latest-posts-left .list-post.list-boxed-post .header-list-style:after,
.penci-latest-posts-left .header-standard.standard-overlay-meta:after {
    left: 0;
    margin-left: 0;
    right: auto;
}
.penci-latest-posts-left .header-standard.standard-overlay-meta {
    padding-left: 20px !important;
    padding-right: 10px;
}
.penci-latest-posts-left .header-standard.standard-overlay-meta:after {
    left: 20px;
    right: auto;
}
.penci-latest-posts-left .grid-overlay-meta .grid-header-box {
    padding-left: 10px;
    padding-right: 5px;
}
.penci-latest-posts-left .grid-overlay-meta .grid-header-box:after,
.container .penci-latest-posts-left .penci-grid li.magazine-layout.grid-overlay-meta .grid-header-box:after {
    left: 10px;
    right: auto;
}
.penci-latest-posts-left.penci-latest-posts-grid .grid-overlay-meta .grid-header-box,
.penci-latest-posts-left.penci-latest-posts-grid-2 .grid-overlay-meta .grid-header-box {
    margin-left: 0;
    padding-left: 0;
}
.penci-latest-posts-right.penci-latest-posts-grid .grid-overlay-meta .grid-header-box,
.penci-latest-posts-right.penci-latest-posts-grid-2 .grid-overlay-meta .grid-header-box {
    margin-right: 0;
    padding-right: 0;
}
.penci-latest-posts-center .grid-header-box,
.penci-latest-posts-center .header-list-style,
.penci-latest-posts-center .header-standard {
    text-align: center;
}
.penci-latest-posts-center .header-list-style:after,
.penci-latest-posts-center .grid-header-box:after,
.penci-latest-posts-center .header-standard:after,
.penci-latest-posts-center.penci-latest-posts-mixed .grid-header-box:after,
.penci-latest-posts-center .list-post .header-list-style:after,
.penci-latest-posts-center .list-post.list-boxed-post .header-list-style:after,
.penci-latest-posts-center .header-standard.standard-overlay-meta:after {
    left: 50%;
    right: auto;
    margin-left: -30px;
}
.penci-latest-posts-center .header-standard.standard-overlay-meta {
    padding-left: 10px;
    padding-right: 10px;
}
.penci-latest-posts-right .header-list-style,
.penci-latest-posts-right .grid-header-box,
.penci-latest-posts-right .header-standard {
    text-align: right;
}
.penci-latest-posts-right .header-list-style:after,
.penci-latest-posts-right .grid-header-box:after,
.penci-latest-posts-right .header-standard:after,
.penci-latest-posts-right.penci-latest-posts-mixed .grid-header-box:after,
.penci-latest-posts-right .list-post .header-list-style:after,
.penci-latest-posts-right .list-post.list-boxed-post .header-list-style:after,
.penci-latest-posts-right .header-standard.standard-overlay-meta:after {
    left: auto;
    margin-left: 0;
    right: 0;
    margin-right: 0;
}
.penci-latest-posts-right .grid-overlay-meta .grid-header-box {
    padding-right: 10px;
    padding-left: 5px;
}
.penci-latest-posts-right .grid-overlay-meta .grid-header-box:after,
.container .penci-latest-posts-right .penci-grid li.magazine-layout.grid-overlay-meta .grid-header-box:after {
    left: auto;
    right: 10px;
}
.penci-latest-posts-right .header-standard.standard-overlay-meta {
    padding-left: 10px;
    padding-right: 20px !important;
}
.penci-latest-posts-right .header-standard.standard-overlay-meta:after {
    left: auto;
    right: 20px;
}
.penci-grid-excerpt-left .penci-grid li .item .item-content,
.penci-grid-excerpt-left .penci-masonry .item-masonry .item-content,
.penci-grid-excerpt-left .penci-featured-infor .item-content,
.penci-std-excerpt-left .penci-grid .mixed-detail .item-content,
.penci-std-continue-left .penci-more-link,
.penci-std-excerpt-left .standard-main-content {
    text-align: left;
}
.penci-grid-excerpt-center .penci-grid li .item .item-content,
.penci-grid-excerpt-center .penci-masonry .item-masonry .item-content,
.penci-std-excerpt-center .penci-grid .mixed-detail .item-content,
.penci-std-continue-center .penci-more-link,
.penci-std-excerpt-center .standard-main-content,
.penci-grid-excerpt-center .penci-featured-infor .item-content {
    text-align: center;
}
.penci-grid-excerpt-right .penci-grid li .item .item-content,
.penci-grid-excerpt-right .penci-masonry .item-masonry .item-content,
.penci-std-excerpt-right .penci-grid .mixed-detail .item-content,
.penci-std-continue-right .penci-more-link,
.penci-std-excerpt-right .standard-main-content,
.penci-grid-excerpt-right .penci-featured-infor .item-content {
    text-align: right;
}
.penci-std-continue-left .penci-more-link a.more-link:before,
.penci-std-continue-right .penci-more-link a.more-link:after {
    content: none;
}
.penci-std-continue-right .penci-more-link a.more-link:before,
.penci-std-continue-left .penci-more-link a.more-link:after,
.penci-std-continue-center .penci-more-link a.more-link:before,
.penci-std-continue-center .penci-more-link a.more-link:after {
    content: '';
}
@media only screen and (max-width: 1400px) and (min-width: 961px) {
    .penci-two-sidebar .container.penci-breadcrumb {
        width: 100%;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
    .penci-two-sidebar .container.penci-breadcrumb {
        width: 726px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .penci-two-sidebar .container.penci-breadcrumb {
        width: 480px;
    }
}
@media only screen and (max-width: 479px) {
    .penci-two-sidebar .container.penci-breadcrumb {
        width: 100%;
    }
    .penci-slides-wrap .penci-ctslider-content {
        padding: 10px;
    }
    .btn-twoline .penci-slider_btnwrap {
        white-space: pre-line;
    }
    .btn-twoline .penci-slider_btnwrap .pencislider-btn:not( :last-child ) {
        margin-right: 0 !important;
    }
    .btn-twoline .penci-slider_btnwrap .pencislider-btn.pencislider-btn-2 {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .penci-latest-posts-el.penci-latest-posts-boxed-1 .list-boxed-post .item,
    .penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .list-boxed-post .item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .penci-latest-posts-el.penci-latest-posts-boxed-1 .list-boxed-post .item .content-list-right,
    .penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .list-boxed-post .item .content-list-right {
        height: auto;
        min-height: 0;
    }
    .penci-latest-posts-el.penci-latest-posts-boxed-1 .list-boxed-post:nth-child( 2n + 2 ) .item .content-list-right,
    .penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .list-boxed-post:nth-of-type( 2n + 2 ) .item .content-list-right {
        order: 1;
    }
    .penci-latest-posts-el.penci-latest-posts-boxed-1 .list-boxed-post:nth-child( 2n + 2 ) .item .thumbnail,
    .penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .list-boxed-post:nth-of-type( 2n + 2 ) .item .thumbnail {
        order: 2;
    }
}
.penci-latest-posts-el .penci-pagination {
    margin-top: 30px;
    margin-bottom: 0
}
.penci-latest-posts-el.penci-latest-posts-boxed-2 .penci-grid li.list-boxed-post-2:last-child {
    margin-bottom: 0 !important;
}
.penci-latest-posts-el.penci-latest-posts-standard .penci-wrapper-data > article:last-child,
.penci-latest-posts-el.penci-latest-posts-classic .penci-wrapper-data > article:last-child,
.penci-latest-posts-el.penci-latest-posts-grid .penci-wrapper-data > .grid-style:last-child,
.penci-latest-posts-el.penci-latest-posts-standard-grid .penci-wrapper-data > .grid-style:last-child,
.penci-latest-posts-el.penci-latest-posts-standard-grid-2 .penci-wrapper-data > .grid-style:last-child,
.penci-latest-posts-el.penci-latest-posts-standard-list .penci-wrapper-data > .list-post:last-child,
.penci-latest-posts-el.penci-latest-posts-standard-boxed-1 .penci-wrapper-data > .list-boxed-post:last-child,
.penci-latest-posts-el.penci-latest-posts-classic-grid .penci-wrapper-data > .grid-style:last-child,
.penci-latest-posts-el.penci-latest-posts-classic-grid-2 .penci-wrapper-data > .grid-style:last-child,
.penci-latest-posts-el.penci-latest-posts-classic-list .penci-wrapper-data > .list-post:last-child,
.penci-latest-posts-el.penci-latest-posts-classic-boxed-1 .penci-wrapper-data > .list-boxed-post:last-child,
.penci-latest-posts-el.penci-latest-posts-grid-2 .penci-wrapper-data > .grid-style:last-child,
.penci-latest-posts-el.penci-latest-posts-list .penci-wrapper-data > .list-post:last-child,
.penci-latest-posts-el.penci-latest-posts-boxed-1 .penci-wrapper-data > .list-boxed-post:last-child,
.penci-latest-posts-el.penci-latest-posts-overlay .penci-wrapper-data > .grid-overlay:last-child,
.penci-latest-posts-el.penci-latest-posts-featured .penci-wrapper-data > .grid-featured:last-child,
.penci-latest-posts-el.penci-latest-posts-mixed .penci-grid > li:last-child,
.penci-latest-posts-el.penci-latest-posts-mixed-2 .penci-grid > li:last-child,
.penci-latest-posts-el.penci-latest-posts-photography .penci-grid > .typography-style:last-child {
    margin-bottom: 0 !important;
}
@media only screen and (min-width: 961px) {
    .penci-latest-posts-el.penci-latest-posts-standard-grid-2 .penci-wrapper-data > .grid-style:nth-last-of-type(2),
    .penci-latest-posts-el.penci-latest-posts-classic-grid-2 .penci-wrapper-data > .grid-style:nth-last-of-type(2),
    .penci-latest-posts-el.penci-latest-posts-grid-2 .penci-wrapper-data > .grid-style:nth-last-child(2),
    .penci-latest-posts-el.penci-latest-posts-grid .penci-wrapper-data > .grid-style:nth-last-child(2),
    .penci-latest-posts-el.penci-latest-posts-grid .penci-wrapper-data > .grid-style:nth-last-child(3),
    .penci-latest-posts-el.penci-latest-posts-standard-grid .penci-wrapper-data > .grid-style:nth-last-of-type(2),
    .penci-latest-posts-el.penci-latest-posts-standard-grid .penci-wrapper-data > .grid-style:nth-last-of-type(3),
    .penci-latest-posts-el.penci-latest-posts-classic-grid .penci-wrapper-data > .grid-style:nth-last-of-type(2),
    .penci-latest-posts-el.penci-latest-posts-classic-grid .penci-wrapper-data > .grid-style:nth-last-of-type(3),
    .penci-latest-posts-el.penci-latest-posts-mixed.penci-el-mixed-s1 .penci-grid > li.grid-style:nth-last-of-type(3),
    .penci-latest-posts-el.penci-latest-posts-mixed .penci-grid > li.grid-style:nth-last-of-type(2),
    .penci-latest-posts-el.penci-latest-posts-mixed-2.penci-el-mixed-s1 .penci-grid > li.grid-style:nth-last-of-type(3),
    .penci-latest-posts-el.penci-latest-posts-mixed-2 .penci-grid > li.grid-style:nth-last-of-type(2),
    .penci-latest-posts-el.penci-latest-posts-photography .penci-grid > .typography-style:nth-last-child(2) {
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 960px) and (min-width: 768px) {
    .penci-latest-posts-el.penci-latest-posts-standard-grid .penci-wrapper-data > .grid-style:nth-last-of-type(2),
    .penci-latest-posts-el.penci-latest-posts-classic-grid .penci-wrapper-data > .grid-style:nth-last-of-type(2),
    .penci-latest-posts-el.penci-latest-posts-grid-2 .penci-wrapper-data > .grid-style:nth-last-child(2),
    .penci-latest-posts-el.penci-latest-posts-standard-grid-2 .penci-wrapper-data > .grid-style:nth-last-of-type(2),
    .penci-latest-posts-el.penci-latest-posts-classic-grid-2 .penci-wrapper-data > .grid-style:nth-last-of-type(2),
    .penci-latest-posts-el.penci-latest-posts-grid .penci-wrapper-data > .grid-style:nth-last-child(2),
    .penci-latest-posts-el.penci-latest-posts-mixed .penci-grid > li.grid-style:nth-last-of-type(2),
    .penci-latest-posts-el.penci-latest-posts-mixed-2 .penci-grid > li.grid-style:nth-last-of-type(2),
    .penci-latest-posts-el.penci-latest-posts-photography .penci-grid > .typography-style:nth-last-child(2) {
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 961px) {
    .penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
    .penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-2,
    .penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-1,
    .layout-14_14_12 .penci-sidebar-right,
    .layout-12_14_14 .penci-sidebar-left,
    .layout-14_12_14 .penci-sidebar-left,
    .container.two-sidebar .penci-sidebar-left {
        display: none !important;
    }
    .penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-2,
    .penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-3,
    .penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,
    .layout-14_14_12 .penci-vc-sidebar,
    .layout-12_14_14 .penci-vc-sidebar,
    .layout-14_12_14 .penci-vc-sidebar,
    .container.two-sidebar .penci-sidebar-content {
        width: 29.06%;
    }
    .penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-50.penci-ercol-order-3,
    .penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-50.penci-ercol-order-1,
    .penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,
    .layout-14_14_12 .penci-main-content {
        width: 70.94%;
    }
    .layout-12_14_14 .penci-main-content,
    .layout-14_12_14 .penci-main-content,
    .container.two-sidebar #main {
        padding-left: 0;
        width: 70.94%;
    }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .penci-repons-elsection.penci-structure-34 .elementor-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-16.penci-ercol-order-3,
    .penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-16.penci-ercol-order-1 {
        width: 50%;
    }
    .penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-66.penci-ercol-order-2 {
        width: 100%;
        order: 1;
    }
    .penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-16.penci-ercol-order-3 {
        order: 3;
    }
    .penci-repons-elsection.penci-structure-34 .elementor-column.elementor-col-16.penci-ercol-order-1 {
        order: 2;
    }
}
@media only screen and (max-width: 1400px) {
    .penci-repons-elsection.penci-structure-50 .elementor-row,
    .penci-repons-elsection.penci-structure-60 .elementor-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .penci-repons-elsection.penci-structure-50 .elementor-column.penci-ercol-20,
    .penci-repons-elsection.penci-structure-60 .elementor-column.penci-ercol-16 {
        width: 33.3333%;
    }
}
@media only screen and (max-width: 1170px) {
    .penci-repons-elsection.penci-structure-40 .elementor-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .penci-repons-elsection.penci-structure-50 .elementor-column.penci-ercol-20,
    .penci-repons-elsection.penci-structure-60 .elementor-column.penci-ercol-16,
    .penci-repons-elsection.penci-structure-40 .elementor-column.penci-ercol-25 {
        width: 50%;
    }
}
@media only screen and (max-width: 960px) {
    .container.two-sidebar .penci-sidebar-content,
    .container.two-sidebar #main {
        width: 100%;
    }
    .container.two-sidebar #main {
        order: 1;
    }
    .penci-vc-row .penci-vc-column {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .penci-countdown-show5 .penci-countdown-section,
    .penci-countdown-show6 .penci-countdown-section,
    .penci-countdown-show7 .penci-countdown-section {
        width: 33.33333%
    }
    .penci-image-gallery-s2 .penci-galitem-1 {
        width: 100%;
        float: left;
    }
    .penci-image-gallery-s2 .penci-post-smalls {
        width: 100%;
    }
    .penci-image-gallery-s2 .penci-post-smalls .penci-gallery-item {
        width: 50%;
        float: left;
    }
    .penci-video_playlist .penci-video-nav,
    .penci-video_playlist .penci-video-play {
        width: 100%;
        float: none;
        position: relative;
    }
    .penci-video_playlist .penci-video-nav .playlist-panel-item {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 20px;
        z-index: 10;
        background: #111;
        color: #fff;
    }
    .penci-repons-elsection.penci-structure-21 .elementor-row,
    .penci-repons-elsection.penci-structure-22 .elementor-row,
    .penci-repons-elsection.penci-structure-30 .elementor-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .penci-repons-elsection.penci-structure-21 .elementor-column.penci-ercol-66,
    .penci-repons-elsection.penci-structure-21 .elementor-column.penci-ercol-33,
    .penci-repons-elsection.penci-structure-22 .elementor-column.penci-ercol-66,
    .penci-repons-elsection.penci-structure-22 .elementor-column.penci-ercol-33,
    .penci-repons-elsection.penci-structure-30 .elementor-column.penci-ercol-33 {
        width: 100%;
    }
    .penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
    .penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-2,
    .penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-1 {
        display: block;
        width: 50%;
    }
    .penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-2,
    .penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-3,
    .penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3 {
        width: 50%;
    }
    .penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-50.penci-ercol-order-3,
    .penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-50.penci-ercol-order-1,
    .penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2 {
        width: 100%;
    }
    .penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
    .penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3 {
        order: 2;
    }
    .penci-repons-elsection.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2 {
        order: 1;
    }
    .footer-subscribe .mc4wp-form .mdes {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    #main .penci-repons-elsection .elementor-column {
        width: 100% !important;
    }
    #main .penci-repons-elsection .elementor-column:not( :last-child ) {
        margin-bottom: 20px;
    }
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column.elementor-col-25 + .elementor-column.elementor-col-50 > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="25"] + .elementor-column[data-col="50"] > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column.elementor-col-66 > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="66"] > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-col-16 + .elementor-column.elementor-col-66 > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="16"] + .elementor-column[data-col="66"] > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column.elementor-col-33 + .elementor-column.elementor-col-66 > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="33"] + .elementor-column[data-col="66"] > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column.elementor-col-25 + .elementor-column.elementor-col-50 > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="25"] + .elementor-column[data-col="50"] > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-col-25 + .elementor-col-25 + .elementor-col-50 > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="25"] + .elementor-column[data-col="25"] + .elementor-column[data-col="50"] > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-col-50 + .elementor-col-25 > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="50"] + .elementor-column[data-col="25"] > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-col-50 + .elementor-col-25 + .elementor-col-25 > .elementor-element-populated,
    .penci-repons-elsection .elementor-column-gap-default > .elementor-row > .elementor-column[data-col="50"] + .elementor-column[data-col="25"] + .elementor-column[data-col="25"] > .elementor-element-populated {
        padding-left: 10px;
        padding-right: 10px;
    }
    .penci-countdown-show4 .penci-countdown-section,
    .penci-countdown-show5 .penci-countdown-section,
    .penci-countdown-show6 .penci-countdown-section,
    .penci-countdown-show7 .penci-countdown-section {
        width: 50%
    }
    .penci-con_sb2_sb1.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
    .penci-con_sb1_sb2.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,
    .penci-sb2_con_sb1.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,
    .penci-sb2_sb1_con.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,
    .penci-sb1_con_sb2.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,
    .penci-sb1_sb2_con.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1 {
        order: 2;
    }
    /** Sidebar right **/
    .penci-con_sb2_sb1.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,
    .penci-con_sb1_sb2.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
    .penci-sb2_con_sb1.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,
    .penci-sb2_sb1_con.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,
    .penci-sb1_con_sb2.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
    .penci-sb1_sb2_con.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2 {
        order: 3;
    }
    /** Content **/
    .penci-con_sb2_sb1.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,
    .penci-con_sb1_sb2.penci-structure-33 .elementor-column.elementor-col-50.penci-ercol-order-2,
    .penci-sb2_con_sb1.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
    .penci-sb2_sb1_con.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-1,
    .penci-sb1_con_sb2.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3,
    .penci-sb1_sb2_con.penci-structure-33 .elementor-column.elementor-col-25.penci-ercol-order-3 {
        order: 1;
    }
    .penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-2,
    .penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-1,
    .penci-repons-elsection.penci-structure-31 .elementor-column.elementor-col-25.penci-ercol-order-2,
    .penci-repons-elsection.penci-structure-32 .elementor-column.elementor-col-25.penci-ercol-order-3,
    .penci-repons-elsection.penci-structure-50 .elementor-column.penci-ercol-20,
    .penci-repons-elsection.penci-structure-60 .elementor-column.penci-ercol-16,
    .penci-repons-elsection.penci-structure-40 .elementor-column.penci-ercol-25 {
        width: 100%;
    }
    .penci-top-bar .pctopbar-item.penci-topbar-trending {
        display: none;
        padding: 0 10px;
    }
}
@media only screen and (max-width: 480px) {
    .penci-image-gallery-s2 .penci-post-smalls .penci-gallery-item {
        width: 100%;
        float: left;
    }
    .penci-image-gallery-s4 .penci-gallery-small-item,
    .penci-image-gallery-s3 .penci-gallery-small-item,
    .penci-image-gallery-s4 .penci-gallery-big-item,
    .penci-image-gallery-s3 .penci-gallery-big-item {
        width: 100%;
        float: none;
    }
}
.menu-item-has-label .menu-label {
    font-size: 9px;
    font-weight: 600;
    line-height: 12px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 25px);
    left: 100%;
    display: inline-block;
    margin-left: -20px;
    padding: 2px 4px;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #FFF;
    background-color: var(--pcaccent-cl);
}
.penci-menu-hbg .menu-item-has-label .menu-label,
.pc-dropdown-menu .menu-item-has-label .menu-label,
#sidebar-nav .menu-item-has-label .menu-label {
    left: auto;
}
.menu-item-has-label .menu-label.label-style-1:before,
.menu-item-has-label .menu-label.label-style-2:before {
    position: absolute;
    top: 100%;
    left: 10px;
    content: "";
    border: 4px solid;
    border-color: var(--pcaccent-cl);
    border-right-width: 7px;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-width: 0;
}
.menu-item-has-label .menu-label.label-style-2:before {
    left: 0;
}
.menu-item-has-label .menu-label.label-style-4:before {
    position: absolute;
    right: 50%;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    content: "";
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: var(--pcaccent-cl);
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}
.penci-mega-content-container {
    text-align: initial;
}
.desktop-meta-bg-hidden {
    display: none;
}
@media only screen and (min-width: 767px) and (max-width: 1169px) {
    .tablet-meta-bg-hidden {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .mobile-meta-bg-hidden {
        display: none;
    }
}
.biggrid-archive-wrapper .grid-post-box-meta {
    overflow: hidden;
}
.featured-list-title {
    margin-bottom: 30px;
}
.penci-dropdown-menu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    -webkit-box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    -moz-box-shadow: 0px 3px 3px rgba(190, 190, 190, 0.6);
    border-top: 1px solid #ECECEC;
    margin-top: 0;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.penci-dropdown-menu.penci-mega-full-width {
    left: 0;
}
.penci-dropdown-menu.penci-mega-custom-width {
    left: auto;
    right: auto;
}
.navigation .penci-dropdown-menu.penci-mega-custom-width .container,
#navigation .penci-dropdown-menu.penci-mega-custom-width .container {
    display: block;
}
.penci-dropdown-menu .post-entry {
    line-height: unset;
    margin-bottom: 0;
}
.navigation .penci-dropdown-menu,
#navigation .penci-dropdown-menu {
    max-width: 100vw;
    display: none;
}
#navigation .penci-dropdown-menu .penci-megamenu,
.navigation .penci-dropdown-menu .penci-megamenu,
#navigation .penci-dropdown-menu .container,
.navigation .penci-dropdown-menu .container {
    display: block;
}
.navigation .penci-mega-custom-width .container,
#navigation .penci-mega-custom-width .container {
    width: 100%;
}
.penci-dropdown-menu.loading {
    min-height: 150px;
}
.penci-dropdown-menu:before {
    opacity: 0;
    background-color: inherit;
    transition: all .2s ease;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    min-height: 0;
}
.penci-dropdown-menu.loading:before {
    opacity: 1;
    z-index: 8;
}
.penci-dropdown-menu:after {
    opacity: 0;
    transition: opacity .2s ease;
    content: "";
    display: inline-block;
    border: 1px solid #BBB;
    border-left-color: #000;
    border-top-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
}
@keyframes penci-menu-rotate {
    100% {
        transform: rotate(360deg);
    }
}
.penci-dropdown-menu.loading:after {
    opacity: 1;
    z-index: 9;
    animation: penci-menu-rotate 0.35s infinite linear;
}
.button-popup-content,
.penci-popup-content,
.penci-age-verify {
    position: relative;
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    padding: 40px;
    text-align: center;
    display: none;
}
.mfp-wrap .button-popup-content,
.mfp-wrap .penci-popup-content,
.mfp-wrap .penci-age-verify {
    display: block;
}
.penci-age-verify .penci-age-verify-buttons {
    margin-top: 30px;
}
.penci-age-verify .penci-age-verify-buttons .button {
    display: inline-block;
    padding: 0 15px;
    line-height: 35px;
    background-color: var(--pcaccent-cl);
    color: #fff;
    text-transform: uppercase;
    font-weight: var(--pchead-wei);
    transition: 0.3s all ease-in-out;
}
.penci-age-verify .penci-age-verify-buttons .button.penci-age-verify-forbidden {
    color: var(--pctext-cl);
    background-color: #f1f1f1;
}
.penci-age-verify .penci-age-verify-buttons .button:hover {
    opacity: 0.8;
}
.penci-age-verify.penci-forbidden .penci-age-verify-text,
.penci-age-verify.penci-forbidden .penci-age-verify-buttons {
    display: none;
}
.pc-fho-wrap {
    position: relative;
    --gap: 20px;
    --vgap: 20px;
    --maingap: 30px;
    --iconw: 25%;
    --iconsz: 150px;
    --iconbd: 5px;
    --obg: rgba(0, 0, 0, 0.5);
    --ohbg: rgba(0, 0, 0, 0.8);
    --sobg: rgba(0, 0, 0, 0);
    --sohbg: rgba(0, 0, 0, 0.5);
    z-index: 1;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.pc-fho-wrap .mp-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-size: cover;
    z-index: 1;
    display: block;
    text-indent: -99999999px;
}
.pc-fho-wrap .mp-link:not(.penci-lazy) {
    background-color: rgba(0, 0, 0, 0.5);
}
.pc-fho-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--pcctain);
}
.pc-fho-wrap .mp-link:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: var(--obg);
    z-index: 2;
    transition: 0.3s background-color ease-in-out;
}
.pc-fho-wrap .mp-link:hover:before {
    background-color: var(--ohbg);
}
.pc-fho-wrap .pc-fho-mpct {
    position: relative;
    z-index: 2;
}
.pc-fho-wrap .pc-fho-mpct:hover ~ .mp-link:before {
    background-color: var(--ohbg);
}
.pc-fho-wrap .pc-fho-bg-wrap {
    padding: 60px;
}
.pc-fho-wrap .pc-fho-mpct {
    margin-left: calc(var(--maingap) / 2 * -1);
    margin-right: calc(var(--maingap) / 2 * -1);
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: center;
}
.pc-fho-wrap .pc-fho-mpct .pc-fho-mi,
.pc-fho-wrap .pc-fho-mpct .pc-fho-mc {
    padding-left: calc(var(--maingap) / 2);
    padding-right: calc(var(--maingap) / 2);
}
.pc-fho-wrap .pc-fho-mpct .pc-fho-mi {
    flex: 0 0 var(--iconw);
    align-items: center;
    display: flex;
}
.pc-fho-wrap .pc-fho-mpct .pc-fho-mc {
    flex: 0 0 calc(100% - var(--iconw));
}
.pc-fho-wrap .pc-fho-mpct .pc-fho-mc.bct-fullwidth {
    flex: 0 0 100% !important;
}
.pc-fho-wrap .pc-fho-mc .pc-fho-mt h3 {
    font-size: 55px;
    line-height: 1.1;
    margin-bottom: 0;
}
.pc-fho-wrap .pc-fho-mc .pc-fho-mt a,
.pc-fho-wrap .pc-fho-mc .pc-fho-mm a {
    color: #fff;
    text-decoration: none;
}
.pc-fho-wrap .pc-fho-mi-i {
    max-width: var(--iconsz);
    height: var(--iconsz);
    border: var(--iconbd) solid #fff;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 100%;
}
.pc-fho-wrap .pc-fho-mi-i a {
    color: inherit;
}
.pc-fho-wrap .pc-fho-mi-i i {
    font-size: 70px;
    line-height: calc(var(--iconsz) - (var(--iconbd) * 2));
}
.pc-fho-wrap .pc-fho-msli {
    margin-left: calc(var(--gap) / 2 * -1);
    margin-right: calc(var(--gap) / 2 * -1);
    margin-top: 60px;
}
.pc-fho-wrap .pc-fho-msli .pc-fho-msli-inner-ct {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    align-items: flex-start;
    overflow: hidden;
}
.pc-fho-wrap .pc-fho-msli .pc-fho-li {
    position: relative;
    z-index: 3;
    padding-left: calc(var(--gap) / 2);
    padding-right: calc(var(--gap) / 2);
}
.pc-fho-msli-inner-ct:not(.penci-owl-carousel) .pc-fho-li {
    margin-bottom: var(--vgap);
}
.pc-fho-wrap .pc-fho-msli.columns-1 .pc-fho-li {
    flex: 0 0 100%;
}
.pc-fho-wrap .pc-fho-msli.columns-2 .pc-fho-li {
    flex: 0 0 50%;
}
.pc-fho-wrap .pc-fho-msli.columns-3 .pc-fho-li {
    flex: 0 0 33.3333333333%;
}
.pc-fho-wrap .pc-fho-msli.columns-4 .pc-fho-li {
    flex: 0 0 25%;
}
.pc-fho-wrap .pc-fho-msli.columns-5 .pc-fho-li {
    flex: 0 0 20%;
}
.pc-fho-wrap .pc-fho-msli.columns-6 .pc-fho-li {
    flex: 0 0 16.6666666667%;
}
.pc-fho-msli-inner-ct > .pc-fho-li:last-child {
    margin-bottom: 0 !important;
}
@media only screen and (min-width: 1170px) {
    .pc-fho-msli.columns-6 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(2),
    .pc-fho-msli.columns-6 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(3),
    .pc-fho-msli.columns-6 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(4),
    .pc-fho-msli.columns-6 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(5),
    .pc-fho-msli.columns-6 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(6),
    .pc-fho-msli.columns-5 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(2),
    .pc-fho-msli.columns-5 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(3),
    .pc-fho-msli.columns-5 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(4),
    .pc-fho-msli.columns-5 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(5),
    .pc-fho-msli.columns-4 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(2),
    .pc-fho-msli.columns-4 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(3),
    .pc-fho-msli.columns-4 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(4),
    .pc-fho-msli.columns-3 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(2),
    .pc-fho-msli.columns-3 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(3),
    .pc-fho-msli.columns-2 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(2) {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
    .pc-fho-msli.tablet-columns-4 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(2),
    .pc-fho-msli.tablet-columns-4 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(3),
    .pc-fho-msli.tablet-columns-4 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(4),
    .pc-fho-msli.tablet-columns-3 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(2),
    .pc-fho-msli.tablet-columns-3 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(3),
    .pc-fho-msli.tablet-columns-2 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(2) {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 767px) {
    .pc-fho-msli.mobile-columns-2 .pc-fho-msli-inner-ct > .pc-fho-li:nth-last-child(2) {
        margin-bottom: 0;
    }
}
.pc-fho-wrap .pc-fho-cat a,
.pc-fho-wrap .pc-fho-cat a:hover {
    text-decoration: none;
}
.pc-fho-wrap .pc-fho-list-img {
    margin-bottom: 15px;
}
.pc-fho-wrap .pc-fho-list-img a {
    display: block;
}
.pc-fho-wrap .pc-fho-li .icon-post-format {
    top: 50%;
    right: auto;
    left: 50%;
    width: 38px;
    height: 38px;
    line-height: 34px;
    font-size: 18px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    margin: -18px 0 0 -18px;
}
.pc-fho-slolay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: block;
    z-index: 1;
    background: var(--sobg);
    transition: all 0.3s;
}
.pc-fho-wrap .pc-fho-list-img:hover .pc-fho-slolay {
    background: var(--sohbg);
}
.pc-fho-wrap .pc-fho-li .icon-post-format i.penci-faicon {
    line-height: inherit;
}
.pc-fho-wrap .pc-fho-li .pc-fho-list-img:hover .icon-post-format {
    opacity: 0;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
}
.pc-fho-wrap .pc-fho-li .penci-piechart.penci-piechart-small {
    top: 10px;
    right: 10px;
}
.pc-fho-wrap .pc-fho-lt h3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
}
.pc-fho-cat {
    line-height: 1;
    margin-bottom: 4px;
}
.pc-fho-wrap .grid-post-box-meta {
    margin-top: 5px;
}
.pc-fho-wrap .cat > a.penci-cat-name,
.pc-fho-wrap .pc-fho-lt a,
.pc-fho-wrap .pc-fho-lm span,
.pc-fho-wrap .pc-fho-lm a,
.pc-fho-mpct .grid-post-box-meta span,
.pc-fho-mpct .grid-post-box-meta a {
    color: #fff;
    text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
    .pc-fho-wrap .pc-fho-msli.tablet-columns-2 .pc-fho-li {
        flex: 0 0 50%;
    }
    .pc-fho-wrap .pc-fho-msli.tablet-columns-3 .pc-fho-li {
        flex: 0 0 33.3333333333%;
    }
    .pc-fho-wrap .pc-fho-msli.tablet-columns-4 .pc-fho-li {
        flex: 0 0 25%;
    }
    .pc-fho-wrap .pc-fho-mc .pc-fho-mt h3 {
        font-size: 42px;
    }
}
@media only screen and (min-width: 768px) {
    .pc-fho-wrap .pc-fho-mp {
        background: unset !important;
    }
}
@media only screen and (max-width: 767px) {
    .pc-fho-wrap .mp-link {
        display: none;
    }
    .pc-fho-wrap .pc-fho-bg-wrap {
        padding: 0;
        background: unset !important;
    }
    .pc-fho-wrap .pc-fho-mp {
        padding: 40px 20px;
        background-size: cover;
        position: relative;
    }
    .pc-fho-wrap .pc-fho-mp:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background-color: var(--obg);
        z-index: 2;
        transition: 0.3s background-color ease-in-out;
    }
    .pc-fho-wrap .pc-fho-mp:hover:before {
        background-color: var(--ohbg);
    }
    .pc-fho-wrap .pc-fho-mpct .pc-fho-mi {
        flex: 0 0 100%;
        margin-bottom: var(--maingap);
    }
    .pc-fho-wrap .pc-fho-mpct .pc-fho-mc {
        flex: 0 0 100%;
        text-align: center;
    }
    .pc-fho-wrap .pc-fho-mc .pc-fho-mt h3 {
        font-size: 20px;
        line-height: 1.2;
    }
    .pc-fho-wrap .pc-fho-msli .pc-fho-li {
        flex: 0 0 50%;
        margin-bottom: 30px;
    }
    .pc-fho-wrap .pc-fho-mi-i i {
        font-size: 28px;
    }
    .pc-fho-wrap {
        --iconsz: 60px;
        --iconbd: 2px;
        --maingap: 20px;
    }
    .pc-fho-wrap .pc-fho-msli {
        margin-top: 30px;
    }
    .pc-fho-wrap .pc-fho-msli.mobile-columns-1 .pc-fho-li {
        flex: 0 0 100%;
    }
    .pc-fho-wrap .pc-fho-lm a {
        color: var(--pctext-cl);
    }
    .pc-fho-wrap .pc-fho-lm span {
        color: var(--pcmeta-cl);
    }
    .pc-fho-wrap .pc-fho-li .cat > a.penci-cat-name {
        color: var(--pcaccent-cl);
    }
    .pc-fho-wrap .pc-fho-lt a {
        color: var(--pcheading-cl);
    }
}
.pctmp-term-list .term-labels {
    display: inline-block;
}
.pctmp-term-list li,
.pctmp-term-list .pctmp-term-item {
    display: inline-block;
}
.pctmp-term-list li .count {
    margin-left: 5px;
}
.elementor-widget-penci-single-related-posts .post-related {
    border: 0;
}
.elementor-widget-penci-single-comment-form h3.comment-reply-title {
    border-top: 0 !important;
    padding-top: 0 !important;
}
.pcmt-icon {
    display: inline-block;
    vertical-align: baseline;
}
.tags-share-box.pcnew-share,
.tags-share-box.tags-share-box-top.pcnew-share,
.tags-share-box.tags-share-box-bot.pcnew-share,
.tags-share-box.share-box-border-bot.pcnew-share {
    border-top: 0;
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.tags-share-box.post-share {
    top: 0;
}
.pcnew-share .post-share-item {
    margin: 0 4px 0 4px;
}
.tags-share-box.disable-btnplus {
    white-space: normal;
    opacity: 1 !important;
}
.tags-share-box.post-share.disable-btnplus .auto-hidden {
    display: inline-block !important;
}
.tags-share-box.post-share.disable-btnplus .post-share-expand {
    display: none !important;
    visibility: hidden !important;
}
.pcnew-share:not(.penci-icon-full) .post-share-item,
.pcnew-share.penci-icon-full .post-share-item i {
    position: relative;
    display: inline-block;
    margin: 0 4px 8px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    overflow: hidden;
}
body:not(.rtl) .tags-share-box.post-share.disable-btnplus .post-share-item {
    margin-left: 0 !important;
    margin-right: 8px;
}
body.rtl .tags-share-box.post-share.disable-btnplus .post-share-item {
    margin-right: 0 !important;
    margin-left: 8px;
}
.tags-share-box-n1.penci-social-colored a i.fa-heart,
.tags-share-box-n3.penci-social-colored a i.fa-heart,
.tags-share-box-n8.penci-social-colored a i.fa-heart,
.tags-share-box-n10.penci-social-colored a i.fa-heart,
.tags-share-box-n12.penci-social-colored a i.fa-heart,
.tags-share-box-n19.penci-social-colored a i.fa-heart,
.tags-share-box-n20.penci-social-colored a i.fa-heart,
.tags-share-box-n5.penci-social-colored a i.fa-heart {
    background-color: transparent !important;
}
.pcnew-share .post-share-item:not(.post-share-plike) i {
    z-index: 1;
}
.pcnew-share.penci-icon-full .post-share-item i {
    margin: 0;
}
.pcnew-share.full-border.penci-icon-full.border-style .post-share-item.post-share-plike i {
    vertical-align: top;
}
.pcnew-share .post-share-item {
    transition: opacity 0.3s ease-in-out;
}
.pcnew-share .post-share-item:hover {
    opacity: 0.85;
}
.tags-share-box.pcnew-share {
    padding-right: 0;
}
.pcnew-share .post-share a {
    margin: 0 0 0 5px;
}
.pcnew-share .post-share-item i,
.pcnew-share.penci-icon-full .post-share-item i {
    margin-bottom: 0;
}
.pcnew-share.full-border .post-share-item,
.pcnew-share.border-style:not(.penci-icon-full) .post-share-item,
.pcnew-share.penci-icon-full.border-style .post-share-item i {
    border: 1px solid var(--pcborder-cl);
    margin-bottom: 0;
}
.pcnew-share.full-border.penci-icon-full.border-style .post-share-item i {
    margin: 0;
    border-width: 0;
}
.show-txt.border-style.full-border a .dt-share {
    border: 0;
    margin: 0;
    padding: 0 15px;
}
.pcnew-share.full-border .post-share-item {
    padding-left: 0;
    padding-right: 0;
}
.pcnew-share.size-large .post-share-item,
.pcnew-share.size-large.penci-icon-full .post-share-item i {
    height: 60px;
    min-width: 60px;
    line-height: 60px;
    font-size: 18px;
    vertical-align: top;
}
.pcnew-share.size-large.penci-icon-full.txt-below .post-share-item i {
    line-height: 75px;
}
.pcnew-share.size-large.penci-icon-full .post-share-item.post-share-plike i {
    width: auto;
    min-width: unset;
}
.rounder .post-share-item,
.rounder .post-share-item i {
    border-radius: 50px;
}
.pcnew-share .post-share-plike {
    background-color: #000;
    padding-left: 10px;
}
.pcnew-share.border-style .post-share-plike {
    background-color: transparent;
    color: #000;
    border: 1px solid var(--pcborder-cl);
}
.pcnew-share.border-style:not(.tags-share-box-n20) .post-share-plike i {
    border: 0 !important;
}
.pcnew-share .post-share-plike .post-share-item,
.pcnew-share.penci-icon-full .post-share-plike .post-share-item i {
    width: auto;
}
.pcnew-share a.penci-post-like:after {
    display: none;
}
.pcnew-share.post-share {
    position: initial;
}
.show-txt.post-share a .dt-share {
    position: static;
    padding: 0;
    margin: 0 0 0 8px;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    font-size: 13px;
    width: auto;
    max-width: unset;
}
.show-txt.focus-icon.post-share a .dt-share {
    border: 0;
}
.show-txt.focus-icon .post-share-item i {
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    min-width: 40px;
    line-height: 40px;
}
.show-txt.focus-icon .post-share-item.post-share-plike i {
    background-color: transparent;
    min-width: unset;
}
.show-txt a:not(.single-like-button) {
    padding-left: 12px;
    padding-right: 12px;
}
.show-txt.focus-icon a {
    padding-left: 0;
}
.show-txt.rounder a {
    padding-left: 20px;
    padding-right: 20px;
}
.show-txt.rounder a.single-like-button {
    padding-left: 0;
    padding-right: 0;
}
.show-txt.post-share a .dt-share:before,
.show-txt.post-share a .dt-share:after {
    display: none;
}
.show-shadow:not(.show-txt).post-share .post-share-item.post-share-plike,
.show-shadow:not(.show-txt).post-share .post-share-item:not(.post-share-plike) i {
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.31);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.31);
}
.show-shadow.show-txt.post-share .post-share-item {
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.31);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.31);
}
.show-txt.txt-below.size-large.post-share a {
    position: relative;
    line-height: 50px;
    height: 90px;
}
.show-txt.txt-below.pcnew-share.size-large .post-share-item.post-share-plike,
.show-txt.txt-below.pcnew-share.size-large .post-share-item.post-share-plike i {
    line-height: 90px;
    height: 90px;
}
.show-txt.txt-below.pcnew-share.size-large .post-share-item.post-share-plike i {
    background-color: transparent !important;
}
.show-txt.txt-below.size-large.post-share a i {
    font-size: 22px;
}
.show-txt.txt-below.post-share a .dt-share {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1;
}
.show-txt.border-style.post-share a .dt-share {
    color: #000;
    border-color: rgba(0, 0, 0, 0.1);
}
.no-spacing .post-share-item,
.no-spacing .post-share-item i,
.pcnew-share.penci-icon-full.no-spacing .post-share-item i {
    margin-left: 0;
    margin-right: 0;
}
.black-ver .post-share-item,
.black-ver .post-share-item i {
    background-color: #000;
    color: #fff;
}
.black-ver .post-share-item.post-share-plike i {
    background-color: transparent !important;
}
.tags-share-box-n19.pcnew-share.border-style .post-share-item i,
.tags-share-box-n20.pcnew-share.border-style .post-share-item i,
.tags-share-box-n20 .post-share-item i {
    position: relative;
    color: #fff;
}
.tags-share-box-n19.pcnew-share.border-style .post-share-item.post-share-plike,
.tags-share-box-n20.pcnew-share.border-style .post-share-item.post-share-plike {
    padding-left: 12px;
    padding-right: 12px;
}
.tags-share-box-n19.pcnew-share.border-style .post-share-item.post-share-plike i,
.tags-share-box-n20.pcnew-share.border-style .post-share-item.post-share-plike i {
    padding-right: 5px;
    background-color: transparent;
}
.tags-share-box-n19 .count-number-like,
.tags-share-box-n20 .count-number-like {
    float: right;
    padding: 0;
}
.tags-share-box-n20.pcnew-share.penci-icon-full .post-share-item i {
    overflow: visible;
}
.tags-share-box-n20 .post-share-item i:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 5px;
    border-color: transparent transparent transparent transparent;
    border-left-color: inherit;
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 100%;
    transform: translateY(-50%);
}
.tags-share-box-n20 .post-share-item.post-share-plike i:after {
    display: none;
}
.pcnew-share .post-share-plike {
    height: 40px;
    display: inline-block;
    line-height: 40px;
    overflow: hidden;
}
.pcnew-share .penci-social-share-text {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid var(--pcborder-cl);
    display: inline-block;
    padding: 0 15px;
    margin-right: 12px;
    position: relative;
    vertical-align: top !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.pcnew-share.penci-icon-full .post-share-item.post-share-plike i,
.pcnew-share .post-share-plike i {
    min-width: unset;
}
.pcnew-share .post-share-plike {
    padding-left: 12px;
    padding-right: 12px;
}
.pcnew-share.border-style.show-txt .post-share-plike,
.pcnew-share.border-style.show-txt .penci-social-share-text {
    height: 42px;
    line-height: 42px;
}
.pcnew-share .penci-social-share-text:before,
.pcnew-share .penci-social-share-text:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent var(--pcborder-cl);
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 100%;
    transform: translateY(-50%);
}
.pcnew-share .penci-social-share-text:after {
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent var(--pcbg-cl);
}
.size-large.pcnew-share .penci-social-share-text {
    height: 60px;
    line-height: 60px;
}
.size-large.pcnew-share.show-txt.txt-below .penci-social-share-text {
    height: 90px;
    line-height: 90px;
}
.penci-social-share-text {
    vertical-align: middle;
}
.penci-social-share-text i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 14px;
    transform: translateY(-1px);
}
.tags-share-box-n19.post-share a.penci-post-like,
.tags-share-box-n20.post-share a.penci-post-like {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    background-color: var(--pcaccent-cl);
    color: #fff;
}
.pcnew-share.border-style .post-share-item i {
    color: #000;
}
.post-box-meta-single .pcmt-icon {
    text-align: center !important;
    margin-right: 5px;
}
.post-box-meta-single .pcmt-icon i {
    vertical-align: baseline;
    line-height: inherit;
}
.post-box-meta-single.style-s1 .pcmt-icon,
.post-box-meta-single.style-s2 .pcmt-icon,
.post-box-meta-single.style-s3 .pcmt-icon,
.post-box-meta-single.style-s4 .pcmt-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.post-box-meta-single.style-s1 .pcmt-icon {
    background-color: #000;
    color: #fff;
}
.post-box-meta-single.style-s2 .pcmt-icon {
    background-color: #000;
    color: #fff;
    border-radius: 50px !important;
}
.post-box-meta-single.style-s3 .pcmt-icon {
    background-color: #000;
    color: #fff;
    position: relative;
}
.post-box-meta-single.style-s3 .pcmt-icon:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 3px;
    border-color: transparent transparent transparent #000;
    top: 50%;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%);
}
.post-box-meta-single.style-s4 .pcmt-icon {
    border: 1px solid var(--pcborder-cl) !important;
    position: relative;
}
.post-box-meta-single.style-s4 .pcmt-icon:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #fff;
    top: calc(50% - 4px);
    bottom: 50%;
    right: -4px;
    z-index: 2;
}
.post-box-meta-single.style-s4 .pcmt-icon:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent var(--pcborder-cl);
    top: calc(50% - 6px);
    bottom: 50%;
    right: -6px;
    z-index: 1;
}
.tags-share-box.post-share .auto-hidden {
    display: none !important;
}
.tags-share-box.post-share .auto-hidden.active {
    display: inline-block !important;
}
.pcnew-share .post-share-item {
    margin-bottom: 8px !important;
}
.pctmp-term-list.label-style-s1 .term-labels,
.pctmp-term-list.term-style-s1 .pctmp-term-item {
    text-transform: uppercase;
    color: var(--pcmeta-cl);
    padding: 6px 12px 5px;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 11px;
    background: none;
    border: 1px solid var(--pcborder-cl);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    outline: none;
    font-weight: normal;
    line-height: 1.2;
}
.pctmp-term-list .term-labels i {
    vertical-align: middle;
    margin-right: 3px;
}
.pctmp-term-list.label-style-s2 .term-labels,
.pctmp-term-list.label-style-s3 .term-labels,
.pctmp-term-list.label-style-s4 .term-labels,
.pctmp-term-list.term-style-s2 .pctmp-term-item,
.pctmp-term-list.term-style-s3 .pctmp-term-item,
.pctmp-term-list.term-style-s4 .pctmp-term-item {
    padding: 6px 12px;
    border: 1px solid var(--pcborder-cl);
    color: #000;
    margin-left: 8px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 11px;
}
.pctmp-term-list.label-style-s3 .term-labels,
.pctmp-term-list.term-style-s3 .pctmp-term-item {
    border-radius: 50px;
}
.pctmp-term-list.label-style-s4 .term-labels,
.pctmp-term-list.term-style-s4 .pctmp-term-item {
    border: 0;
    border-bottom: 2px solid var(--pcborder-cl);
    background-color: #f1f1f1;
}
.pctmp-term-list .pctmp-term-item:hover,
.pctmp-term-list .pctmp-term-item.current-item,
.pctmp-term-list.term-style-s4 .pctmp-term-item.current-item,
.pctmp-term-list.term-style-s4 .pctmp-term-item:hover {
    border-color: var(--pcaccent-cl);
    background-color: var(--pcaccent-cl);
    color: white;
}
.tags-share-box.post-share {
    position: relative;
}
.penci-featured-share-box .post-share-expand,
.item.hentry .post-share-item.post-share-plike,
.item.hentry .post-share-item.post-share-expand {
    display: none !important;
}
.post-share-item.post-share-expand {
    visibility: hidden;
}
body:not(.rtl) .post-share-item.post-share-expand {
    margin-right: 0 !important;
}
body.rtl .post-share-item.post-share-expand {
    margin-left: 0 !important;
}
.post-share-item.post-share-expand.showing {
    visibility: visible;
}
.post-share-item.post-share-expand.hidden {
    display: none;
}
.penci-social-colored .post-share-item.post-share-expand i,
.pcnew-share.size-large.penci-icon-full .post-share-item.post-share-expand i,
.tags-share-box.tags-share-box-s2 .post-share-item.post-share-expand {
    background-color: var(--pctext-cl);
    color: var(--pcbg-cl);
}
.penci-social-colored .post-share-item.post-share-expand i:after,
.pcnew-share.size-large.penci-icon-full .post-share-item.post-share-expand i:after {
    display: none;
}
.tags-share-box.tags-share-box-s2 .post-share-item.post-share-plike .count-number-like,
.tags-share-box.tags-share-box-s2 .post-share-item.post-share-plike a {
    color: #fff;
}
.pcnew-share:not(.penci-icon-full) .post-share-item.post-share-expand {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
}
.tags-share-box-s1 .post-share-item {
    background-color: transparent !important;
}
.tags-share-box.tags-share-box-2_3 .post-share-expand i {
    transform: translateY(-1px);
}
.pcnew-share .post-share-expand i {
    transform: translateY(1px);
}
.pcnew-share.penci-icon-full .post-share-expand i {
    transform: none;
}
.pcnew-share.no-spacing .post-share-expand i {
    transform: none;
}
.tags-share-box {
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}
.tags-share-box.showing-hidden {
    white-space: normal;
}
.tags-share-box.tags-share-box-s1 {
    opacity: 1;
    white-space: normal;
}
.tags-share-box .new-ver-share:hover {
    z-index: 4;
}
.tags-share-box .post-share-item.post-share-plike a:after {
    display: none;
}
.show-txt.txt-below.size-large.post-share a.post-share-expand,
.show-txt.txt-below.size-large.post-share a.post-share-expand i {
    line-height: 90px;
}
.penci-social-colored a i.fa-get-pocket {
    background: #e83c53;
}
.pcsb-cml .post-comments .post-title-box {
    padding-top: 0;
    border-top: 0;
}
.penci-standard-cat.s1 .penci-cat-name:after,
.penci-standard-cat.s2 .penci-cat-name:after,
.penci-standard-cat.s3 .penci-cat-name:after,
.penci-standard-cat.s4 .penci-cat-name:after {
    display: none;
}
.penci-standard-cat.s1 .cat > .penci-cat-name,
.penci-standard-cat.s2 .cat > .penci-cat-name,
.penci-standard-cat.s3 .cat > .penci-cat-name,
.penci-standard-cat.s4 .cat > .penci-cat-name {
    padding: 2px 8px;
    background: #fff;
    color: var(--pcheading-cl);
    border-radius: 3px;
    display: inline-block;
    box-shadow: 1px 1px 1px rgba(55, 55, 55, 0.5);
}
.penci-standard-cat.s2 .cat > .penci-cat-name {
    background-color: var(--pcaccent-cl);
    color: #fff;
}
.penci-standard-cat.s3 .cat > .penci-cat-name {
    background-color: #000;
    color: #fff;
}
.penci-standard-cat.s4 .cat > .penci-cat-name {
    background-color: transparent;
    border: 1px solid var(--pcheading-cl);
    color: var(--pcheading-cl);
    padding: 2px 8px;
}
.penci-standard-cat.s1 .cat > .penci-cat-name:hover,
.penci-standard-cat.s2 .cat > .penci-cat-name:hover,
.penci-standard-cat.s3 .cat > .penci-cat-name:hover {
    opacity: 0.85;
}
.penci-standard-cat.s4 .cat > .penci-cat-name:hover {
    border-color: var(--pcaccent-cl);
    background-color: var(--pcaccent-cl);
    color: #fff;
}
.penci-toc-wrapper {
    border: 1px solid var(--pcborder-cl);
    padding: 20px 25px 15px;
    margin-bottom: 20px;
    max-width: 320px;
    width: 100%;
    background-color: var(--pcbg-cl);
}
@media only screen and (max-width: 767px) {
    .penci-toc-wrapper {
        max-width: unset !important;
    }
}
.penci-toc-wrapper.penci-toc-default {
    max-width: unset;
}
.penci-sticky-toc {
    position: fixed;
    transition: 0.3s all ease-in-out;
    max-width: 270px;
    width: 100%;
    top: 120px;
    z-index: 99999;
}
.penci-sticky-toc.sticky-disable {
    display: none;
}
.penci-sticky-toc.sticky-bottom {
    top: auto;
    bottom: 40px;
}
.penci-sticky-toc.sticky-left {
    opacity: 0;
    visibility: hidden;
    left: 10px;
}
.penci-sticky-toc {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
}
.penci-sticky-toc.tocSticky {
    opacity: 1;
    visibility: visible;
}
.penci-sticky-toc.sticky-right {
    right: 10px;
}
.tocSticky .dis-toggle.penci-toc-wrapper.hide-table .penci-toc-head {
    margin-bottom: 15px;
}
.penci-toc-wrapper .penci-toc-title {
    padding-right: 30px;
}
@media only screen and (max-width: 767px) {
    .penci-toc-container-wrapper {
        z-index: 1;
    }
    .penci-sticky-toc {
        top: 120px;
        bottom: 0;
        z-index: 999999;
    }
    .penci-sticky-toc.sticky-left {
        left: 15px;
    }
    .penci-sticky-toc.sticky-right {
        right: 15px;
    }
    .penci-sticky-toc.sticky-bottom {
        bottom: 120px;
        top: auto;
    }
    .penci-sticky-toc.hide-table {
        z-index: 1;
        max-width: 50px;
    }
    .penci-toc-container-wrapper.tocSticky.sticky-right .penci-toc-wrapper.hide-table {
        position: absolute;
        right: 0;
    }
    .penci-toc-container-wrapper.tocSticky .penci-toc-wrapper.hide-table .penci-toc-title {
        max-width: 0;
        display: block;
        visibility: hidden;
        max-height: 0;
    }
    .penci-toc-container-wrapper.tocSticky .penci-toc-wrapper span.penci-toc-title-toggle {
        top: 14px;
    }
    .penci-toc-container-wrapper.tocSticky .penci-toc-wrapper.hide-table {
        padding: 10px;
    }
    .penci-toc-container-wrapper.tocSticky .penci-toc-wrapper.hide-table span.penci-toc-title-toggle {
        top: 0;
        right: 0;
        transform: unset;
    }
}
.penci-toc-wrapper.s2 {
    border-radius: 5px;
    background-color: var(--pcbg-cl);
    box-shadow: 0 1px 4px 3px rgba(0, 0, 0, 0.05);
}
.penci-toc-wrapper .penci-toc-title {
    margin: 0;
    font-size: 18px;
    font-weight: var(--pchead-wei);
}
.penci-toc-wrapper .penci-toc-head {
    position: relative;
    margin-bottom: 15px;
    min-height: 28px;
}
.penci-toc-wrapper.s3 .penci-toc-head {
    margin-bottom: 5px;
}
.penci-toc-wrapper .penci-toc-title-toggle {
    width: 28px;
    height: 28px;
    background-color: var(--pcmeta-cl);
    color: var(--pcbg-cl);
    position: absolute;
    line-height: 28px;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.penci-toc-wrapper.s2 .penci-toc-title-toggle {
    border-radius: 5px;
    background-color: var(--pcaccent-cl);
    color: #fff;
}
.penci-toc-wrapper .penci-toc-title-toggle:hover {
    text-decoration: none;
}
.penci-toc-wrapper .penci-toc-title-toggle:before {
    font-family: penciicon !important;
    font-size: 13px;
    content: '\f174';
}
.penci-toc-wrapper.show-table .penci-toc-title-toggle:before {
    content: '\f175';
}
.penci-toc-wrapper.hide-table .penci-toc-title-toggle:before {
    content: '\f174';
}
.penci-toc-wrapper.dis-toggle .penci-toc-title-toggle:before {
    font-size: 16px;
    content: '\f172' !important;
}
.penci-toc-wrapper.hide-table .penci-toc-head {
    margin-bottom: 0;
}
.penci-toc-wrapper .penci-toc > ul {
    border-top: 0;
    padding-top: 5px;
    margin-top: 5px;
}
.post-entry .penci-toc-wrapper ul,
.post-entry .penci-toc-wrapper ul > li {
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.penci-toc-wrapper.counter-flat .penci-toc ul li {
    border-top: 1px solid var(--pcborder-cl);
}
.penci-toc-wrapper ul li {
    margin-bottom: 0;
}
.penci-toc-wrapper.style-number ul,
.penci-toc-wrapper.style-number ul li {
    list-style: decimal outside;
    padding-left: 10px;
}
.penci-toc-wrapper.style-bullets ul,
.penci-toc-wrapper.style-bullets ul li {
    list-style: square outside;
    padding-left: 10px;
}
.penci-toc-wrapper.style-number ul li::marker {
    font-weight: bold;
}
.post-entry .penci-toc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.post-entry .penci-toc ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.post-entry .penci-toc ul ul {
    padding: 0 0 2px 10px;
    border-top: 1px solid var(--pcborder-cl);
}
.post-entry .penci-toc ul ul ul {
    border: 0;
}
nav.penci-toc {
    max-height: calc(100vh - 230px);
    overflow: auto;
}
.entry-content nav.penci-toc {
    max-height: 500px;
}
.penci-toc ul ul {
    padding-left: 10px;
}
.penci-toc > ul > li:not(:last-child),
.penci-toc > ul > li:not(:first-child) {
    border-top: 1px solid var(--pcborder-cl);
}
.penci-toc ul li:last-child > a {
    border: 0;
}
.penci-toc ul ul li:last-child > a {
    border-bottom: 0;
}
.penci-toc ul li:last-child {
    border-bottom: 0;
}
.penci-toc ul a {
    display: block;
    padding: 2px 0;
    font-size: 14px;
    font-weight: bold;
    color: var(--pctext-cl);
    opacity: .82;
    text-decoration: none;
    transition: all 0.3s;
}
.penci-toc ul li.active > a,
.penci-toc ul a:hover {
    text-decoration: none;
    color: var(--pcaccent-cl);
    opacity: 1;
}
.penci-toc ul ul a {
    font-size: 14px;
    font-weight: normal;
}
.penci-toc-wrapper .penci-toc ul,
.penci-toc-wrapper.counter-numeric .penci-toc > ul {
    counter-reset: item;
}
.penci-toc-wrapper.counter-decimal .penci-toc ul li a:before {
    content: counters(item, ".") ". ";
    display: inline-block;
    counter-increment: item;
    margin-right: .2em;
}
.penci-toc-wrapper.counter-roman .penci-toc ul li a:before {
    content: counters(item, ".", upper-roman) ". ";
    counter-increment: item;
    margin-right: .2em;
}
.penci-toc-wrapper.counter-numeric .penci-toc ul li a:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    margin-right: .2em;
}
.penci-toc-wrapper.s3 {
    background-color: #f1f1f1;
}
.penci-toc-wrapper.s3 ul,
.penci-toc-wrapper.s3 ul li,
.penci-toc-wrapper.s3 ul li a {
    border: 0 !important;
    padding-bottom: 1px;
    padding-top: 1px;
}
.penci-toc-wrapper.penci-toc-wrap-left {
    float: left;
    margin: 0 30px 20px 0;
}
.penci-toc-wrapper.penci-toc-wrap-right {
    float: right;
    margin: 0 0 20px 30px;
}
.sticky-wrapper .penci-toc-wrapper {
    left: 30px;
}
.showing-hidden .post-share-expand i.penciicon-add:before {
    content: '\f178';
}
.pcsb-ptitle .header-standard {
    margin-bottom: 0;
    overflow: hidden;
}
.pcsb-ptitle .header-standard.align-left {
    text-align: left;
}
.pcsb-ptitle .header-standard.align-left:after {
    left: 30px;
}
.pcsb-ptitle .header-standard.align-right {
    text-align: right;
}
.pcsb-ptitle .header-standard.align-right:after {
    right: 0;
    left: auto;
}
.pcsb-share .tags-share-box {
    margin-bottom: 0;
}
.pcsb-share .tags-share-box.post-share {
    position: relative;
    top: 0;
}
.pcab-atitle .post-entry p,
.pcab-adesc .post-entry p {
    line-height: 1.6;
}
.pcab-atitle .archive-box,
.pcab-atitle .post-entry > p:last-child,
.pcab-adesc .post-entry,
.pcab-adesc .post-entry > p:last-child,
.pcab-abrcrb .container.penci-breadcrumb {
    margin-bottom: 0;
}
.pcab-atitle .post-entry.pcdcp-after {
    margin: 15px 0 0;
}
.pcab-atitle .post-entry.pcdcp-before {
    margin: 0 0 15px;
}
.pcab-abrcrb .container.penci-breadcrumb {
    margin-top: 0;
}
.pcsb-pnavi .post-pagination,
.pcsb-ft .post-image,
.pcsb-meta .post-box-meta-single,
.pcsb-brcrb .container.penci-breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
}
.pcsb-pnavi .post-pagination {
    padding-top: 0;
    padding-bottom: 0;
}
.pcsb-pnavi .post-pagination.default-ratio .penci-post-nav-thumb {
    height: 56px !important;
}
.pcsb-ft-o .container.penci-breadcrumb {
    margin-top: 0;
}
.pcsb-ft-o .header-standard.header-classic {
    margin-bottom: 0;
}
.pcsb-ft-o .post-image {
    margin-bottom: 0;
}
.pcsb-ft-o .penci-move-title-above:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent 50%, #000 90%);
    opacity: 0.7;
    transition: 0.3s;
}
.pcsb-ft-o .penci-container-inside.penci-breadcrumb i,
.pcsb-ft-o .container.penci-breadcrumb i,
.pcsb-ft-o .cat > a.penci-cat-name,
.pcsb-ft-o .post-box-meta-single a,
.pcsb-ft-o .header-standard h2,
.pcsb-ft-o .header-standard .post-title,
.pcsb-ft-o .header-standard h2 a,
.pcsb-ft-o .post-box-meta-single span,
.pcsb-ft-o .post-box-meta-single span i,
.pcsb-ft-o .header-standard .author-post span,
.pcsb-ft-o .header-standard .author-post span a,
.pcsb-ft-o .penci-container-inside.penci-breadcrumb span,
.pcsb-ft-o .penci-container-inside.penci-breadcrumb span a,
.pcsb-ft-o .container.penci-breadcrumb span,
.pcsb-ft-o .container.penci-breadcrumb span a {
    color: #fff;
}
.pcsb-ft-o h2.penci-psub-title {
    letter-spacing: 0;
    text-transform: none;
    font-size: 18px;
    line-height: 1.3;
    margin: 8px 0;
}
.pcsb-share .tags-share-box.center-box,
.pcsb-share .tags-share-box {
    border: 0;
    padding: 0;
    margin: 0;
}
.elementor-widget-penci-single-related-posts .post-related {
    padding: 0;
}
.post-box-meta-single .author-url img {
    vertical-align: middle;
    border-radius: 50%;
}
.gradient-enable .post-title span,
.gradient-enable.penci-psub-title span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.pcsb-pnavi .post-pagination .prev-post,
.pcsb-pnavi .post-pagination .next-post {
    display: flex;
    align-items: center;
}
.pcsb-pnavi .post-pagination .next-post {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
    .pcsb-pnavi .post-pagination .prev-post,
    .pcsb-pnavi .post-pagination .next-post {
        width: 100% !important;
        text-align: center;
        display: block;
    }
    .pcsb-pnavi .post-pagination h5,
    .pcsb-pnavi .post-pagination h5.next-title {
        padding: 0;
    }
}
.post-share.pcnew-share .count-number-like,
.post-share.tags-share-box-2_3.post-share .count-number-like,
.tags-share-box.tags-share-box-2_3.post-share .post-share-item .penci-post-like {
    color: #fff;
}
.post-share.pcnew-share.border-style .count-number-like {
    color: var(--pcheading-cl);
}
.pcab-abox .title-bar {
    position: relative;
    padding-bottom: 15px;
    overflow: hidden;
}
.pcab-abox .title-bar:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background: var(--pcaccent-cl);
    display: block;
    bottom: 0;
}
.pcab-abox .title-bar.align-center:after {
    left: 50%;
    margin-left: -30px;
}
.pcab-abox .title-bar.align-center {
    text-align: center;
}
.pcab-abox .title-bar.align-left {
    text-align: left;
}
.pcab-abox .title-bar.align-left:after {
    left: 0;
}
.pcab-abox .title-bar.align-right {
    text-align: right;
}
.pcab-abox .title-bar.align-right:after {
    right: 0;
}
.max-lv-1 ul ul {
    display: none;
}
.max-lv-2 ul ul ul {
    display: none;
}
.max-lv-3 ul ul ul ul {
    display: none;
}
.max-lv-4 ul ul ul ul ul {
    display: none;
}
.max-lv-5 ul ul ul ul ul ul {
    display: none;
}
.pccustom-template-enable #header,
.single-archive-template #header,
.single-custom-post-template #header,
.pccustom-template-enable .pc-wrapbuilder-header,
.single-custom-post-template .pc-wrapbuilder-header {
    margin-bottom: 0 !important;
}
.pccustom-template-enable .clear-footer,
.single-archive-template .clear-footer,
.single-custom-post-template .clear-footer {
    height: 0;
    margin-bottom: 0;
}
.pcsb-mct .post-entry,
.pcsb-athor .abio-style-2,
.pcsb-athor .abio-style-3,
.pcsb-athor .abio-style-4,
.pcsb-cmf #respond,
.pcsb-cmf .comment-respond {
    margin-bottom: 0 !important;
}
.pcsb-athor .post-author:not(:last-child) {
    margin-bottom: 30px;
}
.pcsb-cmf .no-comment-yet h3.comment-reply-title {
    padding-top: 0 !important;
    border-top: 0;
}
.pcsb-athor .abio-style-1 {
    border: none;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .pcsb-athor .abio-style-1.post-author .author-img,
    .pcsb-athor .abio-style-2.post-author .author-img {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .pcsb-athor .abio-style-1.post-author .author-content,
    .pcsb-athor .abio-style-2.post-author .author-content {
        margin-left: 0 !important;
        text-align: center;
        margin-top: 10px;
    }
}
.header-search-style-overlay .show-search {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
    transform: scale(0.95);
}
body.search-open .header-search-style-overlay .show-search.active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.header-search-style-overlay .show-search {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 99999999;
    width: 100vw;
    height: 100vh !important;
}
.header-search-style-overlay .show-search .penci-search-form,
.header-search-style-overlay .show-search form.pc-searchform {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    transition: 0.3s transform ease-in-out;
}
.header-search-style-overlay .show-search .penci-search-form.has-search-items {
    transform: translateY(calc((50% + 125px) * -1));
}
.header-search-style-overlay .show-search form.pc-searchform .pc-searchform-inner {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-search-style-overlay .show-search form.pc-searchform.penci-ajax-search .pc-searchform-inner {
    width: 100%;
}
.header-search-style-overlay .show-search .penci-search-form input.s,
.header-search-style-overlay .show-search form.pc-searchform input.search-input {
    position: static;
    color: #fff;
    font-size: 38px;
    line-height: 75px;
    font-weight: 700;
    width: 90%;
}
.header-search-style-overlay .show-search .penci-search-form form {
    border: 0;
    padding: 0;
}
.header-search-style-overlay .show-search .penci-search-form form button {
    border: 0;
    background: transparent;
    padding: 0;
}
.header-search-style-overlay .show-search .search-results-wrapper {
    top: 10px;
    transform: translateY(-45px);
    --pcajs_tcl: #fff;
    --pcbg-cl: #000;
    --pcborder-cl: rgba(255, 251, 2, 0.25);
    --pcajs_bcl: rgba(255, 255, 255, 0.1);
}
.header-search-style-overlay .show-search .search-results-wrapper .view-all-results {
    background-color: #000;
    color: var(--pcajs_tcl);
}
.header-search-style-overlay .show-search .search-results-wrapper .view-all-results:hover {
    color: var(--pcaccent-cl);
}
.header-search-style-overlay .show-search .search-results-wrapper .penci-dropdown-results {
    background-color: transparent;
}
@media only screen and (min-width: 1170px) {
    .header-search-style-overlay .show-search .search-results-wrapper .penci-search-results .autocomplete-suggestion {
        flex: 1 1 50%;
        max-width: 50%;
        padding: 5px 20px;
    }
}
.header-search-style-overlay .show-search .search-results-wrapper .penci-dropdown-results .autocomplete-suggestions {
    background-color: #121212;
}
.header-search-style-default .show-search.pcajx-search-loading .penci-search-form form button {
    padding: 0;
    transition: unset;
}
.autocomplete-suggestions {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.pcbds-overlay .search-results-wrapper .penci-dropdown-results.penci-opened {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.header-search-style-overlay .penci-search-form.penci-ajax-search form button:after {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    margin: 0 0 0 -13px;
}
.header-search-style-overlay .show-search .penci-search-form form button:before,
.header-search-style-overlay .show-search .penci-search-form form button:after {
    font-size: 22px;
    line-height: 22px;
}
.header-search-style-overlay .penci-search-form form.penci-ajax-search .pc-eajxsearch button:after {
    content: '\f108' !important;
    font-family: penciicon !important;
    display: block;
    visibility: visible;
    animation: none;
    border: 0;
    margin: 0;
    right: 0;
    top: 50%;
    left: auto;
    color: var(--pctext-cl);
    opacity: 0.9;
}
.header-search-style-overlay .penci-search-form form.penci-ajax-search.search-loading .pc-eajxsearch button:after {
    visibility: hidden;
    display: none;
    opacity: 0;
}
.header-search-style-overlay .show-search form.pc-searchform ::placeholder {
    color: #fff;
}
.header-search-style-overlay .show-search a.close-search {
    color: #fff;
    font-size: 32px;
    top: 30px;
    right: 30px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    height: auto !important;
    line-height: unset !important;
    width: auto;
    transition: 0.3s all ease-in-out;
}
@media only screen and (max-width: 767px) {
    .header-search-style-overlay .show-search a.close-search {
        top: 15px;
        right: 15px;
    }
    .header-search-style-overlay .show-search form.pc-searchform input.search-input {
        font-size: 28px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.header-search-style-overlay .show-search a.close-search:hover {
    opacity: 0.85;
}
body.pchds-overlay.search-open {
    overflow: hidden;
}
body.pchds-overlay.search-open .show-search,
.penci_nav_row .show-search.active {
    display: block !important;
}
.penci_search_box_widget input[type="text"] {
    margin: 0;
}
.penci_search_box_widget .penci-search-form form {
    border: 0;
    padding: 0;
}
.penci_search_box_widget .search-style-text-button.penci-search-form form button:after {
    display: none;
}
/* new css*/
.pcnav-lgroup {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    align-content: end;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    z-index: 9;
    padding: 0 12px;
}
.pcnav-lgroup .hidden-item {
    visibility: hidden;
    width: 1px;
}
.pcalign-right .pcnav-lgroup {
    right: auto;
    left: 0;
    align-items: start;
    align-content: start;
}
.pciconp-right.pcalign-left.style-15 .pcnav-lgroup {
    right: 36px;
}
.pciconp-left.pcalign-right.style-15 .pcnav-lgroup {
    left: 36px;
}
.pcnav-lgroup.loaded {
    opacity: 1;
}
.pcnav-lgroup ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: normal;
}
.pcnav-lgroup ul ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 190px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--pcborder-cl);
    margin: 4px 0 0;
    padding: 10px 15px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    text-align: right;
}
.pcalign-right .pcnav-lgroup ul ul {
    right: auto;
    left: 0;
    text-align: left;
}
.pcnav-lgroup ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    display: block !important;
}
.pcnav-lgroup ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: unset;
    list-style: none;
}
.pcnav-lgroup ul li.pcaj-next {
    margin-left: 4px;
}
.pcnav-lgroup ul.pcflx > li:last-child > a {
    padding-right: 0 !important;
}
.pcnav-lgroup ul.pcflx > li:first-child > a {
    padding-left: 0 !important;
}
.pcalign-right .pcnav-lgroup ul li.pcaj-next {
    margin-right: 0;
}
.pcnav-lgroup ul.pcflx-nav {
    padding-left: 15px;
}
.pcnav-lgroup ul li.pcaj-nav-item a {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    font-size: 13px;
}
.pcnav-lgroup ul li.pcaj-nav-item a i {
    line-height: inherit;
    vertical-align: middle;
}
.pcnav-lgroup ul li.pcaj-nav-item a.disable {
    pointer-events: none;
    opacity: 0.4 !important;
    cursor: default;
}
.pcnav-lgroup ul li.pc-more-items > a:after {
    font-family: 'FontAwesome';
    content: "\f107";
    display: inline-block;
    margin-left: 3px;
    font-size: 13px;
    opacity: inherit;
}
.pcnav-lgroup ul li {
    color: var(--pcheading-cl);
}
.pcnav-lgroup ul li a {
    display: inline-block;
    padding: 0 10px;
    color: inherit;
    opacity: 0.6;
    transition: all 0.3s;
    text-decoration: none;
    font-size: 14px;
}
.pcnav-lgroup ul li i {
    color: inherit;
}
.pcnav-lgroup ul li > a.clactive,
.pcnav-lgroup ul li:hover > a {
    opacity: 1;
    color: var(--pcaccent-cl);
}
.pcnav-lgroup ul ul li a {
    line-height: 1.3;
    display: block;
    padding: 3px 0;
}
.pcnav-lgroup ul ul li a:hover {
    color: var(--pcaccent-cl);
}
.pcnav-lgroup ul ul li {
    display: block;
    padding: 2px 0;
}
.pcnav-lgroup ul ul li:last-child {
    border: 0;
}
.loading-posts.pctb-ajax-ldp {
    position: relative;
}
.loading-posts.pctb-ajax-ldp:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    background: #fff;
    opacity: .65;
    display: block;
}
.penci-biggrid .penci-pagination {
    order: 9999999;
}
.penci-homepage-title.style-4 .pcnav-lgroup {
    background-color: var(--pcbg-cl);
}
.penci-homepage-title.style-4 .pcnav-lgroup,
.penci-homepage-title.style-5 .pcnav-lgroup,
.penci-homepage-title.style-6 .pcnav-lgroup,
.penci-homepage-title.style-7 .pcnav-lgroup,
.penci-homepage-title.style-9 .pcnav-lgroup,
.penci-homepage-title.style-10 .pcnav-lgroup,
.penci-homepage-title.style-11 .pcnav-lgroup,
.penci-homepage-title.style-12 .pcnav-lgroup,
.penci-homepage-title.style-13 .pcnav-lgroup,
.penci-homepage-title.style-14 .pcnav-lgroup,
.penci-homepage-title.style-16 .pcnav-lgroup,
.penci-homepage-title.style-17 .pcnav-lgroup {
    padding: 0;
}
/* Ajax Loading Effects*/
.pcftaj-ld {
    position: relative;
    overflow: hidden;
}
.pcftaj-ld .penci-loader-effect {
    display: block;
}
.pcftaj-ld:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    background: var(--pcbg-cl);
    opacity: 0.65;
    display: block;
}
.penci-loader-effect {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: -20px;
    margin-left: -20px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 300;
}
@media (max-width: 767px) {
    .penci-loader-effect {
        top: 135px;
    }
}
.penci-loading-animation:before,
.penci-loading-animation:after {
    content: "";
    position: absolute;
}
.penci-loading-animation-1 .penci-loading-animation,
.penci-loading-animation-1 .penci-loading-animation:before,
.penci-loading-animation-1 .penci-loading-animation:after,
.penci-loading-animation-5 .penci-loading-animation,
.penci-loading-animation-6 .penci-loading-animation:before,
.penci-loading-animation-7 .penci-loading-animation,
.penci-loading-animation-8 .penci-loading-animation,
.penci-loading-animation-9 .penci-loading-circle-inner:before {
    background-color: var(--pcaccent-cl);
}
.penci-load-thecube {
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.penci-load-thecube .penci-load-cube {
    position: relative;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.penci-load-thecube .penci-load-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.penci-load-thecube .penci-load-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: penci-load-fold-thecube 1.44s infinite linear both;
    -webkit-animation: penci-load-fold-thecube 1.44s infinite linear both;
    -moz-animation: penci-load-fold-thecube 1.44s infinite linear both;
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}
.penci-load-thecube .penci-load-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}
.penci-load-thecube .penci-load-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}
.penci-load-thecube .penci-load-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}
.penci-load-thecube .penci-load-c2:before {
    animation-delay: 0.175s;
    -webkit-animation-delay: 0.175s;
    -moz-animation-delay: 0.175s;
}
.penci-load-thecube .penci-load-c3:before {
    animation-delay: 0.36s;
    -webkit-animation-delay: 0.36s;
    -moz-animation-delay: 0.36s;
}
.penci-load-thecube .penci-load-c4:before {
    animation-delay: 0.535s;
    -webkit-animation-delay: 0.535s;
    -moz-animation-delay: 0.535s;
}
@keyframes penci-load-fold-thecube {
    0%,
    10% {
        transform: perspective(77px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(77px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(77px) rotateY(180deg);
        opacity: 0;
    }
}
@-webkit-keyframes penci-load-fold-thecube {
    0%,
    10% {
        -webkit-transform: perspective(77px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(77px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(77px) rotateY(180deg);
        opacity: 0;
    }
}
.penci-three-bounce {
    text-align: center;
    position: relative;
}
.penci-three-bounce .one,
.penci-three-bounce .two,
.penci-three-bounce .three {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: var(--pcaccent-cl);
    -webkit-animation: pencibouncedelay 1s infinite ease-in-out both;
    animation: pencibouncedelay 1s infinite ease-in-out both;
}
.penci-three-bounce .one {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.penci-three-bounce .two {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    margin: 0 5px;
}
@-webkit-keyframes pencibouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes pencibouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
.penci-loading-animation-1 {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    margin-left: -25px;
    margin-top: -20px;
}
.penci-loading-animation-1 > div {
    background-color: var(--pcaccent-cl);
    height: 100%;
    width: 6px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: pencistretchdelay 1s infinite ease-in-out;
    animation: pencistretchdelay 1s infinite ease-in-out;
}
.penci-loading-animation-1 .rect2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.penci-loading-animation-1 .rect3 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.penci-loading-animation-1 .rect4 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
@-webkit-keyframes pencistretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes pencistretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
body {
    --pc-loader-2: var(--pcaccent-cl);
}
.penci-loading-animation-2 {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.penci-loading-animation-2 .penci-loading-animation {
    margin: 26px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-2 0.85s infinite linear;
    animation: loader-2 0.85s infinite linear;
}
@-webkit-keyframes loader-2 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em var(--pc-loader-2), 2em -2em 0 0 var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 0 var(--pc-loader-2);
    }
    12.5% {
        box-shadow: 0 -3em 0 0 var(--pc-loader-2), 2em -2em 0 0.2em var(--pc-loader-2), 3em 0 0 0 var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2);
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em var(--pc-loader-2), 2em -2em 0 0 var(--pc-loader-2), 3em 0 0 0.2em var(--pc-loader-2), 2em 2em 0 0 var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2);
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 0 var(--pc-loader-2), 2em 2em 0 0.2em var(--pc-loader-2), 0 3em 0 0 var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2);
    }
    50% {
        box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 0 var(--pc-loader-2), 0 3em 0 0.2em var(--pc-loader-2), -2em 2em 0 0 var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2);
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 0 var(--pc-loader-2), -2em 2em 0 0.2em var(--pc-loader-2), -3em 0 0 0 var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2);
    }
    75% {
        box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 0 var(--pc-loader-2), -3em 0 0 0.2em var(--pc-loader-2), -2em -2em 0 0 var(--pc-loader-2);
    }
    87.5% {
        box-shadow: 0 -3em 0 0 var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 0 var(--pc-loader-2), -3em 0 0 0 var(--pc-loader-2), -2em -2em 0 0.2em var(--pc-loader-2);
    }
}
@keyframes loader-2 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em var(--pc-loader-2), 2em -2em 0 0 var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 0 var(--pc-loader-2);
    }
    12.5% {
        box-shadow: 0 -3em 0 0 var(--pc-loader-2), 2em -2em 0 0.2em var(--pc-loader-2), 3em 0 0 0 var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2);
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em var(--pc-loader-2), 2em -2em 0 0 var(--pc-loader-2), 3em 0 0 0.2em var(--pc-loader-2), 2em 2em 0 0 var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2);
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 0 var(--pc-loader-2), 2em 2em 0 0.2em var(--pc-loader-2), 0 3em 0 0 var(--pc-loader-2), -2em 2em 0 -1em var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2);
    }
    50% {
        box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 0 var(--pc-loader-2), 0 3em 0 0.2em var(--pc-loader-2), -2em 2em 0 0 var(--pc-loader-2), -3em 0 0 -1em var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2);
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 0 var(--pc-loader-2), -2em 2em 0 0.2em var(--pc-loader-2), -3em 0 0 0 var(--pc-loader-2), -2em -2em 0 -1em var(--pc-loader-2);
    }
    75% {
        box-shadow: 0 -3em 0 -1em var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 0 var(--pc-loader-2), -3em 0 0 0.2em var(--pc-loader-2), -2em -2em 0 0 var(--pc-loader-2);
    }
    87.5% {
        box-shadow: 0 -3em 0 0 var(--pc-loader-2), 2em -2em 0 -1em var(--pc-loader-2), 3em 0 0 -1em var(--pc-loader-2), 2em 2em 0 -1em var(--pc-loader-2), 0 3em 0 -1em var(--pc-loader-2), -2em 2em 0 0 var(--pc-loader-2), -3em 0 0 0 var(--pc-loader-2), -2em -2em 0 0.2em var(--pc-loader-2);
    }
}
.penci-loading-animation-3 {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
}
.penci-loading-animation-3 .penci-loading-animation {
    margin: 26px auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    -webkit-animation: loader-3 0.7s infinite ease;
    animation: loader-3 0.7s infinite ease;
}
@-webkit-keyframes loader-3 {
    0%,
    100% {
        box-shadow: 0 -2.6em 0 0 #3f51b5, 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2), 2.5em 0 0 0 rgba(63, 81, 181, 0.2), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.2), 0 2.5em 0 0 rgba(63, 81, 181, 0.2), -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.2), -2.6em 0 0 0 rgba(63, 81, 181, 0.5), -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.7);
    }
    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.7), 1.8em -1.8em 0 0 #3f51b5, 2.5em 0 0 0 rgba(63, 81, 181, 0.2), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.2), 0 2.5em 0 0 rgba(63, 81, 181, 0.2), -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.2), -2.6em 0 0 0 rgba(63, 81, 181, 0.2), -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.5);
    }
    25% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.5), 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.7), 2.5em 0 0 0 #3f51b5, 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.2), 0 2.5em 0 0 rgba(63, 81, 181, 0.2), -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.2), -2.6em 0 0 0 rgba(63, 81, 181, 0.2), -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2);
    }
    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.2), 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.5), 2.5em 0 0 0 rgba(63, 81, 181, 0.7), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.2), 0 2.5em 0 0 rgba(63, 81, 181, 0.2), -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.2), -2.6em 0 0 0 rgba(63, 81, 181, 0.2), -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2);
    }
    50% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.2), 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2), 2.5em 0 0 0 rgba(63, 81, 181, 0.5), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.7), 0 2.5em 0 0 #3f51b5, -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.2), -2.6em 0 0 0 rgba(63, 81, 181, 0.2), -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2);
    }
    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.2), 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2), 2.5em 0 0 0 rgba(63, 81, 181, 0.2), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.5), 0 2.5em 0 0 rgba(63, 81, 181, 0.7), -1.8em 1.8em 0 0 #3f51b5, -2.6em 0 0 0 rgba(63, 81, 181, 0.2), -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2);
    }
    75% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.2), 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2), 2.5em 0 0 0 rgba(63, 81, 181, 0.2), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.2), 0 2.5em 0 0 rgba(63, 81, 181, 0.5), -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.7), -2.6em 0 0 0 #3f51b5, -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2);
    }
    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.2), 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2), 2.5em 0 0 0 rgba(63, 81, 181, 0.2), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.2), 0 2.5em 0 0 rgba(63, 81, 181, 0.2), -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.5), -2.6em 0 0 0 rgba(63, 81, 181, 0.7), -1.8em -1.8em 0 0 #3f51b5;
    }
}
@keyframes loader-3 {
    0%,
    100% {
        box-shadow: 0 -2.6em 0 0 #3f51b5, 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2), 2.5em 0 0 0 rgba(63, 81, 181, 0.2), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.2), 0 2.5em 0 0 rgba(63, 81, 181, 0.2), -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.2), -2.6em 0 0 0 rgba(63, 81, 181, 0.5), -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.7);
    }
    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.7), 1.8em -1.8em 0 0 #3f51b5, 2.5em 0 0 0 rgba(63, 81, 181, 0.2), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.2), 0 2.5em 0 0 rgba(63, 81, 181, 0.2), -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.2), -2.6em 0 0 0 rgba(63, 81, 181, 0.2), -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.5);
    }
    25% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.5), 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.7), 2.5em 0 0 0 #3f51b5, 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.2), 0 2.5em 0 0 rgba(63, 81, 181, 0.2), -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.2), -2.6em 0 0 0 rgba(63, 81, 181, 0.2), -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2);
    }
    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.2), 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.5), 2.5em 0 0 0 rgba(63, 81, 181, 0.7), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.2), 0 2.5em 0 0 rgba(63, 81, 181, 0.2), -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.2), -2.6em 0 0 0 rgba(63, 81, 181, 0.2), -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2);
    }
    50% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.2), 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2), 2.5em 0 0 0 rgba(63, 81, 181, 0.5), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.7), 0 2.5em 0 0 #3f51b5, -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.2), -2.6em 0 0 0 rgba(63, 81, 181, 0.2), -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2);
    }
    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.2), 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2), 2.5em 0 0 0 rgba(63, 81, 181, 0.2), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.5), 0 2.5em 0 0 rgba(63, 81, 181, 0.7), -1.8em 1.8em 0 0 #3f51b5, -2.6em 0 0 0 rgba(63, 81, 181, 0.2), -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2);
    }
    75% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.2), 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2), 2.5em 0 0 0 rgba(63, 81, 181, 0.2), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.2), 0 2.5em 0 0 rgba(63, 81, 181, 0.5), -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.7), -2.6em 0 0 0 #3f51b5, -1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2);
    }
    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(63, 81, 181, 0.2), 1.8em -1.8em 0 0 rgba(63, 81, 181, 0.2), 2.5em 0 0 0 rgba(63, 81, 181, 0.2), 1.75em 1.75em 0 0 rgba(63, 81, 181, 0.2), 0 2.5em 0 0 rgba(63, 81, 181, 0.2), -1.8em 1.8em 0 0 rgba(63, 81, 181, 0.5), -2.6em 0 0 0 rgba(63, 81, 181, 0.7), -1.8em -1.8em 0 0 #3f51b5;
    }
}
.penci-loading-animation-4 {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-left: 0;
}
.penci-loading-animation-4 .penci-loading-animation {
    font-size: 30px;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -0.5em;
    margin-left: -0.5em;
    position: relative;
    -webkit-animation: loader-4 1s infinite ease;
    animation: loader-4 1s infinite ease;
}
@-webkit-keyframes loader-4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        box-shadow: 0 -0.83em 0 -0.4em var(--pcaccent-cl), 0 -0.83em 0 -0.42em var(--pcaccent-cl), 0 -0.83em 0 -0.44em var(--pcaccent-cl), 0 -0.83em 0 -0.46em var(--pcaccent-cl), 0 -0.83em 0 -0.477em var(--pcaccent-cl);
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em var(--pcaccent-cl), 0 -0.83em 0 -0.42em var(--pcaccent-cl), 0 -0.83em 0 -0.44em var(--pcaccent-cl), 0 -0.83em 0 -0.46em var(--pcaccent-cl), 0 -0.83em 0 -0.477em var(--pcaccent-cl);
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em var(--pcaccent-cl), -0.087em -0.825em 0 -0.42em var(--pcaccent-cl), -0.173em -0.812em 0 -0.44em var(--pcaccent-cl), -0.256em -0.789em 0 -0.46em var(--pcaccent-cl), -0.297em -0.775em 0 -0.477em var(--pcaccent-cl);
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em var(--pcaccent-cl), -0.338em -0.758em 0 -0.42em var(--pcaccent-cl), -0.555em -0.617em 0 -0.44em var(--pcaccent-cl), -0.671em -0.488em 0 -0.46em var(--pcaccent-cl), -0.749em -0.34em 0 -0.477em var(--pcaccent-cl);
    }
    48% {
        box-shadow: 0 -0.83em 0 -0.4em var(--pcaccent-cl), -0.377em -0.74em 0 -0.42em var(--pcaccent-cl), -0.645em -0.522em 0 -0.44em var(--pcaccent-cl), -0.775em -0.297em 0 -0.46em var(--pcaccent-cl), -0.82em -0.09em 0 -0.477em var(--pcaccent-cl);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em var(--pcaccent-cl), 0 -0.83em 0 -0.42em var(--pcaccent-cl), 0 -0.83em 0 -0.44em var(--pcaccent-cl), 0 -0.83em 0 -0.46em var(--pcaccent-cl), 0 -0.83em 0 -0.477em var(--pcaccent-cl);
    }
}
@keyframes loader-4 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        box-shadow: 0 -0.83em 0 -0.4em var(--pcaccent-cl), 0 -0.83em 0 -0.42em var(--pcaccent-cl), 0 -0.83em 0 -0.44em var(--pcaccent-cl), 0 -0.83em 0 -0.46em var(--pcaccent-cl), 0 -0.83em 0 -0.477em var(--pcaccent-cl);
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em var(--pcaccent-cl), 0 -0.83em 0 -0.42em var(--pcaccent-cl), 0 -0.83em 0 -0.44em var(--pcaccent-cl), 0 -0.83em 0 -0.46em var(--pcaccent-cl), 0 -0.83em 0 -0.477em var(--pcaccent-cl);
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em var(--pcaccent-cl), -0.087em -0.825em 0 -0.42em var(--pcaccent-cl), -0.173em -0.812em 0 -0.44em var(--pcaccent-cl), -0.256em -0.789em 0 -0.46em var(--pcaccent-cl), -0.297em -0.775em 0 -0.477em var(--pcaccent-cl);
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em var(--pcaccent-cl), -0.338em -0.758em 0 -0.42em var(--pcaccent-cl), -0.555em -0.617em 0 -0.44em var(--pcaccent-cl), -0.671em -0.488em 0 -0.46em var(--pcaccent-cl), -0.749em -0.34em 0 -0.477em var(--pcaccent-cl);
    }
    48% {
        box-shadow: 0 -0.83em 0 -0.4em var(--pcaccent-cl), -0.377em -0.74em 0 -0.42em var(--pcaccent-cl), -0.645em -0.522em 0 -0.44em var(--pcaccent-cl), -0.775em -0.297em 0 -0.46em var(--pcaccent-cl), -0.82em -0.09em 0 -0.477em var(--pcaccent-cl);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        box-shadow: 0 -0.83em 0 -0.4em var(--pcaccent-cl), 0 -0.83em 0 -0.42em var(--pcaccent-cl), 0 -0.83em 0 -0.44em var(--pcaccent-cl), 0 -0.83em 0 -0.46em var(--pcaccent-cl), 0 -0.83em 0 -0.477em var(--pcaccent-cl);
    }
}
.penci-loading-animation-5 {
    width: 58px;
    height: 20px;
    position: absolute;
    margin-top: -10px;
    margin-left: -29px;
}
.penci-loading-animation-7 .penci-loading-animation {
    width: 33%;
    height: 33%;
    float: left;
    -webkit-animation: loader-7 1.1s infinite ease-in-out;
    animation: loader-7 1.1s infinite ease-in-out;
}
.penci-loading-animation-7 .penci-loading-animation-inner-1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.penci-loading-animation-7 .penci-loading-animation-inner-2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.penci-loading-animation-7 .penci-loading-animation-inner-3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.penci-loading-animation-7 .penci-loading-animation-inner-4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.penci-loading-animation-7 .penci-loading-animation-inner-5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.penci-loading-animation-7 .penci-loading-animation-inner-6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.penci-loading-animation-7 .penci-loading-animation-inner-7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.penci-loading-animation-7 .penci-loading-animation-inner-8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.penci-loading-animation-7 .penci-loading-animation-inner-9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
@-webkit-keyframes loader-7 {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
@keyframes loader-7 {
    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}
.penci-loading-animation-8 .penci-loading-animation {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader-8 1.6s ease-in-out -1.8s infinite both;
    animation: loader-8 1.6s ease-in-out -1.8s infinite both;
}
.penci-loading-animation-8 .penci-loading-animation-inner-2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes loader-8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes loader-8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
        transform: translateX(30px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
        transform: translateX(30px) translateY(30px) rotate(-179deg);
    }
    50.1% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
        transform: translateX(30px) translateY(30px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.penci-loading-circle {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
}
.penci-loading-circle .penci-loading-circle-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.penci-loading-circle .penci-loading-circle-inner:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    border-radius: 100%;
    -webkit-animation: penciLoadingCircleBounceDelay 0.7s infinite ease-in-out both;
    animation: penciLoadingCircleBounceDelay 0.7s infinite ease-in-out both;
}
.penci-loading-circle .penci-loading-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.penci-loading-circle .penci-loading-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.penci-loading-circle .penci-loading-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.penci-loading-circle .penci-loading-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.penci-loading-circle .penci-loading-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.penci-loading-circle .penci-loading-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.penci-loading-circle .penci-loading-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.penci-loading-circle .penci-loading-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.penci-loading-circle .penci-loading-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.penci-loading-circle .penci-loading-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.penci-loading-circle .penci-loading-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.penci-loading-circle .penci-loading-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.penci-loading-circle .penci-loading-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.penci-loading-circle .penci-loading-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.penci-loading-circle .penci-loading-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.penci-loading-circle .penci-loading-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.penci-loading-circle .penci-loading-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.penci-loading-circle .penci-loading-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.penci-loading-circle .penci-loading-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.penci-loading-circle .penci-loading-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.penci-loading-circle .penci-loading-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.penci-loading-circle .penci-loading-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes penciLoadingCircleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes penciLoadingCircleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes PenciSlideInUp {
    from {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
@keyframes PenciSlideInUp {
    from {
        -webkit-transform: translate3d(0, 15px, 0);
        transform: translate3d(0, 15px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.penci-ajrs-animate {
    opacity: 0;
    -webkit-animation: PenciSlideInUp 0.3s forwards 1;
    animation: PenciSlideInUp 0.3s forwards 1;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.penci-smalllist-wrapper .penci-pagination {
    margin-top: 20px;
    margin-bottom: 0;
}
.pcajx-nopost {
    padding: 5px;
    border: 1px solid var(--pcborder-cl);
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    background: #f1f1f1;
}
.featured-area.text-align-right .penci-slide-overlay .penci-mag-featured-content,
.featured-area.text-align-right .penci-featured-content-right .feat-text-right,
.featured-area.text-align-right .penci-featured-content .feat-text {
    text-align: right;
}
.featured-area.text-align-left .penci-slide-overlay .penci-mag-featured-content,
.featured-area.text-align-left .penci-featured-content-right .feat-text-right,
.featured-area.text-align-left .penci-featured-content .feat-text {
    text-align: left;
}
.featured-area.text-align-right .penci-featured-content .feat-text,
.featured-area.text-align-left .penci-featured-content .feat-text {
    padding-left: 20px;
    padding-right: 20px;
}
.featured-style-29.text-align-right .penci-featured-content .feat-text,
.featured-style-29.text-align-left .penci-featured-content .feat-text,
.featured-style-38.text-align-right .penci-featured-content .feat-text,
.featured-style-38.text-align-left .penci-featured-content .feat-text,
.featured-area.text-align-left .penci-slider4-overlay .penci-featured-content .feat-text,
.featured-area.text-align-right .penci-slider4-overlay .penci-featured-content .feat-text {
    padding-left: 0;
    padding-right: 0;
}
.featured-area.text-align-center .penci-slide-overlay .penci-mag-featured-content,
.featured-area.text-align-center .penci-featured-content-right .feat-text-right {
    text-align: center;
}
.featured-area.text-align-left.featured-style-29 .penci-featured-content .feat-text h3:before {
    left: 0;
    margin-left: 0;
}
.featured-area.vertical-align-top .penci-featured-content-right .feat-text-right,
.featured-area.vertical-align-top .penci-slide-overlay .penci-mag-featured-content,
.featured-area.vertical-align-top .penci-featured-content {
    top: 0;
    transform: none;
    margin-top: 20px;
}
.featured-area.vertical-align-middle .penci-slide-overlay .penci-mag-featured-content {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
.featured-area.vertical-align-bottom .penci-featured-content-right .feat-text-right,
.featured-area.vertical-align-bottom .penci-slide-overlay .penci-mag-featured-content,
.featured-area.vertical-align-bottom .penci-featured-content {
    top: auto;
    bottom: 0;
    transform: none;
    margin-bottom: 20px;
}
.featured-area.text-align-right.featured-style-29 .penci-featured-content .feat-text h3:before {
    left: auto;
    right: 0;
    margin-left: 0;
}
.featured-area.horizontal-align-left .penci-featured-content,
.featured-area.horizontal-align-right .penci-featured-content {
    display: flex;
    flex-wrap: wrap;
}
.featured-area.horizontal-align-left .penci-featured-content {
    justify-content: start;
}
.featured-area.horizontal-align-right .penci-featured-content {
    justify-content: end;
}
.featured-area.horizontal-align-left .penci-featured-content .feat-text,
.featured-area.horizontal-align-right .penci-featured-content .feat-text {
    margin: 0;
}
.pc-cscomments.move-top h3.comment-reply-title {
    border-top: 0 !important;
    padding-top: 0 !important;
}
.pc-cscomments.move-top .post-title-box {
    border-top: 1px solid var(--pcborder-cl);
    padding-top: 30px;
    margin-top: 30px;
}
.pc-widget-user-lists ul li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.pc-widget-user-lists .pc-uw-ava {
    padding-right: 15px;
}
.pc-widget-user-lists .pc-uw-ava img {
    width: 100%;
    height: auto;
}
.pc-widget-user-lists .name a {
    font-size: 16px;
    line-height: 1.3;
}
.pc-widget-user-lists .name a:hover {
    text-decoration: none;
}
.pc-widget-user-lists .count {
    display: block;
    margin-top: 5px;
    color: var(--pcmeta-cl);
    line-height: 1;
}
.penci_posts_tabs_widget .tabs {
    border-bottom: 1px solid var(--pcborder-cl);
    padding-bottom: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.penci_posts_tabs_widget .tabs ul > li {
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
}
.penci_posts_tabs_widget.el ul {
    padding-left: 0;
    margin-bottom: 0;
}
.penci_posts_tabs_widget.el ul li {
    list-style: none;
}
.penci_posts_tabs_widget .tabs ul {
    display: flex;
}
.penci_posts_tabs_widget .default-tabs .tabs ul {
    justify-content: space-between;
}
.penci_posts_tabs_widget .box-tabs .tabs ul > li {
    float: none;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}
.penci_posts_tabs_widget .box-tabs .tabs ul > li:not(:last-child) {
    margin-right: 0;
}
.penci_posts_tabs_widget .box-tabs .tabs {
    border-bottom: 0;
    padding-bottom: 0;
}
.penci_posts_tabs_widget .box-tabs .tabs ul > li a {
    display: block;
    border: 1px solid var(--pcborder-cl);
    border-right-width: 0;
    padding: 15px 2px;
}
.penci_posts_tabs_widget .box-tabs .tabs ul > li.active a {
    background: rgba(136, 136, 136, 0.1);
}
.penci_posts_tabs_widget .box-tabs .tabs ul > li:last-child a {
    border-right-width: 1px;
}
.penci_posts_tabs_widget .show-icon .tabs ul > li a:before {
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 5px;
}
.penci_posts_tabs_widget .show-icon .tabs ul > li.li-tab-recent a:before {
    content: '\f0f6';
}
.penci_posts_tabs_widget .show-icon .tabs ul > li.li-tab-popular a:before {
    content: '\f06d';
}
.penci_posts_tabs_widget .show-icon .tabs ul > li.li-tab-comments a:before {
    content: '\f086';
}
.penci_posts_tabs_widget .tabs ul > li a {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
.penci_posts_tabs_widget .tabs ul > li:not(:last-child) {
    margin-right: 20px;
}
.penci_posts_tabs_widget .tabs > li,
.penci_posts_tabs_widget .tabs-content > div {
    display: none;
}
.penci_posts_tabs_widget .tabs-content > div.active {
    display: block;
}
.penci_posts_tabs_widget .tabs > li.active {
    display: inline-block;
}
.penci_posts_tabs_widget .tabs ul > li.active a {
    color: var(--pcaccent-cl)
}
.penci_posts_tabs_widget .recent-comments li {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.penci_posts_tabs_widget .recent-comments .avatar {
    flex: 0 0 50px;
    margin-right: 15px;
}
.penci_posts_tabs_widget .author-info {
    line-height: 1.5;
    display: block;
    color: var(--pcmeta-cl);
}
.pc-widget-advanced-tax.tax-style-1 ul li a {
    background-color: transparent !important;
}
.penci_comments_widget ul li {
    display: flex;
}
.penci_comments_widget ul li .post-widget-thumbnail {
    align-self: center;
}
.penci_comments_widget ul li .comment-body {
    padding-left: 15px;
    align-self: center;
}
.penci-tweets-lists .penci-tweet:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--pcborder-cl);
}
.penci-tweets-lists .tweet-intents-inner:before,
.penci-tweets-lists .tweet-intents-inner:after,
.penci-tweets-lists .tweet-intents span:after {
    display: none;
}
.penci-tweets-lists .tweet-intents-inner a:hover {
    text-decoration: none;
    opacity: 0.85;
}
.penci-tweets-lists .tweet-intents-inner > span:not(:last-child) {
    margin-right: 10px;
}
.penci-tweets-lists .tweet-date {
    line-height: 1;
    display: block;
}
.penci-tweets-lists .penci-tweet {
    position: relative;
}
.penci-tweets-lists .penci-tweet:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    font-size: 24px;
    content: '\f099';
    right: 0;
    color: #2196f3;
    opacity: 0.6;
}
.penci-tweets-lists .tweet-intents-inner > span a {
    color: var(--pcmeta-cl);
}
.pc-widget-advanced-tax.tax-style-1.hlmark .category-item-count {
    display: inline-block;
    padding: 2px 3px;
    background-color: var(--pcaccent-cl);
    color: #fff;
    font-size: 11px;
    border-radius: 2px;
}
.pc-widget-advanced-tax.tax-style-2 ul {
    margin: 0;
    padding: 0;
}
.pc-widget-advanced-tax.tax-style-2 ul li {
    display: inline-block;
}
.elementor-widget-penci-advanced-categories .pc-widget-advanced-tax.tax-style-3 select {
    padding: 10px 15px;
    border: 1px solid var(--pcborder-cl);
    background: transparent;
}
.wpcf7 .ajax-loader {
    display: none;
}
.wpcf7 form.submitting .ajax-loader {
    display: inline-block;
}
.pc-widget-user-lists ul,
.widget.pcel-acat .pc-widget-advanced-tax > ul {
    padding-left: 0;
    margin-bottom: 0;
}
.pc-widget-user-lists.el .name {
    margin-bottom: 5px;
}
.pc-widget-user-lists.el ul li:not(:last-child) {
    border-bottom: 1px solid var(--pcborder-cl);
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.pc-widget-user-lists.el ul li:last-child {
    margin: 0;
    padding: 0;
}
.penci_comments_widget.el ul {
    padding-left: 0;
    margin-bottom: 0;
}
.penci_comments_widget.el ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.pc-wstories {
    --gap: 5px;
    overflow: hidden;
}
.pc-wstories-wrapper .pc-wstories-list {
    margin-left: calc(var(--gap) * -1);
    margin-right: calc(var(--gap) * -1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.pc-wstories-wrapper .pc-wstories-list.slider {
    margin-left: 0;
    margin-right: 0;
}
.pc-wstories-wrapper .pc-wstories-list.one-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    cursor: grab;
}
.pc-wstories-wrapper .pc-webstory-item {
    width: 8.3333333333%;
    padding-left: var(--gap);
    padding-right: var(--gap);
    cursor: pointer;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
}
.pc-wstories-wrapper .slider .pc-webstory-item {
    width: 100%;
}
.pc-wstories-wrapper .grid .pc-webstory-item {
    margin-bottom: var(--gap);
}
.pc-wstories-wrapper .grid {
    margin-bottom: calc(var(--gap) * -1);
}
.pc-wstories-wrapper .pc-wstories-list.one-row .pc-webstory-item {
    width: 100px;
    flex: 0 0 100px;
    cursor: grab;
}
.pc-wstories-wrapper .pc-webstory-thumb-wrapper {
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--pcaccent-cl);
    padding: 2px;
    cursor: pointer;
}
.pc-wstories-wrapper .pc-webstory-item.seen .pc-webstory-thumb-wrapper {
    background-color: gray;
}
.pc-wstories-wrapper .pc-webstory-thumb {
    border-radius: 50%;
    border: 2px solid var(--pcbg-cl);
}
.pc-wstories-wrapper .pc-webstory-thumb:before {
    padding-top: 100%;
}
.pc-wstories-wrapper .pc-webstory-item-title {
    display: block;
}
.pc-wstories-wrapper .pc-webstory-item-title h4 {
    text-align: center;
    font-size: 14px;
    margin: 5px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pc-wstories-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
    background-color: #000;
}
.pc-wstories-popup-content {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-in-out;
}
.pc-wstories-popup-content iframe {
    width: 100vw;
    height: 100vh;
}
.pc-wstories-popup-wrapper.show,
.pc-wstories-popup-wrapper.loading,
.pc-wstories-popup-wrapper.show .pc-wstories-popup-content {
    opacity: 1;
    visibility: visible;
}
.pc-wstories-popup-wrapper.loading .penci-loader-effect {
    display: block;
}
.pc-wstories-popup-wrapper .pc-wstories-popup-toolbar {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 99999999;
}
.pc-wstories-popup-wrapper .pc-ws-btn {
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-right: 30px;
}
.pc-wstories-popup-wrapper .pc-story-info {
    cursor: initial;
}
.pc-wstories-popup-wrapper .pc-ws-btn.disable {
    pointer-events: none;
    opacity: 0.3;
}
body.pc-webstories-show {
    overflow: hidden;
}
.pc-wstories-wrapper .pc-wstories-list.slider {
    display: block;
    overflow: hidden;
}
.yt-video-place .fluid-width-video-wrapper,
.yt-video-place iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.penci-search-form form.penci-ajax-search input,
.penci-search-form form.penci-ajax-search button {
    border: 0;
}
/* Ajax Search Form */
.penci-search-form form.penci-ajax-search {
    display: flex;
    align-self: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}
.penci-search-form form.penci-ajax-search .pc-eajxsearch button {
    height: 40px;
}
.penci-search-form form.penci-ajax-search input {
    font-family: inherit;
    border: 1px solid var(--pcborder-cl);
}
.penci-search-form form.penci-ajax-search button {
    font-size: 0;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--pcborder-cl);
    background-color: var(--pcaccent-cl);
    color: white;
}
.search-style-text-button form.penci-ajax-search button {
    font-size: 13px;
}
.search-style-default form.penci-ajax-search .searchsubmit {
    display: block;
    background: transparent;
    margin: 0;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    color: inherit;
}
.search-style-default form.penci-ajax-search .searchsubmit:before {
    border-color: #f1f1f1;
    border-left-color: var(--pcmeta-cl);
}
.search-style-text-button form.search-loading button span {
    opacity: 0;
}
.search-style-text-button form.penci-ajax-search button:before {
    visibility: visible;
}
.search-style-text-button form.penci-ajax-search button:after {
    display: none;
}
@keyframes lds-dual-ring {
    100% {
        transform: rotate(360deg);
    }
}
.header-search-style-overlay .show-search .penci-search-form form button:after,
.header-search-style-default .pcajx-search-loading.show-search a.close-search i:after,
.penci-search-form form.penci-ajax-search button:before {
    font-family: inherit !important;
    line-height: 0;
    position: absolute;
    z-index: 2;
    top: calc(50% - 7px);
    right: 50%;
    left: 50%;
    display: block;
    visibility: hidden;
    width: 14px;
    height: 14px;
    margin: 0 0 0 -9px;
    content: " " !important;
    animation: lds-dual-ring 0.5s linear infinite;
    vertical-align: middle;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-left-color: var(--pcbg-cl);
    border-radius: 50%;
}
.penci-search-form form.penci-ajax-search button:after {
    font-family: "penciicon";
    font-size: 16px;
    line-height: 16px;
    content: "\f108";
}
.penci-search-form form.penci-ajax-search .pc-eajxsearch button:after {
    display: none;
}
.penci-search-form .search-loading.penci-ajax-search button > span,
.penci-search-form .search-loading.penci-ajax-search button:after {
    visibility: hidden;
}
.header-search-style-overlay .show-search .penci-search-form .search-loading.penci-ajax-search button:after,
.penci-search-form .search-loading.penci-ajax-search button:before {
    visibility: visible;
}
.header-search-style-overlay .show-search.active form.pc-searchform.penci-ajax-search .searchsubmit {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 100%;
}
.header-search-style-overlay .show-search.active form.pc-searchform.penci-ajax-search button:before {
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
    margin: 0 0 0 -20px;
}
.search-results-wrapper {
    position: relative;
    top: 0;
}
.search-results-wrapper .penci-dropdown-results {
    position: absolute;
    z-index: 30;
    top: 0;
    right: 0;
    left: 0;
    border-bottom: 1px solid var(--pcajs_bcl);
    background-color: var(--pcajs_bgcl);
    opacity: 0;
}
.search-results-wrapper .penci-dropdown-results.penci-opened {
    opacity: 1;
}
.search-results-wrapper .autocomplete-suggestions {
    width: 100%;
    border: 0;
    background-color: var(--pcajs_bgcl);
    position: relative;
    max-height: 300px;
    box-shadow: none;
}
.search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion {
    white-space: normal;
    color: var(--pctext-cl);
}
.search-results-wrapper .no-found-msg {
    font-size: var(--pcajs_nfz);
    line-height: 1.2;
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 0 20px;
}
.header-search-style-overlay .show-search.active .search-results-wrapper .no-found-msg {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}
.widget.penci_search_box_widget .search-results-wrapper .no-found-msg {
    color: var(--pctext-cl);
}
.widget.penci_search_box_widget .search-loading button span {
    color: transparent;
}
.widget.penci_search_box_widget .penci-opened .penci-search-results-wrapper,
.search-results-wrapper .penci-dropdown-results.penci-opened {
    -moz-box-shadow: 0 2px 3px rgba(190, 190, 190, 0.4);
    -webkit-box-shadow: 0 2px 3px rgba(190, 190, 190, 0.4);
    box-shadow: 0 2px 3px rgba(190, 190, 190, 0.4);
}
.penci-scroll-content {
    overflow: hidden;
    overflow-y: visible;
}
.penci-ajax-search .inner-hbg-search-form {
    display: flex;
    flex: 1 1 100%;
    justify-content: space-between;
}
.search-results-wrapper .autocomplete-suggestions {
    display: flex;
    flex-wrap: wrap;
    left: 0;
    width: 100%;
    border-top: 0;
    padding: 10px 0;
}
.header-search-style-default .show-search a.close-search,
.header-search-style-default .penci-search-form form button {
    transition: all 0.3s ease-in-out;
}
.header-search-style-default .pcajx-search-loading.show-search a.close-search i:before {
    visibility: hidden;
}
.header-search-style-default .penci-search-form form button {
    opacity: 0;
}
.header-search-style-default .pcajx-search-loading.show-search a.close-search i:after {
    visibility: visible;
    border-color: #f1f1f1;
    border-left-color: var(--pcmeta-cl);
}
.header-search-style-default .pcajx-search-loading.show-search .penci-search-form form button {
    opacity: 1;
}
.header-search-style-default .pcajx-search-loading.show-search .penci-search-form form button:before {
    border-color: var(--pcmeta-cl);
    border-left-color: var(--pctext-cl);
}
.header-search-style-default .search-results-wrapper .no-found-msg {
    text-align: left;
}
.penci-search-results .autocomplete-suggestion {
    line-height: 1;
    display: flex;
    flex: 1 1 100%;
    max-width: 100%;
    padding: 5px 20px;
    cursor: pointer;
    transition: all .3s ease;
}
@media only screen and (min-width: 1170px) {
    .header-search-style-default .penci-search-results .autocomplete-suggestion {
        flex: 1 1 25%;
        max-width: 25%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1169px) {
    .header-search-style-default .penci-search-results .autocomplete-suggestion {
        flex: 1 1 50%;
        max-width: 50%;
    }
}
.penci-search-results .autocomplete-suggestion .suggestion-thumb {
    flex: 0 0 auto;
    max-width: 70px;
    width: 70px;
    margin-right: 15px;
    padding: 5px 0;
}
.penci-search-results .autocomplete-suggestion .suggestion-thumb i {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -11px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 12px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.4);
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.penci-search-results .autocomplete-suggestion .suggestion-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-self: center;
}
.penci-search-results .autocomplete-suggestion .suggestion-thumb .penci-image-holder:before {
    padding-top: 100%;
}
.penci-search-results .autocomplete-suggestion .penci-post-title {
    font-size: var(--pcajs_tfz);
    line-height: initial;
    margin: 0;
    color: var(--pcajs_tcl);
}
.penci-search-results .autocomplete-suggestion .penci-post-title a {
    color: var(--pcajs_tcl);
}
.penci-search-results .autocomplete-suggestion .penci-post-title a:hover,
.penci-search-results .autocomplete-suggestion:hover .penci-post-title,
.penci-search-results .autocomplete-suggestion.autocomplete-selected .penci-post-title {
    color: var(--pcajs_thcl);
}
.penci-search-results .autocomplete-suggestion .post-date {
    color: var(--pcajs_mcl);
    font-size: var(--pcajs_mfz);
    margin-top: 7px;
}
.penci-search-results .autocomplete-suggestion:hover .post-date,
.penci-search-results .autocomplete-suggestion.autocomplete-selected .post-date {
    color: var(--pcajs_mhcl);
}
.penci-search-results .autocomplete-suggestion .price {
    color: var(--pcaccent-cl);
    font-weight: var(--pchead-wei);
}
.penci-search-results .autocomplete-suggestion .suggestion-sku {
    font-size: var(--pcajs_mfz);
}
.penci-search-results .autocomplete-suggestion del {
    font-size: 80%;
}
.penci-search-results .autocomplete-suggestion ins {
    text-decoration: none;
}
.penci-search-results .autocomplete-suggestion.suggestion-divider {
    flex-basis: 100% !important;
    width: 100%;
    cursor: default;
    background-color: var(--pcajs_bcl);
}
.autocomplete-suggestion.suggestion-divider h5 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.view-all-results {
    font-weight: var(--pchead-wei);
    line-height: 40px;
    flex: 1 1 100%;
    height: 40px;
    margin-bottom: -1px;
    cursor: pointer;
    transition: all .25s ease;
    text-align: center;
    border-top: 1px solid var(--pcajs_bcl);
    font-size: 13px;
}
.view-all-results a {
    color: var(--pcajs_ncl);
}
.pcbds-overlay .view-all-results a {
    color: #fff;
}
.view-all-results a:hover,
.pcbds-overlay .view-all-results a:hover {
    color: var(--pcaccent-cl);
}
.header-search-style-default .penci-search-form form {
    border: 0;
}
.header-search-style-default .search-results-wrapper .penci-dropdown-results {
    border: 0;
    top: 1px;
}
.header-search-style-default .search-results-wrapper .penci-search-form form input {
    width: unset;
}
.header-search-style-default .penci-search-form,
.header-search-style-default .searchform,
.header-search-style-default .penci-search-form form input,
.header-search-style-default .penci-search-form form button {
    height: 100%;
}
.header-search-style-default .penci-search-form form input,
.header-search-style-default .penci-search-form form button {
    width: unset;
}
.header-search-style-default .penci-search-form form.penci-ajax-search input {
    width: calc(100% - 60px);
}
.header-search-style-default .penci-search-form form button {
    background-color: transparent;
    color: var(--pcheading-cl);
    border: 0;
}
.header-search-style-default .penci-search-form form.penci-ajax-search button {
    visibility: hidden;
}
.autocomplete-suggestions ::-webkit-scrollbar,
.autocomplete-suggestions::-webkit-scrollbar {
    width: 2px;
}
.autocomplete-suggestions ::-webkit-scrollbar-track,
.autocomplete-suggestions::-webkit-scrollbar-track {
    background-color: var(--pcbg-cl);
}
.autocomplete-suggestions ::-webkit-scrollbar-thumb,
.autocomplete-suggestions::-webkit-scrollbar-thumb {
    background-color: var(--pcmeta-cl);
}
.pcsb-csf .post-box-meta-single {
    margin: 0;
}
.pcsb-csf .post-box-meta-single img {
    vertical-align: middle;
}
/* Smart Lists*/
.pcsml-el .pcsml-item {
    position: relative;
}
.pcsml-el .post-entry {
    margin-bottom: 0;
}
.pcsml-el .pcsml-ad .pcsml-placeholder-title:before {
    content: 'Smart List Ad' !important;
}
.pcsml-el {
    margin-bottom: 0;
}
.pcsml-el .pcsml-ad {
    clear: both;
    text-align: center;
}
.pcsml-el .pcsml-ad > div {
    margin-top: 0;
}
.pcsml-el .pcsml-ad img {
    margin: 0;
    width: 100%;
}
.pcsml-el .pcsml-ad .adsbygoogle {
    margin-top: 0;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pcsml-desc {
    display: block;
}
.pcsml-el .pcsml-ad .pcsml-placeholder-title:before {
    content: 'Smart List Ad';
}
.pcsml-title-wrapper {
    width: 100%;
}
.pcsml-title-wrapper h1,
.pcsml-title-wrapper h2,
.pcsml-title-wrapper h3,
.pcsml-title-wrapper h4,
.pcsml-title-wrapper h5,
.pcsml-title-wrapper h6 {
    margin: 0;
}
.pcsml-item-number span {
    display: block;
    background-color: var(--pcheading-cl);
    font-weight: 700;
    text-align: center;
    color: var(--pcbg-cl);
}
.pcsml-item-title {
    font-weight: 700;
}
.pcsml-figure img {
    display: inline-block;
    vertical-align: top;
}
.pcsml-caption {
    font-style: italic;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.pcsml_style_1 .pcsml-item-number,
.pcsml_style_1 .pcsml-item-title {
    display: table-cell;
}
.pcsml_style_1 .pcsml-item-title {
    vertical-align: middle;
}
.pcsml_style_1 .pcsml-item {
    margin-bottom: 50px;
}
.pcsml_style_1 .pcsml-title-wrapper {
    margin-bottom: 20px;
    position: relative;
}
.pcsml_style_1 h1,
.pcsml_style_1 h2,
.pcsml_style_1 h3,
.pcsml_style_1 h4,
.pcsml_style_1 h5,
.pcsml_style_1 h6 {
    margin: 2px 0 0;
}
.pcsml_style_1 .pcsml-item-number span {
    padding: 0 5px;
    font-size: 22px;
    line-height: 36px;
    min-width: 36px;
}
.pcsml_style_1 .pcsml-item-title {
    width: 100%;
    padding-left: 15px;
    font-size: 22px;
    line-height: 1.3;
}
.pcsml_style_2 .pcsml-info {
    overflow: hidden;
}
.pcsml_style_2 .pcsml-item-number,
.pcsml_style_2 .pcsml-item-title {
    display: table-cell;
}
.pcsml_style_2 .pcsml-item-title {
    vertical-align: middle;
}
.pcsml_style_2 .pcsml-item {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid var(--pcborder-cl);
}
.pcsml_style_2 .pcsml-item:first-child {
    padding-top: 9px;
}
.pcsml_style_2 .pcsml-item:last-of-type {
    border-bottom: none;
}
.pcsml_style_2 .pcsml-item-number span {
    font-size: 18px;
    min-width: 32px;
    min-height: 32px;
    line-height: 32px;
}
.pcsml_style_2 .pcsml-item-title {
    font-size: 18px;
    line-height: 24px;
    padding-left: 14px;
}
.pcsml_style_2 .pcsml-figure {
    vertical-align: top;
    width: 170px;
}
.pcsml_style_2 .pcsml-caption {
    line-height: 14px;
    margin-bottom: 0;
}
.pcsml_style_2 .pcsml-desc {
    margin-top: 11px;
}
@media only screen and (min-width: 768px) {
    .pcsml_style_2 .pcsml-item {
        display: flex;
    }
    .pcsml_style_2 .pcsml-info,
    .pcsml_style_2 .pcsml-figure {
        display: table-cell;
    }
    .pcsml_style_2 .pcsml-info {
        flex: 1;
    }
    .pcsml_style_2 .pcsml-figure {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .pcsml_style_2 {
        text-align: center;
    }
    .pcsml_style_2 h1,
    .pcsml_style_2 h2,
    .pcsml_style_2 h3,
    .pcsml_style_2 h4,
    .pcsml_style_2 h5,
    .pcsml_style_2 h6,
    .pcsml_style_2 .pcsml-figure {
        display: inline-block;
    }
}
.pcsml_style_3 .pcsml-item {
    margin-bottom: 50px;
}
.pcsml_style_3 .pcsml-figure,
.pcsml_style_3 .pcsml-figure {
    position: relative;
}
.pcsml_style_3 figcaption div:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 150%;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: -1;
}
.pcsml_style_3 figcaption div:empty {
    display: none;
}
.pcsml_style_3 .pcsml-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    color: var(--pcbg-cl);
    margin-bottom: 0;
    padding: 12px 16px;
    z-index: 1;
}
.pcsml_style_3 .pcsml-item-number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.pcsml_style_3 .pcsml-item-number span {
    background-color: rgba(0, 0, 0, 0.8);
    min-width: 44px;
    min-height: 44px;
    font-family: var(--pchead-font);
    font-size: 26px;
    line-height: 44px;
}
.pcsml_style_3 h1,
.pcsml_style_3 h2,
.pcsml_style_3 h3,
.pcsml_style_3 h4,
.pcsml_style_3 h5,
.pcsml_style_3 h6 {
    margin: 0;
}
.pcsml_style_3 .pcsml-title-wrapper {
    margin-bottom: 17px;
    margin-top: 20px;
}
.pcsml_style_3 .pcsml-item-title {
    font-size: 22px;
    line-height: 26px;
}
.pcsml_style_3 .pcsml-desc {
    margin-top: 0;
}
.pcsml-pagination {
    text-align: center;
    margin-bottom: 26px;
}
.pcsml-button {
    font-family: var(--pchead-font);
    line-height: 40px;
    background-color: var(--pcheading-cl);;
    color: #fff !important;
    padding: 11px 24px;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    cursor: pointer;
    margin: 0 10px;
    text-decoration: none !important;
}
.pcsml-button:hover {
    background-color: var(--pcaccent-cl);
}
.pcsml-button .penciicon-left-chevron {
    font-size: 12px;
    position: relative;
    top: 1px;
    padding-right: 16px;
}
.pcsml-button .penciicon-right-chevron {
    font-size: 12px;
    position: relative;
    top: 1px;
    padding-left: 16px;
}
.pcsm-disable {
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pcsm-disable:hover {
    background-color: var(--pcheading-cl);
}
.pcsml_style_4 .pcsml-item-number,
.pcsml_style_4 .pcsml-item-title {
    display: table-cell;
}
.pcsml_style_4 .pcsml-item-title {
    vertical-align: middle;
}
.pcsml_style_4 .pcsml-ad > div,
.pcsml_style_4 .pcsml-ad .adsbygoogle,
.pcsml_style_4 .pcsml-ad .pcsml-placeholder-title {
    margin-bottom: 16px;
}
.pcsml_style_4 {
    position: relative;
}
.pcsml_style_4 h1,
.pcsml_style_4 h2,
.pcsml_style_4 h3,
.pcsml_style_4 h4,
.pcsml_style_4 h5,
.pcsml_style_4 h6 {
    margin: 2px 0 0;
}
.pcsml_style_4 .pcsml-title-wrapper {
    margin-bottom: 21px;
}
.pcsml_style_4 .pcsml-item-number span {
    min-width: 37px;
    min-height: 37px;
    font-size: 22px;
    line-height: 37px;
}
.pcsml_style_4 .pcsml-item-title {
    margin-top: 5px;
    padding-left: 19px;
    font-size: 22px;
    line-height: 26px;
}
.pcsml_style_4 .pcsml-figure {
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.pcsml_style_4 .pcsml-figure img {
    width: 100%;
}
.pcsml_style_4 .pcsml-desc {
    margin-top: 0;
}
.pcsml_style_4 .pcsml-pagination {
    margin-top: 26px;
}
@media only screen and (max-width: 767px) {
    .pcsml_style_4 {
        margin-top: 20px;
    }
    .pcsml_style_4 h1,
    .pcsml_style_4 h2,
    .pcsml_style_4 h3,
    .pcsml_style_4 h4,
    .pcsml_style_4 h5,
    .pcsml_style_4 h6 {
        text-align: center;
        margin: 0;
    }
    .pcsml_style_4 .pcsml-title-wrapper {
        margin-bottom: 10px;
    }
    .pcsml_style_4 .pcsml-item-number {
        display: inline-block;
    }
    .pcsml_style_4 .pcsml-item-title {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        padding-left: 0;
    }
}
.pcsml-pagination {
    text-align: center;
    margin-bottom: 26px;
}
.pcsml-button {
    font-family: var(--pchead-font);
    display: inline-block;
    line-height: 41px;
    padding: 0 20px;
    background-color: var(--pcheading-cl);;
    color: var(--pcbg-cl);
    font-size: 16px;
    font-style: normal;
    text-align: center;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    cursor: pointer;
    margin: 0 10px;
}
.pcsml-button:hover {
    color: var(--pcbg-cl);
    background-color: var(--pcaccent-cl);
}
.pcsml-button .penciicon-left-chevron {
    font-size: 14px;
    position: relative;
    top: 1px;
    padding-right: 11px;
}
.pcsml-button .penciicon-right-chevron {
    font-size: 14px;
    position: relative;
    top: 1px;
    padding-left: 11px;
}
.pcsm-disable {
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pcsm-disable:hover {
    background-color: var(--pcheading-cl);
}
.pcsml_style_5 {
    position: relative;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .pcsml_style_5 {
        margin-top: 20px;
    }
}
.pcsml_style_5 .pcsml-ad > div,
.pcsml_style_5 .pcsml-ad .pcsml-placeholder-title {
    margin-bottom: 26px;
}
.pcsml_style_5 .pcsml-ad .adsbygoogle {
    margin-bottom: 21px;
}
.pcsml_style_5 .pcsml-item .pcsml-pagination {
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
}
.pcsml_style_5 .pcsml-head {
    position: relative;
}
.pcsml_style_5 h1,
.pcsml_style_5 h2,
.pcsml_style_5 h3,
.pcsml_style_5 h4,
.pcsml_style_5 h5,
.pcsml_style_5 h6 {
    margin-top: 0;
    margin-bottom: 18px;
    padding: 0 120px;
    min-height: 42px;
    text-align: center;
    line-height: 1;
}
.pcsml_style_5 .pcsml-item-title {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 8px;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
}
.pcsml_style_5 .pcsml-desc {
    margin-top: 0;
}
.pcsml_style_5 .pcsml-figure img {
    margin-top: 26px;
    width: 100%;
}
.pcsml_style_5 .pcsml-figure {
    text-align: center;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.pcsml_style_5 .pcsml-caption {
    text-align: left;
}
.pcsml_style_5 .pcsml-pagination {
    display: inline-block;
    width: 100%;
    top: 0;
    margin-bottom: 0;
}
.pcsml_style_5 .pcsml-pagination .pcsml-button {
    margin: 0;
}
.pcsml_style_5 .pcsml-pagination .pcsm-back {
    float: left;
}
.pcsml_style_5 .pcsml-pagination .pcsm-next {
    float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1018px) {
    .pcsml_style_5 .pcsml-item-title {
        margin-top: 10px;
        line-height: 24px;
        font-size: 19px;
    }
}
@media only screen and (max-width: 767px) {
    .pcsml_style_5 .pcsml-item .pcsml-pagination {
        margin-bottom: 0;
    }
    .pcsml_style_5 h1,
    .pcsml_style_5 h2,
    .pcsml_style_5 h3,
    .pcsml_style_5 h4,
    .pcsml_style_5 h5,
    .pcsml_style_5 h6 {
        margin-bottom: 0;
        padding: 0;
        min-height: 0;
    }
    .pcsml_style_5 .pcsml-item-title {
        margin-top: 10px;
        text-align: left;
        line-height: 30px;
        font-weight: 500;
        font-size: 26px;
    }
}
@media only screen and (min-width: 767px) {
    .pcsml_style_5 .pcsml-head .pcsml-pagination {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}
.pcsml-dropdown-wrap {
    text-align: center;
    border: 1px solid var(--pcborder-cl);
    margin-bottom: 30px;
    clear: both;
}
.pcsml-dropdown-wrap .pcsml-dropdown {
    height: 30px;
    padding: 0 35px 0 10px;
    margin: 10px 0;
    overflow: hidden;
    background-color: var(--pcbg-cl);
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    font-family: var(--pchead-font);
    max-width: 100%;
    text-overflow: ellipsis;
    cursor: pointer;
    font-size: 16px;
}
.pcsml-dropdown-wrap .pcsml-dropdown option {
    font-size: 14px;
}
.pcsml-dropdown-wrap .pcsml-dropdown::-ms-expand {
    display: none;
}
.pcsml-dropdown-wrap .pcsml-container {
    display: inline-block;
    position: relative;
    width: 50%;
}
.pcsml-dropdown-wrap .pcsml-container:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 16px;
    z-index: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    pointer-events: none;
    transform: translateY(-40%);
}
.pcsml-dropdown-wrap .pcsml-button {
    font-family: var(--pchead-font);
    line-height: 40px;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    cursor: pointer;
    padding: 2px 18px;
    margin: 0;
    background-color: transparent;
    color: var(--pctext-cl) !important;
}
.pcsml-dropdown-wrap .pcsml-button i {
    font-size: 12px;
    position: relative;
    top: 1px;
}
.pcsml-dropdown-wrap .pcsml-button .penciicon-left-chevron {
    padding-right: 6px;
}
.pcsml-dropdown-wrap .pcsml-button .penciicon-right-chevron {
    padding-left: 6px;
}
.pcsml-dropdown-wrap .pcsml-button:hover {
    text-decoration: none !important;
    color: var(--pcaccent-cl);
}
.pcsml-dropdown-wrap .pcsm-disable {
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
}
.pcsml-dropdown-wrap .pcsm-disable:hover {
    color: var(--pcheading-cl);
}
.pcsml-dropdown-wrap .pcsm-next {
    text-align: right;
    width: 25%;
    display: inline-block;
}
.pcsml-dropdown-wrap .pcsm-back {
    text-align: left;
    width: 25%;
    display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1018px) {
    .pcsml-dropdown-wrap .pcsml-dropdown {
        max-width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .pcsml-dropdown-wrap .pcsml-dropdown option {
        text-align: left;
    }
    .pcsml-dropdown-wrap .pcsml-button {
        width: 15%;
    }
    .pcsml-dropdown-wrap .pcsml-container {
        width: 70%;
    }
    .pcsml-dropdown-wrap .pcsml-button i {
        display: inline;
        top: 0;
    }
    .pcsml-dropdown-wrap .pcsml-button span {
        display: none;
    }
}
.pcsml_style_6 .pcsml-ad > div {
    margin-bottom: 15px;
}
.pcsml_style_6 .pcsml-ad .adsbygoogle {
    margin-bottom: 15px;
}
.pcsml_style_6 .pcsml-ad .pcsml-placeholder-title {
    margin-bottom: 15px;
}
.pcsml_style_6 {
    position: relative;
}
.pcsml_style_6 .pcsml-title-wrapper {
    margin-bottom: 15px;
}
.pcsml_style_6 .pcsml-title-wrapper h1,
.pcsml_style_6 .pcsml-title-wrapper h2,
.pcsml_style_6 .pcsml-title-wrapper h3,
.pcsml_style_6 .pcsml-title-wrapper h4,
.pcsml_style_6 .pcsml-title-wrapper h5,
.pcsml_style_6 .pcsml-title-wrapper h6 {
    margin: 5px 0 0;
    line-height: 30px;
}
.pcsml_style_6 .pcsml-item-title {
    font-size: 22px;
    line-height: 26px;
}
.pcsml_style_6 .pcsml-desc {
    margin-top: 0;
    margin-bottom: 25px;
}
.pcsml_style_6 .pcsml-desc .aligncenter {
    margin-top: 20px;
}
.pcsml-desc p:empty {
    display: none;
}
.post-entry .pcsml-desc > p:last-child,
.post-entry .pcsml-desc > ul:last-child,
.post-entry .pcsml-desc > ol:last-child {
    margin-bottom: 0;
}
.widget .penci-pagination {
    margin-top: 20px;
    margin-bottom: 0;
}
.widget .penci-pagination a {
    text-decoration: none;
}
.penci-pagination.penci-ajax-nav .pcajx-btn {
    align-items: center;
    display: flex;
    min-width: 35px;
    font-size: 12px;
    border: 1px solid var(--pcborder-cl);
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    padding: 0 10px;
}
.penci-pagination.penci-ajax-nav .pcnav-title {
    padding: 0 5px;
    font-size: 12px;
    font-weight: var(--pchead-wei);
    font-family: var(--pchead-font);
    text-transform: uppercase;
}
.penci-pagination.penci-ajax-nav .pcajx-btn:not(.disable):hover {
    border-color: var(--pcaccent-cl);
    background-color: var(--pcaccent-cl);
    color: #fff;
}
.penci-pagination.penci-ajax-nav .pcajx-btn.disable {
    opacity: 0.5;
}
.penci-pagination.penci-ajax-nav .pcajx-btn.disable:hover {
    cursor: not-allowed;
}
.penci-pagination.penci-ajax-nav .pcajx-btn i {
    line-height: 30px;
}
.penci-custom-slides .penci-owl-carousel.pcdots-number .owl-dots,
.penci-owl-carousel.pcdots-number .owl-dots {
    counter-reset: penci-dots-counter;
}
.penci-custom-slides .penci-owl-carousel.pcdots-number .owl-dot span,
.penci-owl-carousel.pcdots-number .owl-dot span {
    width: auto;
    height: auto;
    background: none;
    border: none;
    font-family: var(--pchead-font);
    white-space: nowrap;
    line-height: 1;
    font-weight: var(--pchead-wei);
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}
.penci-custom-slides .penci-owl-carousel.pcdots-number.line .owl-dot span,
.penci-owl-carousel.pcdots-number.line .owl-dot span {
    margin-left: 0;
    margin-right: 0;
}
.penci-custom-slides .penci-owl-carousel.pcdots-number:not(.line) .owl-dot span:before,
.penci-owl-carousel.pcdots-number:not(.line) .owl-dot span:before {
    counter-increment: penci-dots-counter;
    content: "0" counter(penci-dots-counter);
}
.penci-custom-slides .penci-owl-carousel.pcdots-number .owl-dot span:after,
.penci-owl-carousel.pcdots-number .owl-dot span:after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: currentColor;
    transition: width .3s ease;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 5px;
}
.penci-custom-slides .penci-owl-carousel.pcdots-number .owl-dot.active span:after,
.penci-owl-carousel.pcdots-number .owl-dot.active span:after {
    width: 30px;
}
.penci-custom-slides.penci-jarallax {
    width: auto;
    padding-top: 0;
}
.widget .penci-pagination.penci-ajax-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.widget {
    position: relative;
}
.widget .pcwgajx-ld-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    visibility: hidden;
}
.widget.ajx-loading .pcwgajx-ld-wrapper {
    visibility: visible;
}
.widget.ajx-loading ul {
    opacity: 0.5;
}
.widget.ajx-loading .penci-loader-effect {
    display: block;
}
@-webkit-keyframes pcani-dash {
    0% {
        stroke-dasharray: 0 1500
    }
    15% {
        stroke-dasharray: 1500 1500
    }
    85% {
        opacity: 1
    }
    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0
    }
    100% {
        stroke-dasharray: 0 1500;
        opacity: 0
    }
}
@keyframes pcani-dash {
    0% {
        stroke-dasharray: 0 1500
    }
    15% {
        stroke-dasharray: 1500 1500
    }
    85% {
        opacity: 1
    }
    90% {
        stroke-dasharray: 1500 1500;
        opacity: 0
    }
    100% {
        stroke-dasharray: 0 1500;
        opacity: 0
    }
}
@-webkit-keyframes pcani-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1
    }
    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        transform: translateY(-50%) scale(.9);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0
    }
}
@keyframes pcani-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1
    }
    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        transform: translateY(-50%) scale(.9);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0
    }
}
@-webkit-keyframes pcani-swirl-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }
}
@keyframes pcani-swirl-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-20px) rotateX(90deg);
        transform: translateZ(-20px) rotateX(90deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(-10deg);
        transform: translateZ(-20px) rotateX(-10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(-20px) rotateX(0);
        transform: translateZ(-20px) rotateX(0)
    }
}
@-webkit-keyframes pcani-blinds-in {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}
@keyframes pcani-blinds-in {
    0% {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }
}
@-webkit-keyframes pcani-wave-up {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes pcani-wave-up {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    60% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@-webkit-keyframes pcani-flip-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1
    }
}
@keyframes pcani-flip-in {
    0% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
    35% {
        -webkit-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1
    }
}
@-webkit-keyframes pcani-flip-out {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 0
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}
@keyframes pcani-flip-out {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
    35% {
        -webkit-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 0
    }
    65% {
        opacity: 0
    }
    100% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0
    }
}
@-webkit-keyframes pcani-drop-in-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes pcani-drop-in-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(100px);
        transform: translateZ(100px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@-webkit-keyframes pcani-drop-in-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}
@keyframes pcani-drop-in-out {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-100px);
        transform: translateZ(-100px)
    }
}
@-webkit-keyframes pcani-slide-right-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes pcani-slide-right-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        transform: translateX(10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes pcani-slide-right-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@keyframes pcani-slide-right-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}
@-webkit-keyframes pcani-slide-left-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes pcani-slide-left-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes pcani-slide-left-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@keyframes pcani-slide-left-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateX(-110%);
        transform: translateX(-110%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@-webkit-keyframes pcani-slide-up-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes pcani-slide-up-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-20%);
        transform: translateY(-20%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes pcani-slide-up-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}
@keyframes pcani-slide-up-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}
@-webkit-keyframes pcani-slide-down-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes pcani-slide-down-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(20%);
        transform: translateY(20%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@-webkit-keyframes pcani-slide-down-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
@keyframes pcani-slide-down-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    60% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
@-webkit-keyframes pcani-bounce-in {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes pcani-bounce-in {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@-webkit-keyframes pcani-bounce-out {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 0;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}
@keyframes pcani-bounce-out {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 0;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}
@-webkit-keyframes pcani-swing-in {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
@keyframes pcani-swing-in {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
@-webkit-keyframes pcani-swing-out {
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    40% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    80% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    to {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
}
@keyframes pcani-swing-out {
    20% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    40% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    80% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    to {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
}
@-webkit-keyframes pcani-rubber-band-in {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes pcani-rubber-band-in {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@-webkit-keyframes pcani-rubber-band-out {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    40% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    75% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes pcani-rubber-band-out {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    40% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    75% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@-webkit-keyframes jkit-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px currentColor;
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}
@keyframes jkit-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px currentColor;
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}
@-webkit-keyframes jkit-search-background {
    0% {
        opacity: 0;
        -webkit-transform: scale(.04) translateY(300%);
        transform: scale(.04) translateY(300%)
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0);
        -webkit-transition: ease-out;
        transition: ease-out
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.02) translateY(0);
        transform: scale(.02) translateY(0)
    }
    61% {
        opacity: 1;
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0)
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(2) translateY(0);
        transform: scale(2) translateY(0);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}
@keyframes jkit-search-background {
    0% {
        opacity: 0;
        -webkit-transform: scale(.04) translateY(300%);
        transform: scale(.04) translateY(300%)
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0);
        -webkit-transition: ease-out;
        transition: ease-out
    }
    40% {
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.02) translateY(0);
        transform: scale(.02) translateY(0)
    }
    61% {
        opacity: 1;
        -webkit-transform: scale(.04) translateY(0);
        transform: scale(.04) translateY(0)
    }
    99.9% {
        opacity: 1;
        height: 0;
        padding-bottom: 100%;
        border-radius: 100%
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(2) translateY(0);
        transform: scale(2) translateY(0);
        height: 100%;
        padding-bottom: 0;
        border-radius: 0
    }
}
.penci-animated-headline {
    --pcaccent-cl-dk: var(--pcheading-cl);
    position: relative;
}
.penci-animated-headline .pc-textlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.penci-animated-headline {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.penci-animated-headline a {
    text-decoration: none;
    color: var(--pcaccent-cl)
}
.penci-animated-headline .penci-animated-text {
    padding: 0;
    margin: 0;
    display: inline-block
}
.penci-animated-headline .penci-animated-text .normal-text {
    z-index: 1;
    position: relative;
    vertical-align: bottom;
    font-size: 43px;
    font-weight: 500;
    line-height: 1.2
}
.penci-animated-headline .penci-animated-text .normal-text.style-gradient {
    background: var(--pcaccent-cl-dk);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--pcaccent-cl)), to(var(--pcaccent-cl-dk)));
    background: linear-gradient(180deg, var(--pcaccent-cl) 0, var(--pcaccent-cl-dk) 100%);
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text
}
.penci-animated-headline .penci-animated-text .dynamic-wrapper {
    overflow: visible;
    text-align: inherit;
    display: inline-block;
    position: relative;
    vertical-align: bottom
}
.penci-animated-headline .penci-animated-text .dynamic-wrapper.style-gradient .dynamic-text {
    background: var(--pcaccent-cl-dk);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--pcaccent-cl)), to(var(--pcaccent-cl-dk)));
    background: linear-gradient(180deg, var(--pcaccent-cl) 0, var(--pcaccent-cl-dk) 100%);
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text
}
.penci-animated-headline .penci-animated-text .dynamic-wrapper.style-gradient .dynamic-text .dynamic-text-letter {
    background: var(--pcaccent-cl-dk);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--pcaccent-cl)), to(var(--pcaccent-cl-dk)));
    background: linear-gradient(180deg, var(--pcaccent-cl) 0, var(--pcaccent-cl-dk) 100%);
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text
}
.penci-animated-headline .penci-animated-text .dynamic-text {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 43px;
    font-weight: 500;
    line-height: 1.2
}
.penci-animated-headline .penci-animated-text svg {
    position: absolute;
    left: 0;
    overflow: visible
}
.penci-animated-headline .penci-animated-text svg path {
    fill: none;
    stroke-dasharray: 1500;
    -webkit-animation: pcani-dash 10s infinite;
    animation: pcani-dash 10s infinite
}
.penci-animated-headline .penci-animated-text svg path.style-color {
    stroke: var(--pcaccent-cl)
}
.penci-animated-headline .penci-animated-text svg path:nth-of-type(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}
.penci-animated-headline .penci-animated-text svg linearGradient stop:nth-of-type(1) {
    stop-color: var(--pcaccent-cl)
}
.penci-animated-headline .penci-animated-text svg linearGradient stop:nth-of-type(2) {
    stop-color: var(--pcaccent-cl-dk)
}
.penci-animated-headline[data-shape=underline-2] .penci-animated-text svg {
    top: auto;
    bottom: -50%;
    width: 100%;
    height: 100%
}
.penci-animated-headline[data-shape=underline-1] .penci-animated-text svg {
    top: auto;
    bottom: -50%;
    width: 100%;
    height: 100%
}
.penci-animated-headline[data-shape=heart] .penci-animated-text svg {
    top: -30px;
    bottom: -20px;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    left: -40px;
    right: -40px;
}
.penci-animated-headline[data-shape=click] .penci-animated-text svg {
    top: auto;
    bottom: -10px;
    width: 50px;
    height: 50px;
    left: auto;
    right: -20px;
}
.penci-animated-headline[data-shape=sparkle] .penci-animated-text svg {
    top: -10px;
    bottom: auto;
    width: 30px;
    height: 30px;
    left: auto;
    right: 0;
}
.penci-animated-headline[data-shape=check] .penci-animated-text svg,
.penci-animated-headline[data-shape=pan] .penci-animated-text svg,
.penci-animated-headline[data-shape=bolt] .penci-animated-text svg,
.penci-animated-headline[data-shape=check] .penci-animated-text svg {
    top: -20px;
    bottom: -20px;
    width: 100%;
    height: calc(100% + 40px);
    left: 0;
    right: 0;
}
.penci-animated-headline[data-shape=line] .penci-animated-text svg {
    top: 15px;
    bottom: 0;
    width: calc(100% + 40px);
    height: calc(100%);
    left: -10px;
    right: -40px;
}
.penci-animated-headline[data-shape=line-2] .penci-animated-text svg {
    top: -5px;
    bottom: 0;
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    left: -20px;
    right: -20px;
}
.penci-animated-headline[data-shape=line-1] .penci-animated-text svg {
    top: -5px;
    bottom: 0;
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    left: -20px;
    right: -20px;
}
.penci-animated-headline[data-shape=strikethrough] .penci-animated-text svg {
    top: 50%;
    width: 100%;
    height: 100%
}
.penci-animated-headline[data-shape="x"] .penci-animated-text svg, .penci-animated-headline[data-shape=diagonal] .penci-animated-text svg, .penci-animated-headline[data-shape=double] .penci-animated-text svg {
    top: 0;
    width: 100%;
    height: 100%
}
.penci-animated-headline[data-shape=curly] .penci-animated-text svg, .penci-animated-headline[data-shape=double-underline] .penci-animated-text svg, .penci-animated-headline[data-shape=underline-zigzag] .penci-animated-text svg, .penci-animated-headline[data-shape=underline] .penci-animated-text svg {
    top: 90%;
    width: 100%;
    height: 100%
}
.penci-animated-headline[data-shape=circle] .penci-animated-text svg {
    top: 0;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px)
}
.penci-animated-headline[data-style=rotating] .penci-animated-text .dynamic-text:not(.show-text) {
    visibility: hidden;
    opacity: 0;
    display: none
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-wrapper:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: var(--pctext-cl)
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-wrapper.cursor-blink:after {
    -webkit-animation: pcani-pulse 1s infinite;
    animation: pcani-pulse 1s infinite
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-wrapper.typing-delete {
    background: var(--pcaccent-cl)
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-wrapper.typing-delete.style-gradient .dynamic-text {
    color: var(--pctext-cl);
    background: 0 0;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -moz-text-fill-color: unset;
    -o-text-fill-color: unset;
    -webkit-text-fill-color: unset
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-wrapper.typing-delete.style-gradient .dynamic-text .dynamic-text-letter {
    background: 0 0;
    background-clip: border-box;
    -webkit-background-clip: border-box;
    -webkit-background-clip: border-box;
    -moz-text-fill-color: unset;
    -o-text-fill-color: unset;
    -webkit-text-fill-color: unset
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-wrapper.typing-delete .dynamic-text .dynamic-text-letter {
    color: var(--pctext-cl)
}
.penci-animated-headline[data-style=rotating][data-rotate=typing] .penci-animated-text .dynamic-text-letter:not(.show-letter) {
    display: none
}
.penci-animated-headline[data-style=rotating][data-rotate=swirl] .penci-animated-text .dynamic-wrapper {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=swirl] .penci-animated-text .dynamic-text-letter {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=swirl] .penci-animated-text .dynamic-text-letter.show-letter {
    -webkit-animation: pcani-swirl-in .4s forwards;
    animation: pcani-swirl-in .4s forwards
}
.penci-animated-headline[data-style=rotating][data-rotate=blinds] {
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}
.penci-animated-headline[data-style=rotating][data-rotate=blinds] .penci-animated-text .dynamic-text-letter {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=blinds] .penci-animated-text .dynamic-text-letter.show-letter {
    -webkit-animation: pcani-blinds-in .6s forwards;
    animation: pcani-blinds-in .6s forwards
}
.penci-animated-headline[data-style=rotating][data-rotate=wave] {
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}
.penci-animated-headline[data-style=rotating][data-rotate=wave] .penci-animated-text .dynamic-text-letter {
    -webkit-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=wave] .penci-animated-text .dynamic-text-letter.show-letter {
    -webkit-animation: pcani-wave-up .3s forwards;
    animation: pcani-wave-up .3s forwards
}
.penci-animated-headline[data-style=rotating][data-rotate=flip] .penci-animated-text .dynamic-wrapper {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=flip] .penci-animated-text .dynamic-text {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    position: relative
}
.penci-animated-headline[data-style=rotating][data-rotate=flip] .penci-animated-text .dynamic-text.show-text {
    position: relative;
    white-space: nowrap;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-animation: pcani-flip-in 1.2s;
    animation: pcani-flip-in 1.2s
}
.penci-animated-headline[data-style=rotating][data-rotate=flip] .penci-animated-text .dynamic-text:not(.show-text) {
    display: inline-block;
    position: absolute;
    visibility: visible;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-animation: pcani-flip-out 1.2s;
    animation: pcani-flip-out 1.2s
}
.penci-animated-headline[data-style=rotating][data-rotate=drop-in] .penci-animated-text .dynamic-wrapper {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    -webkit-perspective: 300px;
    perspective: 300px;
    overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=drop-in] .penci-animated-text .dynamic-text {
    position: relative
}
.penci-animated-headline[data-style=rotating][data-rotate=drop-in] .penci-animated-text .dynamic-text.show-text {
    position: relative;
    white-space: nowrap;
    -webkit-animation: pcani-drop-in-in .6s;
    animation: pcani-drop-in-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=drop-in] .penci-animated-text .dynamic-text:not(.show-text) {
    display: inline-block;
    position: absolute;
    visibility: visible;
    -webkit-animation: pcani-drop-in-out .6s;
    animation: pcani-drop-in-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-left] .penci-animated-text .dynamic-wrapper {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-left] .penci-animated-text .dynamic-text.show-text {
    position: relative;
    white-space: nowrap;
    -webkit-animation: pcani-slide-left-in .6s;
    animation: pcani-slide-left-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-left] .penci-animated-text .dynamic-text:not(.show-text) {
    display: inline-block;
    position: absolute;
    visibility: visible;
    -webkit-animation: pcani-slide-left-out .6s;
    animation: pcani-slide-left-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-right] .penci-animated-text .dynamic-wrapper {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-right] .penci-animated-text .dynamic-text.show-text {
    position: relative;
    white-space: nowrap;
    -webkit-animation: pcani-slide-right-in .6s;
    animation: pcani-slide-right-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-right] .penci-animated-text .dynamic-text:not(.show-text) {
    display: inline-block;
    position: absolute;
    visibility: visible;
    -webkit-animation: pcani-slide-right-out .6s;
    animation: pcani-slide-right-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-up] .penci-animated-text .dynamic-wrapper {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-up] .penci-animated-text .dynamic-text.show-text {
    position: relative;
    white-space: nowrap;
    -webkit-animation: pcani-slide-up-in .6s;
    animation: pcani-slide-up-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-up] .penci-animated-text .dynamic-text:not(.show-text) {
    display: inline-block;
    position: absolute;
    visibility: visible;
    -webkit-animation: pcani-slide-up-out .6s;
    animation: pcani-slide-up-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-down] .penci-animated-text .dynamic-wrapper {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-down] .penci-animated-text .dynamic-text.show-text {
    position: relative;
    white-space: nowrap;
    -webkit-animation: pcani-slide-down-in .6s;
    animation: pcani-slide-down-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=slide-down] .penci-animated-text .dynamic-text:not(.show-text) {
    display: inline-block;
    position: absolute;
    visibility: visible;
    -webkit-animation: pcani-slide-down-out .6s;
    animation: pcani-slide-down-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=bounce] .penci-animated-text .dynamic-wrapper {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=bounce] .penci-animated-text .dynamic-text.show-text {
    position: relative;
    white-space: nowrap;
    -webkit-animation: pcani-bounce-in .6s;
    animation: pcani-bounce-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=bounce] .penci-animated-text .dynamic-text:not(.show-text) {
    display: inline-block;
    position: absolute;
    visibility: visible;
    -webkit-animation: pcani-bounce-out .6s;
    animation: pcani-bounce-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=swing] .penci-animated-text .dynamic-wrapper {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=swing] .penci-animated-text .dynamic-text.show-text {
    position: relative;
    white-space: nowrap;
    -webkit-animation: pcani-swing-in .6s;
    animation: pcani-swing-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=swing] .penci-animated-text .dynamic-text:not(.show-text) {
    display: inline-block;
    position: absolute;
    visibility: visible;
    -webkit-animation: pcani-swing-out .6s;
    animation: pcani-swing-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=rubber-band] .penci-animated-text .dynamic-wrapper {
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    overflow: hidden
}
.penci-animated-headline[data-style=rotating][data-rotate=rubber-band] .penci-animated-text .dynamic-text.show-text {
    position: relative;
    white-space: nowrap;
    -webkit-animation: pcani-rubber-band-in .6s;
    animation: pcani-rubber-band-in .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=rubber-band] .penci-animated-text .dynamic-text:not(.show-text) {
    display: inline-block;
    position: absolute;
    visibility: visible;
    -webkit-animation: pcani-rubber-band-out .6s;
    animation: pcani-rubber-band-out .6s
}
.penci-animated-headline[data-style=rotating][data-rotate=clip] .penci-animated-text .dynamic-wrapper {
    overflow: hidden;
    text-align: left
}
.penci-animated-headline[data-style=rotating][data-rotate=clip] .penci-animated-text .dynamic-wrapper:after {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background-color: var(--pctext-cl)
}
.penci-animated-headline[data-style=rotating][data-rotate=clip] .penci-animated-text .dynamic-text.show-text {
    white-space: nowrap
}
.penci-adblocker-popup-container {
    max-width: 550px;
    padding: 60px;
    background: var(--pcbg-cl);
    margin: 0 auto;
    text-align: center;
}
.penci-adblocker-popup-container .penci-adblocker-adblock-icon {
    font-size: 50px;
    color: red;
}
.penci-adblocker-popup-container h2 {
    margin: 15px 0;
    font-size: 24px;
}
.penci-adblocker-popup-container .penci-adblock-message {
    font-size: 16px;
    line-height: 1.4;
}
.penci-adblocker-popup-container .mfp-close {
    position: static;
    width: auto;
    font-size: 14px;
    padding: 0;
    margin: 15px auto 0;
    height: auto;
    line-height: unset;
}
.pcac_page_container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.pcac_page_container.full {
    display: block;
}
.pcac_page_container .pcac_page_left {
    min-width: 270px;
    margin-right: 60px;
}
body.rtl .pcac_page_container .pcac_page_left {
    margin-right: 0;
    margin-left: 60px;
}
.pcac_page_container .pcac_author_info {
    border: 1px solid var(--pcborder-cl);
    padding: 30px;
    text-align: center;
}
.pcac_page_container .pcac_author_info .avatar {
    border-radius: 50%;
}
.pcac_page_container .pcac_author_content,
.pcac_page_container .pcac_account_nav {
    margin-top: 15px;
}
.pcac_page_container .pcac_account_nav {
    border-top: 1px solid var(--pcborder-cl);
    padding-top: 15px;
}
.pcac_page_container .pcac_account_nav li {
    margin: 0 0 10px;
}
.pcac_page_container .pcac_account_nav li a {
    color: var(--pcheading-cl);
}
.pcac_page_container .pcac_account_nav li a:hover {
    color: var(--pcaccent-cl);
}
.pcac_page_container .pcac_account_nav li.active a {
    color: var(--pcaccent-cl);
    font-weight: bold;
}
.pcac_page_container .pcac_page_right {
    width: calc(100% - 330px);
}
.pcac_page_container .pcac_account_title {
    font-size: 22px;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid var(--pcborder-cl);
}
.pcac_page_container .form-group {
    margin-bottom: 30px;
}
.pcac_page_container .form-group label {
    display: inline-block;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: bold;
}
.pcac_page_container .form-group .required {
    color: red;
}
.penci-sidebar-content .form-group input,
.penci-sidebar-content .form-group select,
.penci_post_list_filter select,
.pcac_page_container .form-group select,
.pcac_page_container .form-group input {
    display: block;
    border: 1px solid var(--pcborder-cl);
    padding: 0 10px;
    line-height: 40px;
    transition: .25s ease;
    box-shadow: none;
    outline: 0;
    background: #fff;
}
.penci_post_list_filter select {
    padding: 0 20px;
}
.penci_post_list_filter select,
.penci-sidebar-content .form-group select,
.pcac_page_container .form-group select {
    height: 40px;
    background: transparent;
}
.pcac_page_container .form-group input:not([type="submit"]):focus,
.pcac_page_container .form-group select:focus,
.pcac_page_container .form-group textarea:focus {
    border-color: #666;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .025);
}
.penci-sidebar-content .form-group input[type=submit],
.pcac_page_container .form-group input[type=submit] {
    background: var(--pcaccent-cl);
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    outline: 0;
    padding: 0 20px;
    width: auto;
}
.penci-sidebar-content .form-group input[type=submit]:hover,
.pcac_page_container .form-group input[type=submit]:hover {
    opacity: 0.7;
}
.pcac_page_container.full .form-group input {
    width: 100%;
}
.pcac_page_container.full .title-field input {
    font-size: 18px;
    font-weight: bold;
}
.pcac_page_container .row {
    margin-right: -15px;
    margin-left: -15px;
}
.pcac_page_container .pccol_1,
.pcac_page_container .pccol_2 {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
body.rtl .pcac_page_container .pccol_1,
body.rtl .pcac_page_container .pccol_2 {
    float: right;
}
.pcac_page_container .pccol_1 {
    width: 100%;
}
.pcac_page_container .pccol_1 h3 {
    border-bottom: 1px solid var(--pcborder-cl);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.pcac_page_container .pccol_1 input,
.pcac_page_container .pccol_1 select,
.pcac_page_container .pccol_2 input,
.pcac_page_container .pccol_2 select {
    width: 100%;
}
.pcac_page_container .alert {
    padding-left: 15px;
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}
.pcac_page_container .alert-error {
    background: #ff0000;
    color: #fff;
}
.pcac_page_container .alert-success {
    background: #dcffb4;
    color: #595959;
}
.pcac_page_container .alert-compatibility {
    background: #fff5f6;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: auto;
    border-radius: 0;
    text-align: center
}
.penci-sidebar-content .form-group:not(.submit-field):not(.format-field) {
    border: 1px solid var(--pcborder-cl);
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}
.penci-sidebar-content .form-group.format-field .form-input-wrapper {
    border: 1px solid var(--pcborder-cl);
    padding: 30px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}
.penci-sidebar-content .form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
.penci-sidebar-content .form-group input,
.penci-sidebar-content .form-group select {
    width: 100%;
}
.penci-post-tablist {
    list-style: none;
}
.penci-post-tablist li {
    display: inline-block;
}
.penci-post-tablist li a {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid var(--pcborder-cl);
    border-bottom: 0;
    color: var(--pcheading-cl);
    position: relative;
    top: 1px;
    font-weight: bold;
    font-size: 14px;
}
.penci-post-tablist li a.active {
    background-color: #f9f9f9;
    color: var(--pcaccent-cl);
}
.pcft-posteditor .format-field .form-input-wrapper input {
    display: none;
}
.pcft-posteditor .penci_upload_wrapper:not(.active) {
    display: none;
}
.penci_post_list_meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid var(--pcborder-cl);
    padding-bottom: 30px;
    margin-bottom: 30px;
    align-items: center;
}
.pcac_page_container .penci-pagination {
    margin-top: 30px;
}
.frontend-submit-button {
    margin: 30px -25px -25px;
}
.frontend-submit-button .button {
    display: block;
    padding: 15px 20px;
    background: var(--pcaccent-cl);
    font-weight: bold;
    color: #fff;
    transition: .2s;
}
.frontend-submit-button .button:hover {
    opacity: .7
}
@media only screen and (max-width: 767px) {
    .pcac_page_container .pcac_page_right,
    .pcac_page_container .pcac_page_left {
        width: 100%;
    }
    .pcac_page_container .pcac_page_left {
        margin-right: 0;
        margin-bottom: 30px;
    }
}
.pcac_page_container .upload_preview_container {
    margin: 0 0 30px;
    position: relative;
    max-width: 80px;
}
.pcac_page_container .upload_preview_container .remove {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    cursor: pointer;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pcac_page_container .upload_preview_container img {
    border-radius: 50%;
    max-height: 80px;
    width: auto;
}
.pcac_page_container .penci-upload-img-btn {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    background-color: var(--pcheading-cl);
    color: var(--pcbg-cl);
    cursor: pointer;
    transition: 0.3s all;
}
.pcac_page_container .penci-upload-img-btn:hover {
    opacity: .8;
}
.penci_post_status.Pending {
    color: #c09853;
    font-weight: bold;
}
.penci_post_status.Published {
    color: var(--pcaccent-cl);
    font-weight: bold;
}
body.rtl .penci_account_posts .pcsl-inner .pcsl-content {
    padding: 0 var(--pcsl-between);
}
.penci_account_posts .pcsl-inner .sl-date {
    display: inline-block;
}
.archive-box.pc-has-sorter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.penci_gsr_wrapper .gsst_b {
    padding: 0 5px;
}
.penci_gsr_wrapper table.gsc-search-box td {
    vertical-align: middle;
}
.penci_gsr_wrapper .gsc-input {
    padding: 0;
    line-height: 31px;
}
.penci_gsr_wrapper .gsc-search-button-v2 {
    height: 42px;
    line-height: 42px;
    padding: 6px 27px;
}
.penci_gsr_wrapper .gsc-search-button-v2 svg {
    width: 15px;
    height: 15px;
}
.penci_gsr_wrapper .gsib_a {
    padding: 5px 15px 4px 15px;
}
.penci_gsr_wrapper .gscb_a {
    line-height: 36px;
}
.penci-patreon-badge-wrap {
    text-align: center;
}
.penci-patreon-badge-wrap .button {
    display: block;
    background: #ff424d;
    font-weight: bold;
    font-size: 14px;
    border-radius: 100px;
    padding: 12px 5px;
    margin-top: 20px;
    text-decoration: none;
}
.penci-patreon-badge-wrap .button:hover {
    background: #ff424d;
    text-decoration: none;
    color: #000;
}
.penci-patreon-badge-wrap svg {
    height: 5rem;
    width: 5rem;
    display: inline-block;
    margin: 10px auto;
}
.penci-patreon-badge-wrap svg [data-color="1"] {
    fill: #ff424d;
}
.penci-patreon-badge-wrap svg [data-color="2"] {
    fill: #241e12;
}
.widget .penci-buymeacoffee-badge-wrap {
    text-align: center;
}
.widget .penci-buymeacoffee-badge-wrap a.button {
    display: block;
    background: #ffdd00;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    border-radius: 100px;
    padding: 12px 5px;
    margin-top: 20px;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}
.widget .penci-buymeacoffee-badge-wrap a.button:hover {
    background: #000;
    color: #ffdd00;
    text-decoration: none;
}
.widget .penci-buymeacoffee-badge-wrap svg {
    height: 6rem;
    width: 6rem;
    display: inline-block;
    margin: 10px auto;
}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
    font-size: 1.8em;
}
@font-face {
    font-family: "raty";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/raty.eot");
    src: url("fonts/raty.eot?#iefix") format("embedded-opentype");
    src: url("fonts/raty.svg#raty") format("svg");
    src: url("fonts/raty.ttf") format("truetype");
    src: url("fonts/raty.woff") format("woff");
}
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "raty";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}
.cancel-on-png:before {
    content: "\e600";
}
.cancel-off-png:before {
    content: "\e601";
}
.star-on-png:before {
    content: "\f005";
}
.star-off-png:before {
    content: "\f006";
}
.star-half-png:before {
    content: "\f123";
}
.thecomment .comment-text .penci-review-author span.date,
.thecomment .comment-text .penci-review-author span.author,
.thecomment .comment-text .penci-review-author span.author a {
    display: inline-block;
    margin: 0;
    text-transform: none;
}
.thecomment .comment-text .penci-review-author span.author {
    margin-right: 5px;
    font-size: 14px;
}
.thecomment .comment-text .penci-review-author span.author a {
    font-size: inherit;
}
.penci-review-summary .review_rated,
.penci-review-summary .pccm_rating_title {
    display: inline-block;
    margin: 0;
}
.penci-review-summary .review_rated {
    font-size: 7px;
    color: #ffb900;
    margin-right: 5px;
}
.pcgl-thumb-slider:not(.slick-initialized) {
    margin-left: -5px;
    margin-right: -5px;
}
.pcgl-thumb-slider .pcgl-thumb-item {
    padding: 0 5px;
    cursor: pointer;
}
.pcgl-thumb-slider:not(.slick-initialized) {
    white-space: nowrap;
    overflow: hidden;
}
.pcgl-thumb-slider:not(.slick-initialized) .pcgl-thumb-item {
    display: inline-block;
    height: 100%;
    min-height: 1px;
    width: calc(100% / 7);
    margin: 10px 0 0;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}
.pcgl-thumb-slider[data-cols="2"]:not(.slick-initialized) .pcgl-thumb-item {
    width: 50%;
}
.pcgl-thumb-slider[data-cols="4"]:not(.slick-initialized) .pcgl-thumb-item {
    width: 25%;
}
.pcgl-thumb-slider[data-cols="5"]:not(.slick-initialized) .pcgl-thumb-item {
    width: 20%;
}
.pcgl-thumb-slider[data-cols="6"]:not(.slick-initialized) .pcgl-thumb-item {
    width: calc(100% / 6);
}
.penci-slick-carousel.pcthumb-s-msl:not(.slick-initialized) figure:not(:first-child) {
    display: none;
}
.penci-slick-carousel.pcthumb-s-msl {
    padding: 15px 15px 0;
}
.penci-slick-carousel.pcthumb-s-msl figure {
    margin: 0 auto;
    vertical-align: top;
}
.elementor-widget-penci-image-gallery .penci-post-gallery-container,
.penci-image-gallery-thumbnail-slider {
    background: #111;
    overflow: hidden;
}
.elementor-widget-penci-image-gallery .penci-image-gallery-thumbnail-slider {
    background: transparent;
    padding: 0;
}
.pcgl-thumb-slider {
    padding: 10px 0;
    border-bottom: 1px solid #222;
}
.pcgl-thumb-slider .penci-image-holder {
    outline: solid 3px rgba(255, 255, 255, 0.5);
    outline-offset: -3px;
    min-height: 80px;
}
.pcgl-thumb-slider .slick-current .penci-image-holder {
    outline: solid 3px #fff;
}
.pcgl-thumb-slider .slick-track {
    margin-left: initial;
    margin-right: initial;
    position: static;
}
.penci-slick-carousel-top-nav {
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 10px;
    align-items: center;
}
.pcslick-title-area h5 {
    color: #fff;
    margin: 0;
}
.pcslick-nav button {
    padding: 0 5px;
    margin: 0;
    font-size: 16px;
    background: transparent;
    vertical-align: middle;
    line-height: 1;
}
.pcslick-nav-area {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.pcslick-nav {
    margin: 0 0 0 10px;
    line-height: 0;
}
.slider-num {
    font-size: 13px;
    font-weight: bold;
}
.elementor-widget-penci-image-gallery .penci-post-gallery-container.thumbnail-slider {
    margin-bottom: 0;
}
.grid-post-box-meta img.avatar,
.penci-grid li .item .author-url .avatar,
.penci-masonry .item-masonry a .author-url .avatar,
.author-url .avatar {
    vertical-align: middle;
    border-radius: var(--pcava_bdr);
    display: inline-block;
    width: 22px;
    height: auto;
    margin: 0;
}
.grid-post-box-meta .author-a-name,
.author-url .author-a-name {
    font-weight: inherit;
    margin-left: 5px;
}
#penci-header-bookmark a:hover {
    color: var(--pcaccent-cl);
}
.penci-font-changer {
    font-weight: bold;
    position: relative;
}
.penci-fchanger-pcontent {
    background: var(--pcbg-cl);
    border: 1px solid var(--pcborder-cl);
    border-radius: 2px;
    padding: 10px;
    position: relative;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 10px 15px -3px rgba(0,0,0,0.1);
}
.penci-fcpopup-ct-wrapper {
    position: absolute;
    top: 100%;
    width: 160px;
    transform: translateX(-50%);
    left: 50%;
    display: none;
    z-index: 99999;
    padding: 10px 0 0;
}
.penci-fchanger-pcontent:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent var(--pcbg-cl) transparent;
    top: -5px;
    left: 50%;
    right: 50%;
    margin-left: -2.5px;
    z-index: 5;
}
.penci-fchanger-pcontent:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent var(--pcborder-cl) transparent;
    top: -7px;
    left: 50%;
    right: 50%;
    margin-left: -4px;
    z-index: 4;
}
.penci-fchanger-pcontent .penci-font-changer-reset {
    color: var(--pctext-cl);
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin: 5px 0 0;
    cursor: pointer;
}
.standard-post-special_wrapper .penci-fchanger-pcontent:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    top: auto;
    bottom: -5px;
    left: 50%;
    right: 50%;
    margin-left: -2.5px;
}
.standard-post-special_wrapper .penci-fchanger-pcontent:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: transparent transparent var(--pcborder-cl) transparent;
    top: auto;
    bottom: -7px;
    left: 50%;
    right: 50%;
    margin-left: -4px;
    z-index: 4;
}
.penci-font-changer-popup.active .penci-fcpopup-ct-wrapper {
    display: block;
}
.standard-post-special_wrapper .penci-fcpopup-ct-wrapper {
    top: auto;
    bottom: 100%;
    padding: 0 0 10px;
}
.penci-font-changer-popup {
    position: relative;
    display: inline-block;
    text-align: center;
}
.header-standard .post-box-meta-single .penci-font-changer span {
    cursor: pointer;
    color: inherit;
    margin: 0 5px;
    display: inline-block;
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
    outline: 0;
}
.header-standard .post-box-meta-single .penci-font-changer span:focus {
    opacity: 1;
}
.header-standard .post-box-meta-single .penci-font-changer span:hover{
    color: var(--pcaccent-cl);
}
.header-standard .post-box-meta-single .penci-font-changer .pcf-changer-smaller {
    font-size: 12px;
}
.header-standard .post-box-meta-single .penci-font-changer .pcf-changer-larer {
    font-size: 16px;
}
.penci-header-wrap {
    position: relative;
}
.penci-header-wrap .pcscrollbar {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 5px;
    background-color: var(--pcaccent-cl);
    z-index: 999;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s,visibility 0.3s;
}
.penci-header-wrap .pcscrollbar.active {
    opacity: 1;
    visibility: visible;
}
.penci-header-wrap .pcscrollbar span {
    display: none;
}


.slider-container {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
}
.slider-container .back-bar {
    height: 10px;
    position: relative;
}
.slider-container .back-bar .selected-bar {
    position: absolute;
    height: 100%;
}
.slider-container .back-bar .pointer {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--pcmeta-cl);
    cursor: col-resize;
    opacity: 1;
    z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
    z-index: 3;
}
.slider-container .back-bar .pointer-label {
    position: absolute;
    top: -17px;
    font-size: 10px;
    white-space: nowrap;
    line-height: 1;
}
.penci-single-style-10 .slider-container .back-bar .pointer-label,
.standard-post-special_wrapper .slider-container .back-bar .pointer-label {
    color: #fff;
}
.slider-container .back-bar .focused {
    z-index: 10;
}
.slider-container .clickable-dummy {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slider-container .scale {
    top: 2px;
    position: relative;
}
.slider-container .scale span {
    position: absolute;
    height: 5px;
    border-left: 1px solid #999;
    font-size: 0;
}
.slider-container .scale ins {
    font-size: 9px;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 5px;
    color: #999;
    line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
    cursor: auto;
}
.penci-fs-slider .back-bar {
    height: 5px;
    border-radius: 2px;
    background-color: #eeeeee;
}
.pcdark-mode.pcdm-enable .penci-fs-slider .back-bar {
    background-color: #333;
}
.penci-fs-slider .back-bar .selected-bar {
    background-color: var(--pcaccent-cl);
}
.penci-fs-slider .back-bar .pointer {
    width: 14px;
    height: 14px;
    top: -5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: var(--pcaccent-cl);
}
.penci-fs-slider .scale ins,
.penci-fs-slider .back-bar .pointer-label {
    color: var(--pctext-cl)
}
.penci-fs-slider .back-bar .focused {
    color: var(--pcheading-cl);
}
.penci-fs-slider .scale span {
    border-left: 1px solid var(--pcborder-cl);
}


.post-author.abio-style-5 {
    padding: 30px;
    margin-top: 30px;
    border: 1px solid var(--pcborder-cl);
    border-bottom: none !important;
}

.post-author.abio-style-5 .bio-social {
    margin: 30px -35px -30px;
    padding: 20px 30px;
    border-top: 1px solid var(--pcborder-cl);
    clear: both;
}

.post-author.abio-style-5 .author-content:after {
    content: '';
    display: table;
    clear: both;
}

.post-author.abio-style-5 .bio-social > a {
    margin-left: 5px;
    margin-right: 5px;
    color: var(--pctext-cl);
}

.post-author.abio-style-5 .bio-social > a:hover {
    color: var(--pcaccent-cl);
}

.author-top-tabs {
    clear: both;
    margin: -30px -40px 30px;
    padding: 0;
    border-bottom: 1px solid var(--pcborder-cl);
}

.author-top-tabs ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.author-top-tabs ul li {
    width: 50%;
}

.author-top-tabs ul li a {
    display: block;
    padding: 20px 10px;
    text-align: center;
    position: relative;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
}

.author-top-tabs ul li:first-child {
    border-right: 1px solid var(--pcborder-cl);
}

.author-top-tabs ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: transparent;
    content: '';
    z-index: 9;
}

.author-top-tabs ul li a.active:before {
    background: var(--pcaccent-cl);
}
.post-related-author {
    border: 0;
    padding: 0;
}
.author-tab-content {
    display: none;
}
.author-tab-content.active {
    display: block;
}

.author-tab-content .penci-ilrelated-posts {
    margin: 0;
    padding: 0;
    border: 0;
}



@media only screen and (max-width: 767px) {
    .post-author.abio-style-5 .author-img{
        max-width: 70px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .post-author.abio-style-5 .author-content {
        text-align: center;
        margin: 15px auto 0;
    }
    .post-author.abio-style-5 .bio-social {
        text-align: center;
    }
}
.pccsi-svg,
.pccsi-img{
    vertical-align: middle !important;
    line-height: 100%;
    display: inline-block;
}
.pccsi-img img {
    max-width: 17px;
    height: auto;
}
.pccsi-svg svg path {
    transition: all 0.3s;
}
.pccsi-svg svg  {
    min-width: 17px;
    height: auto;
}

.header-social a:hover svg path,
.main-nav-social a:hover svg path{
    fill: var(--pcaccent-cl);
}
.pcsoccl-brandtext i.pccsi-svg svg path, 
.penci-social-textcolored a i.pccsi-svg svg path{
    fill: var(--pcaccent-cl);
}
