.testimonial .popover {
    z-index: 5;
}

/* ACCORDIAN
****************************/
.panel-group a {
    text-decoration: underline;
}
.panel-group ul {
    margin-left: 15px;
    list-style-type: disc;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings'!important;
}

/* TYPOGRAPHY
****************************/
.element-type-customhtml h4 {
    text-align: left!important;
}

/* BUTTONS
****************************/
.custom-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    gap: 10px;
    flex-wrap: wrap;
}

.custom-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 100px;
    height: 45px;
    padding: 8px;
    border-radius: 5px;
    border: 2.5px solid #E0E1E4;
    box-shadow: 0px 0px 20px -20px;
    cursor: pointer;
    background-color: white;
    transition: all 0.2s ease-in-out 0ms;
    user-select: none;
  flex-grow: 1;
}
.custom-buttons a:hover {
  background-color: #F2F2F2;
  box-shadow: 0px 0px 20px -18px;
}

.custom-buttons a:active {
  transform: scale(0.95);
}

/* INVENTORY LIST
****************************/
.inventory-list-container div.inventory-panel {
    padding: 10px;
}

/* YOUTUBE IFRAME
****************************/
.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  border-radius: 8px; /* optional */
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


/* BUTTON
****************************/
.rv-mart-bttn-2 a.btn {
    width: max-content;
    margin-inline: auto;
}

/* HOMEPAGE - QUICKLINKS
****************************/
/*** green ***/
a.qklinks-gn,
h3.qklinks-heading {
    font-size: 24px!important;
}

a.qklinks-gn {
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    border: 4px solid rgba(0, 0, 0, 0.3);
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 20px;
    background-color: rgba(0, 128, 0, 1);
    border-radius: 16px;
}

.qklinks-gn .span1.span1 {
    color: #fff;
    font-size: .5em;
}

/*** dark ***/
a.qklinks {
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    border: 8px solid rgba(0, 0, 0, 0.3);
    font-weight: 700;
    text-transform: uppercase;
    padding: 40px 20px;
    border-radius: 16px;
}

.qklinks-heading a {
    color: #fff;
    text-align: center;
}
.qklinks-heading a:hover {
    text-decoration: none;
    transform: scale(1.02);
    background-color: rgba(0, 128, 0, 0.7);
}

.qklinks-heading span {
  display: block;
}
.qklinks-heading .span1{
    font-size: .5em;
    color: var(--clr-primary-100);
}

.qklinks:hover .span1 {
  color: white;
}

.qklinks:hover .span2 {
    color: var(--clr-primary-100);
}

/* NAVBAR - Menu
****************************/
.subtheme-1425d3d9c4454f94be158c63f478faec div:has(.pageid-hom) .navbar-default .navbar-nav > li > a,
.subtheme-1425d3d9c4454f94be158c63f478faec .navbar-default .navbar-nav > li > a {
    font-weight: 600;
    letter-spacing: .5px;
}

@media (min-width: 768px) {
.subtheme-1425d3d9c4454f94be158c63f478faec div:has(.pageid-hom) .navbar-default .navbar-nav > li > a,
.subtheme-1425d3d9c4454f94be158c63f478faec .navbar-default .navbar-nav > li > a {
    color: #FFF ! IMPORTANT;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
}

/* NAVBAR - HEADER
****************************/
@media (min-width: 768px) {
.subtheme-1425d3d9c4454f94be158c63f478faec {
    .navbar-default, .navbar-default.navbar-default.navbar-default {
        background-color: transparent !important;
    }
}
 .navbar-fixed-spacer.navbar-fixed-spacer  {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
}
@media (min-width: 768px) {
    .subtheme-1425d3d9c4454f94be158c63f478faec {
        .navbar-default, .navbar-fixed-top, div:has(.pageid-hom) .navbar-default, div:has(.pageid-hom) .navbar-default.dynamic-fixed.navbar-fixed-top,
        .navbar-default.navbar.navbar-top.navbar-fixed-top {
            background-color: rgba(0, 0, 0, 0.7) !important;
        }
    }
}

/* HERO
****************************/
.rvmart-hero {
    padding-bottom: 0px !important;
}

.rvmart-hero > div > .container {
   background-image: url(https://automanager.blob.core.windows.net/wmclients/044901/images/slideshow/rv-background.png);
    background-position: center;
    background-size: cover;
    padding: 40px;
}

.rvmart-hero > div > .container > div > .first-column {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    .rvmart-hero {
        padding-bottom: 0px !important;
    }
}

/* CONTAINER
****************************/
.no-bg .container {
    background-color: transparent;
}

/* NAVBAR
****************************/
/* Height */
@media (min-width: 768px) {
 nav.navbar {
    min-height: 100px;
}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}


/* BANNER
****************************/
.banner-links-bar {
    display: none;
}

/* FOOTER
****************************/
.custom-footer {
  color: #fff;
  padding: 40px 20px;
  font-size: 16px;
  
}

.custom-footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.custom-footer-col {
  flex: 1 1 200px;
  min-width: 200px;
}

.custom-footer-logo {
  max-width: 150px;
  height: auto;
}
.custom-footer-heading {
  font-size: 16px!important;
  margin-bottom: 10px;
  color: #f1f1f1;
  text-align: left;
  font-weight: 700;
}

.custom-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-footer-list li {
  margin-bottom: 8px;
}

.custom-footer-link {
  color: #ccc;
  text-decoration: none;
}

.custom-footer-link:hover {
  text-decoration: underline;
  color: #fff;
}

.custom-footer-links {
  margin-top: 10px;
}

.custom-footer-social i {
  color: #3b5998;
  transition: color 0.3s;
}

.custom-footer-social:hover i {
  color: #fff;
}

/* Responsive tweak */
@media (max-width: 768px) {
  .custom-footer-container {
    flex-direction: column;
    align-items: flex-start;
  }
}