/*
// ********************************************************************************************************************
// Child Theme
//

/*======================================
Theme Name: Courage Child Theme
Theme URI: https://themezee.com/themes/courage/
Description: Courage is a great way to start your personal blog or magazine website today. The theme is very easy to use and looks awesome on every device. It includes a beautiful featured post slideshow and a clean and flexible Magazine Homepage template. Hope you enjoy it!
Template: courage
Version: 1.10.4
Author: Daniel
Author URI: http://karlsruher-lemminge.de
Tags: two-columns, custom-background, custom-header, custom-menu, editor-style, rtl-language-support, blog, news, featured-image-header, featured-images, flexible-header, custom-colors, full-width-template, sticky-post, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns
Text Domain: courage-child
Domain Path: /languages/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/


/* Lemming-Fonts
// **************************************************************************************************************************************
*/

@font-face {
    font-family: 'af_moduletextotregular';
    src: url('fonts/af_moduletextot_regular-webfont.woff2') format('woff2'), url('fonts/af_moduletextot_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'af_moduletextotbold';
    src: url('fonts/af_moduletextot_bold-webfont.eot');
    src: url('fonts/af_moduletextot_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/af_moduletextot_bold-webfont.woff2') format('woff2'), url('fonts/af_moduletextot_bold-webfont.woff') format('woff'), url('fonts/af_moduletextot_bold-webfont.ttf') format('truetype'), url('fonts/af_moduletextot_bold-webfont.svg#af_moduleclassicotbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'af_moduleclassicot_monobold';
    src: url('fonts/af_moduleclassicot_monobold-webfont.woff2') format('woff2'), url('fonts/af_moduleclassicot_monobold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'classotmonreg';
    src: url('fonts/classotmonreg-webfont.woff2') format('woff2'), url('fonts/classotmonreg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    font-family: 'af_moduletextotregular', "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}


/* CSS Reset | http://meyerweb.com/eric/tools/css/reset/ | v2.0
-------------------------------------------------------------- */

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* General Styles
-------------------------------------------------------------- */

html {
    font-size: 100.01%;
}

body {
    min-height: 100vh;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66;
    border: 0;
    color: #111;
    /* background-color: #eee; */
    cursor: default;
}


/* Links */

a,
a:link,
a:visited {
    color: #76cae5;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: underline;
}


/* Form Elements */

input,
textarea {
    padding: 0.7em;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.0em;
    color: #252525;
    font-family: 'Lato', Tahoma, Verdana, Arial;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

input[type="submit"] {
    padding: 0.5em 0.8em;
    color: #252525;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

input[type="submit"]:hover {
    background: #fdfdfd;
    border: 1px solid #ccc;
    cursor: pointer;
}


/* Clearing Floats */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /* For IE 6/7 only */
}


/* Make Form Elements responsive */

input,
textarea,
select {
    max-width: 100%;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Basic Structure
-------------------------------------------------------------- */

#wrapper {
    max-width: 1120px;
    width: 92%;
    margin: 1em auto 3em;
    background: #021934;
}

#header {
    padding: 1.5em 1em 0;
}

#wrap {
    clear: both;
    background: #fdfdfd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sidebar {
    float: right;
    width: 30%;
}


/* Header
-------------------------------------------------------------- */

#logo {
    float: left;
    max-width: 100%;
    height: auto;
}

#logo .site-title {
    float: left;
    font-size: 2.0em;
    font-family: 'af_moduletextotbold', "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: initial;
    color: #fff;
}

#logo .site-title a:link,
#logo .site-title a:visited {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1.2;
}

#logo .site-title a:hover,
#logo .site-title a:active {
    text-decoration: none;
}

#logo .site-description {
    float: right;
    margin: 0.2em 0 0 4em;
    line-height: 1.2;
    font-size: 1.1em;
    color: #fff;
    text-transform: uppercase;
    cursor: default;
}

#logo .custom-logo {
    float: left;
    margin: 0 1.5em 0 0;
    padding: 0;
    border: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}


/* Custom Header Image */

#custom-header img,
#custom-header .wp-post-image {
    max-width: 1320px;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* Header Content */

#header-content {
    display: inline;
}

#header-content div {
    float: right;
    margin: 0.3em 0 -0.2em 1.5em;
}


/* Top Header
-------------------------------------------------------------- */

#topheader-wrap {
    background: #2277bb;
}

#topheader {
    max-width: 1320px;
    width: 92%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

#topheader-wrap .header-text {
    float: left;
    font-size: 0.9em;
    padding: 1.2em 0;
    color: #fff;
}

#topnav-toggle {
    display: none;
}

.top-navigation-menu {
    float: right;
    display: inline;
    list-style-type: none;
    list-style-position: outside;
}

.top-navigation-menu li {
    float: left;
}

.top-navigation-menu a {
    display: block;
    font-size: 0.9em;
    padding: 1.2em;
    text-decoration: none;
}

.top-navigation-menu a:link,
.top-navigation-menu a:visited {
    color: #fff;
    text-decoration: none;
}

.top-navigation-menu a:hover {
    background: rgba(0, 0, 0, 0.15);
}

.top-navigation-menu ul {
    position: absolute;
    display: none;
    z-index: 99;
    color: #fff;
    background: #2277bb;
}

.top-navigation-menu ul li {
    float: none;
    position: relative;
}

.top-navigation-menu ul a {
    min-width: 250px;
    min-width: 16rem;
    padding: 1em;
    text-transform: none;
    background: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-navigation-menu ul a:link,
.top-navigation-menu ul a:visited {
    color: #fff;
    text-decoration: none;
}

.top-navigation-menu ul a:hover {
    background: rgba(0, 0, 0, 0.25);
}

.top-navigation-menu li ul ul {
    top: 0;
    left: 100%;
}

.top-navigation-menu li.menu-item-has-children:hover>ul,
.top-navigation-menu li.menu-item-has-children[aria-expanded="true"]>ul {
    display: block;
}

.top-navigation-menu li.current_page_item a,
.top-navigation-menu li.current-menu-item a {
    text-decoration: underline;
}

.top-navigation-menu li.current_page_item ul li a,
.top-navigation-menu li.current-menu-item ul li a {
    color: #fff;
    text-decoration: none;
}

.top-navigation-menu li.current_page_item ul li a:hover,
.top-navigation-menu li.current-menu-item ul li a:hover {
    text-decoration: underline;
}

.top-navigation-menu ul li.current_page_item a,
.top-navigation-menu ul li.current-menu-item a {
    color: #fff;
    text-decoration: underline;
}

.top-navigation-menu ul li.current_page_item ul li a,
.top-navigation-menu ul li.current-menu-item ul li a {
    text-decoration: none;
}


/* Navigation Menu
-------------------------------------------------------------- */

#mainnav-icon,
#mainnav-toggle {
    display: none;
}

#navi-wrap,
#mainnav {
    background: #252525;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-topright: 0.4em;
    -webkit-border-top-left-radius: 0.4em;
    -webkit-border-top-right-radius: 0.4em;
    -khtml-border-top-left-radius: 0.4em;
    -khtml-border-top-right-radius: 0.4em;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
}

.main-navigation-menu {
    float: left;
    width: 100%;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    padding: 0 0.4em;
    box-sizing: border-box;
}

.main-navigation-menu li {
    float: left;
}

.main-navigation-menu a {
    display: block;
    padding: 1.4em;
    text-decoration: none;
    font-size: 1.0em;
    font-family: 'af_moduletextotbold', "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: initial;
}

.main-navigation-menu a:link,
.main-navigation-menu a:visited {
    color: #fff;
    text-decoration: none;
}

.main-navigation-menu a:hover {
    background: rgba(0, 0, 0, 0.15);
}

.main-navigation-menu ul {
    position: absolute;
    display: none;
    z-index: 99;
    color: #fff;
    background: #252525;
}

.main-navigation-menu ul li {
    float: none;
    position: relative;
}

