
        /* Theme Viral Queen from Blogg.se */
@import url("//static.blogg.se/themes/viral-queen/assets/css/style.css");

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


body { background-color: #e8e8e8; }

body, 
button, 
input, 
select, 
textarea,
a:hover, 
a:focus, 
a:active, 
h1.entry-title a,
.widget, 
.widget-title, 
#navigation div a:first-of-type,
.widget a:hover, 
.widget a:focus {
  color: #333;
}

.brand-wrapper a.header-image,
.widget-logo { box-shadow: 0 0 20px rgba(0,0,0, 0.05); }

.entry { box-shadow: 0 0 20px rgba(0,0,0, 0.05); }

body, #content .entry .likebtn__count, .send-comments-button { 
  font-family: "Libre Baskerville", serif; 
}

h1, h2, h3, h4, h5, h6, .entry-title {
  font-family: "Merriweather Sans", sans-serif;
}

.brand-page {
  background-image: url(https://static.blogg.se/themes/tabula_rasa/img/geometry.png);
  background-repeat: repeat;
}

a, .widget a, .entry-social-item a i { color: #ea2df0; }
.likebtn .likebtn__btn { color: #ea2df0 !important; }
.morebutton a, .send-comments-button { background-color: #ea2df0; }




.small-part a, 
.small-part, 
.entry-categories, 
.entry-social-item a,
#content .entry .likebtn__count { 
  color: #adadad !important; 
}

body { font-size: 16px; }

.entry-title { font-size: 30px; } 


a.header-image { background-image: url(https://static.blogg.se/themes/viral-queen/assets/img/header.png); }

#comments-area {
	padding: 1.6em 4.5em;
	background: #fff;
	margin-bottom: 1.6em;
	box-shadow: 0 0 2px rgba(0,0,0,.05);
}

.likebtn .likebtn__btn:before {
  content: "\f004";
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  font-size: 18px;
}


.widget-logo {
  background-image: url(https://static.blogg.se/themes/viral-queen/assets/img/profil.jpg);
  width: 100%;
  padding-top: 137.88%;
  display: block;
  background-size: cover;
}



#blog-search form {
  background-color: #FFF;
  box-shadow: 0 0 20px rgba(0,0,0, 0.05);
  height: 50px;
  border: 1px solid #f3f2f2;
}

#blog-search input[type="search"] {
  width: 80%;
  float: left;
  border: 0 none;
  padding: 15px 10px 15px 15px;
  font-size: 16px;
  color: #333;
  font-family: "Libre Baskerville", serif; 
  display: block; 
  outline: none; 
}

#blog-search button {
  width: 20%;
  float: left;
  border: 0 none;
  color: white;
  background-color: #ea2df0;
  font-size: 21px;
  display: block;
  cursor: pointer;
  height: 50px;
}

#blog-search form:after { clear: both; content: ""; }

.brand-page { padding-bottom: 1%; }