/*
Theme Name: Tony
Theme URI: https://www.ouorz.com
Author: TonyHe
Author URI: https://www.ouorz.com
Description: An Elegant WordPress Theme Based on Vue.js
Version: 2.0
*/
 html {
    font-family:"Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    line-height:1.15;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    background-color: rgb(246, 247, 248) !important;
    background: rgb(246, 247, 248) !important;
}
body {
    margin:0;
    background-color: rgb(246, 247, 248) !important;
}
article, aside, footer, header, nav, section {
    display:block
}
h1 {
    font-size:2em;
    margin:0.67em 0
}
figcaption, figure, main {
    display:block
}
figure {
    margin:1em 40px
}
hr {
    box-sizing:content-box;
    height:0;
    overflow:visible
}
pre {
    font-family:monospace, monospace;
    font-size:1em
}
a {
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}
a:active, a:hover {
    outline-width:0
}
abbr[title] {
    border-bottom:none;
    text-decoration:underline;
    text-decoration:underline dotted
}
b, strong {
    font-weight:inherit
}
b, strong {
    font-weight:bolder
}
code, kbd, samp {
    font-family:monospace, monospace;
    font-size:1em
}
dfn {
    font-style:italic
}
mark {
    background-color:#ff0;
    color:#000
}
small {
    font-size:80%
}
sub, sup {
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub {
    bottom:-0.25em
}
sup {
    top:-0.5em
}
audio, video {
    display:inline-block
}
audio:not([controls]) {
    display:none;
    height:0
}
img {
    border-style:none
}
svg:not(:root) {
    overflow:hidden
}
button, input, optgroup, select, textarea {
    font-family:sans-serif;
    font-size:100%;
    line-height:1.15;
    margin:0
}
button, input {
    overflow:visible
}
button, select {
    text-transform:none
}
button, html[type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance:button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style:none;
    padding:0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline:1px dotted ButtonText
}
fieldset {
    border:1px solid #c0c0c0;
    margin:0 2px;
    padding:0.35em 0.625em 0.75em
}
legend {
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
progress {
    display:inline-block;
    vertical-align:baseline
}
textarea {
    overflow:auto
}
[type="checkbox"], [type="radio"] {
    box-sizing:border-box;
    padding:0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height:auto
}
[type="search"] {
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance:none
}
::-webkit-file-upload-button {
    -webkit-appearance:button;
    font:inherit
}
details, menu {
    display:block
}
summary {
    display:list-item
}
canvas {
    display:inline-block
}
template {
    display:none
}
[hidden] {
    display:none
}
@-webkit-keyframes fluidboxLoading {
    0% {
        -webkit-transform:translate(-50%, -50%) rotateX(0) rotateY(0);
        transform:translate(-50%, -50%) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform:translate(-50%, -50%) rotateX(-180deg) rotateY(0);
        transform:translate(-50%, -50%) rotateX(-180deg) rotateY(0)
    }
    100% {
        -webkit-transform:translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
        transform:translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg)
    }
}
@keyframes fluidboxLoading {
    0% {
        -webkit-transform:translate(-50%, -50%) rotateX(0) rotateY(0);
        transform:translate(-50%, -50%) rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform:translate(-50%, -50%) rotateX(-180deg) rotateY(0);
        transform:translate(-50%, -50%) rotateX(-180deg) rotateY(0)
    }
    100% {
        -webkit-transform:translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg);
        transform:translate(-50%, -50%) rotateX(-180deg) rotateY(-180deg)
    }
}
.fluidbox {
    outline:none
}
.fluidbox__overlay {
    background-color:rgba(255, 255, 255, 0.85);
    cursor:pointer;
    cursor:zoom-out;
    opacity:0;
    pointer-events:none;
    position:fixed;
    top:-100%;
    left:0;
    bottom:-100%;
    right:0;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out
}
.fluidbox--opened .fluidbox__overlay {
    pointer-events:auto
}
.fluidbox__wrap {
    background-position:center center;
    background-size:cover;
    margin:0 auto;
    position:relative;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out
}
.fluidbox__thumb {
    -webkit-transition:opacity 0s ease-in-out 0s;
    transition:opacity 0s ease-in-out 0s
}
.fluidbox--closed .fluidbox__thumb {
    -webkit-transition:opacity 0s ease-in-out 0s;
    transition:opacity 0s ease-in-out 0s
}
.fluidbox__ghost {
    background-size:100% 100%;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    -webkit-transition:opacity 0s 0s, -webkit-transform 0.5s 0s;
    transition:opacity 0s 0s, -webkit-transform 0.5s 0s;
    transition:opacity 0s 0s, transform 0.5s 0s;
    transition:opacity 0s 0s, transform 0.5s 0s, -webkit-transform 0.5s 0s
}
.fluidbox--opened .fluidbox__ghost {
    cursor:pointer;
    cursor:zoom-out
}
.fluidbox--closed .fluidbox__ghost {
    -webkit-transition:opacity 0s 0.5s, -webkit-transform 0.5s 0s;
    transition:opacity 0s 0.5s, -webkit-transform 0.5s 0s;
    transition:opacity 0s 0.5s, transform 0.5s 0s;
    transition:opacity 0s 0.5s, transform 0.5s 0s, -webkit-transform 0.5s 0s
}
.fluidbox__loader {
    opacity:0;
    -webkit-perspective:200px;
    perspective:200px;
    pointer-events:none;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0
}
.fluidbox__loader::before {
    background-color:rgba(255, 255, 255, 0.85);
    content:'';
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d;
    position:absolute;
    top:50%;
    left:50%;
    width:20%;
    padding-bottom:20%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform;
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s;
    -webkit-transition-delay:0s;
    transition-delay:0s
}
.fluidbox--loading .fluidbox__loader {
    opacity:1;
    -webkit-transition:opacity 0.5s ease-in-out 0.5s;
    transition:opacity 0.5s ease-in-out 0.5s
}
.fluidbox--loading .fluidbox__loader::before {
    -webkit-animation:fluidboxLoading 1s 0s infinite ease-in-out forwards;
    animation:fluidboxLoading 1s 0s infinite ease-in-out forwards
}
*, *::before, *::after {
    box-sizing:border-box
}
html {
    font-size:16px
}
body {
    margin:0 auto;
    font-family:"Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    -webkit-font-smoothing:antialiased;
    font-weight:400;
    line-height:1.8;
    color:#615b5b;
    background:#fff
}
p {
    margin:0;
    font-weight:400
}
b, strong {
    font-weight:700
}
h1, h2, h3, h4, h5, h6 {
    margin:0;
    line-height:1.5;
    text-rendering:optimizeLegibility
}
h1 {
    font-size:25.6px;
    font-weight:400;
    letter-spacing:-.03em;
    color:#121111
}
h2 {
    font-size:24px;
    font-weight:400;
}
h3 {
    font-size:20.8px;
    font-weight:500
}
h4 {
    font-size:17.6px;
    font-weight:500
}
h5 {
    font-size:18.72px;
    font-weight:500
}
h6 {
    font-size:16px
}
@media all and (max-width: 767px) {
    h1 {
        font-size:24px
    }
    h2 {
        font-size:21.6px
    }
    h3 {
        font-size:20px
    }
}
a {
    color:#615b5b;
    text-decoration:underline;
    -webkit-transition:color 0.2s linear;
    transition:color 0.2s linear
}
a:hover, a:active {
    color:#393636
}
a:focus {
    color:#393636;
    outline:none
}
ul, ol {
    padding-left:40px;
    margin:0
}
abbr {
    cursor:help;
    border-bottom:1px dotted #ebeaea
}
blockquote {
    border-left: 3px solid rgba(0,0,0,.8);
    font-weight: 400;
    letter-spacing: .01rem;
    padding-left: 20px;
}
hr {
    max-width: 100%;
    height: 50px !important;
    background: url(https://static.ouorz.com/hr.gif) right center no-repeat;
    border: none !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
img {
    display:block;
    width:100%;
    height: auto;
    margin:20px 0;
}
::-moz-selection {
    color:#fff;
    background-color:#121111
}
::selection {
    color:#fff;
    background-color:#121111
}
.footer {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    margin-top: -40px;
}
.footer p {
    font-size: 15px;
    margin: 0px;
    color: #ada8a8;
}
.footer a {
    text-decoration:none
}
.grid {
    display:block;
    padding:0;
    margin:0 -20px;
    font-size:0;
    text-align:left
}
.grid-cell {
    display:inline-block;
    width:100%;
    padding: 0 0px;
    margin:0;
    font-size:16px;
    text-align:left;
    vertical-align:top;
}
.grid-cell.with-1col {
    width:8.33333%
}
.grid-cell.with-2col {
    width:16.66667%
}
.grid-cell.with-3col {
    width:25%
}
.grid-cell.with-4col {
    width:33.33333%
}
.grid-cell.with-5col {
    width:41.66667%
}
.grid-cell.with-6col {
    width:50%
}
.grid-cell.with-7col {
    width:58.33333%
}
.grid-cell.with-8col {
    width:66.66667%
}
.grid-cell.with-9col {
    width:75%
}
.grid-cell.with-10col {
    width:83.33333%
}
.grid-cell.with-11col {
    width:91.66667%
}
.grid-cell.with-1off {
    margin-left:8.33333%
}
.grid-cell.with-2off {
    margin-left:16.66667%
}
.grid-cell.with-3off {
    margin-left:25%
}
.grid-cell.with-4off {
    margin-left:33.33333%
}
.grid-cell.with-5off {
    margin-left:41.66667%
}
.grid-cell.with-6off {
    margin-left:50%
}
.grid-cell.with-7off {
    margin-left:58.33333%
}
.grid-cell.with-8off {
    margin-left:66.66667%
}
.grid-cell.with-9off {
    margin-left:75%
}
.grid-cell.with-10off {
    margin-left:83.33333%
}
.grid-cell.with-11off {
    margin-left:91.66667%
}
.grid-cell.is-centered {
    text-align:center
}
.grid-cell.is-right {
    text-align:right
}
.grid-cell.is-top {
    vertical-align:top
}
.grid-cell.is-middle {
    vertical-align:middle
}
.grid-cell.is-bottom {
    vertical-align:bottom
}
.grid-centered {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    width: 100%;
}
@media all and (max-width: 767px) {
    .grid-cell.with-1col {
        width:100%
    }
    .grid-cell.with-1off {
        margin-left:0
    }
    .grid-cell.with-2col {
        width:100%
    }
    .grid-cell.with-2off {
        margin-left:0
    }
    .grid-cell.with-3col {
        width:100%
    }
    .grid-cell.with-3off {
        margin-left:0
    }
    .grid-cell.with-4col {
        width:100%
    }
    .grid-cell.with-4off {
        margin-left:0
    }
    .grid-cell.with-5col {
        width:100%
    }
    .grid-cell.with-5off {
        margin-left:0
    }
    .grid-cell.with-6col {
        width:100%
    }
    .grid-cell.with-6off {
        margin-left:0
    }
    .grid-cell.with-7col {
        width:100%
    }
    .grid-cell.with-7off {
        margin-left:0
    }
    .grid-cell.with-8col {
        width:100%
    }
    .grid-cell.with-8off {
        margin-left:0
    }
    .grid-cell.with-9col {
        width:100%
    }
    .grid-cell.with-9off {
        margin-left:0
    }
    .grid-cell.with-10col {
        width:100%
    }
    .grid-cell.with-10off {
        margin-left:0
    }
    .grid-cell.with-11col {
        width:100%
    }
    .grid-cell.with-11off {
        margin-left:0
    }
}
.about {
    padding:100px 0
}
.about h1 {
    margin:50px 0 15px
}
.article {
    display:block;
    margin: 80px 0;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 2px;
    background: rgb(255, 255, 255);
    border-radius: 6px;
    transition: all 0.15s ease-out 0s;
    padding: 60px 55px;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
}
.article-list {
    display: block;
    padding: 0 10px;
    margin: 35px 0;
    margin-bottom: 60px;
    list-style: none;
}

.article-list-avatar{
    float: left;
    width: 105px;
    height: 105px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 40px;
    margin-top: 6px;
    border-radius: 100%;
    border: 1px solid #eee;
}

.article-list li {
    position: relative;
    display: block;
    padding: 30px 10px 40px 10px;
    border-left: none;
    box-shadow: none;
    margin-top: -10px;
    margin-bottom: 30px;
}
.article-list li:last-child {
    border-bottom:0
}
.article-list li.article-pagination {
    display:block;
    height:93px;
    padding:15px 0 50px
}
.article-list li.article-pagination a {
    display:inline-block;
    font-size:11px;
    font-weight:600;
    letter-spacing:.1em;
    color:#888181;
    text-transform:uppercase;
    -webkit-transition:color 0.2s linear;
    transition:color 0.2s linear
}
.article-list li.article-pagination a .icon {
    display:inline-block;
    margin-top:-2px;
    font-size:20px;
    vertical-align:middle
}
.article-list li.article-pagination a:hover {
    color:#121111
}
.article-list-item h5 {
    position: relative;
    display: block;
    padding-right: 25px;
    color: rgba(18, 17, 17, 0.78);
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
    margin-top: 15px;
}

.article-list-type1{
    font-weight: 500;
    font-style: normal;
    padding: 5.5px 16px 5.5px 16px;
    font-size: 1rem;
    margin-left: -1px;
    color: rgb(0, 132, 255) !important;
    vertical-align: top;
    border-radius: 100px;
    background: rgba(0, 132, 255, 0.1);
}

.article-list-type2{
    font-weight: 500;font-style: normal;color: #fff;background: #4CAF50;padding: 4px 18px 6px 18px;font-size: 1rem;border-radius: 50px;margin-left: -1px;
}

.article-list-item h5 .icon {
    display:inline-block;
    margin-top:-2px;
    vertical-align:middle;
    opacity:0;
    -webkit-transition:opacity 0.2s linear;
    transition:opacity 0.2s linear
}
.article-list-item h5:hover .icon {
    opacity:1
}
.article-list-item a {
    text-decoration:none
}
.article-list-item p {
    display:block;
    margin:12px 0 10px;
    font-size:15px;
    color:#615b5b
}
.article-list-footer {
    display:block
}
.article-list-footer span, .article-list-footer a {
    display: inline-block;
    font-size: .96rem;
    color: rgba(33, 35, 37, 0.65);
    vertical-align: middle;
}
.article-list-footer a {
    margin-right:7.5px;
    color:#615b5b
}
.article-list-footer a:hover {
    color:#121111
}
.article-list-footer a:last-child {
    margin-right:0
}
.article-list-divider {
    margin:0 2px
}
.article-list-tags {
    display:inline-block;
    vertical-align:top
}
.article-empty {
    display:block;
    margin:100px 0;
    font-style:italic;
    color:#ada8a8;
    text-align:center
}
.article-pagination-right {
    float:right
}
.article-header {
    display: block;
    padding-bottom: 35px;
    margin-bottom: 25px;
}
.article-header p {
    display:block;
    margin:12px 0 10px;
    font-size:15px;
    color:#615b5b
}
.article-header a {
    text-decoration:none
}
.article-content {
    display:block;
    font-weight: 300;
}
.article-content blockquote {
    display: block;
    margin: 30px 0 30px 0;
    width: 100%;
    height: auto;
    border-left: 3px solid rgb(238, 238, 238);
    color: rgb(119, 119, 119);
    font-size: 16px;
    font-style: normal;
    background: rgba(246, 247, 248, 0.64);
    padding: 25px 20px;
}

.article-content ul, .article-content ol, .article-content p {
    display:block;
    margin-bottom:1.1em;
    overflow: hidden;
    overflow-x: auto;
}

article-content img{
    display:block;
    margin-bottom:1.1em;
}
.article-content img:hover{
    box-shadow: 1px 2px 10px rgba(0,0,0,.1);
}

.article-content h2{
    display: block;
    font-size: 34px;
    color: rgba(0,0,0,.6);
    font-weight: 700;
    margin-top: 1.8em;
    margin-bottom: .6em;
}
.article-content h3{
    display: block;
    font-size: 30px;
    color: rgba(0,0,0,.6);
    font-weight: 700;
    margin-top: 1.8em;
    margin-bottom: .6em;
} 
.article-content h4 {
    display: block;
    font-size: 22px;
    color: rgba(0,0,0,.6);
    font-weight: 700;
    margin-top: 1.8em;
    margin-bottom: .6em;
}
.article-content blockquote p {
    margin-bottom:0
}
.article-content img.emoji {
    display:inline-block;
    margin-top:-4px;
    margin-bottom:0;
    vertical-align:middle
}

.article-comments {
    display: block;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ebeaea;
}
.article-share {
    display:block;
    margin-top:-4px
}
.article-share a {
    display:inline-block;
    margin-right:12px;
    vertical-align:middle
}
.article-share a svg {
    vertical-align:middle;
    -webkit-transition:fill 0.2s linear;
    transition:fill 0.2s linear;
    fill:#ada8a8
}
.article-share a:hover svg {
    fill:#615b5b
}
@media all and (max-width: 767px) {
    .article-list-footer {
        display:block
    }
    .article-list-divider:last-of-type {
        display:none
    }
    .article-list-tags {
        display:block;
        margin-top:-7px
    }
}
.embed-responsive {
    position:relative;
    display:block;
    height:0;
    padding:0;
    padding-bottom:75%;
    margin-bottom:30px;
    overflow:hidden
}
.embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    border:0
}
.embed-responsive-16by9 {
    padding-bottom:56.25%
}
.header-nav {
    display: block;
    padding: 75px 10px 0px 10px;
    margin-bottom: -10px;
}
.header-logo {
    display:inline-block;
    font-size:40px;
    font-weight:600;
    color:#000 !important;
    text-decoration:none;
}
.header-links {
    float:right;
    padding:0;
    margin:15px 0 0;
    list-style:none
}
.header-links li {
    display:inline-block;
    margin-left:20px;
    vertical-align:middle
}
.header-links li:first-child {
    margin-left:0
}
.header-links li a {
    font-size:18px;
    color:#393636
}
.header-links li a:hover {
    color:#121111
}
@media all and (max-width: 415px) {
    .header-nav {
        text-align: left;
    }
    .header-links {
        display:block;
        float:none;
        text-align:center
    }
    .header-links li {
        margin:0 10px
    }
    .header-links li:last-child {
        margin-right:0
    }
}

.warp-post-embed{
    position: relative;
    overflow: hidden;
    height: 150px;
    padding: 30px 50px;
    box-sizing: border-box;
    color: rgba(0,0,0,.6);
    margin: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.1s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .12);
    border-radius: 5px;
}
.warp-post-embed:hover{box-shadow: 0 1px 10px rgba(0, 0, 0, .12);}
.warp-post-embed .embed-content{margin-right: 20%;
    overflow: hidden;
    text-overflow: ellipsis;}
