/*
Theme Name: Cyclr
Theme URI: http://www.cyclr.com
Author: Bamb
Author URI: http://www.bambcreative.com
Description: A custom website for Connector Engine from the team at Bamb.
Version: 1.0
Text Domain: connectorengine
*/

/*****************************************
Global
*****************************************/

@import url("https://use.typekit.net/qlt8srg.css");

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: 'Avenir Next';
  font-weight: normal;
  font-style: normal;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.pad-top {
  padding-top: 120px;
}

.pad-bottom{
  padding-bottom: 120px;
}

.two-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
}

.introduction {
  /*margin-bottom: 100px;*/
  padding: 100px 0;
}

.company-introduction {
  padding: 100px 0 0 0;
}

.introduction p {
  font-size: 17px;
}

.introduction h2 {
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-content {
  padding: 120px 0;
}

/*****************************************
Typography
*****************************************/

h1 {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}

h2 {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}

h3 {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  margin-bottom: 30px;
}

h4 {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}

h5 {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 18px;
}

h6 {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
}

p {
  font-family: 'Avenir Next';
  font-weight: normal;
  font-style: normal;
  line-height: 2.2;
}


/*****************************************
Buttons
*****************************************/

.btn-primary {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.6px;
  background-color: #EA3556;
  color: #fff;
  padding: 18px 38px;
  display: inline-block;
  border-radius: 50px;
  
}

.btn-primary:hover {
  background-color: #DD3251;
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.btn-secondary {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #EA3556;
  padding: 10px 20px;
  display: inline-block;
  border: 2px solid #EA3556;
  border-radius: 50px;
}

.btn-secondary:hover {
  background-color: #EA3556;
  color: #fff;
}

.btn-three {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #EA3556;
  padding: 18px 38px;
  display: inline-block;
  border: 2px solid #EA3556;
  background-color: #ffffff;
  border-radius: 50px;
}

.btn-three:hover {
  background-color: #EA3556;
  color: #fff;
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.btn-vertical-primary {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.6px;
  background-color: #EA3556;
  color: #fff;
  padding: 18px 38px;
  display: inline-block;
  border-radius: 10px;
  max-width: 250px;
  text-align: center;
  box-shadow: 10px 10px #888888;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 30px;
}

.btn-vertical-primary:hover {
  background-color: #DD3251;
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.btn-newfeature {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.6px;
  background-color: #dcff00;
  color: #000000;
  padding: 18px 38px;
  display: inline-block;
  border-radius: 50px;
  
}

.btn-newfeature:hover {
  background-color: #d2eb34;
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}


/*****************************************
Hero Sections
*****************************************/

.home-hero {
  background-image: url('/wp-content/uploads/2020/09/cyclr-hero-background5.png');
  background-size: 160% auto;
  background-repeat: no-repeat;
  background-color: #2F3440;
  background-position: bottom right;
}

.page-hero {
  background-color: #2F3440;
}

.page-hero-content {
  color: #fff;
  padding: 110px 0 80px 0;
}

.home-hero-content h1 {
  line-height: 1.6;
}

.page-hero-content h1, .page-hero-content h4 {
  color: #fff;
}

.page-hero-content h4 {
  font-family: 'Avenir Next';
  font-weight: normal;
  font-style: normal;
  line-height: 2;
}

.home-hero-content {
  padding: 40px 0;
}

.home-hero-content h1 {
  color: #fff;
  text-shadow: 2px 2px #000000;
}

.home-hero-content h4 {
  padding: 24px 0 30px 0;
  font-family: 'Avenir Next';
  font-weight: normal;
  font-style: normal;
  line-height: 2;
  color: #fff;
  text-shadow: 2px 2px #000000;
}

.guides-hero-content {
  color: #fff;
  padding: 30px 0 30px 0;
}

.guides-hero-content h4 {
  font-family: 'Avenir Next';
  font-weight: normal;
  font-style: normal;
  line-height: 2;
}

.guides-hero-content h1, .guides-hero-content h4 {
  color: #fff;
}

/*****************************************
Footer
*****************************************/

footer {
  background-color: #2F3440;
}

footer h2 {
  color: #fff;
}

footer h5 {
  color: #fff;
  margin-bottom: 24px;
}

.footer-phone img {
  width: 24px;
  display: inline-block;
  margin-right: 20px;
}

.footer-phone {
  margin-bottom: 10px;
}

.footer-phone p {
  display: inline-block;
}

ul.footer-menu  {
  list-style: none;
  padding-left: 0px;
}

.footer-contact-details {
  margin-top: 50px;
  font-size: 13px;
  color: #C1C2C6;
}

ul.footer-menu li {
  font-size: 13px;
  font-family: 'Avenir Next';
  line-height: 2;
}

ul.footer-menu a {
  color: #C1C2C6;
}

ul.footer-menu a:hover {
  color: #fff;
}

.footer-demo {
  text-align: center;
  padding: 100px 0 80px 0;
  color: #fff;
}

.footer-demo h4 {
  padding: 30px;
  color: #C1C2C6;
  font-family: 'Avenir Next';
  font-weight: normal;
  font-style: normal;
  line-height: 2;
}

.footer-social {
  margin-top: 20px;
}

.footer-social img {
  width: 18px;
  margin-right: 22px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.footer-social img:hover {
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.copyright {
  border-top: 1px solid #3B3F4B;
  color: #96999F;
  font-size: 11px;
  padding: 25px 0;
  margin-top: 30px;
}

.copyright p {
  margin: 0;
}

.footer-widget {
  font-size: 13px;
  color: #C1C2C6;
  line-height: 0.9;
}

.footer-widget p {
  margin-bottom: 0px;
}

/*****************************************
Navbar
*****************************************/

.nav>li>a {
    padding: 0 0 0 60px;
    margin-top: 70px;
}

#fixed-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
.menu-navigation {
  padding: 0 100px;
  max-width: 1600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.main-logo {
  width: 150px;
  margin-top: 54px;
}

.navbar a {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ABADB2 !important;
}

.navbar a:hover {
  color: #fff !important;
}

.navbar li.current-menu-item a {
  color: #fff !important;
}

.main-nav-btn a {
  background-color: #EA3556;
  border-radius: 100px;
  margin-left: 60px;
  padding: 15px 25px !important;
  color: #fff !important;
  margin-top: 55px !important;
}

.main-nav-btn a:hover {
  background-color: #DD3251 !important;
  -ms-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.sub-menu-option {
    background-color: #414756;
    font-size: smaller;
	text-align: right;
}

/*****************************************
Mobile Menu
*****************************************/

.navbar-inverse {
  background-color: #2F3440;
  border: none;
  outline: none;
}

.navbar-collapse {
  border: none;
  box-shadow: none !important;
}

.mobile-logo {
  width: 150px;
  margin-top: -10px;
}


/*****************************************
Home Page
*****************************************/

.partners {
  background-color: #222630;
  padding-top: 30px;
  text-align: center;
}

.partners h6 {
  color: #7A7C82;
  margin-bottom: 20px;
  margin-top: 4px;
}

.feature-link {
  border: 2px solid #F6F7F9;
  padding: 40px 10px;
  border-radius: 4px;
  margin-top: 70px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.feature-link:hover {
  border: 2px solid #CAD2D8;
}

.feature-link img {
  width: 82px;
  margin-bottom: 10px;
}

.home-features {
  background-color: #F5F9FC;
  padding: 80px 0 0 0;
}

.home-features p {
	font-size: 18px;
}

.home-features .row {
  margin-bottom: 60px;
}

.home-features .row:last-child {
  margin-bottom: 0px;
}

.creative-england img {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.latest-posts {
  background-color: #F5F9FC;
  padding: 120px 0;
}

.latest-posts .col-md-12 h4 {
  text-align: center;
  margin-bottom: 80px;
}

.latest-posts article {
  background-color: #fff;
  border: 1px solid #ECECEC;
  border-radius: 0 4px;
}

.main-post-image {
  width: 100%;
  height: 240px;
  background-position: center;
  background-size: cover;
}

.post-information {
  padding: 40px 40px 0 40px;
  min-height: 300px;
}

.home-bottom-menu {
  padding: 60px 0 90px 0;
}

.home-bottom-menu .introduction {
  padding: 0px 0 20px 0;
}

.menu-box {
  border: 1px solid #ECECEC;
  padding: 10px 0px 10px 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.menu-box:hover {
  border: 1px solid #CAD2D8;
}

.menu-box img {
  width: 60px;
  margin-right: 20px;
}

.creative-england {
  padding: 120px 0;
}

.creative-england img {
  max-width: 165px;
}

.creative-england h4 {
  margin-top: 15px;
}

.creative-england p {
  margin: 20px 0 30px 0;
}

.creative-england a {
  font-size: 13px;
  font-weight: 500;
}

/*****************************************
Product Home Page
*****************************************/

.outsource {
  background-color: #F8FAFF;
}

.outsource img {
  width: 80px;
}

/*****************************************
Connector Page
*****************************************/

.select-cat-link {
    background-color: #EA3556;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 25px !important;
    color: #fff !important;
    display: table;
    text-align: center;
    margin-bottom: 30px;
}

.connectors {
  background-color: #F8FAFF;
  padding: 0 0 120px 0;
}

.connectors-introduction {
  background-color: #F8FAFF;
}

.connectors-introduction h2 {
  margin-bottom: 40px;
}

.connector-category-menu {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  border-left: 4px solid #EA3556;
  padding: 36px;
}

.connector-category-menu ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.connector-category-menu li {
  margin-bottom: 20px;
}

.connector-category-menu li:last-child {
  margin-bottom: 0px;
}

.connector-category-menu a {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  background-image: url('./img/link-right-arrow.png');
  background-repeat: no-repeat;
  background-position: bottom 4px right;
  background-size: 6px 10px;
  padding-right: 20px;
}

.connector-category-menu a:hover, .connector-category-menu a.on {
  color: #EA3556;
}

.single-connector-link {
  text-align: center;
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 20px 2px;
  margin-bottom: 30px;
  min-height: 150px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.single-connector-link:hover {
  cursor: pointer;
  border: 1px solid #CAD2D8;
}

.single-connector-link img {
  width: 50px;
  margin-bottom: 10px;
}

.single-connector-link h5 {
  margin-bottom: 0px;
  font-size: 14px;
}

.connector-search form input {
  width: 100%;
  height: 70px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-bottom: 30px;
  outline: none;
  background-image: url('./img/search-icon.png');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left 25px center;
  padding-left: 60px;
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}

/*****************************************
Developer Home Page
*****************************************/

.developer-home {
  background-color: #F8FAFF;
  padding: 60px 0 40px 0;
}

.menu-box-lg {
  border: 1px solid #ECECEC;
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  background-size: 80px auto;
  background-repeat: no-repeat;
  background-position: left 40px center;
}

.menu-box-lg:hover {
  border: 1px solid #CAD2D8;
}

.menu-box-lg img {
  width: 80px;
}

a .menu-box-lg {
  color: #515151;
}


.menu-box-lg p {
  line-height: 1.6;
}

/*****************************************
Change Log
*****************************************/

.change-content .col-md-8 {
  border-right: 1px solid #ECECEC;
  padding-right: 30px;
}

.green-badge {
  background-color: #99CA6A;
  display: inline-block;
  padding: 6px 10px 8px 10px;
  border-radius: 4px;
  margin: 20px 0;
}

.green-badge h5 {
  margin: 0px;
  color: #fff;
}

.blue-badge {
  background-color: #45AEE7;
  display: inline-block;
  padding: 6px 10px 8px 10px;
  border-radius: 4px;
  margin: 20px 0;
}

.blue-badge h5 {
  margin: 0px;
  color: #fff;
}

.change-log-post ul {
  padding-left: 18px;
}

.change-log-post li {
  margin-bottom: 16px;
  line-height: 1.9;
}

.change-log-sidebar {
  padding-left: 30px;
}

.change-log-sidebar ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.change-log-sidebar a {
  font-size: 13px;
  color: #9B9C9D;
}


.change-log-sidebar a:hover {
	color: #000;
}

.change-log-sidebar {
  background-color: #F5F9FC;
  padding: 40px;
}

.change-log-sidebar .widget-area h3 {
  margin-top: 0px;
  font-size: 18px;
}

.changelog-date {
	font-size: 14px;
	margin-top: 0px;
}

.changelog-title {
	margin-bottom: 10px;
}

/*****************************************
Product - API Connectors
*****************************************/

.points-listing h5 {
  padding-left: 60px;
  background-image: url('./img/checked.png');
  background-size: 40px;
  line-height: 40px;
  background-repeat: no-repeat;
  margin: 0 0 30px 0;
}

.connectors-explained {
  padding: 0 0 100px 0;
}

.connectors-explained h2 {
  margin: 0 0 30px 0;
}

.connectors-explained-two {
  text-align: center;
  background-color: #F5F9FC;
  padding: 100px 0 120px 0;
}

.connectors-explained-two img {
  width: 80px;
}

.connectors-explained-two h4 {
  margin: 22px 0 12px 0;
}

.connectors-explained-two .row:last-of-type {
  margin-top: 80px;
}

.dual-cta {
  padding: 100px 0 110px 0;
}

.dual-cta h2 {
  margin: 0 0 30px 0;
}

.dual-cta .btn-primary {
  margin: 20px 15px 0 15px;
}

/*****************************************
Template Integrations
*****************************************/

.template-integration-content span {
  background-color: #2F3440;
  color: #fff;
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 74px;
  text-align: center;
  border-radius: 40px;
  margin-bottom: 30px;
}

.template-integration-content p {
  width: 80%;
}

.template-integration-content .right p {
  float: right;
}

.linking-line-top, .linking-line-bottom {
  padding: 65px 0;
}

.linking-line-top img {
  padding-right: 40px;
}

.linking-line-bottom img {
  padding-left: 40px;
}

.tool-block {
  margin-bottom: 70px;
}

.tool-block h4 {
  margin: 30px 0 20px 0;
}

.tools-content {
  padding: 100px 0 0 0;
}

.single-cta {
  padding: 0 0 100px 0;
}

.single-cta a {
  margin-top: 40px;
}

.tools-top {
	padding: 40px 0;
}

/*****************************************
Single Connector
*****************************************/

.single-connector-content {
  background-color: #FCFDFF;
  padding: 100px 0;
}

.connector-feature-list {
  padding: 40px;
  border: 1px solid #F4F4F4;
  border-radius: 4px;
  background-color: #fff;
}

.connector-feature-list h2 {
  margin-left: 8px;
  margin-top: 0px;
}

.single-connector-content table {
  margin-top: 40px;
}

.single-connector-content table:first-of-type {
  margin-top: 0px;
}

.single-connector-content .table>tbody>tr>td {
  padding: 20px 8px;
}

.single-connector-content .table>thead>tr>th {
  border: none;
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 20px 8px;
}

span.label-method-type {
  color: #fff;
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  border-radius: 2px;
  width: 65px;
  display: inline-block;
  text-align: center;
  height: 22px;
  line-height: 19px;
}

.label-method-type.action {
  background-color: #99CA6A;
}

.label-method-type.webhook {
  background-color: #45AEE7;
}

.info-card {
  background-color: #fff;
  border: 1px solid #F4F4F4;
  border-radius: 4px;
  text-align: center;
  padding: 40px;
}

.info-card p {
  margin-bottom: 0px;
}

.info-card img {
  width: 80px;
  margin-bottom: 20px;
}

.integration-points .row.center {
  padding: 80px 0;
}

/*****************************************
Request Connector Page
*****************************************/

.request-intro {
  padding: 40px !important;
}

.request-form {
  padding: 0 0 100px 0;
}

.request-form input {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #DBE2EE;
}

.request-form textarea {
  width: 100%;
  height: 200px;
  padding: 10px 0 0 20px;
  border: 1px solid #DBE2EE;
}

.request-form label {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  margin: 16px 0;
}

.request-form input[type="submit"] {
  display: block;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  background-color: #EA3556;
  color: #fff;
  border-radius: 80px;
  margin-top: 60px;
  padding: 0px;
  font-weight: 500;
  border: none;
}

/*****************************************
Text Page Template
*****************************************/

.text-page-content {
  padding: 120px 0;
}

/*****************************************
Demo Page Template
*****************************************/

.demo-page-content {
  padding: 40px 0;
}

/*****************************************
Benefits Page
*****************************************/

.benefits-top {
  padding-bottom: 60px;
}

.tabbed-text {
  padding: 0 30px;
}

.benefits-top .nav-tabs {
  border: none;
}

.benefits-top .nav>li>a {
  margin: 0;
  border: 2px solid #F6F7F9;
  padding: 40px 10px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.benefits-top .nav>li {
  width: 14.4444%;
  margin: 0 15px;
  text-align: center;
}

.benefits-top .nav>li img {
  width: 80px;
  margin-bottom: 20px;
}

.benefits-top .nav>li h6 {
  margin-bottom: 0px;
}

.benefits-top .nav>li:first-of-type {
  margin-left: 0px;
}

.benefits-top .nav>li:last-of-type {
  margin-right: 0px;
}

.benefits-bottom {
  background-color: #F8FAFF;
  padding: 60px 0 120px 0;
}

.benefits-top .nav-tabs>li.active>a, .benefits-top .nav-tabs>li.active>a:hover, .benefits-top .nav-tabs>li.active>a:focus {
    background-color: #fff;
    border: 2px solid #CAD2D8;
    cursor: default;
}

.benefits-top .nav>li>a:hover, .benefits-top .nav>li>a:focus {
    background-color: #fff;
    border: 2px solid #CAD2D8;
}



/*****************************************
New Pricing Page
*****************************************/

.pricing-table-into {
	padding: 60px 0;
	text-align: center;
}

.pricing-content {
	background-color: #F8FAFF;
	padding-bottom: 100px;
}

.pricing-content table {
	background-color: #fff;
}

.pricing-content thead {
	text-align: center;
}


.pricing-content thead tr {
	background-color: #fff !important;
}

.pricing-content tr:nth-child(even) {
    background-color: #fff;
}

.pricing-content tr:last-child {
    background-color: #fff;
}

.pricing-content tr:nth-child(odd) {
    background-color: #F4F6F8;
}

.pricing-content thead th:first-child, td:first-child {
	text-align: center;
}

.pricing-content td {
	padding: 24px;
}

.pricing-content tr {
	padding: 0 30px;
}

.pricing-content thead span {
	font-size: 44px !important;
	color: #2C2C2C !important;
	font-family: "sofia-pro-soft",sans-serif;
    font-style: normal;
}

.price-faq-intro {
	text-align: center;
	padding: 80px 0;
}

.new-price-faq {
	border: 1px solid #EAEAEA;
	padding: 10px 20px 8px 10px;
	border-radius: 3px;
	margin-bottom: 30px;
}

.new-pricing-faq-content {
	padding-bottom: 70px;
}

/*****************************************
JL UPDATES
*****************************************/

nav li { position: relative; }
nav ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 40px;
	display: none;
  background-color: #11192B;
  list-style: none;
  border-radius: 0 0 6px 6px;
}

nav ul.sub-menu li {
	white-space: nowrap;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  border-bottom: 1px solid #EA3556;
}

nav ul.sub-menu li:last-child {
  border-bottom: none;
}

nav ul.sub-menu li a {
	display: block;
	padding: 14px 20px 14px 20px;
}

.header-small {
	background: #2F3440;
}

.header-small .navbar {
    min-height: auto;
}

.circle { position: relative; }
.circle > span {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -110px;
	width: 220px;
	height: 220px;
	display: table;
}
.circle > span > span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 160%;
	padding: 18px 0px 0px 0px;
}
.circle > span > span strong {
	font-size: 60px;
}
.circle > span > span i {
	display: block;
	font-style: normal;
	color: rgba(255,255,255,0.4);
	font-size: 20px;
}
div.hf-txt > div {
	display: table;
	width: 100%;
}
div.hf-txt > div > div {
	display: table-cell;
	vertical-align: middle;
}

span.carat {
	display: inline-block;
    background: transparent url(img/arrow-down.png) no-repeat;
    background-size: contain;
    height: 7px;
    margin-left: 6px;
    width: 10px;
}

#topnav {
	position: absolute;
	top: 14px;
	right: 0px;
	z-index: 9999;
}
#topnav ul {
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
}
#topnav ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	display: inline-block;
}
#topnav ul li a {
	color: #abadb2;
	font-family: "sofia-pro-soft",sans-serif;
    font-style: normal;
    font-weight: 400;
}
#topnav ul li a:hover {
	color: #ffffff;
}

#topnav .menu-item-object-page img {
  display: inline-block;
  margin-right: 10px;
}
#topnav .menu-item-object-page p {
  display: inline-block;
  padding-right: 20px;
}




/*****************************************
Product Home Page
*****************************************/

.stat-card {
  background-color: #2F3440;
  color: #fff;
  padding: 60px 40px;
  border-radius: 4px;
  margin-top: 60px;
}

.stat-card h4 {
  color: #fff;
}

.stat-card a {
  font-size: 13px;
}

.product-introduction {
  padding: 120px 0;
}

.product-introduction .row:last-child {
  padding-top: 120px;
}

.outsource {
  padding: 0 0 60px 0;
}

.outsource-point {
  margin-bottom: 60px;
}

.outsource-point img {
  margin-bottom: 16px;
}

.outsource-point h5 {
  margin-bottom: 16px;
}

.coverage {
  padding: 100px 0 0 0;
}

.product-api {
  padding: 200px 0 120px 0;
  background-color: #F8FAFF;
  margin-top: -120px;
}

/*****************************************
Main Blog Page
*****************************************/

.blog-home-content {
  padding: 120px 0;
  background-color: #F8FAFF;
}

.blog-home-content article {
	background-color: #fff;
	border: 1px solid #ECECEC;
	border-radius: 0 4px;
	margin-bottom: 30px;
	min-height: 200px;
}

.blog-home-content article.article-doc {
    min-height: 0;
}

.pagination {
  margin: 20px 0 40px 0;
}

.pagination a {
  color: #DBE2EE;
  border: 1px solid #DBE2EE;
  font-family: "lato",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  padding: 4px 10px 6px 10px;
  line-height: 0;
  margin-left: 10px;
  border-radius: 4px;
}

.pagination a:hover {
  color: #000;
  border: 1px solid #000;
}

.page-numbers .current {
  color: #000;
  border: 1px solid #000;
  font-family: "lato",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  padding: 4px 10px 6px 10px;
  line-height: 0;
  border-radius: 4px;
}

/*****************************************
Single Post Page
*****************************************/

.blog-post-content {
  background-color: #F8FAFF;
  padding: 70px 0;
}

.single-post-main-img {
  width: 100% !important;
  height: 460px !important;
  background-size: cover;
  border-radius: 6px 6px 0 0;
}

.single-blog-content {
  background-color: #fff;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  margin-bottom: 40px;
}

h2.single-title {
  margin-top: 0px;
}

.post-lower {
  padding: 40px;
  
}

.post-lower p{
	color: #000000;
}

.post-lower ul, ol{
	color: #000000;
}

.post-lower a{
	font-weight: bold;
}
	
.post-lower img {
  max-width: 100%;
  height: auto;
}

.archive-sidebar h4 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.archive-sidebar ul {
  list-style: none;
  padding-left: 0px;
}

.archive-sidebar a {
  font-size: 13px;
  color: #B2BCD1;
}

.archive-sidebar a:hover {
  color: #EA3556;
}

.archive-sidebar li {
  font-size: 13px;
  color: #B2BCD1;
  padding: 8px 0;
  border-bottom: 1px solid #ECECEC;
}

.latest-sidebar {
  margin-top: 60px;
}

.latest-sidebar ul {
  list-style: none;
  padding-left: 0px;
}

.latest-sidebar a {
  font-size: 13px;
  color: #B2BCD1;
}

.latest-sidebar a:hover {
  color: #EA3556;
}

.latest-sidebar li {
  font-size: 13px;
  color: #B2BCD1;
  padding: 8px 0;
  border-bottom: 1px solid #ECECEC;
}

/*****************************************
FAQ Page
*****************************************/

.faq-block {
  border: 2px solid #F6F7F9;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 30px;
  background-image: url('./img/arrow-down.png');
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 30px top 38px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.faq-block:hover {
  border: 2px solid #CAD2D8;
}

.faq-content {
	padding: 60px 0;
}

.faq-content h3 {
	margin-bottom: 50px;
}

.pricing-faq-block {
  border: 2px solid #F6F7F9;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 30px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 30px top 38px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.pricing-faq-block:hover {
  border: 2px solid #CAD2D8;
}

.pricing-faq-content {
	padding: 60px 0;
}

.pricing-faq-content h3 {
	margin-bottom: 50px;
}

/*****************************************
Company Page
*****************************************/

.company-block {
  padding: 30px 0;
}

.company-profile-img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-position: center;
  background-size: cover;
  margin: 0px auto 30px auto;
}

.company-row {
  margin: 60px 0 30px 0;
}

/*****************************************
Careers Page
*****************************************/

.job-listing {
  border-bottom: 1px solid #F6F7F9;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.job-listing h4 {
  padding: 10px 0;
}

/*****************************************
Architecture Integrations
*****************************************/

.architecture-content span {
  background-color: #2F3440;
  color: #fff;
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 74px;
  text-align: center;
  border-radius: 40px;
  margin-bottom: 30px;
}

.architecture-content .row {
	padding-bottom: 40px;
}

.architecture-content p {
  width: 80%;
}

.architecture-content .right p {
  float: right;
}

.linking-line-top, .linking-line-bottom {
  padding: 65px 0;
}

.linking-line-top img {
  padding-right: 40px;
}

.linking-line-bottom img {
  padding-left: 40px;
}

.tool-block {
  margin-bottom: 70px;
}

.tool-block h4 {
  margin: 30px 0 20px 0;
}

.tools-content {
  padding: 100px 0 0 0;
}

.single-cta {
  padding: 0 0 100px 0;
}

.single-cta a {
  margin-top: 40px;
}





/*****************************************
Coverage Page
*****************************************/

.coverage-content span {
  color: #2F3440;
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 74px;
  text-align: center;
  border-radius: 40px;
  margin-bottom: 30px;

}

.stat-card-white {
  background-color: #fff;
  padding: 60px 40px;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 40px;
  border: 2px solid #F6F7F9;
}

.stat-card-white a {
  font-size: 13px;
}

.stat-card-white .circle-two { position: relative; }
.stat-card-white .circle-two > span {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -92px;
	width: 220px;
	height: 220px;
	display: table;
}
.stat-card-white .circle-two > span > span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	line-height: 160%;
	padding: 18px 0px 0px 0px;
}
.stat-card-white .circle-two > span > span strong {
	font-size: 60px;
}
.stat-card-white .circle-two > span > span i {
	display: block;
	font-style: normal;
	color: rgba(000,000,000,0.4);
	font-size: 20px;
}

/*****************************************
Helpdesk Page
*****************************************/

.helpdesk-form input {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 1px solid #DBE2EE;
}

.helpdesk-form textarea {
  width: 100%;
  height: 200px;
  padding: 10px 0 0 20px;
  border: 1px solid #DBE2EE;
}

.helpdesk-form label {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  margin: 16px 0;
  width: 100%;
}

.helpdesk-form input[type="submit"] {
  display: block;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  background-color: #EA3556;
  color: #fff;
  border-radius: 80px;
  margin-top: 60px;
  padding: 0px;
  font-weight: 500;
  border: none;
}

/*****************************************
Media Queries
*****************************************/

@media screen and (max-width: 1410px) {
  .nav>li>a {
    padding: 0 0 0 20px;
  }

  .main-nav-btn a {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1220px) {
  .benefits-top .nav>li {
    width: 13.333333333%;
    margin: 0 1.66666667%;
    text-align: center;
  }
}

@media screen and (max-width: 1199px) {
	.stat-card-white .circle-two > span {
    margin-left: -57px;
}
}

@media screen and (max-width: 1089px) {

  .nav>li>a {
    padding: 0 0 0 15px;
  }

  .main-nav-btn a {
    margin-left: 15px;
    padding: 15px 25px !important;
  }

}

@media screen and (max-width: 1070px) {
	
	.table-wrap {
		width: 100%;
		overflow-x: auto;
	}
}

@media screen and (max-width: 998px) {
	
	.table-wrap .btn-primary {
		padding: 10px;
		font-size: 12px;
	}

  .connector-category-menu {
	  margin-bottom: 30px;
  }

	.feature-buttons {
		display: none !important;
	}	
	
  .feature-link {
    padding: 20px 10px;
	display: none !important;
  }

  .feature-link h6 {
    font-size: 14px;
    line-height: 1.7;
  }

  .feature-link img {
    width: 40px;
  }

  .home-features img {
    width: 70% !important;
    display: block;
    margin: 20px auto;
  }

  .home-features .btn-secondary {
    margin-top: 20px;
  }
  
  .home-features {
  padding: 40px 0;
  text-align: center;
}

  .creative-england {
    text-align: center;
  }

  .creative-england h4 {
    padding: 0 30px;
  }

  .creative-england img {
    margin-bottom: 40px;
  }

  .latest-posts {
    padding: 60px 0 30px 0;
  }

  .latest-posts article {
    margin-bottom: 30px;
  }
  

  .home-bottom-menu .introduction {
    padding-top: 0px;
  }

  .home-bottom-menu .menu-box {
    text-align: center;
  }

  .home-bottom-menu .menu-box img {
    display: block;
    margin: 10px auto;
    width: 40px;
  }

  .home-hero-content {
    padding: 140px 0 80px 0;
}

  .product-introduction {
    padding: 60px 0;
  }

  .introduction {
    padding: 60px 0;
  }

  .coverage {
    padding-top: 60px;
  }

  .product-api {
    padding-bottom: 60px;
  }

  .footer-demo {
    padding: 60px 0;
}

.benefits-top .nav>li img {
  width: 40px;
}

.benefits-bottom img {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.benefits-bottom p:last-child {
  margin-bottom: 30px;
}

.connectors-explained {
    padding: 0 0 60px 0;
}

.connectors-explained-two {
  padding: 60px 0;
}

.menu-box-lg {
  padding: 100px 30px 30px 30px;
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: top 30px center;
  text-align: center;
}

.developer-home {
    padding: 0 0 60px 0;
}

.page-hero-content {
  color: #fff;
  padding: 160px 0 80px 0;
}

ul.mobile-menu.nav>li>a {
    text-align: center !important;
}

.connectors-explained {
	text-align: center;
}


.connectors-explained .points-listing h5 {
    background-position: left 20% center;
}

.developer-home {
	padding-top: 40px;
}

.stat-card-white {
	text-align: center;
}

.stat-card-white h4 {
	margin-top: 30px;
}

.stat-card-white canvas {
	    vertical-align: baseline;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.stat-card-white .circle-two > span {
    margin-left: -37px;
}

}

@media screen and (max-width: 768px) {

  h1 {
    font-size: 38px;
  }

  ul.mobile-menu.nav>li>a {
    padding: 0;
    text-align: center;
    margin-top: 30px;
}

.navbar-nav {
  margin-top: 0px;
}

.feature-buttons {
		display: none !important;
	}	

.feature-link {
  margin-top: 10px;
  display: none;
}

.introduction {
  padding: 60px 0;
}

.home-hero {
  background-image: none;
}

.benefits-top .nav>li {
  width: 100%;
  margin: 10px 0;
}

.benefits-top .nav>li>a {
  padding: 20px 10px;
}

.tool-block {
    margin-bottom: 40px;
}

/* DAN NEW */

nav ul.sub-menu {
    /* position: absolute; */
    position: relative;
    /* top: 100%; */
    /* left: 0px; */
    /* padding: 30px 0px 0px 0px; */
    padding: 6px 0 0 0;
    /* margin: 0px 0px 0px 40px; */
    display: none;
    background-color: #262a35;
    border-radius: 0px;
    margin: 20px 0 0 0 !important;
    text-align: center;
    /* list-style: none; */
    /* border-radius: 0 0 6px 6px; */
}

.navbar {
    min-height: 90px;
    height: 90px;
}

.mobile-logo {
    width: 150px;
    margin-top: -50px !important;
}

.navbar-toggle {
	margin-top: 28px !important;
	margin-bottom: 0px !important;
}

.navbar-header {
	height: 90px !important;
}

.navbar-nav {
	background-color: #2F3440 !important;
	width: 100% !important;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 60px !important;
}

.navbar-collapse {
	width: 100%;
	padding: 0px;
	margin-top: -100px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	    max-height: 670px;
    }
    
    .navbar-brand {
		height: 90px;   
		padding-bottom: 0px; 
    }

/*DAN NEW END*/

}

/* --- Price Table --- */

.pricing-table {
  font-family: 'Avenir Next';
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: #fff;
  margin: 0 0 100px 0;
}
.pricing-table .pricing-header .pt-price {
  font-size: 40px;
  line-height: 70px;
  text-align: center;
  padding: 10px 40px;
}
.pricing-table .pricing-header .pt-price small {
  font-size: 13px;
}
.pricing-table .pricing-header .pt-name {
  padding: 10px 40px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #4c4c4c;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.pricing-table .pricing-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pricing-table .pricing-body ul li {
  padding: 8px 25px;
  margin: 0;
}
.pricing-table .pricing-body ul li:nth-child(even) {
  background-color: #fafafa;
}
.pricing-table .pricing-body ul li .fa-times {
  color: #ff6666;
}
.pricing-table .pricing-body ul li .fa-check {
  color: #EA3556;
}
.pricing-table .pricing-footer {
  text-align: center;
  padding: 15px 40px;
  border-top: 1px solid #f2f2f2;
}
.pricing-table.featured .pricing-header {
  position: relative;
  overflow: hidden;
}
.pricing-table.featured .pricing-header .pt-price {
  color: #EA3556;
}
.pricing-table.featured .pricing-header .pt-price small {
  color: #EA3556;
}
.pricing-table.featured .pricing-header .pt-name {
  color: #EA3556;
}
.pricing-table.featured .pricing-header .featured-text {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background-color: #EA3556;
  color: #fff;
  position: absolute;
  top: 22px;
  left: -28px;
  padding: 5px 0;
  width: 126px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-default {
  font-family: 'Avenir Next';
  color: #676767;
  border-color: #EA3556;
 
}
.btn-default:hover {
  color: #fff;
  background-color: #EA3556;
  border-color: #EA3556;
}
.btn {
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 40px;
  padding: 8px 30px;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
          transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.btn-main {
  color: #fff;
  background-color: #EA3556;
  border-color: #EA3556;
}
.btn-main:hover,
.btn-main:focus,
.btn-main:active {
  background-color: #EA3556;
  border-color: #EA3556;
  color: #fff;
}


/*****************************************
Landing Page Template
*****************************************/
.landing-page-hero-content {
	text-align: center;
	margin-top: 50px;
}

.landing-page-hero-content h1 {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
  
}

.landing-page-hero-content h4 {
  color: #fff;
  font-family: 'Avenir Next';
  font-weight: normal;
  font-style: normal;
  line-height: 2;
  text-align: left;
}


.landing-page-hero-content img {
	max-width: 100px;
}

.landing-page-hero-content iframe {
	margin-top: 30px;
}
	
.btn-landing-head {
    font-family: "sofia-pro-soft",sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.6px;
    color: #fff;
	background-color: #4cb73b;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #4cb73b;
    border-radius: 50px;
	margin-left: 10px;
    margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.btn-landing-sections {
    font-family: "sofia-pro-soft",sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.6px;
    background-color: #EA3556;
    color: #fff;
    padding: 18px 38px;
    display: inline-block;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	min-width: 200px;
}

.lp-use-title {
  padding: 0 0 100px 0;
  text-align: center;
}

.lp-use-cases h2 {
  margin: 0 0 30px 0;
}

.use-case-title {
	text-align: center;
	padding-bottom: 30px;
}


.uc_bullet_points ul {
		list-style-type: none;
		line-height: 40px;
		font-weight: 700;
}

.uc_bullet_points li {
  padding-left: 60px;
  background-image: url('./img/checked.png');
  background-size: 40px;
  line-height: 40px;
  background-repeat: no-repeat;
  margin: 0 0 30px 0;
}

.uc_video_block {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	max-width: 90%;
}

.uc_video_block iframe, .video-container object, .video-container embed {
	max-width: 550px;
	text-align: center;
	vertical-align: middle;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	
}


.uc_examples {
	padding-bottom: 70px;
}

.uc_cta {
	padding-top: 30px;
	text-align: center;
}

/*****************************************
Launch Page Template
*****************************************/

.launch-introduction {
  padding: 0px 0;
}

.launch-introduction .row:last-child {
  padding-top: 30px;
}

.launch-steps-introduction {
  padding: 30px 0;
  background-color: #F8FAFF;
}

.launch-integration-content {
	background-color: #F8FAFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

.launch-integration-content span {
  background-color: #2F3440;
  color: #fff;
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 74px;
  text-align: center;
  border-radius: 40px;
  margin-bottom: 30px;
 
}

/*****************************************
Vertical Market Page Template
*****************************************/


.case-studies {
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  background-color: #F8FAFF;
  box-shadow: 10px 10px #888888;
  border: 1px solid black;
  width: 90%;
}

.case-studies img {
  margin-bottom: 16px;
}

.case-studies h5 {
  margin-bottom: 16px;
}

.case-study-block {
  background-color: #FFFFFF;
  padding: 0 0 60px 0;
}

.cs-introduction {
  padding: 40px 0;
}

.vertical-connectors {
  background-color: #2F3440;
  padding: 0 0 10px 0;
}

.vertical-connectors h3 {
    font-family: "sofia-pro-soft",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
	vertical-align: middle;
	
}

.vertical-connectors p {
    font-family: 'Avenir Next';
    font-weight: normal;
    font-style: normal;
	color: #ffffff;
    line-height: 2.2;
}

.vertical-landing-page-hero-content {
	text-align: center;
	margin-top: 50px;
}

.vertical-landing-page-hero-content h1 {
  font-family: "sofia-pro-soft",sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
  text-align: left;
}

.vertical-landing-page-hero-content h4 {
  color: #fff;
  font-family: 'Avenir Next';
  font-weight: normal;
  font-style: normal;
  line-height: 2;
  text-align: left;
}

.connector-introduction {
  padding: 20px 0;
}

/*****************************************
Pricing Modal
*****************************************/
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.dev-acc {
    background-color: #2F3440;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dev-acc a:hover {
	background-color: #000000;
}

.dev-acc ul {
	color: #ffffff;
}

.dev-acc h2 {
	color: #ffffff;
	
}

.dev-acc h3 {
	color: #ffffff;
	text-align: center;
}

.dev-acc h4 {
	color: #ffffff;
	text-align: center;
}

.end-user {
    background-color: #ff80ab;
	padding-top: 10px;
    padding-bottom: 10px;
}

.end-user ul {
	color: #ffffff;
}

.end-user h2 {
	color: #ffffff;
	
}

.end-user h3 {
	color: #ffffff;
	text-align: center;
}

.end-user h4 {
	color: #ffffff;
	text-align: center;
}

.modal-footer {
	text-align: center;
}

.div_hover:hover { 
	background-color: #000000; 
}

.div_hover:hover ul, h2, h3, h4 { 
	font-weight: 400;
}

.div_hover2:hover {
	background-color: #ea3556;
}

/*****************************************
Newsletter Popup
*****************************************/
#newsletter-submission {
		color: #000000;
}

/*****************************************
Connector Layer
*****************************************/
.pre-config-section {
  padding: 0 0 100px 0;
}

.pre-config-section h2 {
  margin: 0 0 30px 0;
}

.pre-config-section {
  text-align: center;
  background-color: #F5F9FC;
  padding: 100px 0 120px 0;
}

/*****************************************
Pricing Table
*****************************************/
/* Style the table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

/* Style table headers and table data */
th, td {
  text-align: center;
  padding: 16px;
}

th:first-child, td:first-child {
  text-align: left;
}

/* Zebra-striped table rows */
tr:nth-child(even) {
  background-color: #f2f2f2
}

.fa-check {
  color: green;
}

.fa-remove {
  color: red;
}

/*****************************************
Connector Layer Page
*****************************************/

.cl-product-api {
  padding: 100px 0 100px 0;
  background-color: #F8FAFF;
  
}


/*****************************************
Presentation Layer Page
*****************************************/

.white-label {
  padding: 120px 0;
  background-color: #F5F9FC;
}

.presentation-launch-section {
  padding: 0 0 100px 0;
  background-color: #fbfbfb;
  text-align: center;
  padding: 100px 0 120px 0;
}

.presentation-launch-section h2 {
  margin: 0 0 30px 0;
}



#slider-outer {
	width: 240px;
	position: relative;
	margin: 0px auto 80px auto;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #f4f5f9;
	padding: 0px 16px;
	border: 2px solid #f1f1f5;
}
#slider {
	height: 40px !important;
	border: none !important;
	background: #f4f5f9 !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width: 96%;
}
#slider .ui-state-default, 
#slider .ui-widget-content .ui-state-default, 
#slider .ui-widget-header .ui-state-default, 
#slider .ui-button {
    border: non !important;
    background: #ffffff !important;
    height: 28px;
    width: 28px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	outline: none !important;
	top: 4px;
	border: 2px solid #f1f1f5 !important;
}

#slider-outer ul {
	margin: 0px 0px 0px 0px;
	padding: 24px 4px 0px 4px;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 100%;
}
#slider-outer ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 33.33%;
	float: left;
}
#slider-outer ul li:first-child { text-align: left; }
#slider-outer ul li:nth-child(2) { text-align: center; }
#slider-outer ul li:last-child { text-align: right; }
.table-tick { width: 40px; height: 40px; }


/*****************************************
PPC Landing Page
*****************************************/

#LPname {
	width: 250px;
	color: #000000;
}

#LPemail {
	width: 250px;
	color: #000000;
}

#LPcomp {
	width: 250px;
	color: #000000;
}

#LPhelpfield {
	width: 250px;
	color: #000000;
}

