@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//huseierforening.no/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//huseierforening.no/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//huseierforening.no/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//huseierforening.no/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//huseierforening.no/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//huseierforening.no/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//huseierforening.no/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//huseierforening.no/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//huseierforening.no/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #111111;
	--wd-text-font-size: 16px;
	--wd-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Hind", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Satisfy", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Ubuntu", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #000000;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #1e73be;
	--wd-alternative-color: rgb(30,115,190);
	--wd-link-color: #1e73be;
	--wd-link-color-hover: #e89325;
	--btn-default-bgcolor: #1e73be;
	--btn-default-bgcolor-hover: #dd9933;
	--btn-accented-bgcolor: #1e73be;
	--btn-accented-bgcolor-hover: #1e73be;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.wd-page-title {
	background-color: #ffffff;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .wd-page-content .wd-product .product-wrapper .wd-entities-title {
	color: #1e73be;
}
html .wd-page-content .wd-product .product-wrapper .wd-entities-title a:hover {
	color: #dd9933;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgba(154,173,191,0.84);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


body .woodmart-entry-meta .meta-author {
display:none;
}

body .woodmart-entry-meta .meta-author {
display:none;
}
body .woodmart-post-date {
        display:;
}
body .woodmart-entry-meta .meta-reply {
display:none;
}
body .hovered-social-icons {
display:none;
}
.main-page-wrapper .title-size-default {
    padding-top: 25px;
    padding-bottom: 15px;
}

<?php
/*
Plugin Name: Disable auto translation updates
Description: Prevents WordPress from automatically updating translation files in the global languages directory.
Author: Tim Whitlock
Version: 1.0
*/


/**
 * https://codex.wordpress.org/Configuring_Automatic_Background_Updates#Plugin_.26_Theme_Updates_via_Filter
 */
if( function_exists('add_filter') ){ 
    add_filter( 'auto_update_translation', '__return_false' );
}


header.elementor-section.elementor-top-section.elementor-element.elementor-element-8d3982a.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}

input.wpcf7-form-control.wpcf7-submit:hover {
background-color: orange;
color: black;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: blue;
color: white;
}
<!-- Hotjar Tracking Code for https://huseierforening.no/ -->
<script>
    (function(h,o,t,j,a,r){
        h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
        h._hjSettings={hjid:3361238,hjsv:6};
        a=o.getElementsByTagName('head')[0];
        r=o.createElement('script');r.async=1;
        r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
        a.appendChild(r);
    })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>

