@font-face {
  font-family: Commissioner;
  src: url(/wp-content/themes/websites4u-child/fonts/Commissioner-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Commissioner;
  src: url(/wp-content/themes/websites4u-child/fonts/Commissioner-Thin.ttf);
  font-weight: 100;
}
@font-face {
  font-family: Commissioner;
  src: url(/wp-content/themes/websites4u-child/fonts/Commissioner-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: Commissioner;
  src: url(/wp-content/themes/websites4u-child/fonts/Commissioner-Black.ttf);
  font-weight: 900;
}
/*===== GENERAL =====*/
:root,
body {
  --bs-body-font-family: "Commissioner", sans-serif;
  --bs-primary: #003049;
  --bs-secondary: #669bbc;
  --bs-btn-main: #eb5e28;
  --bs-hover-main: #c1121f;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #c1121f;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 48, 73;
  --bs-secondary-rgb: 102, 155, 188;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 253, 240, 213;
  --bs-link-color: #003049;
  --bs-link-hover-color: #c1121f;
  --bs-accent: #eb5e28;
}
.btn-primary {
  --bs-btn-bg: #eb5e28;
  --bs-btn-border-color: #eb5e28;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c1121f;
  --bs-btn-hover-border-color: #c1121f;
  --bs-btn-focus-shadow-rgb: 111, 82, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #003b5a;
  --bs-btn-active-border-color: #4026bf;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-bg: #eb5e28;
  --bs-btn-disabled-border-color: #eb5e28;
}
.btn-outline-primary,
.wpcf7 input[type="submit"] {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 85, 51, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}
.btn,
.woocommerce-info a.button,
.woocommerce-notices-wrapper .woocommerce-message a.button,
.wpcf7 input[type="submit"] {
  --bs-btn-border-radius: 3px;
}
.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="submit"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select,
.wpcf7 textarea {
  border-radius: 3px;
}
.nav-link {
  color: #fff;
}
.bizSpinner {
  display: none;
  color: #fff;
  position: absolute;
  bottom: -40px;
}
#no-title-page-wrapper {
  padding-top: 0;
}

/*===== TOPBAR =====*/
#wrapper-topbar {
  background: var(--bs-secondary);
  padding: 0.5rem 0;
}
.topbar-right {
  display: flex;
  justify-content: end;
  align-items: center;
}
.socials {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.socials a {
  text-decoration: none;
}
.socials a {
  color: var(--wbs4u-accent);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
  line-height: 1;
  padding: 10px;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.socials a:hover {
  background: var(--secondaryMain);
  color: var(--mainBackground);
}
.socials a + a {
  margin-left: 10px;
}
.socials a span {
  line-height: 1;
}
.headerLogin {
  display: flex;
  justify-content: center;
  align-items: center;
}
.headerLogin a {
  background-color: var(--bs-btn-main);
  padding: 0.5rem;
  color: #fff;
  border-radius: 3px;
  font-size: 0.78125rem;
  line-height: 1;
  letter-spacing: 0.75px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.headerLogin a:hover {
  background: var(--bs-primary);
}
.headerLogin svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
/*===== Archive =====*/
.single-supplier article {
  position: relative;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: 0.2s all ease;
  border-radius: 3px;
}
.single-supplier article:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.single-supplier article > .row {
  padding-top: 20px;
}
.single-supplier article .row > div {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.single-supplier article .supplier-title {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.supplier-title h2 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.single-supplier .supplier-title:hover {
  text-decoration: underline;
}
.verified {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 10px;
}
.verified svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: #179cf0;
}
.business-subtitle {
  margin-bottom: 10px;
}
.business-cta {
  margin-bottom: 10px;
}
.business-cta a {
  margin: 5px 10px 0 0;
  white-space: nowrap;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 14px;
}
.business-address {
  font-size: 14px;
}
.more-info {
  position: relative;
  border-left: 1px solid #ddd;
}
.more-info > div {
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.more-info a {
  width: 100%;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .single-supplier article .row {
    min-height: 150px;
  }
  .mobile-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .single-supplier article {
    padding: 15px 10px;
  }
  .single-supplier article .row {
    flex-direction: row-reverse;
  }
  .supplier-title h2 {
    font-size: 16px;
  }
  .business-logo {
    overflow: initial;
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 5px;
  }
  .logoImageWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
  }
  .business-logo a {
    width: 100%;
    height: 100%;
  }
  .business-logo img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
  }
  .business-cta {
    display: none;
  }
  .more-info {
    border: 0;
    margin-top: 20px;
  }
  .more-info > .desktop {
    display: none;
  }
  .more-info a {
    position: relative;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    font-size: 13px;
    padding: 10px;
    margin-right: 10px;
  }
  .more-info a:last-child {
    margin-right: 0;
  }
  .more-info .mobile-only {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
/*===== Woocommerce =====*/
.form-group {
  margin-bottom: 1rem;
}
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 3px;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: var(--bs-primary);
  --bs-list-group-active-border-color: var(--bs-btn-border-color);
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  background: #fff;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #fef8ec;
}

/* ===== FOOTER =====*/
#wrapper-footer-full,
#wrapper-static-hero {
  background-color: var(--bs-primary);
  color: #fff;
  padding: 3rem 0;
}
#wrapper-footer-full a,
#wrapper-static-hero a {
  color: #fff;
}
#footer-full-content ul {
  padding-left: 10px;
  margin: 0;
  list-style-type: none;
}
#footer-full-content ul li:not(:last-child) {
  margin-bottom: 5px;
}
#footer-full-content ul li a {
  text-decoration: none;
}
#footer-full-content ul li a i {
  margin-right: 5px;
}
.contacts {
  list-style-type: none;
}
.contacts li a {
  text-decoration: none;
}
.widget-title {
  font-weight: bold;
}
.site-info,
.copyrights {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .site-info {
    text-align: left;
  }
  .site-info p {
    margin: 0;
  }
  .copyrights {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .footer-widget + .footer-widget {
    margin-top: 20px;
  }
}
