/*
+----------------------------------------------------------------+
|                                                       
|   WordPress Plugin: WordPress Review Posts
|                   
+----------------------------------------------------------------+
*/
@font-face{font-family:star;src:url(../../fonts/star.eot);src:url(../../fonts/star.eot?#iefix) format("embedded-opentype"),url(../../fonts/star.woff) format("woff"),url(../../fonts/star.ttf) format("truetype"),url(../../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}
@font-face {
    font-family: 'proxima_novalight';
    src: url('../../fonts/proximanova-light-webfont.eot');
    src: url('../../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/proximanova-light-webfont.woff2') format('woff2'),
    url('../../fonts/proximanova-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../../fonts/proximanova-regular-webfont.eot');
    src: url('../../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/proximanova-regular-webfont.woff2') format('woff2'),
    url('../../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../../fonts/proximanova-bold-webfont.eot');
    src: url('../../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/proximanova-bold-webfont.woff2') format('woff2'),
    url('../../fonts/proximanova-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.rvps-post-item {
    margin: 1.2em 0;
    font-family: 'proxima_nova_rgregular';
    position: relative;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.rvps-post-item a {
    box-shadow: none!important;
}
.rvps-post-item ul {
    list-style: none;
}
.rvps-post-top {
    position: relative;
    min-height: 43px;
}
.rvps-post-title {
    position: absolute;
    padding: 12px 114px 0 22px;
    min-height: 43px;
    z-index: 5;
    width: 100%;
    border-radius: 10px 10px 0 0;
    background: rgba(83, 47, 138, 0.5);
    /*border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;*/
}
.rvps-post-title>span.rvps-main-title, .rvps-post-title>.rvps-main-title a {
    display: inline-block;
    padding-bottom: 8px;
    text-decoration: none;
    color: #FFF;
    font-family: 'proxima_novalight';
    font-size: 20px;
    line-height: 20px;
}
.rvps-post-title>.rvps-main-title a:hover {
    text-decoration: underline;
}
.rvps-slider {
    /*border: 1px solid #d7d7d7;*/
    border-bottom: none;
    border-top: none;
    border-radius: 10px 10px 0 0;
    margin: 0!important;
}
.rvps-attributes {
    margin: 1.6em 0;
}
.rvps-pros-and-cons {
    margin: 0 0 1.6em;
    display: inline-block;
    width: 100%;
}
.rvps-pros-wrap, .rvps-cons-wrap {
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 65px;
}
.rvps-slider-item {
    display: inline-block;
}
.rvps-slider .slick-slide a {
    margin: 0;
    padding: 0;
}
.rvps-slider .slick-dots {
    position: absolute;
    bottom: 20px;
}
.rvps-slider .slick-dots li {
    margin: 0px 3px;
}
.rvps-slider .slick-dots li button {
    display: inline-block;
    background: #fff;
    opacity: 0.95;
    width: 6px;
    height: 6px;
    padding: 0;
    -moz-box-shadow: 0.5px 0.9px 4px rgba(0, 0, 0, 0.74);
    -webkit-box-shadow: 0.5px 0.9px 4px rgba(0, 0, 0, 0.74);
    box-shadow: 0.5px 0.9px 4px rgba(0, 0, 0, 0.74);
}
.rvps-slider .slick-dots  li.slick-active button, .rvps-slider .slick-dots  li button:hover {
    width: 9px;
    height: 9px;
    opacity: 1;
    background: #8edaff;
}
.rvps-slider .slick-prev, .rvps-slider .slick-next {
    position: absolute;
    top: 50% !important;
    z-index: 9;
    border: none;
    outline: none;
    cursor: pointer;
    width: 45px;
    height: 45px;
    margin: -18px 0 0 0;
    background: rgba(0,0,0,0);
    font-size: 0;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.rvps-slider .slick-prev {
    left: 22px;
}
.rvps-slider .slick-next {
    right: 22px;
}
.rvps-slider .slick-prev:before, .rvps-slider .slick-next:before {
    content: '';
    position: absolute;
    z-index: 10;
    width: 45px;
    height: 45px;
    background: url("../images/arrow_l_sprite_shadow.png") no-repeat;
    top: 0px;
    left: 0px;
}
.rvps-slider .slick-next:before {
    background: url("../images/arrow_r_sprite_shadow.png") no-repeat;
}
/*.rvps-slider .slick-prev:hover:before {
    background-position: 0 0;
}*/
.rvps-slider .slick-next:hover:before, .rvps-slider .slick-prev:hover:before  {
    background-position: 0 -51px;
}
.rvps-slider img, .rvps-slider iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 10px 10px 0 0;
}
.rvps-post-content {
    word-wrap: break-word;
}
.rvps-post-bottom {
    padding: 18px 23px 16px;
    border-radius: 0 0 10px 10px;
    /*border: 1px solid #d7d7d7;*/
    border-top: none;
}
.rvps-post-attr {
    display: inline-block;
    width: 50%;
    min-height: 30px;
}
.rvps-progress-bar-wrapper {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 3px;
    border: 1px solid #BFCAD3;
}
.rvps-progress {
    display: inline-block;
    float: left;
    border: 0;
    width: 76%;
    height: 15px;
    background: #E0E0E0;
}
.rvps-progressbar {
    border: 0;
    height: 15px;
    font-size: 10px;
    padding-right: 5px;
    color: #fff;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}
.rvps-progressbar span {
    display: inline-block;
    line-height: 15px;
}
.rvps-progressbar-red {
    background: #fc0001;
}
.rvps-progressbar-yellow {
    background: #ffdc00;
}
.rvps-progressbar-light-green {
    background: #67e067;
}
.rvps-progressbar-green {
    background: #27a551;
}
.rvps-progress-value {
    float: left;
    display: inline-block;
    padding: 0 4px 0 0;
    vertical-align: top;
    text-align: center;
    width: 6%;
    font-size: 10px;
    color: #555;
    line-height: 15px;
}
.rvps-progress-value-right {
    width: 18%;
    padding: 0 0 0 4px;
}
.rvps-post-video {
    float: right;
}
.rvps-post-attr-name, .rvps-post-attr-value {
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
}
.rvps-post-attr-name {
    width: 44%;
}
.rvps-post-attr-value {
    width: 50%;
}
.rvps-post-attr-name {
    color: #3B3B3B;
    font-size: 14px;
    padding-right: 8px;
}
.rvps-post-attr-name-style {
    margin-top: 5px;
}
.rvps-post-item .rvps-star-rating {
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 1em;
    line-height: 1;
    width: 5.4em;
    font-family: star;
}
.rvps-post-item .rvps-star-rating:before {
    content: "\53\53\53\53\53";
    font-size: 1em;
    color: #cacaca;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.rvps-post-item .rvps-star-rating span:before {
    content: "\53\53\53\53\53";
    font-size: 1em;
    top: 0;
    position: absolute;
    left: 0;
    color: #fdc30b;
}
.rvps-post-item .rvps-star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.2em;
}
.rvps-post-overall .rvps-post-attr-name {
    position: relative;
    width: 100%;
    color: #3B3B3B;
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
}
.rvps-post-overall .rvps-post-overall-name {
    display: inline-block;
    position: relative;
    padding: 8px 64px 8px 22px;
    line-height: 18px;
    margin-left: -23px;
    background: #ebebeb;
}
.rvps-post-overall .rvps-post-overall-value {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -14px;
    top: -2px;
    border-radius: 50%;
    border: 4px solid #fff;
}
.rvps-post-item .rvps-post-overall .rvps-star-rating {
    height: 1.2em;
    line-height: 1;
    width: 6.3em;
    margin-top: 8px;
}
.rvps-post-item .rvps-post-overall .rvps-star-rating:before, .rvps-post-item .rvps-post-overall .rvps-star-rating span:before  {
    font-size: 1.2em;
}
.rvps-custom-attributes {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}
.rvps-post-custom-attr {
    margin-bottom: 8px;
}

.rvps-cons, .rvps-pros {
    padding: 0;
}
.rvps-cons li, .rvps-pros li {
    padding-left: 20px;
    color: #3B3B3B;
    font-size: 14px;
    margin-bottom: 7px;
}
.rvps-pros-wrap .rvps-pros li {
    background: url(../images/pros.png) no-repeat 0 center;
    list-style: none;
}
.rvps-cons-wrap .rvps-cons li {
    background: url(../images/cons.png) no-repeat 0 center;
    list-style: none;
}
.rvps-links {
    margin: 0 -23px 1.6em;
    padding: 15px 23px 11px;
    background: #f2f2f2;
}
.rvps-links ul {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.rvps-links ul li {
    text-align: center;
    display: inline-block;
    width: 50%;
    padding: 14px 0 11px;
}

.rvps-link-to-amazon a {
    display: inline-block;
    text-align: left;
    padding: 12px 0 0 20px;
    color: #FFF;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    width: 270px;
    height: 49px;
    background: url(../images/amazon_link_sprite.png) no-repeat 0 0;
    transition: all 0s;
}
.rvps-link-to-amazon a:hover, .rvps-link-to-amazon a:focus {
    background-position: 0 -74px;
    color: #FFF;
}
.rvps-link-to-ebay, .rvps-technical-link a {
    display: inline-block;
    height: 39px;
    padding: 12px 20px 0;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0);
    color: #FFF;
    font-size: 14px;
    line-height: 14px;
    border-radius: 20px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.rvps-link-to-ebay {
    background: #55ABED;
}
.rvps-link-to-ebay:hover, .rvps-link-to-ebay:focus {
    color: #55ABED;
    border: 1px solid #55ABED;
    background: #f2f2f2;
}
.rvps-technical-link a {
    background: #00a651;
    padding-top: 8px;
    line-height: 21px;
    padding-right: 11px;
    transition: all 0s;
}
.rvps-technical-link a span {
    display: inline-block;
    padding-right: 36px;
    padding-top: 1px;
    line-height: 21px;
    background: url(../images/technical_link.png) no-repeat right 0;
}
.rvps-technical-link a:hover, .rvps-technical-link a:focus {
    color: #00a651;
    border: 1px solid #00a651;
    background: rgba(0,0,0,0);
}
.rvps-technical-link a:hover span, .rvps-technical-link a:focus span {
    background-position: right -38px;
}
.rvps-amazon-top-link-wrap {
    display: inline-block;
    position: absolute;
    right: 22px;
    top: 10px;
}
.rvps-amazon-top-link-wrap a {
    display: inline-block;
    padding: 7px 12px 7px;
    border-radius: 15px;
    color: #FFF;
    font-size: 9px;
    line-height: 9px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.rvps-amazon-top-link-wrap a:hover, .rvps-amazon-top-link-wrap a:focus {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(83, 47, 138, 0.9);
}
.rvps-watch-video {
    display: inline-block;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 15px;
    padding: 7px 12px;
    color: #232F71;
    font-size: 11px;
    line-height: 11px;
    border: 1px solid #232F71;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.rvps-watch-video:hover {
    color: #fff;
    background: #232F71;
}
.rvps-sub-title {
    font-family: 'proxima_nova_rgbold';
    font-size: 18px;
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d5d4d0;
}
.rvps-pros-wrap .rvps-sub-title {
    color: #01A50F;
}
.rvps-cons-wrap .rvps-sub-title {
    color: #F00;
}
.rvps-links ul li:nth-child(2n) {
    position: relative;
}
.rvps-links ul li:nth-child(2n):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 74px;
    left: 0px;
    top: 0;
    background: #d5d4d0;
}
.rvps-links ul li.rvps_list_style {
    padding-top: 7px; width: 100%;
}
.rvps-links ul li.rvps_list_style1 {
    width: 100%;
}
.rvps-full-content-wrap {
    text-align: center;
}
.rvps-full-content-open {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: #55ABED;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.rvps-full-content-open:hover, .rvps-full-content-open:focus {
    color: #242f71;
}
.rvps-full-content-open:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 7px;
    right: -28px;
    top: 7px;
    background: url(../images/open_content_sprite.png) no-repeat;
}
.rvps-opened:before {
    background: url(../images/open_content_opened_sprite.png) no-repeat 0 -17px;
}
.rvps-full-content-open:hover:before {
    background-position: 0 -17px;
}
.rvps-opened:hover:before {
    background-position: 0 0;
}
.rvps-full-content {
    margin: 18px 0;
    text-align: left;
    display: none;
    word-wrap: break-word;
}


@media(max-width: 999px) {
    .rvps-post-overall {
        width: 100%;
        float: none;
        margin-bottom: 0;
    }
    .rvps-post-video {
        float: none;
        width: 100%;
        margin-bottom: 18px;
    }
}
@media(min-width: 768px) and (max-width: 999px) {
    .rvps-links ul li {
        width: 100%;
    }
    .rvps-links ul li:nth-child(2n):before {
        background: none;
    }
}
@media(max-width: 650px) {
    .rvps-links ul li {
        width: 100%;
    }
    .rvps-links ul li:nth-child(2n):before {
        background: none;
    }
}
@media(max-width: 550px) {
    .rvps-post-attr {
        width: 100%;
        float: none;
    }
    .rvps-pros-wrap, .rvps-cons-wrap {
        width: 100%;
        float: none;
        padding-right: 15px;
    }
    .rvps-post-title>span.rvps-main-title, .rvps-post-title>a.rvps-main-title{
        font-size: 14px;
        line-height: 14px;
    }
}
@media(max-width: 380px) {
    .rvps-links {
        padding: 15px 5px 11px;
    }
    .rvps-link-to-amazon a {
        width: 240px;
        height: 44px;
        background-size: 100%;
        padding: 9px 0 0 20px;
        font-size: 13px;
        line-height: 13px;
    }
    .rvps-link-to-amazon a:hover, .rvps-link-to-amazon a:focus {
        background-position: 0 -66px!important;
    }
    .rvps-full-content-open:before {
        right: -15px;
    }
}