/*
Theme Name: Rene Graeber Blog
Theme URI: https://renegraeber.de/blog/
Description: Evolution Framework Child Theme fuer renegraeber.de/blog/
Author: Andreas Hecht
Author URI: https://andreas-hecht.com
Template: evolution-framework
Version: 1.0.0
Text Domain: evolution-child
*/

/* Your own formattings */

header#masthead .evo-one-half {
    max-width: 1120px;
    width: 100% !important;
    margin-right: 0 !important
}
header#masthead .evo-one-half .site-logo {
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0px;
    text-align: center;
    max-width: 100%;
    height: auto;
    display: block;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}
header#masthead .evo-one-half.evo-column-last {
    display: none;
}
.site-branding {
    padding-top: 20px !important;
}
.author-bio .bio-avatar img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    position: relative;
    top: 3px;
}
p.wp-caption-text {
    padding: 15px 0 15px 28px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #eee;
    font-size: 15px !important;
    line-height: 120%;
    font-weight: 500 !important;
    color: #888 !important;
    position: relative;
    margin-bottom: 0;
    margin-top: 0 !important;
    text-align: left;
    font-family: Arial, sans-serif;
    font-style: normal;
}
.wp-caption-text .fa-camera {
    color: #777;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    font-size: 17px;
}
h2 b {
    font-weight: 500 !important;
}
.tagcloud a {
    font-size: 80% !important;
}
span.tag-link-count {
    font-size: 85% !important;
}
.tagcloud a {
    margin: 0 1px 6px 0 !important;
}

.page-template-template-tags ul.topindex {
    width: 100%;
    max-width: 900px;
}

.page-template-template-frontpage .bottom-menu ul {
    text-align: left;
}

.page-template-template-frontpage .bottom-menu ul li a {
    padding: 5px 22px;
    color: #fff;
    background: #d54e21;
    border-radius: 5px;
    font-size: .90em;
}

.entry-content a:not([class*=button]), .author-bio a, #comments h4 small a, ul.index li a:hover, ul.topindex li a:hover, .widget a:hover {
    color: #0066bf !important;
    border-bottom: none !important;
    transition: .2s ease-in-out;
}

.entry-content a:not([class*=button]):hover, .author-bio a:hover {
    text-decoration: underline;
}
.author-bio {
    border: 2px solid #333;
}
.author-bio .social-icons ul li a:hover {
    background: #0066bf !important;
}

#comments h4 span {
    color: #0066bf !important;
}
div.untertitel p {
    color: #aaa;
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: 500;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 3px solid #0066bf !important;
    margin-bottom: 50px;
}
.tagcloud a:hover {
	background-color: #e2e2e2;
	color: #333 !important;
    text-decoration: none !important;
}
.widget.widget_categories {
    font-size: 86%;
}

.entry-content a.continue-reading, .entry-content a.more-link {
    border-color: #0066bf;
    border-bottom: 2px solid #0066bf !important;
    color: #0066bf;
}
.entry-content a.continue-reading:hover, .entry-content a.more-link:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.widget {
    color: #555;
    font-size: 83.5%;
    line-height: 1.5;
    margin-bottom: 40px;
}
.widget li {
    border-top: solid 1px #ccc;
    line-height: 1.4;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    font-size: 83.5%;
}


/* ----------------------------------------------------------------------------
### Custom Footer
---------------------------------------------------------------------------- */

.site-copyright ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}
.site-copyright ul li {
    display: inline-block;
    padding-right: 8px;
}
.site-copyright ul li:last-child {
    padding-right: 0;
}
.menu-footermenue-container {
    display: inline-block;
}
footer#colophon {
    width: 100vw;
    max-width: 1200px;
    background: #4A5361;
    margin-left: auto;
    margin-right: auto;
}
.site-bottom {
    border-top: none;
    color: #EDEFF2;
    margin-bottom: 18px;
    margin-top: 20px;
    padding-top: 8px;
}
.site-bottom a {
    color: #EDEFF2;
    border-bottom: 1px dotted #999;
}
.site-bottom a:hover {
    border-bottom: 1px solid #fff;
    color: #EDEFF2;
}
.site-bottom, .site-bottom a, .site-copyright, .site-credit {
    font-size: 14px !important;
}

#content button, #content input[type="button"], #content input[type="reset"], #content input[type="submit"] {
    background-color: #0066bf;
    border: 2px solid #0066bf;
    border-radius: 2rem;
    color: #fff;
    cursor: pointer;
    font-size: 87.5%;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 1em 1.7em !important;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}
#content button:hover, #content input[type="button"]:hover, #content input[type="reset"]:hover, #content input[type="submit"]:hover {
    border: 2px solid #0066bf !important;
    color: #0066bf;
}


/* Footer */

.footer-widget {
    width: 25%;
}
footer#colophon h4.widget-title {
    color: #fff;
}
footer#colophon .widget li, footer#colophon .widget li a {
    color: #eee !important;
    font-size: 15px;
}
footer#colophon .widget li a:hover {
    text-decoration: underline;
}
footer#colophon .widget li {
    border-top: none;
    line-height: 1.4;
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}