.main-navigation-menu ul a {
    min-width: 250px;
    min-width: 16rem;
    padding: 1em;
    background: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-navigation-menu ul a:link,
.main-navigation-menu ul a:visited {
    color: #fff;
    font-size: 0.95em;
    text-decoration: none;
    white-space: nowrap;
}

.main-navigation-menu ul a:hover {
    background: rgba(0, 0, 0, 0.25);
}

.main-navigation-menu li ul ul {
    top: 0;
    left: 100%;
}

.main-navigation-menu li ul ul a {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.main-navigation-menu li.menu-item-has-children:hover>ul,
.main-navigation-menu li.page_item_has_children:hover>ul,
.main-navigation-menu li.menu-item-has-children[aria-expanded="true"]>ul {
    display: block;
}

.main-navigation-menu li.current_page_item a,
.main-navigation-menu li.current-menu-item a {
    /* text-decoration: underline; */
    background-position: left 101% !important;
}

.main-navigation-menu li.current_page_item ul li a,
.main-navigation-menu li.current-menu-item ul li a {
    text-decoration: none;
}

.main-navigation-menu ul li.current_page_item a,
.main-navigation-menu ul li.current-menu-item a {
    /* text-decoration: underline; */
    background-position: left 101% !important;
}

.main-navigation-menu ul li.current_page_item ul li a,
.main-navigation-menu ul li.current-menu-item ul li a {
    text-decoration: none;
}


/* Mega Menu Styling */

.mega-menu-content {
    line-height: 1.5;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.mega-menu-content .mega-menu-widget .mega-menu-widget-header-title {
    font-weight: bold;
}

.main-navigation-menu .mega-menu-content .mega-menu-widget ul li a {
    background: none;
}

.mega-menu-content .mega-menu-widget a:hover,
.mega-menu-content .mega-menu-widget a:active {
    text-decoration: underline;
    background: none;
}

.main-navigation-menu .mega-menu-content .mega-menu-widget .entry-meta,
.main-navigation-menu .mega-menu-content .mega-menu-widget .entry-meta span:before {
    color: #eee;
}


/* Widget Styling
-------------------------------------------------------------- */

.widget {
    margin-bottom: 1.5em;
    color: #252525;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 0.8em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

.widgettitle {
    font-weight: bold;
    color: #252525;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    padding: 0.5em 0.8em;
    margin-bottom: 1em;
    line-height: 1.4em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

.widgettitle span {
    font-size: 1.05em;
}

.widget .textwidget {
    line-height: 1.5em;
    margin: 0 0.5em;
}

.widget .textwidget p {
    margin-bottom: 1em;
}

.widget ul {
    line-height: 1.5em;
    margin: 0 0.5em;
    list-style: circle inside;
}

.widget ul .children {
    padding: 0;
    margin: 0.5em 0 0.5em 1em;
}

.widget a:link,
.widget a:visited {
    text-decoration: none;
    color: #2277bb;
}

.widget a:hover,
.widget a:active {
    text-decoration: underline;
}

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

.widgettitle a:link,
.widgettitle a:visited {
    color: #252525;
}


/* Custom Widgets
-------------------------------------------------------------- */


/* Theme Search Widget */

.search-form {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

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

.search-form .search-field {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 0.7em 45px 0.7em 0.7em;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.0em;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    padding: 0.8em 0.7em 0 0;
    cursor: pointer;
}

.search-form .search-submit .genericon-search {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 1;
    font-family: 'Genericons';
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    vertical-align: text-bottom;
    color: #777;
    content: '\f400';
}

.search-form .search-submit:hover .genericon-search {
    color: #333;
}


/* Theme Calendar Widget */

#wp-calendar {
    margin: 0;
    width: 100%;
    color: #444;
    line-height: 1.6em;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: center;
}

#wp-calendar caption {
    padding: 0.4em 0;
    margin: 0 -0.4em 0.8em;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#wp-calendar th {
    font-weight: bold;
    font-size: 0.85em;
    padding-bottom: 0.6em;
}

#wp-calendar tbody td {
    color: #888;
}

#wp-calendar tbody td a {
    font-weight: bold;
}

#wp-calendar tbody #today {
    font-weight: bold;
    color: #333;
}

#wp-calendar tfoot tr td {
    padding-top: 0.8em;
}

#wp-calendar #prev {
    text-align: left;
}

#wp-calendar #next {
    padding-right: 0.4em;
    text-align: right;
}


/* Gutenberg Colors-Picker
-------------------------------------------------------------- */

.has-hell-color {
    color: #fff !important;
}

.has-blau-hell-color {
    color: #76c9e5 !important;
}

.has-blau-2-color {
    color: #3b89ba !important;
}

.has-blau-3-color {
    color: #095291 !important;
}

.has-blau-4-color {
    color: #011934 !important;
}

.has-dark-color {
    color: #001527 !important;
}


/* Gutenberg Background Colors */

.has-hell-background-color {
    background-color: #fff !important;
}

.has-blau-hell-background-color {
    background-color: #76c9e5 !important;
}

.has-blau-2-background-color {
    background-color: #3b89ba !important;
}

.has-blau-3-background-color {
    background-color: #095291 !important;
}

.has-blau-4-background-color {
    background-color: #011934 !important;
}

.has-dark-background-color {
    background-color: #001527 !important;
}


/* Posts and Pages
-------------------------------------------------------------- */

.type-post .entry-title,
.type-post .entry-title a {
    text-transform: uppercase;
    font-family: 'af_moduletextotbold', "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: initial;
}


/* Bkg Blau hell, Typo Schwarz */

.cat-post-item:nth-child(4n+3),
.cat-post-item:nth-child(4n+3) .more-link,
.dpt-entry:nth-child(4n+3),
.page .wp-block-group:nth-child(4n+3),
.archive .post-pagination,
.page .postinfo,
.page .postinfo a,
.single-post .postinfo,
.single-post .postinfo a,
.archive .archive-title,
.archive .archive-title .more-link a,
.archive .type-post:nth-child(4n+4),
.archive .type-post:nth-child(4n+4) .more-link a,
.archive .type-post:nth-child(4n+4) .entry-meta,
.home .type-post:nth-child(4n+1),
.home .type-post:nth-child(4n+1) a {
    background: #76c9e5;
    color: #001527;
}

.cat-post-item:nth-child(4n+3) h3 a,
.dpt-entry:nth-child(4n+3) h3 a {
    color: #2277bb !important;
}

.archive .post-pagination {
    padding: 1.5em;
    margin: 0 !important;
}

.page .wp-block-group:nth-child(4n+3) {
    padding: 1px 18px 18px;
    margin: -18px;
}


/* Bkg Blau hell 2, Typo Schwarz */

.cat-post-item:nth-child(4n+4),
.cat-post-item:nth-child(4n+4) .more-link,
.dpt-entry:nth-child(4n+4),
.dpt-entry:nth-child(4n+4) .dpt-title-link,
.dpt-entry:nth-child(4n+4) .dpt-title-link:hover,
.page .wp-block-group:nth-child(4n+4),
.page .page-title,
.archive .postinfo,
.archive .postinfo a,
.archive .type-post:nth-child(4n+1),
.archive .type-post:nth-child(4n+1) a,
.home .type-post:nth-child(4n+2),
.home .type-post:nth-child(4n+2) .more-link a,
.home .type-post:nth-child(4n+2) .entry-title a,
.single-post .post-navigation,
.single-post .post-navigation a {
    background: #3b89ba;
    color: #001527 !important;
}

.page .page-title {
    margin: -18px -18px 0;
    padding: 18px;
    text-transform: uppercase;
    font-family: 'af_moduletextotbold', "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: initial;
}

.page .wp-block-group:nth-child(4n+4) {
    padding: 1px 18px 18px;
    margin: -18px;
}


/* Bkg Blau 3, Typo Weiß */

.page .post-password-required,
.cat-post-item:nth-child(4n+1),
.cat-post-item:nth-child(4n+1) .more-link,
.dpt-entry:nth-child(4n+1),
.dpt-entry:nth-child(4n+1) .dpt-more-link,
.page .wp-block-group:nth-child(4n+1),
.archive .type-post:nth-child(4n+2),
.archive .type-post:nth-child(4n+2) .more-link a,
.archive .type-post:nth-child(4n+2) .entry-meta,
.single-post .type-post:nth-child(4),
.single-post .type-post:nth-child(4) .entry-meta,
.home .type-post:nth-child(4n+3),
.home .type-post:nth-child(4n+3) .more-link a,
.home .type-post:nth-child(4n+3) .entry-meta,
.home .type-post:nth-child(4n+3) .entry-meta a {
    background: #095291;
    color: #fff !important;
}

.cat-post-item:nth-child(4n+1) h3 a,
.dpt-entry:nth-child(4n+1) h3 a,
.page .wp-block-group:nth-child(4n+1) h2,
.page .wp-block-group:nth-child(4n+1) h3,
.page .wp-block-group:nth-child(4n+1) h4,
.page .wp-block-group:nth-child(4n+1) h5,
.page .wp-block-group:nth-child(4n+1) h6,
.archive .type-post:nth-child(4n+2) .entry-title a,
.single-post .type-post:nth-child(4) .entry-title,
.home .type-post:nth-child(4n+3) .entry-title,
.home .type-post:nth-child(4n+3) .entry-title a {
    color: #76c9e5 !important;
}

.page .wp-block-group:nth-child(4n+1) {
    padding: 1px 18px 18px;
    margin: 0 -18px -18px;
}


/* Bkg Blau dunkel 4, Typo Weiß */

