/**
 * Bellevue Rare Coins
 * Style CSS
 * (C) 2016 Ravenna Interactive / Bellevue Rare Coins
 */
/*******************************************/
/* Global Styles
/*******************************************/
body {
  cursor: default;
  font-family: "proxima-nova", sans-serif;
  color: #474747;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .75px;
  text-transform: none;
  border-top: 7px solid #0151a1;
  -webkit-font-smoothing: antialiased; }

h1, .h1 {
  font-size: 30px;
  font-weight: 400; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 24px;
  font-weight: 500; }

h4, .h4 {
  font-size: 24px;
  font-weight: bold; }

h5, .h5 {
  font-size: 18px;
  font-weight: bold; }

h6, .h6 {
  font-size: 18px;
  font-weight: 500; }

hr, .hr {
  width: 100%;
  max-width: 960px;
  height: 2px;
  background: #474747;
  display: block;
  margin: 40px auto; }

a:link, a:visited, a:active, a:hover {
  outline: none;
  text-decoration: none;
  border: none;
  color: inherit;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.clr {
  clear: both;
  display: block;
  height: 0; }

.hider {
  display: none; }

.container.full-width {
  max-width: 990px; }

.show-mobile {
  display: none !important; }

.gold-button a:link, .gold-button a:visited {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #d3bc76;
  border: 2px solid #d3bc76;
  padding: 8px 22px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
.gold-button a:hover, .gold-button a:active {
  background: #d3bc76;
  color: #474747; }

a.gold-button:link, a.gold-button:visited {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #d3bc76;
  border: 2px solid #d3bc76;
  padding: 8px 22px 7px 22px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

a.gold-button:hover, a.gold-button:active {
  background: #d3bc76;
  color: #474747; }

a.gray-button:link, a.gray-button:visited, input.gray-button {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 10px 9px 10px;
  border: 2px solid #999;
  border-left-color: #fff;
  border-right-color: #fff;
  border-bottom-color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

a.gray-button:hover, a.gray-button:active, input.gray-button:hover {
  border-left-color: #999;
  border-right-color: #999;
  border-bottom-color: #999; }

input.gray-button {
  background: none; }

.gold {
  color: #d3bc76; }

a.btt {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 99999; }
  a.btt:link, a.btt.visited {
    background: #d3bc76 url("../img/icons/btt_arrow.png") 50% 50% no-repeat; }

.top-hr {
  display: block;
  height: 2px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px auto;
  padding: 0;
  background: #5c5c5c; }

body.home .top-hr, body.page-id-387 .top-hr {
  margin-bottom: 0; }

.social-links {
  display: inline-block; }
  .social-links a:link, .social-links a:visited {
    display: block;
    float: left;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .social-links a.facebook:link, .social-links a.facebook:visited {
    background: #d3bc76 url("../img/icons/facebook_reverse_white_icon.png") 50% 50% no-repeat; }
  .social-links a.facebook:hover, .social-links a.facebook:active {
    background: #3b5998 url("../img/icons/facebook_reverse_white_icon.png") 50% 50% no-repeat; }
  .social-links a.twitter:link, .social-links a.twitter:visited {
    background: #d3bc76 url("../img/icons/twitter_reverse_white_icon.png") 50% 50% no-repeat; }
  .social-links a.twitter:hover, .social-links a.twitter:active {
    background: #55acee url("../img/icons/twitter_reverse_white_icon.png") 50% 50% no-repeat; }
  .social-links a.pinterest:link, .social-links a.pinterest:visited {
    background: #d3bc76 url("../img/icons/pinterest_reverse_white_icon.png") 50% 50% no-repeat; }
  .social-links a.pinterest:hover, .social-links a.pinterest:active {
    background: #c92228 url("../img/icons/pinterest_reverse_white_icon.png") 50% 50% no-repeat; }
  .social-links a.youtube:link, .social-links a.youtube:visited {
    background: #d3bc76 url("../img/icons/youtube_reverse_white_icon.png") 50% 50% no-repeat; }
  .social-links a.youtube:hover, .social-links a.youtube:active {
    background: #c92228 url("../img/icons/youtube_reverse_white_icon.png") 50% 50% no-repeat; }
  .social-links a.yelp:link, .social-links a.yelp:visited {
    background: #d3bc76 url("../img/icons/yelp_reverse_white_icon.png") 50% 50% no-repeat; }
  .social-links a.yelp:hover, .social-links a.yelp:active {
    background: #c92228 url("../img/icons/yelp_reverse_white_icon.png") 50% 50% no-repeat; }

/*******************************************/
/* Widget
/*******************************************/
.widget .schedule-cta {
  background: url("../img/schedule_001.jpg") 50% 50% no-repeat;
  background-size: cover;
  min-height: 330px; }
  .widget .schedule-cta h3 {
    color: #d3bc76;
    font-size: 30px;
    display: block;
    text-align: center;
    padding: 100px 0 20px 0; }
  .widget .schedule-cta .gold-button {
    text-align: center; }

/*******************************************/
/* Contact
/*******************************************/
.contact-page {
  padding: 60px 0; }
  .contact-page h1 {
    margin-top: 0px; }

.store-contact-info .map-link {
  margin-bottom: 30px; }
  .store-contact-info .map-link a {
    font-weight: bold; }
.store-contact-info span {
  display: block; }
.store-contact-info address {
  margin-bottom: 4px; }

.wpcf7-response-output {
  margin-left: 0px !important;
  margin-right: 0px !important; }

/*******************************************/
/* James CSS Import
/*******************************************/
.mega-menu-wrap ul#mega-menu-header-menu > li:after {
  padding: 0 28px; }

.mega-blue-bar {
  background: #0151a1;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  transition: background ease .3s;
  margin-bottom: 16px; }
  .mega-blue-bar:hover {
    background: #016bd4; }
  .mega-blue-bar a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 14px;
    padding: 6px 0 13px 0;
    letter-spacing: 1.5px;
    color: #d3bc76;
    transition: all ease .3s; }

.mega-blue-bar
.mega-blue-bar a:hover {
  color: #fff; }

/*******************************************/
/* Header
/*******************************************/
.utility-nav {
  background: #0151a1; }
  .utility-nav p {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 14px;
    padding: 6px 0 13px 0;
    letter-spacing: 1.5px; }
    .utility-nav p span.separator {
      color: #f0f0f0;
      padding: 0 10px; }
    .utility-nav p span.store-name {
      color: #d3bc76; }
      .utility-nav p span.store-name span {
        color: #f0f0f0;
        padding-left: 5px; }

.cta {
  padding-top: 30px; }
  .cta span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 15px 0;
    width: 100%;
    display: inline-block; }
    .cta span a:before {
      font-family: 'FontAwesome';
      margin-right: 10px;
      color: #d3bc76; }
    .cta span.phone-toggle, .cta span.menu-toggle {
      display: none; }
    .cta span.schedule-cta {
      border-bottom: 2px solid #d3bc76; }
      .cta span.schedule-cta a:before {
        content: '\f073'; }
    .cta span.locations-cta {
      text-align: right;
      border-bottom: 2px solid #d3bc76; }
      .cta span.locations-cta a:before {
        content: '\f041'; }
    .cta span.cart-cta {
      text-align: right;
      border-bottom: 2px solid #d3bc76; }
    .cta span.home-cta a:before {
      content: '\f095'; }
    .cta span.search-cta {
      text-align: right; }
      .cta span.search-cta .placeholder-text {
        display: inline-block;
        float: right; }
      .cta span.search-cta #search {
        display: inline-block; }
        .cta span.search-cta #search ::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #474747; }
        .cta span.search-cta #search :-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #474747;
          opacity: 1; }
        .cta span.search-cta #search ::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #474747;
          opacity: 1; }
        .cta span.search-cta #search :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #474747; }
        .cta span.search-cta #search :placeholder-shown {
          color: #909; }
        .cta span.search-cta #search input[type='submit'] {
          font-family: 'FontAwesome';
          border: 0;
          background: #fff;
          color: #d3bc76;
          display: inline-block;
          width: 18px;
          height: 18px;
          position: relative !important; }
        .cta span.search-cta #search input[type='search'] {
          border: 1px solid transparent;
          width: 50px;
          padding: 2px 0 2px 4px;
          background: transparent;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
          .cta span.search-cta #search input[type='search']:placeholder-shown {
            color: #474747; }
          .cta span.search-cta #search input[type='search']:focus {
            border: 1px solid #e9e9e9;
            width: 150px; }
      .cta span.search-cta a {
        background: url("../img/icons/search_icon.png") 0 50% no-repeat; }
    .cta span.mobile {
      display: none; }
  .cta .brc-logo a {
    display: block;
    margin: 0 auto;
    width: 263px; }

@media screen and (min-width: 991px) {
  .utility-nav {
    padding: 5px 10px 10px 10px; }
    .utility-nav > p {
      display: none !important; } }

#location-list {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  color: #fff;
  text-transform: uppercase; }
  #location-list li {
    margin: 0;
    display: flex;
    align-items: center;
    position: relative; }
    #location-list li:hover .location-sub-item {
      opacity: 1;
      pointer-events: auto; }
    #location-list li:not(:last-child):after {
      content: '\2022';
      flex-grow: 1;
      font-size: 12px;
      padding: 0 20px; }
  #location-list .location-title {
    margin: 0;
    font-size: 14px; }
  @media screen and (max-width: 991px) {
    #location-list {
      display: none; } }

.location-sub-item {
  opacity: 0;
  pointer-events: none;
  width: 350px;
  position: absolute;
  top: 100%;
  left: -180px;
  transition: all ease .2s;
  z-index: 9997;
  text-transform: none; }

.location-sub-item-container {
  padding-top: 20px;
  position: relative; }
  .location-sub-item-container .triangle {
    width: 40px;
    height: 40px;
    position: absolute;
    transform: rotate(45deg) translateX(-50%);
    top: 22px;
    left: 50%;
    background: #d3bc76; }
  .location-sub-item-container .content {
    border-top: 2px solid #d3bc76;
    position: relative;
    padding: 40px; }
  .location-sub-item-container .location-sub-title {
    margin-top: 0;
    font-size: 28px;
    margin-bottom: 25px; }
  .location-sub-item-container .location-meta {
    font-size: 16px; }
  .location-sub-item-container .location-address {
    margin-bottom: 20px; }
  .location-sub-item-container .location-hours, .location-sub-item-container .location-phone {
    display: block; }
  .location-sub-item-container .location-links {
    background: #d3bc76;
    display: flex;
    padding: 10px 5px;
    color: #636359; }
    .location-sub-item-container .location-links span {
      display: flex;
      flex-grow: 1;
      align-items: center;
      justify-content: center; }
  .location-sub-item-container .phone-link {
    border-right: 1px solid #636359; }
    .location-sub-item-container .phone-link:before {
      font-family: 'FontAwesome';
      content: '\f095';
      font-weight: bold;
      font-size: 1.5em;
      margin-right: 10px; }
  .location-sub-item-container .direction-link:before {
    font-family: 'FontAwesome';
    content: '\f124';
    font-weight: bold;
    font-size: 1.5em;
    margin-right: 10px; }

/*******************************************/
/* Main Navigation
/*******************************************/
@media screen and (min-width: 992px) {
  #mobile-nav {
    display: block !important; } }

.mega-menu-wrap {
  position: relative; }
  .mega-menu-wrap ul {
    list-style-type: none; }
  .mega-menu-wrap ul.mega-menu li.mega-menu-item.mega-toggle-on > a {
    color: #d3bc76; }
    @media screen and (max-width: 991px) {
      .mega-menu-wrap ul.mega-menu li.mega-menu-item.mega-toggle-on > a {
        color: inherit; } }
  .mega-menu-wrap ul.mega-menu li.mega-menu-item h4 {
    font-size: 16px;
    font-weight: 900;
    margin-top: 0;
    color: #666;
    margin-bottom: 20px; }
  .mega-menu-wrap ul.mega-menu li.mega-toggle-on {
    background: url("../img/icons/gold_pointer.png") 35% 42px no-repeat; }
  .mega-menu-wrap .mega-sub-menu {
    z-index: 9996;
    display: none;
    position: absolute;
    left: 15px;
    top: 48px;
    padding-left: 30px;
    width: 100%;
    max-width: 960px;
    background: #fff;
    color: #525252;
    border-top: 2px solid #d3bc76;
    box-shadow: 0px 3px 6px #ababab; }
    .mega-menu-wrap .mega-sub-menu .textwidget {
      height: 100%; }
      .mega-menu-wrap .mega-sub-menu .textwidget h4 {
        margin-bottom: 6px !important; }
        .mega-menu-wrap .mega-sub-menu .textwidget h4.extra-padding {
          margin-bottom: 20px !important; }
    .mega-menu-wrap .mega-sub-menu > li {
      padding-top: 20px; }
    @media screen and (max-width: 991px) {
      .mega-menu-wrap .mega-sub-menu > li:last-child {
        margin-top: 0;
        margin-bottom: 18px; } }
    .mega-menu-wrap .mega-sub-menu > li:not(:last-child) {
      padding-right: 30px;
      border-right: 1px solid #e1e1e1;
      padding-left: 30px; }
    .mega-menu-wrap .mega-sub-menu > li:first-child {
      padding-left: 0;
      flex-basis: calc(25% - 30px) !important; }
    .mega-menu-wrap .mega-sub-menu li.mega-menu-columns-1-of-4 {
      flex-grow: 1;
      flex-basis: 25%; }
      .mega-menu-wrap .mega-sub-menu li.mega-menu-columns-1-of-4:first-child {
        flex-basis: calc(25% - 30px); }
      .mega-menu-wrap .mega-sub-menu li.mega-menu-columns-1-of-4:last-child {
        padding-top: 0; }
      .mega-menu-wrap .mega-sub-menu li.mega-menu-columns-1-of-4:last-child {
        flex-basis: 25%; }
    .mega-menu-wrap .mega-sub-menu li.mega-menu-columns-1-of-1 {
      width: 50%;
      flex-basis: 50%; }
    .mega-menu-wrap .mega-sub-menu ul {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 20px; }
      .mega-menu-wrap .mega-sub-menu ul li {
        list-style-type: none; }
    .mega-menu-wrap .mega-sub-menu ul.menu li {
      display: block;
      width: 100%;
      line-height: 1em;
      padding-bottom: 8px;
      font-size: 12px;
      letter-spacing: .1em;
      font-weight: 500; }
      .mega-menu-wrap .mega-sub-menu ul.menu li.available-inventory-nav {
        padding-top: 20px; }
        .mega-menu-wrap .mega-sub-menu ul.menu li.available-inventory-nav a {
          color: #0151a1; }
      .mega-menu-wrap .mega-sub-menu ul.menu li.current-menu-item a {
        color: #d3bc76; }
    .mega-menu-wrap .mega-sub-menu .mega-menu-featured-image {
      float: right; }
  .mega-menu-wrap ul#mega-menu-header-menu {
    display: flex;
    list-style-type: none;
    padding: 0 15px;
    margin: 9px 0 0 0;
    width: 100%; }
    .mega-menu-wrap ul#mega-menu-header-menu > li {
      flex-grow: 1;
      display: flex;
      float: left;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: .5px;
      padding: 15px 0 10px 0; }
      .mega-menu-wrap ul#mega-menu-header-menu > li > a.gold {
        color: #d3bc76; }
      .mega-menu-wrap ul#mega-menu-header-menu > li:after {
        content: "\00B7";
        display: inline-block;
        font-weight: 700;
        text-align: center;
        flex-grow: 1;
        padding: 0; }
      .mega-menu-wrap ul#mega-menu-header-menu > li:last-child {
        flex-grow: 0; }
        .mega-menu-wrap ul#mega-menu-header-menu > li:last-child:after {
          content: '';
          padding: 0; }

.mega-menu-columns-1-of-4 {
  float: left;
  display: block;
  width: 25%; }

.mega-menu-wrap .mega-menu-columns-1-of-2, .mega-menu-wrap .mega-menu-columns-3-of-6 {
  width: 50%;
  float: left; }
  .mega-menu-wrap .mega-menu-columns-1-of-2 .mega-menu-featured-image, .mega-menu-wrap .mega-menu-columns-1-of-2 .mega-menu-featured-image img, .mega-menu-wrap .mega-menu-columns-3-of-6 .mega-menu-featured-image, .mega-menu-wrap .mega-menu-columns-3-of-6 .mega-menu-featured-image img {
    max-width: 100%; }

#below-nav {
  margin: 0;
  background: #d3bc76;
  border-top: none;
  height: 3px; }

.live-pricing-banner {
  width: 100%;
  background: linear-gradient(#695e3b, #d3bc76);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 0 30px 0; }
  .live-pricing-banner img {
    width: 270px;
    align-self: flex-end;
    padding-top: 20px;
    padding-right: 10px; }
  @media screen and (max-width: 991px) {
    .live-pricing-banner {
      padding: 0 0 10px 0; }
      .live-pricing-banner img {
        display: none; } }

.live-pricing-content {
  text-align: center;
  color: #fff;
  padding: 0 20px; }
  .live-pricing-content h4 {
    display: block;
    font-size: 34px !important;
    color: #fff !important;
    font-weight: 300 !important;
    margin-bottom: 20px !important; }
  .live-pricing-content a {
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    border: 2px solid #fff;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s; }
    .live-pricing-content a:hover {
      color: #333;
      background-color: #fff; }
  @media screen and (max-width: 991px) {
    .live-pricing-content {
      padding: 20px; }
      .live-pricing-content a {
        border-bottom: 2px solid #fff !important; } }

#mega-menu-item-75 .mega-sub-menu, #mega-menu-item-840 .mega-sub-menu {
  justify-content: flex-end; }
  #mega-menu-item-75 .mega-sub-menu li:first-child, #mega-menu-item-840 .mega-sub-menu li:first-child {
    margin-right: auto; }

#mega-menu-item-1166 .mega-sub-menu {
  align-items: center; }

#mega-menu-item-1166 ul li {
  flex-grow: 1;
  text-align: center; }
  #mega-menu-item-1166 ul li:first-child {
    border-right: 1px solid; }
    @media screen and (max-width: 991px) {
      #mega-menu-item-1166 ul li:first-child {
        border-right: 0px; } }
  @media screen and (max-width: 991px) {
    #mega-menu-item-1166 ul li p a {
      border-bottom: 0px; } }

.home-button-container {
  display: none;
  left: 0;
  top: 0;
  padding: 10px 30px;
  background-color: #fff;
  position: absolute;
  transition: all ease .3s;
  width: 100%; }
  .home-button-container .mobile-menu-breadcrumb {
    display: inline;
    font-size: 21px;
    font-weight: 700;
    color: #0151a1;
    padding-left: 5px;
    border-bottom: none !important; }

.home-button {
  color: #666;
  font-weight: 700;
  top: 0px;
  font-size: 21px;
  cursor: pointer;
  padding-right: 5px; }
  .home-button:active {
    border-bottom: none !important;
    display: inline !important; }

@media screen and (min-width: 992px) {
  #mega-menu-item-75 .mega-sub-menu li:first-child, #mega-menu-item-840 .mega-sub-menu li.mega-menu-columns-1-of-2:first-child, #mega-menu-item-1166 .mega-sub-menu li.mega-menu-columns-1-of-2:first-child {
    flex-basis: 50% !important; } }

.mega-menu-featured-image {
  padding: 0 20px 20px 20px; }

@media screen and (max-width: 991px) {
  .live-pricing-banner {
    margin-top: 10px; }

  .mega-menu-item-has-children .menu {
    margin-top: 0; }
    .mega-menu-item-has-children .menu li {
      text-align: left !important; }
    .mega-menu-item-has-children .menu .textwidget .mega-block-title {
      cursor: pointer; }
    .mega-menu-item-has-children .menu .textwidget > p > a img {
      max-width: 100%;
      width: 100%; }
    .mega-menu-item-has-children .menu:not(.mobile-show) {
      display: none; }

  .mega-menu-wrap {
    overflow: hidden;
    color: #333; }
    .mega-menu-wrap.out {
      overflow: visible; }

  .mega-menu-wrap .mega-sub-menu > li:not(:last-child) {
    border-right: none;
    padding: 0; }

  .home-button-container {
    display: block; }

  ul#mega-menu-header-menu {
    display: block !important;
    padding: 0 !important;
    overflow-x: hidden; } }
  @media screen and (max-width: 991px) and (max-width: 991px) {
    ul#mega-menu-header-menu > li:last-child a {
      border-bottom: none !important; } }

@media screen and (max-width: 991px) {
  .mega-blue-bar {
    padding: 0; }

  #below-nav {
    display: none; }

  .mega-menu-columns-1-of-4, .mega-menu-columns-1-of-2 {
    width: 100%; }

  #mobile-nav .mega-menu-wrap #mega-menu-header-menu > li.mega-toggle-on {
    background: none; }
  #mobile-nav .mega-menu-wrap .mega-sub-menu {
    width: 100%;
    margin: 0;
    left: 0;
    position: absolute;
    border: 0px;
    top: 0px;
    box-shadow: none;
    background-color: #f3f2f2;
    padding: 55px 50px 0 50px;
    -webkit-transform: translateX(100vw);
    -moz-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    display: block !important;
    min-height: 100vh;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    color: #333; }
    #mobile-nav .mega-menu-wrap .mega-sub-menu ul {
      text-align: left; }
    #mobile-nav .mega-menu-wrap .mega-sub-menu .mega-block-title {
      padding-bottom: 5px;
      margin-bottom: 4px !important;
      font-weight: 500;
      color: #333;
      transition: all ease .3s; }
    #mobile-nav .mega-menu-wrap .mega-sub-menu .textwidget {
      text-align: left; }
      #mobile-nav .mega-menu-wrap .mega-sub-menu .textwidget .mega-block-title {
        border-bottom: 1px solid; }
        #mobile-nav .mega-menu-wrap .mega-sub-menu .textwidget .mega-block-title.blue {
          border-bottom: none;
          color: #0151a1; }
    #mobile-nav .mega-menu-wrap .mega-sub-menu.out {
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0); }
    #mobile-nav .mega-menu-wrap .mega-sub-menu li {
      text-align: left;
      font-size: 18px; }
      #mobile-nav .mega-menu-wrap .mega-sub-menu li.pu_media_upload {
        display: none; }
      #mobile-nav .mega-menu-wrap .mega-sub-menu li ul {
        margin-top: 10px;
        padding: 0; }
        #mobile-nav .mega-menu-wrap .mega-sub-menu li ul li {
          margin-bottom: 0px;
          color: #333; }
          #mobile-nav .mega-menu-wrap .mega-sub-menu li ul li a {
            width: 100%;
            padding: 5px 0;
            font-size: 14px;
            border-bottom: none;
            width: 100% !important; }
    #mobile-nav .mega-menu-wrap .mega-sub-menu h4 {
      font-size: 21px !important;
      margin-top: 10px !important; }

  #mobile-nav .mega-menu-wrap ul li a:link {
    min-width: 150px; }

  #mobile-nav span:last-child {
    border-bottom: 1px solid #333; }
  #mobile-nav span a:before {
    color: #000;
    background: transparent; }
  #mobile-nav span #search-submit {
    color: #000;
    background: transparent; } }
