/* Ange din anpassade CSS här */

.posts-author span
{
  display: none;
}

.footer-logo
{
  display: none;
}

.header-logo
{
  padding: none;
}

.comments-area .comment-respond .comment-form-author label, .comments-area .comment-respond .comment-form-email label, .comments-area .comment-respond .comment-form-url label
{
width: auto !important;
}

body, button, input, select, optgroup, textarea
{
 color: #333; 
}

.hentry.has-post-thumbnail .entry-header-details
{margin-top: 0 !important;}

h1{    font-family: frank ruhl libre;
    font-weight: 700;
    text-transform: none !important;
    color: #000;
    letter-spacing: -0.8px !important;}

h3{    font-family: frank ruhl libre;
    font-weight: 700;
    text-transform: none !important;
    color: #000;
letter-spacing: -0.4px !important;}

/*bilder bildtext, inte utvald bild*/
figcaption.wp-caption-text{font-size: small; font-family: times;}

article .entry-content a:link
{ color: blue !important; font-weight: bold; text-decoration: underline;}

article .entry-content a:visited
{ color: #800080; font-weight: bold; text-decoration: underline;}

/*Utvald bild bildtext*/
.post-thumbnail
{
 text-align: center; 
}

.post-thumbnail .utvald-bild-text
{
  font-family: times;
  font-style: italic;
  margin: 22em 0;
}

.aft-image-caption
{display: none;}