.cat-post-item:nth-child(4n+2),
.cat-post-item:nth-child(4n+2) .more-link,
.dpt-entry:nth-child(4n+2),
.dpt-entry:nth-child(4n+2) .dpt-more-link,
.page .wp-block-group:nth-child(4n+2),
.page .wp-block-group:nth-child(4n+2) h4,
.home .post-pagination,
.archive .type-post:nth-child(4n+3),
.archive .type-post:nth-child(4n+3) .more-link a,
.archive .type-post:nth-child(4n+3) .entry-meta,
.home .type-post:nth-child(4n+4),
.home .type-post:nth-child(4n+4) .more-link a,
.home .type-post:nth-child(4n+4) .entry-meta,
.home .type-post:nth-child(4n+4) .entry-meta a {
    background: #011934;
    color: #fff !important;
}

.cat-post-item:nth-child(4n+2) h3 a,
.dpt-entry:nth-child(4n+2) h3 a,
.page .wp-block-group:nth-child(4n+2) h2,
.page .wp-block-group:nth-child(4n+2) h3,
.home .post-pagination,
.archive .type-post:nth-child(4n+3) .entry-title a,
.home .type-post:nth-child(4n+4) .entry-title a {
    color: #76c9e5 !important;
}

.home .post-pagination {
    padding: 1.5em;
    margin: 0 !important;
}

.page .wp-block-group:nth-child(4n+2) {
    padding: 1px 18px 18px;
    margin: -18px;
}

.entry>p:last-child:empty {
    margin: 0;
}


/* Bereiche */

.home .type-post.nachhaltigkeit blockquote p {
    font-size: 18px;
    color: #222;
}

.home .type-post.turmberg-trophy {
    padding: 2em 1em;
}

.home .type-post.turmberg-trophy,
.home .type-post.turmberg-trophy h2,
.home .type-post.turmberg-trophy h4,
.home .type-post.turmberg-trophy p,
.home .type-post.turmberg-trophy a {
    background: #76c9e5;
    color: #fff;
}

.home .type-post.turmberg-trophy a {
    text-decoration: underline;
}

.home .type-post.turmberg-trophy a:hover {
    text-decoration: none;
}

.home .type-post.turmberg-trophy h4 {
    text-transform: uppercase;
    line-height: 1.4 !important;
    margin: 0;
}

.home .type-post.turmberg-trophy .date {
    color: #fff;
    margin: 0;
}

.type-post.turmberg-trophy span {
    text-align: center;
    display: block;
}

@media only screen and (min-width: 50em) {
    .type-post.turmberg-trophy span {
        margin: -4em 0 0;
    }
}

.type-post.turmberg-trophy img {
    height: 185px;
}

.home .type-post.turmbergrennen {
    padding: 2em 1em;
}

.home .type-post.turmbergrennen,
.home .type-post.turmbergrennen h4,
.home .type-post.turmbergrennen a {
    background: #76c9e5;
    color: #fff;
}

.home .type-post.turmbergrennen a:not(.logo) {
    text-decoration: underline;
}

.home .type-post.turmbergrennen a:hover {
    text-decoration: none;
}

.home .type-post.turmbergrennen h4 {
    text-transform: uppercase;
    line-height: 1.4 !important;
    margin: 0;
}

.home .type-post.turmbergrennen .date {
    margin: 0;
}

.type-post.turmbergrennen span {
    text-align: center;
    display: block;
    transform: rotate(-6deg);
}

@media only screen and (min-width: 50em) {
    .type-post.turmbergrennen span {
        margin: -4em 0 2em;
    }
}

.home .type-post.swim-run,
.home .type-post.loppet {
    padding: 2em 1em;
}

.home .type-post.swim-run,
.home .type-post.swim-run h4,
.home .type-post.swim-run a,
.home .type-post.loppet,
.home .type-post.loppet h4,
.home .type-post.loppet a {
    background: #76c9e5;
    color: #fff;
}

.home .type-post.swim-run a:not(.logo),
.home .type-post.loppet a:not(.logo) {
    text-decoration: underline;
}

.home .type-post.swim-run a:hover,
.home .type-post.loppet a:hover {
    text-decoration: none;
}

.home .type-post.swim-run h4,
.home .type-post.loppet h4 {
    text-transform: uppercase;
    line-height: 1.4 !important;
    margin: 0;
}

.home .type-post.swim-run .date,
.home .type-post.loppet .date {
    margin: 0;
}

.type-post.turmbergrennen p,
.type-post.swim-run p,
.home .type-post.loppet p {
    color: #001527;
}

.type-post.swim-run span,
.type-post.loppet span {
    text-align: center;
    display: block;
}

@media only screen and (min-width: 50em) {
    .type-post.swim-run span,
    .type-post.loppet span {
        margin: -4em 0 0;
    }
}

.type-post.loppet .logo img {
    height: 160px;
    object-fit: cover;
    width: 125px;
    object-position: 0 0;
}

.type-post.loppet .text img {
    height: 125px;
    object-fit: cover;
    width: 125px;
    object-position: 0 -165px;
}

.home .type-post.klubraum,
.home .type-post.klubraum h4,
.home .type-post.klubraum a {
    background: #3b89ba;
    color: #fff;
}

.home .type-post.klubraum h4 {
    text-transform: uppercase;
    line-height: 1.4 !important;
    color: #fff;
    margin: 0;
}

.type-post.klubraum span {
    text-align: center;
    display: block;
    margin: 2em 0 0;
}

.type-post.klubraum img {
    width: 520px;
}

.home .type-post.social-icons,
.home .type-post.social-icons p,
.home .type-post.social-icons h4 {
    background: #095291;
    color: #fff;
}

.home .type-post.social-icons h4 {
    text-transform: uppercase;
    line-height: 1.4 !important;
    color: #fff;
}

