/*
Theme Name: Strange Horizons
Theme URI: http://strangehorizons.com
Author: Matthew Kressel
Author URI: http://sunraycomputer.com/
Description: A custom WordPress theme with additional functionality for issue management for Strange Horizons by Matthew Kressel
Version: 1.0
Text Domain: strangehorizons
*/

body {
    font-size: 14px;
    color: #444444;
    background: #452854;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    position: relative;
}

@font-face {
    font-family: 'Cooper Hewitt Semibold';
    src: url('fonts/CooperHewitt-Semibold.eot');
    src: url('fonts/CooperHewitt-Semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/CooperHewitt-Semibold.woff') format('woff'),
        /*url('fonts/CooperHewitt-Semibold.ttf') format('truetype'),*/ url('fonts/CooperHewitt-Semibold.svg#CooperHewittSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cooper Hewitt Medium';
    src: url('fonts/CooperHewitt-Medium.eot');
    src: url('fonts/CooperHewitt-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/CooperHewitt-Medium.woff') format('woff'),
        /*url('fonts/CooperHewitt-Semibold.ttf') format('truetype'),*/ url('fonts/CooperHewitt-Medium.svg#CooperHewittMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #5374ba;
    text-decoration: none;
}

a:visited {
    color: #b087c5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.no-underline:hover {
    text-decoration: none;
}

hr {
    border-top: 1px solid #484848;
}

p {
    margin: 0 0 15px 0;
}

.sh-header {
    background: #000000;
    height: 100px;
}

.sh-logo-bg {
    background: #ffffff;
    height: 100px;
    width: 350px;
}

.sh-logo-full {
    width: 90%;
    height: auto;
    margin: 5px auto;
}

.bottom-angle-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.bottom-angle {
    background: url('images/angle-bottom.png') no-repeat;
    width: 350px;
    height: 100px;
    background-size: contain;

}

.top-angle-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.top-angle {
    background: url('images/angle-top.png') no-repeat;
    width: 350px;
    height: 100px;
    /* background-size: contain;*/

}

.searchbar,
#top-search-bar {
    border-radius: 3px;
    border: 2px solid #e5e5e5;
    font-size: 14px;
    text-align: right;
   /* text-transform: uppercase;*/
    letter-spacing: 0px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    padding: 4px;

}

#header-searchform {
    transition: all 1s ease;
    position: relative;
    top: 0;
    right: 0;
}

#top-search-bar-button {
    display: none;
}

#header-searchform.active {
    position: absolute;
    top: 64px;
    right: 0;
    width: 750px;
    text-align: right;
    padding: 15px 25px;
    height: 75px;
    background: #000000;
    z-index: 99;
    transition: all 1s ease;
}

#header-searchform.active #top-search-bar {
    width: 80%;
}

#header-searchform.active #top-search-bar-button {
    display: inline-block;
    margin: 0 0 0 15px;
}

.top-search-container {
    position: relative;
    height: 100px;
}

.top-search {
    position: absolute;
    bottom: 0;
    margin-bottom: 20px;
}

.sub-header {
    padding-left: 0;
    padding-right: 0;
}

.header-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #452854;
    position: relative;
    height: 600px;
    width: 100%;
}

.no-header-image {
    background: none;
    position: relative;
    height: 150px;
    width: 100%;
}

.header-image-caption {
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
}

.header-image-caption a {
    color: #ffffff;
    text-shadow: #000000 0px 0px 3px;
    opacity: 0.33;
}

.header-image-caption a:hover {
    opacity: 1.0;
    text-decoration: none;
}

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

ul.rss-feeds li {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 110%;
}



.front-page-left-sidebar .widget,
.issue-footer .widget,
.index-left-sidebar .widget,
.archive-left-sidebar .widget {
    background: #ffffff;
    width: 350px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    padding: 25px;
    font-size: 120%;
}

.front-page-left-sidebar .widget-title,
.issue-footer .widget-title,
.index-left-sidebar .widget-title,
.archive-left-sidebar .widget-title,
.archive-template-row .widget-title {
    text-align: center;
    color: #000000;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 150%;
}

