/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
div[class*='--error'] {
    color: red;
    font-weight: bold;
}

/* Our Customer in new position */
.box-cus {
  border: 2px solid #fff;
  padding: 10px;
}
.box-cus h5 {
  color: #17748b;
}
.tm-box-testimonials li:hover h5 {
  color: #6ebf1e;
}

/* Buy Now */
.text-yes, .text-no {
  color: #fff;
  padding: 1px 3px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  float: right;
  margin-right: 5px;
  margin-top: 10px;
}
.text-yes {
  background-color: #5091cd;
}
.text-no {
  background-color: #ccc;
}
.col1 .text-yes, .col1 .text-no, .col2 .text-yes, .col2 .text-no, .col3 .text-yes, .col3 .text-no,
.col4 .text-yes, .col4 .text-no, .col5 .text-yes, .col5 .text-no {
  display: none;
}
@media (max-width: 959px) {
  .text-yes, .text-no {
    float: none;
  }
}
@media (max-width: 767px) {
  .col1 .text-yes, .col1 .text-no, .col2 .text-yes, .col2 .text-no, .col3 .text-yes, .col3 .text-no,
  .col4 .text-yes, .col4 .text-no, .col5 .text-yes, .col5 .text-no {
    display: block;
  }
  .text-yes, .text-no {
    float: right;
  }
}

/* Add logo since 2013 */
.tm-logo {
    line-height: 20px;
    margin-top: 7px;
}
.tm-logo span {
    display: block;
    margin-left: 113px;
    font-size: 12px;
    color: #fe8201;
}
.uk-dropdown {
    padding: 5px 15px 0px 15px;
}