/* =========================================
		Dimensions
   ========================================= */
/* =========================================
		Color Index
   ========================================= */
/**
 * Prefix colors with $c_ this
 * makes them easily findable
 * with auto complete
 *
 * Give colors their names in the
 * index. This makes it easier to
 * arrange them reasonably in the
 * index
 */
/* =========================================
		Colors Applied
   ========================================= */
/**
 * Prefix applied colors with $ca_
 * this makes them easily findable
 * with auto complete
 *
 * Define where colors where and how
 * colors are used. This makes it
 * easier to use them in the rest
 * of the sass code
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* =========================================
		Color Index
   ========================================= */
/**
 * Prefix colors with $c_ this
 * makes them easily findable
 * with auto complete
 *
 * Give colors their names in the
 * index. This makes it easier to
 * arrange them reasonably in the
 * index
 */
/* =========================================
		Colors Applied
   ========================================= */
/**
 * Prefix applied colors with $ca_
 * this makes them easily findable
 * with auto complete
 *
 * Define where colors where and how
 * colors are used. This makes it
 * easier to use them in the rest
 * of the sass code
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
.landingpage-row {
  background-color: white; }
  .panel-grid:nth-child(2n) .landingpage-row {
    background-color: #f4f9fb; }
  .panel-grid .landingpage-row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0 !important; }

/* =========================================
		Color Index
   ========================================= */
/**
 * Prefix colors with $c_ this
 * makes them easily findable
 * with auto complete
 *
 * Give colors their names in the
 * index. This makes it easier to
 * arrange them reasonably in the
 * index
 */
/* =========================================
		Colors Applied
   ========================================= */
/**
 * Prefix applied colors with $ca_
 * this makes them easily findable
 * with auto complete
 *
 * Define where colors where and how
 * colors are used. This makes it
 * easier to use them in the rest
 * of the sass code
 */
/** Variables and mixins for screen breaks **/
/* =========================================
		Dimensions
   ========================================= */
form#new_instance_form_wp_site {
  margin-bottom: 80px;
  display: block;
  text-align: center; }
  form#new_instance_form_wp_site div.validation-error {
    display: inline-block;
    margin: 0 auto; }
  @media only screen and (max-width: 787px) {
    form#new_instance_form_wp_site {
      margin-bottom: 20px; } }

