/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./sass/styles.scss ***!
  \***********************************************************************************************************/
/*!
 * Theme Name:     BYS-24
 * Author:         Stealth
 * Template:       Divi
 * Text Domain:	   bys-24
 * Description:    Divi child theme
 * Version:        alpha
 */
#right-area {
  margin-bottom: 30px;
}
@media (min-width: 980px) {
  #right-area {
    float: right;
    width: 30%;
  }
}
@media (min-width: 1200px) {
  #right-area {
    width: 25%;
  }
}

body.drawer-open header#main-header {
  z-index: 1;
}
@media (max-width: 575px) {
  body .v-row {
    margin-left: 0 !important;
  }
}
body .v-navigation-drawer .v-navigation-drawer__content .filters__button-group {
  background-color: #eceff1 !important;
  display: flex;
  gap: 10px;
}
body .v-navigation-drawer .v-navigation-drawer__content .filters__button-group .fwd-submit {
  background-color: #001d34 !important;
  color: #fff !important;
  flex: 1;
}
body .v-navigation-drawer .v-navigation-drawer__content .filters__button-group .filters__button {
  flex: 1;
}

.boat-listing-status,
.boat-listing-highlights {
  padding: 0 5px 24px 5px;
}

.boat-listing-highlights.group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}
@media (min-width: 1200px) {
  .boat-listing-highlights.group {
    justify-content: flex-end;
  }
}
.boat-listing-highlights.group .boat-listing-highlight {
  position: static;
  z-index: auto;
}

.boat-listing-highlight {
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 222;
}
.boat-listing-highlight span {
  background-color: #001d34;
  border-radius: 4px;
  color: #fff;
  display: flex;
  line-height: 1;
  padding: 7px 14px;
  font-size: 12px;
  font-family: "Roboto Flex", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.375);
}
.boat-listing-highlight span.bwys-meta-specialoffer {
  background-color: #E27007;
}
.boat-listing-highlight span.bwys-meta-instock {
  background-color: #D30F29;
}
.boat-listing-highlight span.bwys-meta-arrivingsoon {
  background-color: #42027D;
}
.boat-listing-highlight span.bwys-meta-configuretoorder {
  background-color: #5291CE;
}
.boat-listing-highlight span.bwys-meta-conceptboat {
  background-color: #005EAA;
}
.boat-listing-highlight span.bwys-meta-factorydemo {
  background-color: #027B7D;
}

.mdi:before, .mdi-set {
  display: inline-block;
  font: 24px/1 Material Design Icons;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdi-arrow-right:before {
  content: "\f0054";
}

.mdi-chevron-left:before {
  content: "\f0141";
}

.mdi-chevron-right:before {
  content: "\f0142";
}

.v-col.divi-boats-module {
  min-width: 25%;
}

.v-pagination {
  display: flex;
  justify-content: center;
}
.v-pagination .v-pagination__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}
.v-pagination .v-pagination__item--is-active .v-btn {
  background-color: #1976d2;
  color: white;
}
.v-pagination .v-pagination__item--is-active .v-btn:hover {
  background-color: #1565c0;
}
.v-pagination .v-btn__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v-pagination .v-btn__overlay,
.v-pagination .v-btn__underlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

.et_pb_boats_pagination {
  margin-top: 2rem;
  padding: 1rem 0;
}