.wpcf7 label{
	font-weight: 200;
    font-family: "sofia-pro-soft",sans-serif;
}

span.wpcf7-not-valid-tip {
	color: #000000 !important;
}

div.wpcf7-validation-errors {
	text-align: center;
}

/*****************************************
Cornerstone Content Template
*****************************************/

.relatedarticleblock {
  min-height: 350px;
} 

.relatedarticleblock:hover{
  background-color: #ECECEC;
} 

#popmake-2261 {
	z-index: 1 !important;
}

/*****************************************
Blog/Docs Sidebar Menu
*****************************************/
.archive-sidebar {
	background-color: #ffffff;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    padding: 10px;
	padding-bottom: 15px;
    padding-top: 15px;
    border: 1px solid #ECECEC;
    border-radius: 6px;
	margin-bottom: 25px;
}

.archive-sidebar a {
	color: #EA3556;
}

.archive-sidebar a:hover {
	color: #000000;
}


/*****************************************
Contact Page
*****************************************/
.contact-introduction {
	padding-top: 100px;
	padding-bottom: 50px;
}

.contact-introduction p {
	font-size: 17px;
}

.contact-introduction h2 {
	margin-bottom: 40px;
	line-height: 1.6;
}

.contact-introduction .row {
    margin-right: 0px;
    margin-left: 0px;
}

