/*-- Global --*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:900&display=swap");

.list {
  padding-top: 2em;
  padding-bottom: 0;
}

.list-wrap {
  margin-bottom: 2em;
}

.textwithimage-circle {
  padding-top: 0;
}

h1,
h2 {
  font-weight: 900 !important;
}

strong {
  font-weight: bold;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- --  For Accessibility --*/

a:focus {
  background: var(--color-theme-highlight) !important;
  color: #222 !important;
}

a.btn:focus,
a.gallery-card-link:focus,
.contact-companyinfo a:focus {
  border: 3px solid var(--color-theme-secondary) !important;
}

a:focus .list-img-photo,
.header-info-logo a:focus img {
  border: 3px solid var(--color-theme-primary) !important;
}

.contact-companyinfo a {
  display: block;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- Header --*/

nav.navbar.affix {
  box-shadow: 0px 0px 15px -10px black;
}

.header .header-info-logo-img img {
  width: 300px;
}

.cw-header-info {
  padding: 0.75em;
}

@media (min-width: 992px) {
  .header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .header .header-info-logo-img {
    position: fixed;
    top: 0;
    z-index: 2000;
  }

  nav.navbar .container {
    position: relative;
    height: 133px;
    margin: 0 auto;
  }

  .navbar-nav {
    position: absolute;
    right: 0;
  }

  .cw-header-info {
    position: fixed;
    right: 10%;
    top: 0;
    padding: 0.25em 0.75em;
    z-index: 2000;
    border-radius: 0 0 20px 20px;
    background: white;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {

  .header .navbar-expand-lg .navbar-nav .dropdown-item,
  .header .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.85em;
  }
}

@media (min-width: 1200px) {
  .header .header-info-logo-img img {
    width: 360px;
  }

  nav.navbar .container {
    height: 150px;
  }
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- Home -- */

@media (min-width: 992px) {
  .cw-other-banner h2 {
    font-size: 250%;
  }
}

/* Hide Gallery item Dots */
.page-home .galleryslideshow .slick-dots {
  display: none !important;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- Services --*/

.cw-checklist li {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.75em;
  font-size: 1.1rem;
}

.cw-checklist li:before {
  content: "✔";
  margin-right: 0.5em;
  font-weight: bold;
  color: var(--color-theme-primary);
}

/*-- Facebook Video --*/

.wb__fb-video-block {
  width: 100%;
  display: block;
  margin: 1em;
  max-height: 520px;
  overflow: hidden;
  justify-content: center;
}

.wb__fb-video-block iframe {
  display: block;
  margin: auto;
}

/*-- Footer --*/

.footer {
  background: url("https://apihoard.webit.com/api/v1/Image/9DDE6ABC57BFD4F2A6007406269A7858/9DDE6ABC57BFD4F2A6007406269A7858.jpg?size=1920x1440");
  background-size: auto !important;
  background-position: 50% 36% !important;
}