/*
Theme Name: melkekannen
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Description: Twenty Twentyfive Child Theme
Author: Hans Larsson
Template: twentytwentyfive
Version: 1.0
*/

.button {
	border-radius: 9999px;
    background-color: #000000 !important;
    padding: 5px 15px 5px 15px !important;
    color:#ffffff;
}

.button-big {
	border-radius: 9999px;
    background-color: #000000 !important;
    padding: 15px 35px 15px 35px !important;
    color:#ffffff;
    font-weight: bold;
}

.fixed-menu {
	position: fixed;
    width: 100%;
    z-index: 100;
}

.fixed {
	position: fixed;
    width: 100%;
    z-index: 100;
}

a {
    text-decoration: none !important;
    outline: none !important;
}








.editor-visual-editor__post-title-wrapper, .edit-post-visual-editor__post-title-wrapper {
    display: none;
}
.editor-styles-wrapper .is-root-container > * {
    width: auto;
}
.editor-styles-wrapper .fixed-menu {
    width: auto !important;
    margin-bottom: -110px !important;
}

/*.editor-styles-wrapper .is-root-container.is-desktop-preview {
    margin-top: -100px;
}*/
/*.editor-styles-wrapper .is-root-container.is-desktop-preview .fixed-menu {
    top: 100px;
}*/













.wp-block-navigation__responsive-container {
    opacity: .90 !important;  
    width: 90%; 
    margin: 5%;
}


.editor-styles-wrapper .alignfull {
    box-sizing: border-box;
}
.editor-styles-wrapper .is-root-container {
    box-sizing: border-box;
    width: 100%;
}

img.custom-logo {
    width: 250px;
    margin-top: 3px !important;
}

.wp-block-post-terms__separator {
    opacity: 0;
}

.btn-light span {
    background-color: #888888;
}

.nowrap, .nowrap *, .wp-block-button, .wp-block-button *, .wp-element-button, .wp-element-button *, .wp-block-read-more, .wp-block-read-more * {
    white-space: nowrap !important;
}

.hidden {
    display: none !important;
}

.shadow {
    text-shadow: 0px 0px 30px #000000cc;    
}



.popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0000007f;
    z-index: 1000;
}
.popup .content {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    background-color: #eeeeee;
    border-radius: 8px;
    padding-top: 50px;
    padding-bottom: 8px;
    background-image: url('/wp-content/themes/melkekannen/close.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50px;
}


.taxonomy-post_tag a {
    cursor: default;
}

body.archive {
    margin-top: -19px;
}

.languages {
    white-space: nowrap;
    margin-left: 10px;
}
.languages a {
    padding-left: 5px;
}


map {
    background-size: contain !important;
    width: 100% !important;
    background-repeat: no-repeat !important;
}

.price {
    line-height: 0;
    font-weight: bold;
    margin-top: -6px;
    margin-bottom: -4px;
}

.mainmenu {
	margin-top: 3px !important;
	margin-right: 10px;
}
.mainmenu .current-menu-item {
	font-weight: bold;
}

.footermenu {
	
}
.footermenu .current-menu-item {
	font-weight: bold;
}
