/*
CTC Separate Stylesheet
Updated: 2021-03-22 16:28:45
*/

body {
    font-size: 16px;
    font-family: "Arial Narrow", sans-serif;
    background-color: #300;
}
.alignright {
    margin-left: 1em;
    float: right;
}
.alignleft {
    margin-right: 1em;
    float: left;
}
.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
}
a {
    color: #63071a;
}
a:hover, a:focus, a:active {
    color: #ae9779;
}
.rev a {
    color: #ac8849;
}
.rev a:hover {
    color: #fff;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: "IM Fell Double Pica", serif;
    color: #63071a;
}
h1 {
    font-size: 3em;
}
h3 {
    line-height: 1.125;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select {
    font-size: 1.2em;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.bg-light {
    background-color: #f7f7f7;
}
.border {
    border: 2px solid #ae9779;
}
#wrapper {
    -moz-box-shadow: 0 5px 15px rgba( 0,0,0,0.5);
    -webkit-box-shadow: 0 5px 15px rgba( 0,0,0,0.5);
    -o-box-shadow: 0 5px 15px rgba( 0,0,0,0.5);
    box-shadow: 0 5px 15px rgba( 0,0,0,0.5);
    padding: 0;
    margin: 80px 0;
}
.border-lower {
    border: 1px solid #ae9779;
    border-top: none;
    padding: 2em 0;
    margin: 0 30px 30px;
}
.header-image {
    display: block;
    margin: -14px auto 15px;
}
.home #content p {
    text-align: center;
}
.center-page-narrow {
    max-width: 750px !important;
}
.center {
    text-align: center;
}
.title-border {
    padding-top: .75em;
    padding-bottom: .7em;
    margin-top: 1.5em;
    border-bottom: 1px solid #63071a;
    border-top: 1px solid #63071a;
}
.bg-wine-ring {
    background-image: url( images/wine-ring.png);
    background-position: 95% 90%;
    background-repeat: no-repeat;
}
#header .title-border {
    font-size: 1.5em;
    padding-right: 0;
    padding-left: 0;
    margin-top: 30%;
    display: block;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    top: 5px;
    right: 5px;
}
.rel {
    position: relative;
}
.smaller {
    font-size: .85em;
}
.text-title {
    font-size: 1.5em;
    display: block;
    text-align: center;
    padding: .25em 0;
}
.linethru:before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 1px solid #63071a;
    width: 100%;
    top: 50%;
    left: 0;
}
.linethru {
    position: relative;
}
.linethru span {
    position: relative;
    padding: 0 1em;
}
.social-icon {
    margin-top: -.5em;
    margin-left: .3em;
    vertical-align: middle;
    display: inline-block;
    height: 50px;
    width: 50px;
    background-image: url(images/social-icons.png);
    background-position: left center;
    background-repeat: no-repeat;
    opacity: .7;
}
.social-icon.facebook {
    background-position: left center;
}
.social-icon.twitter {
    background-position: right center;
}
.social-icon:hover {
    opacity: 1;
}
.text-title-container {
    margin-top: 1.5em;
}
.social-icons {
    display: inline-block;
}
.bg-texture {
    padding-top: 1px;
    padding-bottom: 2em;
    margin-top: 2em;
    background-color: #f3f0e9;
}
.border-upper {
    border: 1px solid #ae9779;
    border-bottom: none;
    padding: 0 2em;
    margin: 30px 30px 0;
}
.branding-container {
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #333;
    width: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 100;
}
.bg-globe {
    background-image: url( images/bg-map.jpg );
    background-position: center top;
    background-attachment: fixed;
}
ul.primary-nav {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
ul.primary-nav li.menu-item {
    vertical-align: middle;
    display: inline-block;
    padding: 0;
    margin: 0;
}
ul.primary-nav li.menu-item a {
    font-family: Gothima, sans-serif;
    display: block;
    text-decoration: none;
    letter-spacing: .07em;
    text-transform: uppercase;
    -moz-transition: margin .3s ease;
    -webkit-transition: margin .3s ease;
    -o-transition: margin .3s ease;
    transition: margin .3s ease;
    padding: 0;
    margin: 3.7em 1.5em 0;
}
ul.primary-nav li.menu-item.menu-item-197 a {
    position: relative;
    height: 7em;
    max-width: 168px;
    width: 10.5em;
    background-image: url( images/bridgewater-logo-2c-sm.png );
    background-position: center center;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-repeat: no-repeat;
    margin: 1em 1.5em;
    background-size: contain;
    text-indent: -99999px;
}
ul.primary-nav li.menu-item.menu-item-197 a:after {
    margin-left: -31px;
    content: '';
    display: block;
    position: absolute;
    height: 30px;
    width: 62px;
    background-image: url(images/header-divider-point.png);
    background-position: center center;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-repeat: no-repeat;
    left: 50%;
    bottom: -2.6em;
}
.rev {
    font-family: "Arial Narrow", sans-serif;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}
.sans {
    font-family: "Arial Narrow", sans-serif;
}
.caps {
    text-transform: uppercase;
}
.bg-ecru {
    background-color: #f2efe9;
    background-image: url( images/bg-texture-ecru.jpg);
}
.footer {
    background-color: #1c0000;
    color: #a98547;
}
.vheight {
    min-height: 100%;
    min-height: 100vh;
}
.bg-map-ephemera {
    position: relative;
    background-image: url( images/bg-map-spread.jpg );
    background-repeat: no-repeat;
    background-size: cover;
}
.shade-lr:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 65%;
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}
.pad-tb-w {
    padding-top: 3em;
    padding-bottom: 3em;
}
.text-serif {
    font-family: "Crimson Text", serif;
}
.text-book {
    font-weight: 400;
}
.scrolled ul.primary-nav li.menu-item.menu-item-197 a {
    height: 4em;
    width: 6em;
    margin: .5em 1.5em;
}
.scrolled ul.primary-nav li.menu-item a {
    margin-top: 0;
}
table.no-pad, table.no-pad td, table.no-pad th {
    padding: 0;
}
.scrolled ul.primary-nav li.menu-item.menu-item-197 a::after {
    bottom: -2.1em;
}
.text-right {
    text-align: right;
}
.nowrap {
    white-space: nowrap;
}
.nocaps {
    text-transform: none;
}
.larger {
    font-size: 1.2em;
}
.stamp-featured-it {
    padding-top: 12em;
    background-image: url( /web/wpc/uploads/stamp-featured-it.png);
    background-position: 30% top;
    background-repeat: no-repeat;
}
.slide h1 {
    font-size: 6.25em;
    font-family: "IM Fell Double Pica", serif;
    margin-top: .15em;
    margin-bottom: .15em;
    line-height: .85;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}