.contact-content {
	background-color: #F5F9FC;
	padding: 50px 0 50px 0;
}

.contact-content .row {
    margin-right: 0px;
    margin-left: 0px;
}

/*****************************************
Footer Links Block
*****************************************/
.footer-articles {
	font-size: 13px;
    font-family: 'Avenir Next';
    line-height: 2;
	color: #C1C2C6;
}

a.footer-articles:hover {
    color: #ffffff;
}



/*****************************************
Use Case Pages
*****************************************/

#use-case-video {
    position: relative;
    left: -2000px;
    width: 100%;
    height: 100%;
    -webkit-animation: slide 1.4s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 1.4s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

/*****************************************
Blog post loading
*****************************************/
.alm-load-more-btn.done{
   display: none;
}

#form-text-field {
	color: #000000;
}

/*****************************************
Home Page Slider - Quotes
*****************************************/
blockquote {
	border: none;
	padding: 0px 10px;
	font-size: 16px;
	margin: 0;
	text-align: center;
}

blockquote:before {
	display: block;
    content: "\201C";
    font-size: 60px;
    position: absolute;
    font-family: none;
    font-weight: 900;
    vertical-align: top;
    top: -0.4em;
    color: #EA3556;
	z-index: 1;
}

blockquote:after {
	display: block;
    font-size: 60px;
    position: absolute;
    font-family: none;
    font-weight: 900;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #EA3556;
	content: '\201D';
}

