/* FAQ accordion styles adapted from the main Studio Colorit template. */
.faq.list {
  margin: 36px 0 0;
}

.faq.list .faq_section {
  margin: 28px 0 26px;
  border: 1px solid #e5e5e5;
}

.faq.list .item {
  padding: 19px 24px 22px;
  border-bottom: 1px solid #e5e5e5;
}

.faq.list .item:last-of-type {
  border-bottom: 0;
}

.faq.list .item.opened {
  background-color: #f7f7f7;
}

.faq.list .item .q {
  position: relative;
  font-weight: 700;
}

.faq.list .item .q a {
  display: block;
  padding-right: 36px;
  color: #364b5e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.faq.list .item .a {
  display: none;
  padding-top: 14px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.faq.list .item .q .opener_icon,
.faq.list .item .q .opener_icon i {
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  cursor: pointer;
  vertical-align: middle;
}

.faq.list .item .q .opener_icon {
  position: absolute;
  top: -5px;
  right: -3px;
  background: transparent;
}

.faq.list .item .q .opener_icon i {
  background: url("../../../colorit_new/images/arrows.png") 8px -255px no-repeat;
}

.faq.list .item .q .opener_icon.opened i {
  background-position: -24px -257px;
}

.faq.list .item .q:hover .opener_icon {
  color: #fff;
  background-color: #364b5e;
}

.faq.list .item .q:hover .opener_icon i {
  background-position: 8px -210px;
}

.faq.list .item.opened .q:hover .opener_icon i {
  background-position: -25px -212px;
}

@media (max-width: 575px) {
  .faq.list {
    margin-top: 24px;
  }

  .faq.list .faq_section {
    margin-top: 20px;
  }

  .faq.list .item {
    padding: 16px 18px 18px;
  }

  .faq.list .item .q a {
    padding-right: 34px;
    font-size: 17px;
    line-height: 22px;
  }

  .faq.list .item .a {
    font-size: 17px;
    line-height: 22px;
  }
}
