/*
Theme Name: Markant
Theme URI: http://markant.no
Author: Markant Norge AS
Description: Tema for Markant Norge AS
Version: 1.3
Text Domain: dtx
*/

/* http://meyerweb.com/eric/tools/css/reset/ |v2.0 | 20110126 | License: none (public domain) */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#dtx-below-breakpoint-test {
    height: 0;
    width: 0;
}

html {

}

body {
    font-family: sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #353535;
    background: #ffffff;
    line-height: 1.5;
    word-wrap: break-word;
}

h1 {
    font-size: 2.5em;
    font-weight: normal;
    clear: both;
    word-wrap: break-word;
    margin-top: 0;
    line-height: 1.3;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h2, h3, h4, h5 {
    margin-top: 0.9em;
    margin-bottom: 0;
}

p {
    margin-bottom: 1.25em;
    line-height: 1.5;
}

ul, ol {
    margin-left: 2em;
    margin-bottom: 0.5em;
}

ul {
    list-style: disc outside;
}

ol {
    list-style: decimal outside;
}

menu {
    margin-left: 2em;
    margin-bottom: 0.5em;
}

img {
    max-width: 100%;
    height: auto;
}

blockquote, q {
    border-left: 5px solid #aaa;
    padding-left: 1.2em;
    margin-bottom: 1.2em;
}

:focus {
    /*
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 5px;
    */
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

small {
    font-size: small;
}

pre {
    display: block;
    font-family: "Courier New", Courier, monospace;
    white-space: pre;
    margin: 1em 0px 1em;
}

code {
    font-family: "Courier New", Courier, monospace;
}

fieldset {
    padding: 0.35em 0.75em 0.75em 0.625em;
    border: 1px solid #aaa;
}

legend {
    display: block;
    padding-left: 2px;
    padding-right: 2px;
}

/******************************************************
    Form elements
******************************************************/

input,
select,
textarea,
button {
    padding: 6px 8px;
    font: inherit;
    background: #ffffff;
    border: 1px solid #aaa;
    max-width: 100%;
}

input[type="submit"],
button {
    background: #ffffff;
    border: 0;
    cursor: pointer;
}

input[type="color"] {
    padding: 1px 2px;
}

table th {
    font-weight: bold;
    text-align: left;
}

/******************************************************
    Header
******************************************************/

#dtx-topbar {

}

#dtx-topbar {
    color: #fff;
}

#dtx-topbar a {
    color: #fff;
}

.dtx-wrap.dtx-wrap-topbar .widget {
    padding: 5px 0;
    float: right;
}

#dtx-head {
    background-color: #ffffff;
    z-index: 99999;
    border-bottom: 1px solid #ccc;
}

#dtx-header {
    padding: 1.2em 2em;
}

#dtx-top-logo {
    float: left;
}

#dtx-logo {
    display: block;
}

#dtx-logo img {
    display: block;
}

#dtx-header-logo,
#dtx-header-nav-bar {
    display: block;
}

#dtx-header-logo {
    float: left;
}

#dtx-header-nav-bar {
    float: right;
}


/*Search in meny desktop*/


@-webkit-keyframes headersearchbar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes headersearchbar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


#dtx-header-search-bar {
    float: right;
    padding-left: 20px;
}


#dtx-header-search-bar #dtx-header-search-bar-form {
    visibility: hidden;
    float: left;
    width: 250px;
    margin-bottom: 10px;
}
#dtx-header-search-bar.active #dtx-header-search-bar-form {
    visibility: visible;
}

#dtx-header-search-bar .search-form {
    opacity: 0;
    transition: opacity .25s ease-in-out;
}
#dtx-header-search-bar.active .search-form {
    opacity: 1.0;
}

#dtx-header-search-bar-toggle-icon {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}
#dtx-header-search-bar-toggle {
    text-decoration: none;
}
#dtx-header-search-bar-toggle-icon:before {
    content: "\f002";
}
#dtx-header-search-bar.active #dtx-header-search-bar-toggle-icon:before {
    content: "\f00d";
}

#dtx-header-search-bar.active #dtx-header-search-bar-toggle {
    /*visibility: hidden;*/

}

#dtx-header-search-bar-toggle {
    float: right;
    margin-left: 10px;
}