.type-post,
.type-page,
.type-attachment {
    padding: 1em;
    background: #fdfdfd;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

.page-title,
.entry-title {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    color: #2277bb;
    line-height: 1.4em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.page-title {
    font-size: 1.8em;
    color: #252525;
}

.entry-title {
    font-size: 2em;
}

.entry-title a:link,
.entry-title a:visited {
    color: #2277bb;
}


/* Page Links | wp_link_pages() */

.page-links {
    margin: 0;
    word-spacing: 1em;
    font-weight: bold;
}


/* Postmeta */

.entry-meta,
.postinfo {
    color: #001527;
    margin: 0.3em 0 0.5em;
    padding: 0;
    line-height: 1.5em;
}

.entry-meta span,
.postinfo span {
    margin-right: 0.5em;
}

.entry-meta a:link,
.entry-meta a:visited {
    color: #2476bb;
}

.entry-meta a:hover,
.entry-meta a:active {
    text-decoration: underline;
}


/* Postmeta Icons */

.entry-meta span:before,
.postinfo span:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 22px/1 'Genericons';
    color: #252525;
}

.entry-meta .meta-author:before {
    content: '\f304';
}

.entry-meta .meta-comments:before {
    content: '\f300';
}

.postinfo .meta-category:before {
    content: '\f301';
}

.postinfo .meta-tags:before {
    content: '\f302';
}


/* Read more Link */

.more-link {
    padding: 0.5em 1.2em;
}

.more-link:link,
.more-link:visited {
    color: #252525;
}

.content-full .entry .more-link {
    margin: 1em 0 0.5em;
}


/* Post Navigation */

.post-navigation .nav-links:before,
.post-navigation .nav-links:after {
    content: "";
    display: table;
}

.post-navigation .nav-links:after {
    clear: both;
}

.post-navigation .nav-links .nav-previous {
    float: left;
}

.post-navigation .nav-links .nav-next {
    float: right;
}


/* Archives and Search Heading */

.page .postinfo,
.archive-title {
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
    padding: 5px 20px;
    line-height: 1.4em;
    margin: 0;
}

.archive-description {
    margin: -1.5em 0 1.5em;
    line-height: 1.5;
    padding: 1em;
    border: 1px solid #e2e2e2;
    background: #fff;
    -moz-border-radius-bottomleft: 0.4em;
    -moz-border-radius-bottomright: 0.4em;
    -webkit-border-bottom-left-radius: 0.4em;
    -webkit-border-bottom-right-radius: 0.4em;
    -khtml-border-bottom-left-radius: 0.4em;
    -khtml-border-bottom-right-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
}


/* Theme Pagination */

.post-pagination {
    margin-bottom: 1.5em;
    font-weight: bold;
    color: #222;
}

.post-pagination a {
    padding: 0.5em 0.8em;
    margin-right: 0.2em;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #222;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

.post-pagination a:link,
.post-pagination a:visited {
    color: #252525;
}

.post-pagination a:hover {
    background: #fdfdfd;
    border: 1px solid #ccc;
    text-decoration: none;
}

.post-pagination .current {
    padding: 0.4em 0.8em;
    margin-right: 0.3em;
    background: #2277bb;
    color: #fff;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}


/* Infinite Scroll Pagination */

.infinite-scroll .post-pagination {
    display: none;
}

.infinite-scroll #infinite-handle span {
    display: inline-block;
    margin-bottom: 1.5em;
    padding: 0.6em 1em;
    line-height: 1.5;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #252525;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

.infinite-scroll #infinite-handle span:hover {
    background: #fdfdfd;
    border: 1px solid #ccc;
}


/* Breadcrumbs */

.breadcrumbs {
    margin-bottom: 0.8em;
    color: #252525;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 0.5em 0.8em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
    display: inline;
    line-height: 1.4;
}

.breadcrumbs .trail-browse {
    margin-right: 0.5em;
}

.breadcrumbs .trail-items {
    list-style: none;
}

.breadcrumbs .trail-items li::after {
    content: "\00bb";
    /* Raquo */
    padding: 0 0.5em;
}

.trail-separator-slash .trail-items li::after {
    content: "\002F";
}

.trail-separator-dash .trail-items li::after {
    content: "\2013";
}

.trail-separator-bull .trail-items li::after {
    content: "\2022";
}

.trail-separator-arrow-bracket .trail-items li::after {
    content: "\003e";
}

.trail-separator-raquo .trail-items li::after {
    content: "\00bb";
}

.trail-separator-single-arrow .trail-items li::after {
    content: "\2192";
}

.trail-separator-double-arrow .trail-items li::after {
    content: "\21D2";
}

.breadcrumbs .trail-items li:last-of-type::after {
    display: none;
}


/* Text Elements
-------------------------------------------------------------- */

.entry {
    line-height: 1.6em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.entry p,
.comment p {
    margin: 0.75em 0;
}

.entry h1,
.comment h1,
.entry h2,
.comment h2,
.entry h3,
.comment h3,
.entry h4,
.comment h4,
.entry h5,
.comment h5,
.entry h6,
.comment h6 {
    /* color: #222; */
    font-family: 'af_moduletextotbold', "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: initial;
    line-height: 1.5em;
    margin: 1.2em 0 0.3em;
}

.entry h1,
.comment h1 {
    font-size: 3.0em;
    text-transform: uppercase;
}

.entry h2,
.comment h2 {
    font-size: 1.7em;
    text-transform: uppercase;
}

.entry h3,
.comment h3 {
    font-size: 1.5em;
}

.entry h4,
.comment h4 {
    font-size: 1.25em;
}

.entry h5,
.comment h5 {
    font-size: 1.125em;
    margin: 1.3em 0 0;
}

.entry h6,
.comment h6 {
    font-size: 1.0em;
    margin: 1.3em 0 0;
}

.entry ul,
.comment ul {
    list-style: square inside;
    margin: 0 0 1.5em 0;
}

.entry ol,
.comment ol {
    list-style: decimal inside;
    margin: 0 0 1.5em 2em;
}

.entry ol ol,
.comment ol ol {
    list-style: upper-alpha inside;
}

.entry ol ol ol,
.comment ol ol ol {
    list-style: lower-roman inside;
}

.entry ol ol ol ol,
.comment ol ol ol ol {
    list-style: lower-alpha inside;
}

.entry ul ul,
.comment ul ul,
.entry ol ol,
.comment ol ol,
.entry ul ol,
.comment ul ol .entry ol ul,
.comment ol ul {
    margin-bottom: 0.2em;
}

dl {
    margin: 1em 0;
}

dt {
    font-family: 'af_moduletextotbold', "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: initial;
}

dt,
dd {
    margin-bottom: 1.5em;
}

strong {
    font-family: 'af_moduletextotbold', "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: initial;
    text-transform: uppercase;
}

cite,
em,
i {
    font-style: italic;
}

big,
.big_tag {
    font-size: 1.3em;
}

ins {
    text-decoration: none;
}

hr {
    margin-bottom: 1.5em;
    height: 1px;
    border: 0;
    background-color: #ccc;
}

code,
pre {
    overflow: auto;
    margin-bottom: 1.5em;
    padding: 1.5em;
    max-width: 100%;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: "Courier 10 Pitch", Courier, monospace;
    line-height: 1.6;
}

del,
strike,
s {
    text-decoration: line-through;
}

small {
    font-size: 0.7em;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

sup,
sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
    font-size: 0.8em;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

.entry var,
.entry kbd,
.entry tt,
.entry .tt_tag {
    font-size: 1.1em;
    font-family: "Courier 10 Pitch", Courier, monospace;
}

blockquote {
    margin: 0 0 1.5em;
    padding-left: 1.25em;
    border-left: 4px solid #303030;
    color: #777;
    font-style: italic;
    font-size: 18px;
    font-size: 1.125rem;
}

blockquote cite,
blockquote small {
    display: block;
    margin-top: 1em;
    color: #303030;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
    content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote> :last-child {
    margin-bottom: 0.5em;
}

.entry table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
    margin: 1em 0;
    text-align: left;
    width: 100%;
}

.entry tr th,
.entry thead th {
    font-family: 'af_moduleclassicot_monobold', "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: initial;
    padding: 0.2em 1em;
}

.entry tr td {
    font-family: 'classotmonreg', "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    border-top: 1px solid #ddd;
    padding: 0.2em 1em;
}

/* .entry tr:first-child td {
    border-top: none;
} */

.entry tr.alternate td {
    background: #f5f5f5;
}


/* Images | Gallery | Videos
-------------------------------------------------------------- */

.wp-post-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

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

.wp-caption {
    max-width: 100%;
    height: auto;
    text-align: center;
    margin: 1em 0;
}

.wp-caption-text {
    margin: 0 !important;
    padding: 0;
    font-size: 0.9em;
    text-align: center;
}

.alignleft {
    float: left;
    display: inline;
    margin: 1em 2em 1em 0;
}

.alignright {
    float: right;
    display: inline;
    margin: 1em 0 1em 2em;
}

.aligncenter {
    margin: 1em auto;
    display: block;
}


/* Gallery Styling */

.gallery {
    margin: 1em auto !important;
}

.gallery-item {
    float: left;
    margin: 0.7em 0 0 0 !important;
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery img {
    margin: 0 !important;
    border: none !important;
}

.gallery-caption {
    margin-left: 0.3em !important;
}


/* Make Vidoes responsive */

embed,
iframe,
object,
video {
    max-width: 100%;
}


/* Image.php Navigation */

#image-nav {
    margin-bottom: 1.5em;
    padding: 0.5em 0;
    color: #252525;
}

#image-nav .nav-previous {
    float: left;
}

#image-nav .nav-next {
    float: right;
}

#image-nav .nav-previous a,
#image-nav .nav-next a {
    font-size: 0.9em;
    font-family: 'af_moduletextotbold', "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: initial;
    text-decoration: none;
    color: #252525;
    padding: 0.5em 0.8em;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

#image-nav .nav-previous a:hover,
#image-nav .nav-next a:hover {
    background: #fdfdfd;
    border: 1px solid #ccc;
}


/* Search Form
-------------------------------------------------------------- */

.search-form {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

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

.search-form .search-field {
    display: inline-block;
    margin: 0;
    width: 100%;
    padding: 0.7em 45px 0.7em 0.7em;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 1.0em;
    color: #252525;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: transparent;
    padding: 0.8em 0.7em 0 0;
    cursor: pointer;
}

.search-form .search-submit .genericon-search {
    display: inline-block;
    width: 24px;
    height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 1;
    font-family: 'Genericons';
    text-decoration: inherit;
    font-weight: normal;
    font-style: normal;
    vertical-align: text-bottom;
    color: #777;
    content: '\f400';
}

.search-form .search-submit:hover .genericon-search {
    color: #252525;
}


/* Social Icons | based upon http://kovshenin.com/2014/social-menus-in-wordpress-themes/
-------------------------------------------------------------- */

#social-icons-menu {
    list-style-type: none;
    list-style-position: outside;
    line-height: 1em;
}

#social-icons-menu li {
    float: left;
    margin: 0 0.2em 0.2em 0;
    padding: 0;
}

#social-icons-menu li a {
    position: relative;
    display: inline-block;
    padding: 0.9em;
    background: #252525;
    text-decoration: none;
    color: #fff;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    transition: all 0.3s ease;
}

#social-icons-menu li a:before {
    color: #fff;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px/1;
    line-height: 1;
    font-family: 'Genericons';
    text-decoration: inherit;
    vertical-align: top;
}


/* Add Genericons */

#social-icons-menu li a:before {
    content: '\f408';
}


/* Default Icon */

