/*
 * Theme Name:    WDNS Theme C Child
 * Theme URI:     https://wdns.at/
 * Author:        projects of WDNS.at
 * Author URI:    https://wdns.at/
 * Description:   The WDNS C Theme focuses on corporate websites and a fast implementation of web projects. multitude in-build WPCPT, the unique implementation of individual page-sections and ui-layout-templates for each section ensure an individual layout. Other features: custom widget areas, theme options panel and privacy settings for a very wide range of use. The theme is based on Twitter Bootstrap 3.3.7, HTML5 and CSS3 and best viewed on mobile devices.
 * Version:       2.0.0.0
 * License:       GNU General Public License v2 or later
 * License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 * Tags:          One-2-Twelve Column Design, right/left Custom Sidebars, multible Header Layouts, most Accessibility-Ready, Customcolors, -header, -menus, -logo, -style, featured Images, Footer-, Header- Sidebarwidgets, multible Post-formats and -templates, Sticky-Post, Theme-Option-Panel, 
 * Text Domain:   wdnstheme
 * Template:      wdns
 * 
 * 
 * ! ! !    D O  N O T    T O U C H    T H I S     S E C T I O N    ! ! ! 
 * 
 */

 
#header-container { background:rgba(24,42,51, .5); }

/* positioning header menue */
#header-container .standard .navbar-menu {
    position:absolute;
    top:50%;
    padding-bottom:0;
    padding-top:0;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}

.navbar-inverse .navbar-nav > LI > A {
    padding:1rem;
    margin:0;
    color:#fff;
    display:block;
    background:transparent;
    text-transform:uppercase;
    font-weight:400;
    font-size:1.25rem;
}

.navbar-inverse .navbar-nav > LI:active > A, 
.navbar-inverse .navbar-nav > LI.active > A { color:#91c448; background:transparent; }

.navbar-inverse .navbar-nav > LI:hover > A, 
.navbar-inverse .navbar-nav > LI.hover > A, 
.navbar-inverse .navbar-nav > LI.active:hover > A { color:#91c448; background:transparent; }

/* positioning header menue */
/*
#header-container .standard .navbar-menu { position:absolute; right:15px; float:right; bottom:0; top:auto; }
*/

#underground    { background:#79929d; padding-top:2rem; margin-top:2rem; }
#footer         { background:#182a33; color:#79929d; line-height:120%; font-size:90%; padding-top:2.2rem; padding-bottom:1rem; }
#footer .wtheme { font-size:85%; opacity:1; }


/* WOCPT :: Sercives */
.itemsbox { margin-top: 0; border: 1px solid rgba(235,234,225,.75); border-radius: 1px; padding: 0; margin-bottom: 1.5em; }
.itemsbox-button A { display: inline-block; padding: .5em 1.5em; background: #efefef; border-radius: 3px; margin-top:1em; }