/*
Theme Name: Disability Talk
Author: JAAM / ThemeZee
Author URI: https://letsjaam.com
Version: 1.0.0
Template: chronus
*/

@import "../chronus/style.css";

body,
button,
input,
select,
textarea {
    font-family: Rambla, sans-serif;
    font-size: 100%;
    color: #444;
    line-height: 1.6;
    }

a:link,
a:visited {
    color: #635474;
    }

a:hover {
    text-decoration: underline;
    }

.site {
    padding: 0;
    }

.site-content,
#featured-content {
    padding: 0 2em;
    }

.site-header {
    border-top: 5px solid #635474;
    border-bottom: 5px solid #635474;
    }

.header-main {
    padding-top: 1em;
    padding-bottom: 0;
    }

.primary-navigation-wrap {
    border-top: 0;
    }

.primary-menu-toggle {
    padding-top: .5em;
    padding-bottom: .5em;
    }

.primary-menu-toggle:hover,
.primary-menu-toggle:active {
    color: #635474;
    }

.primary-menu-toggle:hover .icon,
.primary-menu-toggle:active .icon {
    fill: #635474;
    }

.main-navigation ul a:hover,
.main-navigation ul a:active,
.main-navigation ul a:focus {
    color: #635474;
    }

.footer-wrap {
    padding-bottom: 0;
    }

.site-footer {
    border: 0;
    background-color: #000;
    color: #fff;
    font-size: .875em;
    }
    .site-footer a {
        color: inherit;
        text-decoration: underline;
        }

.entry-title {
    line-height: 1.3;
    }
    .entry-title a:hover,
    .entry-title a:active {
        color: #635474;
        text-decoration: underline;
        }

.tzwb-posts-list {
    line-height: 1.4;
    }

.wp-post-image {
    margin-bottom: .75em;
    }

.single article.has-post-thumbnail > img {
    width: 100%;
    }

.single .entry-content img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

.single .entry-footer {
    margin-top: 2em;
    }

.post .wp-post-image-link > img {
    width: 100%;
    }

.archive-title {
    font-size: 1.75em;
    }

.widget-header {
    padding-bottom: 1em;
    border-bottom: 3px solid #635474;
    }

.widget ul li:first-child,
.widget ol li:first-child {
    border-top: 0;
    }

.sidebar > :last-child {
    position: sticky;
    top: 2em;
    }