.slide h2 {
    font-size: 3em;
    font-family: "Crimson Text", serif;
    margin-top: .5em;
    margin-bottom: .5em;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}
.slide p {
    font-size: 1.2em;
    font-family: "Arial Narrow", sans-serif;
    color: #fff;
    max-width: 75%;
    margin: 1em auto;
}
.rev h1, .rev h2, .rev h3, .rev h4, .rev h5, .rev h6 {
    font-family: "IM Fell Double Pica", serif;
    color: #f0be68;
}
.footer a {
    color: #a98547;
}
.footer a:hover {
    color: #fff;
}
.bg-white {
    background-color: #fff;
}
.bgfixed {
    background-attachment: fixed;
}
.pad {
    padding: 1em;
}
.slides .aspect-ratio-ex:before {
    padding-top: 200%;
}
.bg-antique {
    background-image: url( images/bg-antique.jpg );
}
.field-notes > li {
    position: relative;
}
.field-notes .field-note .field-note-image {
    display: block;
    -moz-border-radius: .25em;
    -webkit-border-radius: .25em;
    -o-border-radius: .25em;
    border-radius: .25em;
}
.field-note-header {
    display: block;
    margin: 4em auto 1.5em;
}
.text-engraved {
    font-family: engravers, serif;
}
.expand-bottom-spacer {
    position: relative;
    margin: 0;
}
.expand-bottom-spacer:before {
    padding-top: 75%;
    content: '';
    display: block;
}
.expand-bottom .expand-content {
    height: 0;
}
.text-headline {
    font-size: 2.5em;
    font-family: engravers, serif;
    line-height: 1.1;
    display: block;
}
.text-subhead {
    font-size: 1.5em;
    font-family: "Arial Narrow", sans-serif;
    display: block;
}
a > .expand-bottom {
    width: 80%;
    left: 10%;
    bottom: 4em;
}
.spacer-top {
    padding-top: 1em;
    margin-top: 1em;
    border-top: 2px solid #fff;
}
.spacer-top-trans {
    padding-top: 1em;
    margin-top: 1em;
    border-top: 2px solid transparent;
}
.expand-bottom:hover .expand-content {
    height: 12em;
    opacity: 1;
}
a > .expand-top {
    top: 3em;
    left: 10%;
}
.expand-bottom, .expand-top {
    position: absolute;
    width: 80%;
    bottom: 0;
}
a:hover > .expand-bottom .expand-content, a:hover > .expand-top .expand-content {
    opacity: 1;
}
.expand-top .expand-content {
    position: absolute;
    width: 100%;
    left: -50%;
}
a:hover > .expand-top .expand-content {
    left: 0;
}
ul.ecs-event-list {
    font-family: "Arial Narrow", sans-serif;
    list-style: none;
    padding: 0 1.5em;
    margin: 0;
}
ul.ecs-event-list li.ecs-event {
    border: 1px solid #999;
    padding: .5em 1em;
    margin: .5em 0;
}
ul.ecs-event-list h4.entry-title {
    font-size: 1em;
    display: block;
    padding: 0;
    margin: .5em 0;
}
ul.ecs-event-list li.ecs-event .duration {
    font-size: .8em;
    display: block;
}
.bg-medium {
    background-color: #9f7d43;
}
.bg-black {
    background-color: #000;
}
.shift-top {
    position: relative;
    -moz-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    transform: translateY(-100px);
}
#tribe-events-content-wrapper {
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
}
.noclear .clear {
    clear: none !important;
}
.origin-france {
    background-image: url( /web/wpc/uploads/stamp-fr.png );
}
.origin-chile {
    background-image: url( /web/wpc/uploads/stamp-cl.png );
}
.origin-argentina {
    background-image: url( /web/wpc/uploads/stamp-ar.png );
}
.origin-california {
    background-image: url( /web/wpc/uploads/stamp-us-ca.png );
}
.origin-italy {
    background-image: url( /web/wpc/uploads/stamp-it.png );
}
.sale-items > .cell {
    padding-top: 1em;
}
.sale-items.widget_intelliwidget h3.intelliwidget-title, .featured-items.widget_intelliwidget h3.intelliwidget-title {
    font-size: 1.75em;
    font-family: "Crimson Text", serif;
    color: #333;
}
.sale-items.widget_intelliwidget .intelliwidget-excerpt, .featured-items.widget_intelliwidget .intelliwidget-excerpt {
    font-size: .85;
    font-family: "Arial Narrow", sans-serif;
    display: block;
    padding: 0 1em;
}
.flexslider .slides > li:first-child {
    display: block;
}
.ecs-all-events {
    margin-right: 2em;
    float: right;
}
.ecs-all-events > a:before, a.read-more:before {
    margin-right: .25em;
    vertical-align: middle;
    content: '';
    display: inline-block;
    height: 46px;
    width: 49px;
    background-image: url(images/leaf.png);
    background-position: center center;
    background-repeat: no-repeat;
}
a.read-more {
    display: block;
    position: absolute;
    color: #644f2a;
    right: 0;
    opacity: 1;
    bottom: 0;
}
a.read-more:hover {
    opacity: 0.5;
}
.widget_intelliwidget .field-notes h3.intelliwidget-title {
    font-size: 1.25em;
    margin: .75em 0 .5em;
}
.bg-tear {
    background-image: url( images/bg-texture-tear.jpg);
    background-position: -130px top;
    background-repeat: repeat-y;
}
.single .center-page.pad-lr {
    padding-right: 100px;
    padding-left: 100px;
    max-width: 1100px;
}
.single .post .photo-corners {
    display: inline-block;
    position: relative;
    padding: 15px;
}
.single .post .photo-corners:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    border-width: 62px;
    border-image: url( images/photo-corners.png ) 62 / 62px / 0 round;
    border-style: solid;
    border-color: transparent;
}
.searchform input[name="s"] {
    max-width: 70%;
}
.searchform #searchsubmit {
    font-size: 1em;
    max-width: 30%;
    -moz-transition: font-size .3s ease;
    -webkit-transition: font-size .3s ease;
    -o-transition: font-size .3s ease;
    transition: font-size .3s ease;
}
.pad-wide {
    padding: 2em 15% 10em;
}
.title-404 {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1000px;
    top: 1em;
}
.overlay-left, .overlay-right {
    position: absolute;
    z-index: 1;
}
.overlay-left {
    left: 0;
}
.overlay-right {
    right: 0;
}
.overlap-bottom {
    max-width: 40%;
    bottom: 0;
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.arh > div.overlay-left {
    right: unset;
    left: 0;
}
.arh > div.overlap-bottom {
    top: unset;
    bottom: 0;
}
.arh {
    overflow: visible !important;
}
.arh > div.overlay-right {
    right: 0;
    left: unset;
}
.arh > div.overlay-left, .arh > div.overlay-right {
    height: auto;
    width: auto;
}
.section {
    -moz-transition: min-height .3s ease;
    -webkit-transition: min-height .3s ease;
    -o-transition: min-height .3s ease;
    transition: min-height .3s ease;
    min-height: 850px;
    min-height: calc( 100vw * .45 );
}
.text-left, .text-left p, .home #content .text-left p {
    text-align: left;
}
a.button-vertical {
    font-family: "Crimson Text", serif;
    line-height: 1;
    display: block;
    position: absolute;
    height: 20px;
    color: #999;
    font-weight: 700;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
    top: 50%;
    right: -85px;
    padding: 0;
    margin: 0;
    -moz-transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}
