/*****************************************************************************/
/* General *******************************************************************/
/*****************************************************************************/

body {
    font-family: "clarendon-text-pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #383838;
    line-height: 1.6;
    overflow-x: hidden;
}

.page .site-inner {
    margin-top: 0;
}

/*.site-inner*/
body:not(.page) .site-inner,
.alternate-page-title-featured-image {
    /*margin-top: 235px;*/
    margin-top: 275px;
}

.alternate-page-title-featured-image .featured-image {
    margin-bottom: 40px;
}

.alternate-page-title-featured-image .featured-image img {
    width: 100%;
}

a,
a:link,
a:active,
a:visited,
a:focus {
    text-decoration: underline;
    color: #383838;
}

a:hover {
    color: #829a4f;
}

.wrap > p:empty,
.wrap > .one-half > p:empty,
.wrap > .addthis_default_style {
    display: none !important;
}

h1,
.page h1.entry-title,
h1.entry-title {
    font-family: "clarendon-text-pro", serif;
    font-size: 48px;
    letter-spacing: 3px;
    /*text-shadow: -2px 2px #000;*/
    text-transform: uppercase;
    /*color: #4b484b;*/
    text-align: center;
    line-height: 1;
}

.page h1.entry-title,
h1.entry-title {
    padding-top: 0;
    margin-bottom: 40px;
}

.entry-header::after {
    display: none;
}

h2 {
    font-size: 90px;
    color: #4b484b;
    text-transform: uppercase;
    font-family: "balboa-plus-fill", sans-serif;
    font-weight: normal;
    line-height: 1.1;
}

h2 > a {
    color: #4b484b !important;
    text-decoration: none !important;
}

h2 > a:hover {
    color: #829a4f !important;
}

h3 {
    font-family: "clarendon-text-pro", serif;
    font-size: 48px;
    color: #829a4f;
    line-height: 1;
}

h3 > a {
    color: #829a4f !important;
    text-decoration: none !important;
}

h3 > a:hover {
    color: #829a4f !important;
}

h3.gray {
    color: #4b484b;
    text-transform: uppercase;
    font-family: "balboa-plus-fill", sans-serif;
    font-weight: normal;
}

h3.gray > a {
    color: #4b484b;
    text-decoration: none;
}

h3.gray > a:hover {
    color: #829a4f;
}

h4 {
    font-family: "clarendon-text-pro", serif;
    font-size: 30px;
    font-weight: normal;
    color: #4b484b;
}

h5 {
    font-family: "balboa-plus-fill", sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #4b484b;
}

h5 > a {
    color: #4b484b;
    text-decoration: underline;
}

h6,
small {
    font-family: "clarendon-text-pro", serif;
    font-size: 14px;
}

blockquote {
    background-color: #967a77;
    color: #fff;
    font-size: 26px;
    font-style: italic;
    margin: 40px;
    padding: 40px;
}

hr {
    border-color: #829a4f !important;
}

.larger {
    font-size: 22px;
}

