/*
 Theme Name:   Alchemer | 2020 | Child
 Description:  A child theme for Alchemer | 2020
 Author: Spire Digital
 Template:     alchemer
 Version:      1.0.3
*/

body,
html {
  /* overflow-x: hidden; */
}

h1,
.-as-h1,
h2,
.-as-h2,
h3,
.-as-h3,
h4,
.-as-h4,
.-as-h5,
h5 {
  font-family: nunito-sans, sans-serif;
  font-weight: 800;
  line-height: 1.2em;
  color: #343544;
}

.-as-h1,
.-as-h2,
.-as-h3,
.-as-h4,
.-as-h5 {
  display: block;
}

p,
span,
li {
  font-family: nunito-sans, sans-serif;
  line-height: 1.5em;
}

.section {
  width: 100%;
  background: #fff;
  position: relative;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 20;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.flex-100 {
  flex: 0 1 100%;
}

.flex-95 {
  flex: 0 1 95%;
}

.flex-90 {
  flex: 0 1 90%;
}

.flex-85 {
  flex: 0 1 85%;
}

.flex-80 {
  flex: 0 1 80%;
}

.flex-75 {
  flex: 0 1 75%;
}

.flex-70 {
  flex: 0 1 70%;
}

.flex-65 {
  flex: 0 1 65%;
}

.flex-60 {
  flex: 0 1 60%;
}

.flex-55 {
  flex: 0 1 55%;
}

.flex-50 {
  flex: 0 1 50%;
}

.flex-45 {
  flex: 0 1 45%;
}

.flex-40 {
  flex: 0 1 40%;
}

.flex-35 {
  flex: 0 1 35%;
}

.flex-30 {
  flex: 0 1 30%;
}

.flex-25 {
  flex: 0 1 25%;
}

.flex-20 {
  flex: 0 1 20%;
}

.flex-15 {
  flex: 0 1 15%;
}

.flex-10 {
  flex: 0 1 10%;
}

.flex-5 {
  flex: 0 1 5%;
}

.heroVideo h1 {
  color: #fff;
  margin-bottom: 30px;
}

.heroVideo p {
  color: #fff;
  font-size: 22px;
}

.heroVideo {
  padding: 200px 0;
  overflow: hidden;
  position: relative;
}

#HomeVideoBG {
  position: fixed;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -2;
  max-width: none;
}

/* Styles for Sub Navigation Banner */

.sub-banner-outer {
  width: 100%;
  position: absolute;
  top: 241px;
  z-index: 2;
  padding: 45px 20px 20px;
}

.sub-banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #f7941d;
  padding: 15px 70px;
}

.sub-banner-text {
  margin: 0;
  font-size: 1.2em;
  font-weight: 800;
}

.sub-banner-outer .sub-banner-inner .sub-banner-link {
  padding: 7px 10px;
}

.sub-banner-outer .sub-banner-inner .sub-banner-link {
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  color: #fff;
}

.sub-banner-outer .sub-banner-inner .sub-banner-link:hover {
  background-color: #fff;
  color: #f7941d;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (max-width: 500px) {
  .sub-banner-inner {
    flex-direction: column;
    padding: 5px;
  }
  .sub-banner-inner .sub-banner-text {
    font-size: .7em;
    text-align: center;
  }
}

@media (max-width:1029px) and (min-width:770px) {
  .sub-banner-outer {
    top: 160px;
  }
}

@media only screen and (min-width: 1030px) {
  .sub-banner-outer {
    padding: 0!important;
    top: 195px;
  }
  .sub-banner-inner {
    width: 1260px;
    margin: 0 auto;
    padding: 28px 70px;
  }
}

/* END Styles for Sub Navigation Banner */

.announcementBar {
  width: 100%;
  color: #fff;
  background-color: #f7941d;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 12px;
  position: relative;
  color: #2f3135;
  z-index: 0;
  margin-top: -10px;
}

.announcementBar .announcementBar__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin: 0 auto;

}

.announcementBar .announcementBar__content p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 800;
  text-align: left;
}

.announcementBar .buttons-container {
  display: flex;
  align-items: center;
  min-width: 190px;
}

