@charset "UTF-8";
/*
Theme Name: Headjack SaaS Theme
Theme URI: https://headjack.io
Author: Nick
Author URI: https://headjack.io
Description: A theme for SaaS businesses
Version: 6.1
Text Domain: saas
*/
/* COLORS
 * Color variables are named according to their use
 * To prevent duplicate color codes, one variable can have another variable as its value
 * E.g. 
 * $background-color: #F2F2F2;	
 * $text-color: $background-color;
 */
/* SHADOWS */
/* ETC */
a {
  color: #f15e7a; }
  a:hover {
    color: #ed2f53; }

input[type=text], textarea {
  font-size: .9rem;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  width: 100%;
  padding: .44444rem;
  line-height: 1;
  color: #364141;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #c8cccc;
  border-radius: 3px;
  outline: 0; }
  input[type=text]:hover, textarea:hover {
    border-color: #f7a4b4; }
  input[type=text]:focus, input[type=text]:active, textarea:focus, textarea:active {
    border-color: #f15e7a; }

main {
  margin-top: 4rem; }
  @media screen and (max-width: 992px) {
    main {
      margin-top: 3rem; } }

video {
  display: block;
  width: 100% !important;
  height: auto !important; }

section {
  padding-top: 4.44444rem;
  padding-bottom: 4.44444rem;
  background: #fff;
  overflow: hidden;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    section {
      padding-top: 2rem;
      padding-bottom: 2rem; }
      section .col-md {
        padding-bottom: 2rem; } }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e5e5;
  margin: 1rem 0 1rem 0;
  padding: 0; }

.border-bottom {
  border-bottom: 1px solid #dee1e1; }

section#hero {
  padding-top: 0; }
  section#hero .hero-img-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

section.hero-studios {
  color: #fff; }
  section.hero-studios h1, section.hero-studios h2 {
    color: #fff; }

@media screen and (max-width: 1299px) {
  section#hero h1 {
    margin-top: 3rem; }
  section#hero .partners {
    margin-bottom: 2rem; } }
@media screen and (max-width: 992px) {
  section#hero {
    text-align: center; }
    section#hero .button-wrapper {
      float: initial; }
    section#hero .hero-img-wrapper {
      margin-top: 2rem; }
    section#hero .partners {
      display: none; }

  .partners.sub-hero {
    display: block !important;
    padding: 20px; } }
.partners.sub-hero {
  display: none; }

section.dark-theme {
  background-color: #000;
  color: #fff; }
  section.dark-theme h1, section.dark-theme h2 {
    color: #fff; }

section.hero-home {
  background-image: url("assets/images/home_live/home_1.2.jpg"); }

section.hero-cms {
  background-image: url("assets/images/content_management_live/cm_1.2.jpg"); }

section.hero-creation {
  background-image: url("assets/images/app_creation_live/app_1.2.jpg"); }

section.hero-publishing {
  background-image: url("assets/images/publishing_live/pub_1.2.jpg"); }

section.hero-studios {
  background-image: url("assets/images/studios_live/studio_1.2.jpg"); }

section.hero-brands {
  background-image: url("assets/images/brands_live/brand_1.2.jpg"); }

section.hero-developers {
  background-image: url("assets/images/developers_live/dev_1.2.jpg"); }

section#hero-sm {
  height: 40vh;
  padding: 0;
  background: #f3f4f4; }

section#try-headjack,
section.bg-gradient {
  background-image: url("assets/images/home_live/home_1.2.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  section#try-headjack .bottom-image,
  section.bg-gradient .bottom-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

@media screen and (max-width: 768px) {
  section#try-headjack {
    padding-top: 10rem; }
    section#try-headjack .spaced-r {
      text-align: center; }
    section#try-headjack .button-wrapper {
      float: initial; } }
#case-studies img {
  -webkit-user-select: none;
  max-width: 100%;
  height: 60px; }
#case-studies .card {
  height: 100%; }

