/*text*/
.theme-blue .category-tag .tatsu-text-inner {
  background-color: #0f3a54;
}

.theme-green .category-tag .tatsu-text-inner {
  background-color: #115642;
}

.theme-purple .category-tag .tatsu-text-inner {
  background-color: #7a0e37;
}

/*blockquote*/
.theme-blue .tatsu-text-block-wrap blockquote:before {
    background-image: url(/wp-content/themes/oshin_child/assets/quote-blue.svg);
}
.theme-green .tatsu-text-block-wrap blockquote:before {
    background-image: url(/wp-content/themes/oshin_child/assets/quote-green.svg);
}
.theme-purple .tatsu-text-block-wrap blockquote:before {
    background-image: url(/wp-content/themes/oshin_child/assets/quote-purple.svg);
}

/*divider*/
.theme-blue .divider .tatsu-row-wrap, .theme-blue.divider .tatsu-row-wrap {
	background-image: url(/wp-content/themes/oshin_child/assets/divider-blue.svg);
}

.theme-green .divider .tatsu-row-wrap, .theme-green.divider .tatsu-row-wrap {
	background-image: url(/wp-content/themes/oshin_child/assets/divider-green.svg);
}

.theme-purple .divider .tatsu-row-wrap, .theme-purple.divider .tatsu-row-wrap {
	background-image: url(/wp-content/themes/oshin_child/assets/divider-purple.svg);
}


/*accordion*/
.theme-blue .accordion .accordion-head, .theme-blue.accordion .accordion-head {
	border-color: #0f3a54;
}
.theme-green .accordion .accordion-head, .theme-green.accordion .accordion-head {
	border-color: #115642;
}
.theme-purple .accordion .accordion-head, .theme-purple.accordion .accordion-head {
	border-color: #7a0e37;
}

.theme-blue .ui-accordion-header::before {
	background-image: url(/wp-content/themes/oshin_child/assets/accordian-arrow-blue.svg);
}
.theme-green .ui-accordion-header::before {
	background-image: url(/wp-content/themes/oshin_child/assets/accordian-arrow-green.svg);
}
.theme-purple .ui-accordion-header::before {
	background-image: url(/wp-content/themes/oshin_child/assets/accordian-arrow-purple.svg);
}


/*hero*/
.theme-blue .tatsu-section.tatsu-bg-overlay.hero-component {
    background-color: #AEC8CE;
}
.theme-blue .tatsu-section.tatsu-bg-overlay.hero-component h2 {
    color: #0f3a54;
}
.theme-green .tatsu-section.tatsu-bg-overlay.hero-component {
    background-color: #A4C6A4;
}
.theme-green .tatsu-section.tatsu-bg-overlay.hero-component h2 {
    color: #115642;
}
.theme-purple .tatsu-section.tatsu-bg-overlay.hero-component {
    background-color: #D8AFB5;
}
.theme-purple .tatsu-section.tatsu-bg-overlay.hero-component h2 {
    color: #7a0e37;
}


/*video*/
.theme-blue .tatsu-section.fullwidth-video .tatsu-section-background {
    background-image: url(/wp-content/themes/oshin_child/assets/video-bg-light-blue.svg);
}
.theme-green .tatsu-section.fullwidth-video .tatsu-section-background {
    background-image: url(/wp-content/themes/oshin_child/assets/video-bg-light-green.svg);
}
.theme-purple .tatsu-section.fullwidth-video .tatsu-section-background {
    background-image: url(/wp-content/themes/oshin_child/assets/video-bg-light-purple.svg);
}

/*counters*/
.theme-blue .counter .tatsu-an-wrap:after {
    background-image: url(/wp-content/themes/oshin_child/assets/divider-blue.svg);
}
.theme-green .counter .tatsu-an-wrap:after {
    background-image: url(/wp-content/themes/oshin_child/assets/divider-green.svg);
}
.theme-purple .counter .tatsu-an-wrap:after {
    background-image: url(/wp-content/themes/oshin_child/assets/divider-purple.svg);
}


/*list*/
.theme-blue .ol ol li::before {
    background-image: url(/wp-content/themes/oshin_child/assets/list-number-blue.svg);
}
.theme-green .ol ol li::before {
    background-image: url(/wp-content/themes/oshin_child/assets/list-number-green.svg);
}
.theme-purple .ol ol li::before {
    background-image: url(/wp-content/themes/oshin_child/assets/list-number-purple.svg);
}