/* Variables */
.child-services {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .child-services .service {
    flex: 0 0 50%;
    padding: 20px;
    text-align: center; }
    .child-services .service .service-inner {
      display: flex;
      flex-direction: column;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
      max-width: 500px; }
    .child-services .service .child-service-content {
      background: #fff;
      flex-grow: 1;
      padding: 35px 20px 120px;
      position: relative;
      z-index: 2; }
      .child-services .service .child-service-content .excerpt {
        margin: 25px 0 30px; }
      .child-services .service .child-service-content .wp-block-button {
        position: absolute;
        bottom: 40px;
        width: calc(100% - 40px); }
  .child-services.count-3 .service, .child-services.count-4 .service, .child-services.count-5 .service, .child-services.count-6 .service, .child-services.count-7 .service, .child-services.count-8 .service {
    flex-basis: 33%; }
  @media (max-width: 959px) {
    .child-services {
      display: block;
      flex-direction: column;
      justify-content: center; }
      .child-services .service {
        margin-left: auto;
        margin-right: auto;
        max-width: 500px; } }

body .entry-content.service-parent {
  padding-top: 0; }
  body .entry-content.service-parent .services-wrapper > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-bottom: 0; }

body .entry-content.service-child {
  padding-top: 0; }
  body .entry-content.service-child .services-wrapper > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-bottom: 0;
    padding-top: 0; }
  body .entry-content.service-child .other-services-container:last-child > .kt-row-layout-inner {
    margin-bottom: 0 !important; }
  @media (min-width: 768px) and (max-width: 1024px) {
    body .entry-content.service-child .other-services-container {
      margin-left: auto;
      margin-right: auto;
      max-width: 760px; }
      body .entry-content.service-child .other-services-container .wp-block-image {
        padding: 50px 50px 0; } }
  @media (max-width: 1024px) {
    body .entry-content.service-child .other-services-container .wp-block-image {
      text-align: center; } }
  body .entry-content.service-child .other-services .service {
    margin-bottom: 40px; }
    body .entry-content.service-child .other-services .service:last-child {
      margin-bottom: 0; }
    body .entry-content.service-child .other-services .service h3 {
      font-size: 25px;
      line-height: 35px;
      color: #211D70;
      font-family: "Muli", sans-serif;
      font-weight: 700; }
    body .entry-content.service-child .other-services .service .wp-block-button {
      margin-top: 15px; }
      body .entry-content.service-child .other-services .service .wp-block-button a.wp-block-button__link {
        background: none;
        border-bottom: solid 3px #1DE1FA;
        border-radius: 0;
        color: #211D70;
        display: inline-block;
        font-family: 'Palanquin Dark';
        font-weight: bold;
        line-height: 20px;
        padding: 0 30px 5px 0;
        position: relative; }
        body .entry-content.service-child .other-services .service .wp-block-button a.wp-block-button__link:after {
          background-image: url("/wp-content/themes/duxdigital/images/arrow-dark.png");
          background-size: 18px 15px;
          background-position: right center;
          background-repeat: no-repeat;
          content: " ";
          display: inline-block;
          height: 20px;
          position: absolute;
          right: 0;
          top: 0;
          transition: all 0.3s;
          transform: translateX(0);
          width: 18px; }
          @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
            body .entry-content.service-child .other-services .service .wp-block-button a.wp-block-button__link:after {
              background-image: url("/wp-content/themes/duxdigital/images/arrow-dark@2x.png"); } }
        body .entry-content.service-child .other-services .service .wp-block-button a.wp-block-button__link:hover {
          color: #211D70;
          opacity: 1; }
          body .entry-content.service-child .other-services .service .wp-block-button a.wp-block-button__link:hover:after {
            transform: translateX(5px); }

body.single-service #service-excerpt {
  font-size: 25px;
  font-weight: bold;
  line-height: 32px;
  padding-bottom: 0;
  padding-top: 20px;
  text-align: center; }
body.single-service #content .wp-block-kadence-rowlayout.blue-wave {
  margin-bottom: 40px; }
body.single-service .ndis-price-list h2:after {
  background-image: url("/wp-content/themes/duxdigital/images/file-icon.png");
  background-size: 31px 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 80px;
  margin: 40px auto;
  width: 80px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    body.single-service .ndis-price-list h2:after {
      background-image: url("/wp-content/themes/duxdigital/images/file-icon@2x.png"); } }
body.single-service .blue-wave + .staff-quote {
  margin-top: 80px; }
body.single-service .staff-quote {
  margin-top: 40px; }

/*# sourceMappingURL=services.css.map */
