/*
Theme Name: Ultra
Description: Custom Wordpress Theme
Author: Ultra Design Agency
Author URI: http://www.ultradesignagency.com/
Version: 7.1.A
License: Copyright 2020 Ultra Design Agency
*/

/* =============================================================================
   Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
}
h1 {
    font-size: 60px;
    line-height: 100%;
}
h2 {
    font-size: 48px;
    line-height: 100%;
}
h3 {
    font-size: 36px;
    line-height: 100%;
}
h4 {
    font-size: 26px;
    line-height: 100%;
}
h5 {
    font-size: 24px;
    line-height: 100%;
}
h6 {
    font-size: 20px;
    line-height: 100%;
}
blockquote {
    margin: 1em 40px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
.italic, i, em {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
strong, .bold {
    font-weight: 700;
}
.white {
    color: rgba(255,255,255,1);
}
a {
    color: rgba(0,0,0,1);
}
p {
    margin: 0 0 15px;
}
.cursive {
    font-family: 'Bilbo Swash Caps', cursive;
	letter-spacing: 1px;
}
.smaller {
    font-size: 15px;
}
.burgundy {
    color: rgba(65,2,7,1);
}
.gold {
    color: rgba(167, 131, 81,1);
}
.tan {
    color: rgba(238,228,214,1);
}
.white-bg {
    background-color: rgba(255,255,255,0);
}
.tan-bg {
    background-color: rgba(238,228,214,.3);
}
/* =============================================================================
   Layout
   ========================================================================== */
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    font-size: 20px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Open Sans Condensed', sans-serif;
    color: rgba(0,0,0,1);
    line-height: 1.6;
    font-weight: 300;
    height: 100%;
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe, .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fourteen-hundred {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    padding: 0 5%;
}
.one-thousand {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    padding: 0 5%;
}
.eight-hundred {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding: 0 5%;
}
.flex-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.flex-grow {
    flex-direction: row;
    display: flex;
}
.flex-grow > li {
    text-align: center;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.desktop {
    display: block;
}
.tablet {
    display: none;
}
.mobile {
    display: none;
}
#container {
    position: relative;
    padding: 76px 0 0;
}
.section-margin {
    margin: 5% auto;
}
.white-bg.section-padding {
    padding: 5% 0 0;
}
.tan-bg.section-padding {
    padding: 5% 0;
}
.relative {
    position: relative;
}
/* =============================================================================
  Header
   ========================================================================== */
header.desktop {
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(238,228,214,1);
}
header.desktop #header-logo {
    width: 240px;
    margin: 0 30px 0 0;
}
header.desktop .header-section {
    flex-direction: row;
    display: flex;
}
header.desktop .header-section > li {
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
}
header.desktop .header-section > li:nth-child(1) {
    justify-content: left;
    padding: 10px 2%;
	width: 100%;
}
header.desktop .header-section > li:nth-child(2) {
    justify-content: right;
}
.right-wrap {
    background-color: rgba(65,2,7,1);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 10px 2%;
}
header.desktop .count svg {
    margin: 0 3px 0 0;
}
header.desktop .count {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    position: relative;
    top: 9px;
}
header.desktop #menu-main-menu, header.desktop #menu-shop-menu {
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
    display: inline-block;
    position: relative;
    
}
header.desktop #menu-main-menu {
	top: 12px;
}
header.desktop #menu-shop-menu {
	top: 8px;
}
header.desktop #menu-main-menu > li, header.desktop #menu-shop-menu > li {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
header.desktop #menu-main-menu > li a {
    padding: 8px .8rem;
    color: rgba(65,2,7,1);
}
header.desktop #menu-shop-menu > li a {
    padding: 8px .8rem 27px;
    color: rgba(238,228,214,1);
}
header.desktop #menu-shop-menu > li a svg {
    margin: 0 3px 0 0;
}
header.desktop #menu-main-menu > li:hover .sub-menu, header.desktop #menu-shop-menu > li:hover  .sub-menu {
    opacity: 1;
	visibility: visible;
	top: 78px;
}
header.desktop .sub-menu {
	opacity: 0;
	visibility: hidden;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: rgba(65,2,7,1);
    top: 68px;
    padding: 10px 0 15px;
    line-height: 100%;
	transition: all .4s ease;
}
header.desktop .sub-menu li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    position: relative;
}
header.desktop .sub-menu li:after {
    position: absolute;
    right: -15px;
    content: '|';
}
header.desktop .sub-menu li:last-child:after {
    right: 0;
    content: '';
}
header.desktop .sub-menu li a {
	color: rgba(238,228,214,1) !important;
}
/* =============================================================================
  Main
   ========================================================================== */
