/* Include this stylesheet at top of review page's HTML Body. */

/* Review Header Details */
.review .header .details-col {
    height: 100%;
}
.review .header .img-col .img-container {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: rgb(266, 266, 266);
    box-shadow: 0px 0px 24px rgba(0,0,0,0.66) inset;
    position: relative;
    z-index: 1;
}
.review .header .img-col img {
    max-height: 240px;
}
.review .header .details {
    position: relative;
    margin-top: 32px;
    padding-left: 38px;
    background-color: rgb(80, 80, 80);
    border-radius: 48px 0px 0px 0px;
    border-left-style: groove;
    border-left-width: 1px;
    border-left-color: white;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: black;

    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.33);
    width: calc(100% + 114px);
}
.review .header .details .text-col {
    padding-left: 0;
    padding-right: 0;
}
.review .header .details .text-col .upper-text {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 6px;
}

.review .header .details .text-col .upper-text .background-container {
    display: inline-block;
    position: absolute;
    width: 144%;
    height: 100%;
    right: 0%;
    z-index: 0;
}
.review .header .details .text-col .upper-text .background {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgb(133,133,133);
    box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.44) inset;
}
.review .header .text-col h2 {
    position: relative;
    font-family: 'Audiowide', sans-serif;
    font-size: 34pt;
    margin-top: 28px;
    margin-left: -8px;
    text-shadow: 0px 1px 1px black;
}
.review .header .text-col .bullet {
    position: relative;
    display: inline-block;
    margin-left: 16px;
    margin-right: 16px;
}
.review .header .details .text-col .producer,
.review .header .text-col .bullet,
.review .header .details .text-col .device {
    position: relative;
    display: inline-block;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.99);
}
.review .header .details .text-col .author {
    margin-top: 12px;
}
.review .header .details .text-col .author .text {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: -26px;
    transform: translate(0, 50%)
}
.review .header .details .text-col .profile-image {
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 26px;
    overflow: hidden;
    margin-left: 12px;
}
.review .header .details .text-col .profile-image img {
    width: 100%;
}
@media (max-width: 767px) {
    .review .header .details {
        border-radius: 0;
        padding-left: 0;
        text-align: center;
    }
    .review .header .details .img-col {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .review .header .details .text-col .upper-text .background-container {
        width: 100%
    }
    .review .header .details .text-col .author {
        text-align: center;
    }
}
@media (max-width: 1199px) {
    .review .header .details-col {
        padding-left: 0;
        padding-right: 0;
    }
    .review .header .details {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }
}


/* Review Header Preview Image */
.review .header .preview-col {
    background-color: rgb(53, 210, 40);
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.33);
    border-radius: 0px 72px 72px 0px;
    border-right-style: groove;
    border-right-width: 1px;
    border-right-color: white;
    border-bottom-style: groove;
    border-bottom-width: 2px;
    border-bottom-color: black;
    position: relative;
    left: 64px;
    top: 16px;
}
.review .header .preview-col .preview-image {
    width: 100%;
    max-width: 360px;
    position: relative;
    left: -18px;
}
@media (min-width: 1440px) {
    .review .header .preview-col .preview-image {
        max-width: 420px;
    }
}
@media (max-width: 1199px) {
    .review .header .preview-col {
        border-top-right-radius: 0;
        left: 0;
        top: 0px;
    }
    .review .header .preview-col .preview-image {
        max-width: 280px;
    }
}
@media (max-width: 767px) {
    .review .header .preview-col {
        border-radius: 0;
    }
}
@media (max-width: 575px) {
    .review .header .preview-col .preview-image {
        left: 0;
    }
}

/* Review Header */
.review .header {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}
.review .header .container-row {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 767px) {
    .review .header {
        margin-top: 32px;
    }
}

/* Review Body Contents (Nav Links) */
.review .body-contents {
    position: relative;
    margin-top: -18px;
    margin-bottom: 18px;
    max-width: 1200px;
    text-align: center;
}
@media (min-width: 767px) {
    .review .body-contents {
        margin-top: -64px;
        margin-bottom: 24px;
    }
}
.review .body-contents a {
    margin-right: 8px;
    white-space: nowrap;
}
.review .body-contents a {
    margin-left: 4px;
}

