@charset "utf-8";
/* CSS Document */

/* ================================================== //
	WEB FONTS
// ================================================== 

@font-face{ font-family: 'Bodoni'; src: url('https://napavintners.com/fonts/BodoniRecut-Regular-webfont.eot'); src: url('https://napavintners.com/fonts/BodoniRecut-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://napavintners.com/fonts/BodoniRecut-Regular-webfont.woff') format('woff'), url('https://napavintners.com/fonts/BodoniRecut-Regular-webfont.ttf') format('truetype'), url('https://napavintners.com/fonts/BodoniRecut-Regular-webfont.svg#webfont') format('svg'); }


@font-face{ font-family: 'ProximaNova'; src: url('https://napavintners.com/fonts/ProximaNova-Reg-webfont.eot'); src: url('https://napavintners.com/fonts/ProximaNova-Reg-webfont.eot?#iefix') format('embedded-opentype'), url('https://napavintners.com/fonts/ProximaNova-Reg-webfont.woff') format('woff'), url('https://napavintners.com/fonts/ProximaNova-Reg-webfont.ttf') format('truetype'), url('https://napavintners.com/fonts/ProximaNova-Reg-webfont.svg#webfont') format('svg'); }

@font-face{ font-family: 'ProximaNovaLight'; src: url('https://napavintners.com/fonts/ProximaNova-Light-webfont.eot'); src: url('https://napavintners.com/fonts/ProximaNova-Light-webfont.eot?#iefix') format('embedded-opentype'), url('https://napavintners.com/fonts/ProximaNova-Light-webfont.woff') format('woff'), url('https://napavintners.com/fonts/ProximaNova-Light-webfont.ttf') format('truetype'), url('https://napavintners.com/fonts/ProximaNova-Light-webfont.svg#webfont') format('svg'); }

*/

/* ================================================== //
	GLOBALS
// ================================================== */

body {
	background-color: #f7f4ed;
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
}

a {
	color: #687819;
	transition: all 0.2s;
}
a:hover, a:focus {
	color: #f47e28;
}

hr {
	border-color: rgba(100,100,100,0.5);	
}

h1 {
	color: #687819; /* green */
	font-size: 30px;
	font-family: "Bodoni", Georgia, "Times New Roman", Times, serif
}
h2, h3, h4, h5 {
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
}
h2 {
	font-size: 22px;
	line-height: 120%;
	color: #687819; /* green */
}
h3 {
	font-size: 20px;
	line-height: 120%;
	color: #222;
}
h4 {
	font-size: 18px;
	line-height: 130%;
	margin-bottom: 0;
	color: #222;
}
h4 a {
	color: #687819;
}
h5 {
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding: 0;
	font-weight: bold;
	color: #444;
	color: #687819; /* green */
	margin-bottom: 5px;
}
h5 a {
	color: #687819;
}

/* ================================================== //
	BOOTSTRAP GLOBALS
// ================================================== */

.btn {
	transition: all 0.3s;
}
.btn-default {
	color: white;
	background-color: #888;
	border-color: #777;
}
.btn-default:hover,
.btn-default:focus {
	color: white;
	background-color: #555;
	border-color: #444;
}
.btn-primary {
	background-color: #687819;
	border-color: #5f6e16;
}
.btn-primary:hover, 
.btn-primary:focus {
	background-color: #f47e28;
	border-color: #e37525;
}

/* ================================================== //
	HEADER
// ================================================== */

.site-navigation,
.site-footer {
	background-color: #201d17;	
}

#masthead {
	height: 35vh;
	position: relative;
}
#masthead #header-img {
	background-size:cover; 
	background-position: right center;
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	bottom: 0; 
	right: 0;
}

/* NAV MENU ==================== */

.navbar .container {
	padding-bottom: 0;
}
.site-navigation {
	margin-bottom: 0;
}
.site-navigation .navbar-brand {
	height:auto;
}
@media (min-width: 768px) {
.site-navigation .navbar-brand {
	margin-top: -30px;
}
}
.navbar-toggle {
	margin-top: 22px;
}
.site-navigation.navbar .nav > li > a,
.site-navigation.navbar .nav > li > a:hover,
.site-navigation.navbar .nav > li > a:focus {
    font-size: 13px;
    color: #e2dbc8;
    text-transform: uppercase;
    font-family: 'ProximaNova', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: 700;
}

.site-navigation.navbar .nav > li > a .caret,
.site-navigation.navbar .nav > li > a.dropdown-toggle:after {
	color: #687819;	
}

/*Dropdown Menu*/ 

@media (min-width: 768px) {
.dropdown-menu { 
	padding:0;
	border:none;
	min-width:200px;
	border-radius:0 0 4px 4px; 
	border-top:solid 2px #687819; 
	font-family:  "ProximaNova", Helvetica, Arial, sans-serif;
	overflow:hidden;
}

.dropdown-menu li a { 
	color:#201d17; /* dark grey */
	font-weight:400; 
	padding:6px 15px; 
	border-top:solid 1px #eee;
}
.dropdown-menu li:not(.active) > a:hover,
.dropdown-menu li:not(.active) > a:focus,
.dropdown-submenu:hover > a {
  	color: #687819;
	background: #faf8f4 !important;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

.dropdown-menu .active > a {
	color:#ffffff !important;
  	background:#687819 !important;
}
}

.dropdown-menu .menu-item a:after {
	content: " \00a0\00a0\00a0\00a0";
}
.menu-item i.fa {
	float:right;
}

/* == LOGIN BAR == */

.site-navigation #loginbar {
	width:100%;
}
ul#loginbar > li {
	float: right;
}
#loginbar li a, #loginbar li a:hover {
    color: #faf8f4;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'ProximaNova', sans-serif;
}
#loginbar li ul.nav-list {
	border-radius: 3px;
	background-color: #f0f0f0;
    color: #555;
}
#loginbar li ul.nav-list a {
	color: #555;
	border-bottom: 1px solid #fff;
}
ul.nav-list.dropdown-menu li a:hover, 
ul.nav-list.dropdown-menu li a:focus,
ul.nav-list.dropdown-menu li.active a {
	background: #fafafa;
}

