/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.10.1536211599
Updated: 2020-06-06 05:26:39

*/


/* ---- Calculator Page ---- */
/*.led-calculator #main-content {
    background: #f7f7f7;
    padding: 60px 0;
}

.page-template-page-contact-php #main-block p,
.led-calculator #main-content #maincontent-block p {
    font-size: 20pt;
    color: #8cc63e;
    margin-bottom: 28px;
    line-height: 1.3em;
}
*/
#calculator-block {
    background: transparent;
    padding: 40px 0;
    /* border-bottom: 1px dashed #d3d3d3;*/
}

#calculator-block img {
    float: left;
    margin-right: 15px;
}

#calculator-block h1 {
    /*font-family: 'Montserrat', Arial, sans-serif;*/
    font-size: 31pt;
    color: #000;
    /*text-transform: uppercase;
    font-weight: 700;*/
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    padding-top: 12px;
    line-height: 1em;
}

#calculator-block h2 {
    /*  font-family: 'Montserrat', Arial, sans-serif;*/
    font-size: 14pt;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #878787;
    line-height: 1em;
    margin: 0 0 5px 0;
}

#calculator-block .row:first-child {
    margin-bottom: 60px;
    overflow: hiddenl
}

#calculator-block .row:nth-child(2) {
    padding-bottom: 40px;
    /* border-bottom: 1px dashed #d3d3d3;*/
    clear: both;
    height: 44px;
}


#calculator-block label {
    /*  font-family: 'MuseoSans-500', Arial, sans-serif;*/
    font-size: 20pt;
    color: #878787;
    margin-right: 20px;
    display: block;
    float: left;
}

#calculator-block #lights {
    border: 2px solid #8cc63e;
    border-radius: 10px;
    -moz-border-radius: 10px;
    height: 30px;
    width: 45px;
    padding: 5px 0 5px 5px;
    font-size: 12pt;
}

.led-calculator  #slider {
    width: 242px;
    float: left;
    margin: 7px 0 0 0;
    border-radius: 0;
    -moz-border-radius: 0;
    border: 0;
    background: #e9e9e9;
}

.led-calculator  #slider .ui-slider-handle {
    background: left center url('assets/img/icon-slider.jpg') no-repeat;
    border-radius: 0;
    -moz-border-radius: 0;
    width: 20px;
    height: 18px;
    border: 0;
    top: -2px;
}

.led-calculator #total-savings {
    min-width: 278px;
    min-height: 268px;
    background: top left url('assets/img/quote-bubble.jpg') no-repeat;
    margin-top: 105px;
}

.led-calculator #total-savings p {
    color: #fff;
    font-size: 35pt;
    text-align: center;
    width: 90%;
    padding: 130px 0 0 26px;
    /* font-family: 'Montserrat', Arial, sans-serif;*/
    font-weight: 700;
    letter-spacing: 1px;
}

.led-calculator #total-savings p  span {
    display: block;
    font-size: 20pt;
    line-height: 1em;
    font-weight: 500;
}

.led-calculator #summary {
    width: 100%;
    border: 0;
    margin: 20px 0 0 0;
}

.led-calculator #summary h3 {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16pt;
    margin-left: 8px;
}

.led-calculator #summary p {
    margin: 0 15px 10px 8px;
    font-size: 14pt;
    padding: 0;
}

.led-calculator #incadescents span {
    background: #e9e9e9;
    border-radius: 7px;
    -moz-border-radius: 7px;
    height: 20px;
    display: inline-block;
    margin: 8px 0 0 20px;
}

.led-calculator #summary i {
    width: 230px;
    display: inline-block;
    font-style: normal;
    font-size: 14pt;
}

.led-calculator #incadescents em, .led-calculator #led em {
    font-style: normal;
    font-size: 14pt;
}

.led-calculator #led span {
    background: #8cc63e;
    border-radius: 7px;
    -moz-border-radius: 7px;
    height: 20px;
    display: inline-block;
    margin: 8px 0 0 20px;
}

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 25px;
    visibility: visible;
    margin-top: -2px;
    margin-left: -4px;
    bottom:120%;
    color: #000;
}

@media only screen and (max-width: 1024px){
    #calculator-block .row:nth-child(2) {
        height: 110px;
    }
}

@media only screen and (max-width: 768px){
    
    #calculator-block .et_pb_column_2_3 { width: 62.5% }
    #calculator-block .et_pb_column_1_3 { width: 35% }
    .led-calculator #led span{ display: block}
}
@media only screen and (max-width: 767px){
    .led-calculator #summary span{ display: none}
    .led-calculator #slider {
        margin-left: 20px;margin-top: 40px;
    }
    #calculator-block .row:first-child{ margin-bottom: 20px }
    #calculator-block .row:nth-child(2){ height: 160px }
    .led-calculator #total-savings{ margin-top: 0 }    
}
