/*  

Theme Name: What Weekly

Theme URI: https://whatweekly.com

Description: This isn't some lame theme, this is What Weekly, bitches

Version: 2.0

Author: What Works Studio (original design by Kyle Fritz & Brooke Hall)

Author URI: https://whatworksstudio.com

License: Copyright What Weekly 2010-2026. All rights reserved.

Tags: WHATWEEKLY

*/



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        border: 0;
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
        margin: 0;
        outline: 0;
        padding: 0;
}

:focus {
        outline: 0;
}

body {
        background: #fff;
        line-height: 1;
}

ul li {
        list-style-position: inside;
        margin-left: 22px;
        font-family: arial;
        font-size: 15px;
}

h1 {
        font-size: 300%;
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 15px;
}

h2 {
        font-size: 180%;
        font-family: 'Oswald', arial, serif;
        line-height: 24px;
        padding-top: 0px;
        padding-bottom: 0px;
}

h3 {
        font-size: 160%;
        padding-top: 0px;
        line-height: 14px;
}

h4 {
        font-size: 140%;
}

h5 {
        font-size: 120%;
}

table {
        border-collapse: separate;
        border-spacing: 0;
}

caption, th, td {
        font-weight: normal;
        text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}

blockquote, q {
        quotes: "" "";
}

a img {
        border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
        display: block;
}

/*
default colors and typography
*/

body {
        color: #4d4d4d;
        font-family: Lucida Grande,Arial,Helvetica,Geneva,Verdana,sans-serif;
        font-size: 12px;
        line-height: 22px;
}

body a {
        color: #000000;
        text-decoration: none;
}

body a:hover, body a.hover {
        text-decoration: underline;
}

input, select, textarea {
        border: #dddddd 1px solid;
        font-size: 12px;
        padding: 5px;
}

input[type=submit]:hover {
        border: #999 1px solid;
}

.hide-me {
        display: none;
}

.documenting-renaissance {
        background: black;
        text-transform: uppercase;
        text-align: center;
        font-family: 'Oswald', arial, serif;
        color: white;
        font-size: 13px;
        padding: 2px 0;
        font-weight: normal;
        letter-spacing: 2px;
}

.documenting-renaissance a {
        color: white;
}

.documenting-renaissance a:hover {
        color: red;
        text-decoration: none;
}

/*
CATEGORIES @ TOP 
*/

.top-categories {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        padding: 6px 6px 0px 0px;
        margin-bottom: 9px;
        margin-top: 9px;
        margin-left: -24px;
}

.top-categories ul {
        list-style: none;
}

.top-categories ul li {
        display: inline;
}

.top-categories ul li a {
        padding: 6px;
        text-decoration: none;
}

.top-categories ul li a:hover {
        color: gray;
}

/*
SUBNAV @ RIGHT 
*/

.sub-categories {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        text-align: left;
        padding: 6px 0;
        margin-bottom: 9px;
}

.sub-categories ul {
        list-style: none;
        line-height: 2em;
}

.sub-categories ul li {
        display: inline;
}

.sub-categories ul li a {
        padding: 10px;
        text-decoration: none;
}

.sub-categories ul li a:hover {
        background: black;
        color: white;
}

/*
SLIDER ON HOME PAGE
*/

.kk-slider {
        margin-bottom: 9px;
        padding-bottom: 6px;
}

.kk-slider .sliderlabel {
        position: absolute;
        z-index: 900;
        background: white;
        color: black;
        text-transform: uppercase;
        font-size: 14px;
}

.kk-slider .sliderlabel span {
        padding: 5px 10px;
}

.kk-slider ul {
        height: 450px;
        overflow: hidden;
}

.kk-slider li {
        overflow: hidden;
        margin: 0 8px;
        float: left;
        list-style: none;
        height: 450px;
}

.kk-slider li.alpha { margin-left: 0; }
.kk-slider li.omega { margin-right: 0; }

.kk-slider .contentWrapper {
        display: block;
        width: 94px;
        overflow: hidden;
        position: relative;
        height: 450px;
}

.kk-slider .contentWrapper .image {
        height: 450px;
        overflow: hidden;
}

.kk-slider img {
        height: 450px !important;
        width: auto !important;
        max-width: none !important;
        object-fit: cover !important;
        object-position: center !important;
}

.kk-slider .contentWrapper .image img {
        margin-left: -230px;
}

.kk-slider .contentWrapper .text {
        display: none;
        bottom: -3px;
        position: absolute;
}

.kk-slider .contentWrapper, .kk-slider .contentWrapper a {
        font-family: 'Oswald', arial, serif;
        background-color: white;
        color: red;
}

.kk-slider .text {
        padding: 13px 10px 0;
        background: white;
}

.kk-slider .contentWrapper .authors {
        font-size: 10px;
}

