/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }
.input-review-images{
  border: 2px solid rgba(0, 0, 0, 0.3);
}
.dropzone {
  min-height: 150px;
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
    .dropzone .dz-message .dz-button {
      background: none;
      color: inherit;
      border: none;
      padding: 0;
      font: inherit;
      cursor: pointer;
      outline: inherit; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

/* Text container */
.dropzone .upload-text {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.dropzone .upload-text svg#Capa_1 {
    width: 3em;
    margin-bottom: .5rem;
    background-size: 20px 30px;
}

.theme-button {
  display: inline-block;
  padding: 10 15px;
  color: #fff;
  background: #1796c6;
  text-decoration: none;
}
.theme-button:hover {
  text-decoration: none;
  opacity: 0.8;
}
.text-highlight {
  background: #FFFF00;
}
  
.wte-trip-review-rating {
    background-color: #f6f3f3;
    padding: 0 125px 0 0;
    width: 50%;
}

.wte-trip-review-rating label {
    text-indent: -100px;
    width: 40px !important;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
}
 
.label {
    float: left;
    padding-top: 3px;
}

.rating-form .wte-trip-review-rating {
    padding-bottom: 50px !important;
    position: relative;
    margin-bottom: 0 !important;
}
         
fieldset input[type='radio'] {
  padding-right: 4px;
  position: absolute;
  z-index: -9999999;
  opacity: 0;
  visibility: hidden;
}

.rating-form fieldset label#stars-error {
    float: none;
    height: auto;
    display: table;
    clear: both;
    text-indent: 0;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 180px !important;
    line-height: 1;
}
                 
input[type='radio'], .wte-trip-review-rating label.stars {
    float: right;
    line-height: 30px;
    height: 30px;
}
 
span + input[type=radio] + label, legend + input[type=radio] + label {
    clear: right;
    margin-right: 80px;
    counter-reset: checkbox;
}
.wte-trip-review-rating label.stars {
    background: transparent url('../icons/star_off.png') no-repeat center center;
}
 
.wte-trip-review-rating label.stars:hover ~ label.stars, 
.wte-trip-review-rating label.stars:hover, 
.wte-trip-review-rating input[type=radio][name=stars]:checked ~ label.stars {
    background-image: url('../icons/star.png');
    counter-increment: checkbox;
}
#wte-trip-review-template{
    display: none;
}
.agg-rating.jq-ry-container {
    pointer-events: none;
}
ol.comment-list {
    margin: 0;
}
.average-rating {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 0 10px 0;
    padding: 5px;
}
.review-wrap{
    text-align: left;
    display: block;
    background: #F6F6F6;
    margin: 10px 0;
    padding: 10px 10px;
}
.review-notes{
    display: none;
    color: #32B67A;
    background: #dcf5de;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #32B67A;
}
.validate-notes {
    display: none;
    background-color: #f2dede;
    border: 1px solid #a94442;
    padding: 5px 10px;
    color: #a94442;
    border-radius: 5px;
}

/*Rating Form Style*/
.rating-form{
    display: flex;
    flex-direction: column;
}

.rating-form .comment-notes{
    order: 1;
}

.rating-form .review-title-rating{
    order: 2;
}

.rating-form .comment-form-comment{
    order: 3;
}

.rating-form .comment-form-author{
    order: 4;
}

.rating-form .comment-form-email{
    order: 5;
}

.rating-form .comment-form-url{
    order: 6;
}

.rating-form .comment-form-phone{
    order: 7;
}

.rating-form .comment-form-title{
    order: 8;
}

.rating-form .comment-form-cookies-consent{
    order: 9;
}

.rating-form .form-submit{
    order: 10;
}
.rating-bar {
  position: relative;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  background: #EEEEEE;
  height: 35px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}


.rating-bar .rating-bar-inner {
  height: 35px;
  width: 0px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: red;
  position: absolute;
  top: 0;
}

.rating-bar .percent{
  right: 10px;
}
.rating-bar .percent{
  left: 10px;
}
.rating-bar .percent{
  left: 48%;
}