.landingpage__form, .landingpage__form--wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .landingpage__form #landingpage__form--organization--wrapper, .landingpage__form--wrapper #landingpage__form--organization--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 250px;
    background-color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 10px;
    font-weight: 300;
    color: white; }
    .landingpage__form #landingpage__form--organization--wrapper span, .landingpage__form #landingpage__form--organization--wrapper span:before, .landingpage__form #landingpage__form--organization--wrapper span:after, .landingpage__form--wrapper #landingpage__form--organization--wrapper span, .landingpage__form--wrapper #landingpage__form--organization--wrapper span:before, .landingpage__form--wrapper #landingpage__form--organization--wrapper span:after {
      color: #ddd;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .landingpage__form #landingpage__form--organization--wrapper, .landingpage__form button, .landingpage__form--wrapper #landingpage__form--organization--wrapper, .landingpage__form--wrapper button {
    border-radius: 1px;
    height: 50px;
    box-sizing: border-box; }
  .landingpage__form input, .landingpage__form button, .landingpage__form--wrapper input, .landingpage__form--wrapper button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    border-radius: 1px;
    border: none;
    color: white;
    margin-bottom: 0; }
    .landingpage__form input[type="submit"], .landingpage__form button[type="submit"], .landingpage__form--wrapper input[type="submit"], .landingpage__form--wrapper button[type="submit"] {
      text-align: center;
      background-color: #35c53f;
      font-size: 15px;
      padding: 0;
      border: 1px solid #35c53f;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase; }
      .landingpage__form input[type="submit"] span, .landingpage__form button[type="submit"] span, .landingpage__form--wrapper input[type="submit"] span, .landingpage__form--wrapper button[type="submit"] span {
        display: inline-block;
        margin: 0 auto;
        color: white; }
    .landingpage__form input[type="text"], .landingpage__form button[type="text"], .landingpage__form--wrapper input[type="text"], .landingpage__form--wrapper button[type="text"] {
      padding: 0;
      text-align: left;
      background-color: transparent;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: 300;
      color: #333;
      border: none;
      box-shadow: none; }
      .landingpage__form input[type="text"]::-webkit-input-placeholder, .landingpage__form input[type="text"]:-moz-placeholder, .landingpage__form input[type="text"]::-moz-placeholder, .landingpage__form input[type="text"]:-ms-input-placeholder, .landingpage__form button[type="text"]::-webkit-input-placeholder, .landingpage__form button[type="text"]:-moz-placeholder, .landingpage__form button[type="text"]::-moz-placeholder, .landingpage__form button[type="text"]:-ms-input-placeholder, .landingpage__form--wrapper input[type="text"]::-webkit-input-placeholder, .landingpage__form--wrapper input[type="text"]:-moz-placeholder, .landingpage__form--wrapper input[type="text"]::-moz-placeholder, .landingpage__form--wrapper input[type="text"]:-ms-input-placeholder, .landingpage__form--wrapper button[type="text"]::-webkit-input-placeholder, .landingpage__form--wrapper button[type="text"]:-moz-placeholder, .landingpage__form--wrapper button[type="text"]::-moz-placeholder, .landingpage__form--wrapper button[type="text"]:-ms-input-placeholder {
        color: #333;
        opacity: 1; }
  .landingpage__form button[type="submit"], .landingpage__form #landingpage__form--organization--wrapper, .landingpage__form--wrapper button[type="submit"], .landingpage__form--wrapper #landingpage__form--organization--wrapper {
    padding: 0 15px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  @media only screen and (max-width: 787px) {
    .landingpage__form, .landingpage__form--wrapper {
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .landingpage__form #landingpage__form--organization--wrapper, .landingpage__form button, .landingpage__form--wrapper #landingpage__form--organization--wrapper, .landingpage__form--wrapper button {
        box-sizing: border-box;
        margin-right: 0; }
      .landingpage__form button[type="submit"], .landingpage__form--wrapper button[type="submit"] {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 250px;
        margin-top: 20px; } }

/* =========================================
		Dimensions
   ========================================= */
/* =========================================
		Color Index
   ========================================= */
/**
 * Prefix colors with $c_ this
 * makes them easily findable
 * with auto complete
 *
 * Give colors their names in the
 * index. This makes it easier to
 * arrange them reasonably in the
 * index
 */
/* =========================================
		Colors Applied
   ========================================= */
/**
 * Prefix applied colors with $ca_
 * this makes them easily findable
 * with auto complete
 *
 * Define where colors where and how
 * colors are used. This makes it
 * easier to use them in the rest
 * of the sass code
 */
/** Variables and mixins for screen breaks **/
/* =========================================
		Dimensions
   ========================================= */
.pt-tabs .pt-tabs__navigation {
  margin-bottom: 40px;
  margin-top: 0;
  border-bottom: none;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }
  @media only screen and (max-width: 787px) {
    .pt-tabs .pt-tabs__navigation {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item {
    margin: 0 15px; }
    .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item .nav-link, .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item .nav-link.active {
      background-color: transparent;
      border: none;
      padding-left: 0;
      padding-right: 0;
      color: #7f8d91;
      -webkit-transition: border 0s ease;
      transition: border 0s ease;
      border-bottom: 3px solid transparent;
      text-transform: uppercase;
      font-size: 17px;
      font-weight: 300;
      font-family: "Open Sans", Helvetica, Arial, sans-serif; }
      .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item .nav-link:hover, .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item .nav-link.active:hover {
        cursor: pointer;
        color: #7f8d91 !important;
        border-bottom: 3px solid #7f8d91; }
      @media only screen and (max-width: 787px) {
        .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item .nav-link, .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item .nav-link.active {
          font-size: 11px;
          text-align: center; } }
    .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item .nav-link.active {
      border-bottom: 3px solid #7f8d91; }
    .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item:hover {
      cursor: pointer; }

.pt-tabs .pt-tabs__content .tab-pane {
  overflow: hidden;
  max-width: 813px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 788px) and (max-width: 1012px) {
    .pt-tabs .pt-tabs__content .tab-pane {
      max-width: 100%; } }
  @media only screen and (max-width: 787px) {
    .pt-tabs .pt-tabs__content .tab-pane {
      max-width: 100%; } }

.so-widget-sow-headline {
  margin-bottom: 20px; }
  .so-widget-sow-headline h1.sow-headline, .so-widget-sow-headline h1.sow-sub-headline, .so-widget-sow-headline h2.sow-headline, .so-widget-sow-headline h2.sow-sub-headline, .so-widget-sow-headline h3.sow-headline, .so-widget-sow-headline h3.sow-sub-headline, .so-widget-sow-headline h4.sow-headline, .so-widget-sow-headline h4.sow-sub-headline, .so-widget-sow-headline h5.sow-headline, .so-widget-sow-headline h5.sow-sub-headline {
    font-weight: 300; }
    .so-widget-sow-headline h1.sow-headline, .so-widget-sow-headline h1.sow-sub-headline, .so-widget-sow-headline h2.sow-headline, .so-widget-sow-headline h2.sow-sub-headline, .so-widget-sow-headline h3.sow-headline, .so-widget-sow-headline h3.sow-sub-headline, .so-widget-sow-headline h4.sow-headline, .so-widget-sow-headline h4.sow-sub-headline, .so-widget-sow-headline h5.sow-headline, .so-widget-sow-headline h5.sow-sub-headline {
      color: #333;
      font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .so-widget-sow-headline h1.sow-headline, .so-widget-sow-headline h2.sow-headline, .so-widget-sow-headline h3.sow-headline, .so-widget-sow-headline h4.sow-headline, .so-widget-sow-headline h5.sow-headline {
    font-size: 35px;
    margin-bottom: 0; }
  .so-widget-sow-headline h1.sow-sub-headline, .so-widget-sow-headline h2.sow-sub-headline, .so-widget-sow-headline h3.sow-sub-headline, .so-widget-sow-headline h4.sow-sub-headline, .so-widget-sow-headline h5.sow-sub-headline {
    font-size: 23px;
    margin-top: 0; }
  @media only screen and (max-width: 787px) {
    .so-widget-sow-headline h1.sow-headline, .so-widget-sow-headline h2.sow-headline, .so-widget-sow-headline h3.sow-headline, .so-widget-sow-headline h4.sow-headline, .so-widget-sow-headline h5.sow-headline {
      font-size: 30px;
      line-height: 36px; }
    .so-widget-sow-headline h1.sow-sub-headline, .so-widget-sow-headline h2.sow-sub-headline, .so-widget-sow-headline h3.sow-sub-headline, .so-widget-sow-headline h4.sow-sub-headline, .so-widget-sow-headline h5.sow-sub-headline {
      font-size: 25px;
      line-height: 30px; } }
  .headline--stroked .so-widget-sow-headline .sow-headline-container {
    text-align: center;
    background: #ddd;
    height: 1px;
    margin-top: 0.7em; }
    .headline--stroked .so-widget-sow-headline .sow-headline-container .sow-headline {
      padding-left: 20px;
      padding-right: 20px;
      background-color: white;
      display: inline-block;
      position: relative;
      top: -0.7em; }

.so-widget-oow-progress-indicator {
  margin-bottom: 20px; }
  .so-widget-oow-progress-indicator .oo-progress-caption {
    color: #333;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 22px; }
  .so-widget-oow-progress-indicator .oo-progress-indicator .progressbar-text span {
    color: #7493ab; }

/* =========================================
		Color Index
   ========================================= */
/**
 * Prefix colors with $c_ this
 * makes them easily findable
 * with auto complete
 *
 * Give colors their names in the
 * index. This makes it easier to
 * arrange them reasonably in the
 * index
 */
/* =========================================
		Colors Applied
   ========================================= */
/**
 * Prefix applied colors with $ca_
 * this makes them easily findable
 * with auto complete
 *
 * Define where colors where and how
 * colors are used. This makes it
 * easier to use them in the rest
 * of the sass code
 */
.so-widget-sow-editor .widget-title {
  padding-top: 0;
  color: #333; }

.so-widget-sow-editor .textwidget {
  color: #7f8d91; }
  .so-widget-sow-editor .textwidget a {
    font-weight: bold;
    color: #3493b3; }

.editor-text-centered .so-widget-sow-editor h1, .editor-text-centered .so-widget-sow-editor h2, .editor-text-centered .so-widget-sow-editor h3, .editor-text-centered .so-widget-sow-editor h4, .editor-text-centered .so-widget-sow-editor h5, .editor-text-centered .so-widget-sow-editor p {
  text-align: center; }

.editor-text-centered .so-widget-sow-editor .widget-title {
  padding-top: 40px; }

.editor-text-centered .so-widget-sow-editor .textwidget {
  max-width: 75%;
  margin: 0 auto; }

/** Variables and mixins for screen breaks **/
/* =========================================
		Dimensions
   ========================================= */
.post-entry {
  -webkit-font-smoothing: antialiased; }

#landingpage-row__hero {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400; }
  #landingpage-row__hero > .landingpage-row {
    -webkit-transition: padding-top 0.6s ease-in-out;
    transition: padding-top 0.6s ease-in-out;
    padding-top: 140px;
    background-size: 120% auto !important;
    background-position: top center !important;
    background-repeat: no-repeat;
    background-color: #333; }
    @media only screen and (max-width: 980px) {
      #landingpage-row__hero > .landingpage-row {
        background-position: 15px 55px !important;
        background-image: url("/wp-content/themes/BootstrapParallax/assets/img/bg-mobile-header.jpg") !important;
        background-size: 100vw auto !important; } }
  body.cookiebar-present #landingpage-row__hero > .landingpage-row {
    padding-top: 160px; }
  #landingpage-row__hero .landingpage_hero #landingpage-row__hero__customers {
    margin-top: 40px; }
    #landingpage-row__hero .landingpage_hero #landingpage-row__hero__customers .panel-grid-cell:first-child {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      #landingpage-row__hero .landingpage_hero #landingpage-row__hero__customers .panel-grid-cell:first-child p {
        padding: 0;
        margin: 0; }
    #landingpage-row__hero .landingpage_hero #landingpage-row__hero__customers .sow-image-container img {
      max-height: 75px;
      width: auto; }
    @media only screen and (min-width: 788px) and (max-width: 1012px) {
      #landingpage-row__hero .landingpage_hero #landingpage-row__hero__customers .panel-grid-cell:first-child {
        display: block;
        float: none;
        width: 100%; }
        #landingpage-row__hero .landingpage_hero #landingpage-row__hero__customers .panel-grid-cell:first-child .textwidget * {
          text-align: center; } }
    @media only screen and (max-width: 1012px) {
      #landingpage-row__hero .landingpage_hero #landingpage-row__hero__customers {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        #landingpage-row__hero .landingpage_hero #landingpage-row__hero__customers .panel-grid-cell:first-child {
          display: block;
          float: none;
          width: 100%;
          margin-bottom: 15px; }
          #landingpage-row__hero .landingpage_hero #landingpage-row__hero__customers .panel-grid-cell:first-child .textwidget * {
            text-align: center; }
          #landingpage-row__hero .landingpage_hero #landingpage-row__hero__customers .panel-grid-cell:first-child br {
            display: none; }
        #landingpage-row__hero .landingpage_hero #landingpage-row__hero__customers .panel-grid-cell-empty {
          display: none; }
        #landingpage-row__hero .landingpage_hero #landingpage-row__hero__customers .panel-grid-cell:not(:first-child) {
          width: 33%;
          margin-bottom: 15px; } }
    #landingpage-row__hero .landingpage_hero #landingpage-row__hero__customers .so-widget-sow-editor * {
      color: white; }
  #landingpage-row__hero .pt-tabs .pt-tabs__navigation {
    margin-bottom: 20px; }
    #landingpage-row__hero .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item .nav-link, #landingpage-row__hero .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item .nav-link.active {
      color: white; }
      #landingpage-row__hero .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item .nav-link:hover, #landingpage-row__hero .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item .nav-link.active:hover {
        color: white !important;
        border-bottom: 3px solid white; }
    @media only screen and (min-width: 788px) and (max-width: 1012px) {
      #landingpage-row__hero .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item {
        margin-left: 15px;
        margin-right: 15px; } }
    @media only screen and (max-width: 787px) {
      #landingpage-row__hero .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item {
        margin-left: 5px;
        margin-right: 5px; } }
    #landingpage-row__hero .pt-tabs .pt-tabs__navigation.nav-tabs .nav-item .nav-link.active {
      border-bottom: 3px solid white; }

