/*
 Theme Name:   Talkwalks
 Description:  Anpassung für Betram Weisshaar
 Author:       SNAU
 Author URI:   https://snau.net
 Template:     baskerville
 Version:      1.0
 Text Domain:  talkwalks
*/


/* Talkwalks
==========================================================*/ 

.blog-title a {
  font-family: "Roboto Slab", sans-serif!important;
  font-size: 5rem;
}

.blog-title a:hover {
  color:#8e9e38!important;
}




/* TYPOGRAPHY
==========================================================*/ 


html {
  font-family: "Roboto", sans-serif;
}

.blog-title {
  font-weight: bold;
}

h1 {
  font-family: "Roboto Slab", sans-serif;
}

a,
.more-link {
  color: #8e9d38;
}

.footer a,
.sidebar a {
  color: #8e9d38!important;
}


/* COLOR
==========================================================*/ 
.widget-content ul li:before {
  color: #8e9d38;
}

.cat-item::before {
  color:#8e9e38!important;
}

.dashicons::before {
  color:#8e9e38!important;
}

/* POSTS
==========================================================*/ 

.posts .post-meta {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.post-excerpt {
  padding-bottom: 5%!important;
}

.post-excerpt .more-link {
  margin-top: 0.5em!important;
}

.post-title a:hover {
  color: #8e9d38!important;
}


/* NAVIGATION
==========================================================*/ 
.navigation {
  background-color: #8e9e38!important;
}

.main-menu > li > a {
  color: #eaefcf!important;

}

.main-menu > li > a:hover {
  color: #fff!important;
}

.nav-toggle .bar {
  background-color: #eaefcf!important;
}


/* KATEGORIE
==========================================================*/ 
.archive .page-title {
  margin-bottom: 2rem!important;
}

.kategorie {
  font-size: 1.25em!important;
  margin-top: 0!important;
}

.category-uncategorized .kategorie {
  display: none;
}


/* HÖREN WAS LÄUFT
==========================================================*/ 
@media (min-width: 500px) { 

  .betram {
    /* display: none; */
    float:left; 
    margin-right: 2rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    width: 250px;
    height: 250px;
  }
}