/*
Theme Name: DASA Child
Theme URI: http://dasa.ncsu.edu
Author: Jen McFarland, OIT Design
Author URI: http://oitdesign.ncsu.edu
Description: Child theme version of the DASA NCSU-branded theme built atop the Flat Bootstrap by XtremelySocial. It automatically adapts for desktops, tablets, and phones. It is based on the WordPress standard starter theme (_S) and the Twitter Bootstrap CSS framework. Features include a mobile navigation bar, multiple columns (grid), buttons, icons, labels, badges, tabbed content areas, collapsible content areas, progress bars, alert boxes, carousels (sliders) and much, much more. For a demo of the base theme go to http://xtremelysocial.com/wordpress/flat/.
Template: dasa-main
Version: 3.11.3
GitHub Theme URI: oitdesign/dasa-child
GitHub Theme URI: https://github.ncsu.edu/oitdesign/dasa-child
GitHub Enterprise: https://github.ncsu.edu

Text Domain: dasa-main-child
Domain Path: /languages/
Tags: one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, light, translation-ready, rtl-language-support, custom-background
*/

/* NC STATE BRAND BAR */
.ncstate-utility-bar-home {
  background-image: url("https://cdn.ncsu.edu/brand-assets/utility-bar/img/ncstate-brick-2x2-red.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px;
}
.ncstate-utility-bar-home a {
  height: 60px;
  color: transparent !important;
  background-image: none !important;
}
.ncstate-utility-bar-home a:hover {
  background-color: transparent !important;
}

.ncstate-utility-bar-primary-util {
  padding-top: 30px !important;
}

/* HEADERS */

/* Set page header to red */
.content-header {
  background-color: #a20000;
  color: #fff;
}
.content-header h1, 
.content-header h2, 
.content-header h3 {
  color: #fff;
}


/* DASA REFERENCE TEXT IMMEDIATELY ABOVE FOOTER */

div.parent-info {
	margin: 26px auto 10px;
	padding:0px;
	font-size:1em;
}

div.parent-info a {
	color:#a20000;
} 

/* TOP MENU MOBILE NAV FIXES */

div.parent-info div.audience-menu {float:left; margin-left:-10px;}

#navToggle {display: none;}

/* MOBILE STYLES */

@media (max-width: 768px) {
  
  #navToggle {
    display:block; 
    margin: 10px;
  }

  .menuUp nav {position:absolute; right:1000px;}
  .menuDown nav {position:inherit;}
}
