/*---- Button Container  ------*/

.bwl_pvm_container {
    width: 100%;
    border-bottom: #eeeeee 1px solid;
    border-top: #eeeeee 1px solid;
    display: block;
    float: left;
    margin: 12px 0;
    padding: 5px 0;
}

.pvm_overlay {
    position: relative;
    overflow: hidden;
    background: url("../images/loader.gif") center center no-repeat transparent;
}

.pvm_overlay:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 500px;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
}

.pvm_btn_container {
    float: left;
    width: 68%;
}

.pvm_btn_container img.pvm-custom-icon {
    width: 16px;
    height: 16px;
}

section.bwl_pvm_container p.voting-closed-message {
    font-family: inherit;
    margin: 0px 0px;
    padding: 12px 0;
    line-height: 24px;
}

section.bwl_pvm_container p.voting-paused-message {
    font-family: inherit;
    margin: 0px 0px;
    padding: 24px 0;
    line-height: 24px;
}

.msg_container {
    margin: 0 0 12px 0;
}

.btn_like,
.btn_dislike {
    width: auto;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    float: left;
    margin-top: 3px;
    cursor: pointer;
    color: #333333;
    border: #f0f0f0 1px solid;
    margin-right: 5px;
    font-size: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn_like {
    text-align: center;
    color: #ffffff;
    background-color: #559900;
}

.btn_like:hover {
    background-color: #001b12;
    border: 1px solid #c6c6c6;
}

.btn_dislike {
    text-align: center;
    color: #ffffff;
    background-color: #ff4828;
}

.btn_dislike:hover,
.dislike-h {
    background-color: #a71900;
    border: 1px solid #c6c6c6;
}

.stat-cnt {
    float: right;
    width: 25%;
}

.stat-bar {
    width: 100%;
    height: 8px;
    margin: 12px 0;
    border: 1px solid #eeeeee;
}

.bg-green {
    background-color: #559900;
}

.bg-red {
    background-color: #ff4828;
}

.total-vote-counter {
    font-size: 14px;
    color: #333;
    text-align: right;
}

.stat-bar div {
    height: 8px;
    float: left;
}

.stat-bar-blank {
    width: 100%;
    height: 8px;
    margin: 0;
}

.like-count-container,
.dislike-count-container {
    width: auto;
    height: 18px;
    float: right;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    padding-left: 15px;
}

a.pvm-filtered-post,
a.pvm-filtered-post:hover {
    text-decoration: none;
    color: inherit;
}

span.stat-cnt {
    display: none;
}

.icon_like_color,
.icon_dislike_color {
    margin-right: 2px;
}


/*---- Feedback Message Box ------*/

.pvm_clearfix {
    clear: both;
}

section.bwl-pro-voting-feedback-form-container {
    display: none;
}

section.bwl-pro-voting-feedback-form-container h2 {
    font-size: 16px;
}

section.bwl-pro-voting-feedback-form-container .bwl_pro_form_error_message_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: none;
    padding: 5px;
    margin: 0 0 12px 0;
    background: #ff0000;
    color: #ffffff;
}

section.bwl-pro-voting-feedback-form-container .feedback_message_box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 3px 6px;
}

section.bwl-pro-voting-feedback-form-container form input.captcha,
section.bwl-pro-voting-feedback-form-container form input.sum {
    display: inline;
    text-align: center;
    width: 40px;
    border: 1px solid #ccc;
}

section.bwl-pro-voting-feedback-form-container form span#spambot {
    font-size: 11px;
}

section.bwl-pro-voting-feedback-form-container p.pvm_feedback_submit_container input[type="submit"] {
    border: 1px solid #ccc;
    margin: 12px 0 0;
    padding: 6px 16px;
    text-align: left;
}


/*---- Display Posts  ------*/

