﻿/*!
* Author: Codealike
* Template: Codealike overrides to Lava Template
* Version: 1.0.0
* Every override to Lava Template goes here.
*/

p {
    color: #a0a0a0;
}

.on-fire-chart {
    border: none;
}

.signup {
    min-height: 400px;
    max-height: 550px;
    padding: 10px;
}

.references {
    margin-top: 10px;
    position: relative;
    padding-bottom: 20px;
    float: left;
    height: 15px;
    width: 100%;
}

.coding {
    background-color: #8CC63F;
}

.idle {
    background-color: #BFFF00;
}

.system {
    background-color: #FCEE21;
}

.web-navigation {
    background-color: #00a3f4;
}

.web-debugger {
    background-color: #dc00f4;
}

.debugging {
    background-color: #F7A200;
}

.building {
    background-color: #E01BAB;
}

.editing {
    background-color: #3399FF;
}

.reading {
    background-color: #9900FF;
}

.bar {
    position: relative;
    float: left;
    height: 15px;
}

.nav > li > a {
    font-size: 12px;
}

.widget-wrapper {
    border: solid 1px darkorange;
    height: 340px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}

.top-buffer {
    margin-top: 20px;
}

.references .text {
    float: none;
    position: relative;
    border-left-style: solid;
    border-left-width: 3px;
    font-size: x-small;
    padding-left: 5px;
    padding-right: 10px;
}

.widget-footer {
    background-color: #ff8c00;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0px;
    height: 30px;
    padding: 5px;
}

.section-facts {
    padding-top: 80px;
    padding-bottom: 20px;
}

.popover-facts-widget {
    min-width: 630px;
}

#popover-can-interrupt .popover {
    top: 95px !important;
}

#popover-can-interrupt H2 {
    color: black;
    font-size: x-large;
}

#popover-can-interrupt H3 {
    font-size: medium;
}

#mini-facts {
    background: url(/content/public/img/testimonial-bg.jpg) no-repeat;
    background-size: cover;
}

.mini-facts {
    padding: 0;
    list-style: none;
}

    .mini-facts li {
        min-width: 170px;
        display: inline-block;
        padding: 5px;
        margin: 0 0 1px 1px;
        white-space: nowrap;
        overflow: hidden;
        font-family: 'AvenirLTStd','AvenirLTStdIE',Segoe UI,Arial,sans-serif;
        opacity: .5;
        transition: opacity .8s ease-out;
        -moz-transition: opacity .8s ease-out;
        -webkit-transition: opacity .8s ease-out;
        -o-transition: opacity .8s ease-out;
    }

        .mini-facts li:hover {
            opacity: 1;
        }

    .mini-facts div {
        display: inline;
    }

    .mini-facts li > a {
        display: block;
    }

.row {
    margin: 0px !important;
}

@media (min-width: 768px) {
    .container-wide {
        width: 99%;
    }
}

@media (min-width: 992px) {
    .container-wide {
        width: 99%;
    }
}

@media (min-width: 1200px) {
    .container-wide {
        width: 99%;
    }
}

.avatar-rounded {
    margin-top: 0.5em;
    margin-right: 0.5em;
    margin-left: 0.1em;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 0 3px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #999, 0 2px 5px 4px rgba(0,0,0,.2);
    margin-bottom: 1em;
}

.neck-main-padding {
    padding-top: 165px;
    padding-bottom: 120px;
    background-image: url(/content/public/img/gradient.png);
    background-size: cover;
    background-color: #535e67;
}

.popover-facts-widget-wide {
    min-width: 330px;
}

.widget-input {
    font-size: 10px !important;
    background-color: #d0d0d0 !important;
    height: 22px !important;
}

.grey-background {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.darkGreen-background {
    background: #a4b357; /* Old browsers */
    background: -moz-linear-gradient(top, #a4b357 0%, #75890c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a4b357 0%,#75890c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a4b357 0%,#75890c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
}

.red-background {
    background: #472221; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

.in-the-zone-background {
    background: #2854E1; /* Old browsers */
    background: -moz-linear-gradient(top, #ECB1D9 0%, #4C1260 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ECB1D9 0%,#4C1260 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ECB1D9 0%,#4C1260 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ECB1D9', endColorstr='#4C1260',GradientType=0 ); /* IE6-9 */
}

div#pulse_background {
    height: 100vh;
    width: 100%;
    float: none;
}

    div#pulse_background.grey-background h1,
    div#pulse_background.grey-background h4,
    div#pulse_background.grey-background h3,
    div#pulse_background.grey-background a {
        color: black;
    }

    div#pulse_background.darkGreen-background h1,
    div#pulse_background.darkGreen-background h4,
    div#pulse_background.darkGreen-background h3,
    div#pulse_background.darkGreen-background a {
        color: white;
    }

    div#pulse_background.red-background h1,
    div#pulse_background.red-background h4,
    div#pulse_background.red-background h3,
    div#pulse_background.red-background a {
        color: white;
    }

    div#pulse_background.red-background .white-filter {
        filter: brightness(0) invert(1);
    }

    div#pulse_background.grey-background .white-filter {
        filter: brightness(0) invert(0);
    }

    div#pulse_background.darkGreen-background .white-filter {
        filter: brightness(0) invert(1);
    }

    div#pulse_background .pulse_header {
        height: 60px;
        vertical-align: middle;
    }

    div#pulse_background .pulse_footer {
        height: 40px;
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    div#pulse_background .pulse_content {
        position: relative;
        width: 100%;
    }

.facts-widget-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    top: 0;
    z-index: 9999;
}