.mega-menu-link {
  cursor: pointer;
  color: inherit; }

/**
 *
 * Safari Chrome Targeting
 *
 */
/*******************************************/
/* Hero Rotator
/*******************************************/
.owl-theme .owl-controls .owl-page span {
  opacity: 1;
  background: #ccc; }
.owl-theme .owl-controls .owl-page.active span {
  background: #d3bc76; }

#rotator {
  border: 2px solid #e9e9e9;
  border-top: none;
  width: 100%;
  position: relative;
  max-width: 960px;
  margin-left: 15px; }
  @media screen and (max-width: 500px) {
    #rotator {
      padding-bottom: 30px; } }
  #rotator .owl-controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  #rotator .item {
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat; }
    #rotator .item.button {
      padding: 60px; }
      @media screen and (min-width: 992px) {
        #rotator .item.button {
          padding: 60px 60px 30px 60px; } }
      #rotator .item.button img {
        float: left;
        width: 50%; }
    #rotator .item.full {
      padding: 0; }
      #rotator .item.full img {
        width: 100%; }
    #rotator .item .title-wrapper {
      display: block;
      float: right;
      width: 30%;
      position: relative; }
      @media screen and (min-width: 501px) {
        #rotator .item .title-wrapper {
          height: 100%; } }
      #rotator .item .title-wrapper.white {
        color: #fff; }
        #rotator .item .title-wrapper.white .link-button {
          border-top-color: #fff; }
          #rotator .item .title-wrapper.white .link-button:hover {
            border-right-color: #fff;
            border-left-color: #fff;
            border-bottom-color: #fff; }
        @media screen and (max-width: 991px) {
          #rotator .item .title-wrapper.white {
            color: #474747; } }
      #rotator .item .title-wrapper span.h3 {
        font-size: 36px;
        display: inline-block;
        text-align: center;
        font-weight: 400; }
        #rotator .item .title-wrapper span.h3.small {
          font-size: 32px; }
      #rotator .item .title-wrapper .link-button {
        display: block;
        float: none;
        margin-top: 80px;
        text-align: center; }
        @media screen and (min-width: 501px) {
          #rotator .item .title-wrapper .link-button {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%); } }
        #rotator .item .title-wrapper .link-button a:link, #rotator .item .title-wrapper .link-button a:visited {
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          text-align: center;
          padding: 10px 10px 9px 10px;
          border: 2px solid #999;
          border-left-color: transparent;
          border-right-color: transparent;
          border-bottom-color: transparent;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
        #rotator .item .title-wrapper .link-button a:hover, #rotator .item .title-wrapper .link-button a:active {
          border-left-color: #999;
          border-right-color: #999;
          border-bottom-color: #999; }

/*******************************************/
/* Home Page Tile Grid
/*******************************************/
.tile-sub-title {
  text-align: center;
  color: #fff;
  display: block; }

.container.grid-container {
  position: relative;
  margin-top: 20px;
  max-width: 960px; }
  .container.grid-container #nfaccordion iframe {
    display: block;
    height: 325px !important; }
  .container.grid-container.grid-1 {
    min-height: 642px; }
  .container.grid-container.grid-2 {
    min-height: 620px; }
  .container.grid-container .tile {
    padding: 30px; }
    .container.grid-container .tile img {
      display: block;
      margin: 30px auto 0 auto; }
    .container.grid-container .tile .tile-button {
      display: block;
      margin: 30px auto 0 auto; }
    .container.grid-container .tile.title-left .title-wrapper {
      float: left;
      margin-left: -65px; }
    .container.grid-container .tile.title-left img {
      float: right;
      margin: 0 auto; }
    .container.grid-container .tile.title-right .title-wrapper {
      float: right; }
    .container.grid-container .tile.title-right img {
      float: left;
      margin: 0 auto; }
    .container.grid-container .tile.white {
      border: 2px solid #e9e9e9; }
      .container.grid-container .tile.white .tile-title {
        line-height: 32px;
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        width: 60%;
        display: block;
        margin: 0 auto; }
        .container.grid-container .tile.white .tile-title.tile-title-image {
          width: 90%; }
      .container.grid-container .tile.white .tile-button {
        text-align: center; }
        .container.grid-container .tile.white .tile-button a:link, .container.grid-container .tile.white .tile-button a:visited {
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          text-align: center;
          padding: 10px 10px 9px 10px;
          border: 2px solid #999;
          border-left-color: transparent;
          border-right-color: transparent;
          border-bottom-color: transparent;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
        .container.grid-container .tile.white .tile-button a:hover, .container.grid-container .tile.white .tile-button a:active {
          border-left-color: #999;
          border-right-color: #999;
          border-bottom-color: #999; }
      .container.grid-container .tile.white.bg-grad {
        background: #fdfdfd;
        background: -moz-linear-gradient(top, #fdfdfd 0%, #efefee 100%);
        background: -webkit-linear-gradient(top, #fdfdfd 0%, #efefee 100%);
        background: linear-gradient(to bottom, #fdfdfd 0%, #efefee 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#efefee',GradientType=0 ); }
      .container.grid-container .tile.white.abs-bl img {
        float: none !important;
        position: absolute !important;
        bottom: 0px;
        left: 0px; }
      .container.grid-container .tile.white.abs-br img {
        float: none !important;
        position: absolute !important;
        bottom: 0px;
        right: 0px; }
      .container.grid-container .tile.white.abs-tl img {
        float: none !important;
        position: absolute !important;
        top: 0px;
        left: 0px; }
      .container.grid-container .tile.white.abs-tr img {
        float: none !important;
        position: absolute !important;
        top: 0px;
        right: 0px; }
    .container.grid-container .tile.blue {
      background-position: 50% 50%;
      background-size: cover; }
      .container.grid-container .tile.blue .tile-title {
        line-height: 32px;
        color: #d3bc76;
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        width: 50%;
        display: block;
        margin: 0 auto; }
      .container.grid-container .tile.blue .tile-button {
        text-align: center; }
        .container.grid-container .tile.blue .tile-button a:link, .container.grid-container .tile.blue .tile-button a:visited {
          display: inline-block;
          text-transform: uppercase;
          font-size: 14px;
          font-weight: 700;
          color: #d3bc76;
          border: 2px solid #d3bc76;
          padding: 8px 22px;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -ms-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
        .container.grid-container .tile.blue .tile-button a:hover, .container.grid-container .tile.blue .tile-button a:active {
          background: #d3bc76;
          color: #474747; }
  .container.grid-container.grid-1 .tile {
    position: absolute; }
    .container.grid-container.grid-1 .tile.tr-tile {
      width: 630px;
      top: 0;
      right: 0; }
    .container.grid-container.grid-1 .tile.tl-tile {
      width: 310px;
      top: 0;
      left: 0; }
    .container.grid-container.grid-1 .tile.bl-tile {
      width: 310px;
      bottom: 0;
      left: 0; }
    .container.grid-container.grid-1 .tile.br-tile {
      width: 630px;
      bottom: 0;
      right: 0; }
  .container.grid-container.grid-2 .tile {
    position: absolute; }
    .container.grid-container.grid-2 .tile.tr-tile {
      width: 310px;
      top: 0;
      right: 0; }
    .container.grid-container.grid-2 .tile.br-tile {
      width: 310px;
      bottom: 0;
      right: 0; }
      .container.grid-container.grid-2 .tile.br-tile .title-adjust {
        margin-top: 10px; }
    .container.grid-container.grid-2 .tile.bl-tile {
      width: 630px;
      bottom: 0;
      left: 0; }
    .container.grid-container.grid-2 .tile.tl-tile {
      width: 630px;
      height: 190px;
      top: 0;
      left: 0; }

#nfaccordion h3 {
  margin-top: 0; }

.container.grid-container .double-height.tl-tile .tile-button, .container.grid-container .double-height .tr-tile .tile-button {
  margin-top: 50px; }

.video-tile {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .video-tile iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video-tile.with-modal {
    padding: 0 !important; }

.video-thumb {
  width: 100%;
  height: 100%;
  background-color: red;
  position: relative;
  background-size: cover;
  text-align: center; }
  .video-thumb:hover .fa {
    color: #333;
    transform: scale(1.05); }
  .video-thumb .fa {
    color: #fff;
    font-size: 2em;
    display: table-cell;
    vertical-align: middle;
    transition: all ease .3s;
    cursor: pointer; }
  .video-thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    margin: 0 !important; }

.iframe-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background-color: rgba(173, 173, 173, 0.8); }
  .iframe-container iframe {
    position: relative;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%); }

/*******************************************/
/* Responsive
/*******************************************/
@media screen and (max-width: 991px) {
  /*******************************************/
  /* Home Page Tile Grid
  /*******************************************/
  .container.grid-container.grid-1, .container.grid-container.grid-2 {
    margin-top: 0; }
  .container.grid-container .tile {
    width: 100% !important;
    position: relative !important;
    margin-top: 20px;
    padding: 5%; }
    .container.grid-container .tile.br-tile img.show-mobile {
      display: none !important; }
    .container.grid-container .tile.br-tile img.hide-mobile {
      display: block !important; }
    .container.grid-container .tile.white.tl-tile .title-wrapper, .container.grid-container .tile.white.tr-tile .title-wrapper {
      position: relative;
      float: right;
      width: 45%; }
      .container.grid-container .tile.white.tl-tile .title-wrapper .title-adjust .tile-title.tile-title-image, .container.grid-container .tile.white.tr-tile .title-wrapper .title-adjust .tile-title.tile-title-image {
        width: 100%;
        display: block; }
        .container.grid-container .tile.white.tl-tile .title-wrapper .title-adjust .tile-title.tile-title-image img, .container.grid-container .tile.white.tr-tile .title-wrapper .title-adjust .tile-title.tile-title-image img {
          float: none; }
    .container.grid-container .tile.white.tl-tile img, .container.grid-container .tile.white.tr-tile img {
      float: left;
      margin: 0 auto; }
    .container.grid-container .tile.white.abs-bl img {
      width: 45%;
      height: auto; } }
@media screen and (max-width: 768px) {
  .container.grid-container.grid-2 .tile.tl-tile {
    overflow: hidden; }
    .container.grid-container.grid-2 .tile.tl-tile img {
      width: 65%;
      top: 20px; } }
@media screen and (max-width: 500px) {
  .container.grid-container.grid-1, .container.grid-container.grid-2 {
    margin-top: 0; }
  .container.grid-container .tile {
    width: 100% !important;
    position: relative !important;
    margin-top: 20px; }
    .container.grid-container .tile.br-tile img.show-mobile {
      display: none !important; }
    .container.grid-container .tile.br-tile img.hide-mobile {
      display: block !important; }
    .container.grid-container .tile.white .tile-title {
      font-size: 20px; }
      .container.grid-container .tile.white .tile-title.tile-title-image {
        width: 100%;
        display: block; }
        .container.grid-container .tile.white .tile-title.tile-title-image img {
          width: 100%; }
    .container.grid-container .tile.white.tl-tile .title-wrapper, .container.grid-container .tile.white.tr-tile .title-wrapper {
      position: relative;
      float: right;
      width: 55%; }
      .container.grid-container .tile.white.tl-tile .title-wrapper .title-adjust, .container.grid-container .tile.white.tr-tile .title-wrapper .title-adjust {
        position: relative;
        top: 0;
        bottom: 0;
        transform: none; }
    .container.grid-container .tile.white.tl-tile img, .container.grid-container .tile.white.tr-tile img {
      float: left;
      margin: 0 auto;
      width: 45%; }

  .container.grid-container.grid-2 .tile.tl-tile img {
    width: 80%;
    top: auto;
    margin-left: -20%; } }
/*******************************************/
/* Home Page Copy and Social
/*******************************************/
.home-copy.container {
  max-width: 960px;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 36px;
  border: 2px solid #e9e9e9; }
  .home-copy.container .h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px; }
  .home-copy.container p {
    text-align: center;
    margin: 25px auto 0 auto;
    width: 85%; }
  .home-copy.container #homepage-about {
    height: auto; }
    @media screen and (max-width: 768px) {
      .home-copy.container #homepage-about {
        height: 200px;
        overflow: hidden; } }
    .home-copy.container #homepage-about.active-about {
      height: auto;
      transition: height, 0.3s, linear; }
  .home-copy.container span.homepage-about-more {
    width: 150px !important;
    margin: 16px auto 0px auto;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #d3bc76;
    border: 2px solid #d3bc76;
    padding: 8px 22px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .home-copy.container span.homepage-about-more a:hover, .home-copy.container span.homepage-about-more a:active {
      background: #d3bc76;
      color: #474747;
      cursor: pointer;
      cursor: hand; }
  .home-copy.container .affiliates-wrapper {
    margin-left: -20px; }
  .home-copy.container ul.affiliates {
    list-style-type: none;
    width: 90%;
    display: block;
    margin: 60px auto 0 auto;
    padding: 0;
    text-align: center; }
    .home-copy.container ul.affiliates li {
      display: inline-block;
      vertical-align: top;
      width: 33%;
      padding-bottom: 20px; }
      .home-copy.container ul.affiliates li a:link, .home-copy.container ul.affiliates li a:visited, .home-copy.container ul.affiliates li a:active, .home-copy.container ul.affiliates li a:hover {
        display: block;
        width: 100%;
        padding-bottom: 20%;
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat; }
  .home-copy.container .social-links {
    width: 100%; }
    .home-copy.container .social-links > ul {
      display: block;
      list-style-type: none;
      padding-left: 0;
      margin: 0 auto 24px auto;
      text-align: center; }
      .home-copy.container .social-links > ul li {
        display: inline-block;
        padding: 0 30px;
        position: relative; }
        .home-copy.container .social-links > ul li.yelp-wrapper ul.dropdown-menu {
          padding-left: 0px;
          min-width: 130px; }
          .home-copy.container .social-links > ul li.yelp-wrapper ul.dropdown-menu li {
            padding: 5px; }
            .home-copy.container .social-links > ul li.yelp-wrapper ul.dropdown-menu li a {
              padding: 5px;
              width: auto;
              height: auto; }
        .home-copy.container .social-links > ul li.yelp-wrapper.open a.yelp {
          background: #c92228 url("../img/icons/yelp_reverse_white_icon.png") 50% 50% no-repeat; }
          .home-copy.container .social-links > ul li.yelp-wrapper.open a.yelp span {
            display: inline-block;
            left: -20px;
            color: #cd201f; }
        .home-copy.container .social-links > ul li a {
          display: block;
          position: relative;
          float: none; }
          .home-copy.container .social-links > ul li a span {
            display: none;
            position: absolute;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
            text-align: center;
            color: #cc2127;
            width: 90px;
            bottom: -36px; }
          .home-copy.container .social-links > ul li a.youtube:link, .home-copy.container .social-links > ul li a.youtube.visited {
            background: #abaaaa url("../img/icons/youtube_reverse_white_icon.png") 50% 50% no-repeat; }
          .home-copy.container .social-links > ul li a.youtube:hover, .home-copy.container .social-links > ul li a.youtube:active {
            background: #c92228 url("../img/icons/youtube_reverse_white_icon.png") 50% 50% no-repeat; }
            .home-copy.container .social-links > ul li a.youtube:hover span, .home-copy.container .social-links > ul li a.youtube:active span {
              display: inline-block;
              left: -20px;
              color: #cd201f; }
          .home-copy.container .social-links > ul li a.yelp:link, .home-copy.container .social-links > ul li a.yelp:visited {
            background: #abaaaa url("../img/icons/yelp_reverse_white_icon.png") 50% 50% no-repeat; }
          .home-copy.container .social-links > ul li a.yelp:hover, .home-copy.container .social-links > ul li a.yelp:active {
            background: #c92228 url("../img/icons/yelp_reverse_white_icon.png") 50% 50% no-repeat; }
            .home-copy.container .social-links > ul li a.yelp:hover span, .home-copy.container .social-links > ul li a.yelp:active span {
              display: inline-block;
              left: -20px; }
          .home-copy.container .social-links > ul li a.pinterest:link, .home-copy.container .social-links > ul li a.pinterest:visited {
            background: #abaaaa url("../img/icons/pinterest_reverse_white_icon.png") 50% 50% no-repeat; }
          .home-copy.container .social-links > ul li a.pinterest:hover, .home-copy.container .social-links > ul li a.pinterest:active {
            background: #c92228 url("../img/icons/pinterest_reverse_white_icon.png") 50% 50% no-repeat; }
            .home-copy.container .social-links > ul li a.pinterest:hover span, .home-copy.container .social-links > ul li a.pinterest:active span {
              display: inline-block;
              left: -20px; }
          .home-copy.container .social-links > ul li a.twitter:link, .home-copy.container .social-links > ul li a.twitter:visited {
            background: #abaaaa url("../img/icons/twitter_reverse_white_icon.png") 50% 50% no-repeat; }
          .home-copy.container .social-links > ul li a.twitter:hover, .home-copy.container .social-links > ul li a.twitter:active {
            background: #55acee url("../img/icons/twitter_reverse_white_icon.png") 50% 50% no-repeat; }
            .home-copy.container .social-links > ul li a.twitter:hover span, .home-copy.container .social-links > ul li a.twitter:active span {
              display: inline-block;
              left: -20px;
              color: #55acee; }
          .home-copy.container .social-links > ul li a.facebook:link, .home-copy.container .social-links > ul li a.facebook:visited {
            background: #abaaaa url("../img/icons/facebook_reverse_white_icon.png") 50% 50% no-repeat; }
          .home-copy.container .social-links > ul li a.facebook:hover, .home-copy.container .social-links > ul li a.facebook:active {
            background: #3b5998 url("../img/icons/facebook_reverse_white_icon.png") 50% 50% no-repeat; }
            .home-copy.container .social-links > ul li a.facebook:hover span, .home-copy.container .social-links > ul li a.facebook:active span {
              display: inline-block;
              left: -20px;
              color: #3b5998; }

#nfusion-table {
  padding-bottom: 60px;
  padding-top: 60px; }

.nfusion-title {
  margin: 0;
  padding-bottom: 10px; }

.nfusion-group {
  padding-bottom: 40px; }

.nfusion-product {
  font-size: 14px;
  font-family: Arial, 'Helvetica Neue', 'Helvetica', sans-serif;
  padding: 5px; }

.nfusion-product:nth-child(odd) {
  background: #f1f1f1; }

span.nfusion-price {
  float: right; }

@media screen and (max-width: 480px) {
  .nfusion-product span {
    display: block; }

  span.nfusion-price {
    float: none; } }
/*******************************************/
/* Products Sub Nav CSS
/*******************************************/
.price-trends-holder {
  width: 100%;
  text-align: center;
  padding: 22px 20px 20px 20px;
  display: flex;
  flex-basis: 20%;
  flex-wrap: wrap;
  background-color: #e9e9e9; }
  .price-trends-holder > div {
    flex-basis: 20%; }
    .price-trends-holder > div iframe {
      width: 100% !important; }
      .price-trends-holder > div iframe span {
        font-size: 20px !important; }
    .price-trends-holder > div:first-child {
      font-weight: 500; }
  @media screen and (max-width: 768px) {
    .price-trends-holder {
      flex-direction: column;
      align-items: center; }
      .price-trends-holder > * {
        padding-bottom: 20px; } }

.products-nav {
  border-bottom: 2px solid #fff;
  margin-top: 0;
  padding-top: 60px; }
  .products-nav ul {
    padding: 0;
    margin: 0 0 0 25px;
    list-style-type: none; }
    .products-nav ul li {
      display: block;
      position: relative;
      float: left;
      padding: 0;
      margin-right: 20px; }
      .products-nav ul li a {
        width: 220px;
        display: inline-block;
        text-align: left;
        margin-bottom: 20px; }
      .products-nav ul li span {
        display: block;
        position: absolute;
        float: right;
        width: 20px;
        height: 20px;
        right: 0;
        top: 0;
        background: url("../img/icons/arrow_down_gray.png") 50% 50% no-repeat; }
      .products-nav ul li.sibling-cat a, .products-nav ul li.menu-item a {
        color: inherit;
        border-bottom: 2px solid; }
      .products-nav ul li.sibling-cat ul li a, .products-nav ul li.menu-item ul li a {
        border-bottom: none; }
        .products-nav ul li.sibling-cat ul li a:hover, .products-nav ul li.menu-item ul li a:hover {
          color: #b29858; }
      .products-nav ul li.current-cat span, .products-nav ul li.current-menu-item span {
        background: url("../img/icons/arrow_down_gold.png") 50% 50% no-repeat; }
      .products-nav ul li.current-cat a, .products-nav ul li.current-menu-item a {
        color: #b29858;
        border-bottom: 2px solid #b29858; }
      .products-nav ul li.current-cat ul li a, .products-nav ul li.current-menu-item ul li a {
        border-bottom: none;
        color: inherit; }
        .products-nav ul li.current-cat ul li a.current-product, .products-nav ul li.current-menu-item ul li a.current-product {
          color: #b29858;
          cursor: default; }
        .products-nav ul li.current-cat ul li a:hover, .products-nav ul li.current-menu-item ul li a:hover {
          color: #b29858; }
      .products-nav ul li:last-child {
        margin-right: 0; }
    .products-nav ul ul {
      display: none;
      margin: 0;
      width: 220px; }
      .products-nav ul ul li {
        display: block;
        float: left;
        width: 100%; }
        .products-nav ul ul li a {
          font-size: 12px;
          width: auto;
          margin-bottom: 0; }

@media screen and (max-width: 991px) {
  .products-nav {
    border-bottom: none; }
    .products-nav ul {
      margin-left: 0; }
      .products-nav ul li {
        width: 100%;
        display: block; }
        .products-nav ul li a {
          width: 100%;
          margin: 0 0 30px 0; }
        .products-nav ul li.current-cat ul {
          display: block; }
        .products-nav ul li.opened span {
          transform: rotate(180deg);
          right: 8px; }
      .products-nav ul ul {
        width: 100%; }
        .products-nav ul ul li a {
          margin: 0 0 0 30px;
          margin-bottom: inherit; }
        .products-nav ul ul li:last-child a {
          margin-bottom: 40px; } }
/*******************************************/
/* Single Product Page
/*******************************************/
.page-wrapper .product-callout-container {
  height: auto; }
.page-wrapper .schedule-cta {
  background-color: #0151a1;
  background-size: cover;
  margin-bottom: 40px;
  background-image: url("../img/footer_bg_002.jpg"); }
  .page-wrapper .schedule-cta .schedule-wrapper {
    display: block;
    margin: 0 auto;
    padding: 30px 20px; }
    .page-wrapper .schedule-cta .schedule-wrapper h3 {
      color: #d3bc76;
      font-size: 30px;
      display: block;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 0; }
    .page-wrapper .schedule-cta .schedule-wrapper .gold-button {
      text-align: center; }
.page-wrapper .single-live-pricing {
  background: linear-gradient(#695e3b, #d3bc76); }
  @media screen and (max-width: 991px) {
    .page-wrapper .single-live-pricing {
      padding: 30px;
      margin-bottom: 30px; } }
.page-wrapper .single-live-pricing-content {
  padding: 30px 20px;
  text-align: center; }
  .page-wrapper .single-live-pricing-content h3 {
    color: #fff;
    font-size: 30px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0; }
  .page-wrapper .single-live-pricing-content a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 22px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .page-wrapper .single-live-pricing-content a:hover {
      color: #333;
      background-color: #fff; }

.container.grid-container.price-trends-product {
  margin-top: 0;
  margin-bottom: 40px; }

body.single-products #nfusion-table {
  padding: 0; }
body.single-products .single-product-listing.container h1.page-title {
  font-size: 36px;
  font-weight: 400;
  margin: 60px 0; }
body.single-products .single-product-listing.container .product-image-wrapper {
  display: block;
  float: left; }
  body.single-products .single-product-listing.container .product-image-wrapper .social-links {
    display: inline-block;
    margin-bottom: 70px;
    margin-left: -12px; }
body.single-products .single-product-listing.container .product-description {
  padding-top: 60px;
  display: block;
  margin-bottom: 50px; }
  body.single-products .single-product-listing.container .product-description p {
    font-size: 18px; }
body.single-products .single-product-listing.container .social-links span.stMainServices {
  height: 22px; }
  body.single-products .single-product-listing.container .social-links span.stMainServices .stArrow, body.single-products .single-product-listing.container .social-links span.stMainServices .stButton_gradient {
    height: 22px; }
body.single-products .single-product-listing.container #owl-product .item img {
  display: block;
  height: auto;
  max-height: 328px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
body.single-products .single-product-listing.container .owl-wrapper-outer {
  height: 400px; }
  body.single-products .single-product-listing.container .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 400px;
    display: block;
    position: relative; }
body.single-products .single-product-listing.container .owl-theme .owl-controls {
  position: relative; }
body.single-products .single-product-listing.container .owl-theme .owl-controls .item-link {
  position: relative;
  display: block;
  width: 103px;
  height: 77px;
  margin: 10px 20px 0 0;
  border: 2px solid #e9e9e9;
  outline: none; }
body.single-products .single-product-listing.container .owl-theme .owl-controls .active .item-link {
  border: 2px solid #d3bc76; }
body.single-products .single-product-listing.container .owl-page {
  float: left; }
  body.single-products .single-product-listing.container .owl-page a.item-link {
    background-size: contain !important; }
body.single-products .single-product-listing.container .owl-theme .owl-controls .owl-page span, body.single-products .single-product-listing.container .owl-theme .prev-owl, body.single-products .single-product-listing.container .owl-theme .next-owl {
  display: none; }
body.single-products .single-product-listing.container .schedule-cta {
  background-color: #0151a1;
  background-size: cover; }
  body.single-products .single-product-listing.container .schedule-cta .schedule-wrapper {
    display: block;
    margin: 0 auto;
    padding: 30px 20px; }
    body.single-products .single-product-listing.container .schedule-cta .schedule-wrapper h3 {
      color: #d3bc76;
      font-size: 30px;
      display: block;
      text-align: center;
      margin-bottom: 20px;
      margin-top: 0; }
    body.single-products .single-product-listing.container .schedule-cta .schedule-wrapper .gold-button {
      text-align: center; }
body.single-products .single-product-listing.container .single-live-pricing {
  background: linear-gradient(#695e3b, #d3bc76); }
  @media screen and (max-width: 991px) {
    body.single-products .single-product-listing.container .single-live-pricing {
      padding: 30px;
      margin-bottom: 30px; } }
body.single-products .single-product-listing.container .single-live-pricing-content {
  padding: 30px 20px;
  text-align: center; }
  body.single-products .single-product-listing.container .single-live-pricing-content h3 {
    color: #fff;
    font-size: 30px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0; }
  body.single-products .single-product-listing.container .single-live-pricing-content a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 22px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    body.single-products .single-product-listing.container .single-live-pricing-content a:hover {
      color: #333;
      background-color: #fff; }
body.single-products .single-product-listing.container .product-pricing {
  margin: 60px 0 0 0; }
  body.single-products .single-product-listing.container .product-pricing .product-price {
    font-size: 24px;
    font-weight: 600; }
  body.single-products .single-product-listing.container .product-pricing p.disclaimer {
    font-size: 11px;
    margin-top: 10px; }
body.single-products .related-products-wrapper {
  width: 100%;
  max-width: none;
  background: #f4f4f4; }
  body.single-products .related-products-wrapper .related-products {
    max-width: 960px;
    padding-top: 40px; }
    body.single-products .related-products-wrapper .related-products a.related-product-wrapper:link, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:visited, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:active {
      float: left; }
      body.single-products .related-products-wrapper .related-products a.related-product-wrapper:link h3, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:visited h3, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:active h3 {
        display: block;
        text-align: center;
        margin: 16px auto 50px auto;
        font-size: 18px;
        width: 70%;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      body.single-products .related-products-wrapper .related-products a.related-product-wrapper:link .related-product, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:visited .related-product, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:active .related-product {
        width: 100%;
        height: 210px;
        border: 2px solid #e9e9e9;
        background: #fff;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
        body.single-products .related-products-wrapper .related-products a.related-product-wrapper:link .related-product img, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:visited .related-product img, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:active .related-product img {
          display: block;
          height: 70%;
          max-height: 160px;
          width: auto;
          margin: 0 auto;
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
    body.single-products .related-products-wrapper .related-products a.related-product-wrapper:hover h3 {
      color: #b29858; }
    body.single-products .related-products-wrapper .related-products a.related-product-wrapper:hover .related-product {
      border: 2px solid #d3bc76; }

.product-callout-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (min-width: 992px) {
    .product-callout-container {
      height: 400px; } }

.price-trends-wrapper {
  width: 100%;
  max-width: none;
  background: #e9e9e9; }
  .price-trends-wrapper .price-trends.container {
    max-width: 960px; }
    .price-trends-wrapper .price-trends.container h3 {
      margin: 30px 0; }
  .price-trends-wrapper .metal-price {
    margin: 34px 0; }

@media screen and (max-width: 991px) {
  body.single-products .single-product-listing.container h1.page-title {
    width: 80%;
    margin-top: 40px; }
  body.single-products .single-product-listing.container .product-image-wrapper {
    width: 100%;
    float: none; }
    body.single-products .single-product-listing.container .product-image-wrapper .social-links {
      margin: 40px 0; }
  body.single-products .single-product-listing.container .product-description {
    padding-top: 40px;
    margin-bottom: 0; }
  body.single-products .single-product-listing.container .schedule-cta {
    float: none;
    min-height: 0;
    padding: 30px;
    margin-bottom: 40px;
    background: url("../img/appointment_blue_bg.jpg");
    background-size: cover; }
    body.single-products .single-product-listing.container .schedule-cta .schedule-wrapper {
      float: left;
      width: 100%;
      margin: 0; }
  body.single-products .single-product-listing.container .product-pricing {
    margin: 40px 0 0 0; }
  body.single-products .single-product-listing.container #owl-product .item img {
    max-height: 250px; }
  body.single-products .single-product-listing.container .owl-wrapper-outer {
    height: 260px; }
    body.single-products .single-product-listing.container .owl-wrapper-outer .owl-wrapper .owl-item .item {
      height: 260px;
      display: block;
      position: relative; }
  body.single-products .related-products-wrapper .related-products .col-xs-12 {
    float: none; }
  body.single-products .related-products-wrapper .related-products h2 {
    margin-bottom: 40px; }
  body.single-products .related-products-wrapper .related-products a.related-product-wrapper:link, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:visited, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:active {
    float: none;
    width: 300px;
    margin: 20px auto 0 auto;
    display: block; }
    body.single-products .related-products-wrapper .related-products a.related-product-wrapper:link .related-product, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:visited .related-product, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:active .related-product {
      float: none;
      width: 300px;
      margin: 0 auto;
      display: block; }
  body.single-products .related-products-wrapper .related-products a.related-product-wrapper:hover .related-product {
    float: none; } }
@media screen and (max-width: 480px) {
  .related-product {
    width: 250px !important; } }
#nfusion-table {
  padding-bottom: 60px;
  padding-top: 60px; }

.nfusion-title {
  margin: 0;
  padding-bottom: 10px; }

.nfusion-group {
  padding-bottom: 40px; }

.nfusion-product {
  font-size: 14px;
  font-family: Arial, 'Helvetica Neue', 'Helvetica', sans-serif;
  padding: 5px; }

.nfusion-product:nth-child(odd) {
  background: #f1f1f1; }

span.nfusion-price {
  float: right; }

@media screen and (max-width: 480px) {
  .nfusion-product span {
    display: block; }

  span.nfusion-price {
    float: none; } }
/*******************************************/
/* Taxonomy Product Category CSS
/*******************************************/
body.term-foreign-coins .product-row:first-child:after {
  content: "For centuries, foreign countries have been minting coins. There is a vast amount of foreign coinage and, behind it, a unique history that includes the design, minting process, metal formulary and rarity. The foreign coin world offers a glimpse into the history of individual countries and offers the collector an unending story to discover.";
  padding: 0 15px 0 15px; }

body.tax-product_category p.disclaimer {
  width: 80%;
  text-align: center;
  font-size: 12px;
  padding-bottom: 60px; }
body.tax-product_category .multiple-product-category.container {
  max-width: 990px; }
  body.tax-product_category .multiple-product-category.container h2.category-title {
    padding: 55px 0 0 15px; }
  body.tax-product_category .multiple-product-category.container .row {
    margin-bottom: 55px; }
  body.tax-product_category .multiple-product-category.container .category-hr {
    width: 100%;
    height: 2px;
    background: #ccc;
    display: block; }
body.tax-product_category .single-product-category.container {
  max-width: 990px; }
  body.tax-product_category .single-product-category.container h2.page-title {
    padding: 60px 0 0 15px; }
  body.tax-product_category .single-product-category.container .row {
    margin-bottom: 55px; }
body.tax-product_category a.category-product-wrapper:link .product-price, body.tax-product_category a.category-product-wrapper:visited .product-price, body.tax-product_category a.category-product-wrapper:active .product-price {
  font-size: 14px;
  text-align: center; }
body.tax-product_category a.category-product-wrapper:link h3, body.tax-product_category a.category-product-wrapper:visited h3, body.tax-product_category a.category-product-wrapper:active h3 {
  display: block;
  text-align: center;
  margin: 16px auto;
  font-weight: 400;
  width: 70%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
body.tax-product_category a.category-product-wrapper:link .category-product, body.tax-product_category a.category-product-wrapper:visited .category-product, body.tax-product_category a.category-product-wrapper:active .category-product {
  width: 300px;
  height: 210px;
  border: 2px solid #e9e9e9;
  background: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  body.tax-product_category a.category-product-wrapper:link .category-product img, body.tax-product_category a.category-product-wrapper:visited .category-product img, body.tax-product_category a.category-product-wrapper:active .category-product img {
    display: block;
    height: 70%;
    max-height: 160px;
    width: auto;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
body.tax-product_category a.category-product-wrapper:hover h3 {
  color: #b29858 !important; }
body.tax-product_category a.category-product-wrapper:hover .category-product {
  border: 2px solid #d3bc76; }
body.tax-product_category .products-nav ul li.current-cat ul li a.current-product {
  color: inherit;
  cursor: pointer; }
body.tax-product_category .products-nav ul li.current-cat ul li a:hover {
  color: inherit; }
body.tax-product_category .products-nav.top-parent ul li.current-cat {
  background: url("../img/icons/arrow_down_gray.png");
  background-repeat: no-repeat;
  background-position: right 12px;
  background-size: auto; }
  body.tax-product_category .products-nav.top-parent ul li.current-cat a {
    color: inherit;
    border-bottom: 2px solid #474747; }
  body.tax-product_category .products-nav.top-parent ul li.current-cat ul li a {
    border-bottom: none; }
    body.tax-product_category .products-nav.top-parent ul li.current-cat ul li a.current-product {
      color: inherit;
      cursor: pointer; }
    body.tax-product_category .products-nav.top-parent ul li.current-cat ul li a:hover {
      color: inherit; }

@media screen and (max-width: 991px) {
  body.tax-product_category p.disclaimer {
    margin: 30px auto 0 auto; }
  body.tax-product_category .single-product-category.container h2.page-title {
    padding-top: 20px; }
  body.tax-product_category .single-product-category.container .row.product-row {
    margin-bottom: 0; }
  body.tax-product_category .multiple-product-category.container h2.category-title {
    padding: 0 0 0 15px; }
  body.tax-product_category .multiple-product-category.container .row.product-row {
    margin-bottom: 0; }
  body.tax-product_category .multiple-product-category.container .category-hr {
    width: 100%;
    height: 2px;
    margin-top: 30px; }
  body.tax-product_category a.category-product-wrapper:link, body.tax-product_category a.category-product-wrapper:visited, body.tax-product_category a.category-product-wrapper:active {
    float: none;
    width: 300px;
    margin: 30px auto 0 auto;
    display: block; }
    body.tax-product_category a.category-product-wrapper:link .category-product, body.tax-product_category a.category-product-wrapper:visited .category-product, body.tax-product_category a.category-product-wrapper:active .category-product {
      width: 300px;
      height: 210px;
      border: 2px solid #e9e9e9;
      background: #fff;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      body.tax-product_category a.category-product-wrapper:link .category-product img, body.tax-product_category a.category-product-wrapper:visited .category-product img, body.tax-product_category a.category-product-wrapper:active .category-product img {
        display: block;
        height: 70%;
        max-height: 160px;
        width: auto;
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%); } }
/*******************************************/
/* Single Catalog Page
/*******************************************/
body.single-catalog-item .single-catalog-listing.container h1.page-title {
  font-size: 36px;
  font-weight: 400;
  margin: 60px 0; }

body.single-catalog-item .single-catalog-listing.container .catalog-image-wrapper {
  display: block;
  float: left; }

body.single-catalog-item .single-catalog-listing.container .catalog-image-wrapper .social-links {
  display: inline-block;
  margin-bottom: 70px;
  margin-left: -12px; }

body.single-catalog-item .single-catalog-listing.container #catalog-product .item img {
  display: block;
  height: auto;
  max-height: 328px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

body.single-catalog-item .single-catalog-listing.container .catalog-wrapper-outer {
  border: 2px solid #e9e9e9;
  height: 330px; }

body.single-catalog-item .single-catalog-listing.container .catalog-wrapper-outer .item {
  height: 330px;
  display: block;
  position: relative; }

body.single-catalog-item .single-catalog-listing.container .owl-theme .owl-controls {
  position: relative; }

body.single-catalog-item .single-catalog-listing.container .owl-theme .owl-controls .item-link {
  position: relative;
  display: block;
  width: 103px;
  height: 77px;
  margin: 10px 20px 0 0;
  border: 2px solid #e9e9e9;
  outline: none; }

body.single-catalog-item .single-catalog-listing.container .owl-theme .owl-controls .active .item-link {
  border: 2px solid #d3bc76; }

body.single-catalog-item .single-catalog-listing.container .owl-page {
  float: left; }

body.single-catalog-item .single-catalog-listing.container .owl-theme .owl-controls .owl-page span, body.single-catalog-item .single-catalog-listing.container .owl-theme .prev-owl, body.single-catalog-item .single-catalog-listing.container .owl-theme .next-owl {
  display: none; }

body.single-catalog-item .single-catalog-listing.container .schedule-cta {
  background: url("../img/schedule_001.jpg") 50% 50% no-repeat;
  background-size: cover;
  min-height: 330px;
  top: 159px; }

body.single-catalog-item .single-catalog-listing.container .schedule-cta .schedule-wrapper {
  display: block;
  margin: 100px auto 0 auto; }

body.single-catalog-item .single-catalog-listing.container .schedule-cta .schedule-wrapper h3 {
  color: #d3bc76;
  font-size: 30px;
  display: block;
  text-align: center;
  margin-bottom: 20px; }

body.single-catalog-item .single-catalog-listing.container .schedule-cta .schedule-wrapper .gold-button {
  text-align: center; }

body.single-catalog-item .single-catalog-listing.container .catalog-pricing {
  margin: 60px 0; }

body.single-catalog-item .single-catalog-listing.container .catalog-pricing .catalog-price {
  font-size: 24px;
  font-weight: 600; }

body.single-catalog-item .single-catalog-listing.container .catalog-pricing p.disclaimer {
  font-size: 11px;
  margin-top: 10px; }

body.single-catalog-item .related-catalogs-wrapper {
  width: 100%;
  max-width: none;
  background: #f4f4f4; }

body.single-catalog-item .related-catalogs-wrapper .related-catalogs {
  max-width: 960px;
  padding-top: 40px; }

body.single-catalog-item .related-catalogs-wrapper .related-catalogs a.related-catalog-wrapper:link, body.single-catalog-item .related-catalogs-wrapper .related-catalogs a.related-catalog-wrapper:visited, body.single-catalog-item .related-catalogs-wrapper .related-catalogs a.related-catalog-wrapper:active {
  float: left;
  margin-right: 20px; }

body.single-products .related-products-wrapper .related-products a.related-product-wrapper:link h3, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:visited h3, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:active h3 {
  display: block;
  text-align: center;
  margin: 16px auto 50px auto;
  width: 70%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

body.single-products .related-products-wrapper .related-products a.related-product-wrapper:link .related-product, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:visited .related-product, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:active .related-product {
  width: 300px;
  height: 210px;
  border: 2px solid #e9e9e9;
  background: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

body.single-products .related-products-wrapper .related-products a.related-product-wrapper:link .related-product img, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:visited .related-product img, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:active .related-product img {
  display: block;
  height: 70%;
  max-height: 160px;
  width: auto;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

body.single-products .related-products-wrapper .related-products a.related-product-wrapper:hover h3 {
  color: #b29858; }

body.single-products .related-products-wrapper .related-products a.related-product-wrapper:hover .related-product {
  border: 2px solid #d3bc76; }

body.single-products .related-products-wrapper .related-products a.related-product-wrapper:last-child {
  margin-right: 0; }

.price-trends-wrapper {
  width: 100%;
  max-width: none;
  background: #e9e9e9; }

.price-trends-wrapper .price-trends.container {
  max-width: 960px; }

.price-trends-wrapper .price-trends.container h3 {
  margin: 30px 0; }

body.single-catalog-item .single-catalog-listing.container .catalog_price, body.single-catalog-item .single-catalog-listing.container .catalog_subtitle {
  text-align: left; }

@media screen and (max-width: 991px) {
  body.single-catalog-item .single-catalog-listing.container h1.page-title {
    width: 80%;
    margin-top: 40px; }

  body.single-catalog-item .single-catalog-listing.container .catalog-image-wrapper {
    width: 100%;
    float: none; }

  body.single-catalog-item .single-catalog-listing.container .catalog-image-wrapper .social-links {
    margin: 40px 0; }

  body.single-catalog-item .single-catalog-listing.container .product-description {
    margin-bottom: 0; }

  body.single-catalog-item .single-catalog-listing.container .schedule-cta {
    float: none;
    min-height: 0;
    padding: 30px;
    margin-bottom: 40px;
    background: url("../img/appointment_blue_bg.jpg") 50% 50% no-repeat;
    top: 0; }

  body.single-catalog-item .single-catalog-listing.container .schedule-cta .schedule-wrapper {
    float: left;
    width: 50%;
    margin: 0; }

  body.single-catalog-item .single-catalog-listing.container .product-pricing {
    margin: 40px 0; }

  body.single-catalog-item .single-catalog-listing.container #catalog-product .item img {
    max-height: 250px; }

  body.single-catalog-item .single-catalog-listing.container .catalog-wrapper-outer {
    border: 2px solid #e9e9e9;
    height: 260px; }

  body.single-catalog-item .single-catalog-listing.container .catalog-wrapper-outer .item {
    height: 260px;
    display: block;
    position: relative; }

  body.single-catalog-item .related-products-wrapper .related-products h2 {
    margin-bottom: 40px; }

  body.single-catalog-item .related-products-wrapper .related-products a.related-product-wrapper:link, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:visited, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:active {
    float: none;
    width: 300px;
    margin: 20px auto 0 auto;
    display: block; }

  body.single-products .related-products-wrapper .related-products a.related-product-wrapper:link .related-product, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:visited .related-product, body.single-products .related-products-wrapper .related-products a.related-product-wrapper:active .related-product {
    float: none;
    width: 300px;
    margin: 0 auto;
    display: block; }

  body.single-products .related-products-wrapper .related-products a.related-product-wrapper:hover .related-product {
    float: none; } }
/*******************************************/
/* Taxonomy Catalog Category CSS
/*******************************************/
body.tax-catalog_category p.disclaimer {
  width: 80%;
  text-align: center;
  font-size: 12px;
  padding-bottom: 60px; }

.catalog_subtitle, .catalog_price {
  display: block;
  text-align: center; }

.single-catalog-category.container {
  max-width: 990px; }

.single-catalog-category.container .row {
  margin-bottom: 55px; }

.single-catalog-category.container h2.page-title {
  padding: 60px 0 0 15px; }

a.category-catalog-wrapper:link .catalog-price, a.category-catalog-wrapper:visited .catalog-price, a.category-catalog-wrapper:active .catalog-price {
  font-size: 14px;
  text-align: center; }

a.category-catalog-wrapper:link h3, a.category-catalog-wrapper:visited h3, a.category-catalog-wrapper:active h3 {
  display: block;
  text-align: center;
  margin: 16px auto;
  font-weight: 400;
  width: 70%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

a.category-catalog-wrapper:link .category-catalog, a.category-catalog-wrapper:visited .category-catalog, a.category-catalog-wrapper:active .category-catalog {
  width: 300px;
  height: 210px;
  border: 2px solid #e9e9e9;
  background: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

a.category-catalog-wrapper:link .category-catalog img, a.category-catalog-wrapper:visited .category-catalog img, a.category-catalog-wrapper:active .category-catalog img {
  display: block;
  height: 70%;
  max-height: 160px;
  width: auto;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

a.category-catalog-wrapper:hover h3 {
  color: #b29858 !important; }

a.category-catalog-wrapper:hover .category-catalog {
  border: 2px solid #d3bc76; }

@media screen and (max-width: 991px) {
  body.tax-catalog_category p.disclaimer {
    margin: 30px auto 0 auto; }

  .single-catalog-category.container h2.page-title {
    padding-top: 20px; }

  .single-catalog-category.container .row.catalog-row {
    margin-bottom: 0; }

  a.category-catalog-wrapper:link, a.category-catalog-wrapper:visited, a.category-catalog-wrapper:active {
    float: none;
    width: 300px;
    margin: 30px auto 0 auto;
    display: block; }

  a.category-catalog-wrapper:link .category-catalog, a.category-catalog-wrapper:visited .category-catalog, a.category-catalog-wrapper:active .category-catalog {
    width: 300px;
    height: 210px;
    border: 2px solid #e9e9e9;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

  a.category-catalog-wrapper:link .category-catalog img, a.category-catalog-wrapper:visited .category-catalog img, a.category-catalog-wrapper:active .category-catalog img {
    display: block;
    height: 70%;
    max-height: 160px;
    width: auto;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%); } }
@media screen and (max-width: 399px) {
  a.category-catalog-wrapper:link .category-catalog, a.category-catalog-wrapper:visited .category-catalog, a.category-catalog-wrapper:active .category-catalog {
    width: 250px; }

  a.category-catalog-wrapper:link .category-catalog img, a.category-catalog-wrapper:visited .category-catalog img, a.category-catalog-wrapper:active .category-catalog img {
    top: 40px;
    transform: none; } }
/*******************************************/
/* Fix for images in posts
/*******************************************/
.index-post-excerpt img {
  height: auto; }

/*******************************************/
/* General Templates CSS
/*******************************************/
.mobile-only {
  display: none; }

.general-one.container {
  max-width: 960px;
  margin-bottom: 80px; }
  .general-one.container .col-md-9 {
    padding-left: 0;
    padding-right: 60px; }
  .general-one.container h1.page-title {
    margin-bottom: 40px; }
  .general-one.container img.attachment-full.wp-post-image {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin-bottom: 50px; }
  .general-one.container .schedule-cta {
    background: url("../img/schedule_001.jpg") 50% 50% no-repeat;
    background-size: cover;
    min-height: 330px; }
    .general-one.container .schedule-cta h3 {
      color: #d3bc76;
      font-size: 30px;
      display: block;
      text-align: center;
      margin: 100px auto 20px auto; }
    .general-one.container .schedule-cta .gold-button {
      text-align: center; }

.general-two.container {
  max-width: 960px;
  margin-bottom: 80px; }
  .general-two.container .col-md-4 {
    padding-left: 0; }
  .general-two.container h1.page-title {
    margin-bottom: 40px; }
  .general-two.container h2 {
    font-size: 36px;
    margin-bottom: 40px; }
  .general-two.container .col-md-6.left-para {
    padding-left: 0; }
  .general-two.container .col-md-6.right-para {
    padding-right: 0; }

#social-media-container {
  background-color: #0151a1; }

#social-media-menu {
  padding: 30px 40px;
  text-align: center;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin: 0 auto; }
  #social-media-menu > li {
    font-size: 26px;
    position: relative;
    list-style: none;
    flex-grow: 1;
    flex-basis: 30px; }
    #social-media-menu > li > a {
      color: #fff;
      transition: all ease .3s; }
      #social-media-menu > li > a.active {
        color: #d3bc76; }
  @media screen and (max-width: 600px) {
    #social-media-menu {
      flex-wrap: wrap; } }
  @media screen and (min-width: 769px) {
    #social-media-menu li a:hover {
      color: #d3bc76; } }

#yelp-sub-menu {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2000;
  background-color: white;
  padding: 15px 20px;
  text-align: left;
  box-shadow: 0px 3px 6px #000;
  border-top: 2px solid #d3bc76; }
  #yelp-sub-menu li {
    list-style: none;
    font-size: 16px;
    min-width: 98px; }
    #yelp-sub-menu li:not(:last-child) {
      padding-bottom: 5px; }
    #yelp-sub-menu li a {
      color: #000;
      transition: all ease .3s; }
  @media screen and (max-width: 768px) {
    #yelp-sub-menu {
      left: 0;
      transform: translateX(-90%); } }

#footer-menu {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    #footer-menu {
      display: block; } }
  #footer-menu li {
    list-style: none;
    text-transform: uppercase;
    display: flex;
    font-size: 10px; }
    #footer-menu li:not(:last-child):after {
      content: '\2022';
      flex-grow: 1;
      font-size: 12px;
      padding: 0 20px;
      position: relative;
      bottom: 2px; }
    @media screen and (max-width: 768px) {
      #footer-menu li:not(:last-child):after {
        display: none; } }
    @media screen and (max-width: 768px) {
      #footer-menu li {
        font-size: 12px;
        display: block;
        margin-bottom: 15px; } }

/*******************************************/
/* James CSS import
/*******************************************/
.container.stores-info .col-md-3 {
  background: url("../img/footer_bg_002.jpg") 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  padding: 60px 30px;
  border-left: 1px solid #8c8c8c;
  max-height: 390px; }

.container.stores-info .col-md-3:first-child {
  background: url("../img/footer_bg_001.jpg") 50% 50% no-repeat;
  background-size: cover;
  border-left: none; }

.container.stores-info .col-md-3:nth-child(3) {
  background: url("../img/footer_bg_003.jpg") 50% 50% no-repeat;
  background-size: cover; }

.container.stores-info .col-md-3 h4 {
  color: #d3bc76;
  font-size: 24px;
  font-weight: 600; }

.container.stores-info .col-md-3 span {
  color: #f0f0f0;
  width: 100%;
  display: inline-block;
  font-size: 18px; }

.container.stores-info .col-md-3 span.phone {
  font-weight: 700; }

.container.stores-info .col-md-3 .map-link {
  margin-top: 60px; }

.container.stores-info .col-md-3 .map-link a:link, .container.stores-info .col-md-3 .map-link a:visited {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #d3bc76;
  padding: 8px 22px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

/*******************************************/
/* Footer
/*******************************************/
.container.stores-info {
  width: 100%;
  max-width: none;
  margin-top: 0; }
  .container.stores-info .col-md-3 {
    background: url("../img/footer_bg_002.jpg") 50% 50% no-repeat;
    background-size: cover;
    text-align: center;
    padding: 60px 0;
    border-left: 1px solid #8c8c8c; }
    .container.stores-info .col-md-3:first-child {
      background: url("../img/footer_bg_001.jpg") 50% 50% no-repeat;
      background-size: cover;
      border-left: none; }
    .container.stores-info .col-md-3:last-child {
      background: url("../img/footer_bg_004.jpg") 50% 50% no-repeat;
      background-size: cover; }
    .container.stores-info .col-md-3 h4 {
      color: #d3bc76;
      font-size: 24px;
      font-weight: 600; }
    .container.stores-info .col-md-3 span {
      color: #f0f0f0;
      width: 100%;
      display: inline-block;
      font-size: 18px; }
      .container.stores-info .col-md-3 span.phone {
        font-weight: 700; }
      .container.stores-info .col-md-3 span.hours {
        height: 50px; }
    .container.stores-info .col-md-3 .map-link {
      margin-top: 60px; }
      .container.stores-info .col-md-3 .map-link a:link, .container.stores-info .col-md-3 .map-link a:visited {
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        color: #d3bc76;
        border: 2px solid #d3bc76;
        padding: 8px 22px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .container.stores-info .col-md-3 .map-link a:hover, .container.stores-info .col-md-3 .map-link a:active {
        background: #d3bc76;
        color: #474747; }

footer {
  background: #d3bc76;
  color: #03396f;
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 40px; }

/*******************************************/
/* Footer Menu
/*******************************************/
.footer-nav {
  float: right; }
  .footer-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .footer-nav ul li {
      display: inline-block;
      float: left;
      font-size: 14px;
      font-weight: 400; }
      .footer-nav ul li:after {
        content: "\00B7";
        display: inline-block;
        font-weight: 700;
        padding: 0 15px; }
      .footer-nav ul li:last-child:after {
        content: '';
        padding: 0; }

#page-tracking-container {
  position: relative;
  height: 0; }
  #page-tracking-container img {
    position: absolute;
    height: 0; }

iframe[name="google_conversion_frame"] {
  display: none; }

@media screen and (max-width: 991px) {
  .container.stores-info .col-md-3 {
    border-bottom: 1px solid #8c8c8c; }
    .container.stores-info .col-md-3:nth-child(3) {
      border-left: 0px; } }
@media screen and (max-width: 500px) {
  .container.stores-info div.col-md-3 {
    border-right: 0px;
    border-left: 0px; } }
.search-results h1 {
  margin-bottom: 30px; }
.search-results .search-result {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 40px; }

.screen-reader-text:focus {
  box-shadow: none !important;
  font-weight: inherit !important;
  font-size: 12px !important;
  padding: 1px 6px !important;
  top: 0 !important;
  left: 0 !important; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.index-post-excerpt {
  padding-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 40px; }
  .index-post-excerpt h1 {
    margin-bottom: 4px; }
  .index-post-excerpt .post-meta {
    margin-bottom: 20px; }
  .index-post-excerpt .index-post-excerpt-cta {
    padding-top: 20px; }
    .index-post-excerpt .index-post-excerpt-cta a {
      color: #474747; }
  .index-post-excerpt img {
    max-width: 250px;
    padding: 0 20px 10px 0; }

.single-blog-post {
  padding-bottom: 60px; }

.page-wrapper {
  padding-top: 60px;
  padding-bottom: 60px; }

.services-reviews ul {
  margin-top: 20px;
  margin-bottom: 20px; }
  .services-reviews ul li {
    color: #d3bc76;
    font-weight: bold; }
.services-reviews .products-nav {
  padding-bottom: 30px;
  padding-top: 40px; }
  .services-reviews .products-nav ul {
    margin-top: 0px;
    margin-bottom: 45px; }
  .services-reviews .products-nav li {
    color: #474747;
    font-weight: 400; }
.services-reviews h1 {
  margin-bottom: 40px; }
.services-reviews .celeb-reviews {
  padding-top: 40px; }
.services-reviews .celeb-rev-wrapper {
  text-align: center; }
  .services-reviews .celeb-rev-wrapper .celeb-rev {
    padding: 10px 16px;
    font-size: 14px; }
  .services-reviews .celeb-rev-wrapper small {
    font-size: 11px; }
  .services-reviews .celeb-rev-wrapper span, .services-reviews .celeb-rev-wrapper small {
    font-weight: 500; }
.services-reviews .public-reviews {
  padding: 40px 0 60px; }
  .services-reviews .public-reviews .review {
    text-align: center;
    padding-bottom: 30px; }
    .services-reviews .public-reviews .review span {
      font-weight: bold; }

.about-page .staff h1 {
  margin-bottom: 40px; }
.about-page .staff-member-wrapper {
  padding-bottom: 30px; }
.about-page .staff-member {
  border: 2px solid #e9e9e9;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .about-page .staff-member .staff-name-box {
    background: #e9e9e9;
    padding: 20px 12px 18px 12px;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
    .about-page .staff-member .staff-name-box small {
      font-size: 11px; }
  .about-page .staff-member:hover {
    cursor: pointer;
    cursor: hand;
    border: 2px solid #d3bc76; }
    .about-page .staff-member:hover .staff-name-box {
      background: #d3bc76; }
.about-page #bio-modal .modal-dialog {
  opacity: 0.9;
  transform: none;
  margin-top: 0px; }
  .about-page #bio-modal .modal-dialog .modal-content {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: #0151a1;
    color: #fff;
    text-align: center; }
    .about-page #bio-modal .modal-dialog .modal-content .close {
      color: #fff;
      opacity: 1;
      text-shadow: none;
      font-size: 50px;
      line-height: 50px;
      padding-right: 10px;
      font-weight: 400;
      position: relative;
      z-index: 10; }
      .about-page #bio-modal .modal-dialog .modal-content .close:focus, .about-page #bio-modal .modal-dialog .modal-content .close:active {
        outline: 0; }
    .about-page #bio-modal .modal-dialog .modal-content .h1 {
      margin-bottom: 4px; }
    .about-page #bio-modal .modal-dialog .modal-content .bio-modal-bio {
      width: 75%;
      margin: 20px auto; }
.about-page .related-media {
  padding-bottom: 40px; }

.modal-backdrop {
  background-color: #fff; }

/* PAGE BUILDER */
.page-row {
  padding: 0; }
  .page-row.row_w_pad {
    padding-bottom: 60px; }
  .page-row a {
    color: #0151a1; }
  .page-row img {
    max-width: 100%;
    height: auto; }

.page-wrapper hr {
  background-color: #e9e9e9;
  margin-top: 10px; }

/* Embed Responsively */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*******************************************/
/* THIS IS SASSA!!!!
/*******************************************/
body.page-id-387 a.gold-button:link {
  display: block;
  width: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
body.page-id-387 .main-container .col-md-4 {
  float: none;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top; }

/*******************************************/
/* Shop Rotator
/*******************************************/
.page-id-387 #rotator {
  margin-bottom: 30px; }

.page-id-387 #rotator .owl-item .item {
  background-color: #f6f6f6; }

.shop_image_left {
  padding: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top; }

.shop_image_right {
  padding: 60px;
  background-size: contain;
  repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: right top; }

.shop_image_center {
  padding: 60px;
  background-size: contain;
  repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center top; }

.shop_text_box {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center; }

.shop_text_box .h3 {
  width: 35%;
  text-align: center;
  font-size: 34px; }

.shop_text_left {
  margin-right: auto; }

.shop_text_right {
  margin-left: auto; }

@media screen and (min-width: 769px) and (max-width: 991px) {
  .shop_text_box {
    height: 125px; } }
@media screen and (min-width: 591px) and (max-width: 768px) {
  .shop_text_box {
    height: 75px; }

  .shop_text_box .h3 {
    font-size: 24px; } }
@media screen and (max-width: 590px) {
  .shop_text_box {
    height: 50px; }

  .shop_text_box .h3 {
    font-size: 24px; } }
@media screen and (max-width: 400px) {
  .shop_text_box {
    height: 90px; }

  .shop_text_box .h3 {
    font-size: 20px; }

  .shop_image_left, .shop_image_right, .shop_image_center {
    padding: 20px; } }
/*******************************************/
/* Shop Categories
/*******************************************/
.shop_categories_row {
  text-align: center; }

#shop_now_box {
  background-color: #204f9c;
  border: none; }

.shop_now_title {
  display: block;
  text-align: center;
  border: 3px solid #d3bc76;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #d5bd74;
  font-weight: bold;
  padding: 10px; }

.shop_ghost_box {
  position: absolute;
  width: 300px;
  height: 100%;
  background-color: rgba(1, 81, 161, 0.9);
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.shop_ghost_box:hover {
  opacity: 1; }

.shop_grid_box {
  width: 300px;
  height: 180px;
  background-color: #f6f6f6;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #e9e9e9;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.shop_grid_title {
  font-size: 30px;
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.shop_grid_box:hover .shop_grid_title {
  opacity: 0; }

@media screen and (max-width: 991px) {
  .shop_grid_box {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .shop_categories_row {
    margin: 0; } }
@media screen and (max-width: 399px) {
  .shop_grid_box, .shop_ghost_box {
    width: 250px; }

  body.page-id-387 a.gold-button:link {
    left: 65px;
    top: 60px; } }
/*******************************************/
/* Featured Products
/*******************************************/
#featured_product_wrapper {
  background-color: #f6f6f6; }

#featured_product_wrapper .single-catalog-category.container h2.page-title {
  padding: 20px;
  text-align: center; }

#featured_product_wrapper .single-catalog-category.container .row {
  margin-bottom: 0; }

#featured_product_wrapper a.category-catalog-wrapper:link .category-catalog {
  border: none;
  background: none; }

#featured_product_wrapper a.category-catalog-wrapper:link .category-catalog img {
  height: 100%;
  max-height: none; }

@media screen and (max-width: 991px) {
  #featured_product_wrapper a.category-catalog-wrapper:link .category-catalog {
    border: none;
    background: none; } }
@media screen and (max-width: 399px) {
  #featured_product_wrapper a.category-catalog-wrapper:link .category-catalog img {
    height: 70%;
    max-height: 160px; }

  body.page-id-387 a.category-catalog-wrapper:link, body.page-id-387 a.category-catalog-wrapper:visited, body.page-id-387 a.category-catalog-wrapper:active {
    width: 250px;
    margin-bottom: 40px; } }
@media screen and (max-width: 480px) {
  .donor-row {
    margin-top: inherit; } }
@media screen and (min-width: 481px) {
  .donor-row {
    margin-bottom: 40px; } }

@media screen and (max-width: 991px) and (min-width: 768px) {
  .donor-column.last-columns {
    margin-top: 40px; } }
@media screen and (max-width: 480px) {
  .donor-column {
    margin-bottom: 40px; } }

.donor-meta {
  position: relative; }

.donor-image {
  width: 100%; }
  .donor-image.color {
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-transform: translate3d(0px, 0px, 0px);
    transition: all ease .3s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s; }
    .donor-image.color:hover {
      opacity: 1; }

.donor-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0; }

.partner-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 15px; }
  @media screen and (max-width: 480px) {
    .partner-title {
      padding-bottom: 40px; } }

.about-page .staff-member .staff-name-box small {
  display: block;
  line-height: 1.1em;
  padding-top: 5px; }

@media screen and (max-width: 768px) {
  #map-container {
    display: none; } }

#map {
  padding: 0;
  height: 500px; }

.marker {
  background-image: url("../img/icons/map_marker.png");
  cursor: pointer; }
  .marker.blue {
    background-image: url("../img/icons/map_marker_blue.png"); }

.mapboxgl-ctrl-bottom-right {
  display: none; }

.mapboxgl-marker {
  width: 20px !important;
  height: 33px !important; }

#map-locations {
  background-color: #636359;
  height: 500px; }
  #map-locations #location-list {
    flex-direction: column;
    align-items: center;
    height: 100%; }
    #map-locations #location-list li {
      display: block;
      text-transform: none;
      cursor: pointer;
      padding: 10px 0;
      transition: all ease .3s; }
      #map-locations #location-list li:hover {
        color: #d3bc76;
        padding: 10px 100px; }
      #map-locations #location-list li:not(:last-child) {
        margin-bottom: 40px; }
        #map-locations #location-list li:not(:last-child):after {
          content: '';
          height: 2px;
          background-color: #d3bc76;
          width: 40px;
          position: absolute;
          top: 70px;
          left: 50%;
          transform: translateX(-50%); }
      #map-locations #location-list li h3 {
        font-size: 28px; }
      #map-locations #location-list li.show {
        color: #d3bc76; }
        #map-locations #location-list li.show .location-sub-item {
          opacity: 1;
          pointer-events: auto; }
      #map-locations #location-list li .location-sub-item {
        color: #fff;
        top: -15px;
        left: calc(50% - 480px);
        cursor: auto;
        transform: none !important; }
        #map-locations #location-list li .location-sub-item .location-sub-item-container {
          padding-top: 0; }
          #map-locations #location-list li .location-sub-item .location-sub-item-container .triangle {
            transform: rotate(45deg);
            top: 20px;
            left: 330px; }
          #map-locations #location-list li .location-sub-item .location-sub-item-container a {
            cursor: pointer; }
      #map-locations #location-list li[data-location="Bellevue"] .location-sub-item {
        top: -5px; }
        #map-locations #location-list li[data-location="Bellevue"] .location-sub-item .triangle {
          top: 8px; }
      #map-locations #location-list li[data-location="Lynnwood"] .location-sub-item {
        top: -95px; }
        #map-locations #location-list li[data-location="Lynnwood"] .location-sub-item .triangle {
          top: 100px; }
      #map-locations #location-list li[data-location="West Seattle"] .location-sub-item {
        top: -185px; }
        #map-locations #location-list li[data-location="West Seattle"] .location-sub-item .triangle {
          top: 189px; }
      #map-locations #location-list li[data-location="Issaquah"] .location-sub-item {
        top: -275px; }
        #map-locations #location-list li[data-location="Issaquah"] .location-sub-item .triangle {
          top: 276px; }

#mobile-map-container {
  background-color: #636359; }
  @media screen and (min-width: 768px) {
    #mobile-map-container {
      display: none !important; } }

#mobile-map {
  padding: 40px 0;
  margin: 0;
  text-align: center; }
  #mobile-map li {
    font-size: 28px;
    list-style: none;
    position: relative; }
    #mobile-map li:not(:first-child):before {
      content: '';
      height: 2px;
      background-color: #d3bc76;
      width: 40px;
      position: absolute;
      top: -18px;
      left: 50%;
      transform: translateX(-50%); }
    #mobile-map li:not(:last-child) {
      padding-bottom: 20px;
      margin-bottom: 20px; }
    #mobile-map li a {
      color: #fff;
      cursor: pointer; }

.mobile-map-sub {
  display: none;
  position: relative;
  border-top: 2px solid #d3bc76;
  border-bottom: 2px solid #d3bc76;
  border-bottom: none;
  background-size: cover;
  background-position: center center;
  padding: 40px 40px 0 40px;
  background-color: #0151a1;
  text-align: left; }
  .mobile-map-sub > span {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px; }
    .mobile-map-sub > span:nth-last-child(2) {
      margin-bottom: 40px; }
    .mobile-map-sub > span:before {
      position: absolute;
      left: 40px; }
    .mobile-map-sub > span.map-hours {
      padding-left: 68px; }
      .mobile-map-sub > span.map-hours:before {
        content: 'Hours: '; }
    .mobile-map-sub > span.map-phone {
      padding-left: 71px; }
      .mobile-map-sub > span.map-phone:before {
        content: 'Phone: '; }
  .mobile-map-sub .map-title {
    font-size: 28px;
    margin-bottom: 30px; }
  .mobile-map-sub a {
    display: block;
    cursor: pointer;
    color: #d3bc76; }

.map-call-link a {
  color: #636359 !important;
  border-right: 1px solid #636359; }
  .map-call-link a:before {
    font-family: 'FontAwesome';
    content: '\f095';
    color: #636359 !important;
    font-size: 1.3em;
    margin-right: 10px;
    position: relative;
    top: 2px; }

.map-links-container {
  padding: 30px;
  margin: 0 -40px;
  background-color: #d3bc76;
  text-align: center;
  justify-content: center;
  font-size: 20px;
  display: flex; }
  .map-links-container span {
    flex-grow: 1; }

.map-direction-link a {
  color: #636359 !important;
  border-left: 1px solid #636359; }
  .map-direction-link a:before {
    font-family: 'FontAwesome';
    content: '\f124';
    color: #636359 !important;
    font-size: 1.3em;
    margin-right: 10px;
    position: relative;
    top: 2px; }

.map-menu-close {
  position: absolute;
  top: 30px;
  font-size: 30px;
  font-weight: 100;
  right: 40px; }

@media screen and (min-width: 1200px) {
  /*******************************************/
  /* Globals
  /*******************************************/
  .container {
    max-width: 990px; }

  #bio-modal .modal-dialog {
    width: 990px; } }
@media screen and (min-width: 992px) {
  /*******************************************/
  /* Globals
  /*******************************************/
  .container {
    width: 990px; }

  #bio-modal .modal-dialog {
    width: 990px; } }
@media screen and (max-width: 991px) {
  /*******************************************/
  /* Globals
  /*******************************************/
  #bio-modal .modal-dialog {
    width: 720px; }

  .hide-mobile {
    display: none !important; }

  .show-mobile {
    display: block !important; }

  /*******************************************/
  /* Header
  /*******************************************/
  .utility-nav {
    z-index: 9998;
    position: absolute;
    width: 80%;
    top: 0;
    left: 0; }
    .utility-nav p {
      display: none;
      margin-bottom: 0;
      line-height: inherit;
      padding: 0; }
      .utility-nav p span.separator {
        display: none;
        padding: 0; }
      .utility-nav p span.store-name {
        width: 50%;
        display: block;
        padding: 30px 0;
        margin: 0 auto;
        border-bottom: 1px solid #e9e9e9; }
        .utility-nav p span.store-name:last-child {
          border-bottom: none; }
        .utility-nav p span.store-name span {
          display: block;
          clear: both;
          padding-left: 0; }

  .cta {
    padding-top: 15px;
    margin-bottom: 30px; }
    .cta .container {
      width: 100%;
      padding: 0; }
      .cta .container .row {
        padding: 0;
        margin: 0; }
    .cta span.phone-toggle {
      z-index: 9999;
      opacity: 1.0;
      display: block;
      width: auto;
      cursor: pointer;
      background-color: #0151a1;
      background-image: url("../img/icons/phone_icon.png");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      width: 55px;
      height: 40px;
      position: absolute;
      margin: 12px 15px; }
      .cta span.phone-toggle.close {
        background-image: url("../img/icons/close_icon_white.png"); }
    .cta span.menu-toggle {
      z-index: 9999;
      opacity: 1.0;
      position: relative;
      display: block;
      float: right;
      width: auto;
      cursor: pointer;
      background-image: url("../img/icons/menu_toggle_icon.png");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      width: 56px;
      height: 41px;
      margin: 10px 30px 0 0; }
      .cta span.menu-toggle.close {
        background-image: url("../img/icons/close_icon_gray.png"); }
    .cta span.schedule-cta, .cta span.locations-cta, .cta span.search-cta, .cta span.home-cta {
      display: none; }
    .cta span.cart-cta {
      width: auto;
      border-bottom: none;
      padding: 0;
      margin: 40px 0 0 0; }
      .cta span.cart-cta a {
        background: url("../img/icons/cart_icon.png") 50% 0% no-repeat;
        padding: 20px 0 0 0; }
    .cta span.search-cta.mobile {
      margin-top: 20px; }
    .cta span.schedule-cta.mobile, .cta span.locations-cta.mobile, .cta span.search-cta.mobile {
      display: block !important;
      width: 100%;
      text-align: center;
      background: #ececec;
      border-top: 1px solid #333;
      border-bottom: none; }
    .cta .brc-logo a {
      display: block;
      margin: 0 auto;
      width: auto;
      max-width: 207px; }
      .cta .brc-logo a img {
        width: 100%;
        height: auto; }

  /*******************************************/
  /* Mobile Navigation
  /*******************************************/
  #mobile-nav {
    display: none;
    width: 100%;
    position: absolute;
    top: 7px;
    z-index: 9997;
    background: #fff; }
    #mobile-nav .mega-menu-wrap ul {
      list-style-type: none;
      padding: 0 15px;
      margin: 70px 0 0 0;
      width: 100%; }
      #mobile-nav .mega-menu-wrap ul:after {
        display: none; }
      #mobile-nav .mega-menu-wrap ul li {
        display: inline-block;
        float: none;
        font-size: 21px;
        text-align: center;
        width: 100%;
        padding: 0; }
        #mobile-nav .mega-menu-wrap ul li:after {
          content: "";
          display: none;
          font-weight: 700;
          padding: 0; }
        #mobile-nav .mega-menu-wrap ul li:last-child {
          float: none;
          text-align: center; }
          #mobile-nav .mega-menu-wrap ul li:last-child:after {
            content: '';
            padding: 0; }
        #mobile-nav .mega-menu-wrap ul li a:link, #mobile-nav .mega-menu-wrap ul li a:visited, #mobile-nav .mega-menu-wrap ul li a:active {
          width: 100%;
          display: inline-block; }

  /*******************************************/
  /* Hero Rotator
  /*******************************************/
  #rotator {
    margin-left: 0;
    border-top: 2px solid #e9e9e9; }
    #rotator .item.button {
      padding: 30px; }
    #rotator .item img {
      width: 45%; }
    #rotator .item .title-wrapper {
      width: 50%; }
      #rotator .item .title-wrapper span.h3 {
        font-size: 32px; }

  /*******************************************/
  /* Staff Meta Box
  /*******************************************/
  .staff-name-box {
    padding: 20px; } }
