/* GeneratePress-style Reset */
blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body, button, input, select, textarea {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: #1e73be;
    transition: color .1s ease-in-out;
}

a:hover {
    color: #000;
}

img {
    height: auto;
    max-width: 100%;
}

p {
    margin-bottom: 1.5em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
}

h1 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.2em;
}

h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.2em;
}

h3 {
    font-size: 29px;
    margin-bottom: 20px;
    line-height: 1.2em;
}

h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

/* Lists */
ol, ul {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

/* Tables */
table, td, th {
    border: 1px solid rgba(0, 0, 0, .1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}

td, th {
    padding: 8px;
    border-width: 0 1px 1px 0;
}

th {
    font-weight: 700;
}

/* Blockquote */
blockquote {
    border-left: 5px solid rgba(0, 0, 0, .05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
}

blockquote p:last-child {
    margin: 0;
}

/* Header */
.site-header {
    position: relative;
    background: #fff;
}

.inside-header {
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.site-logo {
    display: inline-block;
    flex-shrink: 0;
}

.site-logo img {
    vertical-align: middle;
    width: 100px;
    height: auto;
}

/* Navigation */
.main-navigation {
    z-index: 100;
    padding: 0;
    display: flex;
    align-items: center;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    color: inherit;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation .main-nav > ul,
.main-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-navigation li {
    position: relative;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu li a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
}

.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li.current-menu-item > a,
.main-navigation .main-nav ul li a.active,
.main-navigation .menu li a:hover,
.main-navigation .menu li.current-menu-item > a,
.main-navigation .menu li a.active {
    color: #1e73be;
}

/* Grid Container */
.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

/* Site Content - Two Column Layout */
.site-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.content-area {
    flex: 1;
    min-width: 0;
}

.site-main {
    margin: 20px;
}

/* Sidebar */
.sidebar {
    width: 25%;
    flex-shrink: 0;
}

.sidebar .widget-area {
    margin: 20px;
    margin-left: 0;
}

.widget {
    padding: 40px;
    background: #fff;
    margin-bottom: 20px;
}

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

.widget-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

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

.widget ul li {
    margin-bottom: 0.5em;
}

.widget ul li a {
    color: #1e73be;
}

.widget ul li a:hover {
    color: #000;
}

/* Search Widget */
.widget .search-form {
    display: flex;
}

.widget .search-field {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 17px;
}

.widget .search-submit {
    background: #55555e;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 15px;
}

.widget .search-submit:hover {
    background: #3f3f46;
}

/* Article/Post Styles */
.inside-article {
    padding: 40px;
    background: #fff;
}

.entry-header {
    margin-bottom: 2em;
}

.entry-title {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 400;
}

.entry-title a {
    color: inherit;
}

.entry-title a:hover {
    color: #1e73be;
}

.entry-meta {
    font-size: 85%;
    margin-top: 0.5em;
    line-height: 1.5;
    color: #666;
}

.entry-meta a {
    color: #1e73be;
}

.entry-meta a:hover {
    color: #000;
}

.byline .author {
    font-weight: 400;
}

/* Entry Content */
.entry-content {
    margin-top: 2em;
}

.entry-content a {
    color: #1e73be;
}

.entry-content a:hover {
    color: #000;
}

.entry-content img {
    display: block;
    margin: 1.5em auto;
}

.entry-content .aligncenter {
    display: block;
    margin: 1.5em auto;
}

.entry-content .alignleft {
    float: left;
    margin-right: 1.5em;
}

.entry-content .alignright {
    float: right;
    margin-left: 1.5em;
}

/* Read More */
.read-more-container {
    margin-top: 1em;
}

.read-more {
    color: #1e73be;
}

.read-more:hover {
    color: #000;
}

/* Entry Footer (Categories/Tags) */
footer.entry-meta {
    margin-top: 2em;
    font-size: 85%;
}

.cat-links, .tags-links {
    display: block;
    margin-bottom: 0.5em;
}

.cat-links a, .tags-links a {
    color: #1e73be;
    text-decoration: underline;
    cursor: pointer;
}

.cat-links a:hover, .tags-links a:hover {
    color: #000;
    text-decoration: none;
}

/* Featured Image */
.featured-image {
    line-height: 0;
    margin-bottom: 2em;
}

.featured-image img {
    width: 100%;
}

/* Post Navigation */
.post-navigation {
    margin: 0 0 2em;
    overflow: hidden;
}

/* Paging Navigation */
.paging-navigation {
    margin: 20px 0;
    text-align: center;
}

.paging-navigation .nav-links > * {
    padding: 0 5px;
}

.paging-navigation .nav-links .current {
    font-weight: 700;
}

.paging-navigation a {
    color: #1e73be;
}

.paging-navigation a:hover {
    color: #000;
}

/* Page Header (Archive/Category) */
.page-header {
    margin-bottom: 20px;
    padding: 40px;
    background: #fff;
}

.page-header .page-title {
    margin-bottom: 0;
}

/* Separate Containers (Blog List) */
.separate-containers .inside-article {
    margin-bottom: 20px;
}

.separate-containers .inside-article:last-child {
    margin-bottom: 0;
}

/* Site Footer */
.site-footer {
    background: #fff;
}

.inside-site-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.site-info {
    text-align: center;
    font-size: 15px;
    color: #666;
}

.site-info a {
    color: #1e73be;
}

/* Responsive */
@media (max-width: 768px) {
    .inside-header {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .main-navigation .main-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
        font-size: 14px;
    }
    
    .main-navigation .main-nav > ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .site-content {
        flex-direction: column;
    }
    
    .sidebar {
        width: 100%;
    }
    
    .site-main {
        margin: 10px;
    }
    
    .sidebar .widget-area {
        margin: 10px;
    }
    
    .inside-article,
    .page-header,
    .widget {
        padding: 20px;
    }
    
    h1, .entry-title {
        font-size: 28px;
    }
    
    h2 {
        font-size: 24px;
    }
    
    h3 {
        font-size: 20px;
    }
}
