nav.navbar.navbar-expand-lg {
  --bs-bg-opacity: 1;
  background-color: transparent!important;
  box-shadow: none!important;
}

@media (min-width: 992px) {
  #logo {
    position: relative;
  }
}

@media (max-width: 991px) {
  #logo {
    display: none;
  }
}

#logo div img {
  position: absolute;
  left: 50px;
  max-width: 180px;
}

body {
  background-color: #eee;
}

.nav-item {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
  background-color: #da2733;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
  min-height: 75px;
}

@media (min-width: 992px) {
  #navcol-1 {
    height: 150px;
  }
}

#logo-mobile img {
  /*max-height: 140px!important;*/
  /*position: absolute;*/
}

@media (max-width: 991px) {
  #logo-mobile {
    width: 100%;
    position: absolute;
    /*z-index: 1021;*/
  }
}

@media (min-width: 992px) {
  #logo-mobile {
    display: none;
  }
}

#logo-mobile .logo-wrapper {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 0;
  display: block;
  height: 100px;
  z-index: 1021;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: transparent!important;
}

body {
  margin: 0;
  font-family: 'Libre Baskerville','Helvetica Neue', Helvetica, Arial, sans-serif;
}

.nav-wrapper {
  background-color: rgb(218,39,51) !important;
}

.main-title {
  position: absolute;
  /*top: 180px;*/
  /*border: 10px solid yellow;*/
  right: 0;
  left: 0;
  height: 75vh;
}

.main-title h1 {
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
  color: #fff;
}

.main-title .row .main-title-heading {
  background-color: rgba(0,0,0,0.4);
  border-radius: 20px;
}

.card-footer:last-child a {
  color: #fff;
}

.card-footer:last-child:hover {
  background-color: #96161e;
}

.card-footer:last-child {
  background-color: #da2733;
}

.card-body .bs-icon-lg img {
  width: 1.3em;
  height: 1.3em;
}

.nav-contact .icon {
  margin-right: 4px;
  /*fill: #fff;*/
  display: inline-block;
}

.nav-contact p, .nav-contact p a {
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  display: inline-block;
}

.nav-contact a {
  color: #fff;
  font-family: 'Libre Baskerville','Helvetica Neue', Helvetica, Arial, sans-serif;
}

.nav-contact p {
  margin-bottom: 0;
}

.nav-contact p.phone {
  padding-top: 5px;
}

.nav-contact p.email_address {
  border-bottom: 1px solid white;
  padding-bottom: 5px;
}

.card-img, .card-img-top {
  height: 275px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}

.carousel-slide {
}

.carousel-item {
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  /*width: 100%;*/
  /*border: dashed;*/
}

