@import url(icons/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,669;0,700;0,800;0,900;1,400;1,500;1,600;1,669;1,700;1,800;1,900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
:focus {
    outline: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}
input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
a:focus {
    outline: thin dotted
}
a:active,
a:hover {
    outline: 0
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic
}
figure {
    margin: 0
}
form {
    margin: 0
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}
button,
input {
    line-height: normal
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}
button[disabled],
html input[disabled] {
    cursor: default
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
html,
button,
input,
select,
textarea {
    color: #222
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}
::selection {
    background: #b3d4fc;
    text-shadow: none
}
img {
    vertical-align: middle
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0
}
textarea {
    resize: vertical
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}
body {
    color: #161616;
    font-family: "Chivo", sans-serif;
    font-size: 16px;
    line-height: 32px
}
body.activemenu .wrapper-menu {
    display: block
}
body.activemenu .wrapper-menu nav {
    left: 0
}
.mb30 {
    margin-bottom: 30px
}
.mb50 {
    margin-bottom: 50px
}
.container {
    margin: 0 auto;
    width: 1170px
}
@media only screen and (max-width: 1160px) {
    .container {
        margin: 0;
        padding: 0 25px;
        width: 95%
    }
}
@media only screen and (max-width: 980px) {
    .container {
        padding: 0;
        width: 95%
    }
}
.brand {
    background: url("../../images/bg_header.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
    height: 267px;
    padding-top: 19px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
@media only screen and (max-width: 980px) {
    .brand {
        height: auto
    }
    .brand img {
        display: block;
        width: 75%
    }
}
.brand>div {
    align-items: center;
    display: flex;
    justify-content: center
}
@media only screen and (max-width: 980px) {
    .brand>div {
        padding: 0
    }
}
.brand p {
    font-family: "Chivo", sans-serif;
    font-size: 18px;
    color: #b4b4e7;
    line-height: 1.33;
    letter-spacing: 0.2px;
    padding-left: 41px
}
@media only screen and (max-width: 980px) {
    .brand p {
        display: none
    }
}
header {
    background: #5555ff;
    margin-bottom: 28px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%
}
@media only screen and (max-width: 1160px) {
    header {
        height: 40px;
        padding: 5px 0
    }
}
header .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}
@media only screen and (max-width: 980px) {
    header .container {
        padding-left: 18px
    }
}
header .container .menu {
    background: #21306a;
    border: none;
    display: block;
    color: #ffffff;
    padding: 11px 11px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 46px
}
@media only screen and (max-width: 1160px) {
    header .container .menu {
        position: absolute;
        left: 0;
        top: -5px
    }
}
header .container .menu i {
    font-size: 20px
}
header .container .menu span {
    display: block;
    font-size: 7px;
    text-transform: uppercase
}
header .container .menu:hover,
header .container .menu.active {
    background: #ffffff;
    color: #21306a
}
header .container nav {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
header .container nav ul {
    align-items: center;
    justify-content: center;
    display: flex
}
header .container nav ul a {
    align-items: center;
    color: #ffffff;
    justify-content: space-between;
    display: flex;
    font-family: "Chivo", sans-serif;
    font-size: 15px;
    font-weight: 900;
    padding: 2px 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
header .container nav ul a:hover,
header .container nav ul a.active {
    background: #ffffff;
    color: #5555ff
}
@media only screen and (max-width: 1160px) {
    header .container nav {
        display: none
    }
}
header .container nav.social {
    display: block
}
header .container nav.social a {
    font-size: 25px
}
@media only screen and (max-width: 1160px) {
    header .container nav.social {
        margin-right: 20px
    }
    header .container nav.social a {
        padding: 2px 13px
    }
}
@media only screen and (max-width: 1160px) {
    header .container .options {
        padding-left: 30px
    }
}
header .container .options button {
    background: none;
    border: none;
    color: #ffffff;
    font-family: "Chivo", sans-serif
}
header .container .options button i {
    display: block;
    font-size: 20px;
    margin-bottom: 2px
}
header .container .options button span {
    display: block;
    font-size: 9px;
    text-align: center;
    text-transform: uppercase
}
body.fixed-menu header {
    left: 0;
    top: 0
}
body.fixed-menu main {
    padding-top: 90px
}
.wrapper-menu {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100
}
.wrapper-menu .options>div {
    display: none
}
.wrapper-menu nav {
    background: #ffffff;
    height: 100%;
    left: -100%;
    width: 380px;
    position: fixed
}
.wrapper-menu nav .navigation {
    background: #070735;
    color: #ffffff;
    font-size: 24px
}
.wrapper-menu nav .navigation button {
    border: none;
    color: #ffffff;
    display: flex;
    background: none;
    padding: 14px 18px 12px;
    width: 100%
}
.wrapper-menu nav .contact ul {
    align-items: center;
    background: #5555ff;
    display: flex;
    justify-content: space-between;
    padding: 14px 18px 12px
}
.wrapper-menu nav .contact ul li {
    align-items: center;
    display: flex
}
.wrapper-menu nav .contact ul li:first-child a:hover {
    text-decoration: underline
}
.wrapper-menu nav .contact ul a {
    color: #ffffff;
    font-size: 25px;
    text-decoration: none
}
.wrapper-menu nav .contact ul a span {
    font-size: 15px
}
.wrapper-menu nav h3 {
    color: #5555ff;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: -0.4px;
    margin-top: 14px;
    padding-left: 31px;
    padding-bottom: 10px
}
.wrapper-menu nav .menu>ul {
    border-top: 2px solid #5555ff;
    height: 60vh;
    overflow: auto;
    padding-top: 13px;
    margin-left: 18px
}
.wrapper-menu nav .menu>ul li a {
    color: #161616;
    display: block;
    font-size: 12px;
    font-family: "Chivo", sans-serif;
    font-weight: 900;
    line-height: 3;
    letter-spacing: 1.86px;
    padding: 10px 10px 5px 15px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
.wrapper-menu nav .menu>ul li a:after {
    border-bottom: 5px solid #5555ff;
    left: 15px;
    content: '';
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 34px;
    width: 0
}
.wrapper-menu nav .menu>ul li a:hover:after {
    width: 30%
}
.wrapper-menu nav .login h3,
.wrapper-menu nav .search h3,
.wrapper-menu nav .share h3 {
    border-bottom: 2px solid #5555ff;
    margin-left: 29px;
    padding-left: 18px
}
.wrapper-menu nav .login .wrapper-form,
.wrapper-menu nav .search .wrapper-form,
.wrapper-menu nav .share .wrapper-form {
    padding-top: 13px;
    margin-left: 44px
}
.wrapper-menu nav .login .wrapper-form form input,
.wrapper-menu nav .search .wrapper-form form input,
.wrapper-menu nav .share .wrapper-form form input {
    width: 87%
}
.wrapper-menu nav .login .wrapper-form input[type=text],
.wrapper-menu nav .login .wrapper-form input[type=email],
.wrapper-menu nav .login .wrapper-form input[type=password],
.wrapper-menu nav .search .wrapper-form input[type=text],
.wrapper-menu nav .search .wrapper-form input[type=email],
.wrapper-menu nav .search .wrapper-form input[type=password],
.wrapper-menu nav .share .wrapper-form input[type=text],
.wrapper-menu nav .share .wrapper-form input[type=email],
.wrapper-menu nav .share .wrapper-form input[type=password] {
    border: 1px solid #979797;
    color: #949494;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 6px 11px;
    resize: none
}
.wrapper-menu nav .login .wrapper-form button,
.wrapper-menu nav .login .wrapper-form a,
.wrapper-menu nav .search .wrapper-form button,
.wrapper-menu nav .search .wrapper-form a,
.wrapper-menu nav .share .wrapper-form button,
.wrapper-menu nav .share .wrapper-form a {
    background: #5555ff;
    border: none;
    color: #ffffff;
    display: block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 8px 12px
}
.wrapper-menu nav .login .wrapper-form button i,
.wrapper-menu nav .login .wrapper-form a i,
.wrapper-menu nav .search .wrapper-form button i,
.wrapper-menu nav .search .wrapper-form a i,
.wrapper-menu nav .share .wrapper-form button i,
.wrapper-menu nav .share .wrapper-form a i {
    font-size: 19px
}
.wrapper-menu nav .login .wrapper-form button:hover,
.wrapper-menu nav .login .wrapper-form a:hover,
.wrapper-menu nav .search .wrapper-form button:hover,
.wrapper-menu nav .search .wrapper-form a:hover,
.wrapper-menu nav .share .wrapper-form button:hover,
.wrapper-menu nav .share .wrapper-form a:hover {
    background: #ffffff;
    color: #5555ff
}
.wrapper-menu nav .login .wrapper-form h4,
.wrapper-menu nav .search .wrapper-form h4,
.wrapper-menu nav .share .wrapper-form h4 {
    color: #161616;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.71;
    margin: 29px 0 20px
}
.wrapper-menu nav .login .wrapper-form ul,
.wrapper-menu nav .search .wrapper-form ul,
.wrapper-menu nav .share .wrapper-form ul {
    margin-bottom: 20px;
    padding-left: 16px
}
.wrapper-menu nav .login .wrapper-form ul li,
.wrapper-menu nav .search .wrapper-form ul li,
.wrapper-menu nav .share .wrapper-form ul li {
    color: #161616;
    list-style: disc;
    font-size: 14px
}
.wrapper-menu nav .login .wrapper-form a,
.wrapper-menu nav .search .wrapper-form a,
.wrapper-menu nav .share .wrapper-form a {
    padding: 5px 10px;
    max-width: 90px
}
.wrapper-menu nav .share .wrapper-form ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 20px
}
.wrapper-menu nav .share .wrapper-form ul li {
    list-style: none
}
.wrapper-menu nav .share .wrapper-form ul li a {
    background: none;
    color: #5555ff;
    font-size: 20px
}
.wrapper-menu nav .copyright {
    bottom: 20px;
    color: #161616;
    font-size: 10px;
    line-height: 1.2;
    left: 32px;
    margin: 12px auto;
    position: fixed;
    width: 320px
}
main .container,
footer .container {
    display: flex;
    justify-content: space-between
}
@media only screen and (max-width: 980px) {
    main .container,
    footer .container {
        flex-direction: column;
        padding: 0;
        margin: 0 auto
    }
}
main .container .content,
footer .container .content {
    width: 70%
}
@media only screen and (max-width: 1160px) {
    main .container .content,
    footer .container .content {
        width: 60%
    }
}
@media only screen and (max-width: 980px) {
    main .container .content,
    footer .container .content {
        width: 100%
    }
}
main .container aside,
footer .container aside {
    padding-left: 40px;
    padding-top: 31px
}
@media only screen and (max-width: 1160px) {
    main .container aside,
    footer .container aside {
        width: 36%
    }
}
@media only screen and (max-width: 980px) {
    main .container aside,
    footer .container aside {
        padding-left: 0;
        width: 100%
    }
}
main .container aside .content,
footer .container aside .content {
    padding-left: 0;
    width: 100%
}
.publicity {
    margin-bottom: 30px;
    text-align: center
}
@media only screen and (max-width: 1160px) {
    .publicity img {
        display: block;
        margin: 0 auto;
        max-width: 100%
    }
}
.publicity span {
    display: block;
    color: #a6a6a6;
    font-size: 9px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    text-align: center
}
.editory-title {
    border-bottom: 2px solid #161616;
    color: #161616;
    font-family: "Chivo", sans-serif;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 24px
}
.editory-title.other-title {
    margin-top: 20px;
    margin-bottom: 45px
}
.contact .field textarea {
    resize: none
}
.contact .field input,
.contact .field textarea {
    border: solid 1px #979797;
    color: #949494;
    font-family: "Chivo", sans-serif;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 13px;
    padding: 10px 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 96.6%
}
@media only screen and (max-width: 980px) {
    .contact .field input,
    .contact .field textarea {
        width: 95%
    }
}
.contact .field input:-webkit-input-placeholder,
.contact .field input:-ms-input-placeholder,
.contact .field input:placeholder,
.contact .field textarea:-webkit-input-placeholder,
.contact .field textarea:-ms-input-placeholder,
.contact .field textarea:placeholder {
    color: #949494;
    font-size: 13px
}
.contact .field.error input,
.contact .field.error textarea {
    border: 1px solid #ff456a
}
.contact .submit {
    align-items: center;
    display: flex
}
.contact .submit .error {
    color: #ff456a;
    font-size: 13px;
    font-family: "Chivo", sans-serif;
    font-weight: 900;
    padding-left: 12px
}
.contact button {
    background: #5555ff;
    border: none;
    color: #ffffff;
    display: inline;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 11px 12px
}
.contact button:hover {
    background: #ffffff;
    color: #5555ff
}
aside,
.widget {
    width: 30%
}
aside .sidebar-title,
.widget .sidebar-title {
    border-bottom: 2px solid #5555ff;
    color: #5555ff;
    font-family: "Chivo", sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 15px
}
aside>div,
.widget>div {
    margin-bottom: 35px
}
aside>div .content h2,
aside>div .content h3,
aside>div .content h4,
aside>div .content h5,
aside>div .content h6,
.widget>div .content h2,
.widget>div .content h3,
.widget>div .content h4,
.widget>div .content h5,
.widget>div .content h6 {
    font-family: "Playfair Display", serif;
    letter-spacing: -2px
}
aside>div.app .content,
.widget>div.app .content {
    display: flex;
    justify-content: space-between
}
@media only screen and (max-width: 1160px) {
    aside>div.app .content,
    .widget>div.app .content {
        align-items: center;
        flex-direction: column;
        justify-content: center
    }
}
aside>div.app .content a,
.widget>div.app .content a {
    display: block;
    width: 45%
}
@media only screen and (max-width: 1160px) {
    aside>div.app .content a,
    .widget>div.app .content a {
        display: block;
        margin-bottom: 20px;
        width: 70%
    }
}
aside>div.column .content,
.widget>div.column .content {
    align-items: center;
    display: flex;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.71;
    margin-top: 10px
}
aside>div.column .content img,
.widget>div.column .content img {
    border-radius: 100%
}
aside>div.column .content>div,
.widget>div.column .content>div {
    padding-left: 20px
}
aside>div.column .content>div p,
.widget>div.column .content>div p {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -2px
}
aside>div.column .content .date,
.widget>div.column .content .date {
    color: #161616;
    display: block;
    font-size: 11px;
    font-weight: 300
}
aside>div.register ul,
.widget>div.register ul {
    padding-left: 16px
}
aside>div.register ul li,
.widget>div.register ul li {
    color: #161616;
    list-style: disc;
    font-size: 14px
}
aside>div.register a,
.widget>div.register a {
    background: #5555ff;
    border: none;
    color: #ffffff;
    display: inline;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 11px 12px
}
aside>div.register a:hover,
.widget>div.register a:hover {
    background: #ffffff;
    color: #5555ff
}
aside>div.tv .date,
.widget>div.tv .date {
    color: #161616;
    font-size: 11px
}
aside>div.tv h4 a,
.widget>div.tv h4 a {
    color: #161616;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -1.13px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
aside>div.tv h4 a:hover,
.widget>div.tv h4 a:hover {
    color: #5555ff
}
aside>div.opinion .content,
.widget>div.opinion .content {
    align-items: center;
    display: flex
}
aside>div.opinion .content img,
.widget>div.opinion .content img {
    border-radius: 100%
}
aside>div.opinion .content h4,
.widget>div.opinion .content h4 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0
}
aside>div.opinion .content p,
.widget>div.opinion .content p {
    font-size: 16px;
    font-weight: 900
}
aside>div.opinion .content>div,
.widget>div.opinion .content>div {
    padding-left: 20px
}
aside>div.opinion .content>div p,
.widget>div.opinion .content>div p {
    line-height: 35px
}
aside>div.opinion .content .date,
.widget>div.opinion .content .date {
    color: #161616;
    display: block;
    font-size: 11px
}
aside>div.image a,
.widget>div.image a {
    color: #161616;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
aside>div.image a:hover,
.widget>div.image a:hover {
    color: #5555ff
}
aside>div.image a .date,
.widget>div.image a .date {
    display: block;
    font-size: 11px
}
aside>div.image a h4,
.widget>div.image a h4 {
    font-size: 24px;
    font-weight: 700
}
@media only screen and (max-width: 980px) {
    aside {
        /* display: none; */
    }
}
.widget {
    display: none;
    width: 100%
}
@media only screen and (max-width: 980px) {
    .widget {
        display: block
    }
}
.post .publicity {
    margin: 30px auto 50px
}
.info-post {
    display: flex;
    font-size: 11px
}
.info-post strong a {
    border-bottom: 5px solid #5555ff;
    color: #161616;
    display: block;
    font-weight: 900;
    line-height: 4px;
    letter-spacing: 2px;
    padding-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
.info-post strong a:hover {
    border-bottom-color: #21306a
}
.info-post .date {
    color: #161616;
    padding-left: 17px;
    font-weight: 300;
    line-height: 4px;
    letter-spacing: 1px
}
.post-title h3 {
    color: #161616;
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    margin: 13px 0;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
.post-title a {
    color: #161616;
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
@media only screen and (max-width: 980px) {
    .post-title a {
        font-size: 40px
    }
}
.post-title a:hover {
    color: #5555ff
}
.author {
    align-items: center;
    display: flex;
    margin-bottom: 10px
}
.author strong {
    font-size: 16px;
    font-weight: 900
}
.author a {
    color: #5555ff;
    align-content: center;
    display: block;
    flex-direction: column;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.5px;
    padding-left: 20px;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase
}
@media only screen and (max-width: 980px) {
    .author a .text {
        display: none
    }
}
.author a i {
    font-size: 18px;
    position: relative;
    top: 3px;
    padding-right: 8px
}
.author a:hover {
    text-decoration: underline
}
.post-content p {
    margin-bottom: 10px;
    line-height: 1.5;
}
.post-content p img {
    border: solid 1px #e7e7e7;
    background: #f5f5f5;
    padding: 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 5px;
    max-width: 100%;
    height: 100%;
}
.post-content h3 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 10px
}
.post-content h4 {
    font-size: 25px;
    font-weight: 900;
    margin-bottom: 10px
}
.post-content h5 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px
}
.post-content h6 {
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 10px
}
.post-content img {
    margin: 15px auto
}
@media only screen and (max-width: 1160px) {
    .post-content img {
        display: block;
        max-width: 100%
    }
}
.metrics {
    display: flex;
    justify-content: space-between;
    width: 80%
}
@media only screen and (max-width: 980px) {
    .metrics {
        width: 100%
    }
}
.metrics a {
    color: #5555ff;
    align-content: center;
    display: block;
    flex-direction: column;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase
}
.metrics a i {
    font-size: 18px;
    position: relative;
    top: 3px;
    padding-right: 8px
}
@media only screen and (max-width: 980px) {
    .metrics a .text {
        display: none
    }
}
.metrics a:hover {
    text-decoration: underline
}
.comments {
    display: none
}
.comments .user {
    color: #5555ff;
    font-family: "Chivo", sans-serif;
    font-size: 14px;
    font-weight: 900;
    padding: 10px 0
}
.comments .user i {
    padding-right: 4px;
    font-size: 25px
}
.comments textarea,
.comments input[type=text] {
    border: 1px solid #979797;
    color: #949494;
    display: block;
    font-family: "Chivo", sans-serif;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 6px 11px;
    resize: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    width: 100%
}
.comments textarea:-webkit-input-placeholder,
.comments textarea:-ms-input-placeholder,
.comments textarea:placeholder,
.comments input[type=text]:-webkit-input-placeholder,
.comments input[type=text]:-ms-input-placeholder,
.comments input[type=text]:placeholder {
    color: #949494;
    font-family: "Chivo", sans-serif;
    font-size: 13px
}
@media only screen and (max-width: 980px) {
    .comments textarea,
    .comments input[type=text] {
        width: 90%
    }
}
.comments textarea:focus,
.comments input[type=text]:focus {
    border-color: #5555ff
}
.comments .submit {
    display: flex
}
.comments .submit button {
    background: #5555ff;
    border: none;
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 10px 14px
}
.comments .submit button:hover {
    background: #ffffff;
    color: #5555ff
}
.comments .submit .feedback {
    color: #161616;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    padding-left: 10px
}
.thread {
    margin-top: 30px
}
.thread article {
    margin-bottom: 10px
}
.thread article .info-comment {
    align-items: center;
    display: flex;
    font-size: 13px;
    justify-content: flex-start;
    margin-bottom: 10px
}
.thread article .info-comment strong {
    font-weight: 900;
    padding-right: 15px
}
.thread article .content-comment {
    line-height: 1.71;
    margin-bottom: 15px
}
.thread article a {
    align-items: center;
    color: #5555ff;
    display: flex;
    font-size: 14px;
    padding: 0 0 10px;
    text-decoration: none
}
.thread article a:hover {
    text-decoration: underline
}
.thread article a i {
    font-size: 25px;
    padding-right: 4px
}
.pagination {
    display: flex
}
.pagination a {
    align-items: center;
    background: #5555ff;
    color: #ffffff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 36px;
    justify-content: center;
    line-height: 1.55;
    text-align: center;
    margin-right: 6px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 36px
}
.pagination a:hover,
.pagination a.active {
    background: #ffffff;
    color: #5555ff
}
.pagination a.arrow {
    font-size: 18px
}
footer {
    border-top: 2px solid #5555ff;
    padding: 25px 0;
    color: #161616;
    font-size: 10px;
    font-family: "Chivo", sans-serif;
    letter-spacing: -0.4px;
    line-height: 1.2;
    margin-top: 50px
}