
        
        /* 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=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Amatic+SC');

body {
	line-height: 1.4em;
	color: #222222;
	background-color: #FFFFFF;
	background-image: none;
}
input, #comment-author, #comment-email, #comment-url, #comment-content, .formbutton { color: #222222; }

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

a { 
	color: #666666; 
	text-decoration: none; 
}
a:hover { color: #222222; }
#content .share-button label span { text-decoration: none; }
#content .share-button label { color: #666666; }
#content .share-button label:hover { color: #222222; }
#sidr-btn svg { fill: #666666; }
#sidr-btn svg { fill: #222222; }

#wrapper { 
	width: 1300px;
	box-shadow: none;
	background-color: #FFFFFF;
}

#content .commentform input, #content .commentform textarea, #content .commentform .formbutton {
	background-color: #FFFFFF;
}

#content .entry {
	text-aling: left;
}

#content h3 {
	text-align: left;
}

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

input[placeholder] { 
	color: #222222;
	font-family: "Open Sans", sans-serif;
	text-overflow: ellipsis;
	opacity: 1;
}
input::-moz-placeholder { 
	color: #222222;
	font-family: "Open Sans", sans-serif;
	text-overflow: ellipsis;
	opacity: 1;
} 
input::-webkit-input-placeholder { 
	color: #222222;
	font-family: "Open Sans", sans-serif;
	text-overflow: ellipsis;
	opacity: 1;
}
input:-ms-input-placeholder { 
	color: #222222;
	font-family: "Open Sans", sans-serif;
	text-overflow: ellipsis;
	opacity: 1;
}

#header { 
	background-image: url(https://cdn3.cdnme.se/4781925/9-3/header-fotboll_59117e20e087c33a1c0fd3a8.jpg);
	background-color: #FFFFFF;
	background-position: bottom center;
}

#header h1, #header h2 { 
	display: none;
}
#header h1 a, #header h2 { 
	color: #000000;
}

#header h1 { 
	font-family: "Poiret One", sans-serif; 
	font-size: 12em;
	line-height: 1em !important;
	font-style: normal; font-weight: normal;
}

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

#content h3 { 
	font-family: "Amatic SC", cursive; 
	font-size: 22px;
	background-color: #FFFFFF;
	font-style: normal; font-weight: normal;
}
#content h3 a { color: #111111; }

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

#content .meta {
	color: #222222;
	text-align: left;
}

#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: "Open Sans", sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 30px;
	text-align: center;
	font-style: normal; font-weight: normal;
	border-bottom: inherit;
}

#nav ul ul { background-color: #FFFFFF; }
#nav .big { text-transform: uppercase; }
#nav a {
	color: #666666;
}
#nav a:hover { 
	background-color: #eeeeee;
	color: #222222; 
}

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


.like-container {
}
.like-container .likebtn .likebtn__btn { 
  color: rgba(250, 242, 10, 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(250, 242, 10, 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;
}