#social-icons-menu li a[href*="codepen.io"]:before {
    content: '\f216';
}

#social-icons-menu li a[href*="digg.com"]:before {
    content: '\f221';
}

#social-icons-menu li a[href*="dribbble.com"]:before {
    content: '\f201';
}

#social-icons-menu li a[href*="facebook.com"]:before {
    content: '\f204';
}

#social-icons-menu li a[href*="flickr.com"]:before {
    content: '\f211';
}

#social-icons-menu li a[href*="plus.google.com"]:before {
    content: '\f218';
}

#social-icons-menu li a[href*="github.com"]:before {
    content: '\f200';
}

#social-icons-menu li a[href*="instagram.com"]:before {
    content: '\f215';
}

#social-icons-menu li a[href*="linkedin.com"]:before {
    content: '\f207';
}

#social-icons-menu li a[href*="pinterest.com"]:before {
    content: '\f209';
}

#social-icons-menu li a[href*="polldaddy.com"]:before {
    content: '\f217';
}

#social-icons-menu li a[href*="getpocket.com"]:before {
    content: '\f224';
}

#social-icons-menu li a[href*="reddit.com"]:before {
    content: '\f222';
}

#social-icons-menu li a[href*="spotify.com"]:before {
    content: '\f515';
}

#social-icons-menu li a[href*="skype.com"]:before,
#social-icons-menu li a[href*="skype:"]:before {
    content: '\f220';
}

#social-icons-menu li a[href*="stumbleupon.com"]:before {
    content: '\f223';
}

#social-icons-menu li a[href*="tumblr.com"]:before {
    content: '\f214';
}

#social-icons-menu li a[href*="twitch.tv"]:before {
    content: '\f516';
}

#social-icons-menu li a[href*="twitter.com"]:before {
    content: '\f202';
}

#social-icons-menu li a[href*="vimeo.com"]:before {
    content: '\f212';
}

#social-icons-menu li a[href*="wordpress.org"]:before,
#social-icons-menu li a[href*="wordpress.com"]:before {
    content: '\f205';
}

#social-icons-menu li a[href*="youtube.com"]:before {
    content: '\f213';
}

#social-icons-menu li a[href*="newsletter"]:before,
#social-icons-menu li a[href*="mailto"]:before {
    content: '\f410';
}

#social-icons-menu li a[href*="/feed"]:before,
#social-icons-menu li a[href*="/feed/"]:before,
#social-icons-menu li a[href*="?feed=rss2"]:before,
#social-icons-menu li a[href*="feedburner.google.com"]:before,
#social-icons-menu li a[href*="feedburner.com"]:before {
    content: '\f413';
}


/* Add Colors */

#social-icons-menu li a {
    background: #252525;
}


/* Default Icon */

#social-icons-menu li a[href*="codepen.io"] {
    background: #222;
}

#social-icons-menu li a[href*="digg.com"] {
    background: #151515;
}

#social-icons-menu li a[href*="dribbble.com"] {
    background: #ea4c89;
}

#social-icons-menu li a[href*="facebook.com"] {
    background: #3b5998;
}

#social-icons-menu li a[href*="flickr.com"] {
    background: #ff0084;
}

#social-icons-menu li a[href*="plus.google.com"] {
    background: #dd4b39;
}

#social-icons-menu li a[href*="github.com"] {
    background: #171515;
}

#social-icons-menu li a[href*="instagram.com"] {
    background: #3f729b;
}

#social-icons-menu li a[href*="linkedin.com"] {
    background: #007bb6;
}

#social-icons-menu li a[href*="pinterest.com"] {
    background: #cb2027;
}

#social-icons-menu li a[href*="polldaddy.com"] {
    background: #bc0b0b;
}

#social-icons-menu li a[href*="getpocket.com"] {
    background: #ee4056;
}

#social-icons-menu li a[href*="reddit.com"] {
    background: #ff4500;
}

#social-icons-menu li a[href*="spotify.com"] {
    background: #81b71a;
}

#social-icons-menu li a[href*="skype.com"],
#social-icons-menu li a[href*="skype:"] {
    background: #00aff0;
}

#social-icons-menu li a[href*="stumbleupon.com"] {
    background: #f74425;
}

#social-icons-menu li a[href*="tumblr.com"] {
    background: #32506d;
}

#social-icons-menu li a[href*="twitch.tv"] {
    background: #6441A5;
}

#social-icons-menu li a[href*="twitter.com"] {
    background: #00aced;
}

#social-icons-menu li a[href*="vimeo.com"] {
    background: #aad450;
}

#social-icons-menu li a[href*="wordpress.org"] {
    background: #21759b;
}

#social-icons-menu li a[href*="wordpress.com"] {
    background: #1e8cbe;
}

#social-icons-menu li a[href*="youtube.com"] {
    background: #c4302b;
}

#social-icons-menu li a[href*="newsletter"],
#social-icons-menu li a[href*="mailto"] {
    background: #dd4444;
}

#social-icons-menu li a[href*="/feed"],
#social-icons-menu li a[href*="/feed/"],
#social-icons-menu li a[href*="?feed=rss2"],
#social-icons-menu li a[href*="feedburner.google.com"],
#social-icons-menu li a[href*="feedburner.com"] {
    background: #ee802f;
}

#social-icons-menu li a:hover {
    text-decoration: none;
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
}

#social-icons-menu li a .screen-reader-text {
    display: none;
}

.social-icons-wrap .social-icons-hint {
    font-size: 0.8em;
    color: #777;
    max-width: 300px;
    line-height: 1.2em;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook a {
    background-color: #0788ca;
    border-radius: 50%;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram a {
    background-color: #76c9e5;
    border-radius: 50%;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube a {
    background-color: #021834;
    border-radius: 50%;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-chain {
    width: 34px;
    height: 34px;
    background-color: inherit;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-chain a {
    background: #3b89ba;
    border-radius: 50%;
    color: #fff;
    position: relative;
    width: 24px;
    height: 24px;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-chain a::before {
    content: "\f319";
    position: absolute;
    top: 19px;
    left: 9px;
    font-size: 22px;
    color: #fff;
    font-family: 'dashicons';
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-chain svg {
    display: none;
}

/* Gutenberg Blocks
--------------------------------------------------------------*/


/* Audio */

.wp-block-audio audio {
    width: 100%;
}


/* Gallery */

.wp-block-gallery,
.entry .wp-block-gallery {
    margin: 0 0 1.5em;
}


/* Separator */

.wp-block-separator {
    height: 2px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px;
}


/* Quote */

.wp-block-quote.is-style-large {
    border: none;
    margin: 0 0 1.5em;
    padding: 0;
    font-size: 28px;
    font-size: 1.75rem;
}

.wp-block-quote.is-style-large p {
    margin-bottom: 0.5em;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
}

.wp-block-quote.is-style-large cite {
    text-align: inherit;
}


/* Pullquote */

.wp-block-pullquote {
    margin-bottom: 1.5em;
    padding: 1.5em 0;
    border-bottom: 4px solid #ccc;
    border-top: 4px solid #ccc;
}

.wp-block-pullquote blockquote {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-size: 1.75rem;
}

.wp-block-pullquote blockquote p {
    margin-bottom: 0.5em;
}


/* Cover */

.wp-block-cover {
    display: flex;
}

.wp-block-cover-text {
    margin-top: 0;
    margin-bottom: 0;
}


/* Block Text Colors */

.has-primary-color {
    color: #2277bb;
}

.has-white-color {
    color: #ffffff;
}

.has-light-gray-color {
    color: #f0f0f0;
}

.has-dark-gray-color {
    color: #777777;
}

.has-black-color {
    color: #303030;
}


/* Block Background Colors */

.has-primary-background-color {
    background-color: #2277bb;
}

.has-white-background-color {
    background-color: #ffffff;
}

.has-light-gray-background-color {
    background-color: #f0f0f0;
}

.has-dark-gray-background-color {
    background-color: #777777;
}

.has-black-background-color {
    background-color: #303030;
}


/* Comments
-------------------------------------------------------------- */

#comments {
    margin: 1em 0;
}

#comments .comments-title,
#respond #reply-title {
    font-size: 1.2em;
    color: #252525;
    background: #f5f5f5;
    border: 1px solid #e2e2e2;
    padding: 0.6em 1em;
    margin-bottom: 0.8em;
    line-height: 1.4em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

.commentlist {
    display: block;
    margin: 1em 0 0.5em;
}

.commentlist .comment {
    display: block;
    padding: 1.5em 1em;
    border: 1px solid #e2e2e2;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    margin-bottom: 1.5em;
    list-style: none;
    line-height: 1.5em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.comment-author img {
    float: left;
    margin-right: 1em;
    margin-top: -0.1em;
}

.comment-author img:after {
    clear: both;
}

.comment-author .fn {
    font-size: 1.2em;
    padding: 0.2em 0;
    font-weight: bold;
}

.comment-author .fn a:link,
.comment-author .fn a:visited {
    text-decoration: underline;
}

.comment-author .fn a:hover,
.comment-author .fn a:active {
    text-decoration: none;
}

.bypostauthor .fn,
.comment-author-admin .fn {
    font-style: italic;
    background: #eee;
    padding: 0.2em 0.6em;
}

.comment-meta {
    font-size: 0.9em;
    margin-bottom: 1.5em;
}

.comment-meta a:link,
.comment-meta a:visited,
.comment-meta a:active,
.comment-meta a:hover {
    color: #666 !important;
}

#comments .children {
    margin-top: 1.5em;
    margin-left: 1em;
}

#comments .children .comment {
    background: #fafafa;
    margin-bottom: 0;
}

#comments .children .children .comment {
    background: #fff;
}

.nocomments {
    color: #252525;
    padding: 1em;
}

.commentlist .pingback {
    display: block;
    margin: 0.6em 0 0;
    padding: 0.8em 0 0;
    border-top: 1px solid #ddd;
    list-style: none;
    line-height: 1.3em;
}


/* Comment Pagination */

.comment-pagination {
    font-size: 0.9em;
    font-weight: bold;
}

.comment-pagination a {
    color: #252525;
    padding: 0.5em 0.8em;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

.comment-pagination a:hover {
    background: #fdfdfd;
    border: 1px solid #ccc;
    text-decoration: none;
}

.comment-pagination .alignleft {
    float: left;
}

.comment-pagination .alignright {
    float: right;
}


/* Comment Form */

#respond {
    margin: 1em 0 0;
}

#commentform {
    padding: 0.5em 0;
}

#commentform p {
    margin: 1em 0;
}

#commentform input[type="text"],
#commentform textarea {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

#commentform label {
    display: block;
    margin: 0.6em 0.3em 0.5em;
    font-weight: bold;
}

#commentform #submit {
    display: block;
    font-weight: bold;
    margin-top: 1em;
    padding: 1em 4em;
    text-decoration: none;
    color: #252525;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

#commentform #submit:hover {
    background: #fdfdfd;
    border: 1px solid #ccc;
    cursor: pointer;
    text-decoration: none;
}


