/****** PLACE YOUR CUSTOM STYLES HERE ******/

.overlay:before {
    background: #000;
    opacity: 0.6;
}

.overlay.overlay-light:before {
    background: #000;
    opacity: 0.5;
}

.social-list {
    padding-right: 30px;
}

.searchbox-suggestions {
    margin: 5px 0 30px;
}

.attempted-submit select.field-error{
    border: 1px solid #ce3838 !important;
}

.flex-control-nav {
    bottom: -60px;
}

.feature-3 .right {
    margin-left: 10px;
}

.landing-cover {
    top: 18%;
}

.client-branding {
    height: 100px;
}

p.feature {
    font-size: 15px;
}

.api-response {
    display: none;
}

.http-status-success {
    background: #5acdc0;
    box-shadow: none;
    font-weight: bold;
}

.http-status-error {
    box-shadow: none;
    font-weight: bold;
}

select.api-field, input.api-field {
    margin-bottom: 0;
    background-color: #f3f3f3;
    color: #333;
    padding: 4px 8px;
    height: 30px;
    font-size: 11.5px;
    width: 100%;
    font-weight: normal;
    border-radius: 3px;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

input.api-field:focus {
    outline: 0;
}

input.api-field:-webkit-autofill,
input.api-field:-webkit-autofill:hover, 
input.api-field:-webkit-autofill:focus, 
input.api-field:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #f3f3f3 inset !important;
}

/*Change text in autofill textbox*/
input.api-field:-webkit-autofill {
    -webkit-text-fill-color: #333 !important;
}

.trusted-by-alt {
    letter-spacing: 0.5px;
    font-size: 14px;
}

.rounded-image {
    border-radius: 4px;
}

.autowidth {
    width: auto;
}

.fs-vid-background {
    display: block;
}

table code {
    font-size: 13px;
    padding: 0; 
    background: transparent !important;
}

table code.text-black {
    font-size: 12px;
}

.text-black {
    color: #000;
}

.text-indent {
    padding-left: 25px !important;
    white-space: nowrap;
}

.text-indent small, .text-indent-2 small {
    padding-left: 8px;
}

.text-indent-2 {
    padding-left: 50px !important;
    white-space: nowrap;
}

