/*
Theme Name: Okyanus2
Theme URI: http://localhost
Author: NM
Author URI: http://localhost
Description: Okyanus2 Wordpress Theme
Version: 1.0
*/


body {
    display: flex;
    flex-direction: column;
    font-family: "Source Sans 3", sans-serif;
    min-height: 100vh;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.6em;
}

main {
    flex: 1;
}

nav ul {
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    list-style: none;
    margin-right: 32px;
}

nav ul li:last-child {
    margin-right: 0;
}

.site-header {
    border-bottom: 1px solid #dedede;
    height: 64px;
    line-height: 64px;
    margin-bottom: 64px;
}

.site-header .container,
.site-footer .container,
.pagination {
    display: flex;
    justify-content: space-between;
}

.site-brand a {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-nav a {
    color: inherit;
}

.site-footer {
    background-color: #000000;
    border-top: 1px solid #dedede;
    color: #fff;
    height: 64px;
    line-height: 64px;
    margin-top: 64px;
}

.site-footer a {
    color: inherit;
    font-weight: 500;
}

/**/
.content,
.post-summary,
.intro-description {
    font-size: 22px;
    line-height: 1.6em;
}

.content-category a {
    color: #0066bf;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.content-title h1 {
    color: #333c4e;
    font-size: 40px;
}

.content-body img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.content ol,
.content ul {
    list-style-position: inside;
    padding: 0;
}

.content ol > li::marker {
    font-weight: 600;
}

/**/
.intro {
    margin-bottom: 80px;
}

.intro-title h2 {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.intro-description {
    text-align: center;
}

.post-thumbnail {
    margin-bottom: 16px;
}

.post-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.post-title a {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
}

.posts [class*="col-"] {
    border-bottom: 48px solid transparent;
}

/**/
.widget {
    margin-bottom: 64px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    margin-bottom: 24px;
}

.widget-title h4 {
    color: #333c4e;
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}

.widget a {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
}

.widget a:hover,
.post-title a:hover {
    color: #0066bf;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget li {
    border-bottom: 1px solid #e0dede;
    padding: 12px 0;
}

.widget li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.pinterest {
    background-color: #E70023;
    display: block;
    color: white !important;
    font-size: 22px !important;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
}

.pinterest i {
    margin-right: 8px;
}

.pagination {
    font-size: 22px;
}

.pagination a {
    color: inherit;
}