#plans {
  position: relative; }
  @media (min-width: 1200px) {
    #plans .col-xl-9 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  @media (min-width: 1300px) {
    #plans .col-xl-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%; } }
  #plans .plans-background {
    padding-top: 0px;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    min-height: 400px;
    height: 50vh;
    z-index: 0;
    background-color: #8fc0c7;
    background: #8fc0c7 center/cover url("assets/images/home_live/home_1.2.jpg"); }
  #plans .pricing-table {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
    z-index: 7;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      #plans .pricing-table {
        flex-direction: row; } }
    @media (min-width: 1200px) {
      #plans .pricing-table {
        margin-bottom: 0; } }
  #plans .pricing-plan {
    border-bottom: 1px solid #fdebee;
    padding: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap; }
    #plans .pricing-plan:last-child {
      border-bottom: none;
      padding-right: 15px; }
    #plans .pricing-plan:first-child {
      padding-left: 15px; }
    @media (min-width: 992px) {
      #plans .pricing-plan {
        border-bottom: none;
        border-right: 1px solid #fdebee;
        flex-basis: 100%;
        padding: 15px 40px 25px 40px; }
        #plans .pricing-plan:last-child {
          border-right: none; } }
  #plans h1 {
    font-size: 2.4rem;
    color: #fff;
    text-align: center; }
  #plans h2.pricing-header {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #929a9b; }
  #plans .pricing-header-wrapper {
    margin-bottom: 1.5rem; }
  #plans .price-wrapper {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
    margin-top: auto; }
    #plans .price-wrapper.user-picked {
      margin-bottom: 10px; }
  #plans .pricing-price {
    font-size: 4rem; }
    @media screen and (max-width: 1200px) {
      #plans .pricing-price {
        font-size: 3rem; } }
    #plans .pricing-price:before {
      font-size: 1.5rem;
      position: relative;
      top: -1.5rem;
      content: "$"; }
  #plans .pricing-mo {
    font-size: 1.5rem; }
  #plans .billing-frequency,
  #plans .billing-frequency-free {
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 0.5rem; }
  #plans .pricing-features {
    color: #f15e7a;
    letter-spacing: 1px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none; }
  #plans .pricing-features-item {
    border-top: 1px solid #fdebee;
    font-size: 0.8rem;
    line-height: 1.5;
    padding: 15px 0; }
  #plans .pricing-features-item:last-child {
    border-bottom: 1px solid #fdebee; }
  #plans .custom-features .la-check {
    color: #59cb59; }
  #plans .custom-features p {
    margin-bottom: 0.4rem; }
  #plans .la-info-circle {
    color: #929a9b;
    margin-left: .2rem;
    cursor: help;
    font-size: .87rem; }
  #plans .popularity {
    font-weight: 600;
    font-style: normal;
    color: rgba(0, 0, 0, 0.25);
    font-size: 11px;
    letter-spacing: 3px;
    line-height: 1.38;
    text-transform: uppercase;
    margin-bottom: 5px; }
  #plans .vat-block {
    text-align: right; }
  #plans .vat-warning {
    display: block;
    padding-top: 1em;
    padding-left: 40px;
    font-size: 0.8em;
    font-weight: 400; }

#comparison .la-check {
  color: #59cb59; }

section h1,
section h2 {
  text-transform: capitalize; }

img {
  height: auto;
  max-width: 100%; }