.announcementBar .announcement-button {
  display: inline-block;
  width: 100%;
}

.announcementBar .announcementBar__link {
  font-weight: 700;
  padding: 6px 15px;
  border: 2px solid #fff;
  border-radius: 50px;
  background-color: transparent;
  color: #fff;
}

.announcementBar .announcementBar__link:hover {
  background-color: #fff;
  color: #f7941d;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#announcement-banner-close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  font-size: 2em;
  font-weight: bold;
  border-radius: 50px;
  right: 20px;
  height: 31px;
  width: 40px;
  line-height: 0;
  background-color: #fff;
}

#announcement-banner-close .font-awesome-x {
  height: 19px;
}

#announcement-banner-close:focus {
  outline: none;
  box-shadow: none;
}

@media (min-width: 1300px) {
  .announcement-button {
    margin: 0 20px;
  }
}

@media (min-width: 1000px) {
  .announcementBar__content {
    flex-direction: row!important;
  }
}



.hidden {
  transition: 0.3s;
  display: none;
}

.ui-button-rounded--size-regular,
.section-buttons .ui-button-rounded {
  line-height: 1.3em;
}

.button-inverted {
  background: #fff;
  color: #167bcd !important;
  border-color: #fff;
}

.button-inverted:hover {
  background: transparent;
  color: #fff !important;
}

.button-dark {
  background: #22222d;
  color: #fff !important;
  border-color: #22222d;
}

.button-dark:hover {
  background: transparent;
  color: #22222d !important;
}

.button-dark,
.button-inverted,
.row .ui-button-rounded {
  display: inline-block;
  margin: 10px auto;
}

.section-buttons .ui-button-rounded--style-fill-primary:hover {
  color: #167bcd;
}

.section-buttons a {
  font-family: nunito-sans, sans-serif;
}

.section-buttons .ui-button-rounded {
  color: #fff;
}

.button-link {
  border: #fff;
  color: #df8d24 !important;
  background: #fff;
  text-transform: uppercase;
}

.button-orange-link {
  color: #df8d24 !important;
}

.button-link:hover {
  text-decoration: underline;
}

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

.align-right {
  text-align: right;
}

.HomeVideoBG-cover {
  width: 100%;
  height: 100%;
  background-color: #167bcd;
  content: '';
  position: absolute;
  top: 0;
  opacity: 0.9;
  z-index: -1;
  display: none;
}

.trustLogos {
  background: #f6f6f6;
  padding: 40px 0;
  text-align: center;
}

.trustLogos h5 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.logoImage {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 10px 20px;
}

.trustLogos .row,
.row.reviewItem,
.businessReviews .row {
  align-items: center;
  justify-content: center;
  align-content: space-between;
}

.flex-logo {
  margin: 20px auto;
}

.calloutBox {
  background: #fff;
  padding: 100px 10px 0px;
}

.calloutBox:after {
  content: '';
  height: 1px;
  background: #313337;
  width: 60%;
  margin: 0 auto;
  position: relative;
  display: block;
  top: -37px;
}

.calloutBox h3 {
  padding: 20px 40px;
  border: 1px solid #313337;
  display: inline-block;
  background: #fff;
  z-index: 10;
  position: relative;
}

.hpSection {
  padding: 100px 0;
  position: relative;
}

.hpSection h2 {
  font-size: 38px;
}

.hpSection h3 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 10px;
}

.hpSectionBlue {
  background: #167bcd;
}

.hpSectionBlue h2,
.hpSectionBlue h3,
.hpSectionBlue p {
  color: #fff;
}

.section-buttons a {
  text-transform: uppercase;
}

.section-buttons .button-orange {
  color: #fff;
  background: #df8d24;
  border-color: #df8d24;
  text-transform: uppercase;
}

.section-buttons .button-orange:hover {
  color: #fff !important;
  background: transparent;
  border-color: #fff;
}

.section-buttons .button-link {
  color: #fff;
  background: transparent;
}

.hpSectionOrange {
  background: #df8d24;
}

.hpSectionOrange h2,
.hpSectionOrange h3,
.hpSectionOrange p {
  color: #000;
}

.hpSectionOrange .button-blue {
  color: #fff;
  background: #167bcd;
  border-color: #167bcd;
}

