
        
        /* Theme Essential from Blogg.se */
@import url("//static.blogg.se/themes/essential/css/style.css");

@import url('https://fonts.googleapis.com/css?family=Poiret+One');
@import url('https://fonts.googleapis.com/css?family=Forum');
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');
@import url('https://fonts.googleapis.com/css?family=Forum');
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');

body {
	line-height: 1.4em;
	color: rgba(0, 0, 0, 1);
	background-color: rgba(255, 255, 255, 0);
	background-image: none;
}
input, #comment-author, #comment-email, #comment-url, #comment-content, .formbutton { color: rgba(0, 0, 0, 1); }

body, input, textarea, #content .share-button label span, #content .share-button label {
	font-family: "Forum", sans-serif;
	font-size: 15px;
}

a { 
	color: rgba(102, 102, 102, 1); 
	text-decoration: none; 
}
a:hover { color: rgba(0, 0, 0, 1); }
#content .share-button label span { text-decoration: none; }
#content .share-button label { color: rgba(102, 102, 102, 1); }
#content .share-button label:hover { color: rgba(0, 0, 0, 1); }
#sidr-btn svg { fill: rgba(102, 102, 102, 1); }
#sidr-btn svg { fill: rgba(0, 0, 0, 1); }

#wrapper { 
	width: 1300px;
	box-shadow: none;
	background-color: rgba(255, 255, 255, 0);
}

#content .commentform input, #content .commentform textarea, #content .commentform .formbutton {
	background-color: rgba(255, 255, 255, 0);
}

#content .entry {
	text-align: center;
}

#content h3 {
	text-align: center;
}

.entry, .commentform { margin-bottom: 30px; }

input[placeholder] { 
	color: rgba(0, 0, 0, 1);
	font-family: "Forum", sans-serif;
	text-overflow: ellipsis;
	opacity: 1;
}
input::-moz-placeholder { 
	color: rgba(0, 0, 0, 1);
	font-family: "Forum", sans-serif;
	text-overflow: ellipsis;
	opacity: 1;
} 
input::-webkit-input-placeholder { 
	color: rgba(0, 0, 0, 1);
	font-family: "Forum", sans-serif;
	text-overflow: ellipsis;
	opacity: 1;
}
input:-ms-input-placeholder { 
	color: rgba(0, 0, 0, 1);
	font-family: "Forum", sans-serif;
	text-overflow: ellipsis;
	opacity: 1;
}

#header { 
	background-image: url(https://cdn2.cdnme.se/3562735/9-3/header_570cf68ae087c320e30e4ec5.jpg);
	background-color: rgba(255, 255, 255, 0);
	background-position: center center;
}

#header h1, #header h2 { 
	display: none;
}
#header h1 a, #header h2 { 
	color: rgba(0, 0, 0, 0.63);
}

#header h1 { 
	font-family: "Julius Sans One", cursive; 
	font-size: 10em;
	line-height: 1em !important;
	font-style: normal; font-weight: normal;
}

#header h2 {
	font-size: 18px;
}

#content h3 { 
	font-family: "Julius Sans One", cursive; 
	font-size: 32px;
	background-color: rgba(255, 255, 255, 0);
	font-style: normal; font-weight: normal;
}
#content h3 a { color: rgba(0, 0, 0, 1); }

#content h3, .response-by, #header h1, #header h2, #header h1 { 
	text-transform: uppercase;
}

#content .meta {
	color: rgba(0, 0, 0, 1);
	text-align: center;
}

#content .entry, 
#content .comment { 
	border-bottom: 1px solid #eeeeee; 
}
#content .comment .response, #content .comment .response-by { 
	border-left: 1px solid #eeeeee; 
	border-right: 1px solid #eeeeee; 
}
#content .comment .response-by { border-bottom: 1px solid #eeeeee; }
#content .comment .response { border-top: 1px solid #eeeeee; }
#nav #search form, #sidr-btn, #back-top, #content .commentform input, #content .commentform textarea, #content .commentform .formbutton { border: 1px solid #eeeeee; }
#sidr-btn, #back-top { background-color: #FFF; }

#nav {
	font-family: "Forum", sans-serif;
	color: rgba(0, 0, 0, 1);
	background-color: rgba(255, 255, 255, 1);
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
	font-style: normal; font-weight: normal;
	border-bottom: inherit;
}

#nav ul ul { background-color: rgba(255, 255, 255, 1); }
#nav .big { text-transform: uppercase; }
#nav a {
	color: rgba(0, 0, 0, 1);
}
#nav a:hover { 
	background-color: #eeeeee;
	color: rgba(0, 0, 0, 1); 
}

#nav { 
	border-bottom: 1px solid #eeeeee; 
}


.like-container {
}
.like-container .likebtn .likebtn__btn { 
  color: rgba(54, 141, 255, 1) !important; 
  background: none !important;
  padding: 0px 4px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 3px;
}
.like-container .likebtn.clicked .likebtn__btn { 
  background: rgba(54, 141, 255, 1) !important; 
  color: white !important;
}
.like-container .likebtn .likebtn__btn:before {
    opacity: 0.5;
}
.likebtn.likebtn_pos_right > .likebtn__count {
    padding: 2px 6px;
  margin-top: -2px;
}