@charset "UTF-8";
/* Custom.scss */
/* Variables.scss */
/*
 * Colors
 */
/*
 * Navbar
 */
/* 
 * Fonts
 */
/*
 * Buttons
 */
/* Html.scss */
section {
  padding-top: 45px;
  padding-bottom: 45px;
  background-size: cover;
  background-position: center;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

iframe {
  max-width: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Nav.scss */
#masthead {
  border: 1px solid #D8D8D8;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.1);
}
#masthead .navbar-brand {
  margin: 0;
  max-width: 450px;
}
#masthead .navbar-brand .site-title {
  color: #2980b9;
  text-decoration: none;
  white-space: normal;
}
#masthead .navbar-brand img {
  width: auto;
  height: auto;
  max-height: 60px;
  max-width: 240px;
  box-shadow: none;
  overflow: unset;
  border-radius: 0;
}
#masthead .navbar-nav li {
  margin: 0;
  padding: 0 10px;
}
#masthead .navbar-nav li:before {
  content: none;
}
#masthead .menu-item a {
  font-weight: 700;
}
#masthead .btn {
  margin-left: 10px;
  padding: 12px 32px;
}
@media (max-width: 768px) {
  #masthead .btn {
    margin: 0;
  }
}
#masthead .navbar-cta {
  flex-grow: 0;
}

/* Funnel styling */
/* Certified-pro.scss */
/* Brandbox */
#cpf-brandbox span {
  display: block;
  margin-bottom: 30px;
}
#cpf-brandbox #cpf-brandbox-cta {
  margin-top: 40px;
}

/* Intro */
#cpf-intro h2 {
  margin-bottom: 30px;
}
#cpf-intro .cpf-intro-profile {
  margin-bottom: 30px;
}
#cpf-intro .cpf-intro-cert {
  margin-top: 30px;
  border-radius: 0;
  box-shadow: none;
}

#cpf-card .card {
  background-color: #2980b9;
}
#cpf-card .card img {
  margin-bottom: 30px;
}

/* Text */
.cpf-text h2 {
  margin-bottom: 30px;
}
.cpf-text .btn-wrapper {
  margin-top: 30px;
}

/* Outro */
#cpf-outro .btn-wrapper {
  margin-bottom: 30px;
}

/* Agency-authority.scss */
#aas-brandbox h1 {
  margin-bottom: 20px;
}

#aas-brandbox-video {
  margin-top: -50px;
  background: #2980b9;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 50%, #2980b9 50%);
}

#aas-steps .steps-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#aas-steps .steps-block .step-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
#aas-steps .steps-block .step-row .step-image {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
#aas-steps .steps-block .step-row .step-image .step-image-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 165px;
  height: 165px;
  padding: 40px;
  border-radius: 50%;
  background-color: #d2e7f5;
}
#aas-steps .steps-block .step-row .step-image .step-image-background img {
  height: auto;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 768px) {
  #aas-steps .steps-block .step-row .step-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
}
#aas-steps .steps-block .step-row .step-content {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
@media (max-width: 768px) {
  #aas-steps .steps-block .step-row .step-content {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #aas-steps .steps-block .step-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#aas-services #aas-steps .col-md-6 {
  margin-bottom: 30px;
}
#aas-services #aas-steps .card {
  height: 100%;
}
#aas-services #aas-steps img {
  margin-bottom: 30px;
}

#aas-service-cards .col-md-6 {
  margin-bottom: 30px;
}
#aas-service-cards .card {
  height: 100%;
}
#aas-service-cards img {
  margin-bottom: 30px;
}

#aas-logos {
  padding-bottom: 15px;
}

.quote {
  position: relative;
  margin: 0;
  padding: 0 100px;
}
.quote::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 0;
  color: #d2e7f5;
  font-size: 65px;
}
.quote::after {
  content: "”";
  position: absolute;
  top: -10px;
  right: 0;
  color: #d2e7f5;
  font-size: 65px;
}
@media (max-width: 768px) {
  .quote {
    padding: 30px;
  }
}

#aas-logos img {
  border-radius: 0;
  box-shadow: none;
  overflow: unset;
}

/* Agency-ignite.scss */
/* Brandbox */
#aif-brandbox h1 {
  margin-bottom: 30px;
}
#aif-brandbox img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#aif-brandbox-video {
  margin-top: -50px;
  padding-bottom: 15px;
  background: #2980b9;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 50%, #2980b9 50%);
}

/* Intro */
#aif-intro h2 {
  margin-bottom: 30px;
}
#aif-intro iframe {
  width: 100%;
  height: 100%;
}
#aif-intro .profile-quote {
  margin-bottom: 30px;
}
#aif-intro .profile-image {
  width: 175px;
  height: 175px;
  max-width: 175px;
  max-height: 175px;
  margin-bottom: 15px;
  border-radius: 50%;
  object-fit: cover;
}

/* Text */
#aif-text h2:after {
  display: block;
  content: "";
  width: 50%;
  padding-top: 10px;
  border-bottom: 4px solid #2980b9;
}

