/*
=========================================================
TABLET CSS
=========================================================
 * Innehåller styling för läsplattor
 * 
 * Copyright (C) Limepark AB. Upprättad 2016.
=========================================================*/

.lp-topmenu li > a {
    padding: 17px 10px 17px 14px;
}

.lp-hero-text {
    left: 20px;
    top: initial;
    bottom: 60px;
    margin-left: 0;
    width: 300px;
    max-width: 50%;
    padding: 20px;
}

.lp-slideshow-menu {
    position: absolute;
    width: 250px;
    right: 20px;
    top: 50px;
    margin-right: 0;
}

.lp-content.sv-column-8 {
   padding-right: 0;
}

/*
-----------------------------------------------
Boxar startsida
-----------------------------------------------*/
.lp-start-boxes>.pagecontent>.sv-layout>.sv-layout>.sv-text-portlet h2 a {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
    text-decoration: none;
}

/* Mest sökta */

.lp-start-popular-links {
   margin: 0 0 20px;
}

.lp-start-popular-links-content {
    margin: -50px auto 60px;
}

.lp-start-popular-links li:first-child::after {
   display: none;
}

.lp-start-popular-links li {
   display: block;
   padding: 0;
}

.lp-start-popular-links li:first-child {
   padding: 10px 15px;
   border-radius: 5px 5px 0 0;
}

.lp-start-popular-links li:nth-child(2) a {
   padding-top: 15px;
}

.lp-start-popular-links li:last-child {
   border-radius: 0 0 5px 5px;
}

.lp-start-popular-links li:last-child a {
   padding-bottom: 15px;
}


.lp-start-popular-links a.normal {
   padding: 10px 15px;
   border-right: none;
   text-align: left;
}


/*
---------------------------------------------------------
GRUNDLAYOUT
--------------------------------------------------------- */


.lp-section-grey {
  padding: 80px 0;
}


/*
---------------------------------------------------------
LÄNKKNAPP
--------------------------------------------------------- */

.lp-link-button a {
  padding: 17px 20px;
}


/*
---------------------------------------------------------
VIKTIGT MEDDELANDE
--------------------------------------------------------- */

.sv-archive-portlet.lp-alert li,
.sv-archive-portlet.lp-driftmeddelande li {
   margin: 10px !important;
}



/*
------------------------------------------------------
Emmabodafestivalen festivalsida mobilanpassning
------------------------------------------------------*/

#efmaps {
   display: none;
}
#svid10_10d283f15d25cd7d723cc94 {
   display: none;
}


/*
-------------------------------------------------------
Puffar
-------------------------------------------------------*/

.lp-box {
    height: 235px;
    margin: 0 0 20px;
    padding: 20px;
    background: #fff;
    border-top: 4px solid #004b8d;
    border-radius: 0 0 5px 5px;
}


/*
---------------------------------------------------------
STARTSIDA - HERO
---------------------------------------------------------*/

.lp-startpage-hero {
  -webkit-clip-path: none;
          clip-path: none;
  padding-bottom: 0;
}

.lp-startpage-hero > .sv-layout {
  -webkit-clip-path: none;
          clip-path: none;
  height: auto;
  background-image: none !important;
}

.lp-startpage-hero > .sv-layout > .sv-layout {
  margin-bottom: 0;
}


/* Undantag IE som inte stödjer clip*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .lp-startpage-hero > .sv-layout {
    height: auto;
  }
}

@supports (-ms-ime-align:auto) {
  /* Microsoft Edge Browser 12+ (All) */
  .lp-startpage-hero > .sv-layout {
    height: auto;
  }
}

/* Innehåll Viktigt meddelande */
.lp-startpage-hero-alert {
  margin-top: 10px;
}


/* Besökscenter */
.lp-startpage-hero-content .sv-column-3 > .sv-layout {
  padding-bottom: 40px;
  margin-right: -30px;
  margin-bottom: -60px;
}

.lp-startpage-hero-content .sv-column-3 > .sv-layout p.normal {
  font-size: 24px;
}


/*
---------------------------------------------------------
STARTSIDA - SNABBLÄNKAR
--------------------------------------------------------- */

.lp-quick-links-new {
  margin-top: 80px;
}

/* Undantag IE som inte stödjer clip*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .lp-quick-links-new {
    margin-top: 80px;
  }
}

@supports (-ms-ime-align:auto) {
  /* Microsoft Edge Browser 12+ (All) */
  .lp-quick-links-new {
    margin-top: 80px;
  }
}


/*
---------------------------------------------------------
STARTSIDA - STARTSIDEPUFFAR
--------------------------------------------------------- */

.lp-start-boxes > .pagecontent > .sv-layout > .sv-layout {
  padding: 30px;
}


/*
---------------------------------------------------------
STARTSIDA - EVENEMANG
--------------------------------------------------------- */

.lp-start-events {
  margin-top: 80px;
}


/*
---------------------------------------------------------
STARTSIDA - NYHETER
--------------------------------------------------------- */

/* Undantag nyheter på startsidan */
.lp-start-page .lp-news-list-with-img {
  margin-top: 80px;
}


/*
---------------------------------------------------------
SIDFOT
--------------------------------------------------------- */

/* Sociala länkar */
.lp-social-links .lp-icon-bg {
   height: 60px;
   width: 60px;
}