.hpSectionOrange .button-blue:hover,
.pageSectionOrange .button-blue:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.section-buttons button.button-blue {
  color: #fff;
  background: #167bcd;
  border-color: #167bcd;
}

.section-buttons button.button-blue:hover {
  background: transparent;
  color: #167bcd;
}

.hpSectionOrange .button-link,
.hpSectionBlue .button-link,
.pageSectionBlue .button-link,
.pageSectionOrange .button-link {
  color: #fff !important;
  background: transparent;
}

.leftContent h2,
.leftContent h3,
.leftContent p {
  text-align: right;
}

.leftContent .section-buttons {
  text-align: right;
}

.hidden-sm {
  display: block;
}

.visible-sm {
  display: none;
}

.businessReviews {
  padding: 200px 0;
  background: url('../jpg/bg-reviewssection-2.jpg') no-repeat center center;
  background-size: cover;
}

.reviewItem {
  background: #fff;
  border-radius: 10px;
  padding: 20px 5px;
  margin: 20px auto;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.reviewItem p {
  margin: 0;
}

.reviewQuote {
  border-left: 1px solid #ccc;
  padding: 0 40px;
}

.reviewQuote .quote {
  margin-bottom: 10px;
}

.reviewQuote .name {
  color: #22222d;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.reviewImage {
  text-align: center;
}

.reviewImage img {
  margin: 20px auto;
}

.reviewQuote .title {
  color: #22222d;
  font-size: 14px;
}

.block-cta-bottom__buttons .ui-button-rounded--style-outline-secondary {
  color: #fff !important;
}

.hpSectionBlue:before,
.hpSectionBlue:after,
.hpSectionOrange:before,
.hpSectionOrange:after,
.pageSectionOrange:before,
.pageSectionOrange:before,
.sectionPage.sectionWhite:before {
  content: '';
  height: 200px;
  position: absolute;
  left: -100%;
  width: 201%;
  z-index: 1;
}

.tightTop {
  padding-top: 0 !important;
}

.hpSectionBlue:before {
  background: #167bcd;
}

.hpSectionBlue:after {
  background: #fff;
  box-shadow: inset 0 20px 20px rgba(0, 0, 0, 0.2);
}

.hpSectionBlue {
  padding-bottom: 300px !important;
}

.hpSectionOrange:before,
.hpSectionOrange:after {
  background: #df8d24;
}

.hpSectionBlue:before,
.hpSectionOrange:before,
.pageSectionOrange:before {
  transform: rotate(-3deg);
  top: 0;
}

.hpSectionBlue:after,
.hpSectionOrange:after,
.pageSectionOrange:after,
.sectionPage.sectionWhite:before {
  transform: rotate(3deg);
  bottom: 0;
}

.hpSectionOrange:after {
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.hpSectionWhite {
  padding: 200px 0;
}

.hpSection-image-1 {
  background: url('../jpg/hp-section-2.jpg') no-repeat center center;
  width: 200%;
  height: 653px;
  position: absolute;
  right: -90%;
  bottom: -50px;
  z-index: 0;
}

.hpSection-image-2 {
  background: url('../png/hp-section-5.png') no-repeat center center;
  width: 200%;
  height: 712px;
  position: absolute;
  left: -90%;
  bottom: 150px;
  z-index: 1;
}

.hpSection-image-3 {
  background: url('../png/hp-section-6.png') no-repeat center center;
  width: 200%;
  height: 846px;
  position: absolute;
  right: -75%;
  bottom: -90px;
  z-index: 1;
  background-size: 900px;
}

.hpSection-image-4 {
  background: url('../png/hp-section-7.png') no-repeat center center;
  width: 200%;
  height: 753px;
  position: absolute;
  left: -80%;
  bottom: -160px;
  z-index: 2;
  background-size: 600px;
}

.sectionPage {
  padding: 50px 0;
}

.sectionGrey {
  background: #f6f6f6;
}

.pageSection-image-1 {
  background: url('../png/page-section-4.png') no-repeat bottom center;
  width: 200%;
  height: 979px;
  position: absolute;
  right: -80%;
  bottom: 70px;
  z-index: 1;
  background-size: 670px;
}

.pageSection-image-2 {
  background: url('../png/page-section-5.png') no-repeat top right;
  width: 200%;
  height: 1490px;
  position: absolute;
  right: 60%;
  top: 0px;
  z-index: 10;
}

.pageSection-image-3 {
  background: url('../png/hp-section-5.png') no-repeat top left;
  background-size: contain;
  width: 200%;
  height: 600px;
  position: absolute;
  top: -665px;
  right: -165%;
  z-index: 1;
}

.pageSection-image-4 {
  background: url('../png/page-section-7.png') no-repeat top right;
  width: 200%;
  height: 1907px;
  position: absolute;
  right: 60%;
  top: 0px;
  z-index: 11;
  background-size: 1270px;
}

.pageSection-image-6 {
  background: url('../png/page-section-8.png') no-repeat top left;
  width: 200%;
  height: 655px;
  position: absolute;
  right: -165%;
  top: 230px;
  z-index: 11;
  background-size: auto;
}

.pageSectionBlue {
  background: #167bcd;
  color: #fff;
  position: relative;
  margin: 60px auto 0;
  padding: 40px 0 150px;
}

.sectionPage.sectionWhite:before {
  background: #fff;
  box-shadow: inset 0 20px 20px rgba(0, 0, 0, 0.2);
}

.secondary-page.page-content ol>li {
  list-style: decimal;
  margin-bottom: 15px;
}

.secondary-page.page-content ol>li>ul,
.secondary-page.page-content ul {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 20px;
}

.sectionPage.sectionGrey {
  padding-bottom: 0;
}

.secondary-page.page-content ol {
  margin: 20px 30px;
}

.sectionPage.sectionWhite:before {
  top: -100px;
  z-index: 10;
}

a.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

.topSlant-Right:before {
  content: '';
  height: 120px;
  position: relative;
  left: -100%;
  width: 201%;
  z-index: 1;
  transform: rotate(-3deg);
  display: block;
  margin-top: -50px;
  margin-bottom: -50px;
}

.topSlant-Blue:before {
  background: #167bcd;
}

.topSlant-Orange:before {
  background: #df8d24;
}

.topSlant-Left:before {
  content: '';
  height: 100px;
  position: relative;
  left: -100%;
  width: 201%;
  z-index: 1;
  transform: rotate(3deg);
  display: block;
  margin-top: -150px;
  margin-bottom: 100px;
}

.topSlant-White:before {
  background: #fff;
  box-shadow: inset 0 20px 20px rgba(0, 0, 0, 0.2);
}

.bottomSlant-Left:after {
  content: '';
  height: 100px;
  position: relative;
  left: -100%;
  width: 201%;
  z-index: 1;
  transform: rotate(3deg);
  display: block;
  margin-top: -50px;
  margin-bottom: -50px;
  z-index: 10;
}

.bottomSlant-Right:after {
  content: '';
  height: 100px;
  position: relative;
  left: -10%;
  width: 201%;
  z-index: 1;
  transform: rotate(-3deg);
  display: block;
  margin-top: -50px;
  margin-bottom: -50px;
  z-index: 10;
}

.bottomSlant-White:after {
  background: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
}

.bigPad {
  padding: 150px 0 0 !important;
}

.pageSectionOrange {
  background: #df8d24;
  color: #000;
  position: relative;
  margin: 60px auto 0;
  padding: 40px 0 150px;
}

/*
.pageSectionBlue:before{
    background:#167bcd;
    content:'';
    height:200px;
    position:absolute;
    left:-100%;
    width:201%;
    z-index: 1;
    transform: rotate(-3deg);
    top:0;
}


*/

.blog-sidebar-cta {
  background-color: #167bcd;
  padding: 30px;
  color: #fff;
  text-align: center;
}

.blog-sidebar-cta h3 {
  color: #fff;
  margin-bottom: 30px;
}

.blog-sidebar-cta button {
  color: #167bcd !important;
  display: inline-block;
  margin-bottom: 30px;
}

.blog-sidebar-cta a {
  color: #fff;
  display: inline-block;
  text-decoration: underline;
}

.wp-block-surveygizmo-blocks-wrapper-block {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #2f3135;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 18px;
}

.wp-block-surveygizmo-blocks-wrapper-block ul {
  list-style-type: disc;
}

#cookie-banner {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #22222d;
  color: #fff;
  z-index: 9999;
  transition: all 0.8s;
}

#cookie-banner.slide-up {
  bottom: 0;
}