#landingpage-row__trial .so-widget-sow-headline h1.sow-headline, #landingpage-row__trial .so-widget-sow-headline h1.sow-headline *, #landingpage-row__trial .so-widget-sow-headline h1.sow-sub-headline, #landingpage-row__trial .so-widget-sow-headline h1.sow-sub-headline *, #landingpage-row__trial .so-widget-sow-headline h2.sow-headline, #landingpage-row__trial .so-widget-sow-headline h2.sow-headline *, #landingpage-row__trial .so-widget-sow-headline h2.sow-sub-headline, #landingpage-row__trial .so-widget-sow-headline h2.sow-sub-headline *, #landingpage-row__trial .so-widget-sow-headline h3.sow-headline, #landingpage-row__trial .so-widget-sow-headline h3.sow-headline *, #landingpage-row__trial .so-widget-sow-headline h3.sow-sub-headline, #landingpage-row__trial .so-widget-sow-headline h3.sow-sub-headline *, #landingpage-row__trial .so-widget-sow-headline h4.sow-headline, #landingpage-row__trial .so-widget-sow-headline h4.sow-headline *, #landingpage-row__trial .so-widget-sow-headline h4.sow-sub-headline, #landingpage-row__trial .so-widget-sow-headline h4.sow-sub-headline *, #landingpage-row__trial .so-widget-sow-headline h5.sow-headline, #landingpage-row__trial .so-widget-sow-headline h5.sow-headline *, #landingpage-row__trial .so-widget-sow-headline h5.sow-sub-headline, #landingpage-row__trial .so-widget-sow-headline h5.sow-sub-headline *, #landingpage-row__hero .so-widget-sow-headline h1.sow-headline, #landingpage-row__hero .so-widget-sow-headline h1.sow-headline *, #landingpage-row__hero .so-widget-sow-headline h1.sow-sub-headline, #landingpage-row__hero .so-widget-sow-headline h1.sow-sub-headline *, #landingpage-row__hero .so-widget-sow-headline h2.sow-headline, #landingpage-row__hero .so-widget-sow-headline h2.sow-headline *, #landingpage-row__hero .so-widget-sow-headline h2.sow-sub-headline, #landingpage-row__hero .so-widget-sow-headline h2.sow-sub-headline *, #landingpage-row__hero .so-widget-sow-headline h3.sow-headline, #landingpage-row__hero .so-widget-sow-headline h3.sow-headline *, #landingpage-row__hero .so-widget-sow-headline h3.sow-sub-headline, #landingpage-row__hero .so-widget-sow-headline h3.sow-sub-headline *, #landingpage-row__hero .so-widget-sow-headline h4.sow-headline, #landingpage-row__hero .so-widget-sow-headline h4.sow-headline *, #landingpage-row__hero .so-widget-sow-headline h4.sow-sub-headline, #landingpage-row__hero .so-widget-sow-headline h4.sow-sub-headline *, #landingpage-row__hero .so-widget-sow-headline h5.sow-headline, #landingpage-row__hero .so-widget-sow-headline h5.sow-headline *, #landingpage-row__hero .so-widget-sow-headline h5.sow-sub-headline, #landingpage-row__hero .so-widget-sow-headline h5.sow-sub-headline * {
  color: white; }