.carousel-item h4 {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.carousel-item.active h4 {
  opacity: 1;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-item .col-md-6 {
  margin-bottom: 25px;
}

.carousel {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.carousel-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.carousel-control-next {
  right: 0;
  top: auto;
  bottom: -35px !important;
  text-align: left!important;
  width: auto;
}

.carousel-control-prev {
  left: 0;
  top: auto;
  bottom: -35px !important;
  text-align: left!important;
  width: auto;
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #1b1b1c;
  border: 1px solid red;
  opacity: 1;
}

.carousel-control-next-icon {
  background-image: url("/wp-content/themes/html5blank-stable/img/bigbrown/right-arrow.svg");
}

.carousel-control-prev-icon {
  background-image: url("/wp-content/themes/html5blank-stable/img/bigbrown/left-arrow.svg");
  opacity: 1;
}

.carousel-control-prev, .carousel-control-next {
  opacity: 1;
  background-color: #1b1b1c;
  padding: 10px;
  border-radius: 50%;
}

.carousel-control-prev, body.bigbrown .carousel-control-next {
  top: 0;
  bottom: auto!important;
}

@media (min-width: 992px) {
  .woocommerce-product-gallery {
    width: 50% !important;
  }
}

/* Adjust the product summary width accordingly */

@media (min-width: 992px) {
  .woocommerce div.product div.summary {
    width: 50% !important;
  }
}

/* Style the list items containing the radio buttons and labels */

.variation-radio-buttons li {
  display: flex;
  margin-bottom: 0.5em;
  align-items: flex-start;
}

/* Style the radio input */

.variation-radio-buttons input[type="radio"] {
  margin-right: 0.5em;
  margin-top: 0.3em;
  flex-shrink: 0;
}

/* Style the label */

.variation-radio-buttons label {
  font-weight: normal;
  cursor: pointer;
  flex: 1;
}

/* Style for selected radio option */

.variation-radio-buttons input:checked + label {
  font-weight: bold;
}

.woocommerce div.product form.cart .variations label {
  position: relative;
  top: -6px;
}

.woocommerce div.product form.cart .variations th {
  display: block;
  border-bottom: 1px solid #958e09;
  margin-bottom: 8px;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  display: block;
}

.about-us-achievements {
  background-color: #ffffff;
}

.wp-block-button__link {
  background-color: #da2733;
  border-radius: 0;
}

.wp-block-button__link:hover {
  background-color: #273378;
  color: #fff!important;
}

.navbar-dark, .navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.team_list_page li {
  /*width: 20%;*/
  /*float: left;*/
  /*text-align: left;*/
  /*flex: 0 0 250px;*/
  background-color: #f0f0f0;
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 250px;
}

ul.team_list_page li.htc_team_member {
  margin-right: 0;
  margin-bottom: 25px;
}

ul.team_list_page li.htc_team_member img {
  width: auto;
  height: 300px;
  object-fit: cover;
  width: 230px;
  object-fit: cover;
}

.team_contact {
  text-align: left;
  padding-left: 0;
  min-height: 155px;
}

.team_contact h3, .team_contact h4, .team_contact h5, .team_contact h6, .team_contact p {
  margin-left: 0;
  margin-right: auto;
  color: rgba(50,50,50,0.9);
  font-size: 1rem;
}

.team_contact h4, .team_contact > h5, .team_contact p {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
  word-break: break-word;
}

.team_contact h4 {
  color: #96161e;
}

ul.team_list_page {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  list-style: none;
}

@media (min-width: 992px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    padding: 0 50px 0 0;
  }
}

a {
  color: rgb(218,39,51);
}

a:hover {
  color: rgb(150,22,30);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: rgb(218,39,51);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: rgb(150,22,30);
}

footer ul.list-inline li {
  display: inline-block;
  margin-right: 1rem !important;
}

footer a {
  color: rgba(0,0,0,0.75);
}

footer a:hover {
  color: rgb(150,22,30);
}

footer {
  background-color: #fff;
}

.team_contact h5 a {
  color: #323232;
  text-decoration: none;
}

.bg-body-tertiary {
  background-color: #fff;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active, .btn:hover {
  background-color: #96161e;
}

.btn-primary, .btn:focus-visible {
  background-color: #da2733;
  border: 0;
}

.circle-pic {
  border-radius: 50%;
  height: auto;
  object-fit: cover;
  object-position: 95% 50%;
  aspect-ratio: 1/1!important;
  /*overflow: hidden;*/
  width: 100%;
}

.rectangle-pic .container {
  border: 1px solid #d2cfcf;
}

.quotation-mark {
  margin: -10px 0 -60px 0;
  font-weight: bold;
  font-size: 100px;
  color: #fff;
  font-family: Serif,"Times New Roman", Georgia;
}

.pullquote_left hr, .pullquote_right hr {
  border-top: 2px solid #fff;
}

.pullquote_left p, .pullquote_right p {
  color: #292725;
}

@media (min-width: 992px) {
  .pullquote_left, .pullquote_right {
    width: 40%;
    padding: 45px;
    box-shadow: 2px 2px 2px 2px #E0E0E0;
    /*background-color: #fed136;*/
    border-radius: 17px;
  }
}

@media (min-width: 992px) {
  .pullquote_right {
    float: right;
    margin: 45px 35px 45px 45px;
  }
}

@media (min-width: 992px) {
  .pullquote_left {
    float: left;
    margin: 45px 45px 45px 0;
  }
}

@media (max-width: 991px) {
  .pullquote_left, .pullquote_right {
    width: 100%;
    margin: 45px 45px 45px 0;
    padding: 45px;
    box-shadow: 2px 2px 2px 2px #E0E0E0;
    /*background-color: #fed136;*/
    border-radius: 17px;
  }
}

.blog-thumb img {
  object-fit: cover;
  height: 350px;
  width: 100%;
  object-position: 50% 50%;
}

.carousel.blog-latest, .carousel.blog-latest .carousel-inner {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.readmore {
  margin-top: 20px;
}

.blog-thumb img.img-fluid {
  margin-bottom: 20px;
}

.blog-thumb {
  margin-bottom: 20px;
}

.blog-latest h3 a {
  text-decoration: none;
}

.blog-latest h3 a:hover {
  color: #30120b;
}

body.archive.category .thumbnail-permalink img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

body.archive.category .latest-posts .latest-post h3 > a {
  font-size: 1.25rem;
  line-height: 1.1rem;
  text-decoration: none;
}

.latest-posts .latest-post {
  border-bottom: 1px dotted #666;
}

.year-buttons .wp-block-column {
  flex-grow: 0;
  flex-shrink: 0;
}

.year-buttons {
  display: flex;
  justify-content: center;
}

.pagination {
  text-align: center;
  width: 100%;
  text-align: center;
  font-size: 20px;
  display: block;
}

.pagination span.page-numbers.current {
  color: rgb(255,255,255);
  background-color: #da2733;
}

.pagination a.page-numbers, .pagination span.page-numbers, .pagination.nextprev a {
  border: 1px solid #da2733;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 10px;
  text-decoration: none;
}

.pagination a.page-numbers:hover, .pagination.nextprev a:hover {
  text-decoration: none;
  color: var(--text-color);
  background-color: #da2733;
  color: #fff;
}

.pagination.nextprev a {
  margin-bottom: 45px;
}

form.wpcf7-form label, span.wpcf7-form-control-wrap input {
  max-width: 100%;
}

@media (min-width: 1025px) {
  .bbo-hero {
    height: 600px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

@media (max-width: 1024px) {
  .bbo-hero {
    height: 600px;
    background-repeat: no-repeat;
    background-size: 1655px 750px;
    background-position: 50% 70%;
  }
}

