

.home-vip-mod .vip-cell a.primary {
    display: inline-block;
    min-width: 56%;
    margin: 0 auto 20px;
    padding: 6px 12px;
    border-radius: 5px;
    background: #ffa93a;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.home-vip-mod .vip-cell a.primary:hover {
    opacity: 0.8;
}

.home-vip-mod .vip-cell .tehui {
    position: absolute;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #FF5722;
    border: 1px solid #eee;
}

.home-vip-mod .vip-text {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border: 0
}

.home-vip-mod .vip-text h4 {
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0;
    letter-spacing: 3px;
}

.home-vip-mod .vip-text p {
    padding-right: 15px;
    padding-left: 0;
    text-align: left;
}

.module.parallax {
    display: flex;
    min-height: 300px;
    position: relative;
    text-align: center;
}

.module.parallax img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.module.parallax .container {
    margin: auto;
    padding-bottom: 30px;
    padding-top: 30px;
}

.module.parallax .entry-title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
}

.module.parallax .button,.module.parallax input[type="submit"],.module.parallax button[type="submit"],.module.parallax .navigation .nav-previous a,.module.parallax .navigation .nav-next a {
    margin: 30px 5px 0;
    position: relative;
    z-index: 60;
    background-color: #34495e;
}

@media (max-width: 767px) {
    .module.parallax {
        min-height:250px;
    }

    .module.parallax .entry-title {
        font-size: 20px;
    }

    .module.parallax .button,.module.parallax input[type="submit"],.module.parallax button[type="submit"],.module.parallax .navigation .nav-previous a,.module.parallax .navigation .nav-next a {
        width: 100%;
    }

    .module.parallax .button+.button,.module.parallax input[type="submit"]+input[type="submit"],.module.parallax button[type="submit"]+button[type="submit"],.module.parallax .navigation .nav-previous a+.navigation .nav-previous a,.module.parallax .navigation .nav-next a+.navigation .nav-next a {
        margin-top: 10px;
    }
}

.slider.big {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 34px 20px -24px rgba(0,36,100,0.3);
    -webkit-box-shadow: 0 34px 20px -24px rgba(0,36,100,0.3);
}

.slider.big.diy {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
}

.module.slider.diy .post {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider.big.diy .slider-title {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #FFF;
    letter-spacing: 1px;
}

.slider.big.diy .slider-desc {
    margin: 15px 0 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    letter-spacing: 0.3px;
}

.module.slider .post {
    background-position: center;
    background-size: cover;
    height: 400px;
    position: relative;
}

.module.slider .post:before {
    background-color: #1f2b38;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 1s cubic-bezier(0.77,0,0.175,1);
}

.module.slider .post.lazyloaded:before {
    opacity: 0;
}

.module.slider .entry-wrapper {
    bottom: 0;
    left: 0;
    max-width: 300px;
    padding: 60px 20px 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.5s cubic-bezier(0.77,0,0.175,1);
}

.module.slider .entry-wrapper:before {
    background-color: #1f2b38;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
}

.module.slider .entry-wrapper>* {
    position: relative;
}

.module.slider .entry-excerpt {
    color: #fff;
    margin-top: 30px;
    -webkit-line-clamp: 5;
}

.module.slider .entry-footer a {
    color: #34495e;
}

.module.slider.owl .owl-prev,.module.slider.owl .owl-next {
    bottom: 30px;
    right: auto;
    top: auto;
}

.module.slider.owl .owl-prev {
    left: 45px;
}

.module.slider.owl .owl-next {
    left: 78px;
}

.module.slider.owl .owl-dots {
}

.module.slider.center .owl-item:not(.center) .entry-wrapper {
    opacity: 0;
}

.module.slider.thumbnail .entry-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    padding: 30px;
    text-align: center;
}

.module.slider.thumbnail .entry-wrapper:before {
    opacity: .4;
}

.module.slider.thumbnail .entry-wrapper>* {
    max-width: 500px;
}

.module.slider.thumbnail .entry-header .entry-meta {
    justify-content: center;
}

.module.slider.thumbnail.owl .owl-dots {
    bottom: -25px;
}

.module.slider.thumbnail.owl .owl-dot {
    border: 3px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin: 0 3px;
    overflow: hidden;
    width: 50px;
}

.module.slider.thumbnail.owl .owl-dot.active {
    border-color: var(--primary-color);
}

.module.slider.big.diy .owl-dots {
}

.module.slider.big.diy .owl-dots .owl-dot {
}

.module.slider.big.diy .owl-dots .owl-dot.active {
}

