/*
Theme Name: Okyanus
Theme URI: http://localhost
Author: NM
Author URI: http://localhost
Description: Okyanus Wordpress Theme
Version: 1.0.10
*/

/*
* Okyanus style
*/
body {
    color: #2e2e30;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
    text-rendering: optimizeLegibility;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    color: #696969;
}

.site-header,
.site-footer {
    height: 64px;
    line-height: 64px;
}

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

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

.site-brand a {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

.header-nav a,
.footer-nav a {
    text-transform: uppercase;
}

.header-nav i {
    font-size: 18px;
}

.header-nav ul,
.footer-nav ul {
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.header-nav ul li,
.footer-nav ul li {
    display: inline-block;
    list-style: none;
    margin-right: 24px;
}

.header-nav ul li:last-child,
.footer-nav ul li:last-child {
    margin-right: 0;
}

main {
    flex: 1;
}

.section-title {
    margin-bottom: 64px;
    text-align: center;
}

.section-title h1 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.entry {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 64px;
	padding-bottom: 32px;
}

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

.entry-title {
    border-top: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.entry-summary {
    font-size: 18px;
    line-height: 1.6
}

.category {
    margin-bottom: 48px;
}

.category .category-title {
    font-size: 20px;
}

.category .category-title i {
    margin-right: 8px;
}

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

.post-category a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.post-title,
.page-title,
.share-buttons {
    margin-bottom: 24px;
}

.post-title h1,
.page-title h1 {
    font-size: 40px;
    line-height: 1.5;
    margin: 0;
}

.post-content p,
.page-content p{
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 32px 0;
}

.post-content p:last-child,
.page-content p:last-child {
    margin-bottom: 0;
}

.site-footer {
    border-top: 1px solid #eaeaea;
    font-size: 10px;
    margin-top: 64px;
}

.share-buttons a {
	color: #fff;
	font-size: 20px;
}

.share-buttons div {
    color: #fff;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.facebook {
    background-color: #4267B2;
}

.twitter {
    background-color: #00ACED;
}

.pinterest {
    background-color: #E60023;
}

.whatsapp {
    background-color: #25D366;
}

.telegram {
    background-color: #2EA2D8;
}

.read-more a {
    background-color: #130f40;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 8px;
}

@media (max-width: 767px) {
    
    .site-header,
    .section-title {
        margin-bottom: 48px;
    }
    
    .site-brand a {
        font-size: 20px;
    }
    
    .header-nav i {
        font-size: 16px;
    }
    
    .section-title h1 {
        font-size: 22px;
    }
    
    .post-category a {
        font-size: 10px;
    }
    
    .site-footer .container {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-nav ul li {
        display: block;
        margin-right: 0;
    }
}









