@charset "utf-8";
body {
    margin: 0;
    padding: 0;
}


button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.main-owl-carousel {
    display: block;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    --pcfs-delay: .5s;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: 0;
}

*,blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,html,input,label,li,ol,p,pre,td,th,ul {
    margin: 0;
    padding: 0;
}

input {
    background-color: transparent;
}

fieldset,img {
    border: 0;
}

li,ol,ul {
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: 400;
}

img {
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

a img {
    border: none;
}

iframe {
    border: none;
    max-width: none;
}

button,input[type=button],input[type=email],input[type=search],input[type=submit],input[type=text],textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}

p:empty:before {
    content: none;
}

body,html {
    -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: #888;
    --pcaccent-cl: #6eb48c;
    --pcbody-font: "PT Serif",serif;
    --pchead-font: "Raleway",sans-serif;
    --pchead-wei: bold;
    --pchd-mg: 30px;
    --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;
    --pcsnav-w: 270px;
}

input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    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;
}

input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus {
    outline: 0;
}

[type=button],[type=submit],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: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    cursor: pointer;
    text-transform: uppercase;
}

button[disabled],input[disabled] {
    opacity: .6 !important;
    cursor: default;
}

p {
    font-size: 14px;
    line-height: 28px;
}

a {
    text-decoration: none;
    color: var(--pcaccent-cl);
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    outline: 0;
    cursor: pointer;
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--pchead-font);
    font-style: normal;
    font-weight: var(--pchead-wei);
    line-height: 1.35;
}

.container {
    width: var(--pcctain);
    margin: 0 auto;
}

.container.main_sidebar:after,.container.main_sidebar:before {
    content: "";
    display: table;
    clear: both;
}

#main {
    width: 100%;
}

.container.main_sidebar #main{
    width: 70.94%;
    padding-right: 20px;
    float: left;
}

.main-sidebar-content {
    width: 29.06%;
    float: right;
}

.wrapper-boxed {
    overflow: hidden;
}

.top-search-classes {
    float: right;
    width: 20px;
    text-align: center;
    margin-right: 0;
}

#navigation .pcheader-icon.main-top-search {
    margin-right: 0;
}

#navigation .pcheader-icon {
    margin-right: 10px;
}

#navigation .pcheader-icon:first-child{
    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 .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #313131;
    background: 0 0;
}

.top-search-classes a.cart-contents>i,.top-search-classes>a>i {
    width: 20px;
}

#navigation {
    background: #fff;
    height: 60px;
    z-index: 9999;
    width: 100%;
    -webkit-backface-visibility: hidden;
    border-bottom: 1px solid #ececec;
    transition: box-shadow .3s;
    transition: all .3s;
    -webkit-transition: box-shadow .3s;
    -webkit-transition: all .3s;
    -moz-transition: box-shadow .3s;
    -moz-transition: all .3s;
}

#navigation.header-layout-bottom {
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    border-top: 1px solid #ececec;
}

#navigation .menu>ul>li,#navigation ul.menu>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 .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 .menu>li>a>i {
    font-size: 13px;
    margin-right: 5px;
}

#navigation .menu>ul>li>a:before,#navigation ul.menu>li>a:before {
    content: "";
    position: absolute;
    bottom: 18px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    left: 50%;
    height: 2px;
    width: 0;
    background: var(--pcaccent-cl);
}

#navigation .menu>ul>li:hover>a:before,#navigation .menu>ul>li>a:hover:before,#navigation ul.menu>li:hover>a:before,#navigation ul.menu>li>a:hover:before {
    left: 0;
    width: 100%;
}

#navigation .menu>li.current-menu-ancestor>a,#navigation .menu>li.current-menu-item>a,#navigation .menu>li.current_page_item>a,#navigation .menu>li:hover>a,#navigation .menu>li>a:hover {
    color: var(--pcaccent-cl);
}

#navigation .menu>ul>li>a>img,#navigation ul.menu>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 .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
}

#logo a {
    display: inline-block;
    vertical-align: top;
}


#navigation .menu>ul>li.menu-item-has-children>a:after,#navigation .menu>ul>li.main-mega-menu>a:after,#navigation ul.menu>li.menu-item-has-children>a:after,#navigation ul.menu>li.main-mega-menu>a:after {
    font-family: FontAwesome;
    content: "";
    margin-left: 5px;
    color: inherit;
    font-size: 13px;
    font-weight: 400;
    width: auto;
    display: inline-block;
    transform: scale(.8);
}


