.expandable-shortcode {
  border-color: #ccc;
  border-width: 1px 0 1px 0;
  border-style: solid;
  margin: 0;
}
.expandable-shortcode .expand-head {
  padding: 15px 45px 15px 15px;
  color: #1E88E5;
  cursor: pointer;
  font-size: 20px;
  position: relative;
}
.expandable-shortcode .expand-head:hover, .expandable-shortcode .expand-head:focus {
  text-decoration: underline;
  outline: none;
}
.expandable-shortcode .expand-head .material-icons {
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 24px;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.expandable-shortcode .expand-head .close-title {
  display: none;
}
.expandable-shortcode .expand-head .extra-title {
  padding-left: 5px;
}
.expandable-shortcode .expand-head.open .material-icons {
  transform: rotate(180deg);
}
.expandable-shortcode.start-filter-open .expand-body {
  display: block;
}
.expandable-shortcode .expand-body {
  padding: 10px 15px;
  display: none;
}
.expandable-shortcode .expand-body > h3:first-of-type {
  margin-top: 20px;
}
.expandable-shortcode .expand-body > p {
  margin: 20px 0;
  max-width: 800px;
}
.expandable-shortcode .expand-body > ol li, .expandable-shortcode .expand-body > ul li {
  max-width: 760px;
}
.expandable-shortcode.expandable-add + .expandable-shortcode {
  margin-top: 0;
  border-top: none;
}
.expandable-shortcode + a {
  margin-top: 20px;
}
.expandable-shortcode.close-title-active .expand-head.open .main-title {
  display: none;
}
.expandable-shortcode.close-title-active .expand-head.open .close-title {
  display: inline;
}
.expandable-shortcode.force_full_width {
  max-width: none !important;
  width: 100%;
}

.single .expandable-shortcode {
  max-width: 800px;
}

div + .expandable-shortcode, ul + .expandable-shortcode, ol + .expandable-shortcode, p + .expandable-shortcode, a + .expandable-shortcode, h1 + .expandable-shortcode, h2 + .expandable-shortcode, h3 + .expandable-shortcode, h4 + .expandable-shortcode, h5 + .expandable-shortcode {
  margin-top: 20px;
}

.tabs-shortcode {
  border: 1px solid #ccc;
  overflow: hidden;
}
.tabs-shortcode .ui-tabs-nav {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0 !important;
  background: #eee;
  padding: 4px 4px 0 4px;
  overflow-x: auto;
  overflow-y: hidden;
}
.tabs-shortcode .ui-tabs-nav > li {
  margin: 0 2px 0 0 !important;
  border: 1px solid #ccc;
  border-bottom: none;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  position: relative;
  flex-shrink: 0;
}
.tabs-shortcode .ui-tabs-nav > li.ui-tabs-active {
  background: #fff;
  z-index: 2;
}
.tabs-shortcode .ui-tabs-nav > li.ui-tabs-active a {
  color: #666;
  cursor: default;
}
.tabs-shortcode .ui-tabs-nav > li.ui-tabs-active a:hover, .tabs-shortcode .ui-tabs-nav > li.ui-tabs-active a:focus {
  text-decoration: none;
}
.tabs-shortcode .ui-tabs-nav > li a {
  text-decoration: none;
  font-size: 16px;
  padding: 6px 12px 2px 12px;
  display: block;
}
.tabs-shortcode .ui-tabs-nav > li a:hover, .tabs-shortcode .ui-tabs-nav > li a:focus {
  text-decoration: underline;
}
.tabs-shortcode .ui-tabs-nav > li:not(.ui-tabs-active).tab-color-pink {
  background: #FCE4EC;
}
.tabs-shortcode .ui-tabs-nav > li.ui-state-active.tab-color-pink a {
  color: #D81B60;
}
.tabs-shortcode .ui-tabs-nav > li:not(.ui-tabs-active).tab-color-teal {
  background: #E0F2F1;
}
.tabs-shortcode .ui-tabs-nav > li.ui-state-active.tab-color-teal a {
  color: #00796B;
}
.tabs-shortcode .ui-tabs-nav > li:not(.ui-tabs-active).tab-color-purple {
  background: #F3E5F5;
}
.tabs-shortcode .ui-tabs-nav > li.ui-state-active.tab-color-purple a {
  color: #9C27B0;
}
.tabs-shortcode .ui-tabs-nav > li:not(.ui-tabs-active).tab-color-green {
  background: #E8F5E9;
}
.tabs-shortcode .ui-tabs-nav > li.ui-state-active.tab-color-green a {
  color: #2E7D32;
}
.tabs-shortcode .ui-tabs-nav > li:not(.ui-tabs-active).tab-color-blue {
  background: #E3F2FD;
}
.tabs-shortcode .ui-tabs-nav > li.ui-state-active.tab-color-blue a {
  color: #1976D2;
}
.tabs-shortcode .ui-tabs-nav > li:not(.ui-tabs-active).tab-color-yellow {
  background: #FFF8E1;
}
.tabs-shortcode .ui-tabs-nav > li.ui-state-active.tab-color-yellow a {
  color: #FF6F00;
}
.tabs-shortcode .ui-tabs-nav > li:not(.ui-tabs-active).tab-color-orange {
  background: #FFF3E0;
}
.tabs-shortcode .ui-tabs-nav > li.ui-state-active.tab-color-orange a {
  color: #BF360C;
}
.tabs-shortcode .ui-tabs-nav > li:not(.ui-tabs-active).tab-color-cyan {
  background: #E0F7FA;
}
.tabs-shortcode .ui-tabs-nav > li.ui-state-active.tab-color-cyan a {
  color: #006064;
}
.tabs-shortcode .ui-tabs-nav > li:not(.ui-tabs-active).tab-color-red {
  background: #FFEBEE;
}
.tabs-shortcode .ui-tabs-nav > li.ui-state-active.tab-color-red a {
  color: #D32F2F;
}
.tabs-shortcode hr {
  border: 0;
  height: 1px;
  background-color: #ccc;
  margin: 0;
  position: relative;
  top: -1px;
}
.tabs-shortcode .ui-tabs-panel {
  padding: 20px;
}
.tabs-shortcode .ui-tabs-panel > :first-child {
  margin-top: 0;
}
.tabs-shortcode .ui-tabs-panel > :last-child {
  margin-bottom: 0;
}
.tabs-shortcode.rounded-corners {
  border-radius: 16px;
}
.tabs-shortcode.rounded-corners .ui-tabs-nav {
  padding: 4px 8px 0 8px;
}
.tabs-shortcode.shortcode-color-pink .ui-tabs-nav {
  background: #F8BBD0;
}
.tabs-shortcode.shortcode-color-pink .ui-tabs-nav > li:not(.ui-state-active):not(.has-tab-color) {
  background: #FCE4EC;
}
.tabs-shortcode.shortcode-color-teal .ui-tabs-nav {
  background: #B2DFDB;
}
.tabs-shortcode.shortcode-color-teal .ui-tabs-nav > li:not(.ui-state-active):not(.has-tab-color) {
  background: #E0F2F1;
}
.tabs-shortcode.shortcode-color-purple .ui-tabs-nav {
  background: #E1BEE7;
}
.tabs-shortcode.shortcode-color-purple .ui-tabs-nav > li:not(.ui-state-active):not(.has-tab-color) {
  background: #F3E5F5;
}
.tabs-shortcode.shortcode-color-green .ui-tabs-nav {
  background: #C8E6C9;
}
.tabs-shortcode.shortcode-color-green .ui-tabs-nav > li:not(.ui-state-active):not(.has-tab-color) {
  background: #E8F5E9;
}
.tabs-shortcode.shortcode-color-blue .ui-tabs-nav {
  background: #BBDEFB;
}
.tabs-shortcode.shortcode-color-blue .ui-tabs-nav > li:not(.ui-state-active):not(.has-tab-color) {
  background: #E3F2FD;
}
.tabs-shortcode.shortcode-color-yellow .ui-tabs-nav {
  background: #FFE0B2;
}
.tabs-shortcode.shortcode-color-yellow .ui-tabs-nav > li:not(.ui-state-active):not(.has-tab-color) {
  background: #FFF8E1;
}
.tabs-shortcode.shortcode-color-orange .ui-tabs-nav {
  background: #FFE0B2;
}
.tabs-shortcode.shortcode-color-orange .ui-tabs-nav > li:not(.ui-state-active):not(.has-tab-color) {
  background: #FFF3E0;
}
.tabs-shortcode.shortcode-color-cyan .ui-tabs-nav {
  background: #B2EBF2;
}
.tabs-shortcode.shortcode-color-cyan .ui-tabs-nav > li:not(.ui-state-active):not(.has-tab-color) {
  background: #E0F7FA;
}
.tabs-shortcode.shortcode-color-red .ui-tabs-nav {
  background: #FFCDD2;
}
.tabs-shortcode.shortcode-color-red .ui-tabs-nav > li:not(.ui-state-active):not(.has-tab-color) {
  background: #FFEBEE;
}

div + .tabs-shortcode, ul + .tabs-shortcode, ol + .tabs-shortcode, p + .tabs-shortcode, a + .tabs-shortcode, h1 + .tabs-shortcode, h2 + .tabs-shortcode, h3 + .tabs-shortcode, h4 + .tabs-shortcode, h5 + .tabs-shortcode {
  margin-top: 20px;
}

/*# sourceMappingURL=style.css.map */
