/* 
Theme Name: Voxmeter
Theme URI: https://github.com/Catglobe/voxmeter-dk-wordpress
Author: Voxmeter
Author URI: https://voxmeter.dk/
Template: hello-elementor
Version: 1.0.1
Text Domain: voxmeter
*/
/* header */
@font-face {
    font-family: "bariol";
    src: url("bariol_regular-webfont.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: auto;
}

@font-face {
    font-family: "bariol";
    src: url("Bariol_Bold.woff");
    font-style: normal;
    font-weight: 700;
}
/* Global style */
[type="button"], [type="submit"], button {
    color: #0d4663;
    border: 1px solid #0d4663;
}

    [type="button"]:focus, [type="button"]:hover, [type="submit"]:focus, [type="submit"]:hover, button:focus, button:hover {
        color: #fff;
        background-color: #0d4663;
        text-decoration: none;
    }

a {
    color: #0d4663;
}

h1, h2, h3, h4, h5 {
    font-family: "bariol", sans-serif !important;
}

p, a, ul, ol, li, u, b, em {
    font-family: "Arial", sans-serif;
}

h4 {
    color: #7a7a7a;
}

/* End */
#header {
    position: fixed;
    width: 100vw;
    z-index: 9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    #header a {
        font-family: "bariol", sans-serif !important;
        text-decoration: none;
    }

        #header a:hover {
            text-decoration: none;
        }

#header_meta {
    background: #efefef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    #header_meta .container {
        max-width: 1300px;
        margin: auto;
        width: 96%;
        display: flex;
        justify-content: space-between;
    }

        #header_meta .container ul {
            list-style: none;
            display: flex;
        }

            #header_meta .container ul .avia_hidden_link_text {
                display: none;
            }

    #header_meta .social_bookmarks li a {
        float: left;
        width: 30px;
        line-height: 30px;
        display: block;
        margin: 0px;
        outline: none;
        padding: 0;
        min-height: 30px;
        height: 100%;
        overflow: visible;
        z-index: 2;
        position: relative;
        text-align: center;
        color: #969696;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    #header_meta .social_bookmarks li {
        height: 100%;
        float: left;
        padding: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-right: 1px solid #ebebeb;
        display: block;
        width: 30px;
    }

.phone-info {
    font-size: 11px;
    font-weight: 700;
    color: #969696;
    padding: 5px 0;
    line-height: 20px;
}

    .phone-info div {
        display: inline-block;
        line-height: 1em;
    }

    .phone-info a {
        color: #969696;
    }

    .phone-info i {
        color: #969696;
    }

#header_main {
    border-bottom: 1px solid #ebebeb;
    background: #fff;
}

    #header_main .logo img {
        max-height: 88px;
        width: auto;
    }

    #header_main .container {
        max-width: 1300px;
        margin: auto;
        width: 96%;
        display: flex;
        justify-content: space-between;
    }

        #header_main .container .main_menu {
            display: flex;
            align-items: center;
        }

    #header_main nav .menu {
        list-style: none;
        display: flex;
    }

        #header_main nav .menu > li {
            position: relative;
        }

            #header_main nav .menu > li .sub-menu {
                opacity: 0;
                visibility: hidden;
                position: absolute;
            }

            #header_main nav .menu > li a {
                font-size: 20px;
                color: #969696;
                -webkit-transition: none;
                transition: none;
                -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
                transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
                padding: 0 13px;
                height: 94px;
                line-height: 94px;
                display: block;
                font-family: bariol;
            }

        #header_main nav .menu li:hover > a {
            color: #ffffff;
            background-color: #0d4663;
        }

#menu-item-21357 a:hover img {
    content: url(voxmeter-globe-orange.png);
}

#header_main nav .current-menu-item > a {
    border-bottom: 2px solid #0d4663;
}

#header_main nav .sub-menu .current-menu-item > a {
    border-bottom: unset;
}

.sub-menu {
    margin-left: 0;
    left: 0;
    position: absolute;
    top: 100%;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    margin-top: -1px;
    -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out, border-color 0.4s ease-in-out;
    list-style: none;
}

#header_main nav .menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    background: #fff;
}

#header_main nav .menu > li .sub-menu a {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 23px;
    padding: 8px 15px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    font-family: inherit;
    font-family: 'bariol';
}

#header_main .container .main_search {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

    #header_main .container .main_search .main_search_item {
        height: 100%;
        padding: 0 15px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        #header_main .container .main_search .main_search_item:hover {
            background-color: #0d4663;
        }

            #header_main .container .main_search .main_search_item:hover .search-icon {
                color: #FFF;
            }

        #header_main .container .main_search .main_search_item .search-icon {
            font-size: 20px;
            font-weight: 900;
            color: #969696;
        }
