/*
 Theme Name:   Kristine Larson Theme
 Theme URI:    https://upthemes.com/themes/creative/
 Description:  Creative Child Theme
 Author:       Evan Crouch
 Author URI:   http://evancrouch.com
 Template:     creative
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  klarson
*/

.site-header .site-title {
	color: #6D838D;
}

.site-header .logo img {
    vertical-align: -12px;
}
h1 {
	font-size: 2rem;
}

#masthead ul a:hover, #masthead ul li.current-menu-item > a {
    /* color: #8DBB4B !important; */
}

#content #primary a {
    border-bottom: 1px dotted #C2D0A2;
}
#content #primary a:hover {
	color: #9EC969;
    border-bottom: 1px dotted #9EC969;
}
#content #primary {
	width: 100% !important;
}
#content #secondary {
	display: none;
}
.publications_list p {
	margin: 0 0 1.2em;
}
.publications_list .pdf_icon {
	border-bottom: none !important;
}
.publications_list .pdf_icon img {
	height: 27px;
    width: 27px;
    vertical-align: middle;
}
.nivo-nextNav .genericon, .nivo-prevNav .genericon {
	margin-top: -14px;
}