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

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@font-face {
    font-family: 'montserrat';
    src: url('//static.blogg.se/themes/sweet-vanilla/fonts/Montserrat-ExtraLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'montserrat';
    src: url('//static.blogg.se/themes/sweet-vanilla/fonts/Montserrat-Light.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('//static.blogg.se/themes/sweet-vanilla/fonts/Montserrat-Medium.otf') format('opentype');
    font-weight: 500;
    font-style:normal;
}

body, a {
  font-family: "Montserrat", serif; 
}

.comments-float-item input,
.comments-text textarea,
.layout,
body { 
  background-color: #f8f8f8;
}

.content input:focus, textarea:focus, .content input[type="search"]:focus {
  background-color: #f8f8f8 !important;
}

.comments label,
.content .comment,
.comments,
.entry-comments a,
.entry-content *,
.entry-content {
  color: #555555;
}

.send-comments-button {
  background: #555555;
}

.advertise-here-inner,
.bloglovin-top,
.likebtn__btn:before, 
.facebook-share:before { background-color: #997792; }

.slick-dots li.slick-active button:before,
.twitter-top,
.facebook-top,
.instagram-top,
.rss-top { color: #997792; }

.about-me-content a,
a.comment-header, 
.entry-content a { color: #ff99cc !important; }

.likebtn.liked .likebtn__btn:before { background-color: #ff99cc !important; }

#navigation ul.menu > li > a,
#navigation,
.about-me-readmore a,
a:hover, 
a:visited, 
a:focus,
body, 
a {
    color: #000;
}

#navigation .is-dropdown-submenu,
.sidebar-item,
.entry {
  background-color: #FFF;
}
.advertise-here-inner a {
    color: #FFF;
}

.content .comment,
.sidebar-item,
.entry {
  text-shadow: 0.5px 0.866px 13px 0px rgba(0, 0, 0, 0.04);
}

.entry-header,
.about-me-readmore a {
    border-bottom: 1px solid #000;
}

.header1 { background-image: url(https://static.blogg.se/themes/sweet-vanilla/assets/img/bg3.jpg); }
.header2 { background-image: url(https://static.blogg.se/themes/sweet-vanilla/assets/img/bg2.jpg); }
.header3 { background-image: url(https://static.blogg.se/themes/sweet-vanilla/assets/img/bg1.jpg); }


.entry-content {
  font-size: 13px;
}

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

.slick-dots li button:before { font-size:18px; }

#blog-search {
  width: 100%;
}

#blog-search input[type="search"] {
  width: 80%;
  float: left;
  border: 0 none;
  padding: 4px 6px 4px 8px;
  height: 38px;
  box-shadow: none;
  font-size: 13px;
  color: #555555;
  font-family: "Montserrat", serif; 
  display: block; 
  outline: none; 
  margin-bottom: 0;
  border-bottom: 1px solid #997792;
  border-left: 1px solid #997792;
  border-top: 1px solid #997792;
}

#blog-search input[type="search"]:focus, #blog-search input[type="search"]:hover {
  border-bottom: 1px solid #997792 !important;
  border-left: 1px solid #997792 !important;
  border-top: 1px solid #997792 !important;
}

#blog-search button {
  width: 20%;
  float: left;
  border: 0 none;
  color: white;
  background-color: #997792;
  font-size: 21px;
  display: block;
  cursor: pointer;
  height: 38px;
}
i.fa-search { font-style: normal; }
i.fa-search:before {
  content: "\f002";
  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: 14px;
  text-align: center;
  width: 100%;
}

#blog-search form:after { clear: both; content: ""; }
.blog-search-mobile { display: none; }

@media screen and (max-width: 39.9375em) {
  #blog-search.blog-search-mobile {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  #blog-search input[type="search"] { background-color: #f8f8f8; }
}