/*
============================================================

	Theme Name: Kalium - Child Theme
	Theme URI: http://www.laborator.co/view-theme/kalium
	Author: Laborator
	Author URI: http://laborator.co/
	Version: 1.0
	Description: Use this theme if you want to extend features of Kalium theme or prevent overwriting the changes you make when new theme update is available.
	Tags: agency, architecture, blog, clean, creative, ecommerce, gallery, minimal, photography, portfolio, shop, kalium, translation-ready, theme-options, responsive-layout
	Template: kalium
	Text Domain: kalium

============================================================
*/

.go-to-top i {
    color: #ffffff;
    position: relative;
    display: block;
    margin-top: 1px;
}

.wrapper a:hover {
    color: #fff;
}

.menu-bar.menu-skin-light .ham {
  background-color: #666666 !important;
}

.menu-bar.menu-skin-light .ham:after, .menu-bar.menu-skin-light .ham:before {
  background-color: #666666 !important;
}

.go-to-top {
    background-color: #D1063C !important;
}
.go-to-top i {
    color: #FFFFFF !important;
    font-weight: bold;
}

.go-to-top.visible:hover {
    background-color: #D1063C;
}

body {
	line-height:1.7em;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    display: none;
} /* fjerner READ MORE knap fra blogposts på forsiden*/


.vc_gitem-zone.vc_gitem-zone-a.vc_gitem-is-link {
   pointer-events: none;
   cursor: default;
}

.menu-bar.menu-skin-light .hide-menu-text, .menu-bar.menu-skin-light .show-menu-text {
    color: #fff;
    font-size: 25px;
}

.cookieconsent-optout-preferences, .cookieconsent-optout-statistics, .cookieconsent-optout-marketing, .cookieconsent-optout {
    background-color: rgba(225, 224, 224, 0.67);
    z-index: 10;
    padding: 30px;
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.6px;
    align-items: center;
}

.elementor-wrapper .cookieconsent-optout-preferences,
.elementor-wrapper .cookieconsent-optout-statistics,
.elementor-wrapper .cookieconsent-optout-marketing,
.elementor-wrapper .cookieconsent-optout {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .cookieconsent-optout-preferences, .cookieconsent-optout-statistics, .cookieconsent-optout-marketing, .cookieconsent-optout {
        font-size: 23px;
    }
}

@media (max-width: 480px) {
    .cookieconsent-optout-preferences, .cookieconsent-optout-statistics, .cookieconsent-optout-marketing, .cookieconsent-optout {
        font-size: 18px;
    }
}

.cookieconsent-optout-preferences a:hover, .cookieconsent-optout-statistics a:hover, .cookieconsent-optout-marketing a:hover, .cookieconsent-optout a:hover {
    color: #333333;
}