/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* FARVER
orange: #f68b1e
lys blå: #80b0c6
*/

/*------------------------------------
    TYPOGRAFI
-------------------------------------*/
body{ font-size: 14px;
    line-height: 1.3em;
color: #4d4d4d;
    }

.forside h1{ 
    font-size: 1.8em;
    line-height: 1.3em;
    font-weight: 300;
    margin:0em 0 1em;
    text-transform: uppercase;
    color: #50708c;
    /*max-width: 640px;*/
    }
.forside p{  max-width: 640px;
    font-size: 1em;
    margin-bottom: 1em;
    line-height: 1.5em;
    }

h1{ 
    font-size: 1.5em;
    line-height: 1.3em;
    font-weight: 500;
    margin:0 0 1em;
    text-transform: uppercase;
    /*color: 4d4d4d;*/
    /*max-width: 640px;*/
    }
p{  max-width: 640px;
    font-size: 0.85em;
    margin-bottom: 1em;
    line-height: 1.5em;
    }
h2{ 
    color: #4d4d4d;
    margin-bottom: 0.5em;
    }

.billedtekst{
    padding: 5px;
    text-transform: uppercase;
    color: white;
    font-size: 0.9em;
}
.billedtekst h3{
    padding: 5px;
    text-transform: uppercase;
    color: white;
    font-size: 0.9em;
}

/*------------------------------------
    VENSTRE-MENU
-------------------------------------*/
#site-header-inner {
    padding-top: 16px;
    padding-bottom: 30px;
    }
.navbar-style-six #site-navigation {
    margin-top: 2.5em;
    padding: 0 25px 0 30px;
    border-color: white;
    }

body.wpex-has-vertical-header #site-header {
    background: #fff;
    width: 200px !important;
    height: 80%;
    box-shadow: 0 0 0px rgba(0,0,0,0.0);
    /*background: orange !important;*/
    }

.konceptmenu {
    font-size: 0.8em;
    margin-left: 16px;
    padding-right: 16px;
    max-width: 130px;
    
}
.konceptmenu-over{
    /*color: #f68b1e !important;*/
}

.konceptmenu-over .link-inner{
   /* color: #f68b1e !important;*/
}



/*===============================================*/
@media only screen and (min-width: 960px){
   /* #wrap{ background-color: pink !important;}*/
    #main{
        width: 710px;
       /*background-color: yellow;*/
        margin-left: -90px;
        padding-top: 195px;
    }

    /*Minus skygge*/
    body.wpex-has-vertical-header #site-header {box-shadow: none !important; }

    /*Current menu-farve*/
    .navbar-style-six .dropdown-menu > .current-menu-item > a, .navbar-style-six .dropdown-menu > .current-menu-parent > a {color: #f68b1e !important;} /*kan ikke vælges i tilpas*/

    /*menu padding - menu items*/
    .navbar-style-six .dropdown-menu > li > a {padding: 0.5em 0px;}

    /*logo afstand*/
    body.wpex-has-vertical-header #site-logo {
        display: block;
        padding: 30px 30px 36px 30px;
        }

    .navbar-style-six #site-navigation {
        border-color: white !important;
        margin-top: 0.8em;
       /*padding: 0 25px 0 40px;*/
        }
    body.wpex-has-vertical-header #site-header {
        background: #fff;
        width: 200px !important; /*bredde på menu*/
        height: 80%;
        box-shadow: 0 0 0px rgba(0,0,0,0.0);
        }
    body.wpex-has-vertical-header .wpex-menu-search-text {
        padding-left: 7px; /* forstørrelsesglas*/
        }


}
/*===============================================*/

#menu-item-6, #menu-item-62 {
    border-top: 1px !important;
    border-color: #80b0c6 !important;
    border-style: solid !important;
    }
/*.sidr-class-mobile-menu-searchform { /* skjul search på mobilmenu*/
    display: none;
}*/

/*------------------------------------
    FORSIDE BOKSE
-------------------------------------*/
.billedtekst{
    /*background-color: #f68b1e;*/
    padding: 0px;
    }
.billedtekst h2{
    padding: 0px;
    text-transform: uppercase;
    color: white;
    font-size: 0.9em;
    }
.billedtekst h2 a:hover{
    color: white;
    }
.vcex-teaser-content {
    padding: 5px;
    }

/*------------------------------------
    FOOTER
-------------------------------------*/
#footer-callout-wrap{
display: none;
}

.site-footer .container {
    padding-top: 2em;
    }

.footer-widget {
    padding-bottom: 40px;
    max-width: 850px !important;
    margin: 0 auto;
    }

.kontakt{
    margin: 0px 0px 20px 0px;
    display: block;
    width: 200px;
    float: left;
    font-size: 0.85em;
    line-height: 1.5em;
    color: white;
    /*padding-left: 15px;*/
    }
.kontakt h5{
    font-size: 1em;
    color: white;
    margin: 0;
    font-weight: 900;
    letter-spacing: 0.04em;
    }
.kontakt a{
    color: white;
    }
.kontakt a:hover{
    color: white;
    text-decoration: underline;
    }

.some {
    display: inline-block;
    background-color: rgba(255, 255,255, 0.6);
    width: 35px;
    height 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    font-size: 1.5em;
    color: #404040;
    /*margin-right: 15px;*/
    float: right;
    }
.some a{color: #404040;}
.some:hover{
    color: #404040;
    background-color: rgba(255, 255,255, 0.9);
}
.some a:hover{
    color: #404040;
}

/*===============================================*/
@media only screen and (max-width: 959px){

body.wpex-has-vertical-header #site-header {
    width: 100% !important; /*burgermenu*/
    }

}

.boxed-main-layout #wrap .container {
    width: auto !important;
    max-width: none !important;
    padding-left: 15px;
    padding-right: 15px;
}
/*===============================================*/
#site-navigation .dropdown-menu li ul ul { left: auto; right: 100%; }
body #site-navigation .sf-menu li ul a.sf-with-ul { padding-left: 25px; padding-right: 12px; }
#site-navigation .dropdown-menu li ul .fa-angle-right { left: 9px; right: auto; }
#site-navigation .dropdown-menu li ul .fa-angle-right:before { content: "\f104" }

body.wpex-has-vertical-header #site-navigation .sf-menu ul a {
    padding: 0.5em 20px;
}

/*#site-navigation .dropdown-menu ul a {
    display: block;
    float: none;

    padding: 1.1em 12px;
    height: auto;
    margin: 0px;
    border: 0px solid blue;
    line-height: 1.3em;
    color: #666;
    font-size: 1em;
    border-bottom: 1px solid #eee;


.wpex-dropdown-top-border #site-navigation .dropdown-menu li ul {
    border: none;
    border-top: 1px solid transparent;
}

#site-navigation .dropdown-menu ul {
    background: white;
    border: 1px solid #eee !important;
}*/
/*------------------------------------
    iPHONE 5 320px/ Galaxy 360px
-------------------------------------*/
@media only screen and (max-width: 360px){

.forside h1{ 
    font-size: 1.5em;
}
}

.max-bredde{
    max-width: 600px;
    /*float: left;*/
}

.max-bredde-center{
    max-width: 580px;
    margin: 0 auto;
}