.windrose {
	background-image: url(images/page-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.button {
    text-transform: uppercase;
    background-color: rgba(167, 131, 81) !important;
    padding: 10px 30px !important;
    color: rgba(255,255,255,1) !important;
    box-shadow: 0 0 5px rgba(0,0,0,.3) !important;
    border-radius: 0 !important;
    font-family: 'Open Sans Condensed', sans-serif;
    transition: all .4s ease;
    font-weight: 300 !important;
	border: 1px solid rgba(255, 255, 255, 0) !important;
}
.button:hover {
    background-color: rgba(65,2,7,1) !important;
	border: 1px solid rgba(255, 255, 255, .5) !important;
}
.banner-module {
    width: 100%;
    height: 400px;
    position: relative;
    background-image: url(images/parchment.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0 0 4vw;
}
.banner-wrap {
    width: 100%;
    height: 400px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    top: 4vw;
    background-color: rgba(167, 131, 81);
}
.banner-wrap .inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
}
.banner-wrap .inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.banner-wrap h1 {
    margin: 0 0 20px;
}
.banner-button {
    margin: 30px auto 0;
}
.banner-pagination li:nth-child(1) {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4vw;
    margin-top: 2vw;
}
.banner-pagination li:nth-child(2) {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4vw;
    margin-top: 2vw;
}
.banner-pagination li a {
    color: rgba(110,86,66,1);
}
.no-banner {
    width: 100%;
    height: 7vw;
    position: relative;
    background-image: url(images/parchment.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
.default-banner {
	 background-image: url(images/default-banner.jpg);
}
.quote-wrap {
    width: 100%;
    padding: 15vw 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(167, 131, 81);
}
.quote-wrap .inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.7);
}
.quote-wrap .inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.quote-wrap .inner-content h4 {
    margin: 0 0 20px;
    display: inline;
    position: relative;
}
.quote-wrap .inner-content .quote-left {
    position: absolute;
    top: 0;
    left: -60px;
}
.quote-wrap .inner-content .quote-right {
    position: absolute;
    top: 0;
    right: -60px;
}
.quote-wrap .inner-content h5 {
    margin: 20px auto 0;
    display: block;
}
.quote-wrap .inner-content .location {
	letter-spacing: 1px;
	margin: 0 auto 10px;
}
.quote-wrap .inner-content .stars li {
	display: inline-block;
	vertical-align: middle;
}
.sign-up-module {
    padding: 20px 0 17px;
    background-color: rgba(65,2,7,1);
}
.sign-up-module h5 {
    display: inline-block;
    margin: 0 50px 0 0;
}
.sign-up-module .button {
    position: relative;
    top: -2px;
}
.marker {
    padding: 10px 10px 20px;
}
.marker h6 {
    margin: 0 0 10px;
}
.marker p {
    margin: 0 0 20px;
}
.gm-ui-hover-effect {
    right: -2px !important;
    top: -2px !important;
}
.locations-module > li:nth-child(1) {
    width: 30%;
    height: 500px;
    overflow-y: auto;
}
.locations-module > li:nth-child(2) {
    width: 70%;
    height: 500px;
}
.location-single {
    border-bottom: 1px dotted rgba(65,2,7,1);
    padding: 20px 0;
}
.location-single h6 {
    margin: 0 0 10px;
}
.location-single p {
    line-height: 130%;
}
.location-form {
    margin: 0 0 5%;
}
.location-form .form-group {
    display: inline-block;
}
.js-toolset-maps-distance-value {
    width: 50px !important;
    background: transparent;
    border: 1px solid rgba(65,2,7,1);
    padding: 5px 5px;
    font-family: 'Open Sans Condensed', sans-serif;
}
.js-toolset-maps-distance-unit {
    width: 50px !important;
    background: transparent;
    border: 1px solid rgba(65,2,7,1);
    padding: 5px 5px;
    font-family: 'Open Sans Condensed', sans-serif;
    height: 34px !important;
    position: relative;
    top: 1px;
}
.js-toolset-maps-distance-current-location {
    display: none !important;
}
#toolset-maps-distance-center {
    background: transparent;
    border: 1px solid rgba(65,2,7,1);
    padding: 5px 5px;
    font-family: 'Open Sans Condensed', sans-serif;
    width: 120px;
    position: relative;
    top: 1px;
}
.location-search, .location-reset {
    border: 1px solid rgba(65,2,7,1);
    background: rgba(143,11,14,0);
    padding: 5px 25px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0 4px;
    cursor: pointer;
    transition: all .4s ease;
}
.section-h1 {
    margin: 0 0 5px;
}
.icon {
    margin: 30px auto;
}
.page-sections .copy {
    margin: 30px auto;
}
.page-sections .section-button {
    margin: 30px auto 0;
}
.columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
	margin: 2vw 0 0;
}
.columns img {
    margin: 0 0 15px !important;
}
.callout-loop {
    margin: 0 0 5%;
    padding: 5% 0 0;
    border-top: 1px solid rgba(167, 131, 81);
}
.callout-loop li {
    width: 46%;
    margin: 0 2% 4%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.callout-loop li .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
}
.callout-loop li .inner {
    width: 100%;
    padding: 10vw 5%;
    position: relative;
}
.callout-loop li .callout-button {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
#gform_1 {
    text-align: center
}
#gform_1 h3 {
    margin: 0 auto 10px;
}
#gform_1 .medium {
    width: 240px;
}
.gform_wrapper div.validation_error {
    display: none;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgb(255, 255, 255) !important;
    border-top: 1px solid rgb(167, 131, 81) !important;
    border-bottom: 1px solid rgb(167, 131, 81) !important;
}
#gform_2 .medium {
    width: 100%;
}
.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
	border: 1px solid rgb(167, 131, 81) !important;
}
.gform_wrapper textarea.medium {
    border: 1px solid rgb(167, 131, 81) !important;
}
.gform_wrapper .validation_message {
    color: rgb(167, 131, 81) !important;
    font-weight: 300 !important;
    letter-spacing: normal;
    font-size: 15px;
}
.products {
	margin: 0 0 4vw;
}
.products .product {
    padding: 1% 1% 70px !important;
    border: 1px solid #ddd;
    margin: 0 1% 2% !important;
    width: 23% !important;
    min-width: 225px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    text-align: center;
    position: relative;
}
.woocommerce {
    max-width: 1400px;
    padding: 0 5%;
    margin: 5% auto;
    width: 100%;
}
.woocommerce-result-count {
    display: none;
}
.woocommerce-ordering {
    display: none;
}
.products .product h2 {
    font-size: 24px !important;
    color: rgba(65,2,7,1);
}
.products .product .button {
    margin-top: 1em;
    position: absolute !important;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    width: 90%;
}
#sidebar, #tab-description h2 {
    display: none !Important;
}
.woocommerce-products-header__title {
    text-align: center;
    color: rgba(65,2,7,1);
}
.page-numbers {
    text-align: center;
}
.page-numbers li {
    display: inline-block;
}
.summary {
    border-left: 1px solid #ddd;
    padding: 0 0 0 5%;
}
.wc-tab {
    padding: 50px;
    background-color: rgba(238,228,214,1);
}
.posted_in {
    display: none;
}
.quantity input {
    width: 80px;
    margin: 0 0 15px;
}
.product_title {
    font-size: 32px;
    color: rgba(65,2,7,1);
}
.page-title {
    color: rgba(65,2,7,1);
    text-transform: uppercase;
    text-align: center;
}
.product-ul {
    margin: 12vw auto 8vw;
}
.product-ul h3 {
    margin: 0 0 15px;
}
.product-ul h5 {
    margin: 0 0 5px;
}
.product-ul > li:nth-child(1) {
    width: 45%;
    padding: 0 5% 0;
}
.bottle-wrap {
	border: 1px solid rgba(167, 131, 81,.3);
	padding: 15px;
	margin: 0 0 20px;
	background-color: rgba(255,255,255,1);
}
.product-ul > li:nth-child(1) img {
    max-width: 100% !important;
    width: auto;
    height: auto;
	max-height: 50vh;
}
.product-ul > li:nth-child(2) {
    width: 45%;
    border-left: 1px solid rgba(167, 131, 81,.3);
    padding: 0 0 0 5%;
}
.woocommerce table.shop_table th {
    font-weight: 300 !important;
}
.product-image {
    width: 100%;
    padding: 50% 0;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0 0 10px;
}
.product-categories {
    margin: 8vw auto 4vw;
}
.product-categories li {
    margin: 0 10px;
    position: relative;
}
.product-categories li:after {
    content: '|';
    position: absolute;
    right: -15px;
}
.product-categories li:last-child:after {
    content: '';
    right: 0;
}
.product-categories li a {
    color: rgba(65,2,7,1);
    transition: all .4s ease;
}
.product-categories li a:hover {
    color: rgba(167, 131, 81);
}
.woocommerce-breadcrumb, .page-title {
  display: none !important;
}
.woocommerce-info, .woocommerce-message {

    border-top-color: rgba(65,2,7,1) !important;

}
.woocommerce-info::before {
color: rgba(65,2,7,1) !important;

}
.woocommerce-message::before {
color: rgba(65,2,7,1) !important;
}
.woocommerce a.remove:hover {


background:

   rgba(65,2,7,1) !important;

}