ul.bpvm-posts {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.bpvm-posts li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.bpvm-posts li a {
    text-decoration: none;
}


/*---- PVM CUSTOM HEADER  ------*/

.pvm-custom-header {
    clear: both;
    display: block;
    font-weight: bold;
    padding: 0 0 32px 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
}

.pvm-custom-header div.post-position {
    float: left;
    width: 15%;
    text-align: center;
}

.pvm-custom-header div.post-title {
    float: left;
    width: 73%;
    text-align: left;
    padding-left: 12px;
}

.pvm-custom-header div.post-votes {
    float: left;
    width: 10%;
    text-align: center;
}

.pvm-custom-info {
    clear: both;
    display: block;
}

div.pvm-custom-info {
    border-bottom: 1px solid #eeeeee;
    padding: 24px 0;
    float: left;
    clear: both;
    width: 100%;
}

div.pvm-custom-info div.post-position {
    float: left;
    width: 15%;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding: 0;
}

div.pvm-custom-info div.post-title {
    float: left;
    width: 73%;
    text-align: left;
    position: relative;
    padding-left: 12px;
    /*padding: 24px 0 0 0 ;*/
}

div.pvm-custom-info div.post-votes {
    float: left;
    width: 10%;
    text-align: center;
    font-size: 32px;
    padding: 5px 0 0 0;
}

div.pvm-custom-info div.post-title a span {
    font-size: 16px;
}

div.pvm-custom-info div.post-title a img {
    display: inline-block;
    margin: 0 8px 0 0;
    float: left;
}

div.bpvm-dn {
    display: none;
}


/*----  Share Button  ------*/

span.bpvm-share-links {
    clear: both;
    display: inline-block;
    margin: 5px 0 0 0;
}

span.bpvm-share-links a.btn-share:first-child {
    margin-left: 0px;
}

span.bpvm-share-links a.btn-share {
    text-decoration: none;
    width: 32px;
    height: 32px;
    line-height: 24px;
    display: inline-block;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 3px;
    margin: 3px;
    color: #666666;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

span.bpvm-share-links a.btn-share:hover {
    text-decoration: none;
    color: #2c2c2c;
    border: 1px solid #eedc94;
    background: #eeeeee;
}

span.bpvm-share-links a.btn-share:last-child {
    margin-right: 0px;
}


/***********************************************************************************************/


/* RESPONSIVE STYLING */


/***********************************************************************************************/

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .pvm-custom-header {
        font-weight: normal;
        font-size: 14px;
    }
    .pvm-custom-header div.post-position {
        width: 15%;
        text-align: center;
    }
    .pvm-custom-header div.post-title {
        width: 74%;
        text-align: left;
    }
    .pvm-custom-header div.post-votes {
        width: 10%;
        text-align: center;
    }
    div.pvm-custom-info div.post-position {
        float: left;
        width: 15%;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        padding: 8px 0 0 0px;
    }
    div.pvm-custom-info div.post-title {
        float: left;
        width: 74%;
        text-align: left;
        position: relative;
        padding: 8px 0 0 0;
    }
    div.pvm-custom-info div.post-votes {
        float: left;
        width: 10%;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        padding: 8px 0 0 0px;
    }
    div.pvm-custom-info div.post-title a span {
        font-size: 14px;
        display: table-cell;
        vertical-align: middle;
        font-weight: normal;
    }
    div.pvm-custom-info div.post-title a img {
        display: inline-block;
        margin: 0 8px 0 0;
    }
    span.bpvm-share-links a.btn-share {
        margin-bottom: 3px;
    }
}


/*---- Custom Animation Style  ------*/

@-webkit-keyframes progress {
    to {
        background-position: 30px 0;
    }
}

@-moz-keyframes progress {
    to {
        background-position: 30px 0;
    }
}

@keyframes progress {
    to {
        background-position: 30px 0;
    }
}


/* Set the base of our loader */

.bpvm_animated_bar {
    background: transparent;
    width: 100%;
    height: 15px;
    clear: both;
}

.bpvm_animated_bar .like_percentage {
    float: left;
}

.bpvm_animated_bar .dislike_percentage {
    float: right;
}

.barBg {
    background: #282828;
    width: 100%;
    height: 15px;
    margin-bottom: 30px;
}

.bar {
    background: #7aff32;
    height: 30px;
    height: 15px;
}


/* Set the linear gradient tile for the animation and the playback */

.barFill {
    width: 100%;
    height: 15px;
    -webkit-animation: progress 1s linear infinite;
    -moz-animation: progress 1s linear infinite;
    animation: progress 1s linear infinite;
    background-repeat: repeat-x;
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.animated_red_theme {
    background: #e20d15;
    background: -moz-linear-gradient(-45deg, #e20d15 0%, #b20a11 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #e20d15), color-stop(100%, #b20a11));
    background: -webkit-linear-gradient(-45deg, #e20d15 0%, #b20a11 100%);
    background: -o-linear-gradient(-45deg, #e20d15 0%, #b20a11 100%);
    background: -ms-linear-gradient(-45deg, #e20d15 0%, #b20a11 100%);
    background: linear-gradient(135deg, #e20d15 0%, #b20a11 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#e20d15, endColorstr=#b20a11, GradientType=1);
}

.animated_blue_theme {
    background: #0476a8;
    background: -moz-linear-gradient(-45deg, #0476a8 0%, #035376 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #0476a8), color-stop(100%, #035376));
    background: -webkit-linear-gradient(-45deg, #0476a8 0%, #035376 100%);
    background: -o-linear-gradient(-45deg, #0476a8 0%, #035376 100%);
    background: -ms-linear-gradient(-45deg, #0476a8 0%, #035376 100%);
    background: linear-gradient(135deg, #0476a8 0%, #035376 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#0476a8, endColorstr=#035376, GradientType=1);
}

.animated_green_theme {
    background: #008000;
    background: -moz-linear-gradient(-45deg, #008000 0%, #004d00 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #008000), color-stop(100%, #004d00));
    background: -webkit-linear-gradient(-45deg, #008000 0%, #004d00 100%);
    background: -o-linear-gradient(-45deg, #008000 0%, #004d00 100%);
    background: -ms-linear-gradient(-45deg, #008000 0%, #004d00 100%);
    background: linear-gradient(135deg, #008000 0%, #004d00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#008000, endColorstr=#004d00, GradientType=1);
}

.animated_orange_theme {
    background: #f67124;
    background: -moz-linear-gradient(-45deg, #f67124 0%, #de5709 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #f67124), color-stop(100%, #de5709));
    background: -webkit-linear-gradient(-45deg, #f67124 0%, #de5709 100%);
    background: -o-linear-gradient(-45deg, #f67124 0%, #de5709 100%);
    background: -ms-linear-gradient(-45deg, #f67124 0%, #de5709 100%);
    background: linear-gradient(135deg, #f67124 0%, #de5709 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#f67124, endColorstr=#de5709, GradientType=1);
}

.animated_pink_theme {
    background: #ff1493;
    background: -moz-linear-gradient(-45deg, #ff1493 0%, #e00079 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ff1493), color-stop(100%, #e00079));
    background: -webkit-linear-gradient(-45deg, #ff1493 0%, #e00079 100%);
    background: -o-linear-gradient(-45deg, #ff1493 0%, #e00079 100%);
    background: -ms-linear-gradient(-45deg, #ff1493 0%, #e00079 100%);
    background: linear-gradient(135deg, #ff1493 0%, #e00079 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ff1493, endColorstr=#e00079, GradientType=1);
}

.animated_yellow_theme {
    background: #ffff00;
    background: -moz-linear-gradient(-45deg, #ffff00 0%, #cccc00 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffff00), color-stop(100%, #cccc00));
    background: -webkit-linear-gradient(-45deg, #ffff00 0%, #cccc00 100%);
    background: -o-linear-gradient(-45deg, #ffff00 0%, #cccc00 100%);
    background: -ms-linear-gradient(-45deg, #ffff00 0%, #cccc00 100%);
    background: linear-gradient(135deg, #ffff00 0%, #cccc00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#ffff00, endColorstr=#cccc00, GradientType=1);
}

.animated_yellow_green_theme {
    background: #adff2f;
    background: -moz-linear-gradient(-45deg, #adff2f 0%, #98fb00 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #adff2f), color-stop(100%, #98fb00));
    background: -webkit-linear-gradient(-45deg, #adff2f 0%, #98fb00 100%);
    background: -o-linear-gradient(-45deg, #adff2f 0%, #98fb00 100%);
    background: -ms-linear-gradient(-45deg, #adff2f 0%, #98fb00 100%);
    background: linear-gradient(135deg, #adff2f 0%, #98fb00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#adff2f, endColorstr=#98fb00, GradientType=1);
}

.animated_brown_theme {
    background: #a52a2a;
    background: -moz-linear-gradient(-45deg, #a52a2a 0%, #7c2020 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a52a2a), color-stop(100%, #7c2020));
    background: -webkit-linear-gradient(-45deg, #a52a2a 0%, #7c2020 100%);
    background: -o-linear-gradient(-45deg, #a52a2a 0%, #7c2020 100%);
    background: -ms-linear-gradient(-45deg, #a52a2a 0%, #7c2020 100%);
    background: linear-gradient(135deg, #a52a2a 0%, #7c2020 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#a52a2a, endColorstr=#7c2020, GradientType=1);
}

.animated_chocolate_theme {
    background: #d2691e;
    background: -moz-linear-gradient(-45deg, #d2691e 0%, #a55318 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #d2691e), color-stop(100%, #a55318));
    background: -webkit-linear-gradient(-45deg, #d2691e 0%, #a55318 100%);
    background: -o-linear-gradient(-45deg, #d2691e 0%, #a55318 100%);
    background: -ms-linear-gradient(-45deg, #d2691e 0%, #a55318 100%);
    background: linear-gradient(135deg, #d2691e 0%, #a55318 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#d2691e, endColorstr=#a55318, GradientType=1);
}

.animated_crimson_theme {
    background: #dc143c;
    background: -moz-linear-gradient(-45deg, #dc143c 0%, #ad102f 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #dc143c), color-stop(100%, #ad102f));
    background: -webkit-linear-gradient(-45deg, #dc143c 0%, #ad102f 100%);
    background: -o-linear-gradient(-45deg, #dc143c 0%, #ad102f 100%);
    background: -ms-linear-gradient(-45deg, #dc143c 0%, #ad102f 100%);
    background: linear-gradient(135deg, #dc143c 0%, #ad102f 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#dc143c, endColorstr=#ad102f, GradientType=1);
}


/*---- Tooltips  ------*/

.tipsy {
    font-size: 12px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
    pointer-events: none;
}

.tipsy-inner {
    background-color: #000;
    color: #fff;
    max-width: 200px;
    padding: 5px 8px 5px 8px;
    text-align: center;
}


/* Rounded corners */

.tipsy-inner {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}


/* Uncomment for shadow */


/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000;
}


/* Rules to colour arrows */

.tipsy-arrow-n {
    border-bottom-color: #000;
}

.tipsy-arrow-s {
    border-top-color: #000;
}

.tipsy-arrow-e {
    border-left-color: #000;
}

.tipsy-arrow-w {
    border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}


/*---- WooCommerce Support  ------*/

div.product-voting-meta {
    display: block;
    clear: both;
    margin: 12px 0;
    text-align: left;
}

div.product-voting-meta span.pvm-woo-like-stats {
    padding: 3px;
}

div.product-voting-meta span.pvm-woo-dislike-stats {
    padding: 3px;
}


/*---- PVM Result Diagnosis  ------*/

.bpvm_diag_header {
    background: #fbfbfb;
}

.bpvm_filter_vbox {
    clear: both;
    width: 160px;
    margin-right: -80px;
    position: absolute;
    right: 80px;
    top: -25px;
    border: 0px;
}

.bpvm_filter_vbox .pvm_btn_container {
    float: none;
    width: auto;
}

.bpvm_filter_vbox .stat-cnt {
    display: none;
}

.bpvm_filter_vbox .pvm_btn_container {
    width: 100%;
}