/* IdeaBlade custom styles */

.opa0 {
  opacity: 0;
}
.fadeIn {
  opacity: 1;
  transition: opacity 5000ms;
}
.fadeOut {
  opacity: 0;
  transition: opacity 2000ms;
}
.pos0 {
  position: absolute;
  top: 0;
  left: 0;
}

form.contact-form {
  border: none;
  padding: 15px; /* was 30px in FlatPro theme */
}
form.contact-form:invalid input[type="submit"] {
  background-color: lightgray;
  border-color: lightgray !important;
}
form.contact-form input:not([type="submit"]), form.contact-form textarea {
  margin-bottom: 20px; /* was 30px in FlatPro theme */
}

@media (min-width: 1000px) {
  div.two-column {
    column-gap: 20px;
    column-count: 2;
  }
}

.nobreak {
  page-break-inside: avoid;
}

.no-bullets * {
  list-style-type: none;
}

/* For the custom testimonial slider */
.ib-testimonial-area .single-slide {
  font-size: 18px;
  color: black;
  background-color: #eeeeee;
  padding: 35px;
  border-radius: 5px;
  border-color: #eeeeee !important;
  font-weight: 300;  
}

.ib-testimonial-area .owl-nav > div {
  background-color: #eeeeee;
}

.ib-testimonial-area .owl-nav > div:hover {
  background-color: #777777;
}

.ib-testimonial-area .single-slide .ib-client-info {
  color: #7d91aa;
  font-style: normal;
}
.ib-testimonial-area b {
  font-weight: 500;
}

.ib-testimonial-area .single-slide a {
  font-style: normal;
  font-size: 14px;
}

/* increase menu text legibility */
#menu ul li a {
  font-size: 18px; /* was 16px in _main.sass */
  color: #9ad9ea; /* ideablade logo blue */
}

.footer_widget .inner * {
  color: #9ad9ea; /* ideablade logo blue */
}

/* fix indent on bullet lists */
.row ul {
  padding-left: 40px;
}
