/*!
 * Client specific customizations; base theme will be blank.  Implemented in child theme
 */
@media (min-width: 992px) {
  .header-top .header-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#header.logo_bottom .logo {
  top: unset;
}
@media (min-width: 992px) {
  #header.logo_bottom .logo {
    max-width: 15rem;
  }
  #header.logo_bottom .logo img {
    width: 15rem !important;
  }
}
@media (max-width: 991px) {
  #header.logo_bottom .logo {
    max-width: 220px;
  }
  #header.logo_bottom .logo img {
    max-width: unset;
    width: 100%;
  }
}

.search-block-form {
  position: relative;
  right: unset;
  top: unset;
}

.page-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
}

#header.logo_bottom form#search-block-form {
  position: relative;
  top: unset;
}

@media (max-width: 991px) {
  .search-block-form form#search-block-form .search-toggle, .search-block-form form#search-block-form input[type=submit] {
    top: unset;
  }
}

@media (min-width: 992px) {
  .header-holder {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .header-holder .container {
    max-width: 1400px;
  }
}

@media (min-width: 992px) {
  .slider--full_w_full_h .container .text-holder {
    background-color: #1a2f48;
    padding: 30px;
    border-radius: 30px;
  }
}
@media (min-width: 992px) {
  .slider--full_w_full_h .container .text-holder h1 {
    font-size: 3rem;
    text-shadow: none;
  }
  .slider--full_w_full_h .container .text-holder h1 strong {
    font-size: 5rem;
  }
}
.slider--full_w_full_h .container .text-holder .text-block {
  margin-top: 0;
}

@media (max-width: 575px) {
  .intro-section .intro-slider .slider--full_w_full_h {
    height: 32vh;
    min-height: 276px;
  }
}

.slider--full_w_full_h .container .text-holder {
  display: none;
}
@media (max-width: 991px) {
  .slider--full_w_full_h .container .text-holder {
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(25, 26, 27, 0.6)), to(transparent));
    background: linear-gradient(180deg, rgba(25, 26, 27, 0.6), transparent);
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  .slogan-section {
    text-align: start;
    padding: 50px 15px;
  }
}
.slogan-section h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
}
@media (min-width: 992px) {
  .slogan-section h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.slogan-section h2 strong {
  padding-top: 0;
  display: inline-block;
}
@media (max-width: 991px) {
  .slogan-section h2 strong {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.smile-gallery-block {
  padding: 40px 0 0;
  margin-bottom: 30px;
}
.smile-gallery-block.container {
  max-width: unset;
}
@media (min-width: 992px) {
  .smile-gallery-block {
    margin: 3.5rem auto 6.5rem;
  }
}
.smile-gallery-block h2 {
  margin-bottom: 30px;
}
.smile-gallery-block .smile-gallery {
  max-width: 93%;
  margin: 0 auto;
}
.smile-gallery-block .smile-gallery > div {
  display: block;
}
.smile-gallery-block .smile-gallery:not(.smile-gallery-stacked) .smile-gallery-wrapper .image-container:first-child img {
  border-top-left-radius: 5px;
}
.smile-gallery-block .smile-gallery:not(.smile-gallery-stacked) .smile-gallery-wrapper .image-container:last-child img {
  border-top-right-radius: 5px;
}
@media (min-width: 1000px) {
  .smile-gallery-block .smile-gallery:not(.smile-gallery-stacked) .smile-gallery-wrapper img {
    max-height: 200px;
  }
}
.smile-gallery-block .smile-gallery .smile-gallery-wrapper {
  text-align: start;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.smile-gallery-block .smile-gallery p {
  text-align: start;
}
@media (max-width: 991px) {
  .smile-gallery-block .smile-gallery p {
    margin-bottom: 0;
    margin-top: 1rem;
  }
}
@media (max-width: 600px) {
  .smile-gallery-block footer .text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.smile-gallery-block .btn.btn-warning {
  margin-top: 1em;
}
.smile-gallery-block .apptButton {
  color: var(--btn_font_hover);
  background: var(--btn_hover);
  border-color: var(--btn_hover);
}
.smile-gallery-block .apptButton:hover {
  color: var(--btn_font);
  background: var(--btn);
  border-color: var(--btn);
}

@media (min-width: 992px) {
  .smile-gallery-block h2,
  .asa-reviews-page-block h2 {
    font-size: 2.8rem;
  }
}

.partners-section {
  background-color: #fff;
}

.partners-slider .img-holder img {
  -webkit-filter: unset;
          filter: unset;
}

.btn-warning.focus, .btn-warning:focus {
  color: var(--btn_font_hover);
  background: var(--btn_hover);
  border-color: var(--btn_hover);
}

.inform-section .bg-image,
.services-section .decor,
.blog-section .bg-image {
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block !important;
}
@media (hover: none) {
  .inform-section .bg-image,
  .services-section .decor,
  .blog-section .bg-image {
    background-attachment: scroll;
  }
}

.services-section .decor,
.blog-section .bg-image {
  opacity: 0.4;
}

.inform-section .bg-image {
  opacity: 0.25;
}

.services-section .decor {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.services-section .services-categories-default {
  z-index: 2;
  position: relative;
}
.services-section .card {
  background: #fff;
}
@media (max-width: 767px) {
  .services-section .card {
    margin-bottom: 15px;
  }
}

.path-webform .main-content:only-child,
.path-node .main-content:only-child {
  max-width: 1000px;
  margin: auto;
}

input[type=submit] {
  background: var(--btn);
  color: var(--btn_font);
  border-color: var(--btn);
  max-width: 250px;
  border-radius: 1.875rem;
}
input[type=submit]:hover, input[type=submit]:focus {
  background: var(--btn_hover);
  color: var(--btn_font_hover);
  border-color: var(--btn_hover);
}

@media (min-width: 992px) {
  .content-holder {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .logo-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.logo-holder .logo {
  width: 100%;
  max-width: 14rem;
  margin-bottom: 15px;
  border: 12px solid #fff;
  border-radius: 12px;
}

.asa-reviews-page-block {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8))), url(/sites/default/files/2024-02/shutterstock_497883409.jpg);
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(/sites/default/files/2024-02/shutterstock_497883409.jpg);
  background-attachment: fixed;
  background-position: 50% 50%;
  background-size: cover;
  max-width: unset;
}
@media (hover: none) {
  .asa-reviews-page-block {
    background-attachment: scroll;
  }
}
.asa-reviews-page-block .reviews-header {
  position: relative;
}
.asa-reviews-page-block .reviews-body {
  max-width: 75rem;
  margin: auto;
}
@media (min-width: 1200px) {
  .asa-reviews-page-block .reviews-body {
    max-width: 1140px;
  }
}
.asa-reviews-page-block div[itemprop=review] {
  background-color: rgba(255, 255, 255, 0.4);
}

.header-item .address-list li:nth-child(odd) {
  font-weight: 400;
}

@media (min-width: 992px) {
  .info-text,
  .services-section .card,
  .blog-section .card,
  .lead {
    font-size: 18px;
  }
}
.lead {
  font-weight: 400;
}

@media (min-width: 992px) {
  .homePromotions a.button.cta strong {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .about-section .heading h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 991px) {
  .about-section .heading h1 {
    font-size: 1.6875rem;
  }
}

.partners-section {
  @media (min-width: 768px) {
    padding: 1rem 0;
  }
}
.partners-slider .img-holder img[alt="Best In Winnipeg"] {
  height: 150px;
  max-height: unset;
}
