/* Reviews Display CSS */
/*.ipsPadding {
    min-width: 950px;
}
.ipsPos_right, html[dir="rtl"] .ipsPos_left {
    padding-bottom: 20px;
}*/
.postMeta--author {
    width: auto;
    overflow: hidden;
    color: rgba(0,0,0,.4);
    text-align: left;
}

.postMeta--3 {
    padding: 15px 0;
    border-top: 1px solid rgba(0,0,0,.05);
    border-bottom: 1px solid rgba(0,0,0,.05);
    color: rgba(0,0,0,.6);
}

.flexbox {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.flexbox-item {
    display: table-cell;
    vertical-align: middle;
}

.postMeta--3 .flexbox-item:first-child {
    padding-right: 5px;
    border-right: 1px solid rgba(0,0,0,.05);
}
.postMeta--3 .flexbox-item:not(:first-child) {
    padding-left: 10px;/*15px;*/
}
.postMeta--3 .flexbox-item:last-child {
    text-align: right;
	float: right;
}

.postMeta--3 .flexbox-item {
    text-align: left;
	border-right: 1px solid rgba(0,0,0,0.1);
    padding-right: 10px;
}

.postMeta--3 .metaText--sub {
    display: block;
    font-size: 12px;
    color: rgba(0,0,0,.4);
}

.postMeta--3 .metaDate {
    line-height: 1.5;
}
.ipsType_richText > p:first-child {
    margin-top: 1em;
}
.o-media--middle {
    vertical-align: middle;
}
.o-media-left {
    padding-right: 10px;
}
.o-media-left, .o-media-right, .o-media-body {
    display: table-cell;
    vertical-align: top;
}

.o-media--middle {
    vertical-align: middle;
}

.commentCountBox {
    position: relative;
    display: inline-block;
    padding: 8px 16px;
    background: #f8981d;
    color: #fff!important;
    font-weight: 700;
    border-radius: 4px 4px 3px 4px;
}
.commentCountBox:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    border: 0 solid transparent;
    border-width: 6px 10px;
    border-left-width: 0;
    border-top-color: #f8981d;
}
a.metaFont{    
	color: #ffffff;
    font-weight: lighter;
}

.sRecord_image img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    min-height: 220px;
    width: 100%;
}

.sRecord_image {
    max-width: /*1340px*/1430px;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    height: /*350px*/600px;
    width: 100%;
}
  
@media only screen and (max-width: 767px) {
  .sRecord_image {
    height: 220px;
  }
  .flexbox-item.manufacturer-logo{
  	display: none;
  }
}
/** REVIEWS */
.thelab-review-title {
    background: #1c6c96;
    color: #fff;
    font-size: 16px;
    margin-left: /*-20*/-10px;
    padding: 6px 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

/* Review Ratings Score div */
.review-ratings-div { 
  padding: 10px 0; 
  background: rgb( var(--theme-area_background_light) );
  
}
.review-editors {
	float: left;
	width: 50%;
	padding: 0 15px 0 10px;
}
.review-points {
	float: left;
	width: 50%;
	padding: 0 10px 0 20px;
}
table.table-review-rating { width: 100%; }
.table-review-rating td { padding: 5px; }
.table-review-rating td:first-child /*{ min-width: 150px; width: 50%}*/ { min-width: 100px; width: 40%}
.table-review-rating tr:first-child { border-bottom: 2px solid #00b4ff; }
.review-rating-div {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}

/* Review Rating Badge */
.review-rating { display: inline-block }

.review-stars {
  padding-top: 5px;
  background: #1c6c96 url(https://www.thelab.gr/jpavly/blue-circuit-badge.jpg) 0 0 no-repeat;
  color: #fff;
  font-size: 16px;
  text-shadow: 1px 1px #555;
  width: 160px;
  height: 20px;
  text-align: center;
  box-shadow: 0 6px 7px -4px #000000;
  border-top: 5px solid #00B4FF;
  border-left: 5px solid #00B4FF;
  border-right: 5px solid #025D8C;
  border-bottom: none;
  margin: 0 auto;
}

.review-score {
  width: 160px;
  height: 160px;
  background: #1c6c96 url(https://www.thelab.gr/jpavly/blue-circuit-badge.jpg) 0 -25px no-repeat;
  color: #fff;
  font-size: 80px;
  letter-spacing: -10px;
  line-height: 80px;
  text-align: center;
  border-top: none;
  border-left: 5px solid #00B4FF;
  border-right: 5px solid #025D8C;
  border-bottom: 5px solid #025D8C;
  text-shadow: 0 1px 0 #ccc,
			   0 2px 0 #c9c9c9,
			   0 3px 0 #bbb,
			   0 1px 3px rgba(0,0,0,.3),
			   0 5px 10px rgba(0,0,0,.25),
			   0 10px 10px rgba(0,0,0,.2);
  border-radius: 0 0 20px 20px;
  margin: 0 auto;
}

.score-rating {
  margin: -70px auto 0;
  width: 160px;  
  height: 40px;
  background: #ff9500;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-shadow: -1px -1px rgba(0,0,0,0.7);
  border-top: none;
  border-right: 5px solid #FF6600;
  border-left: 5px solid #FBB829;
  border-bottom: none;
  box-shadow: 0 8px 5px -6px rgba(0,0,0,0.3);
}

.review-rating-logo {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: -1px 0px 3px rgba(0,0,0,0.5);
  margin-top: 3px;
}

/* Editor's awards */
#revChoice li {
    background: none repeat scroll 0 0 #00b4ff;
    border-bottom: 2px solid #1c6c96;
    border-radius: 0 0 5px 5px;
    color: #025d8c;
    margin: 5px auto;
    padding: 2px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    width: 165px;
}
ul#revChoice {padding: 0}

.revChoiceDiv { display: inline-block; }

.revChoiceTrophy {
  width: 160px;
  height: 160px;
  background: #1c6c96 url(https://www.thelab.gr/jpavly/blue-circuit-badge.jpg) 0 -25px no-repeat;
  color: #fff;
  font-size: 64px;
  line-height: 90px;
  text-align: center;
  border-top: none;
  border-left: 5px solid #00B4FF;
  border-right: 5px solid #025D8C;
  border-bottom: 5px solid #025D8C;
  text-shadow: 0 1px 0 #ccc,
			   0 2px 0 #c9c9c9,
			   0 3px 0 #bbb,
			   0 1px 3px rgba(0,0,0,.3),
			   0 5px 10px rgba(0,0,0,.25),
			   0 10px 10px rgba(0,0,0,.2);
  border-radius: 0 0 20px 20px;
  margin: 0 auto;
}

.revChoiceText {
  margin: -70px auto 0;
  width: 160px;  
  height: 38px;
  background: linear-gradient(135deg, #ff9500 0%,#ff6633 100%);
  color: #fff;
  font-size: 19px;
  line-height: 26px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: -1px;
  text-align: center;
  text-shadow: -1px -1px rgba(0,0,0,0.7);
  padding: 5px 0;
  border-top: none;
  border-right: 5px solid #FF6600;
  border-left: 5px solid #FBB829;
  border-bottom: none;
  box-shadow: 0 8px 5px -6px rgba(0,0,0,0.3);
}