/*
=========================================================
PAGE TOOLS CSS
=========================================================
 * Innehåller styling för sidverktyg
 * 
 * Copyright (C) Limepark AB.
 * https://limepark.se/licensvillkor
=========================================================*/


/*
---------------------------------------------------------
SIDVERKTYG
---------------------------------------------------------*/

.lp-pagetools {
  -webkit-box-align: center;
  align-items: center;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  margin: 0 0 3rem;

  -webkit-box-pack: justify;
  justify-content: space-between;
}

.lp-pagetools > .sv-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-page-share-link.normal,
.lp-print-link a.normal,
.lp-page-contact-link.normal,
.sv-readspeaker_expandingplayer-portlet > a.normal {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1.4rem;
  text-decoration: none;
}

.lp-page-share-link.normal:hover,
.lp-print-link a.normal:hover,
.lp-page-contact-link.normal:hover,
.sv-readspeaker_expandingplayer-portlet > a.normal:hover {
  text-decoration: underline;
}

.lp-pagetools .lp-icon {
  font-size: 1.3rem;
  margin: 0 0.8rem 0 0;
  vertical-align: -0.05em;
}

.lp-pagetools-share {
  margin: 0 0 3rem;
}

/* Dölj Powered by ReadSpeaker */
.sv-readspeaker_expandingplayer-portlet .rsbtn_powered {
  display: none;
}