/* Page Templates
-------------------------------------------------------------- */


/* Fullwidth Template */

.template-fullwidth #content {
    float: none;
    width: 100%;
    padding: 0;
}


/* Magazine Homepage
-------------------------------------------------------------- */

.magazine-homepage-no-widgets,
.post-slider-empty-posts {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}


/* Category Posts Widgets */

#magazine-homepage-widgets .widgettitle {
    margin: 0 0 1em 0;
}

.widget-category-posts {
    margin-bottom: -0.4em;
}

.widget-category-posts .widgettitle .category-archive-link {
    float: right;
}

.widget-category-posts .widgettitle .category-archive-link .genericon-expand {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-size: 14px;
    font-family: 'Genericons';
    text-decoration: inherit;
    vertical-align: top;
    content: '\f431';
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    color: #fff;
    background: #252525;
    margin: 2px 0 0;
    padding: 1px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.widget-category-posts .widgettitle .category-archive-link .genericon-expand:hover {
    text-decoration: none;
    border: none;
}

.widget-category-posts .type-post {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.widget-category-posts .big-post .entry-title {
    font-size: 1.2em;
}

.widget-category-posts .big-post .wp-post-image {
    margin: 0 0 0.8em 0;
}

.widget-category-posts .small-post {
    float: left;
    display: block;
    width: 100%;
    margin: 0 0 0.8em 0;
    border: 1px solid #e2e2e2;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widget-category-posts .small-post .wp-post-image {
    float: left;
    margin: 0.5em 1em 0.5em 0.5em;
    max-width: 30%;
}

.widget-category-posts .small-post .small-post-content {
    padding: 0.8em 0.4em;
}

.widget-category-posts .small-post .entry-title {
    border: none;
    margin: 0 0 0.4em 0;
    padding: 0;
    background: none;
    font-size: 1.05em;
}

.widget-category-posts .small-post .entry-meta {
    display: inline;
    background: none;
    font-size: 0.9em;
    line-height: 1.5em;
}


/* Category Posts Boxed Widget */

#widget-category-posts-boxed .big-post {
    float: left;
    width: 50%;
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#widget-category-posts-boxed .small-posts {
    width: 50%;
    margin-left: 50%;
}


/* Category Posts Grid Widget */

#widget-category-posts-grid .category-posts-grid-row {
    margin-right: -1em;
}

#widget-category-posts-grid .category-posts-grid-row .big-post,
#widget-category-posts-grid .category-posts-grid-row .small-post-wrap {
    float: left;
    width: 50%;
    padding-right: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#widget-category-posts-grid .category-posts-grid-row.small-post-row .small-post-wrap {
    padding-right: 1em;
}


/* Front Page Category Area Thre (two columns) */

.courage_category_posts_columns {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.courage_category_posts_columns .widget-category-posts {
    margin-bottom: 0;
}

#widget-category-posts-columns .category-posts-columns .category-posts-columns-content .category-posts-columns-post-list {
    float: left;
    margin-bottom: -0.9em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#widget-category-posts-columns .category-posts-columns .category-posts-columns-content {
    float: left;
    margin-bottom: 1.5em;
    color: #252525;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 0.8em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#widget-category-posts-columns .category-posts-column-left {
    float: left;
    width: 50%;
    padding-right: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#widget-category-posts-columns .category-posts-column-right {
    margin-left: 50%;
    width: 50%;
    padding-left: 0.5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#widget-category-posts-columns .category-posts-columns .big-post {
    margin-bottom: 1em;
}


/* Footer
-------------------------------------------------------------- */

#footer-wrap {
    background: #3b89ba !important;
    position: relative;
    -moz-border-radius-bottomleft: 0.4em;
    -moz-border-radius-bottomright: 0.4em;
    -webkit-border-bottom-left-radius: 0.4em;
    -webkit-border-bottom-right-radius: 0.4em;
    -khtml-border-bottom-left-radius: 0.4em;
    -khtml-border-bottom-right-radius: 0.4em;
    border-bottom-left-radius: 0.4em;
    border-bottom-right-radius: 0.4em;
}

#footer {
    padding: 5em 1em 0.5em;
    color: #fff;
    background: #021934;
}

#footer a {
    color: #76cae5;
}

#footer .credit-link {
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'af_moduletextotbold', "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: initial;
}

#footer #footer-text {
    float: left;
    font-size: 0.9em;
    line-height: 1.5em;
}

#footer #footer-text a:link,
#footer #footer-text a:visited {
    text-decoration: underline;
}

#footer #footer-text a:hover,
#footer #footer-text a:active {
    text-decoration: none;
}


/* Footer Navigation Menu */

#footernav {
    float: right;
}

#footernav-menu {
    float: left;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
}

#footernav-menu li {
    float: left;
    position: relative;
    margin-left: 2em;
}

#footernav-menu a {
    display: inline-block;
    text-decoration: none;
    font-size: 0.9em;
}

#footernav-menu a:link,
#footernav-menu a:visited {
    color: #fff;
    text-decoration: none;
}

#footernav-menu a:hover {
    text-decoration: underline;
}


/*============================ MEDIA QUERIES ============================*/


/* Small screens | <1120px */

@media only screen and (max-width: 70em) {
    #wrapper {
        width: 94%;
        margin: 1em auto 2em;
    }
    #topheader {
        width: 94%;
    }
}


/* Smaller screens | <1120px */

@media only screen and (max-width: 65em) {
    #wrapper {
        width: 96%;
        margin: 0 auto 1.5em;
    }
    #topheader {
        width: 96%;
    }
    .widget-category-posts .big-post .entry-title {
        font-size: 1.1em;
    }
    .widget-category-posts .small-post .entry-title {
        font-size: 1.0em;
    }
    .widget-category-posts .small-post .wp-post-image {
        max-width: 25%;
    }
    .widget-category-posts .small-post .small-post-content {
        padding: 0.6em 0.4em;
    }
    .widget-category-posts .small-post .entry-meta {
        font-size: 0.8em;
    }
}


/* Tablets (landscape) | <960px */