#landingpage-row__trial .so-widget-sow-headline h1.sow-headline, #landingpage-row__trial .so-widget-sow-headline h2.sow-headline, #landingpage-row__trial .so-widget-sow-headline h3.sow-headline, #landingpage-row__trial .so-widget-sow-headline h4.sow-headline, #landingpage-row__trial .so-widget-sow-headline h5.sow-headline, #landingpage-row__hero .so-widget-sow-headline h1.sow-headline, #landingpage-row__hero .so-widget-sow-headline h2.sow-headline, #landingpage-row__hero .so-widget-sow-headline h3.sow-headline, #landingpage-row__hero .so-widget-sow-headline h4.sow-headline, #landingpage-row__hero .so-widget-sow-headline h5.sow-headline {
  font-weight: 400; }

#landingpage-row__trial p.landingpage__create-free-trial {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row; }
  #landingpage-row__trial p.landingpage__create-free-trial span {
    margin: 0 15px;
    color: white;
    font-weight: 300;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px; }
    #landingpage-row__trial p.landingpage__create-free-trial span:before {
      padding-right: 10px;
      font-size: 23px; }
  @media only screen and (max-width: 787px) {
    #landingpage-row__trial p.landingpage__create-free-trial {
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #landingpage-row__trial p.landingpage__create-free-trial span {
        margin: 10px 0px; } }

