body {
    padding-top:6em !important;
}

ul {
    padding-left:0;
}

hr#rule {
    border-bottom:2px solid black;
}

.wrapper.style2 {
    color: #444;
    background-color: transparent;
    border-top: 0;
}

.wrap {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    position: relative;
}

#header {
    height: 10em;
}

#header nav {
    font-size: 100%;
}

#header nav > ul {
    margin-top: -0.5em;
}

#header nav > ul > li {
    margin-left: 1.1em;
}

#header .navPanelToggle {
    font-size: 2em;
    top: 0.5em;
}

#header.alt {
    background-color: white;
    opacity: 0.95;
    /*top: 1em;*/
}

.logo-bar {
    padding:0;
}

#site-branding {
    float:none;
    text-align:center;
}

.nav-bar {
    width:100%;
    text-align:center;
    margin-top:-3.25em;
}

.nav-bar-t100s {
    width:100%;
    text-align:center;
    margin-top:-2em;
}

#header img {
    width: 10%;
    margin: 0 2em 0 0;
}

#header a #logo {
    border-bottom: 0;
    width: 12%;
    margin:2em;
    /*float:left;*/
}

#header a #bk {
    width: 12%;
}

#header a #bksf {
    width: 10%;
    margin-bottom:2.25em;
}

#header.alt a {
    color: #4f6c7c;
    border-bottom: 0;
}

#header.reveal a {
    border-bottom: none;
}

.features > section p {
    margin-right:5em;
    font-size:0.9em;
}

header a #bknynj {
    width:8%;
}

@media screen and (max-width: 480px) {

    #header a #logo {
        width: 30%;
        margin: 0 2em 0 2em;
      
    }

    #header a #bk {
        width: 20%;
    }

    #banner {
        margin:5em 2em;
    }
}

@media screen and (max-width: 1024px) {
    #header.alt {
        top: 0;
    }

    #header nav {
        display: none;
    }

    #header .navPanelToggle {
        display: block;
    }

    #navPanel {
        display: block;
    }
}

/*#main {
    margin: 1em 0 -10em;
}*/

h3:after, h4:after {
    border-bottom: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #8e98a2;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #525d69;
    border-bottom: 1px dotted #525d69;
}

@media screen and (max-width: 480px) {

    .spotlight h2 {
        font-size: 2em;
    }
}

p {
    font-size: 1em;
    line-height: 1.5em;
}

/*#banner > article .inner {
    margin-top: 10em;
}*/

#banner {
    height: 55vh;
    width: 90%;
    margin: 5em 3.5em 0;
}

.wrapper + .wrapper {
    border: none;
    margin:4em 0;
}

.content h3 {
    font-size: 1.5em;
}

.space {
    margin: 0 2em;
}

input[type="text"], input[type="password"], input[type="email"], select, textarea {
    width: 65%;
    background: #fff;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    background: #fff;
    color: #cf0000;
    border: 2px solid #cf0000;
}

input[type="button"] a:hover {
    background: #cf0000;
    color: white;
}

.cover {
    border: 1px solid #444;
    float: left;
    margin-right: 1em;
}

.inner h1 {
    font-size: 2.25em;
    line-height:1.5em;
}

.image {
    margin-right:2em;
}

.image img {
    width:100%;
}

#img-bdr {
    border: 1px solid #444;
}

#gallery_tn {
    width: 100%;
    height: 200px;
    border: 1px solid #444;
    background-repeat: no-repeat;
    background-position: center;
}

#footer .copyright {
    color: #444;
}

#footer .menu a {
    color: #444;
}

#red {
    color: #b11116;
}

/*Location Map*/
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* Fixes potential theme css conflict. *//
.acf-map img {
   max-width: inherit !important;
}

/*Wineries*/
.features-woy {
    vertical-align: text-top;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    font-family:'Playfair Display', serif;
    /*-webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;*/
}

.t100v-woy {
    -webkit-columns: 3 200px;
    -moz-columns: 3 200px;
    columns: 3 200px;
    font-family:'Playfair Display', serif;
}

.t100v-woy h3 {
    line-height:0em;
}

/*Gallery*/

/* ul.event_gallery {list-style:none;}

ul.event_gallery li {
        float:left;
        display:inline-block;
        vertical-align:top;
        padding:15px;
        text-decoration:none;
    }*/
.lb-data .lb-caption {
    font-size: 1.5em;

}

.lb-data .lb-number {
    font-size: 16px;
}

#gallery_tn {

    width: 250px;
    height: 140px;
    border: 1px solid #333;
    background-repeat: no-repeat;
    background-position: center;
}

.gallery img {
    max-width: 100%;
    display: block;
}

ul li {
    list-style: none;
    padding-left: 0em;
}

.gallery {
    list-style: none;
    margin: 0;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1 rfr 1fr 1fr;
    grid-auto-flow: dense;
}

.gallery > li {
    padding: 10px;
}

.gallery img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.landscape {
    grid-column: auto / span 4;
}

/*Button*/
#header.alt a button, a.top-button {
    background-color: transparent;
    color: #cf0000 !important;
    border: 1px solid #cf0000 !important;
    font-family:'Playfair Display', serif !important;
    padding: 10px 18px;
}

#header.alt a button:hover {
    background-color: #cf0000;
    color: white;
}

/*Footer*/
#footer {
    padding: 10em 0 2em 0;
    border-top: none;
}

/*Mobile*/
@media screen and (max-width: 1280px) {
.wrapper>.inner {
    padding: 0 4em !important;
    }
}