.front-page-left-sidebar .bottom-angle:last-of-type,
.index-left-sidebar .bottom-angle:last-of-type,
.archive-left-sidebar .bottom-angle:last-of-type {
    visibility: hidden;
}

.front-page-left-sidebar ul,
.issue-footer ul,
.index-left-sidebar ul,
.archive-left-sidebar ul,
.archive-template-row ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.front-page-left-sidebar ul li,
.issue-footer ul li,
.index-left-sidebar ul li,
.archive-left-sidebar ul li,
.archive-template-row ul li {
    list-style: none;
    margin: 0 0 10px 0;
}

.home .body-container {
    margin-top: -200px;
    padding-bottom: 50px;
}

/*.single .body-container {
    padding-right: 0;
    padding-left: 0;
}*/

.front-page-right-sidebar {
   /* padding-right: 0;
    padding-left: 0;*/
    margin-top: 250px;
}

.front-page-right-sidebar .widget,
.archive-template-row .archive-template-widget {
    font-size: 120%;
}

.archive-right-sidebar {
    margin: 50px 0;
    font-size: 120%;
}

.archive-header,
.search-box {
    background: #ffffff;
    color: #444444;
    font-family: 'Cooper Hewitt Semibold', Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 100%;
    padding: 25px;
    margin: 0px 0px 50px 0;
}

#search-box-input {
    width: 70%;
    text-align: left;
}

.search-box .read-more {
    width: 20%;
    font-size: 80%;
    padding: 6px 7px 2px 7px;
    margin: 0 0 0 10px;
}

.archive-date-select {
    margin: 0px 0px 50px 0;
    background: #ffffff;
    color: #444444;
    font-family: 'Cooper Hewitt Semibold', Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 100%;
    padding: 25px;
}

.archive-date-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 6px 3em 5px 5px;
    background: none;

    background-color: #ffffff;
    font-family: 'Cooper Hewitt Semibold', Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 85%;
    border-radius: 0px;
    background: url(images/down-arrow.png) no-repeat right #ffffff;
    background-position: right center;
    background-size: 20px 20px;
    border: 2px solid #000000;
}

.read-more.archive-by-date-button {
    padding: 5px 10px 0px 10px;
    margin: 0 5px;
    font-size: 90%;

}

.archive-date-select select {
    display: inline-block;
    margin: 0 10px;
}

.archive-template-row {
    margin: 0px 0 50px 0;
    min-height: 500px;
    /*font-size: 120%;*/
}

.archive-template-header {
    font-size: 120%;
    margin: 50px 0 0 0;
    padding-right: 0px;
}

.issue-medium .article,
.issue-small .article,
.archive-template-row .article {
    margin: 0 0 15px 0;
}

.issue-small .review,
.issue-small .title,
.issue-small .author,
.issue-small .comma {
    display: inline;
}

.archive-template-row .category-title {
    color: #000000;
    margin: 0 0 25px 0;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 150%;
    letter-spacing: 1px;
    text-align: left;
}

.issue-full .article {
    margin: 0 0 25px 0;
}

.issue-full .review {
    margin: 0 0 15px 0;
}

.issue-footer {
    padding: 50px 0;
}

.issue-footer .col-md-4 {
    padding: 0 !important;
}

.issue-container {
    background: #ffffff;
    font-size: 120%;
    padding: 25px;
}

.issue-toc {
    padding: 25px;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    font-size: 200%;
    text-transform: uppercase;
    letter-spacing: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#96b9e3+0,6e3292+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5374ba+0,6e3292+100 */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5374ba+0,000000+100 */
    background: #5374ba; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #5374ba 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #5374ba 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #5374ba 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5374ba', endColorstr='#000000', GradientType=1); /* IE6-9 fallback on horizontal gradient */

}

.issue-toc .title {
    color: #ffffff;
}

.issue-toc .date {
    color: #95b8e2;
}

.issue-toc a.post-edit-link {
    color: #95b8e2;
    font-size: 50%;
}

