/*!
Theme Name: Sos
Theme URI: #
Author: Sos
Description: Sos
Version: 1.0.0
*/
:root {
    --main-color: #3f51b5;
}

html {
    line-height: 1.15;
    font-size: 14px;
}

body {
    font-family: var(--bs-body-font-family);
    margin: 0;
    font-size: 14px;
    color: #6a6a6a;
    background: #f5f5f5;
}

.menu {
    margin: 0;
    padding: 0;
}

main {
    margin: 40px 0
}

a {
    color: #222;
}

a:hover {
    color: var(--main-color);
}

.attachment-post-thumbnail {
    width: 100%;
    height: auto;
}


#header {
    background: var(--main-color);
    padding: 16px 0;
}

#header .header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

#header .header-menu li {
    display: inline-block;
    padding: 0 4px;
}

#header .header-menu li:first-child {
    border-left: none;
}

#header .header-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

.header-bottom {
    background: #fff;
}

.header-bottom .header-bottom-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-bottom .header-bottom-nav-links li {
    display: inline-block;
    border-left: 1px solid #f8f8f8;

}

.header-bottom .header-bottom-nav-links li a {
    text-decoration: none;
    display: block;
    padding: 12px 12px;
    font-size: 13px;
}

.custom-logo {
    width: auto;
    max-height: 30px;
}

.post-item {
    background: #fff;
    margin-bottom: 20px;
}

.post-item-content {
    padding: 18px 24px;
}

.post-item .entry-title {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 400;
}

.post-item .entry-title a {
    text-decoration: none;
}

.post-item .post-item-content p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7rem;
    color: #000;

}

.post-detail {
    padding: 32px;
    background: #fff;
}


.post-detail .entry-content p {

}

.post-detail .entry-content * {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7rem;
}

.post-detail .entry-content h2 {
    font-size: 1.8em;
    font-weight: 500;
}

.post-detail .entry-content h3 {
    font-size: 1.6em;
    font-weight: 500;
}

.post-detail .entry-content h4 {
    font-size: 1.4em;
    font-weight: 500;
}

.post-detail .entry-content h5 {
    font-size: 1.3em;
    font-weight: 500;
}

.post-detail .entry-content h6 {
    font-size: 1.2em;
    font-weight: 500;
}


.post-detail .entry-title {
    font-size: 32px;
    color: #000;
}


.archive-description > * {
    color: #000;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.9;
}

.archive-description h2 {
    font-size: 1.8em;
    font-weight: 500;
}

.archive-description h3 {
    font-size: 1.6em;
    font-weight: 500;
}

.archive-description h4 {
    font-size: 1.4em;
    font-weight: 500;
}

.archive-description h5 {
    font-size: 1.3em;
    font-weight: 500;
}

.archive-description h6 {
    font-size: 1.0rem;
    font-weight: 500;
}

.archive-description li {
    margin-bottom: 4px;
}

.post-detail-tags a {
    text-decoration: none;
    color: #000;
    font-weight: 300;
}

.post-detail h3 {
    color: #000;
}

.post-detail .post-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-detail .post-categories li {
    display: inline-block;
}

.post-detail .post-categories li::before {
    content: '#';
    font-size: 14px;
}

.post-detail .post-categories li a {
    text-decoration: none;
    color: #000;
    font-weight: 300;
}

.all-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}


.single-post .all-categories-list li {
    width: 25%;
}

.all-categories-list li {
    display: inline-block;
    float: left;
    width: 20%;
    margin: 0;
}

@media (max-width: 768px) {
    .all-categories-list li {
        width: 50%;
    }

    .single-post .all-categories-list li {
        width: 50%;
    }

}


.all-categories-list li a {
    text-decoration: none;
    background: #fff;
    border: 1px solid #f4f4f4;
    display: block;
    padding: 12px;
    font-weight: 300;
}


.post-item .post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-item .post-categories li {
    display: inline-block;
}

.post-item .post-categories li a {
    text-decoration: none;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 400;
}


.breadcrumb {
    background: #fff;
    border-top: 1px solid #f8f8f8;
    padding: 12px 0;
    font-size: 13px;
    box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.10);
}


.rank-math-breadcrumb p {
    margin: 0;
}


.rank-math-breadcrumb a {
    text-decoration: none;
}

.rank-math-breadcrumb {
    margin: 0;
    padding: 0;
}

.rank-math-breadcrumb .last {
    color: var(--main-color);
}


.archive-description p {

    font-weight: 300;
    margin-bottom: 0.65rem;
    color: #000;
}


.pagination {
    margin: 32px 0;
}

.pagination .nav-links {
    margin: 0 auto;
}


.pagination .page-numbers {
    padding: 6px 12px;
    border-radius: 3px;
    text-decoration: none;
}

.pagination .page-numbers.current {
    background: var(--main-color);
    color: #fff;
}


.page-content {
    background: #fff;
    padding: 24px;
}

.page-content .page-title {
    color: #000;
    font-size: 28px;
}

.page .entry-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.9rem;
}

.page .entry-title {
    font-size: 32px;
    color: #000;
}


.type-page {
    background: #fff;
    padding: 24px;
}

.type-page .page-title {
    color: #000;
    font-size: 28px;
}

.type-page .content p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7rem;
}

.type-page .content * {
    color: #000;
}

.type-page .entry-title {
    font-size: 32px;
    color: #000;
}

.wpcf7-form label {
    display: block;
    width: 100%;
}

.wpcf7-form input {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    width: 100%;
}

.wpcf7-form select {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    width: 100%;
}


.wpcf7-form textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    width: 100%;
}

#footer {
    border-top: 2px solid #eee;
    background: var(--main-color);
    color: #fff;
}


.footer-info p {
    margin: 0;
}

.site-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
	color: #fff;
}


.site-title a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

.site-description {
    color: #fff;
    font-size: 13px;
    margin: 0;
    font-weight: 300;
    line-height: 1.8;
}

.footer-top {
    padding: 32px 0;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .10);
    padding: 12px 0;
}

.footer-bottom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom-list li {
    display: inline-block;
}

.footer-bottom-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 4px;
}

.homepage-content h1 {
    font-size: 2em;
    font-weight: 500;
}

.homepage-content h2 {
    font-size: 1.7em;
    font-weight: 500;
}

.homepage-content h3 {
    font-size: 1.5em;
    font-weight: 500;
}

.homepage-content h4 {
    font-size: 1.3em;
    font-weight: 500;
}

.homepage-content h5 {
    font-size: 1.2em;
    font-weight: 500;
}

.homepage-content h6 {
    font-size: 1em;
    font-weight: 500;
}


.homepage-content > * {
    color: #000;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.9;
}

.homepage-content li {
    margin-bottom: 4px;
}

.homepage-content p {
    font-weight: 300;
}

.header-bottom .header-bottom-nav-links li:first-child {
    border: none;
}

.header-bottom .header-bottom-nav-links li:first-child > a {
    padding-left: 0;
}

.tablepress>:where(thead,tfoot)>*>th {
    background-color: var(--main-color)!important;
    color: #fff!important;
}