#sidebar-nav{
    position: fixed !important;
    top: 0;
    height: 100%;
    z-index: 99997;
    width: 270px;
    overflow-y: auto;
    padding: 30px 20px 20px;
    background: #fff;
    left: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -moz-transform: translateX(-270px);
}

#sidebar-nav {
    transform: translateX(calc(var(--pcsnav-w) * -1));
    -webkit-transform: translateX(calc(var(--pcsnav-w) * -1));
    -moz-transform: translateX(calc(var(--pcsnav-w) * -1));
}

@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;
}

#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;
}


#sidebar-nav .menu {
    margin: 0;
    list-style: none;
}

#sidebar-nav .menu li{
    display: block;
    border-bottom: 1px solid #dedede;
    padding: 0;
    margin-bottom: 0;
}

#sidebar-nav .menu ul>li:last-child,#sidebar-nav .menu>li:last-child {
    border-bottom: none;
}

#sidebar-nav .menu li a{
    font-size: 13px;
    font-weight: 400;
    font-weight: var(--pchead-wei);
    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);
}

#sidebar-nav .menu li.menu-item-has-children a {
    padding-right: 17px;
}

#sidebar-nav .menu li a:hover{
    color: var(--pcaccent-cl);
}

#sidebar-nav .menu li a>i{
    display: inline-block;
    margin-right: 5px;
}

#menu-close i {
    display: none;
    width: 24px;
    height: 24px;
    background-color: #fff;
    line-height: 24px;
    text-align: center;
    border-radius: 12px;
    font-size: 14px;
}

.pcheader-icon {
    float: right;
    width: 20px;
    text-align: center;
}

.pcheader-icon>a {
    height: 58px;
    font-size: 14px;
    line-height: 58px;
    color: #313131;
    cursor: pointer;
    display: flex;
    align-items: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.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-search-form input.search-input {
    padding: 15px 35px 15px 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .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: 0 0;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 13px;
}

.show-search form.pc-search-form i {
    display: none;
}

.show-search a.close-search {
    position: absolute;
    width: 20px;
    height: 60px;
    right: 0;
    top: 0;
    z-index: 5;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    cursor: pointer;
    color: #313131;
    display: flex
;
    align-items: center;
}

.show-search a.close-search i {
    font-size: 70%;
}

form.pc-search-form .search-submit {
    display: none;
}

.widget.widget_search form.pc-search-form .search-submit {
    display: none;
}

.button-menu-mobile i,.main-nav-social a i,.pcheader-icon a i {
    line-height: inherit;
    vertical-align: top;
}

#header {
    margin-bottom: var(--pchd-mg);
    position: relative;
}

#header .inner-header {
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
}

#header .inner-header .container {
    padding: 40px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#logo {
    text-align: center;
}


.main-owl-carousel .main-owl-nav .owl-next i,.main-owl-carousel .main-owl-nav .owl-prev i,.main-slick-carousel .slick-arrow i {
    line-height: inherit;
}

.swiper-slide .main-image-holder,.swiper-slide a.main-image-holder {
    display: block;
}


.main-image-holder img {
    width: 100% !important;
    object-fit: cover;
    aspect-ratio: 4 / 2.25;
}



.main-owl-carousel {
    display: block;
    overflow: hidden;
}

.main-owl-carousel:after,.main-owl-carousel:before {
    content: "";
    clear: both;
    display: table;
}

.main-border-arrow {
    position: relative;
    line-height: 1.3;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.main-border-arrow .inner-arrow {
    background: #79a6a3;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding: 8px 12px 7px;
    z-index: 3;
    font-size: 20px;
    color: #fff;
}

.main-border-arrow .inner-arrow a {
    text-decoration: none !important;
    font-size: inherit;
    font-weight: inherit;
    color: inherit !important;
}

.main-border-arrow:after,.main-border-arrow:before {
    content: "";
    position: absolute;
}

.main-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;
}

.main-border-arrow:after {
    border: 1px solid #313131;
    left: -5px;
    right: -5px;
    bottom: 3px;
    display: block;
    z-index: 1;
    height: 100%;
}

.grid-post-box-meta i{
    margin-right: 5px;
}


ul.main-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0;
    --pcrgap: 30px;
    column-gap: var(--pcrgap);
    padding: 0 !important;
    margin: 0;
}

@media only screen and (min-width: 768px) {
    ul.main-grid[data-layout="boxed-2"] {
        row-gap:var(--pcrgap);
    }
}