.single-boat .boat-takeaways {
  margin-bottom: 25px;
  margin-top: 25px;
}
.single-boat .icon-highlight {
  padding: 15px;
}
.single-boat .icon-highlight h5 {
  font-size: 15px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .single-boat .icon-highlight h5 {
    font-size: 18px;
  }
}
.single-boat .listing-title-wrapper {
  background-color: #b8d9ef;
  padding: 23px 0 20px 0;
}
.single-boat .listing-title-wrapper .boat-listing-title {
  font-size: 25px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.single-boat .listing-title-wrapper .boat-listing-title span {
  color: #005cb3;
  font-style: italic;
  padding-left: 5px;
}
.single-boat .boat-listing-status b {
  font-weight: normal;
}
.single-boat .boat-listing-status span {
  border-right: solid 1px #001d34;
  padding: 0 0.375rem;
}
.single-boat .boat-listing-status span:last-child {
  border: none;
  padding-right: 0;
}
.single-boat .masthead {
  margin: auto;
}
.single-boat #left-area {
  padding-bottom: 4rem;
}
.single-boat .toggle-gallery.expanded {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0px;
  padding: 10px 10px 12px 10px;
  position: fixed;
  z-index: 99999999;
  animation: fadeIn 0.3s ease-in;
}
.single-boat .toggle-gallery.expanded .v-btn__content {
  font-weight: 600;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#main-content .container:before {
  display: none;
}
@media (min-width: 980px) {
  #main-content .boat-details #left-area {
    padding-right: 40px;
    width: 70%;
  }
}
@media (min-width: 1200px) {
  #main-content .boat-details #left-area {
    width: 75%;
    padding-right: 5.5%;
  }
}
#main-content .boat-details .icon-highlight.rounded-lg {
  border-color: #eceff1 !important;
  padding: 20px 10px;
  margin: 0 5px 20px 5px;
}
#main-content .boat-details .icon-highlight i {
  color: #005cb3 !important;
  margin: 15px 0 25px 0;
}
#main-content .boat-details .engines li {
  line-height: 1.125;
  margin-bottom: 10px;
}
#main-content .boat-details h2 {
  margin: 30px 0 15px 0;
}
#main-content .boat-details .basic-info {
  clear: both;
  display: block;
  margin-bottom: 20px;
}

.boat-highlights {
  margin-bottom: 24px;
  padding: 20px 0;
}
.boat-highlights .boat-highlight {
  margin: 0 15px;
}
@media (min-width: 1200px) {
  .boat-highlights .boat-highlight {
    margin: 0 20px;
  }
}
.boat-highlights .boat-highlight h5 {
  color: #001d34;
  line-height: 1.25;
}
.boat-highlights .boat-highlight h5 i {
  bottom: -1px;
  color: #005cb3;
  font-size: 18px;
  margin-right: 5px;
  position: relative;
}
.boat-highlights > ul {
  list-style: none !important;
  margin-left: 0;
  padding: 0 !important;
}
.boat-highlights > ul li {
  font-size: 14px;
}

.boat-feature-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boat-feature-images .boat-gallery-image {
  flex: 1 1 calc(33.333% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  height: 100%;
  margin: 5px;
}
.boat-feature-images .boat-gallery-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  height: 100%;
}
.boat-feature-images .boat-gallery-image:nth-child(4), .boat-feature-images .boat-gallery-image:nth-child(5) {
  flex: 1 1 calc(50% - 10px);
}
.boat-feature-images .boat-gallery-image:nth-child(6) {
  flex: 1 1 calc(33.333% - 10px);
}
.boat-feature-images .boat-gallery-image:nth-child(7), .boat-feature-images .boat-gallery-image:nth-child(8), .boat-feature-images .boat-gallery-image:nth-child(9) {
  flex: 1 1 calc(33.333% - 10px);
}

.boat-text-blocks .block {
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.boat-text-blocks .block h6 {
  color: #005cb3;
  font-weight: 600;
  font-size: 14px;
  margin: 30px 0 20px 0;
  text-transform: uppercase;
}
.boat-text-blocks .block ul li::marker,
.boat-text-blocks .block ol li::marker {
  color: #999;
}
.boat-text-blocks .block ol li p {
  display: inline;
}

.broker-listings {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .broker-listings .broker-listing {
    min-width: 50%;
  }
}
@media (min-width: 980px) {
  .broker-listings .broker-listing {
    min-width: 33.3333%;
  }
}

.sales-team {
  text-align: center;
}
@media (min-width: 980px) {
  .sales-team {
    text-align: left;
  }
}
.sales-team h3 {
  margin: 30px 0 15px 0;
}
.sales-team .broker {
  background-color: #eceff1;
  margin-bottom: 2rem;
  padding: 15px 20px;
}
@media (min-width: 980px) {
  .sales-team .broker {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 15px;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .sales-team .broker {
    align-items: center;
    padding: 15px 20px;
  }
}
@media (min-width: 980px) {
  .sales-team .broker .broker-photo {
    margin-right: 5px;
    order: 0;
    width: 28%;
  }
}
.sales-team .broker .broker-photo img {
  border: solid 2px #fff;
  border-radius: 50%;
  max-width: 100px;
  width: 100%;
}
@media (min-width: 1200px) {
  .sales-team .broker .broker-photo img {
    max-width: 125px;
  }
}
.sales-team .broker .broker-details {
  display: flex;
  flex-direction: column;
}
@media (min-width: 980px) {
  .sales-team .broker .broker-details {
    padding: 5px 10px;
    order: 1;
    width: 72%;
  }
}
.sales-team .broker .broker-details h4 {
  font-size: 18px;
  margin-bottom: 5px;
  padding: 0;
}
@media (min-width: 980px) {
  .sales-team .broker .broker-details h4 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .sales-team .broker .broker-details h4 {
    font-size: 18px;
  }
}

#main-content .container .contact-info {
  width: 100%;
}
#main-content .container .contact-info a {
  font-size: 16px;
}
@media (min-width: 1400px) {
  #main-content .container .contact-info a {
    font-size: 18px;
  }
}
#main-content .container .contact-info a .fa-phone {
  margin-right: 5px;
}
#main-content .container .contact-info .fa-regular {
  margin-right: 0.375rem;
}
#main-content .container .contact-info.phone a {
  color: #001d34;
}
#main-content .container .contact-info.email a {
  color: #005cb3;
}

