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

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

#content h3, #content .mini-cat, #content .comment-count, #menu a, #side h4, #menu h2, .response-by, #header h1, #side h4, #side h5 { 
	text-transform: uppercase;
}

#header h1, #header h2 { display: inherit; }

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

a, a:hover, #content .social svg, .social-icons svg, body, #menu a {
	color: #333;
	fill: #333;
}

.post a { color: #6169cf; }

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

#header h1, #content h3, #side h5, .comment-count  {
	font-family: "Bentham", serif;
}
.comment-count { font-size: 1.8em; }

#wrapper { background-color: #FFF; }

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

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

body {
	background-color: #F8F8F8;
	background-image: none;
}

#side #search form, #side #posts .post-image, #side #archives ul, #back-top, .morebutton a, #content .commentform input, #content .commentform textarea, #content .commentform .formbutton, #content .slide a {
	background-color: #EFEFEF;
}
#side section, #content .entry, #content .comment, #content .commentform, #menu, #header, .half {
	border-bottom: 1px solid #EFEFEF;
}
#side { border-left: 1px solid #EFEFEF; }

@media only screen and (max-width: 767px) {
	#about { border-top: 1px solid #EFEFEF; }
}

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

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

.header1 { background-image: url(https://static.blogg.se/themes/wide/img/header1.jpg); }
.header2 { background-image: url(https://static.blogg.se/themes/wide/img/header2.jpg); }
.header3 { background-image: url(https://static.blogg.se/themes/wide/img/header3.jpg); }


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