#slider_2634 {
	padding:2% 5%; 
	margin:0px 0%; 
	background-color:rgb(34, 38, 48); 
	min-height:50px; 
}

#slider_2634 .owl-dots {
	padding: 0px;
	visibility: hidden;
}

p .user-quote {
	font-family: "sofia-pro-soft",sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
	padding-left: 20px;
    padding-right: 20px;
}

p .quote-before {
	display: inline;
    content: "\201C";
    font-size: 60px;
    position: absolute;
    font-family: none;
    font-weight: 100;
    color: #EA3556;
	z-index: 1;
	top: -40px;
	left: 0px;
}

p .quote-after {
	display: inline;
    font-size: 60px;
    position: absolute;
    font-family: none;
    font-weight: 100;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #EA3556;
	content: '\201D';
}

@media screen and (max-width: 998px) {
	.non-mobile {
		display: none;
	}
}

/*****************************************
Landing Pages
*****************************************/
.explore-cyclr {
    background-color: #222630;
    padding-top: 20px;
    padding-bottom: 30px;
}

.explore-cyclr h2 {
	color: #ffffff;
	padding-bottom: 20px;
}

.explore-cyclr h5 {
	color: #ffffff;
}

.explore-cyclr p {
	color: #ffffff;
}

.explore-cyclr .row {
	padding-bottom: 20px;
    padding-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.cyclr-features .row {
	padding-bottom: 20px;
    padding-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
}



.cyclr-features .hf-image {
	background-image: url(/wp-content/uploads/2017/08/no_code.png);
    background-repeat: no-repeat;
    opacity: 50%;
}

.cyclr-features .hf-image-block {
    padding-top: 30%;
}

.cyclr-reviews {
	background-color: #f5f9fc;
	padding-top: 20px;
    padding-bottom: 50px;
}

.review-box {
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
	box-shadow: 10px 10px 8px #888888;
	width: 90%;
	margin-left: 20px;
    margin-right: 20px;
	margin-bottom: 20px;
	
}	
.cyclr-features {
	padding-bottom: 20px;
    padding-top: 20px;
}

.lp-footer {
	background-color: #222630;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.lp-footer h5 {
	color: #ffffff;
}

.lp-footer p {
	color: #ffffff;
}

#lp-fixed-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  background-color: #2F3440;
}

.lp-main-logo {
  width: 150px;
  margin-top: 25px;
  margin-bottom: 25px;
  z-index: 101;
}

/*-Author Box—————————*/

.author-box {
    background-color: #fff;
    padding: 20px;
    margin: 0 0 40px;
    display: inline-block;
    width: 100%;
	border: 1px solid #ECECEC;
    border-radius: 6px;
}
.author-box .author-img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.author-box .author-img img {
    border-radius: 50%;
}
.author-box .author-name {
    font-weight: bold;
    clear: none;
    display: inline;
}

.blog-post-image {
    height: 100%;
    width: 100%;
    min-height: 198px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: stretch;
}

.blog-post-information {
  padding: 10px 10px 0 10px;
  
}

/*-G2 Awards—————————*/

.awardimage {
    
    max-width: 140px; 
	text-align: left; 
	display: inline-block; 
	padding-left: 10px; 
	padding-right: 10px;
    opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 3s;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