/* header collapse */
#header.header-collapse {
    margin-top: -30px;
}

    #header.header-collapse #header_main .logo {
        height: 44px;
    }

    #header.header-collapse #header_main .custom-logo {
        max-height: unset;
        height: 100%;
    }

    #header.header-collapse #header_main nav .menu > li > a {
        height: 44px;
        line-height: 44px;
    }

    #header.header-collapse .ajax-search-popup {
        top: 44px;
    }

    #header.header-collapse .elementor {
        padding-top: 44px;
    }
/* burger menu */
.mob-nav-icon {
    display: none;
    float: right;
    cursor: pointer;
    margin: -11px 0px 0px 0px;
    margin-left: 13px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; /* active state, i.e. menu open */
}

    .mob-nav-icon .cmn-toggle-switch__htx {
    }

        .mob-nav-icon .cmn-toggle-switch__htx span {
            -webkit-transition: background 0s 0.3s;
            transition: background 0s 0.3s;
        }

            .mob-nav-icon .cmn-toggle-switch__htx span:after {
                -webkit-transition-duration: 0.3s, 0.3s;
                transition-duration: 0.3s, 0.3s;
                -webkit-transition-delay: 0.3s, 0s;
                transition-delay: 0.3s, 0s;
            }

            .mob-nav-icon .cmn-toggle-switch__htx span:before {
                -webkit-transition-duration: 0.3s, 0.3s;
                transition-duration: 0.3s, 0.3s;
                -webkit-transition-delay: 0.3s, 0s;
                transition-delay: 0.3s, 0s;
                -webkit-transition-property: top, -webkit-transform;
                transition-property: top, transform;
            }

            .mob-nav-icon .cmn-toggle-switch__htx span:after {
                -webkit-transition-property: bottom, -webkit-transform;
                transition-property: bottom, transform;
            }

        .mob-nav-icon .cmn-toggle-switch__htx.active {
        }

            .mob-nav-icon .cmn-toggle-switch__htx.active span {
                background: none;
            }

                .mob-nav-icon .cmn-toggle-switch__htx.active span:after {
                    -webkit-transition-delay: 0s, 0.3s;
                    transition-delay: 0s, 0.3s;
                }

                .mob-nav-icon .cmn-toggle-switch__htx.active span:before {
                    -webkit-transition-delay: 0s, 0.3s;
                    transition-delay: 0s, 0.3s;
                    top: 0;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                    background: #969696;
                }

                .mob-nav-icon .cmn-toggle-switch__htx.active span:after {
                    bottom: 0;
                    -webkit-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                    background: #969696;
                }

    .mob-nav-icon .cmn-toggle-switch {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -o-border-radius: 100%;
        -ms-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

        .mob-nav-icon .cmn-toggle-switch:focus {
            outline: none;
        }

        .mob-nav-icon .cmn-toggle-switch span {
            display: block;
            position: absolute;
            top: 18px;
            left: 10px;
            height: 3px;
            background: #969696;
            width: 20px;
        }

            .mob-nav-icon .cmn-toggle-switch span:after {
                position: absolute;
                display: block;
                left: -10px;
                width: 100%;
                height: 3px;
                background-color: #969696;
                content: "";
            }

            .mob-nav-icon .cmn-toggle-switch span:before {
                position: absolute;
                display: block;
                left: -10px;
                width: 30px;
                height: 3px;
                background-color: #969696;
                content: "";
                top: -9px;
            }

            .mob-nav-icon .cmn-toggle-switch span:after {
                bottom: -9px;
                width: 30px;
            }

#header_main .main_menu_overlayer {
    display: none;
}
/* elementor main */
body > .elementor {
    padding-top: 119px;
}

/* contact stylé */
.kontakt-popup-light-background p {
    margin-bottom: 5px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: .92em;
    color: #7A7A7A;
}

.kontakt-popup-light-background input {
    min-height: 40px;
}

.kontakt-popup-light-background .wpcf7-submit {
    min-width: 200px;
    border-radius: 5px;
    font-size: 16px;
}
/* side bar style */
.el-side-bar {
    padding: 20px;
    border-left: 1px solid #ebebeb;
}

#toggel_sidebar {
    font-size: 20px !important;
    font-weight: 800;
    font-family: 'bariol' !important;
    margin: 0;
    margin-bottom: 8px;
}

.el-side-bar .toggler {
    font-size: 17px;
    line-height: 1.65em;
    font-weight: 100;
    letter-spacing: 0.05em;
    font-family: 'bariol';
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 2px 0px;
}

    .el-side-bar .toggler:hover {
        background-color: #f8f8f8;
    }

        .el-side-bar .toggler:hover .toggle_icon {
            color: #000;
        }

.el-side-bar .toggle_icon {
    color: #999999;
}