/* Stories */
#aif-stories h2 {
  margin-bottom: 45px;
}
#aif-stories iframe {
  width: 100%;
  margin-bottom: 15px;
}
#aif-stories .aif-story-video {
  margin-bottom: 30px;
}

/* Outro */
#aif-outro {
  padding-top: 60px;
  padding-bottom: 60px;
}
#aif-outro h2 {
  margin-bottom: 30px;
}
#aif-outro p {
  margin-bottom: 45px;
}
#aif-outro .btn-wrapper {
  margin-top: 30px;
}

/* Vertical-service.scss */
#vsf-brandbox-a {
  border-bottom: 1px solid rgba(41, 128, 185, 0.1);
}
#vsf-brandbox-a h1 {
  margin-bottom: 25px;
}
#vsf-brandbox-a p {
  margin-bottom: 30px;
}
#vsf-brandbox-a .btn {
  margin-bottom: 25px;
}
#vsf-brandbox-a .fa-arrow-down {
  margin-right: 15px;
  font-size: 18px;
}
#vsf-brandbox-a .fa-arrow-up {
  margin-left: 15px;
  font-size: 18px;
}
#vsf-brandbox-a img,
#vsf-brandbox-a iframe {
  margin-bottom: 30px;
}

#vsf-brandbox-b {
  padding-top: 100px;
  padding-bottom: 100px;
}
#vsf-brandbox-b h1 {
  margin-bottom: 25px;
}

#vsf-brandbox-b-sub {
  max-height: 120px;
  padding: 10px 0;
}
#vsf-brandbox-b-sub img {
  border-radius: 0;
  box-shadow: none;
}
#vsf-brandbox-b-sub .logos img {
  max-height: 120px;
}
#vsf-brandbox-b-sub .google-card {
  margin-top: -50px;
}

#vsf-brandbox-c .container {
  max-width: 700px;
}
#vsf-brandbox-c h1 {
  margin-bottom: 25px;
}
#vsf-brandbox-c span.h5 {
  margin-bottom: 45px;
}

#vsf-brandbox-d {
  padding-top: 100px;
  padding-bottom: 0;
}
#vsf-brandbox-d .brandbox-card {
  padding: 30px;
  background-color: #fff;
  border-bottom: 0;
}
#vsf-brandbox-d .brandbox-card h1 {
  margin-bottom: 15px;
}

#vsf-brandbox-d-sub {
  max-height: 120px;
  padding: 0;
}
#vsf-brandbox-d-sub img {
  border-radius: 0;
  box-shadow: none;
}
#vsf-brandbox-d-sub .logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
#vsf-brandbox-d-sub .logos img {
  padding: 10px 0;
  max-height: 120px;
}
#vsf-brandbox-d-sub .google-card {
  border-top: 1px solid #e9f2f8;
}

#vsf-brandbox-e h1 {
  margin-bottom: 25px;
}
#vsf-brandbox-e span.h4 {
  margin-bottom: 45px;
}
#vsf-brandbox-e .video-btn {
  margin-bottom: 50px;
}
#vsf-brandbox-e .fa-arrow-down {
  font-size: 24px;
}

#vsf-intro h2 {
  margin-bottom: 45px;
}
#vsf-intro img {
  margin-bottom: 30px;
}
#vsf-intro h4 {
  margin-bottom: 15px;
}
#vsf-intro .anchor {
  margin-top: 30px;
}

#vsf-about h2 {
  margin-bottom: 25px;
}
#vsf-about p {
  margin-bottom: 30px;
}
#vsf-about .about-card-image {
  max-width: 100px;
  max-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
#vsf-about #accordion {
  margin-bottom: 15px;
}
#vsf-about #accordion .card {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
#vsf-about #accordion .card h5 {
  position: relative;
  cursor: pointer;
}
#vsf-about #accordion .card h5:after {
  position: absolute;
  top: 6px;
  right: 0;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 12px;
}
#vsf-about #accordion .card h5.collapsed:after {
  content: "";
}
#vsf-about #accordion .card .card-header {
  padding: 20px;
  border-bottom: 0;
  background-color: #fff;
}
#vsf-about #accordion .card .card-body {
  padding: 20px;
  padding-top: 0;
}
#vsf-about #accordion .card .card-body img {
  margin-bottom: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#vsf-about #accordion .card .card-body p {
  margin-bottom: 0;
}

#vsf-testimonials h2,
#vsf-testimonials .subtitle {
  margin-bottom: 25px;
}
#vsf-testimonials .testimonial-image {
  max-width: 60px;
  max-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

#vsf-form .container {
  max-width: 600px;
}
#vsf-form .form-card {
  border-radius: 0;
}
#vsf-form .form-card h4 {
  margin-bottom: 15px;
}
#vsf-form .form-card iframe {
  width: 100%;
  border: 0;
}

