﻿
.rw-product-header {
    margin-top: 30px;
}

    .rw-product-header h1 {
        font-size: 26px;
    }

    .rw-product-header .subhead {
        font-size: 18px;
        font-style: italic;
        font-weight: 600;
        margin-bottom: 15px;
    }

p {
    line-height: 24px;
}

.well {
    min-height: 20px;
    padding: 0;
    margin: 40px 0;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.description {
    font-size: 20px;
}

.leaders li:last-child {
    font-style: italic;
    margin-top: 8px;
    padding-left: 27px;
}

.well .product-description {
    padding-left: 27px;
}

.panel-primary .panel-body {
    background-color: #e7f0f8;
    border: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 20px;
}

    .panel-primary .panel-body .row {
        margin-bottom: 10px;
        font-weight: 600;
    }

.row .total {
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

    .row .total h4 {
        font-weight: 600;
    }

.row.cta button {
    margin-top: 15px;
    margin-bottom: 20px;
}

ul.cover-letter {
    margin: 0%;
    padding: 0;
    display: inline;
    list-style: none;
}

    ul.cover-letter li {
        margin: 0%;
        padding: 0;
        display: inline-block;
        list-style: none;
        vertical-align: top;
    }

        ul.cover-letter li:first-child {
            width: 20px;
        }

        ul.cover-letter li:last-child {
            width: calc(100% - 25px);
        }




.quote-name {
    font-style: italic;
    font-weight: 600;
}

.modal-body {
    padding: 20px 5%;
}

@media screen and (max-width: 785px) {
    .modal-body .col-sm-3 {
        width: 100%;
    }

    .modal-body .col-sm-9 {
        width: 100%;
    }
}

.resumewriting-header {
    float: right;
}


@media screen and (max-width: 1024px) {
    .resumewriting-header {
        float: none;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
    }

    .row.rw-product-header.d-flex {
        width: 100%;
    }

    .col-md-5.page-title {
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .col-md-7.page-nav {
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .pull-right {
        float: left;
    }

    .order-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .d-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .flex-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
}


/* cover letter and formatting */

.product-desc-container {
    margin-top: 20px;
}

.product-title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}

.product-secondary {
    font-style: italic;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.details-list {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.details-list > li {
        display: inline-block;
        list-style: none;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

        ul.details-list > li:first-child {
            width: 100px;
        }

        ul.details-list > li:last-child {
            width: calc(100% - 120px);
        }


@media screen and (max-width: 700px) {
    ul.details-list > li:first-child {
        width: 100%;
        margin-bottom: 10px;
    }

    ul.details-list > li:last-child {
        width: 100%;
    }
}

.table-payment-info {
    background-color: #006cb6;
    font-weight: bold;
    color: #fff;
}

    .table-payment-info h1 {
        font-size: 20px;
        text-align: center;
    }

.guarantee {
    background-color: #e7f0f8;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
}

    .guarantee ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .guarantee li {
        padding: 10px 15px;
        margin: 0;
        list-style: none;
        display: inline-block;
    }

        .guarantee li:first-child {
            width: calc(100% - 130px);
        }

    .guarantee p:first-child {
        font-weight: 700;
        text-transform: uppercase;
    }

    .guarantee img {
        max-width: 150px;
        position: absolute;
        right: 0;
        top: 0;
    }
