
        /* Premium Theme Artless from Blogg.se */

@import url('https://fonts.googleapis.com/css?family=Meddon');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url("//static.blogg.se/themes/artless/css/style.css");

body {
  background-color: #fff;
  color: #333;
  font-family: "Open Sans",sans-serif;
  font-size: 14px
}

.social svg, #social svg { fill: #333; }
.social a { padding: 0 !important; }
.social { margin-top: 5px; }

a {
  color: #333;
}
#content h3 {
  font-size: 32px
}
#side #profile .profile {
    background: url("profile.jpg") no-repeat center center;
    width: 100px;
    height: 100px;
    border-radius: 0%; -webkit-border-radius: 0%;
}

#header h1,.pagination,#side #profile h4{ 
  font-family: "Meddon",sans-serif;
}
#header h1 { 
  font-size:  !important;
  line-height: 1.7em;
}

.pagination, #profile h4 { font-size: ;}

#header {
    padding: 120px 0 80px;
}
#header.has_image_header {
    padding: 120px 0 80px;
    background: url() no-repeat;
	margin-bottom: 60px;
	text-indent: -3000px;  
}
@media only screen and (max-width: 767px) {
    #header { padding: 50px 0; } 
} 

#content .footer-comment { background: none; }
#content .footer-comment a { background-color: transparent; }


#side #posts li {
  display:block;
  border-bottom: 1px solid #ddd;
}

.fb_iframe_widget iframe {
	top: -4px;
}
.profile { display: block; }
#social { text-align: center; }
#social svg { border-radius: 50%; }
.likebtn__btn { font-size: 13px !important; padding: 4px 10px 3px !important; }
.like-container { display: block !important; margin-top: 5px; }
.footer-comment .like-container { text-align: center; }
.like-container .likebtn { margin-right: 0; }
.like-container .likebtn .likebtn__btn { 
  background: #333 !important; 
}
.like-container .likebtn.clicked .likebtn__btn { 
  color: #333 !important; 
  background: white !important;
}