.el-side-bar .single_toggle.single_toggle_active .toggle_icon {
    color: #000 !important;
}

.av-elegant-toggle.togglecontainer .av_toggle_section:first-of-type .toggler {
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #ebebeb;
}

.av-elegant-toggle.togglecontainer .av_toggle_section .toggler {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #ebebeb;
    cursor: pointer;
}

.el-side-bar .toggle_wrap {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #ebebeb;
}

.el-side-bar .single_toggle .toggle_wrap {
    display: none;
}

.el-side-bar .single_toggle.single_toggle_active .toggle_wrap {
    display: block;
}

.el-side-bar .toggle_content {
    background: #f8f8f8;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
}

    .el-side-bar .toggle_content p {
        line-height: 22px;
        color: #969696;
        font-size: 12pt !important;
        font-family: 'bariol' !important;
    }

.el-side-bar .widget_custom_html {
    margin-bottom: 30px;
}

.el-side-bar .contact-person {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.el-side-bar .contact-person-img {
    margin-right: 10px;
}

.el-side-bar .contact-person-info {
    font-size: 15px;
    font-weight: 400;
    color: #969696;
}

    .el-side-bar .contact-person-info a {
        font-size: 15px;
        font-weight: 400;
        color: #969696;
        text-decoration: underline;
    }

.el-side-bar .contact-person-info-name {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.el-side-bar .recent-posts-extended .widgettitle {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
}

.el-side-bar .recent-posts-extended .rpwe-block a {
    font-size: 12.5px;
    line-height: 21px;
    font-weight: 700;
    color: #000;
}

.el-side-bar .recent-posts-extended .rpwe-time {
    color: #969696;
    font-size: 12px;
}

.el-side-bar .recent-posts-extended .rpwe-block li {
    margin: 0 !important;
    padding: 7px 0 3px 0 !important;
    border-bottom: unset !important;
}
/* toggle block */
.toogle-block {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
}

.toogle-close {
    cursor: pointer;
}

.toggle-block-header {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-family: 'bariol';
    font-weight: 700;
    color: #54595f;
}

.toogle-icon {
    font-size: 18px;
}

.toggle-block-body {
    margin-top: 20px;
    display: flex;
    font-size: 15px;
    color: #7a7a7a;
}

.toggle-block-content {
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.toggle-block-image {
    width: 250px;
}

.toggle-read-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    background: #E7AF19;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
}

.toggle-read-more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    background: #E7AF19;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
}

    .toggle-read-more-link:hover {
        color: #fff !important;
    }

.toogle-block-no-padding {
    padding: 0;
    display: inline-block;
}

    .toogle-block-no-padding .toggle-read-more {
        margin-top: 0;
    }


.toogle-block .pop-up-over-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.6);
}

    .toogle-block .pop-up-over-layer .popup-content {
        width: 600px;
        background: #FFF;
        padding: 20px;
        padding: 10px 20px 20px 20px;
        border-radius: 5px;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    }

    .toogle-block .pop-up-over-layer .popup-content-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0px;
    }

    .toogle-block .pop-up-over-layer .popup-content-header-title {
        font-size: 18px;
        padding-right: 30px;
        font-weight: 700;
    }

    .toogle-block .pop-up-over-layer .popup-content-body {
        max-height: 650px;
        overflow-y: auto;
        padding-right: 10px;
    }

        .toogle-block .pop-up-over-layer .popup-content-body .text {
            font-family: 'bariol' !important;
            font-size: 20px;
        }

        .toogle-block .pop-up-over-layer .popup-content-body .list {
            margin: 0;
            font-family: 'bariol' !important;
            font-size: 20px;
        }

            .toogle-block .pop-up-over-layer .popup-content-body .list li {
                display: flex;
            }

                .toogle-block .pop-up-over-layer .popup-content-body .list li .slide {
                    width: 100px;
                }

                .toogle-block .pop-up-over-layer .popup-content-body .list li span {
                    font-family: 'bariol' !important;
                    font-size: 20px;
                }

    .toogle-block .pop-up-over-layer .popup-content-footer {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

/* business poll select */
.businessContentType {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: none !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    border: 1px solid #54595F !important;
    margin: 0 !important;
    background-image: url('Picture2.svg') !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    width: 300px !important;
    color: #404040;
    cursor: pointer !important;
    font-weight: 500 !important;
    font-family: 'bariol' !important;
    background-position: center right;
    background-repeat: no-repeat;
}

    .businessContentType * {
        font-size: 1rem !important;
        line-height: 1.5rem !important;
        font-weight: 500 !important;
        font-family: 'bariol' !important;
    }
/* donut chart */
.donutchartwrapper {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.donutchartwrapper180 {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.donutchart {
    background-image: url('redblueround.png'); /*redblueround.png*/
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 300px;
}

.donutchart180 {
    background-image: url('redblueround180.png'); /*redblueround.png*/
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 180px;
}

#donutchart1 {
}

#donutchart2 {
}

.donutvalue {
    position: relative;
    top: -40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.redvalue {
    padding: 5px;
    color: #CC0000;
    font-weight: bold;
}

.bluevalue {
    padding: 5px;
    color: #036fad;
    font-weight: bold;
}
/* cookie style */
.cky-consent-container .cky-consent-bar {
    background-color: rgba(0,0,0,0.85) !important;
    color: rgba(255,255,255,0.9) !important;
    box-shadow: unset !important;
    border: unset !important;
    padding: 16px 16px !important;
}

.cky-notice {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

    .cky-notice .cky-title {
        display: none !important;
    }

.cky-notice-group {
    flex-direction: column;
}

.cky-notice-btn-wrapper {
    margin: 0;
    flex-direction: row-reverse;
    margin-top: 5px !important;
}

.cky-btn-accept {
    margin-right: 10px !important;
}
/* import css */
/* main menu mobile */
@media screen and (max-width:1024px) {
    body > .elementor {
        padding-top: 97px;
    }

    .ajax-search-popup {
        right: -35px;
        top: 60px;
    }

    #header #header_main {
        min-height: 50px;
    }

    #header_meta .container {
        justify-content: center;
    }

    #header_meta .social_bookmarks {
        display: none !important;
    }

    #header_main .logo img {
        max-height: 66px;
    }

    .mob-nav-icon {
        display: flex;
        z-index: 3;
        align-items: center;
        height: 100%;
    }

    #header_main .main_search {
        z-index: 3;
    }

    #header_main .main_menu .menu-main-draft-container {
        display: none;
        width: 350px;
        -webkit-transform: translateX(350px);
        transform: translateX(350px);
    }

    #header_main .main_menu.show .menu-main-draft-container {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        display: flex;
        align-items: center;
        z-index: 2;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        overflow: auto;
    }

    #header_main nav .menu {
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 0;
        justify-content: center;
    }

    #header #header_main nav .menu .menu-item a {
        min-height: 44px;
        line-height: 44px;
        font-size: 15px;
        width: 100%;
        height: unset;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 50px;
        border-bottom: 1px solid #ebebeb;
    }

    #header #header_main nav .menu .menu-item-has-children > a::before {
        content: '\f054';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #969696;
        font-size: 11px;
        position: absolute;
        right: 20px;
    }

    #header_main nav .menu .menu-item-has-children.expanded > a::before {
        content: '\f078' !important;
    }

    #header_main nav .menu .menu-item {
        padding: 0px;
        border-bottom: unset;
    }

        #header_main nav .menu .menu-item.expanded .sub-menu {
            display: flex;
        }

        #header_main nav .menu .menu-item .sub-menu .menu-item {
            padding-left: 0px;
        }

            #header_main nav .menu .menu-item .sub-menu .menu-item a {
                padding-left: 80px !important;
            }

    #header_main .main_menu.show .main_menu_overlayer {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000;
        opacity: .3;
        z-index: 1;
        display: block;
    }

    #header_main nav .menu .menu-item .sub-menu {
        flex-direction: column;
        position: unset;
        height: 100%;
        width: 100%;
        opacity: 1;
        visibility: unset;
        box-shadow: unset;
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .toogle-block {
        padding: 20px;
    }

    .toggle-block-header {
        font-size: 18px;
    }

    .toggle-block-body {
        flex-direction: column;
    }

    .toggle-block-image {
        max-width: 100%;
    }

    .cky-btn-accept {
        margin-right: 0px !important;
    }

    #header_main nav .menu {
        justify-content: unset;
    }
}

/* Testimonial */
.m-testimonial {
    margin-top: 30px;
}

.m-testimonial-comments {
    font-size: 20px;
    line-height: 30px;
    font-family: "bariol" !important;
    text-align: center;
}

.m-testimonial-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.m-testimonial-image {
    max-width: 130px;
}

.m-testimonial-author {
    padding-left: 20px;
}

.m-testimonial-author-name {
    font-size: 20px;
    line-height: 30px;
    font-family: "bariol" !important;
    text-align: center;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.m-testimonial-author-position {
    font-size: 20px;
    line-height: 30px;
    font-family: "bariol" !important;
    text-align: left;
}

.post-password-form {
    position: fixed;
    margin: 200px auto;
    width: 100%;
    text-align: center;
}

    .post-password-form p {
        justify-content: center;
    }

    .post-password-form label {
        margin: 0;
    }

.grecaptcha-badge {
    visibility: hidden;
}

.grecaptcha-desc {
    font-size: 9px !important;
    margin: 10px 0px;
}
