/*****************************************/
/* Landing Pages - Custom styling
/*****************************************/

.blue-bg{
  display: flex !important;
  background: linear-gradient(310.71deg,#1ab3e2,#0b7cc2);
  color: #fff;
}

.body-container>.row-fluid-wrapper:not(:last-of-type) {
  margin: 40px 0;
}

@media (min-width: 1024px){
  .row-number-6 .row-fluid,
  .row-number-7 .row-fluid,
  .row-number-10 .row-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

ul.checks {
  list-style: none;
  padding: 0;
  margin: 35px 0;
}

ul.checks li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}

ul.checks li:before {
  content: "";
  background-image: url("http://frontdesk.ai/wp-content/themes/frontdeskai/dist/images/checkmark.svg");
  display: block;
  position: absolute;
  height: 23px;
  width: 24px;
  left: 0;
}

section.partners{
  background: #F3F8FA;
  padding: 60px 0;
}

.partners .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners br {
  display: none;
}

.partners .item img {
  max-height: 70px;
}

.how-it-works .row.cta {
  display: none;
}

@media (min-width: 1024px){
  section.how-it-works {
    height: 650px!important;
  }
  section.how-it-works .container-fluid {
    height: 178px !important;
  }
}

button.navbar-toggler.collapsed {
  display: none;
}

a.navbar-brand.brand {
  margin-left: 15px !important;
}

.container.p-5 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

input {
  padding: 20px 12px !important;
  min-width: 50% !important;
  width: 100% !im;
}

fieldset {
  max-width: 100% !important;
}

.hs-input {
  width: 100% !important;
}

input.hs-button.primary.large {
  background: #FF9831;
  font-weight: 700;
  color: white;
  border: 0;
}

.input {
  margin-bottom: 20px;
}

.hbspt-form .hs_email {
  width: 70%;
  display: inline-block;;
}

.hbspt-form .hs_submit.hs-submit,
.hbspt-form .hs_submit.hs-submit input {
  width: 30%;
  display: inline-block;
  background: white;
}
.hbspt-form input.hs-button.primary.large {
  color: #008FC5;
  text-align: center;
  width: 100%;
}
.white-bg{
  background-color: white !important;
}

/*****************************************/
/* Subscription pages
/*****************************************/

.cell-wrapper.layout-widget-wrapper {
  max-width: 1200px;
  margin: auto;
  padding: 60px 0;
}

input[type="checkbox"] {
  display: inline-block;
  float: left;
  width: 15px;
  height: 24px;
}

span#hs_cos_wrapper_email_simple_subscription input[type="submit"] {
  max-width: 50%;
}

input[type=submit] {
  background: #FE9A2B;
  color: white;
  border: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.widget-type-email_subscriptions h1,
.widget-type-email_subscriptions_confirmation h1 {
  font-size: 32px;
  font-weight: 600;
}

#email-prefs-form h3 {
  font-size: 16px;
}

.page-header h1 {
  font-size: 32px;
  font-weight: 600;
}