#cookie-banner.slide-down {
  bottom: -100%;
}

#cookie-banner-content {
  max-width: 1445px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#cookie-banner-content a {
  text-decoration: underline;
}

#cookie-banner-close {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 2em;
  font-weight: bold;
  border-radius: 50px;
  position: absolute;
  top: -40px;
  right: 20px;
  height: 40px;
  width: 40px;
  line-height: 0;
  background-color: #fff;
}

/* temp fix for plans pricing column img */

.plans-pricing-column-image img {
  height: auto;
}

/* padding for wp columns */

.column-padding {
  padding: 0 15px;
}

@media only screen and (min-width: 770px) {
  .column-padding {
    padding: 0 30px;
  }
}

form {
  font-family: 'Arial', sans-serif;
}

form .svg-validate-email-text {
  color: #dc3545;
  margin-top: 7px;
  font-size: 13px;
}

div[data-hbspt-form-id='e0fe7d9d-c6a7-489d-a9f8-01c6ff71e1f8'] .hs_submit.hs-submit input[type="submit"] {
  background: none!important;
}

div[data-hbspt-form-id='e0fe7d9d-c6a7-489d-a9f8-01c6ff71e1f8'] .hs_submit.hs-submit input[type="submit"]:hover {
  background: #f7941d!important;
  color: #fff!important;
}