.kk-slider .contentWrapper h2 {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 26px;
        line-height: 1.1em;
        letter-spacing: 1pt;
}

.kk-slider .contentWrapper h2 a:hover {
        color: black;
        text-decoration: none;
        cursor: pointer;
}

/*
MASTHEAD
*/

.masthead {
        margin-bottom: 6px;
        padding-bottom: 6px;
}

.masthead .pages {
        text-align: right;
        margin-top: 34px;
}

.masthead .pages > ul {
        margin-top: 4px;
        list-style: none;
        float: right;
        font-size: 11px;
}

.masthead .pages > ul > li {
        display: inline;
        float: left;
        font-weight: bold;
        margin: 0 0 0 10px;
}

.masthead .pages > ul li ul.children {
        display: none;
        position: absolute;
        background: black;
        z-index: 100;
        padding: 0px;
        -moz-box-shadow: 5px 5px 3px #888;
        -webkit-box-shadow: 5px 5px 3px #888;
        box-shadow: 5px 5px 3px #888;
}

.masthead .pages > ul li ul.children a {
        color: white;
}

.masthead .pages > ul li:hover ul.children {
        display: block;
}

/* search */
.gsc-branding, .gsc-branding-img, .gsc-branding-text { display: none; }
.gsc-search-button input { background: white; border-color: black; }

.grid_4 .widget_outer, .grid_4 .widget_outer .widget { border: none; }

/*
The Blog Posts
*/

.left_column .post {
        padding: 18px 0;
}

.left_column .post .thumbnail {
        float: left;
        padding-right: 21px;
}

.left_column .post .thumbnail.omega {
        padding-right: 0px;
}

.left_column .categories-title {
        height: 63px;
        padding-bottom: 4px;
        overflow: hidden;
}

.left_column h2 {
        font-size: 20px;
        padding-bottom: 4px;
        font-family: 'Oswald', arial, serif;
        font-weight: normal;
}

.left_column .excerpt {
        font-size: 12px;
        line-height: 18px;
        height: 88px;
        text-overflow: ellipsis;
        overflow: hidden;
}

.left_column .category {
        line-height: 16px;
        font-size: 11px;
        padding-bottom: 8px;
}

.left_column .authors {
        font-size: 14px;
        line-height: 15px;
        overflow: hidden;
}

.left_column .npost-1, .left_column .npost-2 {
        padding-top: 0;
}

.left_column .first {
        background: black;
        padding: 20px;
}

.left_column .latest {
        background: black;
        padding: 1px 20px;
}

.left_column .npost-1 {
        color: #DDD;
}

.left_column .npost-1 h2 a {
        color: white;
        font-size: 30px;
}

.left_column .npost-1 .excerpt {
        height: auto;
}

.left_column .npost-1 .authors {
        font-size: 10px;
        color: red;
}

.left_column .authors, .left_column .authors a {
        color: red;
}

.left_column .post:last-child {
        border-bottom: none;
}

.left_column .npost-1 span {
        padding: 5px 10px;
        color: white;
        margin-left: -20px;
        margin-top: -10px;
        text-transform: uppercase;
        font-size: 14px;
        color: black;
        background: white;
}

.left_column .npost-2 h3 {
        background: black;
        padding: 4px 10px;
        color: white;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 14px;
}

/* middle column */

.middle_column .thumbnail {
        margin-top: 4px;
        margin-bottom: 4px;
}

.middle_column .previously-ww {
        background: #f3f3f3;
        border-top: none;
}

.middle_column .previously-ww .post {
        padding: 20px;
}

.middle_column h2 {
        font-size: 15px;
}

.middle_column p {
        line-height: 16px;
        font-size: 11px;
}

.middle_column p a {
        color: #777;
}

.middle_column h3 {
        background: black;
        color: white;
        text-transform: uppercase;
        padding: 4px 10px;
        font-size: 14px;
}

/* nav */

.navigation {
        margin: 20px auto;
        text-align: center;
        font-size: 200%;
}

/* archive */

.archive .post {
        padding: 18px 0;
}

.archive h2 a {
        font-size: 30px;
        line-height: 33px;
}

.archive .authors a, .archive .authors {
        color: red;
        font-size: 120%;
}

.archive .excerpt {
        line-height: 15px;
}

.archive .thumbnails {
        margin-top: 14px;
}

.category.archive, .archive.author {
        background: black;
        padding: 20px 10px;
        color: white;
        text-transform: uppercase;
        margin-bottom: 20px;
        font-size: 14px;
}

.category.archive a, .archive.author a {
        color: white;
}

.category.archive a:hover, .archive.author a:hover {
        text-decoration: none;
        color: red;
}

.archive .content img {
        margin-right: 30px;
}

.single small {
        display: block;
        color: #999;
        font-style: italic;
        margin-bottom: 10px;
}

/* sidebar */