.out-of-stock {
	    text-transform: uppercase;
    background-color: rgba(167, 131, 81) !important;
    padding: 10px 30px !important;
    color: rgba(255,255,255,1) !important;
    box-shadow: 0 0 5px rgba(0,0,0,.3) !important;
    font-weight: 300 !important;
	display: inline-block;
}
.woocommerce input, .woocommerce textarea {
	    font-family: 'Open Sans Condensed', sans-serif !important;
}
.woocommerce label, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
	text-transform: capitalize;
}
.woocommerce-MyAccount-navigation > ul > li {
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: 0 0 3px;
}
.woocommerce-MyAccount-navigation > ul > li a {
    text-transform: uppercase;
    background-color: rgba(167, 131, 81) !important;
    padding: 10px 30px !important;
    color: rgba(255,255,255,1) !important;
    box-shadow: 0 0 5px rgba(0,0,0,.3) !important;
    border-radius: 0 !important;
    font-family: 'Open Sans Condensed', sans-serif;
    transition: all .4s ease;
    font-weight: 300 !important;
	display: block;
}
.woocommerce-MyAccount-navigation > ul > li a:hover {
    background-color: rgba(65,2,7,1) !important;
}
.woocommerce-MyAccount-content {
	margin: 4vw auto 0;
}
.woocommerce-MyAccount-navigation-link--downloads {
	display: none !Important;
}
.woocommerce-column__title {
	margin: 0 0 10px;
}
.gform_footer {
	text-align: center;
}
.vintage-loop {
  margin: 0 0 15px;
}
.vintage-loop li {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 0 0;
}
.vintage-loop li:last-child {
  margin: 0;
}
.active-page {
  color: rgba(0,0,0,.2);
}
.inactive-page {
  color: rgba(167, 131, 81,1);
  transition: all .4s ease;
}
.inactive-page:hover {
  color: rgba(65,2,7,1);
}
.woocommerce ul#shipping_method li input {    
	margin: 9px .4375em 0 0 !important;
}
.variations select {
    padding: 0;
    font-size: 16px !important;
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0 0 20px 10px;
}
.variations select option {
	font-size: 16px !important;
    font-family: 'Open Sans Condensed', sans-serif;
}
#input_1_4 div {
	margin: 0 auto;
}
.bullets {
	margin: 20px 0 20px 30px;
	display: list-item;
	list-style: disc;
}
.bullets li {
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
}
.vs-add-to-cart button:hover {
    background-color: rgba(167, 131, 81,1) !important;
}
.vs-add-to-cart button {
    cursor: pointer;
    height: auto !important;
    color: #fff;
    font-size: 16px !important;
    line-height: 100% !important;
    text-align: center;
    background-color: rgb(65, 2, 7) !important;
    border: none;
    border-radius: 0 !important;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    padding: 16px 25px !important;
    transition: all .4s ease;

}
.vs-add-to-cart .vs-add-to-cart-select select {
    font-family: 'Open Sans Condensed', sans-serif;
}
.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover, .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {

    background-color: rgb(65, 2, 7) !important;

}
.tribe-events .tribe-events-c-ical__link {
	color: rgb(65, 2, 7) !important;
	border: 1px solid rgb(65, 2, 7) !important;
}
.tribe-common .tribe-common-c-svgicon {

    color: rgb(65, 2, 7) !important;

}
.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {

    color: #fff !important;
    background-color: rgb(65, 2, 7) !important;

}
.tribe-common .tribe-common-l-container {
	margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    width: 90% !important;
}
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date, .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {

    color: rgb(65, 2, 7) !important;
    font-weight: 400 !important;

}
.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical, .tribe-events-event-meta a:focus, .tribe-events-event-meta a:hover, .tribe-events-event-meta a, .tribe-events-event-meta a:visited {

    color: rgb(65, 2, 7) !important;


}
.tribe-events-event-image img, .tribe-common img {
    width: 400px !important;
    height: auto !important;
    
}
.tribe-events-content, .tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6, .tribe-common p, .tribe-events-single-event-title {
font-family: 'Open Sans Condensed', sans-serif !important;
}
.tribe-events .tribe-events-calendar-month__day-cell--selected, .tribe-events .tribe-events-calendar-month__day-cell--selected:focus, .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {

    background-color: rgba(65, 2, 7, .2) !important;
}
.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {

    background-color: rgb(65, 2, 7) !important;
 color: #fff !important;

}
.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited {

    color: rgb(65, 2, 7) !important;




}
/* =============================================================================
  Footer
   ========================================================================== */