.warp-post-embed a{
    text-decoration:none;
}
.warp-post-embed .embed-content p{    
    display: block;
    font-size: 13px;
    font-style: normal;
    color: #8E8E8E;
    line-height: 1.5;
    margin-bottom: 10px;}
.warp-post-embed .embed-content h2{    
    color: rgba(0,0,0,.8);
    display: block;
    margin-bottom: 8px;
    margin-top: 4%;
    font-size: 20px;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.warp-post-embed .embed-bg{float: right;margin-left: 12px;width: 100px;height: 100px;border-radius: 10px;vertical-align: middle;box-sizing: border-box;background-size: contain;box-shadow: 0 2px 10px rgba(0,0,0,.12);}




.comment-at{
    color: rgba(0, 0, 0, 0.75);
    margin-right: 7px;
    font-size: 12px;
    font-family: 微软雅黑;
    padding: 2.3px 7px;
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.75);
    border-image: initial;
}
.comment-author .avatar {
    float: left;
    border-radius: 100%;
    width: 42px;
    margin: 0 10px 10px 0;
}
.comment-metadata {
    font-size: 11.5px;
}
.comment-metadata a{
    color: #999 !important;
}

.comment-meta {
    overflow:hidden;
    line-height:1.4;
    margin-bottom:10px
}
.comment .fn {
    color: #333;
    font-size: 1.02rem;
}
.comment-body {
    padding:30px 0;
    border-bottom:1px solid #eee;
    position:relative
}
.comment-body p {
    font-size:14px;
    color:rgba(0, 0, 0, .6);
    margin-bottom:10px
}
.comment-body p:last-child {
    margin-bottom:0
}
.comment-body .reply {
    position:absolute;
    top:10px;
    right:0
}
.comment-body .reply .comment-reply-link {
    color: #fff;
    font-family: exoregular;
    display: inline-block;
    line-height: 1.3;
    border-radius: 15px;
    padding: 3px 20px;
    background-color: #8b3534;
    font-size: 12px;
    margin-top: 18px;
    margin-right: 10px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    transition: all .2s;
    text-decoration: none;
}
.comment-body .reply .comment-reply-link:hover{
    box-shadow:none;
}
.children{
    list-style-type: none;
}
.comment-list {
    padding-bottom: 50px;
    list-style-type: none;
    padding-left: 0;
}
.single .banner-mask .header-wrap {
    text-align:left
}
.comment-reply-title, .comments-title {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}
.comments-reply-title a{
    text-decoration: none;
    color: #333;
}
.comment-form-author{
    float: left;
    margin-right: 1%;
    width: 50%;
    margin-top: 0px;
}
.comment-form-url {
    display: none;
}
.comment-notes {
    font-size:14px;
    color:rgba(0, 0, 0, .44)
}
.comment-form label {
    display:block;
    font-size:12px;
    color:#999
}
.comment-form .required {
    color:#bc403e
}
.comment-form p {
    margin-bottom:20px
}
.comment-form input[type=text] {
    line-height:32px;
    width:260px;
    padding:0 10px
}
#comment, .comment-form input[type=text] {
    border-radius:3px;
    background-color:#fff;
    border:1px solid rgba(0, 0, 0, .15);
    font-size:14px
}
#comment {
    resize:none;
    padding:10px;
    box-sizing:border-box;
    width:100%
}
#submit {
    background-color: #fff;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 6px 20px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    border-radius: 4px;
    transition: all .2s;
}
#submit:hover {
    border-color:#bc403e;
    color:#bc403e;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.says {
    display:none
}
.comment-meta {
    font-size:14px;
    color:rgba(0, 0, 0, .44)
}