.row {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* Typography */
body {
  font-family: Proxima Nova,proxima-nova,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Helvetica,sans-serif; }

h1 {
  font-weight: 600;
  color: #162020;
  font-size: 3.16667rem;
  line-height: 1.12; }

h2 {
  font-weight: 600;
  color: #162020;
  font-size: 2.38889rem;
  line-height: 1.1782945736434107; }

.subtitle {
  font-size: 1.16667rem;
  line-height: 1.4; }

.light-text {
  color: #929a9b; }

.light-fill-text {
  color: rgba(255, 255, 255, 0.85); }

.small-text {
  font-size: .88889rem;
  line-height: 1.5; }

.large-text {
  font-size: 1.16667rem;
  line-height: 1.4; }

.xl-text {
  font-size: 1.33rem;
  line-height: 1.33; }

.gray-text {
  color: #b0b6b7 !important; }

.circle-before:before {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 2rem;
  margin-bottom: .88889rem;
  background-color: #f15e7a;
  content: ""; }

.card {
  background: #fff;
  display: block;
  -webkit-box-shadow: 0 0 28px rgba(22, 32, 32, 0.16), 0 10px 10px rgba(22, 32, 32, 0.13);
  box-shadow: 0 0 28px rgba(22, 32, 32, 0.16), 0 10px 10px rgba(22, 32, 32, 0.13);
  border-radius: 0.16667rem;
  color: #364141;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .card:hover {
    color: #364141;
    text-decoration: none; }
  .card .card-body {
    padding: 3rem 1.7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    height: 100%; }
    .card .card-body .btn-container {
      margin-top: auto; }
  .card .card-body-small {
    padding: 1rem 1.7rem; }
    .card .card-body-small p {
      margin-bottom: 0; }
  .card.no-background {
    background: transparent; }
  .card .vertical-justify {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.card.card-small-shadow {
  -webkit-box-shadow: 0 0 6px rgba(54, 65, 65, 0.16), 0 3px 6px rgba(54, 65, 65, 0.23);
  box-shadow: 0 0 6px rgba(54, 65, 65, 0.16), 0 3px 6px rgba(54, 65, 65, 0.23); }

.card-hover-simple:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

.card-hover:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 0 32px rgba(22, 32, 32, 0.2), 0 15px 14px rgba(22, 32, 32, 0.17);
  cursor: pointer; }

.carousel .card {
  -webkit-box-shadow: none;
  box-shadow: none; }

.testimonial-wrapper {
  margin: 20px; }

.brand-title {
  color: #364141; }
  .brand-title:hover {
    color: #364141; }

.tool-link {
  display: inline-block;
  color: #fff;
  min-width: 8.33333rem;
  padding: .88889rem 1.94444rem .77778rem;
  font-size: .88889rem;
  font-weight: 600;
  width: 100%;
  text-align: center; }
  .tool-link:hover {
    color: #fff;
    text-decoration: underline; }

/* Utilities */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .reverse {
    z-index: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

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

.spaced-tb {
  margin: 1rem 0 1.4rem 0; }

.spaced-r {
  padding-right: 2rem; }

.spaced-l {
  padding-left: 2rem; }

@media screen and (min-width: 768px) {
  .pad-left {
    padding-left: 9%; }

  .pad-right {
    padding-right: 9%; } }
@media screen and (max-width: 768px) {
  .margin-bottom-mobile {
    margin-bottom: 1.4rem; } }
.pad-bottom {
  padding-bottom: 1.4rem; }

.pad-top {
  padding-top: 1.4rem; }

.margin-bottom {
  margin-bottom: 1.4rem; }

.mb-5 {
  margin-bottom: 5px; }

.mb-20 {
  margin-bottom: 20px; }

.ml-2rem {
  margin-left: 2rem; }

.index-1 {
  z-index: 1; }

.image-shadow {
  -webkit-filter: drop-shadow(7px 25px 25px rgba(22, 32, 32, 0.25));
  filter: drop-shadow(7px 25px 25px rgba(22, 32, 32, 0.25)); }

.bg-straight {
  background-color: #f3f4f4; }

.bg-angled-up {
  -webkit-clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
  clip-path: polygon(0 10vw, 100% 0, 100% calc(100% - 10vw), 0 100%);
  padding-top: calc(10vw + 2.22222rem);
  padding-bottom: calc(10vw + 4.44444rem);
  background-color: #f3f4f4; }

.bg-angled-down {
  -webkit-clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 calc(100% - 10vw));
  clip-path: polygon(0 0, 100% 10vw, 100% 100%, 0 calc(100% - 10vw));
  padding-top: calc(10vw + .88889rem);
  padding-bottom: calc(10vw + 4.44444rem);
  background-color: #f3f4f4; }

.bg-pull-up {
  margin-top: calc(-10vw + -2.22222rem); }

.filled-bg {
  color: #fff;
  background-color: #f15e7a; }
  .filled-bg h1, .filled-bg h2 {
    color: #fff; }

.gray-bg {
  background-color: #f3f4f4; }

/* Header */
.site-header {
  z-index: 8;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 3px rgba(22, 32, 32, 0.12), 0 1px 2px rgba(22, 32, 32, 0.24);
  box-shadow: 0 0 3px rgba(22, 32, 32, 0.12), 0 1px 2px rgba(22, 32, 32, 0.24); }
  .site-header .wrapper {
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(22, 32, 32, 0.12), 0 1px 2px rgba(22, 32, 32, 0.24);
    box-shadow: 0 0 3px rgba(22, 32, 32, 0.12), 0 1px 2px rgba(22, 32, 32, 0.24); }
  .site-header nav {
    margin-left: auto; }
  .site-header ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-left: auto; }
  .site-header .nav-item {
    position: relative;
    display: inline-block;
    padding: 1.5rem 1.15rem;
    color: #162020;
    outline: 0;
    text-transform: uppercase;
    margin-right: -5px;
    font-weight: 600;
    letter-spacing: .1em;
    font-size: .72222rem;
    line-height: 1.641025641025641; }
    .site-header .nav-item:hover, .site-header .nav-item:active, .site-header .nav-item.active, .site-header .nav-item.current-page {
      color: #f15e7a;
      border-bottom: 2px solid #f15e7a;
      margin-bottom: -2px; }
  .site-header a {
    text-decoration: none; }
  .site-header .la-bars {
    cursor: pointer;
    position: relative;
    font-size: 2.5rem;
    padding: 5px; }
  .site-header .main-menu-items {
    justify-content: flex-end; }
  @media screen and (max-width: 992px) {
    .site-header .subnav {
      display: none !important; } }

header.entry-header {
  margin: 2rem 0; }

.sidebar {
  z-index: 20;
  width: 100vw;
  -webkit-transform: translateX(calc(100vw * -1));
  transform: translateX(calc(100vw * -1));
  -webkit-transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
  transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
  transition: transform 233ms cubic-bezier(0, 0, 0.21, 1);
  transition: transform 233ms cubic-bezier(0, 0, 0.21, 1), -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
  background: #fff;
  position: fixed;
  top: 0;
  height: 100vh; }
  .sidebar .nav-item {
    text-decoration: none !important;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 3rem;
    padding-left: 15px;
    text-align: left;
    display: block;
    color: #162020; }
    .sidebar .nav-item:hover {
      background: #f2f2f2; }
    .sidebar .nav-item.active, .sidebar .nav-item.current-page {
      color: #f15e7a; }
  .sidebar .la-close {
    cursor: pointer;
    position: relative;
    font-size: 2.5rem;
    padding: 5px;
    float: right; }
  .sidebar #close-row {
    background: #fff;
    border-bottom: 1px solid #c8cccc; }
  .sidebar #menu-row {
    max-height: calc(100vh - 95px);
    overflow-y: scroll; }
  .sidebar #mobile-cta {
    border-radius: 0 !important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0; }
  .sidebar .subnav {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    max-height: calc(100vh - 95px);
    overflow-y: scroll; }
    .sidebar .subnav a {
      margin-bottom: 20px;
      text-decoration: none; }

.sidebar.opened {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.subnav {
  -webkit-box-shadow: 0 0 6px rgba(22, 32, 32, 0.16), 0 3px 6px rgba(22, 32, 32, 0.23);
  box-shadow: 0 0 6px rgba(22, 32, 32, 0.16), 0 3px 6px rgba(22, 32, 32, 0.23);
  font-size: .72222rem;
  line-height: 1.641025641025641;
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.4, 0, 1, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.1s cubic-bezier(0.4, 0, 1, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 1, 1) 0.5s;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.1s cubic-bezier(0.4, 0, 1, 1) 0.5s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }
  .subnav .container {
    padding: 1.5rem 0; }
  .subnav .row {
    margin: 0; }
  .subnav a {
    color: #364141; }
    .subnav a:hover h4, .subnav a.current-page h4 {
      color: #f15e7a; }
    .subnav a:hover .subnav-icon, .subnav a.current-page .subnav-icon {
      color: #fff;
      background-color: #f15e7a; }
  .subnav .subnav-text {
    margin-left: 1.77778rem;
    font-size: 12px;
    line-height: 1.641025641025641; }
  .subnav h4 {
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 0; }
  .subnav .subnav-icon {
    width: 63px;
    height: 63px;
    max-width: 63px;
    font-size: 31.5px;
    line-height: 59px;
    color: #f15e7a;
    background: 0 0;
    border: 2px solid #f15e7a;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
    border-radius: 50%; }
  .subnav .subnav-text-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .72222rem;
    line-height: 1.641025641025641;
    padding-top: .75rem; }
    .subnav .subnav-text-links ul h4 {
      margin-bottom: 1.15rem; }

.subnav.opened {
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.subnav-header,
.section-subheader {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
  color: #929a9b;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .72222rem;
  line-height: 1.641025641025641; }
  .subnav-header.light,
  .section-subheader.light {
    color: #fff; }

.subnav-header-mobile {
  cursor: pointer;
  padding: 1.5rem 0 !important;
  padding-bottom: 0;
  margin-bottom: 0 !important; }

.section-subheader {
  margin-bottom: .44444rem; }

.iconlist, .iconlist .iconlist-item,
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.iconlist {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.icon-circle {
  width: 75px;
  height: 75px;
  max-width: 75px;
  font-size: 37.5px !important;
  line-height: 70px !important;
  color: #f15e7a;
  background: 0 0;
  border: 2px solid #f15e7a;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  border-radius: 50%; }

/* Footer */
footer {
  padding: 2.22222rem 0;
  color: #364141;
  background: #f3f4f4; }
  footer .footer-menu .col-md {
    margin-bottom: 2rem; }

footer h3 {
  font-size: .72222rem;
  line-height: 1.641025641025641;
  margin-bottom: .44444rem;
  color: #162020;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em; }

footer a {
  display: block;
  padding: .22222rem 0;
  font-size: 12px;
  line-height: 1.641025641025641;
  color: #364141; }
  footer a:hover {
    text-decoration: underline;
    outline: 0;
    color: #364141; }

.footer-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.footer-bottom-left li {
  margin: 4px 0 4px 33px;
  font-size: 12px;
  color: #929a9b; }
  ul.footer-bottom-left li:first-child {
    margin-left: 0; }
  ul.footer-bottom-left li a {
    color: #929a9b;
    padding: 0; }

ul.footer-bottom-right {
  margin-left: auto; }
  ul.footer-bottom-right .social-button {
    font-size: 2rem;
    margin-left: 10px; }

/*
.github-button:hover {
    color: #24292e !important;
}
.facebook-button:hover {
    color: #3b5998 !important;
}
.youtube-button:hover {
    color: #ce332d !important;
}
.linkedin-button:hover {
    color: #0375b6 !important;
}*/
/* Buttons */
.button,
.mailpoet_submit {
  min-width: 6.66667rem;
  padding: .69444rem 1.55556rem .58333rem;
  font-size: .72222rem;
  color: #fff;
  background-color: #f15e7a;
  border: .11111rem solid transparent;
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  border-radius: 0.16667rem;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: .1em;
  font-weight: 600;
  cursor: pointer; }
  .button:hover,
  .mailpoet_submit:hover {
    background-color: #ed2f53;
    border-color: transparent;
    color: #fff; }

.button-full-width {
  display: block; }

.button-line {
  color: #f15e7a;
  background-color: transparent;
  border-color: #f15e7a; }
  .button-line:hover {
    background-color: #f15e7a;
    border-color: #f15e7a;
    color: #fff; }

.button-inverse {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }
  .button-inverse:hover {
    color: #162020;
    background-color: #fff;
    border-color: #fff; }

.button-rise:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 0 6px rgba(22, 32, 32, 0.16), 0 3px 6px rgba(22, 32, 32, 0.23);
  box-shadow: 0 0 6px rgba(22, 32, 32, 0.16), 0 3px 6px rgba(22, 32, 32, 0.23); }

.button-large {
  min-width: 8.33333rem;
  padding: .88889rem 1.94444rem .77778rem;
  font-size: .88889rem; }

.button-wrapper {
  float: left; }

.under-button-link {
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #f15e7a; }
  .under-button-link:hover {
    color: #ed2f53; }

.under-button-text {
  margin-top: 1rem;
  font-size: .72222rem;
  line-height: 1.641025641025641; }
  .under-button-text i {
    color: #f15e7a;
    font-weight: bold; }

/* Toggle switch */
.switch {
  display: table;
  margin: 1.5rem 0;
  line-height: 0px; }

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.cmn-toggle + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  margin-bottom: 0; }

input.cmn-toggle-round + label {
  padding: 2px;
  width: 48px;
  height: 24px;
  background-color: transparent;
  border-radius: 24px;
  margin-right: 5px; }

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #ed2f53;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39);
  border-radius: 24px;
  transition: background 0.4s; }

input.cmn-toggle-round + label:after {
  width: 22px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s; }

input.cmn-toggle-round:checked + label:before {
  background-color: #59cb59;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39); }

input.cmn-toggle-round:checked + label:after {
  margin-left: 24px; }

.switch-text {
  color: #000;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.8rem; }

/* Etc */
#hero .col {
  overflow: hidden; }
#hero .partners {
  clear: both;
  padding-top: 4.44444rem; }

.video-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: none;
  min-width: 100%;
  min-height: 100%;
  z-index: 10; }

#video-container {
  position: relative; }
  #video-container:hover #video-controls {
    opacity: 1; }
  #video-container #video-controls {
    height: auto;
    width: 100%;
    position: absolute;
    padding: 25px 20px 15px 20px;
    background-color: #f15e7a;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  #video-container #play-pause {
    margin-right: 10px;
    padding: 0;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    outline: 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer; }
    #video-container #play-pause:hover {
      box-shadow: 0 0 0 8px rgba(237, 47, 83, 0.5); }
  #video-container #seek-bar {
    width: 10vw; }
  #video-container input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
    background: transparent; }
    #video-container input[type=range]:focus {
      outline: none; }
    #video-container input[type=range]::-webkit-slider-runnable-track {
      width: 100%;
      height: 8.4px;
      cursor: pointer;
      animate: 0.2s;
      background: #fff;
      border-radius: 4px;
      border: none; }
    #video-container input[type=range]::-webkit-slider-thumb {
      -webkit-box-shadow: 1px 1px 1px rgba(22, 32, 32, 0.16), 0px 0px 1px rgba(22, 32, 32, 0.23);
      box-shadow: 1px 1px 1px rgba(22, 32, 32, 0.16), 0px 0px 1px rgba(22, 32, 32, 0.23);
      border: none;
      height: 18px;
      width: 18px;
      border-radius: 50%;
      background: #ffffff;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -4.5px; }
      #video-container input[type=range]::-webkit-slider-thumb:hover {
        box-shadow: 0 0 0 8px rgba(237, 47, 83, 0.5); }
    #video-container input[type=range]:focus::-webkit-slider-runnable-track {
      background: #fff; }
    #video-container input[type=range]::-moz-range-track {
      width: 100%;
      height: 8.4px;
      cursor: pointer;
      animate: 0.2s;
      background: #fff;
      border-radius: 4px;
      border: none; }
    #video-container input[type=range]::-moz-range-thumb {
      -webkit-box-shadow: 1px 1px 1px rgba(22, 32, 32, 0.16), 0px 0px 1px rgba(22, 32, 32, 0.23);
      box-shadow: 1px 1px 1px rgba(22, 32, 32, 0.16), 0px 0px 1px rgba(22, 32, 32, 0.23);
      border: none;
      height: 18px;
      width: 18px;
      border-radius: 50%;
      background: #ffffff;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -4.5px; }
      #video-container input[type=range]::-moz-range-thumb:hover {
        box-shadow: 0 0 0 8px rgba(237, 47, 83, 0.5); }
    #video-container input[type=range] input[type=range]::-ms-track {
      width: 100%;
      height: 8.4px;
      cursor: pointer;
      animate: 0.2s;
      background: transparent;
      border-color: transparent;
      border-width: 16px 0;
      color: transparent; }
    #video-container input[type=range] input[type=range]::-ms-fill-lower {
      background: #fff;
      border: none;
      border-radius: 8px; }
    #video-container input[type=range] input[type=range]::-ms-fill-upper {
      background: #fff;
      border: none;
      border-radius: 8px; }
    #video-container input[type=range] input[type=range]::-ms-thumb {
      -webkit-box-shadow: 1px 1px 1px rgba(22, 32, 32, 0.16), 0px 0px 1px rgba(22, 32, 32, 0.23);
      box-shadow: 1px 1px 1px rgba(22, 32, 32, 0.16), 0px 0px 1px rgba(22, 32, 32, 0.23);
      border: none;
      height: 18px;
      width: 18px;
      border-radius: 50%;
      background: #ffffff;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -4.5px; }
      #video-container input[type=range] input[type=range]::-ms-thumb:hover {
        box-shadow: 0 0 0 8px rgba(237, 47, 83, 0.5); }
    #video-container input[type=range] input[type=range]:focus::-ms-fill-lower {
      background: #fff; }
    #video-container input[type=range] input[type=range]:focus::-ms-fill-upper {
      background: #fff; }

.panel-line {
  padding: 2rem 2.5rem;
  border: 2px solid #c8cccc; }
  @media screen and (max-width: 768px) {
    .panel-line {
      border: none;
      padding: 0; } }

.panel {
  margin-bottom: 20px;
  border-radius: 4px; }

.panel-success {
  border: 1px solid #59cb59; }

.panel-body {
  padding: 5px 15px; }

.click-overlay {
  position: relative;
  width: 100%;
  height: 0;
  overflow: visible; }
  .click-overlay img {
    position: absolute;
    top: -1px;
    left: -1px;
    height: 391px;
    width: 100%; }

#solutions .row:first-child {
  text-align: center; }
  #solutions .row:first-child .spaced-tb {
    margin: 1.8rem 0 3rem 0; }

#testimonial blockquote {
  font-size: 1.77778rem;
  line-height: 1.25;
  position: relative; }
  #testimonial blockquote:before {
    position: absolute;
    left: -10px;
    content: "\201C"; }
  #testimonial blockquote:after {
    content: "\201D"; }
  @media screen and (max-width: 576px) {
    #testimonial blockquote {
      font-size: 1.4rem; } }
#testimonial .testimonial-padding {
  padding-left: 8%;
  padding-right: 30px; }
#testimonial p {
  margin-bottom: 0; }

.col-vert-align {
  display: flex;
  justify-content: center;
  align-items: center; }

.pad-btm-row {
  padding-bottom: 3.5rem; }

.no-pad-bottom {
  padding-bottom: 0 !important; }
  .no-pad-bottom .col-md {
    padding-bottom: 0 !important; }

.no-pad-top {
  padding-top: 0 !important; }

.post-preview {
  margin-bottom: 4rem; }
  .post-preview img {
    border-radius: 0.16667rem 0.16667rem 0px 0px; }
    .post-preview img:hover {
      opacity: 0.95; }
  .post-preview h2.post-title {
    font-size: 1.5rem; }
  .post-preview a {
    color: #162020;
    text-decoration: none; }
    .post-preview a:hover {
      text-decoration: underline; }
  .post-preview a.read-more {
    color: #f15e7a; }

#single-post {
  padding-top: 4rem; }
  #single-post article {
    padding-bottom: 3rem;
    padding-top: 3rem;
    font-size: 1.2rem; }
  #single-post #cta {
    margin: 3rem 0; }
  #single-post .post-content h2 {
    margin-top: 3rem; }

.browse-all {
  text-align: right;
  font-weight: 600; }

.kb-heading {
  padding: 3rem 0;
  background: url("assets/images/home_live/home_1.2.jpg"); }
  .kb-heading h1, .kb-heading h2, .kb-heading h3 {
    text-align: center;
    font-weight: 700;
    color: #fff; }

.kb-search-form {
  width: 100%;
  margin-top: 45px; }
  .kb-search-form #search {
    font-size: 1.5rem; }

.kb-filter-section {
  margin-top: 2rem; }

.kb-contents main {
  margin-top: 2rem; }
.kb-contents article {
  margin-bottom: 1rem; }

.blog-sidebar {
  margin-top: 4rem;
  font-size: 0.9rem; }
  .blog-sidebar .blog-sidebar-inner {
    border-left: 1px solid #e2e5e5;
    padding-left: 30px; }
  .blog-sidebar i {
    margin-left: -5px;
    font-size: 32px;
    float: left; }
  .blog-sidebar .lh-32 {
    margin-left: 10px;
    line-height: 32px; }

.pagination {
  text-align: center;
  margin-bottom: 4rem; }
  .pagination a {
    color: #929a9b;
    margin: 15px; }
    .pagination a:hover {
      color: #5f6768;
      text-decoration: none; }
  .pagination i {
    font-size: 0.8rem; }

.gallery ul {
  padding: 0;
  list-style: none; }
.gallery li {
  margin-bottom: .44444rem;
  font-weight: 600;
  color: #b0b6b7;
  cursor: pointer; }
  .gallery li:hover {
    color: #959d9f; }
  .gallery li:before {
    content: '✓';
    margin-right: 5px; }
.gallery .gallery-non-clickable li {
  cursor: auto; }
.gallery .gallery-image-wrapper {
  -webkit-box-shadow: 0 0 28px rgba(22, 32, 32, 0.16), 0 10px 10px rgba(22, 32, 32, 0.13);
  box-shadow: 0 0 28px rgba(22, 32, 32, 0.16), 0 10px 10px rgba(22, 32, 32, 0.13);
  border-radius: 0.16667rem; }

#happy-customers img {
  margin-right: 0.9rem; }
  #happy-customers img:last-child {
    margin-right: 0rem; }