.issue-full .issue-lede {
    margin: 0 0 25px 0;
}

.current-issue-widget {
    /* padding: 25px;*/
}

.current-issue-widget .post {
    margin-bottom: 20px;
}

.current-issue-widget .heading {
    text-align: center;
    line-height: 1.0;
    color: #6e3293;
    font-family: 'Cooper Hewitt Semibold', Helvetica, sans-serif;
    font-size: 190%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.current-issue-widget .date {
    text-align: center;
    line-height: 1.0;
    margin: 10px 0;
    color: #000000;
    font-family: 'Cooper Hewitt Semibold', Helvetica, sans-serif;
    font-size: 150%;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.front-page-left-sidebar hr,
.issue-footer hr,
.index-left-sidebar hr,
.archive-left-sidebar hr,
.archive-template-row hr {
    border-top: 4px solid #dfdfdf;
    width: 85%;
    margin: 8px auto 25px auto;
}

.archive-template-row hr {
    width: 100%;
}

.sh-posts-widget,
.sh-issues-blog-widget {
    padding: 0px;
}

.sh-posts-widget .post,
.sh-issues-blog-widget .post,
.archive .post,
.search .post,
    /*.archive-template-row .issue,
    .archive-template-row .sh-latest-in-category-widget, */
.archive-template-row .archive-template-widget {
    background: #ffffff;
    padding: 25px;
    margin: 0 0 50px 0;
    width: 350px;
    /*display: inline-block;
    float: left;*/
}

.sh-issues-blog-widget .post.issue,
.archive-right-sidebar .issue {
    padding-top: 0;
}

.archive-template-row .archive-template-widget .issue {
    margin-top: -25px;
}

.current-issue-widget .category a,
.sh-posts-widget .category a,
.sh-issues-blog-widget .category a,
.issue-container .category a,
.sh-latest-blog-post-widget .category a,
.archive-right-sidebar .category a,
.archive-template-row .category a {
    color: #9e9e9e;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 90%;
}

.current-issue-widget .title a,
.sh-posts-widget .title a,
.sh-issues-blog-widget .title a,
.issue-container .title a,
.sh-latest-blog-post-widget .title,
.archive-right-sidebar .title a,
.archive-template-row .title a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #6e3293;
    font-weight: 600;
    font-size: 120%;
}

.current-issue-widget .author a,
.sh-posts-widget .author a,
.sh-issues-blog-widget .author a,
.issue-container .author a,
.sh-latest-blog-post-widget .author a,
.archive-right-sidebar .author a,
.archive-template-row .author a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #5374ba;
    font-weight: 600;
    font-size: 100%;
}

.sh-issues-blog-widget .issue .title,
.sh-issues-blog-widget .issue .author,
.archive-template-row .issue .title,
.archive-template-row .issue .author,
.archive-right-sidebar .issue .title,
.archive-right-sidebar .issue .author {
    display: inline !important;
}

.current-issue-widget .date,
.sh-posts-widget .date,
.sh-issues-blog-widget .date,
.issue-container .date,
.sh-latest-blog-post-widget .date,
.archive-right-sidebar .date,
.archive-template-row .date {
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 1px;
    margin: 0.3em 0;
    font-weight: 600;
    font-size: 90%;
}

.current-issue-widget .date {
    font-size: 150% !important;
}

.current-issue-widget .excerpt,
.sh-posts-widget-widget .excerpt,
.sh-posts-widget .content,
.sh-issues-blog-widget .excerpt,
.sh-issues-blog-widget .content
.issue-container .content,
.issue-container .excerpt,
.sh-latest-blog-post-widget .excerpt,
.sh-latest-blog-post-widget .content,
.archive-right-sidebar .content,
.archive-right-sidebar .excerpt,
.archive-template-row .excerpt,
.archive-template-row .content {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #444444;
    padding-top: 15px;
    font-weight: 400;
    font-size: 100%;
}



.archive-template-row .excerpt {
    padding-top: 0;
}

.issue-container .excerpt {
    padding-top: 0;
}

