/*  -------------------------------------------------------------
    -------------------------------------------------------------
    CSS CODED BY - clearpixel.com.au - 2016
    -------------------------------------------------------------
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

body {
    font: 17px "PT Sans", Arial, Sans-serif;
    text-align: left;
    color: #737373;
    background: #fff;
}

#header .header_right a.btn:link,
#header .header_right a.btn:visited,
#main .page_heading,
#progress_bar,
#main .package_details_btn,
#main .right_content,
#footer,
#review a.print_btn:link,
#review a.print_btn:visited,
#review input[type="submit"] {
    display: none;
}

#review h1 {
    padding: 30px 0 6px 0;
    font: 2em "Droid Serif", times, serif;
    color: #618ecc;
}

#arrangement_planner h2 {
    padding: 30px 0 0 0;
    font: 700 1.2em "Droid Serif", times, serif;
    color:#618ecc;
    text-transform: none;
}

#arrangement_planner h3 {
    padding: 17px 0 30px 0;
    font: 700 1.2em "Droid Serif", times, serif;
    color:#618ecc;
    text-align: center;
    text-transform: none;
}

#arrangement_planner .options input[type=radio] + label,
#arrangement_planner .options input[type=checkbox] + label {
    background: none !important;
}

#review .service_price {
    padding-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #618ecc;
}

#review .review_package .choice {
    margin: 20px 0;
    padding:  5px 10px 15px 10px;
    font-size: 17px;
    vertical-align: top;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#review .review_package .choice .choice-i span.pkg_details_heading {
    display: block;
    padding-bottom: 5px;
    font: 1.2em "Droid Serif", times, serif;
    text-transform: uppercase;
    text-align: left;
    color: #618ecc;
}

#review .review_package .choice .choice-i a.edit_choice_btn {
    display: none;
}