@charset "utf-8";
/* CSS Document */

/* ================================================== //
	GLOBALS
// ================================================== */

body {
	background-color: #f7f4ed;
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
}
body.home {
        background-color: white;
}
body.home article.page > header {
    display: none;
}
body.home .box {
    background-color: #f8f8f8;
}
ol.breadcrumb{
display:none !important;
}
a {
	color: #687819;
	transition: all 0.2s;
}
a:hover, a:focus {
	color: #f47e28;
}

hr {
	border-color: rgba(100,100,100,0.15);
    margin: 5vh 0;
}

h1 {
	color: #687819; /* green */
	font-size: 30px;
	font-family: "Bodoni", Georgia, "Times New Roman", Times, serif
}
h1.page-title {
    margin-top: 5px;
}
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;
}

img.alignleft {
    float: left;
}

figure {
    max-width: 100%;
}
blockquote {
    border-left: none;
    color: #687819;
    padding: 0;
}
blockquote:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 2em;
    display: inline;
    float: left;
    margin-top: -0.3em;
    margin-right: 0.2em;
    line-height: 1;
}
blockquote cite {
    color: initial;
    font-size: 0.9em;
    display: block;
    margin-top: 0.7em;
    font-style: italic;
}

/* ================================================== //
	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;
}
.lead {
    font-size: 1.25em;
}
table.table {
    font-size: 13px;
}
table.table th {
    background: #687819 !important;
    color: #fff;
}
.breadcrumb {
    margin: 20px 0;
    padding: 0;
    background: none;
    text-align: right;
}

/* ================================================== //
	CUSTOM GLOBALS
// ================================================== */

.margin-bottom-1x {
    margin-bottom: 20px;
}
.drop-shadow {
    position: relative;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.fullbleed-btn {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 3;
}
.box {
    background: white;
    border: #ddd solid 1px;
    padding: 10px;
    margin-bottom: 20px;
    overflow:hidden;
}
.box-img {
    margin-right: 10px;
}
.box img,
img.box-img {
    margin-top: 0;
    margin-bottom: 0;
}

.row-fluid > [class*='col-']:last-child {
    padding-right: 0;
}
.row-fluid > [class*='col-']:first-child {
    padding: 0;
}
.green, .icon-green {
    color: #687819;
}

/* ================================================== //
	HEADER
// ================================================== */

.site-navigation,
.site-footer {
	background-color: #201d17;	
}

#masthead {
	height: auto;
    background:#687819; 
    z-index:1; 
    border-bottom:8px solid #687819;
	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 {
	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 {
    font-size: 13px;
}
.sidebar-padder {
	border: 1px solid #dfdfdf;
	background: #fefefe;
	padding: 20px;
	border-top: 3px solid #687819 !important;
}
.sidebar-padder ul li {
	list-style: none;
	background: url(../resources/list-style.png) no-repeat 0 14px;
	margin-bottom: 6px;
	padding-left: 14px;
}
.sidebar-padder ul li {
	margin:0;
	padding: 10px 15px;
}
.sidebar-padder ul li li {
	background: none;
	padding: 5px 0 0 0;
	font-size: 12px;
}
.sidebar-padder aside.widget:last-of-type {
    margin-bottom: 0;
}


/* 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 ul {
    padding: 0;
}
.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;
}

.widget_nvvh_zoomph_announce {
    position:relative;
    margin-bottom: 0;
}
.widget_nvvh_zoomph_ticker {
    margin-bottom: 0;
}

.sidebar-fullbleed {
    margin: -10px -20px 0 -20px;
}

.sidebar-padder .widget_nvvh_fullbleed_banner:first-child {
    margin-top: -20px;
}

/* ================================================== //
	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;
}

article.post {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.entry-meta + .page-title {
    margin-top: 0;
    font-family: 'ProximaNova', sans-serif;
}

h1.page-title small {
    text-transform: uppercase;
    font-family: 'ProximaNova', sans-serif;
}

/* LISTS ======================= */

ul.list-style {
	margin-left: 0;
	margin-top: 10px;
    padding-left: 0.5em;
}
ul.list-style li {
	list-style: none;
	background: url(../resources/list-style.png) no-repeat 0 12px;
	margin-bottom: 6px;
	padding-left: 14px;
    background-position: 0 4px;
}

/* GALLERIES ======================= */

.gallery {
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}
.gallery .gallery-item {
    float: left;
    margin-right: 0.75%;
    margin-bottom: 0.75%;
}
.gallery .gallery-item:last-of-type {
    margin-right: 0;
}
.gallery a img {
    max-width: 100%;
}
.gallery-columns-6 .gallery-item {
    width: 16%;
}
.gallery-columns-6 .gallery-item:nth-of-type(6n) {
    margin-right: 0;
}
.gallery-columns-5 .gallery-item {
    width: 19.25%;
}
.gallery-columns-5 .gallery-item:nth-of-type(5n) {
    margin-right: 0;
}

/* 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;
    display: none;
}

/* RECIPES ======================= */

.wine-pairing header.panel-heading {
    position: relative;
}
.wine-pairing header.panel-heading:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    left: -30px;
    right: 0;
    top: 0;
    background: #f6f6f6;
}
@media (max-width:768px) {
.wine-pairing header.panel-heading:before {
    left: 0;
}
}
.wine-pairing header.panel-heading h4 {
    margin: 10px 0;
    position: relative;
}

/* ================================================== //
	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;
}


