/*!
Theme Name:    Stemt
Description:   Finstemte digitale løsninger
Version:       1.0.0
Author:        Stemt
Author URI:    https://www.stemt.no
Template:      page-builder-framework
License:       GPLv3 or later
Text Domain:   wpbf-child
*/

/* 100% width */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/*** HEADER ***/

/* Mobile Sticky Header */
@media (max-width: 768px){
    .fl-theme-builder-header header.fl-builder-content,
    header.fl-page-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        will-change: transform;
        -webkit-transition: transform 0.5s linear;
        -moz-transition: transform 0.5s linear;
        transition: transform 0.5s linear;
    }

    .scroll-up {
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);
    }

    .scroll-down {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);
    }
}

@media (min-width: 768px){
    body.admin-bar header.fl-builder-content,
    body.admin-bar header.fl-page-header {
        top: 32px!important;
    }
}
@media (max-width: 767px){
    body.admin-bar header.fl-builder-content,
    body.admin-bar header.fl-page-header {
        top: 46px!important;
    }
}

/*** BODY ***/

/* Yoast Breadcrumbs */

.breadcrumbs2 {
	font-size: 100%;
}
.breadcrumbs2 a {
	border-bottom: 0px;
	color: #424242;
}
.breadcrumbs2 a:hover {
	border-bottom: 1px solid #19A4B3;
	color: #19A4B3;
}
.breadcrumb_last {
	color: #19A4B3;
}

/* Widget sidebar */

.widgettitle {
	border-bottom: 1px solid #19A4B3;
	padding: 0px 5px 5px 5px;
}

.widget {
	border-bottom: 1px solid #424242;
}

.widget li a {
	list-style-type: none;
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
	border-top: 1px solid #424242;
	text-decoration: none;
  padding: 10px 20px 10px 20px;
	position: relative;
  display: block;
}
.widget li a:hover {
  color: #ffffff;
	background-color: #19A4B3;
}

/*** TEMPLATES ***/

/* Maler hero fonts */
.malertekst {
    font-weight: 600 !important;
}

/*** TILBUDSMAL ***/

.tilbud-template-default #breadcrumbs {
	display: none;
}

.single-tilbud .footer-categories {
	display: none;
}

.nyhetschimp LABEL {
	color: white;
}

.nyhetschimp A {
	color: white;
	text-decoration: underline;
}

.nyhetschimp A:hover {
	color: white;
	text-decoration: underline;
}

.nyhetschimp P {
	margin-bottom: 10px;
}

/*** FOOTER ***/

.nyttigelenkerliste ul {
    padding-top: 6px;
    padding-left: 20px;
}
.nyttigelenkerliste ul li {
    padding: 0px 0px 20px 5px;
}