footer {
    position: relative;
    text-align: center;
    padding: 5%;
	background-color: rgba(238,228,214,1);
	width: 100%;
}
#copyright span {
    padding: 0 10px
}
#ultra-logo {
    height: 30px;
}
#menu-social-media-menu {
    margin: 0 0 10px;
}
#menu-social-media-menu > li {
    display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}
#menu-social-media-menu > li a {
    color: rgba(65,2,7,1);
	transition: all .4s ease;
}
#menu-social-media-menu > li a:hover {
    color: rgba(167, 131, 81);
}
/* =============================================================================
  Responsive Styles
   ========================================================================== */
@media only screen and (max-width : 1500px) {
	}	
	.banner-module {
    height: 350px;
}
.banner-wrap {
    height: 350px;
}
@media only screen and (max-width : 1100px) {
body {
		font-size: 19px;
	}
h1 {
    font-size: 54px;
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 20px;
}	
header.desktop #header-logo {
    width: 225px;
    margin: 3px 20px 0 0;
}	
header.desktop #menu-main-menu > li a {
    padding: 8px 0.4rem;
}	
header.desktop #menu-shop-menu > li a {
    padding: 8px .4rem 27px;
}	
	.banner-module {
    height: 300px;
}
.banner-wrap {
    height: 300px;
}	
}


