@charset "utf-8";

body {

}

.main-wrapper {
    min-height: 300px;
}


@media (max-width: 768px) {
    .section-title {
        text-align: center !important;
        font-size: 2.25rem !important;
        padding: 3rem 0rem !important;
        margin-top: 40px !important;
    }
}
.post-list-wrapper {
}
.post-list-wrapper.container {
    max-width: 640px;
}
.post-list-wrapper .post-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 4.5rem;
}
.post-list-wrapper .post-item .post-item-image {
    width: 100%;
    flex: 0 0 50%;
    overflow: hidden;
    background-color: #F1F1F1;
    /*max-height: 174px;*/
}
@media (max-width: 768px) {
    .post-list-wrapper .post-item .post-item-image {
        flex: 0 0 65%;
    }
}
.post-list-wrapper .post-item .post-item-image .article-image-box {
    position: relative;
}
.post-list-wrapper .post-item .post-item-card {
    margin-left: 1rem;
}

.post-list-wrapper .post-item .post-item-card .post-item-title a{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.post-list-wrapper .post-item .post-item-card .post-item-title a:focus,
.post-list-wrapper .post-item .post-item-card .post-item-title a:hover {
    color: #66a343;
    text-decoration: none;
}
.post-list-wrapper .post-item .post-item-card .post-item-other-info {
    padding: 0.3rem 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.post-list-wrapper .post-item .post-item-card .post-item-other-info .post-item-publish-date {
    font-size: 0.75rem;
    display: inline;
    font-weight: bold;
    color: #666;
    /*font-family: "Gotham A", "Gotham B", -apple-system, system-ui, BlinkMacSystemFont;*/
}
.post-list-wrapper .post-item .post-item-card .post-item-other-info .split-sign {
    font-size: 0.75rem;
    font-weight: bold;
    color: #666;
    padding: 0 0.2rem;
}
.post-list-wrapper .post-item .post-item-card .post-item-other-info .post-item-author {
    display: inline;
}
.post-list-wrapper .post-item .post-item-card .post-item-other-info .post-item-author span a {
    /*font-size: 0.75rem;*/
    /*font-weight: bold;*/
}
.post-list-wrapper .post-item .post-item-card .post-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.post-list-wrapper .post-item .post-item-card .post-excerpt a{
    font-size: 16px;
    color: #404040;
}
.post-list-wrapper .post-item .post-item-card .post-excerpt a:focus,
.post-list-wrapper .post-item .post-item-card .post-excerpt a:hover {

}
.post-list-load-more.container {
    max-width: 640px;
    text-align: center;
}
.post-list-load-more {
    /*border-top: 2px solid #ececec;*/
    /*padding-top: 0.8rem;*/
    /*font-size: 1.25rem;;*/
    /*font-weight: bold;*/
}
.post-list-load-more-btn {
    /*font-size: 1.25rem;*/
    /*font-weight: bold;*/
    width: 120px;
}

.ajax-loader {
    border-radius: 3px;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-backface-visibility: hidden;
    color: #000;
    /*font-weight: bold;*/
    text-transform: uppercase;
    z-index: 9999;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    display: none;
    font-size: 14px;
}


.post-item-wrapper .post-item {
    width: 100%;
    margin: 1.5rem 0rem;
}

@media (max-width: 768px) {
    .post-item-wrapper .post-item {
        margin: 70px 0px;
    }
}

.post-item-wrapper .post-item .post-item-image {
    width: 100%;
    overflow: hidden;
    max-width: 640px;
    margin: 0 auto;
    margin: 2rem auto;
}
.post-item-wrapper .post-item .post-item-image .article-image-box {
    position: relative;
}
.post-item-wrapper .post-item .post-item-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 2rem 0rem 0rem 0rem;
}

.post-item-wrapper .post-item .post-item-subtitle {
    text-align: left;
    font-size: 22px;
}

.post-item-wrapper .post-item .post-item-other-info {
    padding: 0.3rem 0rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}


.post-item-wrapper .post-item .post-item-other-info .post-item-publish-date {
    font-size: 1rem;
    display: inline;
    font-weight: bold;
    color: #666;
    /*font-family: "Gotham A", "Gotham B", -apple-system, system-ui, BlinkMacSystemFont;*/
}
.post-item-wrapper .post-item .post-item-other-info .split-sign {
    font-size: 0.8rem;
    font-weight: bold;
    color: #666;
    padding: 0 0.2rem;
}
.post-item-wrapper .post-item .post-item-other-info .post-item-author {
    display: inline;
}
.post-item-wrapper .post-item .post-item-other-info .post-item-author span a {
    font-size: 1rem;
    font-weight: bold;
}

.post-item-wrapper .post-item .post-item-content {
    max-width: 640px;
    margin:0 auto;
}

.post-item-wrapper .post-item .post-item-content a {
    color: #272727;
    text-decoration: underline;
}
.post-item-wrapper .post-item .post-item-content a:hover {
    color: inherit;
    text-decoration: underline;
}

.post-item-wrapper .post-item .post-item-content p{
    font-size: 16px;
    line-height: 1.7;
    margin: 0rem 0rem 1.5rem 0rem;
    text-align: justify;
    letter-spacing: 0.5px;
}
.post-item-wrapper .post-item .post-item-content blockquote{
    text-align: justify;
    letter-spacing: 0.5px;
    background: #eee;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.post-item-wrapper .post-item .post-item-content blockquote p{
    font-size: 14px;
    text-align: justify;
    letter-spacing: 0.5px;
}



.post-item-wrapper .post-item .post-item-content p em {
     font-style: italic;
}

.post-item-wrapper .post-item .post-item-content p a{
    /*font-size: 1.25rem;*/
    /*text-decoration: underline;*/
}


.post-item-wrapper .post-item .post-item-content ol li {
    text-align: justify;
    letter-spacing: 0.5px;
    list-style: inherit;
    font-size: 16px;
    margin-left: 26px;
}

.post-item-wrapper .post-item .post-item-content ul li {
    text-align: justify;
    letter-spacing: 0.5px;
    list-style: inherit;
    font-size: 16px;
    margin-left: 26px;
}

.post-item-author-wrapper{
    margin: 0 auto;
    max-width: 640px;
}
.post-item-author-wrapper .post-item-author-card{
    background-color: #f9f9f9;
    display: flex;
    flex-wrap: wrap;
    padding: 3em;
    margin: 1em 0 2em;
}
.post-item-author-wrapper .post-item-author-card .row{
    width: 100%;
}
.post-item-author-wrapper .post-item-author-card .post-item-author-avatar{
    flex:0 0 16%;
    max-width: 16%;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 991px) {
    .post-item-author-wrapper .post-item-author-card .post-item-author-avatar {
        padding-left: 0;
        padding-right: 10px;
        margin: 0;
    }
}
.post-item-author-wrapper .post-item-author-card .post-item-author-intro{
    flex:0 0 84%;
    max-width: 84%;
    text-align: justify;
}
.post-item-author-wrapper .post-item-author-card .post-item-author-intro .post-item-author-name{
    font-weight: bold;
    color: #222325;
    font-size: 1.25rem;
    /*font-family: "Gotham A","Gotham B",-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;*/
    padding-right: 0.5rem;
}
.post-item-author-wrapper .post-item-author-card .post-item-author-avatar .post-item-author-avatar-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
    border-radius: 50%;
    display: block;
    height: auto;
    max-width: 100%;
}
.post-item-tags-wrapper {
    text-align: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin: 1.5rem auto;
    padding: 1.5rem 0;
    max-width: 640px;
}
.post-item-tags-wrapper .post-item-tags-title{
    font-size: 1.25rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
}
.post-item-wrapper .post-item-tags-item a{
    font-size: 1rem;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0.4rem;
}