/** Code for tripadvisor styled review */
/*.single-trip .svg-trip-adv.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    border: 3px solid #32b67a;
    border-radius: 100%;
    height: 20px;
}*/
/** Code for tripadvisor styled review ends */

.review-wrap .comment-list li .trip-comment-content .comment-rating .url {
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.review-wrap .comment-list li .trip-comment-content .comment-client-location, 
.review-wrap .comment-list li .trip-comment-content .comment-rating .comment-meta {
    margin-right: 2%;
}

.review-wrap .comment-list li .trip-comment-content .comment-client-location {
    display: inline-block;
}

.review-wrap .comment-list li .trip-comment-content .comment-rating .trip-review-stars {
    display: inline-block;
    margin-top: 10px;
    width: auto !important;
}

.review-wrap .comment-rating .trip-review-stars.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
    width: 15px;
    height: 15px;
    /* margin-right: 2px; */
}

.review-wrap .comment-rating .comment-related-post {
    width: 100%;
    margin-top: 10px;
}

.review-wrap .comment-rating .comment-related-post > span:first-child {
    font-weight: 600;
}

.review-wrap .comment-rating .comment-content {
    margin-top: 20px;
}

.review-wrap .comment-rating .trip-review-detail-gallery {
    width: 100%;
    margin-top: 20px;
    overflow: auto;
    white-space: nowrap;
}

.review-wrap .comment-rating .trip-review-detail-gallery a {
    display: inline-block;
    padding: 0 2px;
    width: 80px;
}

.review-wrap .comment-rating .trip-review-detail-gallery a img {
    vertical-align: top;
}

.review-wrap .comment-rating .comment-experience-date {
    margin-top: 15px;
}

.review-wrap .comment-rating .comment-experience-date .experience-date-text {
    font-weight: 600;
}

.single-trip .comment-respond .rating-form .review-title-rating .comment-form-title.comment-form-photo-gallery {
    width: 100%;
}
.single-trip .comment-respond .rating-form .review-title-rating .comment-form-title {
    margin-top: 15px;
}

.single-trip .rating-form #title-error{
    color: #ec0e0e;
}


