/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
.atmc-cap {
  font-size: 16px;
}
.atmc-h1, .atmc-h2, .atmc-h3, .atmc-h4, .atmc-h5, .atmc-h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}
.atmc-btn-l {
  font-size: 14px;
  font-weight: 600;
}

.atmc-header-01_search_trigger {
  border: none;
}
.atmc-header-01_search_trigger:hover {
  background: transparent;
}
.atmc-header-01_search_trigger:hover svg, .atmc-header-white .atmc-header-01_search_trigger svg {
  fill: #85868c;
}

.aps-footer__row.row-fluid {
  display: flex;
  flex-wrap: wrap;
}
.aps-footer__logo-col {
  max-width: 100%;
  flex: 0 0 100%;
}
.aps-footer__menu-col {
  max-width: 100%;
  flex: 0 0 100%;
}
.aps-footer__menu-col .atmc-sitefooter_menu .hs-menu-wrapper > ul {
  margin: 0 -10px;
}
.aps-footer__menu-col .atmc-sitefooter_menu .hs-menu-wrapper > ul > li {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 10px;
  margin-top: 25px;ff
}
.aps-footer__menu-col .atmc-sitefooter_menu .hs-menu-wrapper > ul > li > a {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  display: inline-block;
}
.aps-footer__menu-col .atmc-sitefooter_menu .hs-menu-wrapper > ul li ul a {
  font-size: 14px;
  opacity: 0.85;
  display: inline-block;
  margin: 5px 0;
}
.aps-footer__subscribe-col {
  max-width: 100%;
  flex: 0 0 100%;
  margin-top: 25px;
}
.aps-footer__subscribe-col h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.aps-footer__subscribe-col input.hs-button.primary.large {
  display: block;
  width: 100%;
}
.atmc-footer {
  padding: 1.5rem 0;
}

/*Form Style*/
.widget-type-form .hs_cos_wrapper_type_form ul.inputs-list.multi-container li.hs-form-checkbox {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
input.hs-button.primary.large {
  padding: 1.1rem 1.875rem;
  font-size: 14px;
  min-width: 200px;
}
.atmc-counter-03_inner.flex.items-start {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);
  padding: 35px 20px;
  max-width: 350px;
  text-align: center;
  display: block;
  min-height: 260px;
}
.atmc-counter-03_inner.flex.items-start .atmc-counter-03_icon.atmc-icon-primary.mr-4.mt-1.w-8 {
  margin: 0 auto;
}
.atmc-counter-03_inner.flex.items-start .flex.items-end {
  display: block;
}
.atmc-counter-03_inner.flex.items-start .flex.items-end .ml-2 {
  color: #000;
  font-weight: 600;
}
.aps-features__list {
  list-style: none;
  padding: 0;
  max-width: 650px;
  margin: 25px auto 0;
  text-align: left;
}
.aps-features__list li {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.aps-features__list li span {
  width: calc(100% - 55px);
}
.aps-features__list li svg {
  width: 45px;
  fill: #FF751A;
  margin-right: 15px;
}
.aps-features__list.aps-features__list--primary li svg {
  fill: #0352cb;
}
.aps-features__list-btns {
  margin-top: 25px;
}
.aps-features__list-btns .atmc-btn {
  margin-top: 15px;
}
.atmc-content-01_content ul li, .atmc-content-01_content ol li {
  margin: 10px 0;
}
.atmc-blog-01_box p.atmc-h4 {
  font-size: 20px;
}
.atmc-team-01_img {
  border-radius: 0;
  width: 250px;
}
.atmc-logo-01 {
  border-radius: 0.25rem;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 10px 10px -5px rgba(0,0,0,.04);
}
.hs-image__grid__container img.hs-image__grid__list__item__image {
  aspect-ratio: auto !important;
}
.hs_submit.hs-submit input[type=submit] {
  background: #ff751a !important;
}
.atmc-sitefooter_social a, .atmc-sitefooter_social a:hover, .atmc-sitefooter_social a:focus {
  box-shadow: none;
  background-color: transparent;
  width: auto;
  padding: 0;
  margin-right: 20px;
}
svg {
  vertical-align: middle;
}
.atmc-content-01_content .aps-icons__list,
.widget-type-rich_text .aps-icons__list{
  padding: 0;
  list-style: none;
}
.atmc-content-01_content .aps-icons__list li,
.widget-type-rich_text .aps-icons__list li{
  position: relative;
  padding-left: 30px;
  margin: 20px 0;
}
.atmc-content-01_content .aps-icons__list li::before,
.widget-type-rich_text .aps-icons__list li::before {
  content: '';
  background-image: url(https://www.apparatusquo.com.au/hubfs/svg-icon.svg);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 6px;
}
@media (max-width: 767px) {
  .aps-features__list-btns .atmc-btn {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .aps-features__list-btns a.atmc-btn.atmc-btn-module.atmc-btn-primary.text-white.fill-white.atmc-btn-l {
    margin-right: 20px;
  }
  .aps-features__list li {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .atmc-header_right div#hs_cos_wrapper_buttton {
    display: none;
  }
  .atmc-site-footer,
  .atmc-sitefooter_about p{
    text-align: left;
  }
  .atmc-sitefooter_social .social-links {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .aps-footer__menu-col .atmc-sitefooter_menu .hs-menu-wrapper > ul > li {
    max-width: 100%;
    margin-top: 0;
    flex: 1 0 0%;
  }
  .aps-footer__logo-col {
    max-width: 22%;
    flex: 0 0 22%;
  }
  .aps-footer__menu-col {
    max-width: 61%;
    flex: 0 0 61%;
    padding-left: 15px;
  }
  .atmc-header_menu-wrapper {
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 40px;
  }
  .atmc-header_menu .hs-menu-wrapper li a {
    font-size: 1rem;
  }
  .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper {
    padding: 1.5rem 0;
    min-width: 13rem;
  }
  .atmc-header_menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper>li {
    margin: 0.25rem 0;
  }
  .aps-footer__subscribe-col {
    max-width: 17%;
    flex: 0 0 17%;
    margin-top: 0;
  }
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/