/* == SEARCH BTN == */

.site-navigation #searchbtn + .dropdown-menu {
	padding: 10px 10px 5px 10px;
	width: 270px;
}

/* ================================================== //
	SIDEBAR
// ================================================== */

.sidebar {
	border: 1px solid #dfdfdf;
	background: #fefefe;
	padding: 20px;
	border-top: 3px solid #687819 !important;
}
.sidebar ul li {
	list-style: none;
	background: url(../resources/list-style.png) no-repeat 0 14px;
	margin-bottom: 6px;
	padding-left: 14px;
}
.sidebar ul li {
	margin:0;
	padding: 10px 15px;
}
.sidebar ul li li {
	background: none;
	padding: 5px 0 0 0;
	font-size: 12px;
}

/* BOOTSTRAP NAV OVERRIDES ============== */

.sidebar ul.nav > li > a {
	color: inherit;
	margin: -10px -15px;
}
.sidebar ul.nav > li > a:hover,
.sidebar ul.nav > li > a:focus {
	background: none;
	color: #687819;
}

/* ====================================== */

.sidebar .widget {
	margin-top: 10px;
	margin-bottom: 30px;
	color: #444;
}
.sidebar .widget li {
	border-bottom: 1px dotted #ddd;
}
.sidebar .widget li ul {
	margin: 0 10px;
	padding: 5px 0;
}
.sidebar .widget li li {
	list-style: none;
	border-bottom: none;
}
.sidebar .widget h3 {
	color: #444;
	font-family: "Bodoni", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.01em;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 130%;
	border-bottom: 1px solid #E6E5E5;
}
.sidebar .widget h4 {
	color: #444;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.01em;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 130%;
}
.sidebar .widget h3 a:link, 
.sidebar .widget h3 a:visited, 
.sidebar .widget h4 a:link, 
.sidebar .widget h4 a:visited {
	color: #687819; /* green */
	text-decoration: none;
}
.sidebar .widget h3 a:hover, 
.sidebar .widget h4 a:hover {
	text-decoration: none;
}
.sidebar .widget h5 {
	font-size: 16px;
	font-family: "ProximaNova", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 3px;
	text-transform: uppercase;
}

/* ================================================== //
	CONTENT
// ================================================== */

.main-content {
	margin-top: 30px;
	margin-bottom: 30px;
}

.fa-external-link-square,
.fa-file-pdf-o {
	color: #aaaaaa !important;
}

.has-post-thumbnail .row header h1 {
	margin-top: 0;
}
.has-post-thumbnail {
	margin-top: 30px;
}

/* LISTS ======================= */

ul.list-style {
	margin-left: 0;
	margin-top: 10px;
}
ul.list-style li {
	list-style: none;
	background: url(../resources/list-style.png) no-repeat 0 12px;
	margin-bottom: 6px;
	padding-left: 14px;
}

/* FIGURES ======================= */

.wp-caption {
    background: white;
    border-radius: 2px;
}
.wp-caption .wp-caption-text {
    font-size: 10px;
    margin-bottom: 10px;
}

/* PAGINATION ======================= */

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background-color: #687819;
    border-color: #687819;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    color: #000;
}
.pagination>li>a, 
.pagination>li>span { 
    color: #687819;
}
.pagination a[aria-label="Last"] {
    border-radius: 0 3px 3px 0;
}
#tk-pagination input[type='number'] {
    margin-left: 5px;
    border-color: #dbdbdb;
}

/* ================================================== //
	COMMENTS
// ================================================== */

.comment-list .panel {
    box-shadow: none;
    border-radius: 0;
	background-color: rgba(0,0,0,0.03);
	border-color: #fff;
}
.comment-list .panel-heading {
    background: none;
    border: none;
    padding-top: 20px;
	color: #999;
}
.comment-list .panel-heading a {
	color: inherit;
}
.says {
    font-style: italic;
    font-weight: normal;
    color: initial;
}
cite {
	font-style: inherit;
}
footer.reply.comment-reply.panel-footer {
    background: none;
    border-color: #fff;
}

/* ================================================== //
	FOOTER
// ================================================== */

.site-footer {
	padding-top: 1em;
}
.site-footer, 
.site-footer a {
	color: #dadada;
}
.site-footer a:hover {
	text-decoration:none;
	color: #687819;
}
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
	color: #fff;
}
.site-footer h3 {
	font-family: "Bodoni", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.site-footer aside.widget_nav_menu li {
	list-style: none;
	background: url(../resources/list-style.png) no-repeat 0 4px;
	margin-bottom:5px;
}
.site-footer aside.widget_nav_menu li a,
.site-footer aside.widget_nav_menu li a:hover {
	background: transparent;
	padding: 0 15px;
}
.copyright {
	font-size: 0.8em;
	color: #777;
}