.issue-navigation {
    width: 100%;
}

.issue-navigation td {
    width: 50%;
}

.issue-navigation td a {
    color: #000000;
}

.issue-navigation td a:hover {
    text-decoration: none;
}

.sh-issues-blog-widget .issue .image-header,
.archive-template-row .issue .image-header,
.archive-right-sidebar .issue .image-header {
    height: 300px;
    width: 350px;
    margin-left: -25px;
    margin-bottom: 15px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: none;
    transition: all 0.5s ease;
}

.sh-issues-blog-widget .issue a:hover,
.archive-template-row .issue a:hover {
    text-decoration: none;
}

/*.sh-issues-blog-widget .issue a:hover .image-header,
.archive-template-row .issue a:hover .image-header
.archive-right-sidebar*/
.issue a:hover .image-header {
    box-shadow: #ffffff 0px 0px 25px;
}

.sh-issues-blog-widget .issue .top-angle,
.archive-template-row .issue .top-angle,
.archive-right-sidebar .issue .top-angle {
    position: absolute;
    bottom: 0;
    background-position: bottom;
}

.sh-issues-blog-widget .issue .date,
.archive-template-row .issue .date,
.archive-right-sidebar .issue .date {
    color: #ffffff;
    padding: 25px 0 0 25px;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 150%;
    margin: 0;
    letter-spacing: 2px;
    text-shadow: #000000 0px 0px 5px;
    text-align: left;
}

.issue a:hover {
    text-decoration: none;
}

.read-more,
.comment-form .submit,
#searchsubmit {
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
    background-color: #ffffff;
    display: inline-block;
    font-size: 100%;
    margin: 15px auto;
    letter-spacing: 2px;
    text-align: center;
    border: 2px solid #000000;
    padding: 10px 15px 5px 15px;
    transition: all 0.5s ease;
}

#searchsubmit {
    display: block;
}

.author-bibliography {
    margin: 25px 0;
    font-size: 120%;
}

.author-bibliography .title,
.podcast-posts .title {
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 120%;
    letter-spacing: 1px;
}

.author-bibliography ul {
    margin: 0 0 0 1em;
    padding: 0;
}

.author-bibliography ul li {
    margin: 0;
    padding: 5px 0;
}

.list-of-authors .alphabet-anchors {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 110%;
    text-transform: uppercase;
    word-wrap: break-word;
}

.list-of-authors .alphabet-anchor {
    font-size: 120%;
    color: #000000;
    margin: 25px 0 15px 0;
}

.list-of-authors ul {
    padding: 0;
    margin: 0;
}

.list-of-authors ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* hide old bio */
.content .author-bio,
.content .author-copyright,
.content .author-copyright + hr {
    display: none;
}

.author-biographies {
    font-size: 100%;
    margin: 25px 0 50px 0;
}

.author-biographies .author-copyright {
    display: block;
    text-align: left;
}

.author-biographies .author-title {
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 120%;
    letter-spacing: 1px;
}

.author-biographies .author-title a {
    color: #000000;
}

.author-bio {
    margin: 25px 0;
}

.read-more:hover,
.load-more:hover,
.comment-form .submit:hover,
#searchsubmit:hover {
    background-color: #5374ba;
    border: 2px solid #5374ba;
    color: #ffffff;
    cursor: pointer;
}

.load-more {
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    background: none;
    display: inline-block;
    font-size: 130%;
    margin: 15px auto;
    letter-spacing: 2px;
    text-align: center;
    border: 2px solid #ffffff;
    padding: 10px 15px 5px 15px;
    transition: all 0.5s ease;
}

.single .post,
.page .post {
    background: #ffffff;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #444444;
    margin: 50px 0;
    padding: 25px;
    font-weight: 400;
    font-size: 120%;
}

.single .post .title a,
.page .post .title a,
.error404 .post .title {
    font-family: 'Cooper Hewitt Semibold', Helvetica, sans-serif;
    font-size: 180%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
}