.main-grid>li {
    width: calc(( 100% - var(--pcrgap) * 2 ) / 3);
    margin-bottom: 51px;
    list-style: none !important;
}

.main-grid li .item>.thumbnail,.main-masonry .item-masonry>.thumbnail {
    display: inline-block;
}

.grid-mixed .thumbnail:hover,.main-grid li .item>.thumbnail:hover,.main-masonry .item-masonry>.thumbnail:hover {
    opacity: .85;
}

.main-grid li .item img,.main-masonry .item-masonry a img {
    width: 100%;
    height: auto;
    vertical-align: top;
    margin: 0;
}

.main-grid li .item .cat,.main-masonry .item-masonry .cat {
    color: var(--pcaccent-cl);
    display: block;
    margin-bottom: 8px;
}

.main-masonry .item-masonry .grid-post-box-meta .cat,.main-grid li .item .grid-post-box-meta .cat {
    display: inline-block;
    margin-bottom: 0;
}

.main-masonry .item-masonry .grid-post-box-meta .cat > a.main-cat-name,.main-grid li .item .grid-post-box-meta .cat > a.main-cat-name {
    margin-bottom: 0;
    line-height: inherit;
    font-size: inherit;
}

.main_grid_title a,.main-grid li .item h2 a,.main-masonry .item-masonry h2 a {
    font-size: 18px;
    color: var(--pcheading-cl);
    text-transform: uppercase;
    transition: .3s;
}

.main_grid_title a:hover,.main-grid li .item h2 a:hover,.main-masonry .item-masonry h2 a:hover {
    color: #888;
}

.main-grid li .item p,.main-masonry .item-masonry p {
    margin-bottom: 0;
}

.main-grid .mixed-detail .item-content,.main-grid li .item .item-content,.main-masonry .item-masonry .item-content {
    margin-top: 18px;
    text-align: left;
}



.cat>a.main-cat-name {
    font-size: 13px;
    color: var(--pcaccent-cl);
    line-height: 1.2;
    margin: 0 15px 0 0;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
    background: 0 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    text-decoration: none;
}

.cat>a.main-cat-name:after {
    content: "";
    display: inline-block;
    border: 1px solid;
    font-size: 12px;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 3px;
    height: 3px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-sizing: unset;
    -webkit-box-sizing: unset;
    opacity: .65;
}

.cat>a.main-cat-name:first-child {
    margin-left: 0;
}

.cat>a.main-cat-name:last-child {
    margin-right: 0;
    padding: 0;
}

.cat>a.main-cat-name:last-child:after {
    content: none;
    display: none;
}

.main-grid li.list-post {
    width: 100% !important;
    margin-right: 0 !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.main-grid li.list-post .item {
    width: 100%;
}

.main-grid li.list-post:last-child {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: none;
}

.main-grid li.list-post .item>.thumbnail {
    margin: 0;
    width: 46.25%;
    float: left;
    max-width: 100%;
}

.main-grid li.list-post .item .content-list-right {
    margin: 0;
    padding-left: 30px;
    width: 53.75%;
    float: left;
}

.list-post .header-list-style {
    position: relative;
    padding-bottom: 17px;
}

.list-post .header-list-style:after {
    content: "";
    width: 60px;
    height: 1px;
    background: var(--pcaccent-cl);
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
}

.main-grid .list-post.list-boxed-post {
    position: relative;
    padding-bottom: 0;
    border: 1px solid #dedede !important;
    margin-bottom: 30px;
}

.list-post.list-boxed-post .header-list-style:after,.main-layout-boxed-1 .list-boxed-post .header-list-style:after,.main-layout-classic-boxed-1 .list-boxed-post .header-list-style:after,.main-layout-standard-boxed-1 .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:not(.cat) {
    color: #888;
}

.grid-post-box-meta a,.grid-post-box-meta span {
    font-size: inherit;
}

.grid-post-box-meta span:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #dedede;
    background: 0 0 !important;
    margin: 0 8px 0 10px;
    border-right: 1px solid;
    opacity: .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:hover,.grid-post-box-meta span a:hover {
    color: var(--pcaccent-cl);
}

.main-grid .list-post.list-boxed-post .item>.thumbnail {
    width: 50%;
    max-width: none;
    position: relative;
    float: none;
}

.main-grid .list-post.list-boxed-post .item>.content-list-right {
    float: right;
}

.main-grid li.list-boxed-post:nth-of-type(2n+2) .item>.content-list-right {
    float: left;
}

.main-grid .list-post.list-boxed-post:nth-of-type(2n+2) .item>.thumbnail:before {
    border-right: none;
    border-left: 20px solid #fff;
    right: auto;
    left: 0;
}

.main-grid .list-post.list-boxed-post .item .content-list-right {
    display: table;
    width: 50%;
}

.list-boxed-post .inner-content-list-right {
    vertical-align: middle;
    display: table-cell;
}

.main_sidebar .main-grid .list-post.list-boxed-post .item .content-list-right {
    padding: 13px 20px;
    min-height: 0;
    height: auto;
}

.main-home-popular-posts {
    padding: 25px 0 0;
    border: none;
    border-top: 1px solid #dedede;
    position: relative;
    margin-bottom: 30px;
}

.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: 24px;
    color: inherit;
    padding: 0 18px;
    line-height: 1;
    display: inline-block;
    background: #fff;
    text-decoration: none !important;
}

