/*
 Theme Name:   VtechSpark
 Theme URI:    https://namesparktech.com
 Description:  NameSpark Theme
 Author:       NameSpark
 Author URI:   https://namesparktech.com
 Template:     onum
 Version:      1.0.0
 License:      NameSpark
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onumchild
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.ot-tabs .tab-link {
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  font-size: 16px;
  padding: 16px 28px 16px 28px;
  line-height: 1;
  display: inline-block;
  margin: 5px;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  background: #fe4c1c;
  cursor: pointer;
  border: 1px solid transparent;
  outline: 0;
  box-sizing: border-box;
  color: #fff;
  box-shadow: none;
  background: none;
  color: #a5b7d2;
  padding: 14px 28px;
  cursor: pointer;
}