@media screen and (max-width: 768px) {
  .container {
    width: 93.75%; }

  #bio-modal .modal-dialog {
    width: 90%;
    margin: 0 5%; }

  /*******************************************/
  /* Header
  /*******************************************/
  .cta .container {
    width: 100%;
    padding: 0; }
    .cta .container .row {
      padding: 0;
      margin: 0; }
  .cta span.menu-toggle {
    background-image: url("../img/icons/menu_toggle_icon.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 30px;
    height: 22px;
    margin: 10px 30px 0 0; }
    .cta span.menu-toggle.close {
      background-image: url("../img/icons/close_icon_gray.png"); }

  /*******************************************/
  /* Hero Rotator
  /*******************************************/
  #rotator {
    margin-left: 0;
    border-top: 2px solid #e9e9e9; }
    #rotator .item img {
      width: 45%; }
    #rotator .item .title-wrapper {
      width: 50%; }
      #rotator .item .title-wrapper span.h3 {
        font-size: 32px; }
      #rotator .item .title-wrapper .link-button {
        margin-top: 40px; } }
@media screen and (max-width: 500px) {
  a.btt {
    width: 40px;
    height: 40px; }
    a.btt:link, a.btt.visited {
      background-size: 60%; }

  .cta span.phone-toggle {
    margin: 10px 0 0 15px; }
  .cta span.menu-toggle {
    margin: 15px 15px 0 0; }
  .cta span.cart-cta {
    display: none; }

  .mobile-only {
    display: none; }

  .desktop-only {
    display: block; }

  /*******************************************/
  /* Hero Rotator
  /*******************************************/
  #rotator {
    margin-left: 0;
    border-top: 2px solid #e9e9e9; }
    #rotator .item {
      height: 280px;
      background-position: left top;
      background-size: 530px; }
      #rotator .item.button {
        padding-top: 180px; }
      #rotator .item img {
        width: 45%; }
      #rotator .item .title-wrapper {
        width: 100%;
        padding: 30px 10px 20px; }
        #rotator .item .title-wrapper span.h3 {
          font-size: 20px !important; }
        #rotator .item .title-wrapper .link-button {
          margin-top: 20px; }

  /*******************************************/
  /* Home Page Copy and Social
  /*******************************************/
  .home-copy.container .social-links ul li {
    padding: 0 10px; }
  .home-copy.container ul.affiliates li {
    width: 50%; }
    .home-copy.container ul.affiliates li img {
      max-width: 100%; }

  /*******************************************/
  /* Staff Meta Box
  /*******************************************/
  .staff-name-box {
    padding: 20px;
    min-height: inherit; } }