#landingpage-row__trial .landingpage__form--wrapper {
  margin-bottom: 20px; }

#landingpage-row__functionality .so-widget-sow-headline {
  margin-bottom: 40px; }

#landingpage-row__functionality .widget-title {
  padding-top: 0; }

#landingpage-row__functionality .landingpage-row__functionality--item {
  margin-bottom: 20px; }

#landingpage-row__steps {
  margin-top: 20px; }

@media only screen and (max-width: 787px) {
  #landingpage-row__conception .oo-progress-indicator--wrapper .oo-progress-indicator, #landingpage-row__close .oo-progress-indicator--wrapper .oo-progress-indicator {
    margin-left: auto;
    margin-right: auto; }
  #landingpage-row__conception .sow-headline, #landingpage-row__close .sow-headline {
    text-align: center; }
  .landingpage-row__functionality--item .so-widget-sow-editor, .landingpage-row__functionality--item .so-widget-sow-editor * {
    text-align: center; }
  #landingpage-row__footer__customers .panel-row-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 0;
    padding-top: 40px; }
    #landingpage-row__footer__customers .panel-row-style .panel-grid-cell {
      width: 33%;
      margin-bottom: 15px; } }

/******** Landing Page V.2 ********/
.readmore {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 400;
  background: url(/wp-content/themes/BootstrapParallax/assets/img/arrow-right.svg) no-repeat left center;
  padding-left: 20px; }

