
        /* Premium Theme Dreamcatcher from Blogg.se */
@import url("//static.blogg.se/themes/dreamcatcher/dreamcatcher.css");

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
@import url('https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day');

.response { margin-top: 20px; }

.header1 { background: url(https://static.blogg.se/themes/dreamcatcher/img/header6.jpg) no-repeat; }
.header2 { background: url(https://static.blogg.se/themes/dreamcatcher/img/header4.jpg) no-repeat; }
.header3 { background: url(https://static.blogg.se/themes/dreamcatcher/img/header5.jpg) no-repeat; }

#menu {
  background-color: #f8f2eb;
}
#menu li a {
	color:#c9c4c4
}
.post-header, .post-header a {
  color: #dedede
}
#header h1 a{
  color: #ccc
}
body {
	font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    color: #999898;
}

.post-meta {
  margin-top: 0px !important;
}
.social { margin-top: 20px; text-align: center; }

#social svg { fill: #999898; }
.social svg { fill: #dedede; }


h1, h3, h4, #menu a, .post-meta, .pagination-older, .pagination-newer {
 	font-family: "Dawning of a New Day", sans-serif;
   
}
body.gradient {
  background-color: #d4cdc3;
  background: -webkit-gradient(radial,center center,0,center center,460,from(#FFF),to(#d4cdc3));
background: -webkit-radial-gradient(circle,#FFF,#d4cdc3);
background: -moz-radial-gradient(circle,#FFF,#d4cdc3);
background: -ms-radial-gradient(circle,#FFF,#d4cdc3); 
}
h3 a, .post-meta, #side h4 {
  color: #b5b8cb
}
h3 a {
     font-size: 48px;
}
#side #profile #social a { display: inline-block; }
#social svg { border-radius: 50%; }
@media only screen and (max-width: 989px) {
  #side {
    display:none;
  }
}

.like-container { display: block !important; text-align: center; margin-top: 5px; }
.likebtn { margin-right: 0px !important; }
.like-container .likebtn { margin-right: 0; }
.like-container .likebtn .likebtn__btn { 
  background: #b5b8cb !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #b5b8cb !important; 
  background: white !important;
}