.text-link {
    color: inherit;
    font-weight: normal;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

h6 i {
    vertical-align: -10px;
}

.mobile-icon {
    font-size: 27px;
    padding: 0 3px 0 0;
    vertical-align: -7px;
}

.table-striped>tbody>tr>td:nth-of-type(1) {
    padding-left: 12px;
}

kbd {
    white-space: nowrap;
}

kbd.light {
    opacity: 0.9;
    font-size: 80%;
}

h5 {
    font-size: 20px;
}

h5.navigation {
    font-size: 16px;
}

.form-push-demo .form-error, .form-push-demo .form-success {
    margin-bottom: 30px;
}

.feature p:last-child {
    font-size: 14px;
}

.workflow-screenshot {
    max-height: 400px;
}

.cover .align-center {
    bottom: 50vh;
    position: absolute;
}

ul.hierarchy li:first-child {
    margin-top: 0;
}

.docs-container section {
    padding-top: 60px;
}

.form-error, .form-success {
    position: initial;
    background: #292929;
    width: auto;
}

.display-none {
    display: none;
}

.tooltip-inner {
    max-width: 188px;
    font-weight: normal;
    padding: 5px 8px;
    font-size: 13px;
    border-radius: 5px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tooltip.in {
    opacity: 1.0;
}

pre code b {
    font-family: Menlo, Monaco, Consolas, "Courier New";
    font-size: 90%;
    color: #c7254e;
    font-weight: bold;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.text-normal {
    font-weight: normal;
}

.padding-0 {
    padding: 0;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

form.thirds select {
    width: 32%;
    float: left;
    margin-left: 1%;
    margin-bottom: 16px;
}

input[type="text"], input[type="password"] {
    padding-right: 16px;
}

p.warning {
    background: rgba(252, 79, 79, 0.2);
    padding: 15px;
    border-left: 4px solid #fc4f4f;
}

.accordion-2 .title {
    display: block;
}

.indent {
    margin-left: 25px;
}

h3 i {
    margin-right: 10px;
    vertical-align: -2px;
}

nav.transparent {
    background: rgba(41,41,41,0.4);
}

nav.transparent.fixed.bg-dark {
    background: #313131; 
}

nav.bg-dark .menu > li > a.active-nav {
    opacity: 1.0;
    font-weight: bold;
}

pre {
    border: 0;
    border-radius: 0;
    margin-top: 24px;
    background: #f9f2f4;
}

.lh0 {
    line-height: 0;
    margin-top: 50px;
}

pre {
    padding: 15px 20px;
    background: #f3f3f3;
}

.docs-sidebar {
    padding-right: 50px;
}

.docs-sidebar.sticky {
    position: fixed;
    top: 0;
    height: 100%;
    width: 280px;
    overflow-y: scroll;
}

.footer-contact a {
    font-weight: normal;
}

.widget .twitter-feed .timePosted {
    display: block;
    font-size: 11px;
    opacity: 0.7;
}

.widget .twitter-feed .tweet-icon {
    padding: 0 3px 0 0;
}

.widget .twitter-feed .tweet {
    word-wrap: break-word;
}

.widget .twitter-feed .tweet a {
    display: inline-block;
}

pre code {
    white-space: pre;
    font-size: 14px;
    background: transparent;
    border: none;
    padding: 0;
    tab-size: 3;
    font-family: monospace, Menlo, Monaco, Consolas, "Courier New";
}

.accordion li.active .content {
    max-height: 1024px;
  }

.accordion-2 .content p {
    font-size: 14px;
    margin-bottom: 0;
}

.accordion-2 .content p.lead {
    font-size: 16px;
}

.navigation {
    line-height: 32px;
    color: #666;
}

.navigation b {
    font-weight: 600;
}

hr {
    border-top-color: #eee;
}

.logo-module {
    padding: 0 12px;
}

.radio-option .inner {
    padding: 0;
}

.hierarchy .child-container.collapsed {
    display: none;
}

.hierarchy li {
    position: relative;
    line-height: 30px;
}

.hierarchy li a {
    color: #292929;
    font-weight: 400;
}

.hierarchy li.parent {
    margin: 20px 0 10px;
}

.hierarchy li.parent a {
    font-weight: 500;
    font-size: 15px;
}

.hierarchy li.sub {
    margin-left: 30px;
}

.hierarchy li.subsub {
    margin-left: 50px;
}

.hierarchy li.sub a:before {
    content: "\2013";
    position: absolute;
    left: -15px;
    top: 0px;
    opacity: .4;
}

.hierarchy li.active a {
    color: #fb1d1d;
}

.table-striped>tbody>tr:nth-of-type(odd) code {
    background: #F9EEEE;
}

.feature-3 .left {
    width: 11%;
}

.fw400 {
    font-weight: 400;
}

.platform {
    display: inline-block;
    margin: 0 10px 25px 10px;
}

.platform a {
    color: inherit;
    font-size: 18px;
    font-weight: 300;
}

.pricing-table .price {
    font-size: 70px;
}

.pricing-table .price-info {
    font-size: 13px;
}

.pricing-table .price-info b {
    font-size: 14px;
}

.pricing-table .plan-desc {
    margin-top: -10px;
}

.platform img {
    vertical-align: -11px;
    padding: 0 9px 0 0;
}

.quote-author {
    margin-top: 30px;
}

.rounded {
    border-radius: 30px;
    display: inline-block;
    margin: 0 0 10px 0;
}

.rounded-large {
    height: 100px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 0 10px 0;
}

.text-slider .flex-direction-nav a {
    top: 50px;
}

.feature .icon-lg {
    opacity: 0.85;
}

.logo-carousel {
    text-align: center;
}

.logo-carousel li {
    opacity: 0.65;
}

.logo-carousel.mobile li {
    display: inline-block;
    width: 180px;
    margin: 15px 10px 15px 10px;
}

.logo-carousel.mobile li img {
    display: inline-block;
}

.client {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 20px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.clients {
    overflow: hidden;
    height: 57px;
    margin-left: 40px;
}

.first-client {
    margin-left: 20px;
}


.contact-customers {
    opacity: 0.6;
}

.client:hover {
    opacity: 0.45;
}

.pt58 {
    padding-top: 58px;
  }

.client a {
    color: inherit;
    font-size: 18px;
    font-weight: 300;
}

.client img {
    vertical-align: middle;
    padding: 0 7px 0 0;
}

.gdpr {
    margin: 10px 0 30px;
}

/* Tweet embed */
.twitter-tweet {
    margin: 25px;
}

@media (min-width: 990px) {
    nav.transparent.bg-dark .logo-light {
        display: inline;
    }

    nav.transparent.bg-dark .logo-dark {
        display: none;
    }
}

@media (max-width: 767px) {
    br {
         display: inherit; 
    }
    section {
        padding: 40px 0;
    }
}

@media (max-width: 990px) {
    p.feature.cta {
        font-size: 18px;
    }
    nav.bg-dark .module.widget-handle {
        border-left: 0;
    }
    
    nav.transparent.bg-dark .module.widget-handle {
        border-top: 1px solid #e1e1e1;
    }

    nav.bg-dark .module.widget-handle.mobile-toggle {
        border-top: 0;
    }
    
    .nav-bar .module-group {
        padding-bottom: 0;
    }
}

@media (min-width: 1000px) {
    .image-bg h1.large {
        letter-spacing: -2px;
        font-size: 58px;
    }
}

@media (max-width: 990px) {
    h1.large {
        font-size: 44px;
        line-height: 50px;
        font-weight: 100;
    }
}

@media (min-width: 768px) {
    h3 {
        line-height: 50px;
    }

    .feature-3 {
        min-height: 130px;
    }
}

@media (max-width: 767px) {
    h1, h1.large, .h1 {
        font-size: 6vw;
        font-weight: 300;
    }

    .feature-3 .left {
        width: 30px;
    }

    .feature-3 .right {
        width: 85%;
    }
}

