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

@import url('https://fonts.googleapis.com/css?family=Nobile:400,700');
@import url('https://fonts.googleapis.com/css?family=League+Script');
@import url('https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,700');

#content h3, #content .mini-cat, #content .comment-count, #menu h2, .response-by { 
	text-transform: none;
}

#content h3 { font-size: 28px; }

a, a:hover, #content .social svg, body {
	color: #FFF;
	fill: #FFF;
}

.has_image_header { background-image: url(http://static.blogg.se/themes/translucido/img/flower.jpg); }

.post a { color: #a1baff; }

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

#header h1, #header h2 {
	font-family: "League Script", cursive;
}
.comment-count { font-size: 1.8em; }

#content, #header, #back-top a { background-color: rgba(2, 8, 33, 0.6); }
#menu .big, #menu, .comment:nth-of-type(even) {
	background-color: rgba(2, 8, 33, 0.3);
}
#menu .selected, .response, .response-by, #comment-author, #comment-email, #comment-url, #comment-content, .formbutton {
	background-color: rgba(2, 8, 33, 0.5) !important;
}

#menu ul ul, #menu ul ul ul {
	background-color: #FFF;
}

#menu, #menu a { color: #666;}

#menu .big:hover { border-top: 2px solid #FFF; }

#header h1 a, #header h2, #menu .big, #header .social-icons svg, #back-top a, #comment-author, #comment-email, #comment-url, #comment-content, .formbutton {
	color: #FFF;
	fill: #FFF;
}

#header .social-icons { border-right: 2px solid #FFF; }

body {
	background-color: #FFF;
	background-image: url(https://static.blogg.se/themes/translucido/img/kindajean.png);
}

#header h1 {
	font-size: 66px;
	line-height: 1em;
}

.response-by, #header h2 {
	font-size: 24px;
}



.like-container {
}
.like-container .likebtn { 
    background: none !important;
  display: inline-block;
  zoom: 1;
}
.like-container .likebtn .likebtn__btn { 
	background: none !important;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
    text-shadow: none;
     text-transform: uppercase;
  font-size: 1.8em;
  font-family: "Nobile", sans-serif;
  font-weight: 300;
  color: #FFF !important;
  margin-bottom: 5px;
}
.like-container .likebtn .likebtn__btn:hover { 
  border-bottom: 2px solid #FFF;
  margin-bottom: 3px;
}
.likebtn__btn:before { opacity:0.5 !important; }
.likebtn.liked .likebtn__btn {
  background-color: rgba(255,255,255,0.3) !important;
}
.like-container .likebtn .likebtn__count { 
  float: right;
  background: rgba(255,255,255,0.6);
  border: none;
  box-shadow: none;
  margin-top: 3px;
}
.like-container .likebtn__count:before { border:none; }
.like-container .likebtn__count:after { border:none; }
.like-container .likebtn.clicked .likebtn__btn { 
  color: #FFF !important; 
  
  background: #a1baff !important;
}