/*text component links*/
.tatsu-text-block-wrap a {
  color: #1c1c1c;
  text-decoration:underline;
}
.tatsu-text-block-wrap a:hover, .tatsu-text-block-wrap a:focus {
  text-decoration: none;
  color: #1c1c1c;
}


/*category tags*/
.category-tag .tatsu-text-inner {
	display: inline-block;
	width: auto !important;
	padding: 0 .5em;
 	color: #fff;
	background-color: #bd9c3f;
}


/*blockquotes*/
.tatsu-text-block-wrap blockquote {
  position: relative;
  padding-left: 40px;
	font-style: normal;
}
.tatsu-text-block-wrap blockquote:before {
  content: '';
	width: 20px;
  height: 95%;
  background-image: url(/wp-content/themes/oshin_child/assets/quote-gold.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
	font-style: normal;
}
.tatsu-text-block-wrap blockquote {
  font-style: italic;
  font-size: 36px;
  line-height: 48px;
  font-family: "Playfair Display",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
}
.tatsu-text-block-wrap blockquote p + p:last-of-type {
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  font-family: "Roboto",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
}



.ol ol {
  counter-reset: list-counter;
  list-style: none;
	padding-left: 0;
}

.ol ol li {
  position: relative;
	padding-left: 5em;
	margin-bottom: 24px;
}

.ol ol li::before {
    content: counter(list-counter);
    counter-increment: list-counter;
    width: 1em;
    height: 1em;
    padding: .25em;
    border-radius: 50%;
    background: url(/wp-content/themes/oshin_child/assets/list-number-gold.svg) no-repeat center center;
	background-size: 100% 100%;
    font-size: 36px;
    line-height: 0.7;
    font-family: "Playfair Display",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
    text-align: center;
    display: inline-block;
	position: absolute;
	left: 0;
}


.divider .tatsu-row-wrap {
	margin: 0 auto;
	height: 5px;
	background-image: url(/wp-content/themes/oshin_child/assets/divider-gold.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}