.item-related img {
    width: 100%;
    height: auto;
}

.item-related .item-related-inner>a {
    width: 100%;
    position: relative;
}

.item-related .item-related-inner>a:hover {
    opacity: .85;
}

.item-related h3 a {
    font-size: 14px;
    color: #313131;
    line-height: 1.4;
}

.item-related h3 a:hover {
    color: var(--pcaccent-cl);
}

.item-related span.date {
    color: #888;
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
}

#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 {
    text-align: center;
    padding: 20px 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;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background-color: #E7926CFF;
    color: #fff;
    z-index: 99999;
    text-align: center;
    transform: translate3d(0,80px,0);
    -webkit-transform: translate3d(0,80px,0);
    -webkit-transition: transform .5s cubic-bezier(.55,0,.05,1.1) 0s,opacity .3s;
    transition: transform .5s cubic-bezier(.55,0,.05,1.1) 0s,opacity .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    opacity: .85;
}

.back-to-top i {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}



#widget-area {
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    background: #fff;
    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:after,#widget-area>.container:before {
    content: "";
    display: table;
    clear: both;
}

.footer-widget-wrapper {
    width: 31%;
    margin-right: 3.5%;
    float: left;
}

#widget-area .footer-widget-wrapper.last {
    margin-right: 0;
}

.footer-widget-wrapper>.widget:last-child {
    margin-bottom: 0 !important;
}

.widget input {
    font-weight: 400;
}

.main-button,.widget button[type=submit],.widget input[type=submit] {
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
}

.main-sidebar-content .widget {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 60px;
    clear: both;
}

.main-sidebar-content img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.main-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: 0 0;
}




.widget ol,.widget ul {
    list-style: none;
}

.widget ol ol,.widget ul ul {
    padding-top: 11px;
    margin-top: 12px;
    border-top: 1px solid var(--pcborder-cl);
    padding-left: 20px;
}

.widget ol li,.widget ul li {
    margin-bottom: 11px;
    padding-bottom: 12px;
    /*border-bottom: 1px solid var(--pcborder-cl);*/
    font-size: 14px;
    color: #888;
}

.widget ol>li:last-child,.widget ul>li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget a {
    color: var(--pctext-cl);
}

.widget a:hover {
    color: var(--pcaccent-cl);
    text-decoration: underline;
}

form.pc-search-form {
    position: relative;
}

form.pc-search-form input.search-input {
    border: 1px solid #e9e9e9;
    background: 0 0;
    padding: 12px 40px 12px 20px;
    color: #313131;
    font-size: 13px;
    font-family: var(--pcbody-font);
    font-weight: 400;
    width: 100%;
}

form.pc-search-form i {
    position: absolute;
    color: var(--pctext-cl);
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 20px;
    z-index: 1;
    font-size: 15px;
    opacity: .9;
}

.main-sidebar-content .widget form.pc-search-form input.search-input,.widget form.pc-search-form input.search-input {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    margin-bottom: 0;
}

.widget ul.side-newsfeed li {
    list-style-type: none;
    margin-bottom: 20px;
    padding-bottom: 0;
    margin-left: 0;
    position: relative;
    width: 49%;
}

.main_recent-posts-sc ul.side-newsfeed li:last-child,.main_recent-posts-sc ul.side-newsfeed.main-feed-2columns li:nth-last-child(2),.widget ul.side-newsfeed li:last-child,.widget ul.side-newsfeed.main-feed-2columns li:nth-last-child(2) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.main_recent-posts-sc ul.side-newsfeed li .side-item,.widget ul.side-newsfeed li .side-item {
    overflow: hidden;
    position: relative;
}

