
        /* Premium Theme Origami from Blogg.se */
@import url("//static.blogg.se/themes/origami/css/style.css");

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Anaheim');

#content h3, #content .mini-cat, #content footer, #menu, #header h1, #header h2, .response-by { 
	font-family: "Anaheim", sans-serif;
	
}
#content h3 { font-size: 42px; }

a, a:hover, #content .social svg, #social svg, body, #comment-author, #comment-email, #comment-url, #comment-content, .formbutton {
	color: #525252;
	fill: #525252;
}

#content .mini-cat a, #content .mini-cat, .post a {
	color: #ffe100;
}

body, #menu p, input, textarea {
	font-family: "PT Sans", sans-serif;
	font-size: 15px;
}

#menu, #content .entry, #menu ul ul, #menu ul ul ul, .comment, .commentform {
	background-color: #fbfdf8;
}

#header h1 a, #header h2 { color: #525252; }

body {
	background-color: #fafafa;
	background-image: url(https://static.blogg.se/themes/origami/img/tsuru_yellow.png);
}

#header {
	background-image: url(https://static.blogg.se/themes/origami/img/gulpapperspippi.jpg);
}

.response, .response-by {
	background-color: #fafafa;
}

#header h1 {
	font-size: 60px;
}

#header h1, #header h2 { text-indent: -9999px; }

.response-by, .mini-cat, #header h2 {
	font-size: 12px;
}

#content .entry, #header, #content .comment, #content .commentform, #menu {
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1);
}

.no_image_header { height: 100px !important; padding: 0 !important; box-shadow: inherit !important; }

.no_image_header h1 { padding-top: 15px !important; }
#social a { display: inline-block !important; padding: 0 !important; }


.like-container {
  display: block !important;
    margin-bottom: 0 !important;
  margin-top: 10px;
}
.like-container .likebtn { margin-right: 0; }
.like-container .likebtn .likebtn__btn { 
  background: #ffe100 !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #ffe100 !important; 
  background: white !important;
}