@charset "utf-8";
/* CSS Document */

.estimate-form-block {
    margin: 2em auto 0 auto;
    max-width: 520px;
}

.estimate-form-block .form-row {
    padding: 12px 0;
    text-align: center;
    font-size: 120%;
    height: 2.5em;
}

.estimate-form-block .field {
    display: inline-block;
    white-space: nowrap; /* keep the label and input field together */
}

.estimate-form-block .field label {
    font-weight: bold;
    padding-right: 8px;
}

.instant-estimate-new {

    text-align: center;
}

.instant-estimate-new table {
    border-collapse: collapse;
    margin: 0 auto;
}

.instant-estimate-new td,
.instant-estimate-new th {
   border: solid gray 1px;
   padding: 4px 8px;
   text-align: left;
}

.instant-estimate-new th {
    background-color: #f0f0f0;
    text-align: center;
}

.instant-estimate-new td.row-label {
    font-weight: bold;
    text-align: right;
}

/* Testimonials shortcode styles */

.testimonials-block {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin-bottom: 30px;
    padding-top: 20px;
}

.testimonials-block.noscroll .testimonials {
    height: auto;
}

.testimonials-block h5 {
    margin-bottom: 18px;
    margin-top: 0;
    font-weight: normal;
    letter-spacing: 0px;
    font-family: 'Oswald', sans-serif !important;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1.2;
}

.testimonials {
    font-size: 15px;
    padding: 2px 50px;
    margin-bottom: 20px;
    height: 130px;
    overflow: auto;

}

.testimonial {
    width: 800px;
    text-indent: -9px;
    margin-bottom: 4px;
    line-height: 1.3;
}

.testimonial .quote-char {
    font-size: 2em
    color: #909090;
    vertical-align: middle;
}

.testimonial-author {
    font-size: 80%;
    font-weight: bold;
    margin-left: 8px;
    margin-top: -2px;
    margin-bottom: 15px;
    font-style: italic;
}


/*
** EOF: $RCSfile: styles.css,v $
*/
