/**
 * Theme Name: Flatline Child
 * Theme URI: http://www.shootingaccidents.com
 * Description: Child theme of the Flatline parent theme.
 * Version: 1.0
 * Author: Michael Zwarg, Knott Laboratory, LLC
 * Author URI: http://yourdomain.com
 * Tags: light
 *
 * License: GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Template: flatline
 */

/* Place your custom style here. */
/**
.featured-pages-widget .widget-title a {
 color: #303030;
}
*/

#logo {
    padding: 25px 0;
}
.header-widget .widget {
    padding: 25px 0;
}
.page-title {
    display: none;
}
a {
    color:#3d92c6;
}
a:visited {
	color:#6d8ea0;
}
a:hover, a:visited:hover {
    color: #22aed1;
}
.pagination .page-numbers.current,.pagination .page-numbers:hover {
    background-color:#0e74b2;
}
.widget-title {
  color: #afa98d;
}
@media (min-width: 769px) {
.menu-primary {
    width:85%;
    margin-left:1%;
    margin-right:1%;
	}  
}
.site-branding {
    width: 30.8108108108%;
    float: left;
    margin-left:1%;
    margin-right:1%;
} 
#secondary ul {
  list-style:disc;
  padding:0;
}    