.main_recent-posts-sc ul.side-newsfeed li .side-item .side-image,.widget ul.side-newsfeed li .side-item .side-image {
    position: relative;
    width: 100%;
    margin: 0 0 16px 0;
    float: none !important;
}

.main_recent-posts-sc ul.main-feed-2columns li .side-item .side-image,.main_recent-posts-sc ul.main-feed-2columns li .side-item .side-image.thumbnail-right,.widget ul.main-feed-2columns li .side-item .side-image,.widget ul.main-feed-2columns li .side-item .side-image.thumbnail-right {
    width: 100%;
    margin: 0 0 16px 0;
    float: none !important;
}

.main_recent-posts-sc ul.side-newsfeed li .side-item .side-image a,.widget ul.side-newsfeed li .side-item .side-image a {
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
}

.main_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: .8;
}

.main_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;
}

.main_recent-posts-sc ul.main-feed-2columns li .side-item .side-image .small-fix-size,.widget ul.main-feed-2columns li .side-item .side-image .small-fix-size {
    width: 100%;
}

.main_recent-posts-sc ul.side-newsfeed li .side-item .side-item-text,.widget ul.side-newsfeed li .side-item .side-item-text {
    overflow: hidden;
}

.main_recent-posts-sc ul.main-feed-2columns li .side-item .side-item-text,.widget ul.main-feed-2columns li .side-item .side-item-text {
    display: block;
}

.main_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;
}

.main_recent-posts-sc ul.main-feed-2columns li .side-item .side-item-text h4 a,.widget ul.main-feed-2columns li .side-item .side-item-text h4 a {
    font-size: 14px;
    margin-bottom: 2px;
}

.main_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;
}

.main_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: #888;
    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.main-side-item-meta {
    margin-top: 5px;
    line-height: 1.2;
}

.main_recent-posts-sc ul.side-newsfeed li.featured-news,.widget ul.side-newsfeed li.featured-news {
    width: 100% !important;
    margin-right: 0;
}

.main_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;
}

.main_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;
}

.main_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;
}





.footer-widget-wrapper .widget {
    margin-bottom: 30px;
}

.footer-widget-wrapper .widget .widget-title {
    color: #313131;
    margin: 0 0 10px;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    position: relative;
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
    background: 0 0;
}

.footer-widget-wrapper .widget .widget-title .inner-arrow {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0 0 10px;
    background: 0 0;
    border-bottom: 3px solid #e0e0e0;
    text-align: center;
}

.footer-widget-wrapper .widget .widget-title:after,.footer-widget-wrapper .widget .widget-title:before {
    content: none;
}


@media only screen and (min-width: 961px) and (max-width:1169px) {
    body {
        --pcctain:940px;
    }

    #navigation .menu>ul>li,#navigation ul.menu>li {
        margin-right: 16px;
    }

    .main-mag-featured-content h3 a {
        font-size: 14px;
    }


    .main_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;
    }
}

@media only screen and (min-width: 961px) {
    #navigation .menu {
        display:inline-block !important;
    }
}

@media only screen and (max-width: 960px) {

    #navigation.header-4 .container .pcheader-icon,#navigation.header-5 .container .pcheader-icon,#navigation.header-6 .container .pcheader-icon {
        margin-left: 15px;
    }

    #navigation .button-menu-mobile {
        display: inline-block;
    }

    #navigation .menu {
        display: none !important;
    }

    .container.main_sidebar #main {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0 !important;
        float: none !important;
    }

    .main-sidebar-content {
        position: static !important;
        margin-left: 0 !important;
        top: auto !important;
        float: none !important;
        width: 100% !important;
    }

    .footer-widget-wrapper {
        width: 100% !important;
        margin: 0 0 30px 0 !important;
        float: none;
    }

    .footer-widget-wrapper.last {
        margin-bottom: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:960px) {
    body {
        --pcctain:726px;
    }

    .container{
        width: var(--pcctain);
        max-width: calc(100% - 60px);
    }

    #logo img {
        max-width: 600px;
        height: auto;
    }

    .main-grid .list-post.list-boxed-post .item .content-list-right {
        display: inline-block;
        padding: 20px 20px 20px 30px;
        min-height: 0;
        height: auto;
    }

    .list-boxed-post .inner-content-list-right {
        vertical-align: top;
        display: block;
    }

    .container.main_sidebar .main-grid>li,.main-grid>li,.main-grid>li.grid-2-style {
        width: calc(( 100% - var(--pcrgap) ) / 2);
    }
}

