/*
Theme Name: Dr. Jones
Theme URI: http://jonderfin.com
Version: 1.0
Description:
Author: JONDERFiN
Author URI: http://jonderfin.com
template: bb-theme
*/

html.fl-builder-is-showing-toolbar body {margin-top:34px !important;}
/*.fl-page {max-width:2560px;margin:0 auto;}*/
.mobile-feature .hero .fl-row-content-wrap {
	height: 100%;
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
	min-height: unset;
}
body {
  min-width: 320px;
}
@media screen and (min-width: 2560px) {
  .hero .fl-row-content-wrap{background-size:2560px;}
}

:root {
	--dark: rgba(0,0,0,1);
	--dark-hover: rgba(0,0,0,0.75);
  --dark-alive: rgba(0,0,0,0.95);
  --medium-dark: rgba(80,81,82,1);
  --medium-dark-hover: rgba(80,81,82,0.75);
	--medium: rgba(220,221,222,1);
	--medium-hover: rgba(220,221,222,0.75);
	--light: rgba(245,246,247,1);
	--light-hover: rgba(245,246,247,0.75);
  --light-alive: rgba(245,246,247,0.95);
	--accent: rgba(255,133,44,1);
	--accent-hover: rgba(255,133,44,0.75);
	--line: rgba(0,0,0,1);
}
body {
  background-color: rgba(255,255,255,1);
}
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* EVENTS CALENDAR */
header.tribe-events-header {
    display: none !important;
}
.tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium {
    display: none !important;
}
.tribe-common button:hover, .tribe-common input[type=button]:hover, .tribe-common input[type=submit]:hover {
    border: none !important;
}


/* HEADER STYLES */