.narrower-for-text {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-bottom-padding {
    padding-bottom: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

.no-bottom-margin {
    margin-bottom: 0 !important;
}

.small-bottom-margin {
    margin-bottom: 7px !important;
}

.pagination { /* Basically a copy of .button classes */
    font-family: "clarendon-text-pro", sans-serif;
    font-size: 18px !important;
}

    .pagination a,
    .pagination a:link,
    .pagination a:active,
    .pagination a:visited,
    .pagination a:focus,
    .wa_wps_button,
    .wa_wps_button:link,
    .wa_wps_button:active,
    .wa_wps_button:visited,
    .wa_wps_button:focus {
        width: auto !important;
        padding: 6px 0.75em 2px !important;
        background: #9c4543 !important;
        color: #fff !important;
        text-decoration: none !important;
        font-family: "balboa-plus-fill", sans-serif;
        font-size: 24px !important;
        text-transform: uppercase !important;

        border: 0 !important;
        border-bottom: 4px solid #822e2c !important;

        text-shadow: none !important;
        line-height: 1.3 !important;
        letter-spacing: 0;
    }

    .pagination a:hover,
    .pagination li.active a,
    .wa_wps_button:hover {
        background: #aa5351 !important;
        color: #fff !important;
    }

    .pagination a:active,
    .wa_wps_button:active {
        background: #833735 !important;
        color: #fff !important;
    }
	
	
.two-column li{
	width: 45%;
	float: left;
	margin: 10px;
}

@media only screen and (max-width:1023px) {
    /*.site-inner*/
    body:not(.page) .site-inner,
    .alternate-page-title-featured-image {
        /*margin-top: 131px;*/
        margin-top: 171px;
    }

    .page h1.entry-title {
        padding-top: 40px;
    }
}

@media only screen and (min-width:801px) {
    .mobile-only {
        display: none !important;
    }
}

@media only screen and (max-width: 800px) {
    body {
        background-image: none;
        padding-top: 61px;
    }

    h1,
    .page h1.entry-title,
    h1.entry-title {
        font-size: 40px;
        letter-spacing: 0;
    }

    h2 {
        font-size: 40px;
    }

    h3.gray {
        font-size: 24px;
    }

    h5 {
        font-size: 18px;
    }

    .site-inner,
    body:not(.page) .site-inner,
    .alternate-page-title-featured-image {
        margin-top: 0;
        padding-top: 0; /* Reduce space at the top in mobile */
    }

    body:not(.page) .site-inner {
        margin-top: 30px;
    }

    .non-mobile-only {
        display: none !important;
    }

    .pagination {
        margin-top: 0;
    }
}


@media only screen and (max-width: 475px) {
	
.two-column li {
    width: 100%;
}

}


/*****************************************************************************/
/* Header ********************************************************************/
/*****************************************************************************/

.mobile-logo {
    display: none;
}

.site-header {
    background-color: #fff !important;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

    .site-header > .wrap {
        position: relative;
    }

        .title-area {
            padding: 20px 0 !important;
            width: 195px;
            height: auto;
        }

            .title-area > .site-title > a {
                width: 225px;
                height: 195px;
                /*background-image: url('../img/header-logo.svg') !important;*/
            }

        .header-above-menu {
            position: absolute;
            right: 0;
            top: 67px;
            transition: top 0.15s linear;
            font-family: "balboa-plus-fill", sans-serif;
            font-size: 30px;
            color: #4b484b;
            line-height: 1;
        }

        .header-below-menu {
            position: absolute;
            right: 0;
            top: 137px;
            transition: top 0.15s linear;
        }

            .header-below-menu img {
                opacity: 1;
                transition: opacity 0.15s linear;
            }

            .header-below-menu img:hover {
                opacity: 0.9;
                transition: opacity 0.15s linear;
            }

.site-header.dark {
    /* Scroll header */
    border-bottom: 1px solid #9c4543;
}

    .site-header.dark .header-above-menu {
        top: 13px;
        transition: top 0.15s linear;
    }

    .site-header.dark .header-below-menu {
        top: 82px;
        transition: top 0.15s linear;
    }

.wc-gallery .gallery-icon img {
    width: 100%;
}

.wc-gallery .gallery-caption p {
    white-space: normal !important; /* To prevent gallery captions from cutting off */
}

@media only screen and (max-width:1200px) {
    .header-below-menu {
        top: 131px;
    }

    .site-header.dark .header-below-menu {
        top: 74px;
    }
}

@media only screen and (max-width:1023px) {
    .title-area {
        width: 100%;
        padding: 10px 0 5px !important;
        float: none;
    }

    .title-area > .site-title > a {
        height: 76px;
        margin-left: auto;
        margin-right: auto;
    }

    .header-above-menu,
    .site-header.dark .header-above-menu {
        top: 13px;
        font-size: 20px;
        padding-right: 24px;
    }

    .header-below-menu,
    .site-header.dark .header-below-menu {
        top: 45px;
        padding-right: 24px;
    }
}

@media only screen and (max-width:800px) {
    .site-header {
        z-index: 1001;
        top: 61px;
        border-bottom: 1px solid #9c4543;
        opacity: 0.95;
        filter: alpha(opacity=95);
    }

    .site-header > .wrap {
        padding: 0 10px !important;
    }

    .title-area {
        display: none;
        padding: 5px 0 !important;
    }

    .title-area > .site-title > a,
    .site-header.dark .title-area > .site-title > a {
        height: 50px;
    }

    .header-above-menu,
    .site-header.dark .header-above-menu {
        display: none;
    }

    .header-below-menu,
    .site-header.dark .header-below-menu {
        top: -43px;
        right: 10px;
        padding-right: 0;
    }

    .header-below-menu img {
        width: 24px;
        height: 24px;
    }

    .mobile-logo {
        z-index: 1000;
        /*padding: 17px 5% 13px;*/
        padding: 20px 5% 10px;
        height: 61px;
        display: block;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0.95;
        filter: alpha(opacity=95);
        text-align: center;
        /*border-bottom: 1px solid #9c4543;*/
    }

        /*.mobile-logo img {
            width: 32px;
            height: 32px;
            display: inline-block;
            vertical-align: middle;
        }*/

        .mobile-logo h1 {
            display: inline-block;
            vertical-align: middle;
            margin: 0;
            color: #4b484b;
            font-size: 16px;
            letter-spacing: 0;
        }
        .mobile-logo h1 a {
            color: #4b484b !important;
            text-decoration: none !important;
            outline: 0;
        }
}

/*****************************************************************************/
/* Menu **********************************************************************/
/*****************************************************************************/

.nav-primary {
    margin-top: 75px;
    transition: margin 0.15s linear;
}

    .nav-primary .menu-primary > li > a {
        color: #4b484b !important;
        outline: 0 !important;
        font-size: 24px !important;
        padding: 30px 0;
        margin-left: 17px;
        text-decoration: none;
    }

    .nav-primary .menu-primary > li:first-of-type > a {
        margin-left: 0 !important;
    }

    .nav-primary .menu-primary > li > a:hover,
    .nav-primary .menu-primary > li.current-menu-item > a,
    .nav-primary .menu-primary > li.current-menu-ancestor > a,
    .nav-primary .menu-primary > li ul li > a:hover,
    .nav-primary .menu-primary > li ul li.current-menu-item > a {
        color: #829a4f !important;
    }

    .nav-primary .menu-primary > li ul li > a {
        color: #fff;
        text-decoration: none;
    }

    .nav-primary .menu-primary > li ul li > a:hover,
    .nav-primary .menu-primary > li ul li.current-menu-item > a {
        background-color: #2D2D2D;
    }

    .site-header.dark { /* Scroll header */ }

        .site-header.dark .nav-primary {
            margin-top: 22px;
            transition: margin 0.15s linear;
        }

        .site-header.dark .nav-primary .menu-primary > li > a {
            padding: 30px 0;
        }

@media only screen and (max-width:1200px) {
    .nav-primary .menu-primary > li > a {
        font-size: 18px !important;
        margin-left: 15px;
    }
}

@media only screen and (max-width:1023px) {
    .nav-primary,
    .site-header.dark .nav-primary {
        margin-top: 0;
    }

    .nav-primary .menu-primary > li > a,
    .site-header.dark .nav-primary .menu-primary > li > a {
        padding: 10px 0;
        margin-left: 17px;
    }
}

@media only screen and (max-width:800px) {
    .responsive-menu-icon {
        position: fixed;
        top: 8px;
        left: 0;
        text-align: left;
        margin-top: 12px;
        margin-left: 10px;
    }

    .responsive-menu-icon::before {
        color: #383838;
    }

    .nav-primary > .wrap,
    .nav-primary .menu {
        padding: 0;
    }

    .nav-primary .menu-primary > li > a,
    .site-header.dark .nav-primary .menu-primary > li > a {
        padding: 10px 0;
        margin-left: 0;
    }

    .menu-item-has-children::before {
        color: #4b484b !important;
        padding-right: 0 !important;
    }

    .nav-primary .menu-primary > li > ul > li > a,
    .site-header.dark .nav-primary .menu-primary > li > ul > li > a {
        padding: 10px 20px !important;
        color: #4b484b !important;
        /*background-color: #fff !important;*/
        background-color: transparent !important;
    }

    .nav-primary .menu-primary > li > ul > li > a:hover,
    .site-header.dark .nav-primary .menu-primary > li > ul > li > a:hover {
        color: #829a4f !important;
    }
}

/*****************************************************************************/
/* Footer ********************************************************************/
/*****************************************************************************/
.footer-widgets {
    background-color: #f4ebde;
    background-image: url('../img/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #4b484b;
}

    .footer-widgets .textwidget > p {
        font-size: 18px;
        font-weight: normal;
    }

    .footer-widgets a,
    .footer-widgets a:link,
    .footer-widgets a:visited,
    .footer-widgets a:active,
    .footer-widgets a:focus {
        color: #4b484b;
        text-decoration: none;
    }

    .footer-widgets a:hover {
        color: #829a4f !important;
    }

    .footer-widgets .wrap::before,
    .footer-widgets .wrap::after {
        display: none;
    }

    .footer-widgets > .wrap {
        display: -ms-flexbox;
        -ms-flex-pack: justify;
        display: flex;
        justify-content: space-between;
        padding-bottom: 60px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .footer-widgets-1,
        .footer-widgets-2,
        .footer-widgets-3 {
            text-align: left;
        }

        .footer-widgets-1 {
            -ms-flex-basis: 100%;
            width: 100%; /* For IE10 */
            max-width: 100%;
            flex-basis: 100%;
            order: 1;
        }

            .footer-widgets-1 p:last-child {
                margin-bottom: 0;
            }

            .footer-widgets-1 iframe {
                width: 100%;
                height: 300px;
                border: 1px solid #464646 !important;
            }

        .footer-widgets-2 {
            -ms-flex-basis: 30%;
            max-width: 30%;
            flex-basis: 30%;
            order: 2;
        }

            .footer-widgets-2 p:last-child {
                margin-bottom: 0;
            }

            .footer-widgets-2 .phone {
                font-size: 30px;
            }

            .footer-widgets-2 .day {
                display: inline-block;
                width: 130px;
            }

            .footer-widgets-2 .social-media-icons img {
                display: inline-block;
                vertical-align: middle;
                margin: 0 13px 13px 0;

                opacity: 1;
                filter: alpha(opacity=100);
                transition: all 0.15s linear;
            }

            .footer-widgets-2 .social-media-icons img:hover {
                opacity: 0.9;
                filter: alpha(opacity=90);
                transition: all 0.15s linear;
            }

            .footer-widgets-2 .social-media-icons br {
                display: none;
            }

    .footer-widgets-3 {
        -ms-flex-basis: 63%;
        max-width: 63%;
        flex-basis: 63%;
        order: 3;
        padding-left: 0;
    }

        .footer-widgets-3 .widget_nav_menu {
            margin-bottom: 0;
        }

            .footer-widgets-3 .widget_nav_menu ul {
                -moz-column-count: 3;
                -moz-column-gap: 20px;
                -webkit-column-count: 3;
                -webkit-column-gap: 20px;
                column-count: 3;
                column-gap: 20px;
                margin-bottom: 0;
            }

                .footer-widgets-3 .widget_nav_menu li {
                    border: 0;
                    padding: 0;
                    margin: 0 0 30px;
                    list-style-type: none;
                }

                .footer-widgets-3 .widget_nav_menu li:last-child {
                    margin-bottom: 0;
                }

@media only screen and (min-width:801px) and (max-width:1023px) {
    .footer-widgets-3 .widget_nav_menu ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (max-width:800px) {
    .footer-widgets > .wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        -ms-flex-basis: 100%;
        max-width: 100%;
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }

    .footer-widgets-3 .widget_nav_menu ul {
        display: none;
    }
}

/*****************************************************************************/
/* "Sections" page template **************************************************/
/*****************************************************************************/

.page-template-page_sections .site-inner,
.page-template-page_sections .content,
.page-template-page_sections .entry {
    padding: 0;
    margin: 0;
}

.page-template-page_sections .site-inner {
    display: none;
}

.page-template-page_sections .sections-wrapper {
    margin-top: 235px;
    padding-bottom: 100px;
}

.page-template-page_sections.page-sections-no-title .sections-wrapper {
    margin-top: 0 !important;
}

    .page-template-page_sections .sections-wrapper > div {
        padding-top: 100px;
        padding-bottom: 100px;
    }

        .page-template-page_sections .sections-wrapper > div > .wrap > *:nth-last-child(2), /* Because hidden addthis is last child */
        .page-template-page_sections .sections-wrapper > div > .wrap > .one-half > *:last-child,
        .page-template-page_sections .sections-wrapper > div > .wrap > .two-thirds > *:last-child,
        .page-template-page_sections .sections-wrapper > div > .wrap > .one-third > *:last-child,
        .page-template-page_sections .sections-wrapper > div > .wrap > .narrower-for-text > *:last-child {
            margin-bottom: 0;
        }

.sections-wrapper > .light h2,
.sections-wrapper > .light h2 > a,
.sections-wrapper > .light h3,
.sections-wrapper > .light h3 > a,
.sections-wrapper > .light h4,
.sections-wrapper > .light h4 > a,
.sections-wrapper > .light h5,
.sections-wrapper > .light h5 > a,
.sections-wrapper > .light,
.sections-wrapper > .light a {
    color: #ebebeb !important;
    margin-bottom: 0;
}

/*.sections-wrapper > .light h2 > a:hover,
.sections-wrapper > .light h3 > a:hover,
.sections-wrapper > .light h4 > a:hover,
.sections-wrapper > .light h5 > a:hover,
.sections-wrapper > .light a:hover {
    color: #829a4f !important;
}*/

@media only screen and (max-width:1023px) {
    .page-template-page_sections .sections-wrapper {
        margin-top: 131px;
    }
}

@media only screen and (max-width:800px) {
    .page-template-page_sections .sections-wrapper {
        margin-top: 0;
        padding-bottom: 50px;
    }

    .page-template-page_sections .sections-wrapper > div {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/*****************************************************************************/
/* Homepage ******************************************************************/
/*****************************************************************************/

.home .sections-wrapper {
    padding-bottom: 0;
}

.home-section-slider {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .home-section-slider .wrap {
        max-width: none;
        padding: 0;
        margin: 0;
    }

        .home-section-slider .metaslider > p {
            display: none;
        }

.home-section-products {}

    .home-section-products h2 {
        margin-bottom: 30px;
    }

    .home-section-products .view-more {
        padding-top: 30px;
        clear: both;
    }

    .home-section-products a img {
        transition: transform 0.15s linear;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-top: 0 !important;
    }

    .home-section-products a:hover img {
        transition: transform 0.15s linear;
        transform: scale(1.05);
        /*transform: translateZ(0) scale(1.05, 1.05);*/
    }

.home-section-contact {
    background-image: url('../img/country-store-bg.jpg');
    background-size: cover;
    background-position: center center;
}

    .home-section-contact .day {
        display: inline-block;
        width: 180px;
    }

.home-section-events {
    background-image: url('../img/events-bg.jpg');
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

    .home-section-events .fall-fun a img {
        transition: transform 0.15s linear;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        margin-top: 0 !important;
        margin-bottom: 6px !important;
    }

    .home-section-events .fall-fun a:hover img {
        transition: transform 0.15s linear;
        transform: scale(1.05);
        /*transform: translateZ(0) scale(1.05, 1.05);*/
    }

    .home-section-events .fall-fun .view-more {
        margin-top: 30px;
    }

    .home-section-events .upcoming-events ol.tribe-list-widget li,
    .home-section-events .upcoming-events ul.tribe-venue-widget-list li {
        list-style-type: none;
        text-align: center;
        padding-left: 0;
        text-indent: 0;
        margin-bottom: 30px;
    }

        .home-section-events .upcoming-events .tribe-venue-widget-venue {
            display: none;
        }

        .home-section-events .upcoming-events ol.tribe-list-widget h4,
        .home-section-events .upcoming-events ul.tribe-venue-widget-list h4 {
            font-size: 18px;
            font-family: "clarendon-text-pro", serif;
            font-weight: bold;
            margin-bottom: 0;
        }

            .home-section-events .upcoming-events ol.tribe-list-widget h4 > a,
            .home-section-events .upcoming-events ul.tribe-venue-widget-list h4 > a {
                text-decoration: none;
            }

            .home-section-events .upcoming-events ul.tribe-venue-widget-list li > p {
                margin-bottom: 0;
            }

        .home-section-events .upcoming-events > p,
        .home-section-events .upcoming-events ol.tribe-list-widget li > p,
        .home-section-events .upcoming-events .tribe-venue-widget-wrapper > p {
            display: none;
        }

    .home-section-events .upcoming-events .tribe-events-widget-link {
        display: none;
    }

@media only screen and (max-width:800px) {
    .home-section-events .upcoming-events {
        margin-bottom: 50px;
    }
}

/*****************************************************************************/
/* Products Page *************************************************************/
/*****************************************************************************/

.products-apple-cider {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .products-apple-cider > .wrap {
        border-bottom: 2px solid #7c9147;
        padding-bottom: 25px;
    }

.products-soda {
    padding-top: 50px !important;
    padding-bottom: 0 !important;
}

    .products-soda > .wrap {
        border-bottom: 2px solid #7c9147;
        padding-bottom: 25px;
    }

        .products-soda .one-third {
            text-align: right;
        }

.products-fruit-butter {
    padding-top: 50px !important;
    padding-bottom: 0 !important;
}

    .products-fruit-butter > .wrap {
        padding-bottom: 0;
    }

.products-apple-cider .one-third img,
.products-soda .one-third img,
.products-fruit-butter .one-third img {
    margin-bottom: 0 !important;
}

@media only screen and (max-width:1023px) {
    .products-apple-cider > .wrap,
    .products-soda > .wrap {
        padding-bottom: 50px;
    }

    .products-soda .wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .products-soda .one-third {
        order: 1;
        flex-basis: 100%;
        max-width: 100%;
    }

    .products-soda .two-thirds {
        order: 2;
        flex-basis: 100%;
        max-width: 100%;
    }

    .products-apple-cider .one-third,
    .products-soda .one-third,
    .products-fruit-butter .one-third {
        text-align: center;
    }
}

/*****************************************************************************/
/* Location Page *************************************************************/
/*****************************************************************************/
.page-id-17 .sections-wrapper {
    padding-bottom: 0 !important;
}

.location-intro {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}

.location-contact-info {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}

.location-contact-info > .wrap > div:nth-child(3),
.location-contact-info > .wrap > div:nth-child(4) { /* again, off by 1 because of addthis */
    text-align: center;
}

.location-contact-info .day {
    display: inline-block;
    width: 210px;
    text-align: left;
}

.location-map {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.location-map .location-map-screen iframe {
    width: 100%;
}

 {
    display: none;
}

.location-map .location-map-print {
    width: 100%;
    height: 0; /* display:none; seems to mess up the map when displayed for print */
    overflow: hidden;
}

.location-map .location-map-print iframe {
    width: 730px;
    height: 250px;
}

.location-description {
    padding-top: 50px !important;
    background-image: url('../img/our-country-store-bg.jpg');
    background-position: right 2% bottom 75px;
    background-repeat: no-repeat;
}

.location-description .narrower-for-text {
    margin: 0;
    max-width: 850px;
}

.location-shop {
    background-image: url('../img/lcm-register-2.jpg');
    background-size: cover;
    background-position: center top;
}

.location-cards {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.location-cards > .wrap {
    display: flex;
    flex-wrap: nowrap;
}

.location-cards > .wrap > div {
    flex-basis: 50%;
    max-width: 50%;
    margin: 0 !important;
    padding: 100px 50px;
}

.location-cards .one-half.first {
    border-right: 1px solid #829a4f;
}

.location-cards .one-half:not(.first) {
    border-left: 1px solid #829a4f;
}

@media only screen and (max-width:1023px) {
    .location-contact-info > .wrap > div:nth-child(3),
    .location-contact-info > .wrap > div:nth-child(4) { /* again, off by 1 because of addthis */
        text-align: left;
    }

    .location-contact-info > .wrap > div {
        padding-bottom: 30px;
    }

    .location-contact-info > .wrap > div:nth-last-child(2) {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:800px) {
    .location-cards > .wrap {
        flex-wrap: wrap;
    }

    .location-cards > .wrap > div {
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 !important;
        padding: 50px 0;
    }

    .location-cards .one-half.first {
        border-bottom: 1px solid #829a4f;
        border-right: 0 !important;
    }

    .location-cards .one-half:not(.first) {
        border-top: 1px solid #829a4f;
        border-left: 0 !important;
    }
}

/*****************************************************************************/
/* Forms *********************************************************************/
/*****************************************************************************/
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select,
textarea,
#respond textarea,
.gform_wrapper li > .ginput_container input[type="text"],
.gform_wrapper li > .ginput_container input[type="password"],
.gform_wrapper li > .ginput_container input[type="url"],
.gform_wrapper li > .ginput_container input[type="email"],
.gform_wrapper li > .ginput_container input[type="tel"],
.gform_wrapper li > .ginput_container input[type="number"],
div.gform_wrapper .gform_footer input[type="submit"],
#commentform input[type="submit"],
.gform_wrapper button,
.gform_wrapper li > .ginput_container select,
.gform_wrapper li > .ginput_container textarea,
.gform_wrapper li > .ginput_container .ginput_complex > span > input[type="text"],
a.button,
button.button {
    font-family: "clarendon-text-pro", sans-serif;
    font-size: 18px !important;
    text-transform: none !important;
    padding: 0.25em !important;
    text-indent: 0 !important;
    font-weight: 300 !important;
    color: #383838 !important;
    width: 100% /*!important*/;
    box-sizing: border-box;
    border-radius: 0 !important;
}


input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="search"],
select,
textarea,
#respond textarea,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="submit"],
.gform_wrapper button,
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper li > .ginput_container .ginput_complex > span > input[type="text"] {
    border-color: #a1a19f !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus,
#respond textarea:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="submit"]:focus,
.gform_wrapper button:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus,
.gform_wrapper li > .ginput_container .ginput_complex > span > input[type="text"]:focus {
    border-color: #829a4f !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(130, 154, 79, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(130, 154, 79, 0.6) !important;
}

input[type="submit"],
#commentform input[type="submit"],
div.gform_wrapper .gform_footer input[type="submit"],
a.button,
button.button {
    width: auto !important;
    padding: 6px 0.75em 2px !important;
    background: #9c4543 !important;
    color: #fff !important;
    text-decoration: none !important;
    font-family: "balboa-plus-fill", sans-serif;
    font-size: 24px !important;
    text-transform: uppercase !important;

    border: 0 !important;
    border-bottom: 4px solid #822e2c !important;

    text-shadow: none !important;
    line-height: 1.3 !important;
    letter-spacing: 0;
}

input[type="submit"]:hover,
#commentform input[type="submit"]:hover,
div.gform_wrapper .gform_footer input[type="submit"]:hover,
a.button:hover,
button.button:hover {
    background: #aa5351 !important;
    color: #fff !important;
}

input[type="submit"]:active,
#commentform input[type="submit"]:active,
div.gform_wrapper .gform_footer input[type="submit"]:active,
a.button:active,
button.button:active {
    background: #833735 !important;
    color: #fff !important;
}

/*
a.button.gray {
    background: #ebebeb !important;
    color: #007c64 !important;
    border-bottom-color: #cbcbcb !important;
    transition: none;
    min-width: 200px;
    padding-bottom: 13px !important;
}

a.button.gray:hover {
    background: #f4f4f4 !important;
    transition: none;
}

a.button.gray:active {
    background: #cbcbcb !important;
    transition: none;
}
*/

::-webkit-input-placeholder {
    color: #a5a5a5;
}
:-moz-placeholder { /* Firefox 18- */
    color: #a5a5a5;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #a5a5a5;
}
:-ms-input-placeholder,
.gform_wrapper li > .ginput_container input[type="text"]:-ms-input-placeholder,
.gform_wrapper li > .ginput_container input[type="password"]:-ms-input-placeholder,
.gform_wrapper li > .ginput_container input[type="url"]:-ms-input-placeholder,
.gform_wrapper li > .ginput_container input[type="email"]:-ms-input-placeholder,
.gform_wrapper li > .ginput_container input[type="tel"]:-ms-input-placeholder,
.gform_wrapper li > .ginput_container input[type="number"]:-ms-input-placeholder,
.gform_wrapper li > .ginput_container input[type="search"]:-ms-input-placeholder,
.gform_wrapper li > .ginput_container select:-ms-input-placeholder,
.gform_wrapper li > .ginput_container textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder{
    color: #a5a5a5 !important;
}

.gform_wrapper {
    max-width: 100% !important;
}

.gform_wrapper .ginput_complex > span {
    min-height: 0 !important
}

.gform_wrapper > br,
.gform_wrapper > p,
.gform_footer > br,
.gform_footer > p,
.gform_wrapper > form > p {
    display: none;
}

label {
    /* keep sub-labels the same as regular text */
}

.gfield_label,
.comment-form label,
.woocommerce th {
    font-family: "balboa-plus-fill", sans-serif;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
    color: #4b484b !important;
}

.gform_footer {
    text-align: center !important;
    padding-top: 0.5em !important;
}

.gform_wrapper .instruction {
    white-space: normal !important;
}

/*****************************************************************************/
/* Blog Posts ****************************************************************/
/*****************************************************************************/

.blog .entry-content > p:empty,
.archive:not(.woocommerce):not(.post-type-archive-tribe_events) .entry-content > p:empty {
    display: none;
}

.blog .content,
.archive:not(.woocommerce):not(.post-type-archive-tribe_events) .content {
    padding-bottom: 60px;
}

.blog .entry-title,
.archive:not(.woocommerce):not(.post-type-archive-tribe_events) .entry-title {
    margin-bottom: 0.25em;
    padding-top: 0;
    text-align: left;
}

.single-post .entry-header h1.entry-title {
    margin-bottom: 0.25em;
}

.single-post .entry {
    margin-bottom: 60px;
}

.blog .entry,
.archive:not(.woocommerce):not(.post-type-archive-tribe_events) .entry {
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog .entry .entry-meta,
.archive:not(.woocommerce):not(.post-type-archive-tribe_events) .entry-meta {
    margin-bottom: 0;
    text-align: left;
}

.blog .entry-footer::before,
.archive:not(.woocommerce):not(.post-type-archive-tribe_events) .entry-footer::before {
    margin-top: 40px;
    padding-top: 60px;
}

.single-post .entry-footer::before {
    margin-top: 0;
    padding-top: 30px;
}

.archive:not(.woocommerce):not(.post-type-archive-tribe_events) .archive-description {
    margin-bottom: 60px;
}

.archive:not(.woocommerce):not(.post-type-archive-tribe_events) .archive-title {
    margin-bottom: 0;
}

.sidebar-primary .widget_archive li {
    margin-bottom: 0;
    padding-bottom: 7px;
}

#commentform .required {
    color: #cc0000 !important;
}

#comments .alert {
    font-style: italic;
    color: #28779b;
}

.entry-comments h3 {
    margin-bottom: 40px;
}

.comment-meta {
    font-size: 14px;
    color: #a1a19f;
}

.comment-header {
    font-size: 18px;
}

.entry-comments .comment {
    border-bottom: 2px solid #7c9147;
}

@media only screen and (max-width:800px) {
    .blog .content,
    .archive:not(.woocommerce):not(.post-type-archive-tribe_events) .content {
        padding-bottom: 0;
    }

    .blog .entry-footer::before,
    .archive:not(.woocommerce):not(.post-type-archive-tribe_events) .entry-footer::before {
        margin-top: 60px;
        padding-top: 60px;
    }
}


/*****************************************************************************/
/* Print *********************************************************************/
/*****************************************************************************/

@media print {
    .mobile-logo,
    .site-header,
    .footer-widgets,
    .location-map .location-map-screen,
    .location-intro,
    .location-contact-info > .wrap > div:nth-child(4),
    .location-description,
    .location-shop,
    .location-cards,
    #respond,
    .sidebar {
        display: none;
    }

    h1,
    .page h1.entry-title {
        font-size: 40px;
        letter-spacing: 0;
    }

    body:not(.page) .site-inner,
    .alternate-page-title-featured-image {
        margin-top: 0;
    }

    .location-contact-info {
        padding: 0 0 40px !important;
    }

    .location-contact-info > .wrap > div:nth-child(2),
    .location-contact-info > .wrap > div:nth-child(3) {
        width: 50% !important;
        margin: 0 !important;
        text-align: left !important;
    }

    .location-contact-info > .wrap > div > p {
        margin-bottom: 0;
    }


    .location-map .location-map-print {
        height: auto;
    }

    .comment {
        page-break-inside: avoid;
    }
}

/*****************************************************************************/
/* Product Carousels *********************************************************/
/*****************************************************************************/

.wa_wps_image_carousel {
    padding: 0;
}

    .wa_wps_image_carousel p:empty {
        display: none;
    }

        .wa_wps_image_carousel li .wa_featured_img {
            margin: 0 !important;
        }

            .wa_wps_image_carousel li .wa_featured_img > p {
                display: none !important;
            }

        .wa_wps_image_carousel li .wa_wps_slider_title a {
            text-decoration: none !important;
        }

        .wa_wps_image_carousel li .wa_wps_slider_title a:hover {
            color: #829a4f !important;
            text-decoration: underline !important;
        }

        .wa_wps_image_carousel li .wa_wps_price {
            color: #829a4f !important;
            font-size: 26px !important;
            font-weight: normal !important;
        }

    .wa_wps_prev {
        left: -65px !important;
        outline: 0 !important;
    }

    .wa_wps_next {
        right: -45px !important;
        outline: 0 !important;
    }

        .wa_wps_prev a,
        .wa_wps_next a {
            outline: 0 !important;
        }

.wa_wps_add_to_cart {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

/* Note: button overrides are with pagination above, didn't want to copy all that twice */
.wa_wps_button {
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

@media only screen and (max-width:1200px) {
    .wa_wps_prev {
        width: 45px !important;
        left: -10px !important;
    }

    .wa_wps_next {
        width: 45px !important;
        right: -10px !important;
    }
}

/*****************************************************************************/
/* Category Carousel (metaslider) ********************************************/
/*****************************************************************************/

.page-id-17 .metaslider {
    margin-top: 30px !important;
    margin-bottom: 40px !important;
}

.page-id-17 .slides {
    /*display: flex;*/
}

.page-id-17 .slides li {
    /*flex-basis: 270px;
    max-width: 270px;
    box-sizing: border-box;
    padding: 10px !important;*/
    background-color: #dbd8d8;
    min-height: 500px;
}

.page-id-17 .slides li > a {
    display: block;
    min-height: 310px;
    background-color: #fff;
}

/*.page-id-17 .slides li img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}*/
.page-id-17 .slides .caption-wrap {
    position: static !important;
    background-color: transparent !important;
    color: #4b484b !important;
    text-align: center !important;
    padding-bottom: 60px !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    margin-top: 20px;
}

.page-id-17 .slides h3 > a {
    color: #4b484b !important;
}

.page-id-17 .slides h3 > a:hover {
    color: #829a4f !important;
}

.page-id-17 .caption-wrap p:last-child {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.page-id-17 .flex-next,
.page-id-17 .flex-prev {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    background-image: none !important;
    text-indent: 0 !important;
    text-decoration: none !important;
    font-size: 72px !important;
    color: #fff !important;
}

.page-id-17 .flex-next:hover,
.page-id-17 .flex-prev:hover {
    color: #829a4f !important;
}

.page-id-17 .flex-prev {
    left: -40px !important
}

.page-id-17 .flex-next {
    right: -40px !important;
}

@media only screen and (max-width:1023px) {
    .page-id-17 .slides li {
        min-height: 450px;
    }

    .page-id-17 #metaslider_container_1665 .flex-next,
    .page-id-17 #metaslider_container_1665 .flex-prev {
        color: #829a4f !important;
    }

    .page-id-17 .flex-prev {
        left: -18px !important
    }

    .page-id-17 .flex-next {
        right: -18px !important;
    }
}

/*****************************************************************************/
/* Online Store Listings *****************************************************/
/*****************************************************************************/

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 46.05% !important;
	text-align: center;
}

.breadcrumb {
    text-align: left;
    margin-bottom: 30px;
}

.custom-continue-shopping-link {
    margin-bottom: 3em;
}

/*****************************************************************************/
/* History Image Gallery *****************************************************/
/*****************************************************************************/

.custom-gallery ul {
    -moz-columns: auto 400px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 !important;
    width: 1200px;
	-moz-column-count:2;
    -webkit-column-count:2;
    column-count:2;
}

.custom-gallery caption {
    -moz-columns: auto 400px;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 !important;
    width: 1200px;
}

.custom-gallery ul > li {
    list-style-type: none !important;
	margin: 0 auto;
	padding-bottom: 50px !important;
}

.wp-caption-text {
    background-color: #ebebeb;
    font-size: 14px;
    line-height: 1.2;
    margin-top: -10px;
    padding: 25px;
    text-align: left;
}

.custom-gallery ul > .full-width-content .content{
    padding: 0 !important;
}

.full-width-content .content {
    padding: 0 !important;
}

.mfp-title {
     line-height: 24px !important;

}

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

#gallery-columns-2 .gallery-item {
width: 100%;
}

}
	
/*****************************************************************************/
/* WooCommerce ***************************************************************/
/*****************************************************************************/
.woocommerce-page.post-type-archive-product,
.woocommerce-page.tax-product_cat {}

.woocommerce-page.post-type-archive-product .content,
.woocommerce-page.tax-product_cat .content {
    /*padding: 0 60px 50px;*/
    text-align: center;
    position: relative;
}

.woocommerce-page.post-type-archive-product .products,
.woocommerce-page.tax-product_cat .products {
    padding-top: 20px;
}

.woocommerce-page.post-type-archive-product .content h1,
.woocommerce-page.tax-product_cat .content h1 {
    text-align: left;
}

.woocommerce-result-count {
    clear: both;
    text-align: left;
}

.custom-view-quotelist-button {
    float: right;
}

.custom-view-quotelist-button a {
    outline: 0;
}

.custom-view-quotelist-button.empty {
    display: none;
}

.woocommerce-page.post-type-archive-product .content li {
    /*float: none !important;*/
    display: inline-block;
    vertical-align: top;
}

.woocommerce-page.post-type-archive-product .content li:last-child {
    margin-right: 0 !important;
}

.woocommerce-page li.product {}

.woocommerce ul.products li > a:first-child {
    display: block; /* so we can set heights to be consistent */
    outline: 0;
}

.woocommerce ul.products li > a:first-child:hover h3 {
    color: #829a4f;
    transition: all 0.15s linear;
    text-decoration: underline;
}

.woocommerce ul.products li h3 {
    /*text-decoration: underline;*/
    color: #383838;
    transition: all 0.15s linear;
}

.woocommerce ul.products li .price {
    color: #829a4f !important;
    font-size: 26px !important;
    font-weight: normal !important;
}

.woocommerce ul.products li a img {
    transition: transform 0.15s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: 0 !important;
}

.woocommerce ul.products li a:hover img {
    transition: transform 0.15s linear;
    transform: scale(1.05);
}

/*.archive .add_to_cart_button,
.archive .view_product_button,
.archive .button.product_type_simple,
.archive .button.product_type_variable,
.single-product .dvin_wcql_btn_wrap .button {
    display: inline-block;
    vertical-align: top;
    width: auto !important;
    padding-left: 0.75em !important;
    padding-right: 0.75em !important;
    font-size: 18px !important;
}

.archive .view_product_button {
    margin-left: 0.25em !important;
}

.archive .add_to_cart_button,
.archive .button.product_type_simple,
.archive .button.product_type_variable{
    margin-right: 0.25em !important;
}

.archive a.added_to_cart {
    padding-top: 0 !important;
    margin-top: 0.25em !important;
    margin-right: 0.25em !important;
}
*/

.woocommerce ul.products li .woocommerce {
    display: inline-block;
    vertical-align: top;
}

.single-product{}

.single-product .custom-view-quotelist-button {
    position: relative;
    z-index: 999;
    margin-bottom: 1.5em;
    float: none;
    text-align: right;

    /*max-width: 800px;
    margin-left: auto;
    margin-right: auto;*/
}

.single-product .product {
    max-width: 800px;
    margin: 0 auto;
}

.single-product .custom-view-quotelist-button a {}

.single-product .tabs,
.single-product .woocommerce-Tabs-panel > h2 {
    display: none;
}

.woocommerce .woocommerce-message::before,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before {
    height: auto !important;
}

.woocommerce-checkout{}

.woocommerce input.button {
    font-weight: normal !important;
}

.required,
abbr.required,
abbr[title="required"] {
    border: 0 !important;
    text-decoration: none !important;
}

ul.methods li,
ul.order_details li {
    list-style-type: none !important;
}

h3#order_review_heading {
    margin-top: 40px !important;
}

@media only screen and (max-width:1200px) {
    /*.archive .add_to_cart_button,
    .archive .view_product_button,
    .archive .button.product_type_simple,
    .archive .button.product_type_variable,
    .single-product .dvin_wcql_btn_wrap .button {
        width: 100% !important;
    }

    .archive .view_product_button,
    .archive .add_to_cart_button,
    .archive .button.product_type_simple,
    .archive .button.product_type_variable{
        margin: 0.75em 0 0 !important;
    }

    .archive a.added_to_cart {
        margin-top: 0.75em !important;
        margin-right: 0 !important;
    }*/
}

@media only screen and (max-width:800px) {
    .woocommerce-page.post-type-archive-product .content,
    .woocommerce-page.tax-product_cat .content {
        padding: 0;
    }

    .woocommerce-result-count,
    .woocommerce-ordering {
        float: none !important;
    }

    .custom-view-quotelist-button {
        float: none;
        position: relative;
        /*top: 1.25em;*/
        margin-bottom: 1em;
        text-align: left;
    }

    .woocommerce ul.products li .price {
        font-size: 18px !important;
        white-space: nowrap;
    }
}

@media only screen and (max-width:479px) {
    /*.archive .view_product_button,
    .archive .add_to_cart_button,
    .archive .button.product_type_simple,
    .archive .button.product_type_variable {
        padding-left: 0.25em !important;
        padding-right: 0.25em !important;
    }*/
}

/*****************************************************************************/
/* Drop Shadow for images ****************************************************/
/*****************************************************************************/
.shadow img{
-webkit-box-shadow: 0px 2px 2px 0px rgba(107,107,107,1);
-moz-box-shadow: 0px 2px 2px 0px rgba(107,107,107,1);
box-shadow: 0px 2px 2px 0px rgba(107,107,107,1);
}



/*****************************************************************************/
/* Tour Package Options  *****************************************************/
/*****************************************************************************/
/*.tour-pkg {
width: 320px;
background-color: #ebebeb;
padding: 40px;
margin: 15px;
float: left;
}*/

#pkg-wrap { width: 100%; margin: 33px auto; }
/*#pkg-wrap > div { margin: 0 0 50px 0; min-width: 500px; width: 100%; }*/

.group:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.group { display: inline-block; }

#tourpkg {
            position: relative; 
            /*background: #eee; */
            z-index: 1; 
            width: 100%; 
        }
        #tourpkg .col { 
            /*position: relative; 
            width: 27%; */
            padding: 38px; 
            float: left; 
			background-color: #ebebeb;
			width: 320px;
			height: 340px;
			margin: 15px;
        }
        #tourpkg .col:nth-child(1) { left: 33%; }
        #tourpkg .col:nth-child(2) { left: -33.3%; }
        #tourpkg .col:nth-child(3) { left: 0; }
        #tourpkg:before, #tourpkg:after {
           content: "";
           position: absolute;
           z-index: -1;
           top: 0;
           /*left: 33.4%;
           width: 33.4%;*/
           height: 340px;
		   padding: 38px;
		   margin: 15px;
           
        }
        #tourpkg:after {
           /*left: 66.667%;
           background: #eee;*/
        }