a.button-vertical:hover {
    color: #ccc;
}
hr.jagged-line, hr {
    border: none;
    height: 4px;
    background-color: transparent;
    color: transparent;
    background-image: url(images/hr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.jagged-divider {
    padding-right: 12%;
    border-image: url( images/vertical-divider.png ) 4 / 4px / 0 round;
    border-right: 4px solid transparent;
}
.stamp-featured-explore {
    padding-top: 12em;
    background-image: url( /web/wpc/uploads/ExploreWineDark.png);
    background-repeat: no-repeat;
    backgrond-position: 30% top;
}
a:hover > span {
    color: #63071a;
}
.origin-italy, .origin-pacific-northwest, .origin-california, .origin-spain-portugal, .origin-chile, .origin-argentina, .origin-australia-new-zealand, .origin-france, .origin-oregon, .origin-washington, .origin-spain, .origin-portugal, .origin-australia, .origin-new-zealand {
    background-position: 10% 1em;
    background-repeat: no-repeat;
}
.single-product .origin-italy, .single-product .origin-pacific-northwest, .single-product .origin-california, .single-product .origin-spain-portugal, .single-product .origin-chile, .single-product .origin-argentina, .single-product .origin-australia-new-zealand, .single-product .origin-france, .single-product .origin-oregon, .single-product .origin-washington, .single-product .origin-spain, .single-product .origin-portugal, .single-product .origin-australia, .single-product .origin-new-zealand {
    background-position: 5% 1em;
}
.sale-items .price, .featured-items .price, .single-product .price {
    font-size: 2.5em;
    font-family: "Crimson Text", serif;
    display: block;
    color: #12584e;
    font-weight: 700;
    text-align: center;
}
.single-product .price {
    text-align: left;
}
.text-white {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}
.text-rev, a > span.text-rev, a:hover > span.text-rev {
    color: #ddc19c;
    text-shadow: 0 1px 1px rgba(0,0,0,0.85);
}
.text-lowlight, .slide h1.text-lowlight {
    color: #ae9779;
}
.text-highlight, .slide h2.text-highlight {
    color: #63071a;
    text-shadow: none;
}
.slide .button {
    margin-top: 1em;
}
.origin-australia-new-zealand, .origin-australia, .origin-new-zealand {
    background-image: url( /web/wpc/uploads/stamp-au-nz.png );
}
.origin-spain-portugal, .origin-spain, .origin-portugal {
    background-image: url( /web/wpc/uploads/stamp-es-pt.png );
}
.origin-pacific-northwest, .origin-oregon, .origin-washington {
    background-image: url( /web/wpc/uploads/stamp-us-pacific-nw.png );
}
.slide h1.text-lowlight, .slide h1.text-highlight {
    text-shadow: none;
}
#banner {
    margin-top: 140px;
}
.flexrow .flexcol {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1;
}
.flexrow .flexcol.width-1-3 {
    margin: 0;
    min-width: 360px;
    flex-basis: 33.3333%;
}
.flexrow .flexcol.width-1-4 {
    margin: 0;
    min-width: 192px;
    flex-basis: 25%;
}
.flexrow .flexcol.width-2-3 {
    margin: 0;
    flex-basis: 66.6667%;
}
.flexrow .flexcol.width-3-4 {
    margin: 0;
    flex-basis: 75%;
}
.flexrow .flexcol.width-1-2 {
    margin: 0;
    flex-basis: 50%;
}
.flexrow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.flex-control-nav {
    width: 300px !important;
    text-align: left !important;
    right: 0 !important;
    bottom: 15px !important;
}
.flex-control-paging li a {
    border: 1px solid #ccc;
    position: relative;
    height: 18px !important;
    background-color: transparent !important;
    width: 18px !important;
}
.flex-control-nav:before {
    content: '';
    position: absolute;
    width: 180px;
    border-top: 1px solid #ccc;
    top: 9px;
    right: 0;
}
.home .flexslider {
    position: relative;
}
.flex-control-paging li a:before {
    content: '';
    position: absolute;
    width: 12px;
    border-top: 1px solid #ccc;
    top: 9px;
    left: -13px;
}
.flex-control-paging li a.flex-active {
    background-color: #ccc !important;
}
.slides.field-notes {
    padding: 0 .5em;
}
.slides.field-notes .field-note.expand-bottom, .slides.field-notes .feild-note.expand-top {
    width: 100%;
}
.flexrow .flexcol.width-2-5 {
    margin: 0;
    flex-basis: 40%;
}
.flexrow .flexcol.width-3-5 {
    margin: 0;
    flex-basis: 60%;
}
.flexcol.width-2-5.pad-wide, .flexcol.width-3-5.pad-wide, .flexcol.width-1-2.pad-wide, .flexcol.width-3-5 > .pad-wide, .flexcol.width-2-5 > .pad-wide, .flexcol.width-1-2 > .pad-wide {
    padding: 12%;
}
.tribe-events-list-separator-month {
    background-color: #ddc19c;
}
#tribe-events .tribe-events-button, .tribe-events-button {
    background-color: #63071a;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-image: none;
    *display: inline;
}
#tribe-events .tribe-events-button:hover, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover {
    background-color: #ddc19c;
    color: #444;
    text-decoration: none;
}
div#iwrm_menu ul li.current_page_item > a {
    background-color: #63071a;
    color: #ddc19c;
}
div#iwrm_menu ul li a, div#iwrm_menu ul li a:visited {
    background-color: #63071a;
    color: #ddc19c;
}
#iwrm_body_viewport {
    background-color: #000;
    background-image: url( images/bg-map-spread.jpg );
    background-repeat: no-repeat;
    background-size: cover;
}
div#iwrm_menu ul li > a:hover {
    background-color: #000;
    color: #ddc19c;
}
div#iwrm_menu ul li > a:active {
    background-color: #644f2a;
}
div#iwrm_menu > div > ul > li, div#iwrm_menu > ul > li {
    border-top: 1px solid #644f2a;
}
.anchor {
    position: absolute;
    top: -80px;
}
.field-notes .field-note, .blog .post > div, .archive .post > div, .search .post > div, .archive .product > div, .search .product > div, .archive .tribe_events > div, .search .tribe_events > div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: inset 3px 3px 15px #d4a478, inset -3px -3px 15px #d4a478;
    -webkit-box-shadow: inset 3px 3px 15px #d4a478, inset -3px -3px 15px #d4a478;
    -o-box-shadow: inset 3px 3px 15px #d4a478, inset -3px -3px 15px #d4a478;
    box-shadow: inset 3px 3px 15px #d4a478, inset -3px -3px 15px #d4a478;
    background-image: url( images/bg-antique.jpg );
    padding: .5em;
    margin: 0 auto;
    border-width: 6px;
    border-image: url( images/jag2.png ) 3 / 3px / 3px stretch;
}
.blog .post > div, .archive .post > div, .search .post > div, .archive .product > div, .search .product > div, .archive .tribe_events > div, .search .tribe_events > div {
    padding: 1em;
}
.blog .post .post-excerpt, .archive .post .post-excerpt, .search .post .post-excerpt, .archive .product .post-excerpt, .search .product .post-excerpt, .archive .tribe_events .post-excerpt, .search .tribe_events .post-excerpt {
    display: block;
    position: relative;
    height: 9em;
}
.blog .post .post-meta, .archive .post .post-meta, .search .post .post-meta, .archive .product .post-meta, .search .tribe_events .post-meta {
    display: block;
    margin: 0 0 .25em;
}
.blog .post .post-title, .archive .post .post-title, .search .post .post-title, .archive .product .post-title, .search .product .post-title, .archive .tribe_events .post-title, .search .tribe_events .post-title {
    height: 3.5em;
    overflow: hidden;
    margin: .5em 0 .25em;
    text-overflow: ellipsis;
}
.archive .archive-header-img > div, .search .archive-header-img > div {
    display: none;
}
.archive .archive-header-img, .search .archive-header-img {
    height: 200px;
}
.smallcap {
    font-size: .9em;
    font-family: gothima, sans-serif;
    letter-spacing: .05em;
    font-variant: small-caps;
}
.divider {
    display: inline-block;
    padding: 0 .5em;
}
.columns, .columns-divider {
    -moz-columns: 3;
    -webkit-columns: 3;
    -o-columns: 3;
    columns: 3;
}
.columns-divider .column-section:after {
    content: '';
    display: block;
    background-image: url( this );
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
hr.checkered-line, .columns-divider .column-section:after {
    margin-top: 2rem;
    margin-bottom: 3rem;
    height: 14px;
    background-image: url( images/divider.png);
}
h3.text-lowlight {
    font-size: 2.5em;
    margin-top: 0;
}
.column-section:first-child h3.text-lowlight {
    margin-top: 0;
}
.columns-divider {
    -moz-column-gap: 5em;
    -webkit-column-gap: 5em;
    -o-column-gap: 5em;
    column-gap: 5em;
    -webkit-column-rule: 2px solid rgba(159, 125, 67, 0.3);
    column-rule: 2px solid rgba(159, 125, 67, 0.3);
}
.expand-bottom-full {
    position: absolute;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em;
    bottom: 0;
}
.expand-bottom-full .text-rev {
    font-size: 1.25em;
    display: block;
    color: #fff;
    padding: 1em 1em 2em;
}
.text-headline-alt {
    font-size: 2.5em;
    font-family: "IM Fell Double Pica", serif;
    line-height: 1.2;
    display: block;
    color: #c2b58e;
}
a.button:hover, input[type='reset']:hover, input[type='button']:hover, input[type='submit']:hover, span.button:hover {
    border: none;
    background-color: #ae9779;
    color: #300;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
a.button:active, input[type='reset']:active, input[type='button']:active, input[type='submit']:active, span.button:active {
    background-color: #920c28;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
a.button, input[type='reset'], input[type='button'], input[type='submit'], span.button {
    font-size: 1.2rem;
    font-family: "Arial Narrow", sans-serif;
    border: none;
    background-color: #63071a;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-image: none;
    text-shadow: none;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    text-align: center;
    padding: .5em;
}
a.button, span.button {
    padding-right: 2em;
    padding-left: 2em;
}
.expand-bottom .expand-content, .expand-top .expand-content, .expand-bottom-full .expand-content {
    display: block;
    overflow: hidden;
    -moz-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    -o-transition: all .75s ease;
    transition: all .75s ease;
    opacity: 0;
}
.expand-bottom-full .expand-content {
    height: 0;
    opacity: 0;
}
a:hover > .expand-bottom .expand-content {
    height: 5em;
}
a:hover > .expand-bottom-full .expand-content {
    height: 15em;
    opacity: 1;
}
a.hover-shade {
    background-color: rgba(0,0,0,0);
    -moz-transition: background-color .7s ease;
    -webkit-transition: background-color .7s ease;
    -o-transition: background-color .7s ease;
    transition: background-color .7s ease;
}
a.hover-shade:hover {
    background-color: rgba( 0,0,0,.5);
}
.csf-grid-sizer, .csf-grid-item {
    width: 50%;
}
.bar-menu ul.intelliwidget-menu {
    list-style: none;
    padding: 0;
    margin: 1rem;
}
.bar-menu ul.intelliwidget-menu li.intelliwidget-menu-item {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.bar-menu ul.intelliwidget-menu li.intelliwidget-menu-item a {
    font-size: 1.35em;
    font-family: "IM Fell Double Pica", serif;
    display: block;
    color: #ae9779;
    padding: .15rem 1rem;
    margin: 0;
    border-right: 1px solid #ae9779;
}
.bar-menu ul.intelliwidget-menu li.intelliwidget-menu-item a:hover, .bar-menu ul.intelliwidget-menu li.intelliwidget-current-menu-item a {
    color: #7b541e;
}
.display-1 {
    font-size: 4em;
    color: #7b541e;
}
.bar-menu ul.intelliwidget-menu li.intelliwidget-menu-item:last-child a {
    border-right: none;
}
.bg-dark {
    background-color: #300;
}
.tribe-bar-disabled, .tribe-events-title-bar {
    display: none;
}
.pad-tb {
    padding-top: 3em;
    padding-bottom: 3em;
}
.menu-price {
    font-size: 1.25em;
    font-family: "Crimson Text", serif;
    color: #7b541e;
}
.columns-divider li, .columns-divider .column-section, .columns li, .columns .column-section, .bar-menu-item, .column-section-plain {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.column-section-plain {
    margin-bottom: 2rem;
}
.display-2 {
    font-size: 3em;
    margin-top: 1em;
    margin-bottom: .5em;
    line-height: 1.2;
    color: #7b541e;
}
.overlay-title {
    line-height: 1.125;
    position: relative;
    color: #fff;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    top: 50%;
    left: 50%;
    padding: 2rem;
    margin: 0;
    -moz-transform: translateX(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateX(-50%);
    -o-transform: translateY(-50%);
    transform: translateX(-50%);
    transform: translateY(-50%);
}
.call-to-action {
    border: 2px solid #ddd;
    text-align: center;
    padding: 2rem;
    margin: 2rem;
}
.call-to-action .button {
    white-space: normal;
}
.call-to-action h3 {
    margin-top: 0;
}
.member-buttons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}
.scrolled .member-buttons a.button {
    font-size: .85em;
    padding: .25rem 1rem;
}
.member-buttons a.button {
    margin-left: 1rem;
    position: relative;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
button.button {
    font-size: 1.2rem;
    font-family: "Arial Narrow", sans-serif;
    border: none;
    vertical-align: middle;
    line-height: 1.2;
    display: inline-block;
    background-color: #63071a;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    background-image: none;
    text-shadow: none;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    text-align: center;
    padding: .5em;
    margin: 0;
}
button.button:hover {
    background-color: #ae9779;
    color: #300;
}
button.button:disabled, button.button:disabled:hover {
    background-color: #ddd;
    opacity: 0.5;
}
.widecolumn {
    display: block;
    max-width: 480px;
    padding: 4rem 2rem;
    margin: 0 auto;
}
#member-account-info, .member-account-info {
    text-align: left;
}
.ajax-loading {
    display: block;
    position: relative;
    margin: 0;
}
.login-options, .subscription-add-response {
    font-size: 1.5rem;
}
.check-mark::before {
    border: 2px solid #63071a;
    vertical-align: middle;
    content: '\002714';
    display: inline-block;
    position: relative;
    color: #63071a;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 0 .5rem;
    margin: 0 .5rem;
}
@media all and (max-width: 1100px) {
ul.primary-nav li.menu-item a {
    margin-right: 1em;
    margin-left: 1em;
}
.slide h1 {
    font-size: 5em;
}
.slide h2 {
    font-size: 2.5em;
}
.searchform #searchsubmit {
    font-size: .9em;
}
}
@media all and (max-width: 1024px) {
#header .title-border {
    font-size: 1.15em;
}
.slide h1 {
    font-size: 5em;
}
.slide h2 {
    font-size: 2.5em;
}
.width-1-3.stagger:nth-child(2n+1), .width-1-4.stagger:nth-child(2n+1) {
    margin-right: 3.225806451613% !important;
    clear: both;
}
.width-1-3.stagger, .width-1-4.stagger {
    width: 48.387096774194% !important;
}
.width-1-3.stagger:nth-child(2n), .width-1-4.stagger:nth-child(2n) {
    margin-right: 0 !important;
    clear: none;
}
}
@media all and (max-width: 980px) {
ul.primary-nav li.menu-item a {
    font-size: .9em;
    margin-right: .75em;
    margin-left: .75em;
}
.slide h1 {
    font-size: 4em;
}
.slide h2 {
    font-size: 2em;
}
#banner {
    margin-top: 130px;
}
.section {
    min-height: 550px;
}
.searchform #searchsubmit {
    font-size: .75em;
}
h1 {
    font-size: 2.65em;
}
.shift-top {
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
.columns-divider {
    -moz-columns: 2;
    -webkit-columns: 2;
    -o-columns: 2;
    columns: 2;
}
}
@media all and (max-width: 800px) {
#header .title-border {
    font-size: 1.15em;
    margin-top: 30%;
}
.header-image {
    margin-top: -8px;
}
#wrapper {
    margin-top: 2em;
    margin-bottom: 2em;
}
.contact-link {
    font-size: .85em;
}
.text-title {
    font-size: 1em;
}
ul.primary-nav li.menu-item a {
    font-size: .9em;
    margin-top: 0;
    margin-right: .5em;
    margin-left: .5em;
}
.scrolled ul.primary-nav li.menu-item a {
    margin-top: 0;
}
table.no-pad, table.no-pad td, table.no-pad th {
    padding: 0;
}
ul.primary-nav li.menu-item.menu-item-197 a::after {
    bottom: -2.1em;
}
ul.primary-nav li.menu-item.menu-item-197 a {
    height: 4em;
    width: 6em;
    margin: .5em 1.5em;
}
.slide h1 {
    font-size: 3em;
}
.slide h2 {
    font-size: 1.5em;
}
#banner {
    margin-top: 70px;
}
.searchform #searchsubmit {
    font-size: .7em;
}
.columns-divider {
    -moz-columns: 2;
    -webkit-columns: 2;
    -o-columns: 2;
    columns: 2;
}
}
@media all and (max-width: 767px) {
#header .title-border {
    margin-top: 0;
}
.header-image {
    margin: 0 auto;
}
.cell input {
    margin-bottom: .5em;
}
#wrapper {
    margin-top: 2em;
    margin-bottom: 2em;
}
.title-border {
    display: block;
    padding: .75em 0;
}
.border-lower {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}
body {
    background-image: url( images/bg-map-sm.jpg );
}
.social-icons {
    margin-top: .5em;
    display: block;
}
.bg-globe #header {
    padding-top: 30px;
}
.slide h1 {
    font-size: 3em;
}
.slide .arc {
    height: 320px;
}
img.iwrm-header-image {
    max-height: 100px;
}
.home .ard:before {
    content: none;
}
.home .ard > div {
    position: relative;
}
.home .ard > div:after {
    content: '';
    clear: both;
}
#banner {
    margin-top: 112px;
}
.pad-wide {
    padding: 2em 3em;
}
.field-notes .field-note, .blog .post > div, .archive .post > div {
    margin: 0 auto;
}
.expand-bottom, .expand-top {
    position: relative;
}
.expand-bottom-spacer::before {
    content: none;
}
.expand-bottom:hover .expand-content, .expand-bottom .expand-content {
    height: auto;
    opacity: 1;
}
a > .expand-bottom, a:hover > .expand-bottom {
    top: 4em;
    bottom: auto;
}
a > .expand-top .expand-content, a:hover > .expand-top .expand-content {
    position: relative;
    left: 0;
    opacity: 1;
}
a > .expand-top, a:hover > .expand-top, a > .expand-bottom, a:hover > .expand-bottom {
    display: block;
    position: relative;
    width: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    top: 3em;
    right: auto;
    left: auto;
    padding: 10%;
}
.shift-top {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}
.blog .post .post-title {
    font-size: 1.75em;
}
}
@media all and (max-width: 600px) {
.width-1-3.stagger {
    margin-right: 3.225806451613% !important;
    clear: both;
    float: none;
}
.narrow .width-1-3.stagger {
    margin-right: 2.127659574468% !important;
}
}
@media all and (max-width: 480px) {
#header {
    padding: 15px 1em 0;
    margin: 15px 15px 0;
}
.contact-link {
    font-size: .75em;
}
.text-title {
    font-size: 1.25em;
}
.single .center-page.pad-lr {
    padding-right: 2em;
    padding-left: 2em;
}
.bg-tear {
    background-image: none;
}
.single .post .photo-corners {
    padding: 0;
}
.single .post .photo-corners:before {
    content: none;
}
.footer .nowrap {
    display: block;
    text-align: center;
}
.footer .divider {
    display: none;
}
.footer .cell.text-center, .footer .cell.text-right {
    display: block;
    float: none;
    width: auto;
    text-align: center;
}
.pad-wide {
    padding-right: 2em;
    padding-left: 2em;
}
#content .arc > div, #content .arh > div {
    position: relative;
    overflow: visible;
}
#content .arc:before, #content .arh:before {
    content: none;
}
.slide h1 {
    font-size: 2em;
}
.slide h2 {
    font-size: 1em;
}
#content .arc:before {
    content: none;
}
#content .arc > div {
    position: relative;
}
#content .bgcover:not(.slide) .center-vertical, #content .bgcover-top .center-vertical {
    top: auto;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}
h1 {
    font-size: 2em;
}
.columns-divider {
    -moz-columns: 1;
    -webkit-columns: 1;
    -o-columns: 1;
    columns: 1;
}
#content .slides .arh, #content .slides .arc {
    height: 320px;
}
}
