@media (max-width: 1239px) and (min-width: 770px) {
  body.single-post article.post.type-post .entry-sidebar {
    width: 27%;
    float: right;
    padding-left: 30px;
    box-sizing: border-box;
    display: block !important;
  }
  body.single-post article.post.type-post .entry-content {
    width: 73%;
    float: left;
  }
}

#infusionsoft-subscribe .infusion-submit {
  padding-top: 15px;
}

#infusionsoft-subscribe button {
  font-family: "muli-light", sans-serif;
  font-weight: normal;
  font-size: 14px;
  position: relative;
  display: block;
  letter-spacing: 1px;
  line-height: 45px;
  text-align: center;
  width: 100%;
  height: 45px;
  background-color: #9a18d0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#infusionsoft-subscribe button:hover {
  background-color: #8525b1;
}

.button-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button-link.purple:hover {
  background-color: #8525b1;
}

#video-wrapper {
  width: 100%;
  left: 0;
  top: 0;
}

body.show-bg {
  background: #000;
}

body.show-bg #video-wrapper {
  position: relative;
  visibility: hidden;
}

body.show-bg #video-wrapper:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 700px;
  bottom: 0px;
  background-color: #000;
  z-index: 9999;
}

.page.page-about-us #header-text-wrapper {
  position: relative;
  z-index: 999;
}
.page.page-about-us #main-wrapper main {
  padding-bottom: 0;
}
.page.page-about-us #main-wrapper main article.page.type-page {
  background: #000;
  position: relative;
}

body.group-blog #scroll-down-arrow-wrapper {
  display: block !important;
  bottom: 40px;
}

body.group-blog #scroll-down-arrow-wrapper {
  display: block !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 580px) {
  #senior-team p {
    font-size: 20px;
    width: 100%;
    line-height: 35px;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.mobile-only {
  display: none !important;
}

@media (max-width: 500px) {
  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }
}
#header-video-mobile {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  position: fixed;
  z-index: 2;
}

#about-us-video-mobile {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}

@media (max-width: 770px) {
  body.single-post article.post.type-post {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100% !important;
    padding: 0 25px !important;
  }
  body.single-post article.post.type-post .entry-sidebar {
    width: 100%;
    float: none;
    display: block !important;
  }
  body.single-post article.post.type-post .post-sup-header {
    order: 1;
  }
  body.single-post article.post.type-post .entry-thumbnail {
    order: 2;
    margin-left: -25px;
    margin-right: -25px;
  }
  body.single-post article.post.type-post .entry-header {
    order: 3;
  }
  body.single-post article.post.type-post .entry-content {
    order: 4;
    margin-bottom: 20px;
  }
  body.single-post article.post.type-post .entry-footer {
    order: 5;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  body.single-post article.post.type-post .entry-sidebar {
    order: 6;
    margin-bottom: 20px;
  }
  body.single-post article.post.type-post .clearfix {
    order: 7;
  }
}

@media (max-width: 863px) {
  #logo {
    margin-left: 3%;
  }
}
@media (max-width: 500px) {
  .page.type-page .black-block.process-section {
    box-sizing: border-box;
    overflow: hidden;
  }
}
#senior-team .photo-wrapper .photo {
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

@media (max-width: 999px) {
  #header #site-navigation {
    border-bottom: 2px solid #424242;
    box-sizing: border-box;
  }
  #header #site-navigation #prev-page-button,
#header #site-navigation #next-page-button {
    display: none !important;
  }
}
#scroll-down-arrow {
  background-position: -13px -330px;
}

.page-template-page-video #header-text-wrapper .first-line {
  opacity: 1;
  text-shadow: 2px 1px rgba(8, 8, 8, 0.75);
  color: #fff !important;
}

.page-blog h1 {
  text-transform: capitalize;
}

#audit-floating-box-form .close {
  background: url("../../images/img-icon-close.png") no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: none;
}
#audit-floating-box-form .close:hover {
  transform: rotate(90deg);
}
@media (min-width: 961px) {
  #audit-floating-box-form .close {
    width: 35px;
    height: 35px;
  }
}

footer#colophon {
  background: #1c1c1c;
}

@media (max-width: 767px) {
  #menu-toggle div {
    height: 3px;
  }
}
@media (max-width: 450px) {
  #menu-toggle {
    top: 20px;
  }

  #menu-toggle div {
    top: 12px;
  }

  #menu-toggle .hamburger-icon-3 {
    top: 24px;
  }
}
body.home.page-template-default #scroll-down-arrow-wrapper {
  bottom: 10px;
  top: auto;
}
body.home.page-template-default #scroll-down-arrow {
  background-position: -13px -266px;
  display: block !important;
}

@media (max-width: 600px) {
  .page-blog #main.content {
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1000px) {
  #header #nav-wrapper-desktop {
    z-index: 99999;
  }
}
.wpcf7 button.button-link {
  border: 0;
  margin: 15px 0;
  display: inline-block;
}

.text-center {
  text-align: center !important;
}

@media screen and (min-width: 1000px) {
  .home #header #main_desktop_menu li a:hover {
    color: #bf49e4 !important;
  }
}
/*# sourceMappingURL=main.min.css.map */