@media only screen and (max-width: 60em) {
    #content {
        float: none;
        width: 100%;
        padding: 0;
    }
    #sidebar {
        clear: both;
        float: none;
        margin: 0;
        padding-top: 1em;
        width: 100%;
    }
    #logo .custom-logo {
        /* float: none; */
    }
    #header-content {
        display: block;
        padding-top: 0.8em;
    }
    #header-content div {
        float: none;
        margin: 0;
    }
    #header-content #header-social-icons {
        float: right;
        max-width: 50%;
    }
    #header-content #header-search {
        float: left;
        max-width: 50%;
    }
    #topheader {
        width: 100%;
    }
    #topheader .header-text {
        padding: 1.2em;
    }
    /* Mobile Top Navigation */
    /* Reset */
    #topnav,
    .top-navigation-menu,
    .top-navigation-menu li,
    .top-navigation-menu a,
    .top-navigation-menu ul,
    .top-navigation-menu ul a,
    .top-navigation-menu ul ul,
    .top-navigation-menu li ul ul {
        margin: 0;
        padding: 0;
        position: static;
        float: none;
        display: inline;
        font-size: 1.0em;
        border: none;
        box-shadow: none;
        background: none;
        top: auto;
        left: auto;
    }
    .top-navigation-menu li,
    .top-navigation-menu ul,
    .top-navigation-menu li ul ul {
        position: static;
        display: block;
        left: auto;
        top: auto;
        clear: left;
    }
    #topnav-toggle {
        display: inline-block;
        float: right;
        margin: 0;
        padding: 1em;
        text-decoration: none;
        color: #fff;
        background: none;
        border: none;
    }
    #topnav-toggle:hover {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.15);
    }
    #topnav-toggle:after {
        float: left;
        display: inline-block;
        font-size: 20px;
        line-height: 1;
        font-family: 'Genericons';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: inherit;
        vertical-align: middle;
        content: '\f419';
        color: #fff;
    }
    #topnav {
        float: none;
    }
    .top-navigation-menu {
        display: none;
        float: left;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-navigation-menu a {
        display: block;
        padding: 1.2em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 0.95em;
        clear: left;
    }
    .top-navigation-menu a:link,
    .top-navigation-menu a:visited {
        color: #fff;
        text-decoration: none;
    }
    .top-navigation-menu a:hover {
        background: rgba(0, 0, 0, 0.15);
    }
    .top-navigation-menu ul {
        float: left;
        width: 100%;
        background: rgba(0, 0, 0, 0.15);
    }
    .top-navigation-menu ul a {
        display: block;
        width: 100%;
        padding: 1.2em;
        font-size: 0.95em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top-navigation-menu ul ul a {
        padding-left: 2.4em;
    }
    .top-navigation-menu ul ul ul a {
        padding-left: 4.8em;
    }
    .top-navigation-menu ul a:link,
    .top-navigation-menu ul a:visited {
        color: #fff;
    }
    .top-navigation-menu ul a:hover {
        background: rgba(0, 0, 0, 0.25);
    }
    .top-navigation-menu li.current_page_item a,
    .top-navigation-menu li.current-menu-item a {
        text-decoration: underline;
    }
    .top-navigation-menu li.current_page_item ul li a,
    .top-navigation-menu li.current-menu-item ul li a {
        text-decoration: none;
    }
    .top-navigation-menu li.current_page_item ul li a:hover,
    .top-navigation-menu li.current-menu-item ul li a:hover {
        text-decoration: underline;
    }
    .top-navigation-menu ul li.current_page_item a,
    .top-navigation-menu ul li.current-menu-item a {
        text-decoration: underline;
    }
    .top-navigation-menu ul li.current_page_item ul li a,
    .top-navigation-menu ul li.current-menu-item ul li a {
        text-decoration: none;
    }
    .top-navigation-menu .submenu-dropdown-toggle {
        float: right;
        display: block;
        margin: 0;
        padding: 0.8em 1em;
    }
    .top-navigation-menu .submenu-dropdown-toggle:hover {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.15);
    }
    .top-navigation-menu .submenu-dropdown-toggle:before {
        font-size: 24px;
        line-height: 1;
        font-family: 'Genericons';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-decoration: inherit;
        vertical-align: middle;
        content: '\f431';
        color: #fff;
    }
    .top-navigation-menu .submenu-dropdown-toggle.active:before {
        content: '\f432';
    }
}


/* Mobile Main Navigation */


/* Reset */

#mainnav,
.main-navigation-menu,
.main-navigation-menu li,
.main-navigation-menu a,
.main-navigation-menu ul,
.main-navigation-menu ul a,
.main-navigation-menu ul ul,
.main-navigation-menu li ul ul {
    margin: 0;
    padding: 0;
    position: static;
    float: none;
    display: inline;
    font-size: 1.0em;
    border: none;
    box-shadow: none;
    background: none;
    top: auto;
    left: auto;
}

.main-navigation-menu li,
.main-navigation-menu ul,
.main-navigation-menu li ul ul,
.mega-menu-item .mega-menu-content,
.mega-menu-item .mega-menu-content .mega-menu-widget {
    position: static;
    display: block;
    left: auto;
    top: auto;
    clear: left;
}

#mainnav-toggle {
    display: block;
    margin: 0;
    padding: 1em 1.5em 0.8em;
    text-decoration: none;
    color: #fff;
    background: #021934;
    border: none;
    font-size: 1.05em;
    font-family: 'af_moduletextotbold', "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: initial;
    text-align: left;
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-topright: 0.4em;
    -webkit-border-top-left-radius: 0.4em;
    -webkit-border-top-right-radius: 0.4em;
    -khtml-border-top-left-radius: 0.4em;
    -khtml-border-top-right-radius: 0.4em;
    border-top-left-radius: 0.4em;
    border-top-right-radius: 0.4em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#mainnav-toggle:hover {
    cursor: pointer;
}

#mainnav-toggle:after {
    float: right;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    content: '\f419';
    font: normal 24px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}

.main-navigation-menu {
    display: none;
    width: 100%;
    background: #252525;
}

.main-navigation-menu a {
    display: block;
    padding: 1.1em;
    color: #fff;
    text-decoration: none;
    font-size: 1.05em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.15);
    clear: left;
}

.main-navigation-menu a:link,
.main-navigation-menu a:visited {
    color: #fff;
}

.main-navigation-menu a:hover {
    background: rgba(0, 0, 0, 0.25);
}

.main-navigation-menu ul {
    width: 100%;
}

.main-navigation-menu ul a {
    display: block;
    width: 100%;
    padding: 1em 1em 1em 2em;
    font-size: 0.9em;
    background: rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-navigation-menu ul a:hover {
    background: rgba(0, 0, 0, 0.15);
}

.main-navigation-menu ul li ul {
    float: left;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-navigation-menu ul li ul a {
    padding-left: 4em;
}

.main-navigation-menu ul li ul li ul a {
    padding-left: 6em;
}

.main-navigation-menu li.current_page_item a,
.main-navigation-menu li.current-menu-item a {
    /* text-decoration: underline; */
    background-position: left 101% !important;
}

.main-navigation-menu li.current_page_item ul li a,
.main-navigation-menu li.current-menu-item ul li a {
    text-decoration: none;
}

.main-navigation-menu ul li.current_page_item a,
.main-navigation-menu ul li.current-menu-item a {
    /* text-decoration: underline; */
    background-position: left 101% !important;
}

.main-navigation-menu .submenu-dropdown-toggle {
    float: right;
    display: block;
    margin: 0;
    padding: 0.75em 1em;
}

.main-navigation-menu .submenu-dropdown-toggle:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.15);
}

.main-navigation-menu .submenu-dropdown-toggle:before {
    font-size: 28px;
    line-height: 1;
    font-family: 'Genericons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: inherit;
    vertical-align: middle;
    content: '\f431';
    color: #fff;
}

.main-navigation-menu .submenu-dropdown-toggle.active:before {
    content: '\f432';
}

.main-navigation-menu ul .submenu-dropdown-toggle {
    padding: 0.55em 0.8em;
}

.main-navigation-menu ul .submenu-dropdown-toggle:before {
    font-size: 24px;
}

@media only screen and (max-width: 60em) {
    /* Mega Menu Styling */
    .mega-menu-item .mega-menu-content {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .mega-menu-item .mega-menu-two-columns>li,
    .mega-menu-item .mega-menu-three-columns>li,
    .mega-menu-item .mega-menu-five-columns>li {
        width: 100%;
    }
    .mega-menu-item .mega-menu-four-columns>li,
    .mega-menu-item .mega-menu-six-columns>li {
        width: 50%;
    }
    /* Magazine Homepage: Category Post Widgets */
    .courage_category_posts_columns,
    .courage_category_posts_columns .widget-category-posts {
        margin-bottom: 0;
    }
    #widget-category-posts-columns .category-posts-columns .category-posts-columns-content {
        margin-bottom: 1em;
    }
    .widget-category-posts .big-post .entry-title {
        font-size: 1.2em;
    }
    .widget-category-posts .small-post .entry-title {
        font-size: 1.05em;
    }
    .widget-category-posts .small-post .wp-post-image {
        max-width: 30%;
    }
    .widget-category-posts .small-post .small-post-content {
        padding: 0.8em 0.4em;
    }
    .widget-category-posts .small-post .entry-meta {
        font-size: 0.9em;
    }
    /* Footer */
    #footer {
        text-align: center;
    }
    #footer #footer-text {
        float: none;
    }
    /* Footer Navigation Menu */
    #footernav {
        float: none;
    }
    #footernav-menu {
        float: none;
    }
    #footernav-menu li {
        float: none;
        display: inline-block;
        margin: 0 1em 1.5em;
    }
}