#dtx-toggle-msh-link {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    text-align: center;
    background-color: #eee;
}

/******************************************************
    Layout and main wrapping
******************************************************/

.dtx-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.dtx-main-wrap {

}

.dtx-sidebar {
    overflow: hidden;
}

.dtx-content-left-sidebar .dtx-main {
    float: right;
    width: 65%;
}

.dtx-content-left-sidebar .dtx-sidebar {
    float: left;
    width: 30%;
}

.dtx-content-right-sidebar .dtx-main {
    float: left;
    width: 65%;
}

.dtx-content-right-sidebar .dtx-sidebar {
    float: right;
    width: 30%;
}

/******************************************************
    Main Navigation
******************************************************/

/* first level */
#dtx-primary-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#dtx-primary-navigation ul > li {
    float: left;
    display: inline-block;
}

#dtx-primary-navigation > ul > li {
    position: relative;
    padding: 0 5px;
    margin: 0;
}

#dtx-primary-navigation > ul > li:last-child {
    border: 0;
    padding-right: 0;
}

#dtx-primary-navigation ul > li > a {
    display: block;
    text-decoration: none;
    padding: 0 10px;
}


/* second level (going down) */
#dtx-primary-navigation ul ul li {
    border: none;
    float: none;
}

#dtx-primary-navigation ul ul {
    border: 1px solid #dedede;
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 999999;
}

#dtx-primary-navigation ul ul.dtx-edge {
    left: auto;
    right: 0;
}

#dtx-primary-navigation ul li:hover > ul {
    display: block;
}

#dtx-primary-navigation ul > li > ul > li > a {
    float: none;
    line-height: 1;
    min-width: 180px;
    padding: 6px 10px;
    border-bottom: 1px solid #ccc;
}

#dtx-primary-navigation ul > li > ul > li:last-child > a {
    border-bottom: 0;
}

/* third level (going right (left if edge)) */
#dtx-primary-navigation ul ul ul {
    display: none;
    top: -1px; /* top minus the parent border */
    left: 100%;
}

#dtx-primary-navigation ul ul ul.dtx-edge {
    left: auto;
    top: 0;
    right: 100%;
}

#dtx-primary-navigation ul li ul li:hover ul {
    display: block;
}

/* Default colors */
/* Level 1 */
#dtx-primary-navigation ul > li > a {
    color: #000;
}

#dtx-primary-navigation ul > li > a:hover {
    color: #000;
}

#dtx-primary-navigation ul > li.current-menu-item > a {
    color: #000;
}

/* Level 2 */
#dtx-primary-navigation ul > li > ul > li > a {
    background-color: #fff;

}

#dtx-primary-navigation ul > li > ul > li > a:hover {

}

#dtx-primary-navigation ul > li > ul > li.current-menu-item > a {

}

/* Level 3 */
#dtx-primary-navigation ul > li > ul > li > ul > li > a {

}

#dtx-primary-navigation ul > li > ul > li > ul > li > a:hover {

}

#dtx-primary-navigation ul > li > ul > li > ul > li.current-menu-item > a {

}

/* symbol indicating submenu */
#dtx-primary-navigation ul.menu > li.menu-item-has-children > a:after,
#dtx-primary-navigation ul.menu > li > ul > li.menu-item-has-children > a:after {
    content: '\25be';
    margin-left: 4px;
}

/******************************************************
    Slicknav defaults
******************************************************/

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_btn .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_btn .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_btn .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute;
}

.slicknav_btn .slicknav_no-text {
    margin: 0;
}

.slicknav_btn .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.slicknav_btn {
    display: none;
}

.slicknav_btn .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: none;
}