@media screen and (max-width: 991px) {
  #rotator {
    margin-left: 0;
    border-top: 2px solid #e9e9e9; }
    #rotator .item {
      height: 400px;
      background-position: left top;
      background-size: 100% auto;
      position: relative;
      padding: 0 !important; }
      #rotator .item.button {
        padding-top: 0; }
      #rotator .item img {
        width: 45%; }
      #rotator .item .title-wrapper {
        width: 100%;
        position: absolute;
        text-align: center;
        bottom: 0;
        background-color: #fff;
        text-align: center;
        height: auto;
        padding: 20px; }
        #rotator .item .title-wrapper span.h3 {
          font-size: 20px !important;
          margin-top: 0; }
        #rotator .item .title-wrapper .link-button {
          margin-top: 20px;
          position: relative;
          bottom: 0;
          left: 0;
          transform: none;
          margin-bottom: 30px; }

  .title {
    position: relative; }

  .container.grid-container .tile.white.tl-tile .title-wrapper, .container.grid-container .tile.white.tr-tile .title-wrapper {
    position: static; }
    .container.grid-container .tile.white.tl-tile .title-wrapper .tile-button, .container.grid-container .tile.white.tr-tile .title-wrapper .tile-button {
      position: absolute;
      width: 40%;
      bottom: 10%;
      right: 5%; } }