#faq .question {
  margin-bottom: 1.8rem; }

#platforms {
  text-align: center; }

/* image flip effect on hover */
.flip-container {
  perspective: 1000px;
  /* back, initially hidden pane */ }
  .flip-container:hover .flip-card,
  .flip-container .hover .flip-card {
    transform: rotateY(180deg); }
  .flip-container .flip-card {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative; }
  .flip-container .front,
  .flip-container .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* display: table-cell; */ }
  .flip-container .front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg); }
  .flip-container .back {
    transform: rotateY(180deg);
    padding: 4rem 1.5rem;
    background: #fff; }

/* image flip effect on hover */
.flip-container-16x9 {
  perspective: 1000px;
  /* back, initially hidden pane */ }
  .flip-container-16x9:hover .flip-card,
  .flip-container-16x9 .hover .flip-card {
    transform: rotateY(180deg); }
  .flip-container-16x9 .flip-card {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative; }
  .flip-container-16x9 .front,
  .flip-container-16x9 .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* display: table-cell; */ }
  .flip-container-16x9 .front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg); }
  .flip-container-16x9 .back {
    transform: rotateY(180deg);
    padding: 4rem 1.5rem;
    background: #fff; }

.flip-container,
.front,
.back {
  width: 100%;
  max-width: 300px;
  height: auto; }

.mailpoet_form,
.mailpoet_text {
  width: 300px !important; }

/**
 * Tooltip Styles
 */
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer; }

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  pointer-events: none; }

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 10px;
  width: 250px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: left;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2; }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }

  /* =Comments
----------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important; }

#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px; }

p.logged-in-as {
  padding-bottom: 0px; }

.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0; }

.comment-list,
.comment-list .children {
  list-style: none; }

.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 100px;
  position: relative;
  border: 1px solid #E8E8E8;
  border-bottom: 1px solid #DADADA;
  border-radius: 4px; }

.comment-list .children {
  margin-left: 0px !important;
  padding-left: 40px;
  border-left: 1px solid #DADADA;
  background-repeat: no-repeat;
  background-position: left 20px; }

.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px; }

#comment-form-title {
  font-size: 1.5rem;
  padding-bottom: 10px; }

.comment-author.vcard {
  font-size: 1rem; }

.vcard .avatar {
  position: absolute;
  left: 20px;
  top: 29px;
  border-radius: 2px; }

.comment-metadata {
  font-size: 1rem;
  line-height: 16px;
  margin-bottom: 10px; }

.comment-reply-link {
  float: right; }

.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit; }

.comment-respond label {
  display: block;
  font-weight: normal; }

.comment-respond .required {
  color: #C7254E; }

#submit {
  font-size: 1rem;
  cursor: pointer; }

.comment-navigation,
.single .nav-links {
  overflow: hidden;
  margin-top: 30px; }

.comment-reply-title,
h3.related-title {
  font-size: 1.4rem; }

.comment-reply-link {
  font-size: 1rem;
  text-transform: uppercase; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #e2e5e5; }

.list-group-item-action {
  width: 100%;
  text-align: inherit; }

.list-group-item:first-child {
  border-top-left-radius: 0.16667rem;
  border-top-right-radius: 0.16667rem; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.16667rem;
  border-bottom-left-radius: 0.16667rem; }

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none; }

.list-group-item-action:focus, .list-group-item-action:hover {
  text-decoration: none;
  background-color: #f3f4f4; }

.kb-filter-section .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
.kb-filter-section .list-group-item-action:hover, .kb-filter-section .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }
.kb-filter-section .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }
.kb-filter-section .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.4rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 0; }
.kb-filter-section .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }
.kb-filter-section .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.kb-filter-section .list-group-item:hover, .kb-filter-section .list-group-item:focus {
  z-index: 1;
  text-decoration: none; }
.kb-filter-section .list-group-item.disabled, .kb-filter-section .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff; }
.kb-filter-section .list-group-item.active {
  z-index: 2;
  background: transparent;
  font-weight: 700;
  text-decoration: none; }
  .kb-filter-section .list-group-item.active .close-filter-icon {
    visibility: visible;
    text-decoration: none; }
.kb-filter-section .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.kb-filter-section .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.kb-filter-section .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }
.kb-filter-section .close-filter-icon {
  font-weight: 800;
  color: red;
  visibility: hidden;
  margin: 0 0.2rem 0 -1.2rem; }

#tutorials .tutorial-category {
  color: #929a9b;
  text-transform: uppercase; }
#tutorials .featured-tutorial-image {
  padding: 3rem;
  background: #f15e7a;
  border-top-left-radius: 0.16667rem;
  border-bottom-left-radius: 0.16667rem; }
#tutorials .category-featured p {
  margin-bottom: 0; }
#tutorials .category-featured:hover {
  background-color: #f3f4f4; }
  #tutorials .category-featured:hover .featured-tutorial-image {
    background-color: #ed2f53; }

#changelog article {
  padding: 4rem 0; }
#changelog hr {
  margin: 1.5rem 0 3rem 0; }
#changelog ul {
  padding-left: 1.2rem; }
#changelog h2 {
  font-size: 1.2rem; }

/**
 * Timeline
 */