.single .post .title a.post-edit-link,
.page .post .title a.post-edit-link {
    font-size: 75%;
}

.single .post .byline,
.page .post .byline,
.post .podcast-title {
    font-family: 'Cooper Hewitt Semibold', Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 110%;
}

.single .post .byline .author,
.single .post .byline .date,
.single .post .byline .wordcount {
    display: block;
    color: #9e9e9e;
}

.single .post .category a,
.page .post .category a,
.single .post .font-size,
.page .post .font-size {
    color: #9e9e9e;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 110%;
}

.single .post .content {
    padding: 15px 0;
}

.post .content img {
    max-width: 100%;
}

.alignright {
    display: block;
    float: right;
    margin-left: 10px;
}

.alignleft {
    display: block;
    float: left;
    margin-right: 10px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
	clear: both;
}

.single-title-header {
    margin: 0 0 15px 0;
}

.left-50 {
    width: 50%;
    float: left;
}

.right-50 {
    width: 50%;
    float: right;
}

.font-size-button:hover,
.full-screen-button:hover {
    cursor: pointer;
}

.comments-header {
    color: #9e9e9e;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 120%;
    margin: 25px 0;
}

.comments-header .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.comment-author {
    color: #9e9e9e;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 85%;
    margin: 15px 5px 0 0;
    word-wrap: break-word;
}

.comment-date {
    text-transform: uppercase;
    font-size: 100%;
    letter-spacing: 1px;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    margin: 0 0 5px 0;
}

.comment-body {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 100%;
}

.comments-row {
    margin: 0 0 25px 0;
}

.comment-form textarea,
.comment-form input {
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    padding: 5px 5px;
}

.comment-reply-title {
    color: #000000;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 140%;
    margin: 15px 0px 0 0;
}

.comment-form label {
    color: #444444;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 100%;
    margin: 15px 0px 0 0;
}

/*.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}*/

.ssba {
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    color: #9e9e9e;
    font-size: 90%;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
}

.widget .ssba {
    display: none;
}

.body-search-container {
    margin: 50px 0 0 0;
    background: #ffffff;
    padding: 25px;
    font-size: 120%;
}

.body-search-container .searchbar {
    width: 75%;
    margin: 15px 0;
    padding: 8px;
}

.body-search-container .title {
    color: #444444;
    font-family: 'Cooper Hewitt Semibold', Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 100%;
}

.body-search-container input[type="submit"] {
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000;
    background-color: #ffffff;
    display: inline;
    font-size: 100%;
    letter-spacing: 2px;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 0;
    padding: 8px 15px 4px 15px;
    transition: all 0.5s ease;
}

.body-search-container input[type="submit"]:hover {
    background-color: #5374ba;
    border: 2px solid #5374ba;
    color: #ffffff;
    cursor: pointer;
}

.screen-reader-text {
    display: none;
}

/* footer */

.footer {
    background: #5374ba;
    color: #ffffff;
    padding: 25px;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    font-size: 140%;
    letter-spacing: 1px;
}

.copyright-row {
    margin-top: 25px;
}

.footer .widget {
    padding: 25px 0;
}

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

.footer .widget ul li a {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    list-style: none;
    text-decoration: none;
    color: #ffffff;
}

.footer .widget ul li a:hover {
    text-decoration: underline;
}

.footer a {
    color: #ffffff;
    text-decoration: underline;
}

.footer em {
    font-style: normal;
    text-transform: uppercase;
    font-size: 125%;
}

.footer .widget-title {
    text-transform: uppercase;
    font-size: 125%;
}

.footer button {
    margin: 15px 0;
    background: #ffffff;
    color: #5374ba;
    border: none;
    padding: 15px 15px 5px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 120%;
    letter-spacing: 2px;
    transition: all 0.5s ease;
}

.footer button:hover {
    cursor: pointer;
    background: #729fff;
    color: #ffffff;
}
.footer .footer-far-left .widget-title {
    display: none;
}

.footer .footer-near-left li ul.children li ul.children {
    display: none;
}

.footer .menu-social-media-container ul.menu li {
    margin: 0 25px 0 0;
}
/* social media menu */

