﻿/**
 * PowerReviews, Copyright 2017
 * HEAD | bcc3e82
 */
/*******************************************/
/** POWER REVIEWS STYLE OVERRIDE TEMPLATE **/
/*******************************************/

/**
 * The following high-level CSS selectors can be utilized
 * to create a custom style theme for all PowerReviews 
 * content.
 *
 * NOTE: If you wish to hide PowerReviews content,
 * please contact your PowerReviews Client Success
 * Representative.  
 */


/**
* TYPOGRAPHY
* --------------------------------------------------
* Global Color & Typography Definitions
*/
.p-w-r,
.p-w-r span,
.p-w-r p,
.p-w-r h1,
.p-w-r h2,
.p-w-r h3,
.p-w-r h4,
.p-w-r h5,
.p-w-r h6 {
    font-family: 'ITCFranklinGothicW02-Bk_812924', 'ITCFranklinGothicW02-Bk 812924', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 19px;
}

    .p-w-r a {
    }

    /**
* FORM LABELS
* --------------------------------------------------
* .p-w-r .pr-control-label > span // Selector that targets all field labels.
*/
    .p-w-r .pr-control-label > span {
    }

    /**
 * BUTTON GROUPS
 * --------------------------------------------------
 * .p-w-r .pr-btn // Selector that targets all buttons.
 * .p-w-r .btn-toggle .pr-btn-default // Selector that targets all unselected toggle buttons.
 * .p-w-r .btn-toggle .pr-btn-default.active // Selector that targets the selected toggle button.
 * .p-w-r .pr-btn-add-tag-submit // Selector that targets the "Add" button that appears aside the custom tag text input field.
 * .p-w-r .pr-btn-fileinput // Selector that targets the file input button.  
 * .p-w-r .pr-btn-fileinput span // Selector that targets the file input button text.
 * .p-w-r .pr-btn-delete // Selector that targets the image preview delete button.
 */
    .p-w-r .pr-btn {
    }

    .p-w-r .pr-btn-add-tag-submit {
    }

    .p-w-r .pr-btn-fileinput {
    }

        .p-w-r .pr-btn-fileinput span {
        }

    .p-w-r .pr-btn-delete {
    }

    /**
* STARS
* Rating Stars can be customized by overriding the 
* background-image property of the 5 Star-related
* CSS classes
* --------------------------------------------------
* .pr-star-v4-0-filled    // Custom star image - filled 0%
* .pr-star-v4-25-filled   // Custom star image - filled 25%
* .pr-star-v4-50-filled   // Custom star image - filled 50%
* .pr-star-v4-75-filled   // Custom star image - filled 75%
* .pr-star-v4-100-filled  // Custom star image - filled 100%
*/
    .p-w-r .pr-star-v4-0-filled {
        background-image: url('/skins/miller electric/images/icons/star_0.png') !important;
    }

    .p-w-r .pr-star-v4-25-filled {
        background-image: url('/skins/miller electric/images/icons/star_25.png') !important;
    }

    .p-w-r .pr-star-v4-50-filled {
        background-image: url('/skins/miller electric/images/icons/star_50.png') !important;
    }

    .p-w-r .pr-star-v4-75-filled {
        background-image: url('/skins/miller electric/images/icons/star_75.png') !important;
    }

    .p-w-r .pr-star-v4-100-filled {
        background-image: url('/skins/miller electric/images/icons/star_100.png') !important;
    }

    /**
* TEXT INPUTS
* --------------------------------------------------
* .p-w-r .pr-textinput  // Text Input Styles
* .p-w-r .pr-textinput:focus // Focused Text Input Styles
*/
    .p-w-r .pr-textinput {
    }

        .p-w-r .pr-textinput:focus {
        }

    /**
* TEXT AREAS
* --------------------------------------------------
* .p-w-r input[type="text"] // Text Area Styles
* .p-w-r input[type="text"]:focus // Focused Text Area Styles
*/
    .p-w-r .pr-textarea {
    }

        .p-w-r .pr-textarea:focus {
        }

    /**
* CHECKBOX/RADIO INPUT OPTION LABELS
* --------------------------------------------------
* .p-w-r .tag-label // Checkbox Radio Input Label Styles
*/
    .p-w-r .pr-tag-label {
    }

    /**
* ERROR STATES
* --------------------------------------------------
* .p-w-r .pr-has-error .control-label span // Form Field Label Error State Styles
* .p-w-r .pr-has-error .form-control // Text Input & Text Area Error State Styles
* .p-w-r .pr-has-error input[type="text"]:focus // Focused Text Input & Text Area Error State Styles
*/
    .p-w-r .pr-has-error .pr-control-label span {
    }

    .p-w-r .pr-has-error .form-control {
    }

    .p-w-r .pr-has-error .pr-textinput:focus,
    .p-w-r .pr-has-error .pr-textarea:focus {
    }

/**
* MOBILE STYLES
* --------------------------------------------------
*/
@media screen and (max-width: 767px) {
    /**
    * CHECKBOX/RADIO INPUT OPTION LABELS
    * --------------------------------------------------
    * .p-w-r .checkbox label, .p-w-r .radio label // Unselected Styles
    * .p-w-r .checkbox label.checked, .p-w-r .radio label.checked // Selected Styles
    */
    .p-w-r .checkbox label,
    .p-w-r .radio label {
    }

        .p-w-r .checkbox label.checked,
        .p-w-r .radio label.checked {
        }

            .p-w-r .checkbox label.checked span,
            .p-w-r .radio label.checked span {
            }
    /**
    * TAG GROUP 'ADD ITEM' BUTTON
    * --------------------------------------------------
    */
    .p-w-r .pr-btn-add-tag a {
    }
}

.p-w-r {
    margin: 0 0 0 0;
}

    /* Hide decimal ratings */
    /* Hide all category snippets that contain 0 reviews */
    .p-w-r .pr-snippet .pr-snippet-stars-png .pr-snippet-rating-decimal,
    .p-w-r .pr-no-reviews .pr-category-snippet {
        display: none !important;
    }

    .p-w-r .pr-category-snippet {
        color: #0079BE;
        margin: 5px 0 5px 0 !important;
        display: block !important;
    }

    .p-w-r .pr-snippet.pr-category-snippet .pr-snippet-stars-png .pr-star-v4 {
        height: 15px;
        width: 15px;
    }

    .p-w-r .pr-category-snippet__total {
        padding-top: 3px;
    }