/*Added styles*/
.review-wrap {
  background: none;
  padding: 0;
  margin: 20px 0 0;
}
.review-wrap .trip-review-title {
  display: none;
}
.average-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
  border: none;
  margin-bottom: 50px;
}
.average-rating .trip-review-stars {
  width: auto !important;
}
.average-rating .jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  height: 20px;
  width: 20px;
}
.average-rating .rating-label-tmp {
  color: #00b98b;
  background: rgba(0, 185, 139, 0.09);
  display: inline-block;
  line-height: 1;
  padding: 3px 10px 4px;
  margin: 0 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 1em;
}
.overall-rating-wrap {
  display: block;
  margin-top: 30px;
}
.overall-rating-wrap .rating-bar-outer-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.overall-rating-wrap .rating-bar-outer-wrap .review-emoji-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.overall-rating-wrap .rating-bar-outer-wrap .review-emoji-icon svg {
  vertical-align: middle;
}
.overall-rating-wrap .rating-bar-outer-wrap .trip-review-response-text {
  margin: 0 10px 0 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  width: 90px;
  font-style: italic;
  white-space: nowrap;
}
.overall-rating-wrap .rating-bar-outer-wrap .circle-stars-wrapper {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.overall-rating-wrap .rating-bar-outer-wrap .circle-stars-wrapper .rating-layout-1 {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin: 0 20px 0 10px;
}
.overall-rating-wrap .rating-bar-outer-wrap .circle-stars-wrapper .rating-layout-1 + span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-style: italic;
}
.review-wrap .comment-list {
  padding: 0;
  margin: 70px 0 0;
  list-style: none;
}
.comment-list .review-wrap {
  margin-top: 70px;
}
.review-wrap .comment-list > li {
  list-style: none;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 185, 139, 0.2);
  padding-left: 0 !important;
}
.review-wrap .comment-list > li:before{
  display: none !important;
}
.comment-list li:last-of-type {
  padding-bottom: 30px;
  margin-bottom: 0px;
  border-bottom: none;
}
.comment-list li .client-intro-sc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
.comment-list li .client-intro-sc .client-dp {
  display: inline-block;
  margin-right: 20px;
}
.comment-list li .client-intro-sc .client-dp img {
  width: 83px;
  height: 83px;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.comment-list li .client-intro-sc .client-intro-rght .comment-indvidual-rating {
  padding: 0;
  width: auto !important;
  display: inline-block;
}
.comment-list li .client-intro-sc .client-intro-rght .comment-indvidual-rating > .jq-ry-group-wrapper > .jq-ry-group > svg {
  height: 14px;
  width: 14px;
}
.comment-list li .client-intro-sc .client-intro-rght .comment-title {
  display: block;
  margin-top: 3px;
  font-size: 1.22em;
  font-weight: 600;
  color: rgba(35, 35, 35, 0.85);
}
.comment-list li .client-intro-sc .client-intro-rght .client-dap-details {
  display: block;
  margin-top: 5px;
}
.comment-list li .client-intro-sc .client-intro-rght .client-dap-details .url {
  display: inline-block;
  font-weight: 600;
  font-size: 1em;
  color: rgba(35, 35, 35, 0.85);
}
.comment-list li .client-intro-sc .client-intro-rght .client-dap-details .url:after {
  display: inline-block;
  content: ",";
}
.comment-list li .client-intro-sc .client-intro-rght .client-dap-details .comment-client-location {
  display: inline-block;
  font-weight: 400;
}
.comment-list li .trip-comment-content {
  display: block;
  margin-top: 20px;
}
.comment-list li .trip-comment-content .comment-related-post a {
  font-weight: 500;
  display: inline-block;
  margin-right: 3px;
}
.comment-list li .trip-comment-content .comment-content {
  font-size: 1em;
  line-height: 1.889;
  font-weight: 400;
}
.comment-list li .trip-comment-content .trip-review-detail-gallery {
  display: block;
  margin-top: 25px;
}
.comment-list li .trip-comment-content .trip-review-detail-gallery figure {
  display: inline-block;
  margin: 2px 1px;
}
.comment-list li .trip-comment-content .trip-review-detail-gallery figure:first-child {
  margin-left: 0;
}
.comment-list li .trip-comment-content .trip-review-detail-gallery figure:last-child {
  margin-right: 0;
}
.comment-list li .trip-comment-content .trip-review-detail-gallery figure a {
  outline: none;
}
.comment-list li .trip-comment-content .trip-review-detail-gallery figure a:focus {
  outline: none;
}
.comment-list li .trip-comment-content .comment-experience-date {
  display: block;
  font-size: 1em;
  font-weight: 400;
}
.comment-list li .trip-comment-content .comment-experience-date .experience-date-text {
  font-weight: 500;
}
.comment-list .wte-tr-readmore-wrap {
  display: block;
  text-align: center;
  padding-top: 50px;
  margin-top: 40px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(0, 185, 139, 0.2);
}
.comment-list .wte-tr-readmore-wrap a {
  display: inline-block;
  text-decoration: none;
}
.comment-list .wte-tr-readmore-wrap a:after {
  content: "";
  height: 25px;
  width: 25px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 448 512'%3E%3Cpath d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/%3E%3C/svg%3E") center center no-repeat;
  -webkit-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  background-color: #00b98b;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.comment-list .wtetr_comment_loadmore {
  display: inline-block;
  margin: 0 auto;
  font-size: 1.0556em;
  color: #00b98b;
  font-weight: 500;
}
.comment-list .wtetr_comment_loadmore:hover {
  text-decoration: none;
}
.comment-list .wtetr_comment_loadmore:after {
  content: "";
  height: 25px;
  width: 25px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") center center no-repeat;
  background-color: #00b98b;
  -webkit-background-size: 12px;
  -o-background-size: 12px;
  background-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-top: -3px;
}