@media (min-width: 1600px) {
  .hpSection-image-3 {
    background-size: 1000px;
  }
}

@media (max-width: 1300px) {
  .pageSection-image-1 {
    right: -90%;
  }
}

@media (max-width: 1100px) {
  .hpSection-image-3 {
    right: -80%;
  }
  .hpSection-image-4 {
    left: -90%;
  }
}

@media (max-width: 1024px) {
  .hpSection-image-1 {
    right: -100%;
  }
}

@media (max-width: 992px) {
  .flex-100,
  .flex-95,
  .flex-90,
  .flex-85,
  .flex-80,
  .flex-75,
  .flex-70,
  .flex-65,
  .flex-60,
  .flex-55,
  .flex-50,
  .flex-45,
  .flex-40,
  .flex-35,
  .flex-30,
  .flex-25,
  .flex-20,
  .flex-15,
  .flex-10,
  .flex-5 {
    flex: 0 1 100%;
  }

  h1 {
    font-size: 4vw;
  }
  h1 br {
    display: none;
  }
  .HomeVideoBG-cover {
    display: block;
  }
  #HomeVideoBG {
    right: 0;
    left: unset;
  }
  .calloutBox:after {
    width: 80%;
  }
  .leftContent h2,
  .leftContent h3,
  .leftContent p,
  .leftContent .section-buttons {
    text-align: left;
  }
  .reviewQuote {
    border-left: 0;
    padding-bottom: 30px;
  }
  .hpSection {
    padding: 80px 30px;
  }
  .hpSection-image-1,
  .hpSection-image-2,
  .hpSection-image-3,
  .hpSection-image-4,
  .pageSection-image-1,
  .pageSection-image-2,
  .pageSection-image-3,
  .pageSection-image-4,
  .pageSection-image-6 {
    display: none;
  }
  .tightTop {
    margin-top: -100px !important;
  }
  .businessReviews {
    padding: 100px 0;
  }
  .heroVideo {
    padding: 100px 0;
  }
  .topSlant-Left::before {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .heroVideo {
    padding: 100px 0;
  }
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  .button-dark,
  .button-inverted,
  .row .ui-button-rounded {
    display: block;
    width: 80%;
    margin: 10px auto;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 30px;
  }
}

.contact-float {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: #3daba6!important;
  color: #fff!important;
  border: 2px solid #fff!important;
  font-family: nunito-sans, sans-serif;
  z-index: 10000;
}

.contact-float:hover {
  background: #fff!important;
  color: #3daba6!important;
  border: 2px solid #3daba6!important;
}
