/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cl-error {
  display: none;
  color: red;
  font-size: 12px;
}
.cl-preview {
  position: relative;
}

#cl-call {
  margin-top: 20px;
  padding: 20px 10px 10px 10px;
  text-align: center;
}

#cl-call-mini {
  padding: 0px 10px 10px 10px;
  text-align: center;
}

#cl-call-text {
  padding: 10px 10px 10px 10px;
  font-size: 28px;
  line-height: 42px;
}

.cl-preview:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 106px;
  background: hsla(0, 0%, 100%, 0.2);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(0, 0%, 100%, 0)),
    to(#fff)
  );
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
}

.cl-snippet-login {
  padding-bottom: 10px;
}

.snippet-button {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.snippet-actions a.content-leads-btn,
.snippet-actions a.content-leads-btn:visited {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.95px;
  max-width: 100%;
  height: 54px;
  width: 100%;
  line-height: 54px;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.snippet-actions a.content-leads-btn:hover {
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.snippet-label {
  display: block;
  text-align: center;
  color: #333;
  padding: 10px;
  font-size: 18px;
}

.cl_wrapper {
  margin: 16px 0;
  max-width: 100%;
}

#cl-steps .cl_wrapper ul.cl_fields {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

#cl-steps .cl_wrapper ul.cl_fields li.gfield .cl_label {
  display: none;
}

.cl_wrapper .hidden_label .cl_label,
.cl_wrapper label.hidden_sub_label,
.cl_wrapper label.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.cl-toggle-content {
  display: none;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 350ms ease-in-out;
}

.cl-toggle-content.cl-is-visible {
  display: block;
  height: auto;
  opacity: 1;
}

#cl-steps .cl_wrapper ul.cl_fields li.gfield .cl_input_container {
  margin: 0;
}

#cl-steps .cl_wrapper ul.cl_fields li.gfield .cl_input_container input {
  color: #6f6f6f;
  width: 100%;
  height: 54px;
  margin: 0;
  padding: 5px 15px;
  border: 2px solid #adadad;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: 54px;
  -webkit-border-radius: 0;
  font-weight: 600;
  outline: none;
}

#cl-steps .cl_wrapper .cl_footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0;
  margin: 0;
}

#cl-steps .cl_wrapper .cl_footer .cl-button {
  font-size: 16px;
  background-color: #c00;
  border-color: #c00;
}

#cl-continue-2 {
  width: 50%;
}

#cl-steps .cl_wrapper .cl_footer .cl-button {
  padding: 0;
  height: 54px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.95px;
  text-transform: uppercase;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}

#cl-steps .cl_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#cl-steps .cl_wrapper .cl_body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}

#cl-steps .cl_wrapper .cl_footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0;
  margin: 0;
}

.cl_wrapper .cl_footer {
  clear: both;
  width: 100%;
}

@media only screen and (max-width: 1440px) and (min-width: 1025px) {
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
}

@media only screen and (max-width: 767px) and (min-width: 0) {
}

@media only screen and (min-width: 0) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
}

@media only screen and (min-width: 641px) {
  .cl_wrapper ul.cl_fields li.gfield {
    padding-right: 16px;
  }
}

@media only screen and (max-width: 641px) {
  .cl_wrapper ul.cl_fields li.gfield {
    padding-right: 6px !important;
  }

  #cl-steps .cl_wrapper .cl_footer .cl-button,
  .snippet-actions a.content-leads-btn {
    font-size: 13px !important;
  }
}
