/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.ml2 {
    font-weight: 900;
    font-size: 3.5em;
  }
  
  .ml2 .letter {
    display: inline-block;
    line-height: 1em;
  }

  .ml4 {
    position: relative;
    font-weight: 900;
    font-size: 4.5em;
  }
  .ml4 .letters {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0.3em;
    right: 0;
    opacity: 0; 
  }
  .ml11 {
    font-weight: 700;
    font-size: 3.5em;
  }
  
  .ml11 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
  }
  
  .ml11 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #fff;
    transform-origin: 0 50%;
  }
  
  .ml11 .line1 { 
    top: 0; 
    left: 0;
  }
  
  .ml11 .letter {
    display: inline-block;
    line-height: 1em;
  }


a.button.primary {
    padding: 2px 24px;
    font-size: 0.95em;
    letter-spacing: 1px;
}
.nav-spacing-xlarge>li {
    margin: 0 18px;
}
.header-main .nav > li > a {
    color: hsl(0deg 0% 100%);
}
.nav>li.html {
    font-size: .85em;
    font-weight: bold;
    font-family: Manrope, sans-serif;
}

.header-full-width .container {
    max-width: 96% !important;
}
.rounded {
    border-radius: 8px !important;
}
.fill {
    height: 100%;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
}
.box.box-normal.box-text-bottom.box-blog-post.has-hover {
    box-shadow: 0px -1px 19px 0px #2222221f;
    border-radius: 8px !important;
}
a.button.primary.is-outline.is-small.mb-0 {
    border-radius: 99px;
}

/* inlägg */
.row.senaste_inlagg.large-columns-3.medium-columns-1.small-columns-1 > .col.post-item {
    background: white;
    padding: 0px;
    border-radius: 8px !important;
    box-shadow: 1px 1px 20px 16px #23232308;
}


.box-blog-post .is-divider {
    height: 2px;
    margin-bottom: .5em;
    margin-top: .5em;
    background-color: #DF1883 !important;
}


/* text */
.absolute-footer.dark.medium-text-center.small-text-center {
    display: none;
}

.box.box-normal.box-text-bottom.box-blog-post.has-hover > .box-text.text-center {
    padding-top: 15px !important;
    padding-bottom: 30px !important;
}