.post-item-tags-item{
    display: inline-block;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
.alignleft {
    float: left;
    margin: 0.5em 1.5em 0.5em 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
dfn, cite, em, i {
    font-style: italic;
}
.post-item-wrapper .post-item .post-item-content span {
    font-style: inherit;
}

.post-item-content table {
    border: 1px solid #BBB;
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%;
}

.post-item-content table  tr td {
    border: 1px solid #BBB;
    padding: 0.4em;
}
.post-item-content table  tr {
    border-bottom: 1px solid #BBB;
}


.section-title-article-list {
    text-align: left;
    font-size: 53px;
    font-weight: 800;
    padding: 44px 0px;
    margin-top: 50px;
    background-color: #F1F1F1;
    width: 100%;
    max-width: 100%;
    font-family: var(--cn-title-font);
    padding-left: 120px;
    letter-spacing: 6px;
}
.post-list-wrapper-article-list.container {
    max-width: 1232px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 50px;
}
.post-list-wrapper-article-list .post-item {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    width: 25%;
    padding: 0 24px;
}
.post-list-wrapper-article-list .post-item .post-item-card {
    margin-left: 0;
    margin-top: 12px;
}
.post-list-wrapper-article-list .post-item .post-item-card .post-item-title a {
    font-size: 20px;
    color: #000;
    font-family: var(--cn-title-font);
    font-weight: 800;
    line-height: 26px;
}



.section-title-search-list {
    text-align: left;
    font-size: 53px;
    font-weight: 800;
    padding: 44px 0px;
    margin-top: 50px;
    background-color: #F1F1F1;
    width: 100%;
    max-width: 100%;
    font-family: var(--cn-title-font);
    padding-left: 120px;
    letter-spacing: 6px;
}
.post-list-wrapper-search-list.container {
    max-width: 780px;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 50px;
}

.post-list-wrapper-search-list .post-item {
    margin-bottom: 40px;
}
.post-list-wrapper-search-list .post-item .post-item-image {
    width: 100%;
    max-width: 35%;
    min-width: 35%;
    max-height: none;
}
.post-list-wrapper-search-list .post-item .post-item-card {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
}
.post-list-wrapper-search-list .post-item .post-item-card .post-item-title {
    font-size: 22px;
    line-height: 26px;
    font-size: calc(22px + (28 - 22)*((100vw - 300px)/(1920 - 300)));
    line-height: calc(22px + (30 - 22)*((100vw - 300px)/(1920 - 300)));
}
.post-list-wrapper-search-list .post-item .post-item-card .post-item-title a {
    font-size: 22px;
    font-family: var(--cn-title-font);
    font-weight: 800 !important;
}
.post-list-wrapper-search-list .post-item .post-item-card .post-item-title a:hover {
    text-decoration: none;
    -ms-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #a7a7a7;
}


@media (min-width: 768px) {
    .post-list-wrapper-search-list .post-item .post-item-image {
        max-width: 344px;
        min-width: 344px;
    }
    .post-list-wrapper-search-list .post-item .post-item-card {
        padding-left: 6px;
        padding-top: 10px;
    }

}

.post-item-wrapper .post-item .post-item-section {
    margin-top: 39px;
    margin-bottom: 17.5px;
    text-transform: uppercase;
    font-family: gotham a,gotham b,sans-serif;
    font-size: 22px;
    color: #79ae4a;
    font-weight: 600;
}

.post-item-wrapper .post-item .post-item-section .post-item-category-row{
    margin-right: 40px;
}
.post-item-wrapper .post-item .post-item-section .post-item-category-row a{
    color: #79ae4a;
}
.post-item-wrapper .post-item .post-item-section .post-item-category-row a:hover{
    color: #79ae4a;
}

.post-item-wrapper {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-item-wrapper .post-item  {
    max-width: 1024px;
}
.post-item-wrapper .post-item .post-item-title {
    font-size: 56px;
    font-weight: 800;
    font-family: var(--cn-title-font);
    text-align: left;
    padding: 0;
}
.post-item-wrapper .post-item .post-item-other-info {
    text-align: left;
}
.post-item-wrapper .post-item .post-item-other-info .post-item-publish-date {
    font-weight: normal;
    color: #000;
    font-family: "Gotham A", "Gotham B", -apple-system, system-ui, BlinkMacSystemFont;
}
.post-item-wrapper .post-item .post-item-other-info .split-sign {
    font-size: 22px;
    padding: 0 0.2rem;
    font-weight: bold;
}

.post-item-wrapper .post-item .post-item-content {
    max-width: 100%;
    margin: 0 50px;
}
.post-item-author-wrapper {
    margin: 0 50px;
    max-width: 100%;
}

.post-item-author-wrapper .post-item-author-card .post-item-author-avatar {
    flex: 0 0 10%;
    max-width: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
}
.post-item-tags-wrapper {
    margin-top: 80px;
    max-width: 100%;
}
.post-item-wrapper .post-item .post-item-image {
    max-width: 100%;
}

@media (max-width: 768px) {
    .container, .container-fluid {
        padding-right: 10px;
        padding-left: 10px;
    }
    .post-list-wrapper .post-item {
        flex-direction: column;
        margin-bottom: 0;
        margin: 0;
        width: 100%;
    }
    .post-list-wrapper .post-item .post-item-image {
        margin-bottom: 0.5rem;
    }
    .post-list-wrapper .post-item .post-item-image img {
        width: 100%;
    }
    .post-list-wrapper .post-item .post-item-card .post-excerpt {
        -webkit-line-clamp: 4;
    }

    .post-list-wrapper .post-item .post-item-card {
        margin-left: 4px;
    }
    .post-list-wrapper .post-item .post-item-card {
        margin-left: 4px;
    }

    .post-item-wrapper .post-item:not(.no-gutters) {
        margin-right: -20px;
        margin-left: -20px;
        margin-top: 0;
    }
    .post-item-wrapper .post-item .post-item-section {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
    }
    .post-item-wrapper .post-item .post-item-title {
        text-align: left;
        font-size: calc(28px + (60 - 28)*((100vw - 300px)/(1920 - 300)));
        line-height: 1.2;
        margin-bottom: 2px;
    }
    .post-item-wrapper .post-item .post-item-other-info .post-item-author span a {
        font-size: 0.75rem;
    }
    .post-item-wrapper .post-item .post-item-other-info .post-item-publish-date {
        font-size: 0.75rem;
    }
    .post-item-wrapper .post-item .post-item-other-info .split-sign {
        font-size: 0.75rem;
    }

    .post-item-wrapper .post-item .post-item-image {
        position: relative;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 10px;
        padding: 0;
        width: unset;
        max-width: inherit;
    }

    .post-item-wrapper .post-item .post-item-content {
        margin: 0 10px;
    }

    .post-item-wrapper .post-item .post-item-author-wrapper {
        padding: 0;
        width: inherit;
        margin: 10px;
        clear: both;
        max-width: fit-content;
    }
    .post-item-wrapper .post-item .post-item-author-wrapper .post-item-author-card {
        flex-wrap: nowrap;
        margin: 0px;
        padding: 20px;
        width: 100%;
        text-align: center;
    }
    .post-item-wrapper .post-item .post-item-author-wrapper .post-item-author-card .row {
        margin: 0;
        display: block;
        width: 100%;
    }
    .post-item-wrapper .post-item .post-item-author-wrapper .post-item-author-card .post-item-author-avatar {
        max-width: unset;
        flex: unset;
        align-items: center;
        justify-content: center;
        width: 125px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .post-item-wrapper .post-item .post-item-author-wrapper .post-item-author-card .post-item-author-intro {
        flex: unset;
        max-width: 100%;
        text-align: justify;
    }
    .post-item-wrapper .post-item .post-item-author-wrapper .post-item-author-card .post-item-author-intro .post-item-author-name{
        font-size: 1rem;
    }
}