@media screen and (max-width: 768px) {
  #rotator {
    margin-left: 0;
    border-top: 2px solid #e9e9e9; }
    #rotator .item {
      height: 400px;
      background-position: left top;
      background-size: auto 68%;
      position: relative;
      padding: 0 !important; }
      #rotator .item.button {
        padding-top: 0; }
      #rotator .item img {
        width: 45%; }
      #rotator .item .title-wrapper {
        width: 100%;
        position: absolute;
        bottom: 0;
        background-color: #fff;
        text-align: center;
        height: auto;
        padding: 20px; }
        #rotator .item .title-wrapper span.h3 {
          font-size: 20px !important;
          margin-top: 0; }
        #rotator .item .title-wrapper .link-button {
          margin-top: 20px;
          position: relative;
          bottom: 0;
          left: 0;
          transform: none;
          margin-bottom: 20px; } }
@media screen and (max-width: 500px) {
  #rotator {
    margin-left: 0;
    border-top: 2px solid #e9e9e9; }
    #rotator .item {
      height: 330px;
      background-position: left top;
      background-size: auto 60%;
      position: relative;
      padding: 0 !important; }
      #rotator .item.button {
        padding-top: 0; }
      #rotator .item img {
        width: 45%; }
      #rotator .item .title-wrapper {
        width: 100%;
        position: absolute;
        bottom: 0;
        background-color: #fff;
        text-align: center;
        height: auto;
        padding: 20px;
        padding-bottom: 0; }
        #rotator .item .title-wrapper span.h3 {
          font-size: 20px !important;
          margin-top: 0; }
        #rotator .item .title-wrapper .link-button {
          margin-top: 20px;
          position: relative;
          bottom: 0;
          left: 0;
          transform: none;
          margin-bottom: 15px; }

  .container.grid-container .tile.white.tl-tile .title-wrapper .title-adjust, .container.grid-container .tile.white.tr-tile .title-wrapper .title-adjust {
    position: static; }

  .container.grid-container .tile.white.tl-tile .title-wrapper, .container.grid-container .tile.white.tr-tile .title-wrapper {
    position: static; }
    .container.grid-container .tile.white.tl-tile .title-wrapper .tile-button, .container.grid-container .tile.white.tr-tile .title-wrapper .tile-button {
      position: absolute;
      width: 50%;
      bottom: 10%;
      right: 5%; } }

.home .tile.white.single-height.bl-tile.title-center {
    overflow: hidden;
}
@media only screen and (max-width: 992px) {

.widget .schedule-cta h3{
font-size:23px;
}
}

/*# sourceMappingURL=style.css.map */