.navbar {
  background: rgba(233,232,169,1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0px;
  border: none;
  min-height: unset;
  min-width: 320px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.navbar.alive {
  background: rgba(233,232,169,0.95);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 5px rgb(14,15,16,0.25);
}
html.mobile.in,
html.mobile.in body {
  touch-action:  none !important;
}
html.in,
html.in body {
  height: 100% !important;
  overflow: hidden !important;
}
html.in {
  overflow-y: scroll !important;
}
html.in .navbar {
  background: rgba(233,232,169,0.95);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 5px rgb(14,15,16,0.25);
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 0px !important;
  width: calc(100% + 20px) !important;
  background-color: rgba(233,232,169,0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow-y: scroll;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 4;
}
.overlay-content {
  position: relative;
  top: 0px;
  width: calc(100% - 160px);
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
	.overlay-content {
		width: 100%;
	}
}
.overlay .nav li a {
  padding: 8px 8px 8px 20px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--dark);
  display: block;
  transition: 0s;
}
.overlay .nav > li > a {
  border-bottom: 1px solid var(--line);
  line-height: 40px;
}
.overlay .nav > li.menu-item-has-children > a {
  border-bottom: none;
  line-height: 20px;
  color: var(--dark-hover);
}
.overlay .nav > li > ul.sub-menu {
  list-style-type: none;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid var(--line);
}
.overlay .nav > li:last-of-type > a,
.overlay .nav > li:last-of-type > ul.sub-menu {
  border-bottom: none;
}
.overlay .nav > li > ul.sub-menu > li > a {
  line-height: 20px;
}
.overlay .nav li.current-menu-item a {
  font-weight: 900;
}
.overlay .nav li a:hover,
.overlay .nav li a:focus {
  color: var(--dark-hover);
  background: transparent;
}
.overlay .nav li.button-light a,
.overlay .nav li.button-solid-light a {
  left: 50%;
  transform: translateX(-50%);
  margin: 40px 0 0 0 !important;
}
.overlay .nav li {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.overlay.collapse.in .nav li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.navbar-inner {
  position: relative;
  min-height: 0;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  filter: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.brand-logo svg,
.brand-logo svg .logo-1,
.overlay .nav li a,
.navbar-inner .nav-container > ul > li > a,
.navbar-inner .nav-container > ul > li > ul.sub-menu > li > a,
.navbar-inner .nav-container > ul > li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.brand-logo {
  position: relative;
  display: inline-block;
  height: 60px;
  left: -22px;
}
.brand-logo svg {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  opacity: 1;
  z-index: 99999;
}
.brand-logo svg .logo-1 {
  fill: var(--dark);
}
.brand-logo svg .logo-2 {
  fill: var(--dark-hover);
}
.brand-logo:hover svg .logo-1 {
  fill: var(--dark-hover);
}

#mNav .navbar-inner {
  position: relative;
  top: 10px;
  left: 30px;
  width: 260px;
}
.navbar-fixed-top .navbar-inner {
  height: 48px;
}
.fl-page-content {
  margin-top: 48px;
}
@media screen and (min-width: 1000px) {
  .navbar-fixed-top .navbar-inner {
    height: 60px;
    width: 100%;
    max-width: 980px;
    padding: 0 22px;
    margin: 0 auto;
  }
  .fl-page-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 999px) {
	a.brand-logo {
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    position: relative;
    height: 48px;
}
  .brand-logo svg {
		left: 50%;
    transform: translateX(-50%);
    padding: 5px;
    height: 48px;
	}
	.overlay.collapse.in {
	    height: 100% !important;
	    padding-top: 60px;
	    background-color: rgba(233,232,169,0.95);
	    -webkit-backdrop-filter: blur(10px);
	  	backdrop-filter: blur(10px);
      overflow-y: scroll;
	  	z-index: 4;
	}
}
@media (max-width: 767px) {
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 999px) {
  .header-menu-spacer {
    height:48px;
  }
}
.navbar-inner .nav-container {
  display: block;
  position: absolute;
  top: 0;
  right: 12px;
  height: 60px;
}
.navbar-inner > .nav-container > ul {
  height: 60px;
}
.navbar-inner .nav-container > ul > li,
.navbar-inner .nav-container > ul > li > ul.sub-menu > li {
  line-height: 60px;
}
#mainNav .nav > li,
.navbar-inner .nav-container ul.sub-menu > li {
	display: inline;
  float: left;
}
.navbar-inner .nav-container > ul > li > a,
.navbar-inner .nav-container > ul > li > ul.sub-menu > li > a {
  color: var(--dark);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 10px;
  text-decoration: none;
  text-shadow: none;
}
.navbar-inner .nav-container > ul > li > ul.sub-menu {
    display: block;
    min-width: 140px;
    max-height: 0 !important;
    position: absolute;
    background: rgba(233,232,169,1);
    color: var(--dark);
    list-style: none;
    text-align: center;
    padding: 0;
    overflow: hidden;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-inner .nav-container > ul > li.right-menu > ul.sub-menu {
    right: 0;
}
.navbar-inner .nav-container > ul > li > ul.sub-menu.active {
    max-height: 500px !important;
}
.navbar-inner .nav-container > ul > li > ul.sub-menu > li {
  width: 100%;
}
.navbar-inner .nav-container > ul > li > ul.sub-menu > li > a {
  display: block;
  border-bottom: 1px solid var(--line);
  padding: 0;
  width: 100%;
}
.navbar-inner .nav-container > ul > li > ul.sub-menu > li:last-of-type > a {
  border: none;
}
.navbar-inner .nav-container > ul > li.menu-item-has-children > a::after {
  position: relative;
  top: 1px;
  color: var(--line);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  font-size: 15px;
  padding-left: 5px;
}
.navbar-inner .nav-container > ul > li.menu-item-has-children.active > a::after {
  color: var(--line);
  content: "\f106";
}
.navbar-inner .nav-container > ul > li.menu-item-has-children > a:hover::after {
  color: var(--line);
}
.navbar-inner .nav-container > ul > li.active > a,
.navbar-inner .nav-container > ul > li > a:hover,
.navbar-inner .nav-container > ul > li > a:focus,
.navbar-inner .nav-container > ul > li > ul.sub-menu > li > a:hover,
.navbar-inner .nav-container > ul > li > ul.sub-menu > li > a:focus {
  color: var(--dark);
  background: var(--medium);
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .navbar-inner .nav-container {
    display: none;
  }
}

/* ANIMATED HAMBURGER MENU ICON */

.animated-icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 68px;
  height: 48px;
  padding: 15px 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .animated-icon {
    display: none;
  }
}
.animated-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 28px;
  border-radius: 9px;
  opacity: 1;
  left: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
.animated-icon span {
    background: var(--dark);
}
.animated-icon span:nth-child(1) {
  top: 15px;
}
.animated-icon span:nth-child(2) {
  top: 23px;
}
.animated-icon span:nth-child(3) {
  top: 31px;
}
.animated-icon.open span:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon.open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.animated-icon.open span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* ANIMATED DROP-DOWN ICON */

.arrow-icon {
  background-color:red;
  height: 2.8em;
  width: 2.8em;
  display:block;
  padding: 0.5em;
  margin: 1em auto;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
}
.left-bar {
  position: absolute;
  background-color: transparent;
  top: 0;
  left:0;
  width: 40px;
  height: 10px;
  display: block;
  transform: rotate(35deg);
  float: right;
  border-radius: 2px;
}
.left-bar::after {
  content:"";
  background-color: white;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 6px 10px 10px 6px;
  transition: all 0.5s cubic-bezier(.25,1.7,.35,.8);
  z-index: -1;
}
.right-bar {
  position: absolute;
  background-color: transparent;
  top: 0px;
  left:26px;
  width: 40px;
  height: 10px;
  display: block;
  transform: rotate(-35deg);
  float: right;
  border-radius: 2px;
}
.right-bar::after {
  content:"";
  background-color: white;
  width: 40px;
  height: 10px;
  display: block;
  float: right;
  border-radius: 10px 6px 6px 10px;
  transition: all 0.5s cubic-bezier(.25,1.7,.35,.8);
  z-index: -1;
}
.arrow-icon.open .left-bar::after {
  transform-origin: center center;
  transform: rotate(-70deg);
}
.arrow-icon.open .right-bar::after {
  transform-origin: center center;
  transform: rotate(70deg);
}


/* PHONE BANNER */
/*
.phone-banner {
  position: fixed;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background-color: #242424;
  z-index: 1030;
}
.phone-banner ul {
  list-style-type: none;
}
.phone-banner a {
  display: block;
  position: absolute;
  top: calc(50% - 0px);
  left: 50%;
  font-family: "Open Sans", sans-serif;
  color: var(--light);
  font-size: 14px;
  letter-spacing: 0.5px;
  transform: translate3d(-50%,-50%,0);
}
.phone-banner a:hover {
  color: var(--light-hover);
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  .fl-page-content {
    margin-top: 88px;
  }
  .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    top: 20px;
  }
}
*/

/* FOOTER STYLES */

footer {
	position: relative;
	width: 100%;
	background: #4e8abe;
	color: var(--light);
}
.footer-container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 22px 80px
}
.footer-top {
	width: 100%;
	height: 70px;
	margin-bottom: 50px;
}
.footer-logo {
	display: inline-block;
}
.footer-logo svg {
	position: relative;
  top: 0;
  left: -6px;
  height: 70px;
  padding: 6px;
  opacity: 1;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.footer-logo svg .logo-1,
.footer-logo svg .logo-2 {
  fill: var(--light);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.footer-logo a:hover svg .logo-1 {
	fill: var(--light-hover);
}
.social-media-links {
	display: inline-block;
	float: right;
	text-align: right;
}
.social-media-links svg {
	display: inline-block;
	fill: var(--light);
	height: 36px;
	margin: 0px 0 0 20px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.social-media-links a:hover svg {
	fill: var(--accent);
}
.footer-middle {
	width: 100%;
	margin-bottom: 50px;
  text-align: center;
}
.footer-middle-container {
  display: block;
  margin: 0 auto;
}
.footer-csc-logo {
  display: inline-block;
  max-width: 110px;
  margin-right: 40px;
  text-align: left;
  vertical-align: text-top;
}
.footer-csc-logo img {
  width: 110px;
}
.footer-acme-logo {
  display: inline-block;
  max-width: 120px;
  margin-right: 60px;
  text-align: left;
  vertical-align: text-top;
}
.footer-acme-logo img {
  width: 120px;
}
.footer-about {
  display: inline-block;
  max-width: 340px;
  margin-right: 60px;
  text-align: left;
  vertical-align: text-top;
}
.footer-contact {
  display: inline-block;
  text-align: left;
  vertical-align: text-top;
}
.footer-about-heading,
.footer-contact-heading {
  color: var(--accent);
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
.footer-about-copy,
.footer-contact-copy {
  color: var(--light);
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 0.5px;
  line-height: 23px;
  margin-bottom: 10px;
}
.footer-contact-copy a {
  color: var(--light);
}
.footer-contact-copy a:hover {
  color: var(--light-hover);
}
.footer-about .footer-bold {
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 999px) {
  .footer-acme-logo {
    margin-right: 0;
  }
  .footer-about,
  .footer-contact {
    display: block;
    width: calc(100% - 40px);
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
  }
  .footer-csc-logo,
  .footer-about {
    margin-bottom: 40px;
  }
}
.footer-bottom {
	width: 100%;
	font-size: 12px;
	font-weight: 100;
	line-height: 18px;
	letter-spacing: 0.5px;
}
.copyright {
	display: inline-block;
}
.terms {
	display: inline-block;
	float: right;
	text-align: right;
	font-weight: 600;
}
.terms a {
	color: var(--light);
  text-decoration: none;
	margin-left: 20px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.terms a:hover {
	color: var(--light-hover);
}
@media (max-width: 999px) {
	.copyright,
	.terms {
		display: block;
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.copyright {
		margin: 0 auto 30px;
	}
	.terms a {
		margin: 0 10px;
	}
}
@media (max-width: 767px) {
	footer .nav-container {
		display: block;
		width: 100%;
		margin-right: 0;
	}
}
@media (max-width: 519px) {
	.footer-container {
		width: calc(100% - 30px);
	}
	.footer-top {
		height: auto;
		margin-bottom: 42px;
	}
	.footer-logo {
		display: block;
    text-align: center;
    margin-bottom: 36px;
	}
	.social-media-links {
		display: block;
    float: none;
    text-align: center;
	}
  .social-media-links svg {
    margin: 13px 8px 0;
  }
}
@media (max-width: 340px) {
  .footer-csc-logo {
    margin-right: 20px;
  }
}

/* INVENTORY LISTING PAGE */
.inventory-list-wrap {
  display: block;
  position: relative;
  max-width: 999px;
  font-size: 0;
  padding: 40px 40px 100px;
  margin: 60px auto 0;
}
.inventory-page-title {
  font-family: "Open Sans", sans-serif;
  color: #000;
  text-align: center;
  margin: 0 0 40px;
}
.inventory-page-title h2 {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  line-height: 1.4;
  margin: 0;
}
.inventory-page-title p {
  font-weight: 100;
  font-size: 21px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 1.45;
}
.inventory-item {
  display: inline-block;
  width: calc(33.3333% - 10px);
  font-size: 12px;
  margin: 10px 5px;
  background-color: #f5f6f7;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
a:hover .inventory-item {
  opacity: 0.8;
  cursor: pointer;
}
.inventory-item.sold {
  opacity: 0.5;
}
.inventory-item.hidden,
.inventory-item.archived {
  display: none;
}
.inventory-item img {
  width: 296.33px;
  height: 197px;
  object-fit: cover;
}
.inventory-item-details {
  color: var(--dark);
  padding: 10px;
}
.inventory-item-details h5 {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  padding: 5px 0 10px;
}
.inventory-item-details h5 .bold {
 font-size: 24px;
 font-weight: 600;
}
.inventory-item-title {
  color: #676869;
  width: 40px;
  display: inline-block;
  text-align: right;
  padding-right: 3px;
}
.inventory-item-footer {
  padding: 5px;
  font-size: 14px;
  border-top: 2px solid var(--dark);
  margin-top: 5px;
}
.inventory-item-price {
  font-size: 18px;
  font-weight: 600;
  float: right;
}
.inventory-item.sold .inventory-item-price {
  display: none;
}
.inventory-item.sold .inventory-item-status {
  color: var(--accent);
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 999px) {
  .inventory-list-wrap {
    margin: 88px auto 0;
  }
  .inventory-item {
    width: calc(50% - 10px);
  }
  .inventory-item img {
    width: 100%;
    height: 30vw;
  }
}
@media (max-width: 767px) {
  .inventory-list-wrap {
    padding: 40px 10px 100px;
  }
  .inventory-item {
    width: calc(100% - 10px);
  }
  .inventory-item img {
    height: 60vw;
  }
}


/* INVENTORY SINGLE ITEM PAGE */
.inventory-gallery {
  display: block;
  position: relative;
  max-width: 1440px;
  font-size: 0;
  text-align: center;
  padding: 40px 40px 0;
  margin: 60px auto 0;
}
.inventory-gallery img {
  width: 192px;
  height: 128px;
  object-fit: cover;
  margin: 1px;
}
.inventory-wrap {
  display: block;
  position: relative;
  max-width: 999px;
  padding: 40px 40px 100px;
  margin: 0 auto;
}
.inventory-wrap h1 {
  font-size: 30px;
  letter-spacing: 1px;
  margin: 0 0 30px;
}
.inventory-overview {
  margin: 0 0 60px;
}
.inventory-overview ul {
  padding: 0;
  margin: 0;
}
.inventory-overview ul li {
  color: var(--dark);
  list-style-type: none;
  padding: 5px 30px;
}
.inventory-overview ul li:nth-child(even) {
  background-color: #f5f6f7;
}
.inventory-overview-title {
  display: table-cell;
  width: 162px;
}
.inventory-overview-value {
  display: table-cell;
}
.ben .ben-hodges,
.brenda .brenda-clasen-mccarl {
  display: block;
}
.brenda .ben-hodges,
.ben .brenda-clasen-mccarl {
  display: none;
}
@media (max-width: 1459px) {
  .inventory-gallery {
    max-width: 1280px;
  }
  .inventory-gallery img {
    width: 198px;
    height: 132px;
  }
}
@media (max-width: 1299px) {
  .inventory-gallery {
    max-width: 985px;
  }
  .inventory-gallery img {
    width: 179px;
    height: 119px;
  }
}
@media (max-width: 999px) {
  .inventory-gallery {
    padding: 15px 15px 0;
    margin: 88px auto 0;
  }
  .inventory-gallery img {
    width: calc(25% - 2px);
    height: 15vw;
  }
}
@media (max-width: 767px) {
  .inventory-gallery {
    padding: 1px 1px 0 1px;
  }
  .inventory-gallery img {
    width: calc(50% - 2px);
    height: 30vw;
  }
  .inventory-wrap {
    padding: 0 15px 60px;
  }
  .inventory-wrap h1 {
    font-size: 24px;
    letter-spacing: 0.5px;
    margin: 30px 0;
  }
  .inventory-overview ul li {
    padding: 5px 15px;
  }
  .inventory-overview-title {
    width: 110px;
  }
}



/* TEXT & FONTS */

.no-select {
-webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* BUTTONS */

.button-light a,
.button-solid-light a {
	display: inline-block !important;
	font-family: Michroma, sans-serif;
	font-size: 14px !important;
	line-height: 14px !important;
	border-radius: 30px;
	padding: 10px 30px !important;
	margin-left: 11px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.overlay .nav > li.button-light > a,
.overlay .nav > li.button-solid-light > a {
	font-size: 16px !important;
	line-height: 16px !important;
	padding: 14px 30px !important;
}
.button-light a {
  color: var(--light) !important;
  background-color: transparent !important;
  border: 1px solid var(--light) !important;
}
.button-solid-light a {
  color: var(--dark) !important;
  background-color: var(--light) !important;
  border: 1px solid var(--light) !important;
}
.button-light a:hover {
  color: var(--dark) !important;
  background-color: var(--light) !important;
  border: 1px solid var(--light) !important;
}
.button-solid-light a:hover {
	color: var(--light) !important;
	background-color: transparent !important;
}

/* GLOBAL STYLES */

.covid-close {
	display: none;
}

.above1680,
.above1440,
.above1280,
.above1000,
.above768,
.above640,
.above480 {
	display: block;
}
span.above1680,
span.above1440,
span.above1280,
span.above1000,
span.above768,
span.above640,
span.above480 {
	display: inline;
}
.below1680,
.below1440,
.below1280,
.below1000,
.below768,
.below640,
.below480 {
	display: none;
}
@media (max-width: 1679px) {
  .above1680 {
    display: none;
  }
  .below1680 {
    display: block;
  }
  span.below1680 {
    display: inline;
  }
}
@media (max-width: 1439px) {
  .above1440 {
    display: none;
  }
  .below1440 {
    display: block;
  }
  span.below1440 {
    display: inline;
  }
}
@media (max-width: 1279px) {
  .above1280 {
    display: none;
  }
  .below1280 {
    display: block;
  }
  span.below1280 {
    display: inline;
  }
}
@media (max-width: 999px) {
  .above1000 {
    display: none;
  }
  .below1000 {
    display: block;
  }
  span.below1000 {
    display: inline;
  }
}
@media (max-width: 767px) {
  .above768 {
    display: none;
  }
  .below768 {
    display: block;
  }
  span.below768 {
    display: inline;
  }
}
@media (max-width: 639px) {
	.above640 {
		display: none;
	}
	.below640 {
		display: block;
	}
	span.below640 {
		display: inline;
	}
}
@media (max-width: 479px) {
	.above480 {
		display: none;
	}
	.below480 {
		display: block;
	}
	span.below480 {
		display: inline;
	}
}


/* ANIMATIONS */