#timeline .col {
  padding-left: 100px; }
  @media (max-width: 768px) {
    #timeline .col {
      padding-left: 0px; } }

.timeline-item {
  padding: 1em 2em 2em;
  position: relative;
  border-left: 2px solid white;
  max-width: 500px; }
  .timeline-item::before {
    content: attr(date-is);
    position: absolute;
    top: 1em;
    display: block;
    font-size: .785rem;
    left: -150px;
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
    font-weight: 100;
    min-width: 120px; }
    @media (max-width: 768px) {
      .timeline-item::before {
        top: -0.5em;
        left: inherit;
        text-align: left; } }
  .timeline-item::after {
    width: 10px;
    height: 10px;
    display: block;
    top: 1em;
    position: absolute;
    left: -6px;
    border-radius: 10px;
    content: '';
    border: 2px solid white;
    background: #f15e7a; }
  .timeline-item .timeline-item-body {
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 1.7rem;
    border-radius: 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08); }
  .timeline-item p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.85); }
  .timeline-item .bg-img {
    height: 280.8988764045px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .timeline-item .bg1 {
    background-image: url("/wp-content/themes/saas/assets/images/wooden-360-cam.jpg"); }
  .timeline-item .bg2 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.4) 100%), url("/wp-content/themes/saas/assets/images/printed-360-cam.jpg"); }
  .timeline-item .bg3 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.4) 100%), url("/wp-content/themes/saas/assets/images/headjack-cinema.jpg"); }
  .timeline-item .bg4 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.4) 100%), url("/wp-content/themes/saas/assets/images/headjack-hero-old.jpg"); }
  .timeline-item .bg5 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/wp-content/themes/saas/assets/images/purple-pill-bg.jpg"); }

