/*
Theme Name: Openstrap Child
Theme URI: http://www.opencodez.com/free-themes/openstrap
Template: openstrap
Author: Opencodez Team
Author URI: http://www.opencodez.com
Description: The Openstrap theme for WordPress developed on top of Twitter Bootstrap Framework 3.0. The theme is fully responsive and can be viewed on any device. Openstrap theme provides 6 different layouts for posts and pages, 11 widget areas, 3 strategic menu locations, nicely designed and customizable footer with its own widgets. In addition to this the theme comes with pre-installed widgets for Google Custom Search Engine, Social Icon Box and Front Page Marketing Text unit. Openstrap provides 4 beautiful color schemes to choose from. Use any color theme that is suitable to your need.
Tags: one-column,two-columns,three-columns,right-sidebar,left-sidebar,custom-background,custom-header,custom-menu,featured-images,flexible-header,full-width-template,post-formats,sticky-post,theme-options,translation-ready,custom-colors
Version: 2.0.3.1579900373
Updated: 2020-01-24 14:12:53

*/
/*header formatting*/
.site-title a, .site-description{
	color: #fff !important;
}
/*CU Branding*/
#header-top{
	background-color: #000;
}
.culogo{
	margin-top: 2px;
	clear: none;
	width: auto;
	margin: 7px;
	float: left;
}
body{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#extended-footer a{
	color: #cfb87c;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
	background-color: #565a5c;
}


/*Header formatting*/
h1 a{
	color: #000;
}
#header-top-container{
	margin: 10px auto;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #333;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/*front page content*/
.front-page-listings .listing-item{
	margin: 7px;
	padding:  5px;
}
.listing-item .title{
	display: block;
	margin-bottom: 8px;
	margin-top: 3px;
	font-size: 1.5em;
}
.listing-item .readmore{
	display: block;
	margin-top: 8px;
}
/*footer formatting*/

/*mobile compatibility*/
@media screen and (max-width: 767px){
	.site-title{
		display: none;
	}
}
@media screen and (min-width: 767px){
	.hidden-xl{
		display: none;
	}
}
@media screen and (min-width: 767px) and (max-width: 980px){
	.site-title{
		margin-left: 10vw;
	}
}