.sidebar .widget-title { display: none; }
.sidebar .widget_text { margin: 20px 0; clear: both; }

.sidebar .signup p { width: 100%; padding: 10px 0; color: red; padding-bottom: 0; }
.sidebar .signup input { width: 64%; padding: 2.5% 1.5%; font-size: 16px; color: black; background: white; display: inline; }
.sidebar .signup input[type=submit] { width: 30%; background: #E9E9E9; border: 1px solid #CCC; }
.sidebar .signup .no-disclaimer { padding-top: 0; color: #666; }
.sidebar .signup { padding-bottom: 14px; }

.sidebar .columnists, .sidebar .events {
        margin: 20px 0px;
}

.sidebar .contributors h1,
.sidebar .events h1,
.sidebar .events .more-events {
        text-align: center;
        font-family: 'Oswald', arial, serif;
        font-size: 22px;
        margin-bottom: 10px;
        text-transform: uppercase;
        padding-bottom: 4px;
}

.sidebar .contributors h1,
.sidebar .events h1 {
        border-bottom: 5px solid black;
}

.sidebar .events h2 {
        text-align: center;
        margin-top: -10px;
        color: #666;
        font-size: 16px;
}

.sidebar .events .lwn a { color: red; }
.sidebar .events .lwl .lwl0 { display: none; }
.sidebar .events .date { font-size: 65%; }

.sidebar .events li.lwe .lwn .lwn0 {
        margin-left: -40px;
        position: absolute;
        font-weight: bold;
        line-height: 90%;
}

.sidebar .events li.lwe { margin-left: 30px; }
.sidebar .events h1 a, .sidebar .events .more-events a { color: black; }
.sidebar .events h1 a:hover, .sidebar .events .more-events a:hover {
        color: red;
        text-decoration: none;
}

.sidebar .events .more-events { padding-top: 10px; font-size: 18px; }
.sidebar .author-links { font-size: 75%; }

.sidebar .contributors li { margin: 10px 0; }
.sidebar .contributors li h4 { font-size: 120%; font-weight: bold; }
.sidebar .contributors li h5 { font-size: 110%; font-style: italic; }
.sidebar .contributors li .grid_3 img { margin-left: 20px; }
.sidebar .contributors li .grid_4 { top: 10px; }

/* bottom categories */

.bottom-categories {
        font-size: 90%;
        line-height: 120%;
        padding-top: 12px;
}

.bottom-categories h2 {
        padding: 12px 0;
        text-transform: uppercase;
        font-size: 130%;
}

.bottom-categories h3 {
        text-transform: uppercase;
        line-height: 130%;
        font-size: 130%;
}

.bottom-categories h3 a { color: red; }
.bottom-categories p.excerpt { margin-bottom: 14px; }

.bottom-categories h4 {
        border-top: #BFBFBF 1px solid;
        padding: 6px 0;
        font-size: 110%;
        line-height: 120%;
}

.bottom-categories h4 a { color: #808080; }

.bottom-categories .thumbnail {
        padding: 4px;
        border: 1px solid #ccc;
        margin-top: 4px;
        margin-bottom: 4px;
}

/* footer */

.bww-footer { text-align: center; }

.footer {
        color: white;
        background: black;
        padding-bottom: 100px;
}

.footer .middle { text-align: center; }

.footer a {
        color: #CCC;
        border-bottom: 1px dotted;
}

.footer a:hover, .footer a.hover {
        color: white;
        text-decoration: none;
        border-bottom: 1px solid;
}

.footer ul, .footer li { display: inline; }

/* PAGE */

.page .entry.About {
        -moz-column-count: 3;
        -moz-column-gap: 20px;
        -webkit-column-count: 3;
        -webkit-column-gap: 20px;
        column-count: 3;
        column-gap: 20px;
}

.page .entry p {
        padding-bottom: 10px;
        font-size: 110%;
}

.page .entry h2 {
        padding: 10px 0;
        margin-top: 30px;
        line-height: 1.3em;
}

/* single */

.entry p b, .single p strong { font-weight: bold; }
.entry p em { font-style: italic; }
.entry p a { text-decoration: underline; font-weight: bold; }

.single .entry p {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 25px;
        font-weight: lighter;
}

.single img { margin: 5px 0; }

.single .title {
        font-size: 250%;
        line-height: 200%;
}

.single .title, .single .title a { color: red; }
.single .date { font-size: 11px; }
.single header { padding-bottom: 20px; }

.single .contributors {
        background: #F3F3F3;
        padding: 10px 0;
}

.single .entry { overflow: hidden; }

.single .entry h3 {
        padding: 6px 0;
        margin-top: 100px;
}

.fullwidth .title { color: red; }

/* image alignment */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
}

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
}

.alignright { float: right; }
.alignleft { float: left; }

.widget #calendar_wrap { display: none; }