@media only screen and (max-width : 900px) {
.desktop {
    display: none;
}
.tablet {
    display: block;
}	
body {
		font-size: 18px;
	}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}	
header.tablet .inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(238,228,214,1);
}
header.tablet #header-logo {
    height: 45px;
    margin: 15px auto;
}		
header.desktop #menu-main-menu  {
    display: none
}	
header.desktop #menu-shop-menu {
   display: none;
}
	header.desktop .header-section > li:nth-child(2) {
    display: none;
}
	.banner-module {
    height: 250px;
}
.banner-wrap {
    height: 250px;
}	
.button, .woocommerce-MyAccount-navigation > ul > li a {
    padding: 8px 25px !important;	
}
}
@media only screen and (max-width : 750px) {
body {
		font-size: 16px;
	}
.smaller {
    font-size: 14px;
}	
h1 {
    font-size: 44px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 20px;
}	
.quote-wrap {
    padding: 150px 0 100px;

}	
.icon {
    margin: 20px auto;
}	
	.icon svg {
		height: 50px !Important;
		width: 50px !Important;
	}	
.alignleft, .alignright {
    max-width: 50% !important;

}	
.js-toolset-maps-distance-unit {
    height: 32px !important;
}	
	.locations-module > li:nth-child(1) {
    display: none;

}
.locations-module > li:nth-child(2) {
    width: 100%;
    height: 500px;
}	
	.banner-module {
    height: 200px;
}
.banner-wrap {
    height: 200px;
}	
}