@media only screen and (max-width: 767px) {
    .container{
        width:100%;
    }



    .main-home-popular-posts {
        padding: 30px 0 0 0;
        border: none;
    }

    #logo img {
        max-width: 100%;
        height: auto;
    }

    .container.main_sidebar .main-grid>li {
        width: 100% !important;
        margin: 0 0 40px !important;
    }


    .main-grid .list-post.list-boxed-post .item>.thumbnail:before {
        content: none;
        display: none;
    }

    .main-grid li {
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }

    .main-grid .list-post.list-boxed-post .item .content-list-right {
        padding: 30px;
    }

    .main-grid li.list-post .item>.thumbnail {
        margin-bottom: 30px;
    }

    .main-grid .list-post.list-boxed-post .item>.thumbnail {
        margin-bottom: 0;
        width: 100%;
    }

    .content-list-right{
        width: 100%!important;
        padding-left: 0 !important;
    }

    .main-grid li .item>.thumbnail,.main-masonry .item-masonry>.thumbnail {
        width: 100%!important;
    }

    .list-boxed-post .inner-content-list-right {
        display: block;
    }
}

@media only screen and (min-width: 480px) and (max-width:767px) {
    body {
        --pcctain:480px;
    }

    .container{
        width: 100%;
    }

    #logo img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 479px) {
    #footer-section>.container,#widget-area>.container,.main-page-header-wrap .main-page-header-inner.container,.main-post-image-wrapper>.container,.wrapper-boxed>.container {
        padding-left:20px;
        padding-right: 20px;
    }

    #header .inner-header {
        height: auto;
    }

    #navigation,.inner-header {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-grid .list-post.list-boxed-post .item .content-list-right {
        padding: 30px 15px !important;
        clear: both;
    }


    .cat>a.main-cat-name,.main-grid li .item .cat a,.main-masonry .item-masonry .cat a {
        font-size: 11px;
    }

    .home-pupular-posts-title {
        font-size: 16px;
    }

    #footer-copyright * {
        font-size: 12px;
    }

    .archive-box h1,.archive-box span,.author-content h5,.author-content h5 a,.item-related h3 a,.post-box-title,.thecomment .comment-text span.author,.thecomment .comment-text span.author a {
        font-size: 16px;
    }

    #sidebar-nav {
        width: var(--pcsnav-w);
        transform: translateX(calc(var(--pcsnav-w) * -1));
        -webkit-transform: translateX(calc(var(--pcsnav-w) * -1));
        -moz-transform: translateX(calc(var(--pcsnav-w) * -1));
    }
}

@media screen and (max-width: 600px) {
    #menu-close {
        z-index:9999999;
    }

    #menu-close i {
        display: inline-block;
    }
}

body {
    --pc-loader-2: var(--pcaccent-cl);
}

.widget {
    position: relative;
}

.main-header-wrap {
    position: relative;
    z-index: 999;
}

.entry-content ::selection {
    background-color: var(--pcheading-cl);
    color: #fff;
}

ul.pc-advanced-cat li {
    position: relative;
}

.widget ul.side-newsfeed {
    --oboxsize: 30px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

:root {
    --swiper-theme-color: #007aff;
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media screen and (max-width: 768px) {
    .swiper-wrapper {
        display: block!important;
    }
}


.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper {
    transform: translate3d(0px,0,0);
}

.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

:root {
    --swiper-navigation-size: 44px;
}

body {
    --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;
    --pcava_bdr: 10px;
    --pcajs_fvw: 470px;
    --pcajs_fvmw: 220px;
}

body {
    --pcctain: 1300px
}

@media only screen and (min-width: 1170px) and (max-width: 1300px) {
    body {
        --pcctain: calc( 100% - 40px );
    }
}

body {
    --pchead-font: 'Montserrat', sans-serif;
}

body {
    --pcbody-font: 'Open Sans', sans-serif;
}

p {
    line-height: 1.8;
}

body, .widget ul li a {
    font-size: 16px;
}

.widget ul li, .widget ol li, .post-entry, p, .post-entry p {
    font-size: 16px;
    line-height: 1.8;
}

body {
    --pchead-wei: 600;
}

#header .inner-header .container {
    padding: 10px 0;
}

body {
    color: #424b54;
}

#header .inner-header {
    background-color: #ffffff;
    background-image: none;
}