ul.social-media,
.menu-social-media-container ul.menu {
    list-style: none;
    width: 100%;
}

ul.social-media li,
.menu-social-media-container ul.menu li {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    font-size: 30px;
    float: left;
}

.menu-social-media-container ul.menu li {
    margin-right: 25px;

}

.menu-social-media-container ul.menu li {
    font-size: 50px;
    text-align: left;
}

ul.social-media li a,
.menu-social-media-container ul.menu li a {
    color: #ffffff;
    text-decoration: none;
    box-shadow: none;
}

ul.social-media li a:hover {
    color: #5374ba;
    text-decoration: none;
}

.menu-social-media-container ul.menu li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.patreon {
    margin: 7px 3px 0 0;
    width: 27px;
    height: 27px;
    display: inline-block;
    background-image: url(images/patreon-logo.png);
    background-size: 100% 100%;
}

.menu-social-media-container .patreon {
    margin-top: 11px;
    width: 44px;
    height: 44px;
}

a:hover .patreon {
    background-image: url(images/patreon-logo-hover.png) !important;
}

.menu-social-media-container a:hover .patreon {
    background-image: url(images/patreon-logo.png) !important;
}

/* menu */
.caret {
    display: none;
}

#menu-main-menu {
    margin: 0;
}

.top-menu-container {
    position: relative;
    height: 100px;
}

.navbar-brand {

}

.navbar-default {
    background: none !important;
}

.navbar-default .navbar-toggle {
    border-color: #000000;
    margin: 7px 0 !important;
    position: relative;
    z-index: 99;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #000000;
}

.navbar-toggle {
    background-color: #000000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    padding: 9px 10px;
    position: absolute;
    top: 0;
    right: -20px;
}

.navbar {
    background: none !important;
    border: none !important;
    min-height: 0;
    position: absolute;
    bottom: 0;
    margin-bottom: 5px;

}

.navbar .navbar-collapse {
    text-align: left;
    padding: 0px;
    border: none;
    position: relative;
    z-index: 99;
}

.nav > li {
    padding: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-nav > li > a {
    color: #ffffff !important;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 130%;
    letter-spacing: 1px;
    padding: 15px 17px 10px 17px;
    /* transition: background-color 0.5s ease; */
    background: none;
}

.navbar-nav > li.fa-padding > a {
    padding: 7px 10px 0px 10px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > .open > a:hover {
    background: none !important;
    color: #5374ba !important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-nav a:hover {
    color: #ffffff !important;
    background: none;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffffff !important;
    color: #000000 !important;
}

.navbar-default .navbar-nav > .open > a {
    background-color: #000000 !important;
    color: #ffffff;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #000000 !important;
    color: #ffffff;
    margin-top: 0px;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 0;
    box-shadow: #444444 0px 3px 5px;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0%;
    display: none;
    background: #000000;
}

.dropdown-menu > .active > a,
.dropdown-menu > li > a {
    color: #ffffff;
    background: none !important;
    padding: 15px 20px 10px 20px;
    text-transform: uppercase;
    font-family: 'Cooper Hewitt Medium', Helvetica, sans-serif;
    font-size: 130%;
    letter-spacing: 1px;
}

.dropdown-menu > li > a:hover {
    background-color: #000000 !important;
    color: #5374ba !important
}

.open > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .2s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;

    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

#full-screen-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #ffffff;
    padding: 35px;
    display: none;
    margin: 0;
}

@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .sh-logo-bg,
    .bottom-angle,
    .top-angle,
    .front-page-left-sidebar .widget,
    .issue-footer .widget,
    .index-left-sidebar .widget,
    .archive-left-sidebar .widget,
    .sh-posts-widget .post,
    .sh-issues-blog-widget .post,
    .archive .post,
    .search .post,
    .sh-issues-blog-widget .issue .image-header,
    .archive-template-row .issue .image-header,
    .archive-right-sidebar .issue .image-header,
    .archive-template-row .archive-template-widget {
        width: 300px;
    }

    .front-page-right-sidebar {
        margin-top: 235px;
        padding: 0 5px !important;
    }

    .archive-right-sidebar {
        padding: 0 0 0 15px !important;
    }

    .sh-posts-widget, .sh-issues-blog-widget {
        padding: 0 15px;
    }

    .sh-posts-widget .post,
    .sh-issues-blog-widget .post,
    .archive .post,
    .search .post,
    .archive-template-row .archive-template-widget,
    .archive-title {
        margin-bottom: 25px;
    }

    .navbar-nav > li > a,
    .dropdown-menu > .active > a,
    .dropdown-menu > li > a {
        font-size: 120%;
        padding: 15px 10px 10px 10px;
    }

    .current-issue-widget .heading {
        font-size: 170%;
    }

    ul.social-media li,
    .menu-social-media-container ul.menu li {
        font-size: 25px;
    }

    .top-search-container .patreon {
        width: 22px;
        height: 22px;
        margin-top: 6px;
    }

    .footer {
        font-size: 120%;
    }

    .menu-social-media-container ul.menu li {
        font-size: 40px
    }

    .menu-social-media-container .patreon {
        margin-top: 8px;
        width: 37px;
        height: 37px;
    }

}