@media only screen and (max-width : 600px) {
.mobile {
    display: block;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 28px;
}	
header.tablet #header-logo {
    height: 40px;
}
.banner-wrap h1 {
    margin: 0 0 5px;
}	
.banner-button {
    margin: 20px auto 0;
}	
.product-ul > li:nth-child(1) {
    width: 100%;
    padding: 0;
}	
.product-ul > li:nth-child(1) img {
    max-height: 30vh;
}	
.product-ul > li:nth-child(2) {
    width: 100%;
    border-left: none;
    padding: 0;
}	
	.product-ul > li:nth-child(2) h3 {
		display: none;
	}	
.columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

}	
.callout-loop li {
    width: 100%;
}	
.page-sections .copy {
    margin: 10px auto 60px;
}	
.quote-wrap .inner-content {
    width: 70%;
}	
}

@media only screen and (max-width : 500px) {
.mobile {
    display: block;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 26px;
}	
h3 {
    font-size: 23px;
}	
h4 {
    font-size: 18px;
}	
h5 {

    font-size: 18px;
}
h6 {
font-size: 18px;
}	
.alignleft, .alignright {
    max-width: 100% !important;
    float: none;
    margin: 0 0 10px;
}	
.quote-wrap .inner-content .quote-left {
    left: -35px;

}	
.quote-wrap .inner-content .quote-right {
    right: -35px;

}	
#copyright span {
    padding: 0 3px;
}	
	#js-wpv-addon-maps-render-map-2 {
		height: 200px !important;
	}
.product-categories li {
    margin: 0 3px;

}	
.product-categories li::after {
    right: -5px;

}	
.products .product {
width: 100% !important;

}
.product-categories {
    margin: 8vw auto 4vw;
    display: block !important;
}	
.product-categories li {
		margin: 0 0 3px;
	}	
.product-categories li::after {
    content: '';
    position: relative;
    right: 0;
}
.product-categories li a {
    text-transform: uppercase;
    background-color: rgba(167, 131, 81) !important;
    padding: 8px 30px !important;
    color: rgba(255,255,255,1) !important;
    box-shadow: 0 0 5px rgba(0,0,0,.3) !important;
    border-radius: 0 !important;
    font-family: 'Open Sans Condensed', sans-serif;
    transition: all .4s ease;
    font-weight: 300 !important;
}
.product-categories li a:hover {
    background-color: rgba(65,2,7,1) !important;
}
}
@media only screen and (max-width : 400px) {
	.location-form {
		display: none;
	}
.quote-wrap .inner-content .quote-left {
    display: none;

}	
.quote-wrap .inner-content .quote-right {
    display: none;
}	
.columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;

}	
	}