@media (max-width: 768px) {
    .module.slider.thumbnail .entry-header .entry-title {
        font-size:30px;
    }

    .module.slider .post {
        height: 320px;
    }

    .module.slider .entry-wrapper {
        max-width: none;
    }

    .module.slider .entry-header .entry-meta {
        /* justify-content: center; */
    }

    .module.slider.owl .owl-dots {
        bottom: 10px;
    }

    .module.slider.diy .post {
        height: 160px;
    }

    .slider.big.diy .slider-title {
        font-size: 18px;
        letter-spacing: 0;
    }

    .slider.big.diy .slider-desc {
        font-size: 14px;
        letter-spacing: 0;
        margin: 8px 0 0;
    }
}

@media (max-width: 991px) {
    .module.slider.center .entry-wrapper {
        max-width:none;
    }
}

.module.image {
    position: relative;
}

.module.image .caption {
    margin-top: 15px;
    text-align: center;
}

/* category-box */
.category-box {
    position: relative;
}

.category-box:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-box .entry-thumbnails {
    background-color: #f4f4f4;
    border-radius: 2px;
    display: flex;
    height: 180px;
    overflow: hidden;
}

.category-box .thumbnail {
    position: relative;
}

.category-box .thumbnail img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.category-box .big {
    margin-right: 4px;
    width: 70%;
}

.category-box .small {
    flex-direction: column;
    height: 100%;
    width: 30%;
}

.category-box .small .thumbnail {
    height: 50%;
}

.category-box .small .thumbnail:first-child {
    margin-bottom: 4px;
}

.category-box .small .thumbnail:last-child {
    margin-top: 4px;
}

.category-box .small span {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 20px;
    font-weight: 900;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    background-color: rgba(33, 40, 53, 0.8);
}

.category-box .entry-title {
    z-index: 1;
    align-items: center;
    display: flex;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    width: 100%;
    position: relative;
    color: #fff;
    font-weight: 600;
    background: rgba(33, 40, 53, 0.5);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.category-box .entry-title:after {
    content: "";
    background: #ffffff;
    width: 40px;
    height: 2px;
    bottom: 70px;
    position: absolute;
}

/* category-box2 */
.entry-thumbnails-17codesign {
    background: #fff;
    margin: 0;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #d7ebff;
    box-shadow: 0 4px 12px 0 rgba(52, 73, 94, 0.1);
    margin: 10px 0;
}

.entry-thumbnails-17codesign:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 24px;
    top: 20px;
    left: 0;
    background: linear-gradient(to right,#FF9800,#FFC107);
    box-shadow: 8px 0px 12px 0 rgba(255, 152, 0, 0.3);
    border-radius: 2px;
}

.entry-title-17codesign {
    font-size: 18px;
    font-weight: 600;
    color: #34495f;
    margin-bottom: 4px;
}

.group-17codesign {
    display: flex;
    justify-content: flex-end;
}

.thumbnail-17codesign {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    border-radius: 50%;
    background: #eaeaea;
}

.group-17codesign span {
    line-height: 34px;
}

.thumbnail-17codesign img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 1px 12px rgba(51, 51, 51, 0.1);
}

.description-17codesign {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #6b798e;
}

/* category-box end */
.uposts {
    position: relative;
    display: block;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.02);
    border-radius: 4px;
    padding: 20px;
}

.uposts .codesign-list {
    height: 90px;
    background: rgba(51, 51, 51, 0.8);
    border-radius: 4px 4px 0 0;
    padding: 24px;
    margin: -20px -20px 22px -20px;
    position: relative;
    background-size: 100%;
    background-position: center center;
}

.uposts h4.codeisgn-h4 {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
}

.uposts .codeisgn-h4 a {
    color: #fff;
}

.uposts span.codesign-esc {
    text-align: center;
    line-height: 38px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
    display: block;
}

.uposts .codesign-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000008c;
    border-radius: 4px 4px 0 0;
    z-index: 0;
}

