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

@import url('https://fonts.googleapis.com/css?family=Limelight');
@import url('//fonts.googleapis.com/css?family=Cambo');

body, .input-bg { 
	background-color: #CCC;
	background-image: url(https://static.blogg.se/themes/postit/img/bg.png); 
}

body, #header h2 { color: #000; }

#header h2 {
	background-image: url(https://static.blogg.se/themes/postit/img/header.jpg);
}

.gradient {
    background-color: #3b3b3b;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#3b3b3b),to(#0c0c0c));
    background: -webkit-linear-gradient(top,#0c0c0c,#3b3b3b);
    background: -moz-linear-gradient(top,#0c0c0c,#3b3b3b);
    background: -ms-linear-gradient(top,#0c0c0c,#3b3b3b);
    background: -o-linear-gradient(top,#0c0c0c,#3b3b3b);
}

#footer, #footer a { color: #FFF; }
#social svg { fill: #FFF; }

#header h1 a { font-size: 72px; }
h3 a { font-size: 42px; }

#header h1 a, h3 a, .more, h4, #profile a {
	font-family: "Limelight", Geneva,sans-serif;
}

body {
    font-size: 14px;
    line-height: 1.7em;
    font-family: "Verdana", Geneva,sans-serif;
}

a {
    color: #1890FF;
}

.more {
    font-size: 28px;
    line-height: 1em;
}

.comment-meta {
    color: #ABABAB;
}

h3 a, #header h1 a, #morebutton h4 a {
    color: #FFF;    
}

.social svg {
    fill: #FFF;    
}

.post-more {
    background: #FFF;
    color: #999;
}

input,textarea, .post-meta,.post-meta a, .post-more, .comment-meta {
    font-family: "Cambo",Verdana,Geneva,sans-serif;
}

.post-meta,.post-meta a, .post-more, .comment-meta, input,textarea {
	font-size: 15px;
}

h4 {
	font-size: 24px;
	line-height: 1em;
}

#profile a {
	font-size: 18px;
	line-height: 1.5em;
}
#social a { display: inline-block !important; padding: 0 !important; }
#social { text-align: right; }
#social svg { border-radius: 50%; }

.like-container { display: block !important; text-align: center; margin-bottom: 10px; }
.likebtn { margin-right: 0px !important; }
.like-container .likebtn { margin-right: 0; }
.like-container .likebtn .likebtn__btn { 
  background: #1890FF !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #1890FF !important; 
  background: white !important;
}
#content .borka-container, #content .ad.loop {
width: 100%;
}