.video-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.video-btn:before {
  display: block;
  margin-right: -8px;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
.video-btn:hover {
  text-decoration: none;
}

.google-card {
  border-radius: 5px;
  background-color: #fff;
}
.google-card .google-card-body .google-card-logo {
  padding: 35px;
  border-right: 1px solid #e9f2f8;
}
.google-card .google-card-body .google-card-logo img {
  max-height: 100px;
  height: auto;
}
.google-card .google-card-body .google-card-rating {
  font-size: 20px;
  font-weight: 700;
}
.google-card .google-card-body .google-card-label {
  padding-right: 15px;
  font-size: 18px;
}
.google-card .google-card-body .google-card-stars i {
  margin: 0 3px;
  color: #e7731e;
}

/* page templates */
/* Thank-you.scss */
#ty-brandbox h2 {
  margin-bottom: 30px;
}

#ty-testimonials h2 {
  margin-bottom: 30px;
}

#ty-logos {
  border: 1px solid rgba(41, 128, 185, 0.1);
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.1);
}
#ty-logos h4 {
  margin-bottom: 30px;
}
#ty-logos img {
  border-radius: 0;
  box-shadow: none;
}

.testimonial-card .testimonial-image {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-card .testimonial-name {
  font-weight: 700;
  font-size: 18px;
  color: #2980b9;
}
.testimonial-card .testimonial-stars {
  margin-right: 15px;
  margin-bottom: 5px;
}
.testimonial-card .star-icon {
  margin-right: 3px;
}
@media (max-width: 768px) {
  .testimonial-card .testimonial-rating {
    flex-direction: column;
  }
  .testimonial-card .testimonial-rating .testimonial-stars {
    margin-right: 0;
  }
}

/* Custom.scss */
.btn {
  font-size: 18px;
  white-space: unset;
}

.btn-light {
  color: #2980b9;
}

ul {
  padding: 0;
  list-style-type: none;
}
ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 28px;
}
ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2980b9;
}
ul br {
  display: none;
}

/* Contact page */
#contact-page {
  height: 85vh;
}
#contact-page .form-card {
  border-radius: 0;
}
#contact-page .form-card iframe {
  width: 100%;
  border: 0;
}
#contact-page h4 {
  margin-bottom: 30px;
}
#contact-page .testimonial-card {
  margin-bottom: 30px;
}

ul.usp-list {
  margin-bottom: 40px;
  padding: 0;
  color: #2980b9;
  list-style-type: none;
}
ul.usp-list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
}
ul.usp-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #2980b9;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}

/* General styling */
.entry-header {
  padding-top: 60px;
  padding-bottom: 60px;
}

.entry-content {
  padding-top: 45px;
}

.card {
  margin-bottom: 15px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.1);
}
.card .card-body {
  padding: 25px;
}
.card .card-body .card-icon {
  margin-bottom: 20px;
}
.card img {
  border-radius: 0;
  box-shadow: none;
  overflow: unset;
}

.logos-block h4 {
  margin-bottom: 30px;
}
.logos-block img {
  border-radius: 0;
  box-shadow: none;
}

.entry-footer {
  padding-bottom: 30px;
}

/* Exit popup */
.exit-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.69);
}
.popup-overlay .popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.1);
  box-shadow: 0 0 10px 0 rgba(102, 102, 102, 0.1);
  background-color: #FFFFFF;
}
.popup-overlay .popup-inner .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #999999;
  cursor: pointer;
}
.popup-overlay .popup-inner .popup-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .popup-overlay .popup-inner .popup-image {
    display: none;
  }
}
.popup-overlay .popup-inner .popup-content {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-right: 30px;
}
.popup-overlay .popup-inner .popup-content .gform_footer {
  margin-top: 24px;
}
.popup-overlay .popup-inner .popup-content img.gform_ajax_spinner {
  max-height: 30px;
  max-width: 30px;
}
@media (max-width: 768px) {
  .popup-overlay .popup-inner .popup-content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/* Footer.scss */
#site-footer {
  min-height: 70px;
  padding: 24px 0;
  background-color: #d2e7f5;
}
#site-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  #site-footer .container {
    display: block;
  }
}
#site-footer .footer-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
}
#site-footer .footer-menu ul li {
  margin: 0;
  padding: 0;
}
#site-footer .footer-menu ul li::after {
  content: " | ";
  display: inline-block;
  padding: 0 4px;
  color: #2980b9;
}
#site-footer .footer-menu ul li::before, #site-footer .footer-menu ul li:last-child::after {
  content: unset;
}
#site-footer .footer-menu ul li a {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  #site-footer .footer-menu ul li {
    display: block;
    text-align: center;
  }
  #site-footer .footer-menu ul li::before, #site-footer .footer-menu ul li::after {
    content: unset;
  }
}
@media (max-width: 767.98px) {
  #site-footer .footer-menu ul {
    display: block;
  }
}
#site-footer span {
  color: #2980b9;
}
@media (max-width: 767.98px) {
  #site-footer span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

/*# sourceMappingURL=custom.css.map */