.uposts .hentry {
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.uposts .hentry .title {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding-right: 40px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uposts .hentry .post-num {
    background-color: #999;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 0 8px 0 0;
    text-align: center;
    border-radius: 4px;
}

.uposts .post-num.num-1 {
    background-color: #F44336;
}

.uposts .post-num.num-2 {
    background-color: #4CAF50;
}

.uposts .post-num.num-3 {
    background-color: #FFC107;
}

.uposts .post-num.num-4 {
    background-color: #00BCD4;
}

.uposts .post-num.num-5 {
    background-color: #2196F3;
}

.uposts .post-num.num-6 {
    background-color: #E91E63;
}

.uposts .post-num.num-7 {
    background-color: #34495e;
}

.uposts .post-num.num-8 {
    background-color: #f4e3ab;
}

.uposts .meta {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 13px;
}

.article-footer .xshare {
    float: right;
    font-size: 14px;
    line-height: 30px;
}

.xshare .xshare-title {
    float: left
}

.xshare a {
    float: left;
    margin-left: 10px;
    border-radius: 50px;
    border: 1px solid #E6E6E6;
    width: 30px;
    height: 30px;
    text-align: center;
}

.xshare a .fa {
    font-size: 16px;
}

.xshare a.share-weixin {
    color: #5FCF80
}

.xshare a.share-weixin:hover {
    border-color: #5FCF80
}

.xshare a.share-weibo {
    color: #FD001B
}

.xshare a.share-weibo:hover {
    border-color: #FD001B
}

.xshare a.share-qq {
    color: #01CDB8
}

.xshare a.share-qq:hover {
    border-color: #01CDB8
}

.ripro-star{
    color: #989898;
    border-color: #aaa;
}

.ripro-star.ok{
    color: #ffe81f;
    border-color: #FFC107;
}

@media (max-width: 768px) {
    .xshare {
        display: block;
    }
}

.author-box {
    position: relative;
    float: left;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.author-box .author-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #eee;
    overflow: hidden;
}

.author-box .author-image img:hover {
    cursor: pointer;
}

.author-box .author-info {
    margin-left: 10px;
}

.author-box .author-name {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 500;
}

.author-box .author-bio {
    font-size: 14px;
    font-weight: 500;
}

.author-box .author-meta {
    align-items: center;
    display: flex;
    font-size: 16px;
    margin-top: 10px;
}

.author-box .author-meta>a {
    color: #aaa;
    line-height: 1.5;
}

.author-box .author-meta>a+a {
    margin-left: 4px;
}

.author-box .author-meta>a:last-child {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.author-box .author-meta>a+a:last-child {
    border-left: 1px solid #e6e6e6;
    margin-left: 10px;
    padding-left: 10px;
}

.author-box .author-meta>a:last-child:after {
    content: "\f054";
    font-family: "Material Design Icons";
    margin-left: 3px;
}

.post-grid .entry-media {
    margin-bottom: 0;
    position: relative;
}

.post-grid .entry-media img {
    margin: 0 auto;
    width: 100%;
    border-radius: 4px 4px 0 0;
	position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
}

.entry-media {
    margin-bottom: 10px;
    position: relative;
}

.entry-media .placeholder {
    background-color: #ffffff;
    height: 0;
    overflow: hidden;
    /* border-radius: 4px 4px 0 0; */
}

.entry-media img {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.entry-media img:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.entry-format {


    position: absolute;
    top: 0px;
	font-size: 18px;
	text-transform: uppercase;
}


.badge-pill {

    padding-right: 0.6em;
    padding-left: 0.6em;
    padding-top: 0.4em;
    padding-bottom: 0.3em;
    border-radius: 0rem;
    float: right;
	border: 0px solid #FFF;
}


.entry-star{
    display: block;
    border-radius: 50%;
    font-size: 15px;
    height: 25px;
    right: 10px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 25px;
    opacity: 0;
    visibility: hidden;
}
.post-grid:hover .entry-star,.post-list:hover .entry-star {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    opacity: 1;
    visibility: visible;
    z-index: 99;
}


.widget .entry-star,.widget .entry-format{
    display:none;
}
.entry-gallery .caption {
    background-color: rgba(0,0,0,0.4);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 0;
    line-height: 1.4;
    margin: 15px;
    padding: 10px 15px;
    position: absolute;
}

.entry-gallery.owl .owl-prev,.entry-gallery.owl .owl-next {
    top: 15px;
}

.entry-gallery.owl .owl-prev {
    right: 47px;
}

.entry-gallery.owl .owl-next {
    right: 15px;
}

#crumbs {
    padding-bottom: 10px;
    font-size: 14px;
    opacity: 0.5;
}

#crumbs a {
    /* color: #34495e; */
}

#crumbs a:hover {
}

.post-edit-link {
    float: right;
    color: #ccc;
}

.entry-header {
    word-break: break-word;
}

.entry-header .entry-meta {
    align-items: center;
    color: #aaa;
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    letter-spacing: .2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}

.entry-header .entry-meta>span+span {
    margin-left: 15px;
}



.entry-header .entry-meta .meta-author a {
    align-items: center;
    display: flex;
}

.entry-header .entry-meta .avatar {
    border-radius: 50%;
    height: 15px;
    margin-right: 8px;
    width: 15px;
}

.entry-header .entry-meta .meta-category {
    display: flex;
    flex-wrap: wrap;
}

.entry-header .entry-meta .meta-category a {
    align-items: center;
    display: flex;
}


.entry-header .entry-meta .meta-category .dot {
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 6px;
    margin-right: 5px;
    width: 6px;
    background-color: #fd721f;
}

.entry-header .entry-meta .meta-category a:nth-child(2) .dot {
    background-color: #4CAF50;
}

.entry-header .entry-meta .meta-category a:nth-child(3) .dot {
    background-color: #2196F3;
}

.entry-header .entry-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}

