/*
Theme Name:         BilbyenBilpleie2017
Theme URI:          http://adsign.no
Github Theme URI:   https://github.com/olefredrik/FoundationPress
Description:        WordPress theme for Bilbyen Bilpleie - multisite ready (2023 - php 8.0 ready)
Version:            2.2
Author:             adsign idéutvikling as
Author URI:         http://adsign.no/

License:            Unlicensed
*/

section.pricingtable > div {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}

section.pricingtable > div > div {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}

section.pricingtable > div > div > .wrapper {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    flex-direction: column;
    flex-flow: column;
}


section.pricingtable > div > div > .wrapper > :not(.row) + .row {
    flex-grow: 1000;
}
section.pricingtable > div > div > .wrapper > .row {
    min-height: 15px;
}

.pricingtable .columns h1{
    word-break: break-word;
}

.cart .ladda-button {
  background-color: #eb6424;
  width: 100%;
  font-size: 13px;
  font-family: 'Exo';
}

.cart .ladda-button:hover,
.cart .ladda-button:focus,
.cart .ladda-button:active {
  background-color: #eb6424;
  color: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.off-canvas .menu .active > a {
  opacity: 1;
  background-color: transparent;
}

.off-canvas > ul.menu [aria-current="page"] {
    opacity: 1;
  }

.top-bar .menu > li > [aria-current="page"]{
  color:#000;
}

@media only screen and (max-width: 640px){ /* mobile */
  .services .content-block {
    padding: 40px;
  }

  .off-canvas-wrapper-inner {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  padding: 0.5rem;
  background: #fefefe;
  }

  .contactdetails {
    position:relative;
    padding: 0;
  }

  .services .service:first-child{
    padding-top: 40px;
  }
.sticky-menu-section{
  display: none !important;
}
}

/* Tablet */
@media only screen and (max-width: 1024px){
  .services .content-block {
    padding: 40px;
    max-width: none;
  }
}

.bb-submenu-wrapper {
  overflow-y: hidden;
}

.top-bar {
  height: auto;
}

.bb-badge.resursbank {
  background: url("/wp-content/themes/bilhjelpbilpleie/assets/resursbank-logo.svg");
}
.bb-badge.popular {
  background: url("/wp-content/themes/bb17/assets/images/badge_popular_new.svg");
}

.bb-price-logo {
  display: block;
  margin-bottom: 20px;
}

.bb-footer-heading {
  font-size: 2.5rem;
}

.wrapper-footer a {
  color: #fff !important;
  text-decoration: underline;
}

.wrapper-footer a:hover {
  text-decoration-color: #c7c7c7;
}

.term-bulkfiks .highlights-content-block{
  display: none !important;
}

.transparency-act {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 10px;
}