body.single-team #main-content .container {
  padding-bottom: 1rem;
  padding-top: 0;
  width: 90% !important;
}
body.single-team #main-content .container .contact-info {
  margin: 0.75rem 0;
}
body.single-team #main-content .container .contact-info > a {
  background-color: #3db53d;
  border-radius: 100px;
  color: #fff;
  padding: 0.625rem 1rem;
}
body.single-team #main-content .basic-info {
  display: flex;
  justify-content: center;
  background-color: #eceff1;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
}
@media (min-width: 576px) {
  body.single-team #main-content .basic-info {
    flex-wrap: nowrap;
    margin-bottom: 3rem;
  }
}
body.single-team #main-content .basic-info .broker-photo {
  align-self: self-start;
  min-width: auto;
  text-align: center;
}
@media (min-width: 576px) {
  body.single-team #main-content .basic-info .broker-photo {
    order: 0;
  }
  body.single-team #main-content .basic-info .broker-photo img {
    flex: 0 0 33.333%;
  }
}
body.single-team #main-content .basic-info .broker-photo img {
  border: solid 2px #fff;
  border-radius: 50%;
  max-width: 320px;
  width: 100%;
}
body.single-team #main-content .basic-info .broker-details {
  padding: 20px;
  text-align: center;
}
@media (min-width: 576px) {
  body.single-team #main-content .basic-info .broker-details {
    order: 1;
    flex: 1;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  body.single-team #main-content .basic-info .broker-details {
    padding: 1.125rem 1rem 1.5rem 1rem;
  }
}
body.single-team #main-content .basic-info .broker-details h2 {
  margin-top: 0;
}
body.single-team #main-content .basic-info .broker-details p span {
  background-color: transparent !important;
}
body.single-team .broker-right h3 {
  margin: 1.125rem 0;
}
@media (min-width: 1200px) {
  body.single-team .broker-right h3 {
    margin-top: 2.5rem;
  }
}
body.single-team .broker-right .broker-socials {
  margin: 0.75rem -3px;
  padding: 0.625rem 0;
}
body.single-team .broker-right .broker-socials .fa-brands {
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.3rem;
  margin: 3px 6px;
  padding: 2px 1.5px 0 0;
  height: 2rem;
  width: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.single-team .broker-right .broker-socials .fa-linkedin-in {
  background-color: #0077b5;
}
body.single-team .broker-right .broker-socials .fa-facebook-f {
  background-color: #1877f2;
}
body.single-team .broker-right .broker-socials .fa-x-twitter {
  background-color: #000000;
}
body.single-team .broker-right .broker-socials .fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

@media (min-width: 768px) {
  .boat-listing .v-col {
    min-width: 33.33%;
  }
}
@media (min-width: 980px) {
  .boat-listing .v-col {
    min-width: 25%;
  }
}

.v-pagination {
  display: flex;
  justify-content: center;
}
.v-pagination .v-pagination__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
  align-items: center;
}
.v-pagination .v-pagination__item--is-active .v-btn {
  background-color: #005cb3;
  color: #fff;
}
.v-pagination .v-pagination__item--is-active .v-btn:hover {
  background-color: #001d34;
}
.v-pagination .v-btn__content {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
}
.v-pagination .v-btn__overlay,
.v-pagination .v-btn__underlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}
.v-pagination .mdi {
  font-size: 18px;
}

.et_pb_boats_pagination {
  margin-top: 2rem;
  padding: 1rem 0;
  border-top: 1px solid #eceff1;
}