.post-type-book{
    background: linear-gradient(to right, #00a9ea 0%,#01dbb0 100%);
    color: white;
    padding: 30px 15px 30px 20px;
    font-size: 1.0rem;
    letter-spacing: 1.5px;
    line-height: 1.4;
    margin-left: 50px;
    border-radius: 8px;
    margin-top: -3px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.post-type-research{
    background: linear-gradient(-45deg,#FFEB3B,#FF9800);
    color: white;
    padding: 35px 15px 35px 20px;
    font-size: 1.0rem;
    letter-spacing: 1.5px;
    line-height: 1.4;
    margin-right: 40px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.post-type-book-card{
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(249,249,249,0.08), 0 0 0 1px rgba(26,53,71,.04), 0 1px 1px rgba(26,53,71,.06);
    padding: 35px 48px !important;
    border-left: 5px solid #3339;
    margin: 40px 0 15px 0;
}

.post-type-book-bg{
    width: 100%;height: 100%;position: absolute;left: 0;right: 0;top: 0;bottom: 0;-webkit-filter: blur(5px);filter: blur(5px);-webkit-transform: scale(1.2);transform: scale(1.2);-o-object-fit: cover;object-fit: cover;pointer-events: none;z-index: -10;
}

.lastread-card{
    width: 16rem;
    position: fixed !important;
    top: 80%;
    border-radius: 0 10px 10px 0 !important;
    margin-left: -2px;
}

.lastread-card h5{
    font-size: 1.30rem;
    margin-bottom: .9rem;
    font-weight: 600;
}

.lastread-card h6{
    margin-bottom: 10px !important;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 1px;
    font-weight: 400;
}

.lastread-card-a1{
    margin-left: -3px;
    border: 1px solid #007bff;
    padding: 4px 10px 4px 10px;
    border-radius: 30px;
    font-size: 0.8rem;
    color: #007bff !important;
    transition: 0.3s;
}

.lastread-card-a1:hover{
    color: #0c58b0 !important;
}

.lastread-card-a2{
    border: 1px solid #007bff;
    padding: 4px 10px 4px 10px;
    border-radius: 30px;
    font-size: 0.8rem;
    margin-left: 5px !important;
}

.index-cates{
    color: rgb(246, 247, 248) !important;
}

.index-cates li{
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 4px;
    text-decoration: none;
    margin-left: 10px;
    display: inline-block;
    font-size: 1rem;
    transition: all .3s;
}

.index-cates li:hover{
    transform: scale(1.04,1.04);
}

.index-cates li a{
    color: #333 !important;
    font-size: 1rem;
    text-decoration: none;
}

.index-cates ul li:nth-child(1){
    margin-left: 0px;
}

@media screen and (max-width:767px){
    .grid-centered{
        margin-top: 0px !important;
    }
    .post-type-research{
        display: none;
    }
    .post-type-book{
        display: none;
    }
    .footer{
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
        max-width: 100%;
    }
    .article{
        margin:0px !important;
        padding: 40px 20px;
    }
}

.post_tags{
    padding: 0px;
    margin: 0px;
    margin-top: -5px;
    overflow: hidden;
    overflow-x: auto;
    width: 97%;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-bottom: -90px;
    padding-bottom: 100px;
}

.post_tags li{
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
}

.post_tags li a{
    display: inline-block;
    background-color: rgb(236, 237, 238);
    color: #9B9B9B;
    font-size: 0.75rem;
    text-decoration: none;
    padding: 3px 7px 4px 7px;
    border-radius: 2px;
}

.post_tags li:nth-child(1){
    margin-left: 0px;
}

.form-submit{
    float: left;
    margin-bottom: 200px !important;
    margin-top: 10px;
}

.comment-form-email{
    float: right;
    width: 49%;
    margin-top: 0px;
}

.comment-content{
    padding-left: 52px;
    margin-top: -10px;
}

#jv-loadingbar {
display:none;
height: 3px;
position: absolute;
left: 0;
top: 0;
opacity:.5;
z-index: 999;
background:rgb(0, 132, 255);
}

.screen-reader-text{
    display: none;
}

.current{
    border: 1px solid #eee !important;
}

.page-numbers{
    border-radius: 8px;
    background: rgb(255, 255, 255);
    padding: 10px 16px;
    margin-right: 10px;
    font-weight: 600;
    color: #999;
    border: 1px solid #fafafa;
    text-decoration: none;
}

.next{
    border-radius: 8px !important;
    padding: 10px 25px !important;
}

.prev{
    border-radius: 8px !important;
    padding: 10px 25px !important;
}

.next:hover{
    text-decoration: none;
    color: #999;
}

.prev:hover{
    text-decoration: none;
    color: #999;
}

.page-numbers:hover{
    text-decoration: none;
    color: #999;
}

.nav-links{
    margin: -20px auto 40px auto;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px 0;
}

tr{
    border: 1px solid #eee;
}

td{
    border: 1px solid #eee;
}

table{
    width: 100%;
}

.index-cates{
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 25px 8px 20px 0px;
}


/* Start The Tony Version */

.tony-header-fixed{
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0px;
    display: flex;
    background: transparent;
    z-index: 2;
    padding: 0 35px;
    transition: ease-in-out .2s;
}

.tony-header-scoll{
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 8px;
    display: flex;
    background: #fff;
    z-index: 2;
    padding: 0 35px;
    transition: ease-in-out .2s;
}

.lead{
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 0px;
    color: rgb(136, 136, 136);
}

.index-post-list{
    padding: 30px 30px !important;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 2px !important;
    background: rgb(255, 255, 255);
    border-radius: 6px;
    transition: all .2s ease-out 0s;
}

@media screen and (max-width:767px){
    .index-post-list{
        border-radius: 0px;
        box-shadow: none !important;
        border: none;
    }
    .article-list-item h5{
        padding: 0px;
    }
    .index-top{
        padding: 20px;
    }
    .grid-centered{
        padding: 0px !important;
    }
    .article-list{
        padding: 0px;
    }
    ol{
        padding: 0px 17px !important;
    }
    .article-header{
        padding: 20px 10px;
    }
}

.single-h2{
    letter-spacing: 1px;
    margin-top: 3px;
    font-weight: 600;
    margin-bottom: 5px;
    color: rgb(0, 0, 0);
}

.single-badge{
    margin-bottom: 10px;
    color: rgb(92, 97, 102) !important;
    line-height: 1;
    background: rgb(246, 247, 248) !important;
    border-radius: 20px;
    padding: 8px 16px !important;
    font-size: 1rem !important;
    font-weight: 500;
    letter-spacing: 0px;
}
.single-line{
    display: block;
    width: 13%;
    height: 3px;
    border-radius: 5px;
    background: rgb(236, 237, 238);
    margin-top: 20px;
}

.header-div1-1 img{
    height: 41px;
    width: 41px;
    border-radius: 50%;
    margin: 0px;
    margin-top: 10px;
    border: 1px solid rgb(238, 238, 238);
    padding: 1px;
}

.header-div1 img{
    height: 41px;
    width: 41px;
    border-radius: 50%;
    margin: 0px;
    margin-top: 10px;
    border: 1px solid rgb(238, 238, 238);
    padding: 1px;
}

.header-div1{
    flex-basis: 50%;
    text-align: left;
    display: flex;
}

.header-div1-1{
    flex-basis: 50%;
    text-align: left;
}

.header-div2{
    flex-basis: 50%;
    text-align: right;
    padding-top: 10px;
    letter-spacing: 10px;
}

.progress-bar{
    transition: all .05s !important;
}

.uk-spinner>*>*{
    animation: uk-spinner-dash 2s ease-in-out infinite !important;
    stroke-width: 2 !important;
}

@media screen and (max-width:767px){
    .tony-header-fixed{
        display: none;
    }
    .tony-header-scoll{
        display: none;
    }
    .link-list-img{
        display: none;
    }
    .link-list-right{
        flex-basis: 100% !important;
    }
    .link-list-left{
        flex-basis: 0% !important;
    }
    .header-text{
        display: none !important;
    }
    .center-info{
        display: none !important;
    }
}

.link-list-img{
    width: 110px;height: 110px;border-radius: 8px;margin: 8px 0;
}

.link-list-right{
    flex-basis: 70%;
}

.link-list-left{
    float: left;flex-basis: 28.5%;
}

.archive-p{
    margin-top: 0px;
    display:block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-show-btn{
    color: #999;
    background: rgb(246, 247, 248);
    border: none;
    font-weight: 500;
    font-style: normal;
    padding: 3.5px 16px 4px 16px;
    margin-top: -3px;
    font-size: 1rem;
    float: right;
    vertical-align: top;
    border-radius: 100px;
}

.list-show-div{
    margin-bottom: 20px;
}

.preview-p{
    margin: 30px 0 !important;
}

.uk-modal-dialog{
    padding: 20px 30px !important;
    top: 30px !important;
}

.preview-p blockquote{
    font-style: normal;
    background: rgb(247, 248, 249);
    border: none;
    padding: 10px 20px;
}

.preview-p blockquote p{
    margin: 0px;
    color: rgb(119, 119, 119);
}

.preview-p li{
    padding: 0px !important;
    border: none !important;
    margin: 0px !important;
}

.loading-text{
    margin-left: 15px;
    font-weight: 600;
    font-size: 1rem;
}

.center-info{
    transition: all 0.2s ease 0s;width: 50%;transform: translateX(50%);z-index: 2;text-align: center;position: fixed;top: 16px;letter-spacing: 2px;
}

/* End of The Tony Vershion */