/* === Red Barn Media Group - Global Styles - Copper & Oak Kitchen & Bath === */

body {
  width: 100%;
  height: 100%;
  color: #221f20;
  font-family: source-sans-3, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
}

html {
  width: 100%;
  height: 100%;
  scroll-padding-top: 96px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: raleway, sans-serif;
  font-weight: 700;
  font-style: normal;
  z-index: 1;
  color: #000;
}

.source-sans-400 {
  font-family: source-sans-3, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.source-sans-700 {
  font-family: source-sans-3, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.raleway-400 {
  font-family: raleway, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.raleway-500 {
  font-family: raleway, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.fs-7 {
  font-size: 0.85rem;
}
.fs-8 {
  font-size: 0.65rem;
}
/* === Menu Styles :: BEGIN === */
.menu-container {
  background-color: rgba(173, 173, 173, 0.95);
  margin-top: 0rem !important;
  border-bottom: 1px solid #fff;
}
.menu-container.shrink-menu {
  /* backdrop-filter: blur(28px); */
  background-color: rgba(173, 173, 173, 0.95);
  margin-top: 0rem !important;
}
.menu-container.shrink-menu .offcanvas.show {
  backdrop-filter: none;
}
.menu-container .container .row .col-12 nav.navbar-light {
  background: transparent !important;
  padding: 1rem;
}
.navbar-nav {
  width: 100%;
}
.navbar-light .navbar-nav .nav-link {
  color:black !important;
  font-family: source-sans-3, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
}

.navbar-light .navbar-nav .nav-link.phone {
  color: black !important;
  font-family: raleway, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: #d97734 !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #d97734 !important;
  border-radius: 0.25rem;
}
.dropdown-item:active {
  color: #d97734 !important;
  background-color: rgba(0, 0, 0, 0.175) !important;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
  top: 3.5rem;
}
.navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown {
  top: 4.6rem;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition-duration: 0.25s;
}
.shrink-menu .navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown {
  top: 4.2rem;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  transition-duration: 0.25s;
}
.navbar-expand-xl .navbar-nav .dropdown-menu.sub-dropdown {
  background: #002e54;
  padding: 0.5rem;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.175);
}
.dropdown-divider {
  border-top: 1px solid #b0b0b0 !important;
}
.menu-container .container-fluid.copper-oak-logo-row {
  transition-duration: 0.25s;
}
.menu-container.shrink-menu .container-fluid.copper-oak-logo-row {
  transition-duration: 0.25s;
}
.menu-container .container-fluid .row .copper-oak-logo-place {
  position: relative;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 7rem;
  transition-duration: 0.25s;
}
.shrink-menu .navbar-nav {
  height: 6rem;
  transition-duration: 0.25s;
}

.copper-oak-logo-desktop {
  position: absolute;
  width: 170.5px;
  height: 105px;
  top: -3.5rem;
  left: 0;
  margin-left: auto;
  right: 0;
  margin-right: auto;
  transition-duration: 0.25s;
}
.shrink-menu .copper-oak-logo-desktop {
  width: 125px;
  height: 63px;
  top: -2.5rem;
  transition-duration: 0.25s;
}
.copper-oak-menu-top-row .copper-oak-menu-top-col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-duration: 0.25s;
}
.shrink-menu .copper-oak-menu-top-row .copper-oak-menu-top-col {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-duration: 0.25s;
}
.copper-oak-menu-top-row .copper-oak-menu-top-col p {
  font-size: 0.85rem;
  margin-bottom: 0;
}
.dropend .dropdown-item::after {
  display: none;
}
.nav-fill .nav-item .dropdown-item {
  text-align: left !important;
}
.dropstart .dropdown-toggle::before {
  display: none !important;
}
/* === Menu Styles :: END === */
/* === Button Styles :: BEGIN === */
.btn {
  padding: 0.5rem 0.85rem !important;
  font-family: source-sans-3, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 50rem;
}
.btn.btn-menu {
  padding: 0.75rem 0.85rem !important;
  font-size: 1rem;
  font-weight: 700;
}
.btn.btn-contact {
  padding: 0.75rem 1rem !important;
  font-weight: 700;
}
.btn.btn-lg {
  padding: 0.75rem 1.75rem !important;
}
.btn.btn-xl {
  padding: 1.25rem 1.75rem !important;
  font-size: 1.5rem !important;
}
.btn.btn-link {
  font-family: raleway, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #000000;
  background-color: transparent;
  text-align: left;
}

.btn.btn-link:focus-visible,
.btn.btn-link:active,
.btn.btn-link:focus-visible.btn.btn-link:active {
  color: #000000 !important;
  outline: none;
  box-shadow: none;
}

.btn-success {
  color: #fff;
  background: #d97734;
  border-color: #d97734;
}
.btn-success:hover {
  color: #fff;
  background: #c05e1f;
  border-color: #c05e1f;
}
.btn-outline-success {
  color: #d97734;
  background: transparent;
  border-color: #d97734;
}
.btn-outline-success:hover {
  color: #fff;
  background: #d97734;
  border-color: #d97734;
}
.btn-252358 {
  color: #fff;
  background: #d97734;
  border-color: #d97734;
}
.btn-252358:hover {
  color: #fff;
  background: #c05e1f;
  border-color: #c05e1f;
}
.btn-rollover {
  color: #000000;
  background: transparent;
  font-size: 1.35rem;
  border: none;
  text-align: start;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.btn-rollover:hover,
.btn-rollover.active {
  color: #d97734 !important;
  background: transparent !important;
}

.btn-rollover small {
  font-size: 0.85rem;
  font-family: raleway, sans-serif;
}
/* === Button Styles :: END === */
/* === Color Styles :: BEGIN === */
.text-success {
  color: #d97734 !important;
}
.bg-success {
  background-color: rgba(173, 173, 173, 0.95) !important;
}
.border-success {
  border-color: #ad5a00 !important;

}
.text-success.dark {
  color: #c05e1f !important;
}
.bg-success.dark {
  background-color: rgba(173, 173, 173, 0.95) !important;
}
.bg-opaque-white {
  background: rgba(255, 255, 255, 0.15) !important;
}
.bg-dark {
  background: #000 !important;
}

.text-666 {
  color: #666 !important;
}
/* === Color Styles :: END === */
/* === Footer Styles :: BEGIN === */
footer {
  background: #002e54;
}
/* === Footer Styles :: END === */
/* === Utility Styles :: BEGIN === */
.border-responsive {
  border-right: 1px solid white;
}

/* Card Expanded style */

.btn-card[aria-expanded='true']::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.5rem; /* match .rounded-4 */
}
.card {
  position: relative;
}

.btn-card[aria-expanded='true'] i {
  transform: rotate(-90deg);
  transition: transform 0.3s ease;
}

.btn-card i {
  transition: transform 0.3s ease;
}

/* Accordion Styles */
.accordion-item {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.accordion-item:last-of-type,
.accordion-button {
  border-radius: 0 !important;
}
.accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-family: source-sans-3, sans-serif;
  font-weight: 400;
  color: black;
}

.accordion-button:not(.collapsed) {
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  display: none !important;
}

.accordion-button .fa-arrow-down-right {
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed) .fa-arrow-down-right {
  transform: rotate(-90deg);
  color: #fff !important;
}

.accordion-button:focus {
  box-shadow: none; /* Removes default Bootstrap focus glow */
}

.accordion-button:not(.collapsed) {
  background: #333c33 !important;
}

.btn-close.white {
  filter: invert(100%) grayscale(100%);
}

form input,
textarea {
  font-size: 0.9rem !important;
}

a {
  text-decoration: none;
}
.dashed {
  border-style: dashed;
}

.fa-3xl {
  font-size: 4.5rem;
}

.xsmall {
  font-size: 0.7em;
}

/* === Utility Styles :: END === */
@media (max-width: 1600px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.8rem;
  }
  .btn.btn-menu {
    font-size: 0.75rem !important;
  }
}
@media (max-width: 1400px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 0.75rem;
  }
}
@media (max-width: 1200px) {
  .copper-oak-menu-top-row .copper-oak-menu-top-col {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-duration: 0.25s;
  }
  .shrink-menu .copper-oak-menu-top-row .copper-oak-menu-top-col {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    transition-duration: 0.25s;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: fit-content;
    transition-duration: 0.25s;
    width: auto;
  }
  .shrink-menu .navbar-nav {
    height: fit-content;
    transition-duration: 0.25s;
  }
  .navbar {
    display: flex;
    height: 96px;
    transition-duration: 0.25s;
  }
  .shrink-menu .navbar {
    height: 96px;
    transition-duration: 0.25s;
  }
  .menu-container .container-fluid .row .copper-oak-logo-place a.copper-oak-logo {
    position: absolute;
    background: url(../img/copper-oak-logo.svg);
    background-size: cover;
    width: 180px;
    height: 90px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0rem;
    transition-duration: 0.25s;
    z-index: 10;
  }
  .menu-container.shrink-menu .container-fluid .row .copper-oak-logo-place a.copper-oak-logo {
    background: url(../img/copper-oak-logo.svg);
    background-size: cover;
    width: 160px;
    height: 80px;
    top: 0.5rem;
    transition-duration: 0.25s;
  }
  .nav-fill .nav-item,
  .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: left;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown,
  .shrink-menu .navbar-expand-xl .navbar-nav .dropdown-menu.main-dropdown {
    top: 3rem;
    background: rgba(0, 0, 0, 0.85);
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    border: 0;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    transition-duration: 0.25s;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 1.25rem;
  }
  .navbar-light .navbar-nav .nav-link.phone {
    color: #000 !important;
  }
  .nav-fill .nav-item .dropdown-item {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 1.35rem;
  }
  .navbar-light .navbar-nav .nav-link.phone {
    font-size: 1.35rem;
  }
  .border-responsive {
    border: none !important;
  }
}

@media (max-width: 767px) {
  .menu-container .container-fluid .row .copper-oak-logo-place a.copper-oak-logo {
    position: absolute;
    background: url(../img/copper-oak-logo.svg);
    background-size: cover;
    width: 104px;
    height: 73px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 0.5rem;
    transition-duration: 0.25s;
  }
  .menu-container.shrink-menu .container-fluid .row .copper-oak-logo-place a.copper-oak-logo {
 width: 104px;
    height: 73px;
        top: 1rem;
    transition-duration: 0.25s;
  }
}

@media (max-width: 576px) {
}

@media (max-width: 450px) {
}