/* Review Carousel */
.owl-carousel {
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 52px;
    max-width: 1080px;
}
.owl-stage-outer {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(0,0,0,0.11) 0%, rgba(0,0,0,0.55) 100%);
    box-shadow: 0px 32px 48px rgba(0, 0, 0, 0.66);
    transform: scale(1.066) !important;
}
.owl-theme .owl-dots {
    position: relative;
    top: 12px;
}
.owl-carousel .item {
    cursor: pointer;
    transition: filter 0.133s ease
}
@media (min-width: 750px) {
    .owl-carousel .item:hover {
        cursor: pointer;
        filter: brightness(200%) contrast(50%) grayscale(33%)
    }
}

/* Review Carousel Image Model */
.carousel-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(100, 100, 100, 0.66);
    z-index: 1000;
    opacity: 0.0;
    display: none;
    transition: opacity 0.166s ease;
}
.carousel-modal img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 77vh;
    max-height: 640px;
}

/* Review Body */ 
.review .body {
    position: relative;
    font-size: 19px;
    font-weight: 400;
    color: black;
    padding-top: 88px;
    padding-bottom: 106px;
}
.review .body .body-inner {
    position: relative;
    max-width: 960px;
}
.review .body p {
    margin-bottom: 36px;
    z-index: 1;
    position: relative;
}

.review .body a
{
    background: rgb(235,235,235);
	color: black;
	font-style: italic;
	font-weight: 600;
}

.review .body .background {
    background: rgb(235,235,235);
    display: inline-block;
    width: calc(100% - 24px);
    height: calc(100% + 240px);
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0%);
    border-radius: 10px
}
@media (max-width: 991px) {
    .review .body {
        padding-top: 55px;
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .review .body {
        padding-top: 33px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .review {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
        width: calc(100% + 64px);
    }
}

/* Review Scores */
.review .scores {
    position: relative;
    width: 88%;
    height: 120px;
    background-color: rgba(133, 133, 133);
    color: #00FF3D;
    top: -66px;
    left: 66px;
    font-size: 16pt;
    font-weight: 500;
    border-radius: 0px 24px 0px 24px;
    box-shadow: 0px 0px 6.6px rgba(0, 0, 0, 0.66),
        0px -12px 32px rgba(0, 0, 0, 0.33) inset;
}
.review .scores .container-fluid {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.review .scores .col-md-2 {
    background-color: rgba(106, 106, 106, 0.33);
    height:77px;
    border-left: 2px groove rgba(255, 255, 255, 0.66);
}
.review .scores .score {
    position: relative;
    margin-top: 26px;
    display:block;
    width: 99px;
}
.review .scores .score p {
    color: white;
    width: 100%;
    text-align: center;
    position: relative; 
    text-shadow: 0px 2px 1px rgba(0,0,0,0.88);
    font-family: "Raleway", sans-serif;
}
.review .scores .score .bar-container {
    background-color: rgba(230, 230, 230);
    border-radius: 24px;
    display:inline-block;
    width: 100%;
    height: 18px;
    overflow: hidden;
}
.review .scores .score .bar-container p {
    width: auto;
    text-align:center;
    position: absolute; 
    left: 50%;
    top: -8px;
    margin: 0;
    transform: translate(-50%, 0);
    font-family: "Russo One", sans-serif;
    font-weight: 600;
    font-size: 14pt;
    text-shadow: 0px 3px 3px rgba(0,0,0,1);
}
.review .scores .score .bar {
    background-color: #00FF3D;
    width: 75%;
    height: 100%;
}
.review .reaction {
    margin-left: 4px;
    display: inline-block;
    width: 180px;
    height: 180px;
    border-radius: 90px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-color: white;
    border-width: 2px;
    background-color: #1b1b1b;
    position: relative;
    transform: translate(0, -33%);
}
.review .reaction .img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 82%;
    width: 88px;
    overflow: hidden;
    text-align: center;
}
.review .reaction .img img {
    height: 100%;
    width: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}   
@media (max-width: 991px) {
    .review .scores {
        height: auto;
    }
    .review .scores .score {
        top: 22%;
        width: 200px;
    }
    .review .scores .container-fluid {
        top: 0;
        transform: none;
    }
    .review .scores .reaction-col {
        text-align: right;
        padding-right: 33px;
        background: none;
        border-left: none;
        height: 24px;
    }
    .review .reaction {
        top: -64px;
    }
}
@media (max-width: 767px) {
    .review .scores {
        width: 100%;
        left: 0;
    }
    .review .scores .score {
        width: 166px;
    }
    .review .reaction {
        left: 64px;
        width: 180px;
        height: 180px;
    }
}

/* Review */
.review {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

/* Content */
.content {
    background-color: #1B1B1B;
    border-radius: 10px 10px 10px 10px;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 6%;
    padding-right: 6%;
}