.block-tabs ul {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
}
.block-tabs .tabs-nav {
  display: flex;
  list-style-type: none !important;
  margin: 0 !important;
}
.block-tabs .tabs-nav .tab-item {
  text-align: center;
  border: 1px solid #dfdfdf;
  border-left: none;
  flex: 1;
}
.block-tabs .tabs-nav .tab-item:last-child {
  border-left: 1px solid #dfdfdf;
}
.block-tabs .tabs-nav .tab-item .btn-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-size: 20px;
  color: #24241e;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.block-tabs .tabs-nav .tab-item .btn-tab:hover {
  text-decoration: none;
  color: #fff;
  background: #337da3;
}
.block-tabs .tabs-nav .tab-item.tab-item-active .btn-tab {
  position: relative;
  color: #fff;
  background: #337da3;
}
.block-tabs .tabs-nav .tab-item.tab-item-active .btn-tab:after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-top: 12px solid #337da3;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  transform: translateX(-50%);
}
.block-tabs .tab-content {
  display: none;
}
.block-tabs .tab-content.tab-content-active {
  display: block;
}
.block-tabs .tab-content .entry-content {
  padding: 25px;
  background: #eee;
}
.block-tabs .tab-content ul.accordion {
  list-style-type: none !important;
  margin-right: 0 !important;
}

/*# sourceMappingURL=block-tabs.css.map */