/* Tablets (portrait) | <800px */

@media only screen and (max-width: 50em) {
    #wrapper {
        width: 100%;
        margin: 0;
        padding: 0 1em 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #logo .site-title {
        font-size: 2.0em;
    }
    .entry h1,
    .comment h1 {
        font-size: 2.2em;
    }
    .entry h2,
    .comment h2 {
        font-size: 1.8em;
    }
    .entry h3,
    .comment h3 {
        font-size: 1.4em;
    }
    .entry tr th,
    .entry thead th {
        padding: 0.2em 0.4em;
    }
    .entry tr td {
        padding: 0.2em 0.4em;
    }
    .widget-category-posts .big-post .entry-title {
        font-size: 1.1em;
    }
    .widget-category-posts .small-post .entry-title {
        font-size: 1.0em;
    }
    .widget-category-posts .small-post .wp-post-image {
        max-width: 25%;
    }
    .widget-category-posts .small-post .small-post-content {
        padding: 0.6em 0.4em;
    }
    .widget-category-posts .small-post .entry-meta {
        font-size: 0.8em;
    }
}


/* Phablets (portrait) | <640px */

@media only screen and (max-width: 40em) {
    #header {
        padding: 1.5em 0.5em;
    }
    #logo .site-title {
        font-size: 2.0em;
    }
    #logo .site-description {
        float: none;
        margin: 0;
        font-size: 1.05em;
    }
    .page-title {
        font-size: 1.6em;
    }
    .entry-title {
        font-size: 1.3em;
    }
    /* Mega Menu Styling */
    .mega-menu-item .mega-menu-four-columns>li,
    .mega-menu-item .mega-menu-six-columns>li {
        width: 100%;
    }
    /* Magazine Homepage: Category Post Widgets */
    #widget-category-posts-grid .category-posts-grid-row {
        margin-right: 0;
    }
    #widget-category-posts-grid .category-posts-grid-row .big-post,
    #widget-category-posts-grid .category-posts-grid-row .small-post-wrap,
    #widget-category-posts-boxed .big-post,
    #widget-category-posts-columns .category-posts-column-left {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    #widget-category-posts-grid .category-posts-grid-row.small-post-row .small-post-wrap {
        padding-right: 0;
    }
    #widget-category-posts-boxed .small-posts,
    #widget-category-posts-columns .category-posts-column-right {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }
    .widget-category-posts .big-post .entry-title {
        font-size: 1.2em;
    }
    .widget-category-posts .small-post .entry-title {
        font-size: 1.05em;
    }
    .widget-category-posts .small-post .wp-post-image {
        max-width: 30%;
    }
    .widget-category-posts .small-post .small-post-content {
        padding: 0.8em 0.4em;
    }
    .widget-category-posts .small-post .entry-meta {
        font-size: 0.9em;
    }
}


/* Smartphones | <480px */

@media only screen and (max-width: 30em) {
    #logo {
        text-align: left;
    }
    #logo .site-title {
        font-size: 2.0em;
    }
    #header-content #header-social-icons,
    #header-content #header-search {
        float: none;
        max-width: 100%;
    }
    #header-content #header-search {
        margin-top: 0.5em;
    }
    .page-title {
        font-size: 1.4em;
    }
    .entry-title {
        font-size: 1.2em;
    }
    .alignright,
    .alignleft {
        float: none;
        margin: 1em 0;
    }
    #footer #footer-text {
        float: none;
        margin-top: 1.2em;
    }
    /* Magazine Homepage: Category Post Widgets */
    .courage_category_posts_columns,
    .courage_category_posts_columns .widget-category-posts {
        padding: 0;
        margin-bottom: 0;
    }
    #widget-category-posts-columns .category-posts-columns .category-posts-columns-content {
        margin-bottom: 0.9em;
    }
    .widget-category-posts .big-post .entry-title {
        font-size: 1.1em;
    }
    .widget-category-posts .small-post .entry-title {
        font-size: 1.0em;
    }
    .widget-category-posts .small-post .wp-post-image {
        max-width: 25%;
        margin-right: 0.5em;
    }
    .widget-category-posts .small-post .small-post-content {
        padding: 0.6em 0.4em;
    }
    .widget-category-posts .small-post .entry-meta {
        font-size: 0.8em;
    }
    /* Footer Navigation Menu */
    #footernav-menu li {
        display: block;
        margin: 1.5em 0;
    }
}

@media only screen and (max-width: 20em) {
    .widget-category-posts .big-post .entry-title {
        font-size: 1.0em;
    }
    .widget-category-posts .small-post .entry-title {
        font-size: 0.9em;
    }
    .widget-category-posts .small-post .entry-meta {
        font-size: 0.7em;
    }
}


/* Smartphones | <320px */

@media only screen and (max-width: 20em) {
    #header {
        padding: 1em 0.5em 0;
    }
    #logo .site-title {
        font-size: 1.7em;
    }
    .page-title {
        font-size: 1.2em;
    }
    .entry-title {
        font-size: 1.1em;
    }
    .entry-meta span,
    .postinfo span {
        display: block;
    }
    .entry-meta .sep,
    .postinfo .sep,
    .entry-meta .post-edit-link {
        border: none;
        margin: 0;
        padding: 0;
    }
}


/*--------------------------------------------------------------
# Theme Option Styles
--------------------------------------------------------------*/


/* Sidebar Left Layout */

@media only screen and (min-width: 60em) {
    .sidebar-left #content {
        float: right;
        padding-right: 0;
        padding-left: 1.5em;
    }
    .sidebar-left #sidebar {
        float: left;
    }
}


/* Boxed Design */

.boxed-design #wrapper {
    margin: 0 auto;
}

.boxed-design #header {
    background: #021934;
}

.boxed-design input,
.boxed-design textarea,
.boxed-design input[type="submit"],
.boxed-design #mainnav,
.boxed-design #navi-wrap,
.boxed-design #mainnav-toggle,
.boxed-design .type-post,
.boxed-design .type-page,
.boxed-design .type-attachment,
.boxed-design .page-title,
.boxed-design .entry-title,
.boxed-design .postinfo,
.boxed-design .more-link,
.boxed-design .archive-title,
.boxed-design .archive-description,
.boxed-design .post-pagination a,
.boxed-design .post-pagination .current,
.boxed-design .wp-post-image,
.boxed-design #social-icons-menu li a,
.boxed-design #footer-wrap,
.boxed-design .widget,
.boxed-design .widgettitle,
.boxed-design #comments .comments-title,
.boxed-design #respond #reply-title,
.boxed-design .commentlist .comment,
.boxed-design .comment-pagination a,
.boxed-design #commentform input[type="text"],
.boxed-design #commentform textarea,
.boxed-design #commentform #submit,
.boxed-design #widget-category-posts-columns .category-posts-columns .category-posts-columns-content,
.boxed-design .breadcrumbs,
.boxed-design .post-navigation {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.boxed-design #social-icons-menu li a:hover {
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
}

@media only screen and (max-width: 60em) {
    .boxed-design #wrapper {
        width: 100%;
        padding: 0;
    }
}


/*--------------------------------------------------------------
# Media Query Fixes
--------------------------------------------------------------*/


/* Big Screens Navi Fix | >720px */

@media only screen and (min-width: 9999px) {
    /* ensure #nav is visible on desktop version */
    .top-navigation-menu,
    .main-navigation-menu {
        display: block !important;
    }
    .top-navigation-menu li.menu-item:hover a,
    .main-navigation-menu li.menu-item:hover a {
        background: rgba(0, 0, 0, 0.15);
    }
    .top-navigation-menu li.menu-item:hover ul a:hover,
    .main-navigation-menu li.menu-item:hover ul a:hover {
        background: rgba(0, 0, 0, 0.25);
    }
    .main-navigation-menu {
        -moz-border-radius-topleft: 0.4em;
        -moz-border-radius-topright: 0.4em;
        -webkit-border-top-left-radius: 0.4em;
        -webkit-border-top-right-radius: 0.4em;
        -khtml-border-top-left-radius: 0.4em;
        -khtml-border-top-right-radius: 0.4em;
        border-top-left-radius: 0.4em;
        border-top-right-radius: 0.4em;
    }
}