.post-grid .entry-header .entry-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-list .entry-header .entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.menu-post .entry-header .entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entry-header.white .entry-meta,.entry-header.white .entry-meta a,.entry-header.white .entry-title {
    color: #fff;
}

.entry-subheading {
    color: #aaa;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 45px;
}

.entry-excerpt {
    font-size: 13px;
    margin-top: 10px;
    color: #aaa;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 10px;
}

.entry-excerpt .excerpt-link {
    margin-left: 5px;
    text-decoration: none;
}

.entry-footer {
    display: flex;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2px;
    margin-top: 10px;
    text-transform: uppercase;
}

.entry-footer a {
    position: relative;
    margin-right: 5px;
    color: #aaaaaa;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: 500;
    background: rgb(246,246,246);
    line-height: 1;
}

.entry-footer .footer-author {
    align-items: center;
    display: flex;
}

.entry-footer .footer-author img {
    border-radius: 50%;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}

.entry-action {
    align-items: center;
    border-top: 1px solid #e6e6e6;
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2px;
    line-height: 1.5;
    margin-top: 30px;
    padding-top: 15px;
    text-transform: uppercase;
}

.entry-action>div {
    align-items: center;
    display: flex;
    position: relative;
    padding: 20px;
    border-radius: 4px;
    justify-content: center;
}

.entry-action .action-count a {
    align-items: center;
    color: #aaa;
    display: flex;
}

.entry-action .action-count a+a {
    margin-left: 12px;
}

.entry-action .action-count .icon {
    background-color: #e6e6e6;
    color: #aaa;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 20px;
    border-radius: 4px;
}

.entry-action .liked .mdi {
    color: #555;
}

.entry-action .mdi-eye {
    font-size: 13px;
}

.entry-action .mdi-comment {
    font-size: 10px;
}

.entry-action .action-share>a {
    background-color: #1a1a1a;
    color: #fff;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}

.entry-action .action-share>a+a {
    margin-left: 6px;
}

.bd_weixin_popup_main {
}

.bd_weixin_popup_main img {
}

@media (max-width: 767px) {
    .entry-action {
        flex-direction:column;
    }

    .entry-action .action-share {
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .entry-excerpt,.entry-footer {
        display:none !important;
    }

    .module.slider .entry-excerpt {
        display: block !important;
    }

    .module.slider .owl-nav {
        display: none;
    }
}

.entry-navigation {
    background-color: #ffffff;
    display: block;
    margin-top: 30px;
    position: relative;
    border-radius: 5px;
    padding: 20px;
}

.article-nav {
    overflow: hidden;
    font-size: 14px;
    color: #bbb;
}

.article-nav span {
    float: left;
    position: relative;
    width: 50%;
}

.article-nav span.article-nav-next {
    float: right;
    text-align: right
}

.article-nav span.article-nav-next::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    width: 1px;
    background-color: #eee;
}

.article-nav a {
    color: #999;
    margin-right: 10px;
    display: inline-block;
}

.article-nav span.article-nav-next a {
    margin-left: 10px;
    margin-right: 0;
}

.article-nav a:hover {
    color: #45B6F7;
}

@media (max-width: 991px) {
    .entry-navigation {
        margin-bottom: 30px;
    }
}

.entry-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.entry-tags a {
    background-color: #f4f4f4;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #555;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
}

.article-copyright {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f7fbff;
    padding: 10px 20px;
    border: 1px dashed #e6e6e6;
    border-radius: 4px;
    font-size: 12px;
    margin-top: 20px;
}

.article-copyright a {
    color: #555;
}

.article-footer {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    position: relative;
}

@media (max-width: 576px) {
    .article-footer {
        display: flex;
    }

    .author-box {
        display: none;
    }
}

.single .type-post .entry-header,.page .type-page .entry-header {
    margin-bottom: 30px;
}

.single .type-post .entry-meta,.page .type-page .entry-meta {
    margin-bottom: 10px;
}

.single .type-post .entry-title,.page .type-page .entry-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.1;
}