#landingpage-row__blue-features h3 {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 35px;
  margin-bottom: 30px; }

#landingpage-row__blue-features .so-widget-sow-editor p {
  color: #fff; }

#landingpage-row__blue-features .readmore {
  color: #fff;
  background: url(/wp-content/themes/BootstrapParallax/assets/img/arrow-right-white.svg) no-repeat left center; }

@media only screen and (max-width: 787px) {
  #landingpage-row__blue-features .landingpage-row__blue-features-item {
    margin: 20px 0; }
  #landingpage-row__blue-features img {
    width: 80px;
    margin-bottom: 30px; } }

#landingpage-row__task-management img {
  width: 1057px; }

#landingpage-row__grey-features h3 {
  font-size: 1.875rem;
  font-weight: 300;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 35px;
  margin-bottom: 30px; }

#landingpage-row__grey-features .readmore {
  color: #06799F; }

@media only screen and (max-width: 787px) {
  #landingpage-row__grey-features .landingpage-row__grey-features-item {
    margin: 20px 0; }
  #landingpage-row__grey-features img {
    width: 80px;
    margin-bottom: 30px; } }

#landingpage-row__community {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  #landingpage-row__community h2 {
    color: #fff;
    font-size: 2.1875rem;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 10px; }
  #landingpage-row__community p {
    color: #fff; }
  #landingpage-row__community .download-button {
    margin: 20px 0 80px;
    font-weight: 700; }
  #landingpage-row__community .cl-counter-value {
    margin-bottom: 25px;
    font-weight: 300; }
  @media only screen and (max-width: 787px) {
    #landingpage-row__community .cl-counter {
      margin: 25px 0; } }

#landingpage-row__community-links .landingpage-row {
  padding: 10px 0;
  background: #fff; }
  @media only screen and (max-width: 787px) {
    #landingpage-row__community-links .landingpage-row {
      padding: 20px 0; } }

#landingpage-row__community-links .panel-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 787px) {
    #landingpage-row__community-links .panel-grid {
      display: inherit; } }

#landingpage-row__community-links p {
  text-align: center;
  line-height: 22px; }
  @media only screen and (max-width: 787px) {
    #landingpage-row__community-links p {
      margin: 5px 0;
      text-align: left;
      padding: 0 30px; } }

#landingpage-row__community-links a {
  color: #333;
  font-weight: 400;
  text-decoration: none; }
  #landingpage-row__community-links a:hover {
    color: #06799F; }

@media only screen and (max-width: 787px) {
  #landingpage-row__community-links .github-button {
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px; } }

#landingpage-row__community-links .github-button a {
  font-size: 13px;
  line-height: 16px;
  text-align: left; }
  #landingpage-row__community-links .github-button a .sow-icon-fontawesome {
    font-size: 30px;
    margin: -0.1em 0.35em -0.2em -0.5em; }

