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

@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Meddon');

#wrapper, body, #side, .sidr, #responsive-menu-button {
	background-image: url(https://static.blogg.se/themes/pastel/img/bg.png);
	background: #2e3c52;
}

@media only screen and (max-width: 767px) {
	body, #wrapper { background: rgba(250, 250, 250, 1); }
}

#content { background-color: rgba(250, 250, 250, 1); }
body, a, .social svg { color: #333; fill: #333; }
.post a { color: rgba(55, 124, 184, 1); }
.post a:hover { color: rgba(5, 58, 138, 1); }
#side, #side a, .sidr ul li a, .sidr ul li span { color: rgba(250, 250, 250, 1); fill: rgba(250, 250, 250, 1); }

body, input, textarea {
	font-family: "Droid Serif", sans-serif;
	font-size: 
}

#header h1, #content h3, #content .footer-comment a, .pagination, #side h4, #side #profile h4, #content h4 {
	font-family: "Meddon", sans-serif;
}

#header h1 { font-size: 60px; }
#content h3 { font-size: 32px; }
#side #profile h4, #side h4, h4 { font-size: 36px; }

.img1 { background-image: url(http://static.blogg.se/themes/plenitude/img/03.jpg); }
.img2 { background-image: url(http://static.blogg.se/themes/plenitude/img/01.jpg); }
.img3 { background-image: url(http://static.blogg.se/themes/plenitude/img/02.jpg); }

.fb_iframe_widget iframe { top: -4px; }
#myimg div:last-of-type { border-bottom: 0 none !important; }

.social { text-align: center; }

.sidr form { margin: 0 15px 15px; }

#social { margin-bottom: 0 !important; }

.like-container {
    margin-bottom: 0 !important;
  margin-top: 10px;
}
.like-container .likebtn .likebtn__btn { 
  background: none !important;
  box-shadow: none;
  border: none;
  text-shadow: none;
  color: #333 !important;
}
.like-container .likebtn.clicked .likebtn__btn { 
  color:  !important; 
  background: white !important;
}

.like-container .likebtn .likebtn__count { 
	background: rgba(250, 250, 250, 1) !important;
  color: rgba(55, 124, 184, 1) !important;
  float: right;
  box-shadow: none;
    border: 1px solid #2e3c52;
  font-size: 2em;
  margin-top: 2px;
  padding: 10px;
}
.like-container .likebtn .likebtn__count:before {
  border: none;
}
.like-container .likebtn .likebtn__count:after {
  border: none;
}