@media screen and (min-width: 992px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .sh-logo-bg,
    .bottom-angle,
    .top-angle,
    .front-page-left-sidebar .widget,
    .issue-footer .widget,
    .index-left-sidebar .widget,
    .archive-left-sidebar .widget,
    .sh-posts-widget .post,
    .sh-issues-blog-widget .post,
    .archive .post,
    .search .post,
    .sh-issues-blog-widget .issue .image-header,
    .archive-template-row .issue .image-header,
    .archive-right-sidebar .issue .image-header,
    .archive-template-row .archive-template-widget {
       /* width: 325px;*/
       width: 100%;
       margin-bottom: 50px;
    }


    .navbar {
        position: relative;
        right: 0;
        top: 20px;
    }

    .navbar .navbar-nav {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .navbar-toggle,
    .navbar-toggle:hover {
        background-color: #452854 !important;
        padding: 10px;
        right: calc(50% - 350px);
        border-radius: 0;
    }

    .navbar .navbar-collapse {
        padding: 0px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar-collapse {
        box-shadow: none;
        top: 10px;
        background: #000000;
    }

    .navbar-default .navbar-toggle .icon-bar {
        width: 35px;
        height: 3px;
        margin: 6px 0;
    }

    .navbar-nav > li > a {
        padding: 20px 0;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li.active > a:hover,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li.active > a:hover,
    .navbar-default .navbar-nav > .open > a:hover {
        color: #ffffff !important;
        background-color: #000000 !important;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px;
    }

    .sh-mobile-menu {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100px;
       /* z-index: 99;*/
    }

    /* .dropdown:hover > .dropdown-menu {
         display: inherit;
     }*/
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
        text-align: center;
        font-size: 120%;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 35px;
    }

    .navbar-default .navbar-nav > .open > a {
        background-color: #000000;
    }

    .sh-header {
        padding: 0;
    }

    #archive-month,
    #archive-year,
    .archive-by-date-button {
        width: 100%;
        margin: 10px 0 !important;
    }

    .top-angle,
    .bottom-angle {
        display: none;
    }

    .front-page-right-sidebar,
    .front-page-left-sidebar,
    .index-left-sidebar {
        margin: 0 15px;
    }
    .front-page-right-sidebar {
        padding-right: 15px;
        padding-left: 15px;
    }

    .image-header {
        width: calc(100% + 50px) !important
    }

    .body-container {
        padding: 0;
    }

    .load-more {
        margin-bottom: 65px;
    }


}

@media screen and (max-width: 767px) {

    .sh-logo-bg,
    .top-angle,
    .front-page-left-sidebar .widget,
    .issue-footer .widget,
    .index-left-sidebar .widget,
    .archive-left-sidebar .widget,
    .sh-posts-widget .post,
    .sh-issues-blog-widget .post,
    .archive .post,
    .search .post,
    .archive-template-row .issue .image-header,
    .archive-right-sidebar .issue .image-header,
    .archive-template-row .archive-template-widget {
        width: 100%;
    }

    .sh-issues-blog-widget .issue .image-header,
    .current-issue-widget.issue .image-header {
        width: calc(100% + 50px);
        box-sizing: border-box;
        height: 200px;
        margin-left: -25px;
    }

    .sh-logo-bg {
        width: 150px;
        height: 50px;
    }

    .sh-header {
        height: 50px;
        padding: 0;
    }

    .sh-header .container {
        padding: 0 15px;
    }

    .navbar {

        position: relative;
        right: 0;
        top: 0px;
    }

    .navbar .navbar-nav {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .navbar-toggle,
    .navbar-toggle:hover {
        background-color: #452854 !important;
        padding: 10px;
        right: 15px;
        border-radius: 0;
    }

    .navbar .navbar-collapse {
        padding: 0px;
        margin: 0px -15px 0 -15px;
        top: -5px;
    }

    .navbar-collapse {
        box-shadow: none;
        margin-top: 0px;
        background: #000000;
    }

    .navbar-default .navbar-toggle .icon-bar {
        width: 25px;
        height: 2px;
        margin: 3px 0;
    }

    .navbar-nav > li > a {
        padding: 20px 0;
    }

    .sh-mobile-menu {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100px;
    }

    .header-image {
        height: 300px;
    }

    .header-image .bottom-angle-container {
        height: 300px;
    }

    /*.header-image .bottom-angle {
        width: 150px;
        height: 50px;
        display: block;
    }*/

    /*.bottom-angle,
    .top-angle {
        width: 100%;
        background-size: 100% 100%;
        display: none;
    }*/

    .home .body-container {
        margin-top: 0;
    }

    .widget {
        margin-bottom: 50px;
    }

    .front-page-right-sidebar {
        margin-top: 0;
        padding: 0 15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
        text-align: center;
        font-size: 120%;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 35px;
    }

    .navbar-default .navbar-nav > .open > a {
        background-color: #000000;
    }

    .archive-template-header {
        padding: 0 15px;
    }

    .single-title-header,
    .single .post .byline,
    .podcast-title,
    .page .post .byline {
        font-size: 90% !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
    }

    .page .post-container {
        padding: 0;
    }

    #archive-month,
    #archive-year,
    .archive-by-date-button {
        width: 100%;
        margin: 10px 0 !important;
        padding: 5px;
    }

    .top-angle,
    .bottom-angle {
        display: none;
    }

    .front-page-right-sidebar,
    .front-page-left-sidebar {
       /* margin: 0 15px;*/
    }
    .front-page-right-sidebar {
        padding-right: 15px;
        padding-left: 15px;
    }

    .image-header {
        width: calc(100% + 50px) !important
    }

    .post {
        font-size: 100% !important;
    }

    .right-50,
    .left-50 {
       /* display: block !important;
        width: 100%;
        text-align: left !important;*/
    }

    .single .post-container {
        padding-left: 0;
        padding-right: 0;
    }

    .issue-toc .date {
        display: block;
    }

    .issue-footer {
        padding: 50px 15px;
    }

    .row-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .issue-navigation {
        font-size: 70%;
    }

    .issue-navigation td a {
        display: block;
        width: 90%;
        margin: 0 auto;
    }


    #search-box-input {
        width: 100%;
        text-align: left;
    }

    .search-box .read-more {
        width: 100%;
        font-size: 80%;
        padding: 6px 7px 2px 7px;
        margin: 15px 0;
    }
}

@media screen and (max-width: 320px) {
    .sh-header .container {
        padding: 0 15px;
    }

    .navbar-toggle,
    .navbar-toggle:hover {
        right: calc(50% - 145px);
    }

    .footer {
        font-size: 100%;
    }
}

.wp-caption-text {
    text-align: center;
    font-style: italic;
    font-size: 85%;
    color: #686868;
}