html {
    overflow: hidden;
}
/* Iframe embed */
.big-tuna-review-plus-iframe {
    display: block;
    width: 100%;
}
.big-tuna-review-plus {
    margin: 15px 0;
    padding: 5px;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
}
.big-tuna-review-plus.sidebar {
    padding: 0;
}
/* There's a slight box shadow on the review list items that gets hidden in certain situations; this 1px padding allows it to show */
.big-tuna-review-plus-review-wrap {
    padding-top: 1px;
}
.big-tuna-review-plus.sidebar .big-tuna-review-plus-review-wrap {
    overflow-y: auto;
    padding: 15px;
}
.big-tuna-review-plus-review-wrap > *:not(:last-child) {
    margin-bottom: 15px;
}
.big-tuna-review-plus.sidebar .big-tuna-review-plus-review-wrap > *:last-child {
    margin-bottom: 15px;
}
/* Reviews */
.big-tuna-review-plus-header {
    text-align: center;
    background: #fff;
    color: #252525;
    font-size: 1em;
    margin: 0;
    padding: 10px 0 20px;
    font-weight: 300;
    position: relative;
}
.big-tuna-review-plus.sidebar .big-tuna-review-plus-header {
    box-shadow: 0 2px 5px -2px #000;
}
.big-tuna-review-plus-tagline {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}
.big-tuna-review-plus .no-reviews {
    padding: 15px;
}
.big-tuna-review-plus .no-reviews {
    text-align: center;
}
.big-tuna-review-plus .no-reviews a {
    border-bottom: 1px solid #2ecc71;
}
.big-tuna-review-plus-tagline i {
    font-size: 30px;
}
.big-tuna-review-plus-tagline a {
    display: inline-block;
    vertical-align: middle;
}
.big-tuna-review-plus-tagline a:not(:last-of-type) {
    margin-right: 15px;
}
.big-tuna-review-plus ul.ratings-list li:before {
    content: none;
}
/* Single review*/
.big-tuna-review-plus li.review {
    transition: background 0.1s;
    background: #fff;
    text-align: left;
    clear: left;
}
.big-tuna-review-plus li.review:not(:last-of-type) {
    margin-bottom: 15px;
}
.big-tuna-review-plus li.review > * {
    padding: 15px;
}
/* Review header */
.review-header {
    color: #252525;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.review-header img.big-tuna-review-plus-provider-logo {
    width: 100px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.review-header img.big-tuna-review-plus-provider-logo.google {
    width: 120px;
}
.review-header img.big-tuna-review-plus-provider-logo.yelp {
    width: 65px;
}
.review-header > *,
.review-header-meta > * {
    display: inline-block;
    vertical-align: middle;
}
.review-header-meta > *:not(:last-child) {
    margin-right: 10px;
}
/* Review body */
.review-body {
    width: 100%;
}
/* Profile photo */
.review-body .review-profile-photo-wrap {
    position: relative;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}
.review-body a.review-profile-photo {
    display: block;
    text-align: center;
}
.review-body a.review-profile-photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: initial;
    width: 100%;
    min-height: 100%;
}
.review-body a.review-profile-photo + * {
    overflow: hidden;
}
/* Review author */
.big-tuna-review-plus .review-author {
    font-weight: 700;
    text-transform: capitalize;
}
/* Review content */
.review .review-content {
    margin: 0 0 10px;
    text-align: left;
    overflow: hidden;
}
/* Read more button */
.big-tuna-review-plus li.review .button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px 30px;
    background: #2ecc71;
    color: #fff;
    font-size: 16px;
    float: right;
    font-family: 'Lato', sans-serif;
}
.big-tuna-review-plus li.review .button:hover {
    background: #1bab58;
}
/* Errors */
.big-tuna-review-plus-error {
    margin: 15px 0;
    color: #ff0000;
}
/* Typography */
.big-tuna-review-plus h3 {
    font-size: 32px;
    font-weight: 300;
    color: #252525;
    font-family: 'Lato', sans-serif;
}
.big-tuna-review-plus a {
    text-decoration: none;
}
.big-tuna-review-plus a,
.big-tuna-review-plus p {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
    color: #252525;
    font-weight: 300;
}
/* Utility classes */
.big-tuna-review-plus-box {
    box-shadow: 0 1px 3px -1px #000;
    background: #fff;
}
.big-tuna-review-plus-padding {
    padding: 15px;
}
.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
/* Vendor customizations */
/* Mobile styles */
@media ( max-width: 480px ) {
    .big-tuna-review-plus h3 {
        font-size: 28px;
    }
    .review-header img.big-tuna-review-plus-provider-logo {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        width: 100px;
        margin-top: 5px;
    }
    .yelp .review-header img.big-tuna-review-plus-provider-logo {
        width: 50px;
    }
    .google .review-header img.big-tuna-review-plus-provider-logo {
        width: 50px;
    }
    .big-tuna-review-plus .review-header-meta {
        display: block;
    }
}