.navigation ul.menu > li > a:before, .navigation .menu > ul > li > a:before, #navigation ul.menu > li > a:before, #navigation .menu > ul > li > a:before {
    background: #ffffff;
}

#navigation ul.menu > li > a, #navigation .menu > ul > li > a {
    font-size: 14px;
}

#sidebar-nav-logo:before {
    background-color: #ffab91;
}

.main-owl-carousel {
    --pcfs-delay: 0.9s;
}

.header-standard h2, .header-standard .post-title, .header-standard h2 a {
    text-transform: none;
}

.main-standard-cat .cat > a.main-cat-name {
    color: #ffab91;
}

.main-standard-cat .cat:before, .main-standard-cat .cat:after {
    background-color: #ffab91;
}


.main-grid .cat a.main-cat-name, .main-masonry .cat a.main-cat-name {
    color: #ffab91;
}

.main-grid .cat a.main-cat-name:after, .main-masonry .cat a.main-cat-name:after {
    border-color: #ffab91;
}

.grid-post-box-meta span a:hover{
    color: #ffab91;
}

.main-grid .post-box-meta span:after, .main-masonry .post-box-meta span:after {
    border-color: #ffab91;
}



@media only screen and (min-width: 961px) {
    .main-sidebar-content {
        width: 27%;
    }
}

.main-sidebar-content .widget {
    margin-bottom: 20px;
}

.main-sidebar-content .main-border-arrow:before {
    border-top-color: #79a6a3;
}

.main-sidebar-content .main-border-arrow:after {
    border-color: #c7d7ca;
}

.main-sidebar-content .main-border-arrow:after {
    content: none;
    display: none;
}

.main-sidebar-content .widget-title {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.main-sidebar-content .main-border-arrow:before {
    bottom: -6px;
    border-width: 6px;
    margin-left: -6px;
}

.main-sidebar-content .main-border-arrow:before {
    content: none;
    display: none;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 a:hover, .widget a:hover, .main-sidebar-content .widget-social a:hover span, .widget-social a:hover span, .main-tweets-widget-content .icon-tweets, .main-tweets-widget-content .tweet-intents a, .main-tweets-widget-content .tweet-intents span:after, .widget-social.remove-circle a:hover i , #wp-calendar tbody td a:hover, .main-video_playlist .main-video-playlist-item .main-video-title:hover, .widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta a:hover {
    color: #79a6a3;
}

#footer-copyright * {
    font-style: normal;
}


#widget-area {
    background-color: #424b54;
}

#widget-area {
    border-color: #ffffff;
}

.footer-widget-wrapper, .footer-widget-wrapper .widget.widget_categories ul li, .footer-widget-wrapper .widget.widget_archive ul li, .footer-widget-wrapper .widget input[type="text"], .footer-widget-wrapper .widget input[type="email"], .footer-widget-wrapper .widget input[type="date"], .footer-widget-wrapper .widget input[type="number"], .footer-widget-wrapper .widget input[type="search"] {
    color: #ffffff;
}

.footer-widget-wrapper .widget ul li, .footer-widget-wrapper .widget ul ul, .footer-widget-wrapper .widget input[type="text"], .footer-widget-wrapper .widget input[type="email"], .footer-widget-wrapper .widget input[type="date"], .footer-widget-wrapper .widget input[type="number"], .footer-widget-wrapper .widget input[type="search"] {
    border-color: #ffffff;
}

.footer-widget-wrapper .widget .widget-title {
    color: #d9e3da;
}

.footer-widget-wrapper .widget .widget-title .inner-arrow {
    border-color: #d9e3da;
}

.footer-widget-wrapper .widget .widget-title .inner-arrow {
    border-bottom-width: 1px;
}

.footer-widget-wrapper a, .footer-widget-wrapper .widget ul.side-newsfeed li .side-item .side-item-text h4 a, .footer-widget-wrapper .widget a, .footer-widget-wrapper .widget-social a i, .footer-widget-wrapper .widget-social a span, .footer-widget-wrapper .widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta a {
    color: #ffffff;
}

.footer-widget-wrapper .widget-social a:hover i {
    color: #fff;
}

.footer-widget-wrapper .main-tweets-widget-content .icon-tweets, .footer-widget-wrapper .main-tweets-widget-content .tweet-intents a, .footer-widget-wrapper .main-tweets-widget-content .tweet-intents span:after, .footer-widget-wrapper .widget ul.side-newsfeed li .side-item .side-item-text h4 a:hover, .footer-widget-wrapper .widget a:hover, .footer-widget-wrapper .widget-social a:hover span, .footer-widget-wrapper a:hover, .footer-widget-wrapper .widget-social.remove-circle a:hover i, .footer-widget-wrapper .widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta a:hover {
    color: #ffab91;
}