.single .type-post .entry-media,.page .type-page .entry-media {
    margin-bottom: 45px;
    margin-top: 45px;
}

.single .type-post .entry-content>p,.page .type-page .entry-content>p,.single .type-post .entry-content ul,.page .type-page .entry-content ul,.single .type-post .entry-content ol,.page .type-page .entry-content ol,.wp-block-columns p {
    font-size: 16px;
    line-height: 30px;
}

.single .type-post .entry-content>p,.page .type-page .entry-content>p,.wp-block-columns p {
    margin-bottom: 20px;
}

.single .type-post .entry-content strong,.page .type-page .entry-content strong {
    color: #1a1a1a;
}

.page.with-subheading .type-page .entry-header {
    margin-bottom: 15px;
}

.page.with-subheading .type-page .entry-subheading {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .single .type-post .entry-title,.page .type-page .entry-title {
        font-size:24px;
    }

    .single .type-post .entry-media,.page .type-page .entry-media {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

.mypay-list .post-list{
    background: #f6f6f6;
}

.post-list {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    padding: 10px;
    background: #ffffff;
    border-radius: 4px;
}

.post-list .entry-media {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 20px;
    width: 220px;
}

@media (max-width: 767px) {
    .post-list .entry-media {
        width:120px;
    }

    .post-list .entry-title {
        font-size: 16px;
    }
}

.post-grid {
    margin-bottom: 30px;
    background-color: #FFF;
    border-radius: 4px;
    transition: box-shadow .3s cubic-bezier(.215,.61,.355,1),transform .3s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
    transform: translate(0,0);
    border: 1px solid #eee;
	padding: 0rem 0px;
}

.post-grid:hover {
    -webkit-box-shadow: 0 34px 20px -24px rgba(136,161,206,0.3);
    box-shadow: 0 34px 20px -24px rgba(136,161,206,0.3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

@media (max-width: 575px) {
    .post-list {
        margin-bottom: 10px;
    }

    .post-grid {
        margin-bottom: 20px;
    }

    .posts-wrapper .col-6:nth-child(2n) {
        padding-left: 5px;
        padding-right: 15px;
    }

    .posts-wrapper .col-6:nth-child(2n-1) {
        padding-left: 15px;
        padding-right: 5px;
    }

    .cat-posts-wrapper .col-6:nth-child(2n) {
        padding-left: 5px;
        padding-right: 15px;
    }

    .cat-posts-wrapper .col-6:nth-child(2n-1) {
        padding-left: 15px;
        padding-right: 5px;
    }
}

.post-grid .entry-wrapper {
    padding: 10px 10px 20px 10px;
}

.grid_author_avt {
    position: relative;
    z-index: 9;
    display: block;
    width: 100px;
    height: 36px;
    margin-top: -24px;
    margin-left: -10px;
    transform: translateZ(0);
}

.grid_author_avt:hover {
    opacity: 1 !important
}

.grid_author_avt:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100px 30px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA3NiAzMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzYgMzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTcuNywxMS40Yy0xLjQtMS40LTIuNy0yLjktNC4xLTQuNGMtMC4yLTAuMy0wLjUtMC41LTAuOC0wLjhjLTAuMi0wLjItMC4zLTAuMy0wLjUtMC41bDAsMA0KCUM0OC42LDIuMiw0My41LDAsMzgsMFMyNy40LDIuMiwyMy42LDUuN2wwLDBjLTAuMiwwLjItMC4zLDAuMy0wLjUsMC41Yy0wLjMsMC4zLTAuNSwwLjUtMC44LDAuOGMtMS40LDEuNS0yLjcsMy00LjEsNC40DQoJYy01LDUuMS0xMS43LDYuMS0xOC4zLDYuM1YzMWg5LjRoOC45aDM5LjRoNC45SDc2VjE3LjZDNjkuNCwxNy40LDYyLjcsMTYuNSw1Ny43LDExLjR6Ii8+DQo8L3N2Zz4NCg==);
    top: -3px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: -1;
}

.grid_author_bggo {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 9;
}

.bg-cover {
    background-size: cover;
    background-position: 50% 50%;
}

.post-large .entry-title {
    font-size: 30px;
}

.post-medium .entry-title {
    font-size: 25px;
}

@media (max-width: 991px) {
    .post-large .entry-title,.post-medium .entry-title {
        font-size:20px;
    }
}

.side-thumbnail .portrait-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.side-thumbnail .portrait-media .entry-media {
    margin-top: 0;
}

.post.sticky .entry-title a:before {
    content: "\f403";
    font-family: "Material Design Icons";
    left: -2px;
    position: relative;
    top: 1px;
}