.timeline-spacer {
  border-left: 2px solid white;
  padding: 2em; }

.support-channels i {
  font-size: 3rem;
  color: #f15e7a; }

.single-case #content header {
  padding: 80px 0; }
.single-case .case-section {
  padding-bottom: 120px; }

.responsive-iframe {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }
  .responsive-iframe iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: none; }

.wpcf7-form input {
  padding: .88rem; }

ul.social-icons {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.social-icons a {
    font-size: 2rem;
    margin-right: 10px;
    display: block;
    padding: .22222rem 0;
    line-height: 1.641025641025641;
    color: #364141; }

pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f3f4f4;
  border-radius: 3px; }

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__container {
  background-color: transparent;
  max-width: 70vw;
  max-height: 80vh;
  box-sizing: border-box;
  position: relative; }

@media (max-width: 1080px) and (orientation: portrait) {
  .modal__container {
    max-width: 100vw; } }
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0;
  outline: none !important;
  position: absolute;
  right: 0px;
  top: -30px;
  cursor: pointer;
  color: #929a9b; }

.modal__close:before {
  content: "\2715"; }

.modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

/**************************\
Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes mmslideIn {
  from {
    transform: translateY(15%); }
  to {
    transform: translateY(0); } }
@keyframes mmslideOut {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(-10%); } }
.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

#blog-posts .card {
  overflow: hidden; }

@media (min-width: 992px) {
  #learn-posts {
    min-height: 500px;
    height: calc(100vh - 403px);
    overflow-y: auto; } }
#learn-posts h1 {
  margin: 2rem 0 1rem; }

#learn-posts .card {
  overflow: hidden; }
  #learn-posts .card .card-body {
    height: 94px;
    margin: 1.7rem;
    padding: 0;
    overflow: hidden; }
  #learn-posts .card .block-img {
    display: block;
    height: 250px;
    margin-top: 15px; }
  #learn-posts .card img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 250px; }

#learn-posts .row {
  justify-content: left;
  margin-bottom: 2rem; }

.grow {
  transition: all .2s ease-in-out; }
  .grow:hover {
    transform: scale(1.05); }

blockquote.wp-block-quote {
  background-color: #f9f9f9;
  font-style: italic;
  padding: 15px 20px;
  border-left: 4px solid #f15e7a; }
  blockquote.wp-block-quote cite {
    font-size: .88889rem;
    line-height: 1.5; }

.button-wrapper .button {
  margin-bottom: 15px; }

#core-features {
  margin-top: 50px; }
  #core-features h3 {
    text-align: center;
    margin-bottom: 20px; }
  #core-features .core-features-block {
    border-radius: 10px;
    background: #f15e7a;
    padding: 30px;
    color: #fff; }
  #core-features p {
    margin-bottom: 0.4rem;
    color: rgba(255, 255, 255, 0.85); }

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.badge-primary {
  color: #fff;
  background-color: #f15e7a; }

.btn-modal {
  cursor: pointer; }

@media (min-width: 992px) {
  .col-lg-spacing-1 {
    margin: 16px 3%; } }
.cat-title {
  display: block;
  width: 100%; }

#topic-title {
  cursor: pointer; }
  #topic-title.expanded .to-expand {
    display: none; }
  #topic-title.expanded .expanded {
    display: inline-block; }
  #topic-title .to-expand {
    display: inline-block; }
  #topic-title .expanded {
    display: none; }

#topic-list {
  display: none; }
  #topic-list.always-active {
    display: block !important; }
  #topic-list.expanded {
    display: block; }

.related-card h3 {
  height: 105px;
  overflow: hidden; }
.related-card .logo-container {
  height: 105px;
  text-align: center; }
  .related-card .logo-container img {
    max-height: 105px;
    width: auto; }

.view-all-kb {
  display: block;
  float: right;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 1.5rem 0rem; }

body:not(.page-id-2521) .grecaptcha-badge {
  display: none; }

.comp-table-header {
  border-bottom: 1px solid #b9b5b5;
  padding-bottom: 10px;
  margin-bottom: 35px; }

.comp-table-row {
  margin-bottom: 25px; }

.comp-table-block {
  display: flex; }

.comp-table-justify {
  text-align: center;
  width: 100%; }

.comp-table-bottom {
  align-items: flex-end; }

.comp-table-center {
  align-items: center; }

.btn-hl {
  background-color: #29abe2;
  border-radius: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .btn-hl:hover {
    background-color: #1a8dbe; }

.btn-hl-line {
  border-radius: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-color: #29abe2;
  color: #29abe2; }
  .btn-hl-line:hover {
    background-color: #29abe2;
    border-color: #29abe2;
    color: #fff; }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.billing-frequency.dropdown {
  color: #262626;
  position: relative;
  vertical-align: middle;
  width: 220px;
  height: 32px; }
.billing-frequency .dropdown-toggle {
  background-color: lightgray;
  background-image: none;
  border-color: #cccccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 600;
  height: 32px;
  line-height: 18.6px;
  padding-bottom: 6px;
  padding-left: 12px;
  padding-right: 25px;
  padding-top: 6px;
  position: relative;
  touch-action: manipulation;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 220px;
  z-index: 1;
  text-align: left; }
  .billing-frequency .dropdown-toggle .bs-caret {
    text-align: center; }
  .billing-frequency .dropdown-toggle .caret {
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 4px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 4px;
    border-top-color: #333333;
    border-top-style: dashed;
    border-top-width: 4px;
    display: block;
    height: 4px;
    margin-left: 0px;
    margin-top: -2px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 15px;
    vertical-align: middle;
    width: 8px; }
.billing-frequency .dropdown-menu {
  padding: 0;
  border-radius: 3px;
  width: 220px; }
  .billing-frequency .dropdown-menu .dropdown-item {
    color: #262626;
    cursor: pointer;
    font-size: 13px;
    height: 32px;
    line-height: 18.5714px;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    text-decoration-color: #262626;
    text-decoration-line: none;
    text-decoration-style: solid;
    user-select: none; }
    .billing-frequency .dropdown-menu .dropdown-item:hover {
      background-color: #f5f5f5; }
    .billing-frequency .dropdown-menu .dropdown-item.active {
      color: #16181b;
      text-decoration: none;
      background-color: #f5f5f5;
      outline: 5px auto -webkit-focus-ring-color; }

/*# sourceMappingURL=style.css.map */