.footer-widget-wrapper .widget .tagcloud a:hover, .footer-widget-wrapper .widget-social a:hover i, .footer-widget-wrapper .mc4wp-form input[type="submit"]:hover, .footer-widget-wrapper .widget input[type="submit"]:hover,.footer-widget-wrapper .main-user-logged-in .main-user-action-links a:hover, .footer-widget-wrapper .widget button[type="submit"]:hover {
    color: #fff;
    background-color: #ffab91;
    border-color: #ffab91;
}


#footer-section {
    background-color: #ffffff;
}

#footer-section .footer-menu li a {
    color: #ffffff;
}

#footer-section .footer-menu li a:hover {
    color: #ffab91;
}

#footer-section .go-to-top:hover span, #footer-section .go-to-top:hover i {
    color: #ffab91;
}

#footer-section a {
    color: #ffab91;
}


#respond h3.comment-reply-title span:before, #respond h3.comment-reply-title span:after, .post-box-title:before, .post-box-title:after {
    content: none;
    display: none;
}

.main-home-popular-post .item-related h3 a:hover {
    color: #81a4b1;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
    font-size: 14px
}

.cat > a.main-cat-name {
    font-size: 12px
}



html {
    scroll-behavior: smooth;
}

body {
    --pcdm_btnbg: rgba(0, 0, 0, .1);
    --pcdm_btnd: #666;
    --pcdm_btndbg: #fff;
    --pcdm_btnn: var(--pctext-cl);
    --pcdm_btnnbg: var(--pcbg-cl);
}

.item-content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-title-post a{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.search-btn{
    width:20px;
    height:20px;
}

.open-sidebar-nav #sidebar-nav {
    left: 270px;
}

@media only screen and (max-width: 479px) {
    .open-sidebar-nav #sidebar-nav {
        left: var(--pcsnav-w);
    }
}

#menu-close{
    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 .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}

#menu-close, #sidebar-nav{
    z-index: 9999999;
}

.open-sidebar-nav #menu-close {
    left: 270px;
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 479px) {
    .open-sidebar-nav #menu-close {
        left: var(--pcsnav-w);
    }
}

.justify-between{
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    position: relative;
}


.mb-logo img{
    max-width:200px;
    width:100%;
}

@media screen and (min-width: 961px) {
    .mb-logo{
        display:none!important;
    }
}

@media screen and (max-width: 961px) {
    .inner-header{
        display:none!important;
    }
}


.back-to-top.show-up {
    transform: translate3d(0, 0, 0);
}


.archive-box {
    background: 0 0;
    margin: 0 0 30px 0;
    position: relative;
    text-align: center;
}

.archive-box .title-bar {
    position: relative;
    display: flex;
    justify-content: center;
}

.archive-box h1, .archive-box span {
    color: #313131;
    font-family: var(--pchead-font);
    font-weight: var(--pchead-wei);
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2em;
    position: relative;
    z-index: 10;
}

.archive-box h1{
    color: #e7926c;
}

.post-image img{
    max-width: 450px;
    width: 100%;
    margin: .5rem 0;
}

.post-title{
    font-size: 30px;
    margin-bottom: .7rem;
}

.post-date{
    font-size: 12px;
    margin-bottom: .8rem;
}

.post-entry p,.post-entry li{
    margin-bottom: 1rem;
}

.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 span {
    margin: 0;
    display: inline-block;
    color: #888;
}

.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: none;
    line-height: 1.4;
}

.post-pagination .next-post {
    float: right;
    text-align: right;
    width: 50%;
}

.post-pagination a{
    color: #313131;
}

.post-related {
    overflow: hidden;
    margin: 0;
    text-align: center;
    padding: 36px 0 36px;
    border-top: 1px solid #dedede;
}

.post-title-box {
    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;
}

@media screen and (min-width: 768px) {
    .related-list{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media screen and (max-width: 768px) and (min-width: 468px) {
    .related-list{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.related-content h3{
    text-align: center;
    margin-top: 1rem;
}

.related-content .date{
    text-align: center;
    margin-bottom: 1rem;
}

#sidebar-nav-logo img{
    width:100%;
    max-width:200px;
}

.top-list{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}


.grid-title a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}