.slicknav_btn .slicknav_icon-bar {
    background-color: #fff;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* Mobile menu indentation */
.slicknav_nav ul {
    margin: 0;
}

.slicknav_nav ul ul a {
    padding-left: 30px;
}

.slicknav_nav ul ul ul a {
    padding-left: 60px;
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 10px 60px 10px 10px;
    margin: 0;
}

.slicknav_nav .slicknav_arrow {
    font-size: inherit;
    margin: 0;
}

.slicknav_btn {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.slicknav_nav .dtx-slicknav-a {
    border-bottom: 1px solid #ffffff;
}

.slicknav_nav ul li:last-child {
    border-bottom: 0;
}

.slicknav_nav li.slicknav_parent {
    position: relative;
}

.slicknav_nav .slicknav_item {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333333;
    color: #ffffff;
    margin: 0;
    padding: 10px 20px;
}

.slicknav_nav ul > li.current-menu-item > a.dtx-slicknav-a {
    background-color: #666;
    color: #bada55;
}
.slicknav_menu {
    background: transparent;
}


/************************************
Mega-menu like implementation for slicknav. When enabled navigation is mega-menu like.
*************************************/


#dtx-primary-navigation.mega-menu >  ul > li > ul > li > a, #dtx-primary-navigation.mega-menu >  ul > li > ul > li > ul > li > a{
    border-bottom: 0;
}
#dtx-primary-navigation.mega-menu >  ul > li > ul > li > a {
    font-weight: bold;
}

#dtx-primary-navigation.mega-menu > ul > li:hover > ul {

    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

#dtx-primary-navigation.mega-menu ul.menu > li > ul > li.menu-item-has-children > a:after {
    content: '';
    margin-left: 0;
}

#dtx-primary-navigation.mega-menu > ul > li > ul > li {
    flex-basis: 25%;
    width: 25%;
}
#dtx-primary-navigation.mega-menu > ul > li > ul li ul{

    display: block;
    position: relative;
    left: 0;
    top: 0;
    border: 0;
}


/******************************************************
    Breadcrumbs
******************************************************/
#breadcrumbs {
    margin: .4em 0;
    text-align: right;
}

/******************************************************
    Footer
******************************************************/

#dtx-footer {
    color: #fff;
}

#dtx-footer a {
    color: #fff;
}

#dtx-footer .dtx-footerbox.dtxf {
    margin-right: 1em;
}

#dtx-footer .dtx-footerbox.dtxf-last {
    margin-right: 0;
}

/* Bottom menu */
#dtx-footer-navigation {
    text-align: center;
}

#dtx-footer-navigation ul {
    padding: 1em 0;
}

#dtx-footer-navigation ul {
    margin: 0;
}

#dtx-footer-navigation ul li {
    display: inline-block;
}

#dtx-footer-navigation ul li a {
    padding: 0 5px;
    text-decoration: underline;
}

#dtx-footer-copy {
    text-align: center;
    font-size: 0.9em;
    padding: .4em 0;
}

/* Footer simple fluid grid */
.dtxf-12 {
    float: left;
    width: 50%;
}

.dtxf-14 {
    float: left;
    width: 25%;
}

.dtxf-13 {
    float: left;
    width: 33.33%;
}

.dtxf-23 {
    float: left;
    width: 66.66%;
}

.dtxf-34 {
    float: left;
    width: 75%;
}

.dtxf-24 {
    float: left;
    width: 50%;
}

/******************************************************
    Helpers
******************************************************/

/* clearfix: nicolasgallagher.com <3 */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/******************************************************
    WP Stuff
******************************************************/
.wp-caption {
    border: 1px solid #eee;
    max-width: 100%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em;
}

.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/* Screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    color: #000000;
    background: #ffffff;
}

.screen-reader-text a {
    background: #ffffff;
    color: #000000;
    text-decoration: underline;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    left: 5px;
    top: 5px;
    width: auto;
    z-index: 9900000; /* Above WP toolbar. */
}

.no-js body.dtx-fixed-head #dtx-head,
.no-js body.dtx-fixed-mobile-head #dtx-head {
    position: static;
}

#dtx-main > .mrk-wrap{
    padding: 0 2em;
}

.no-js body.dtx-fixed-head #dtx-main,
.no-js body.dtx-fixed-mobile-head #dtx-main {
    padding-top: 0;
}

body.admin-bar.dtx-fixed-head  #dtx-head {
    padding-top: 32px;
}
@media screen and (max-width: 782px) {
    body.admin-bar.dtx-fixed-head  #dtx-head {
        padding-top: 0;
    }
    body.admin-bar.dtx-fixed-mobile-head  #dtx-head {
        padding-top: 46px;
    }
}



/******************************************************
    Pages
******************************************************/

/* The search page */
body.search {

}

.search-highlight {
    font-weight: bold;
}



/* The 404 page */
body.error404 {

}

/*
* {
    outline: 1px solid red !important;
}
*/