
        
        /* Premium Theme Home Sweet Home from Blogg.se */
@import url("//static.blogg.se/themes/home-sweet-home/css/style.css");

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

#nav .navheading { 
	font-size: 11px;
	text-transform: uppercase; 
}
#nav { position: fixed; }
#nav .navheading, #content .date-count, #content .category-count, #content .meta, #content .comment-header, #content .comment-meta, #content .response-by, #content .formbutton {  
	font-family: "Open Sans", sans-serif; 
}

#content h3, .response-by, #content .commentform .formbutton, #content .comment-header { text-transform: uppercase; }
#header h1 a { text-transform: uppercase; }
#content .comment-meta, #content .tag-count, #content .date-count, #content .category-count { text-transform: uppercase; }

#content h3 { 
	font-family: "Dosis", sans-serif; 
}

#header h1 { 
	font-family: "Dosis", sans-serif; 
}

#content .comment-count, .share-button ul li { border: 1px dotted #CCC; }
#content .hr, #content .response { border-top: 1px dotted #CCC; }
#content .comment, #content .response-by { border-bottom: 1px dotted #CCC; }
#content .response, #content .response-by {
    border-left: 1px dotted #CCC; 
    border-right: 1px dotted #CCC; 
}
input, textarea, #content .formbutton { border: 1px solid #CCC; }

#content .meta,
#content .date-count,
#content .comment .comment-meta,
#content .comment .response-by,
#header h2,
#content .meta a { color: #999; }

#content h3 { 
	font-size: 60px;
}
#content h3, #content .date-count, #content .category-count { 
	text-align: center; 
}

#content h3 a { color: #000; }

#header .brand, #header .h-container { display: inherit; }
a, a:hover, body {
	color: #000;
}

#back-top a, #sidr-btn a {
	color: #fff;
	background-color: #000;
}

#header h1, #header h2 { text-shadow: none; }

#content #commentform, #content .formbutton, #nav #search input, #nav #search button, #content .comment-count, #content .share-button ul li {
	background-color: #fff;
}

#nav, #nav li ul { background-color: #171717; }
#nav .social-icons a:hover, #nav a, #nav { color: #FFF; }

#header h1 a, #header h2 { color: #000; }

#content .share-button .social li,
#content .comment-count span,
.post a, 
#content .category-count, 
#content .category-count a,
#content a.comment-header, 
#nav .social-icons a { 
	color: #fa7f9c; 
}

body, input, textarea {
	font-size: 13px;
}

#content .date-count, #content .meta { font-size: 10px; }
#content .meta .comment-count, #content .category-count, #content .response-by, #content .comment-meta { font-size: 11px; }

body, input, textarea, #content .share-button span {
	font-family: "Merriweather", serif;
}

#header h1 a { 
	font-size: 80px;
}

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

.header span:first-of-type { background-image: url(https://cdn1.cdnme.se/4721147/9-3/img_0076_5724c9182a6b229d4e083ca4.jpg); }
.header span:nth-of-type(2) { background-image: url(https://cdn2.cdnme.se/4721147/9-3/img_0076_kopia_5724c91e2a6b229d4f82782a.jpg); }
.header span:nth-of-type(3) { background-image: url(https://cdn1.cdnme.se/4721147/9-3/img_0076_5724c9269606ee089d542f21.jpg); }
.header span:last-of-type { background-image: url(https://cdn2.cdnme.se/4721147/9-3/img_0076_kopia_5724c932ddf2b377c997654a.jpg); }

#content, .nav-container, #header .h-container { width: 1000px; }


 .like-container {vertical-align: top;}
 .likebtn {
 	border: 1px solid #ccc !important;
    padding: 1px !important;
    background: white !important;
 }
 .likebtn__count {
	border: none !important;
    box-shadow: none !important;
    float: right !important;
    background: #eee;
	border-radius: 50% !important;
    margin-top: 5px;
 }
 .likebtn__count:before {
 	border: none !important;
 }
.like-container .likebtn__btn {
  	color: #fa7f9c !important;
    background: none !important;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
    padding: 9px !important;
 }
.like-container .likebtn.liked .likebtn__btn {
  	background: #fa7f9c !important;
    color: white !important;
}