@media only screen and (max-width: 787px) {
  #landingpage-row__community-links br {
    display: none; } }

#landingpage-row__services .services {
  margin-top: 20px; }
  #landingpage-row__services .services .panel-grid-cell {
    margin-top: 20px; }
  #landingpage-row__services .services .panel-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }

#landingpage-row__services .so-widget-sow-icon {
  border-radius: 50px;
  border: 1px solid #06799F;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px; }

#landingpage-row__services .sow-icon-openproject {
  font-size: 36px !important;
  line-height: 40px !important; }

#landingpage-row__services .textwidget {
  margin-left: 20px;
  font-size: 1rem;
  text-align: left; }
  @media only screen and (max-width: 787px) {
    #landingpage-row__services .textwidget {
      margin: 0; } }

@media only screen and (max-width: 787px) {
  #landingpage-row__services .landingpage-row__services-item {
    margin: 20px 0; } }

#landingpage-row__services a {
  text-transform: uppercase; }

#landingpage-row__services .service-title p {
  margin: 30px 0px 0; }

#landingpage-row__testimonials {
  text-align: center; }
  #landingpage-row__testimonials .landingpage-row {
    padding-bottom: 80px; }
  #landingpage-row__testimonials .customer-img img {
    width: 120px;
    border: 3px solid #fff;
    border-radius: 60px;
    margin-bottom: 30px; }
  #landingpage-row__testimonials .company-img img {
    width: 80px;
    margin: 30px 0; }
  #landingpage-row__testimonials .sow-slider-pagination {
    display: none !important;
    text-align: center; }
  #landingpage-row__testimonials .sow-slider-base [class^="sow-sld-icon-"],
  #landingpage-row__testimonials .sow-slider-base [class*=" sow-sld-icon-"] {
    font-size: 40px;
    color: #fff; }
  #landingpage-row__testimonials .sow-slide-nav, #landingpage-row__testimonials .sow-slide-nav-next {
    display: block !important; }

#landingpage-row__newsblog {
  text-align: center; }
  #landingpage-row__newsblog ul {
    padding: 0;
    margin: 30px 0; }
    #landingpage-row__newsblog ul li {
      list-style: none;
      padding: 20px 0;
      border-bottom: 1px solid #eee; }
    #landingpage-row__newsblog ul .post-date {
      display: block;
      font-size: 14px; }
  #landingpage-row__newsblog .landingpage-row__newsblog-featured {
    padding: 30px;
    text-align: center;
    border-radius: 2px; }
    #landingpage-row__newsblog .landingpage-row__newsblog-featured .btn-readmore {
      background: #2aa0c8;
      color: #fff;
      display: block;
      padding: 10px 20px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      #landingpage-row__newsblog .landingpage-row__newsblog-featured .btn-readmore a {
        color: #fff;
        text-decoration: none; }
    #landingpage-row__newsblog .landingpage-row__newsblog-featured p {
      color: #fff;
      font-size: 15px; }
  #landingpage-row__newsblog p.date {
    font-size: 12px;
    margin: 0; }
  #landingpage-row__newsblog p.title {
    font-size: 35px;
    margin: 0; }
  #landingpage-row__newsblog .landingpage-row__newsblog-item {
    padding: 30px; }
    #landingpage-row__newsblog .landingpage-row__newsblog-item p {
      color: #fff; }

#landingpage-row__enterprise-teaser img {
  margin-bottom: 30px; }

#landingpage-row__enterprise-teaser .so-widget-sow-headline {
  margin: 0; }

#landingpage-row__enterprise-teaser .circle-vs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px; }
  @media only screen and (max-width: 787px) {
    #landingpage-row__enterprise-teaser .circle-vs {
      padding: 50px 0; } }
  #landingpage-row__enterprise-teaser .circle-vs p {
    color: #fff;
    font-size: 40px;
    margin: 0;
    background: #2aa0c8;
    height: 100px;
    width: 100px;
    border-radius: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

#landingpage-row__enterprise-teaser h3 {
  font-weight: 400;
  font-size: 25px; }

#landingpage-row__enterprise-teaser .readmore {
  text-transform: none; }

@media only screen and (max-width: 787px) {
  br {
    display: none !important; } }
