p {
	margin-bottom: 50px;
}
div#main {
	min-height: calc(100vh - 400px);
}
.quote-row .vc_column-inner > .wpb_wrapper,
.ashoka-video-container .vc_column-inner > .wpb_wrapper {
	flex-direction: column;
}
@media only screen and (min-width: 768px) {
	.quote-row .vc_column-inner > .wpb_wrapper,
	.ashoka-video-container .vc_column-inner > .wpb_wrapper {
		display: flex;
		column-gap: 15px;
		row-gap: 15px;
		flex-direction: row;
	}
}
.ashoka-about-container .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.horiz-title {
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	/* width: 75%; */
	padding-bottom: 4px;
}
.vert-title {
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
	.ashoka-about-container .vc_column-inner > .wpb_wrapper {
		flex-direction: row;
		column-gap: 30px;
	}
	.vert-title {
		border-left: 1px solid;
		border-bottom: 0 none;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
		padding: 0 0 0 5px;
	}
	.vert-title.lr {
		writing-mode: vertical-lr;
	}
	.vert-title.right {
		text-align: right;
	}
}
.quote-section p {
	margin-bottom: 10px;
}
.quote-section::before,
.quote-section::after {
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	display: block;
	width: 100%;
	margin: 10px 0;
}
.quote-section::before {
	background-image: url('/wp-content/uploads/Quote-Icon-02.svg');
}
.quote-section::after {
	background-image: url('/wp-content/uploads/Quote-Icon-01.svg');
	background-position: center right 15px;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.wpb_single_image.wpb_content_element.vc_align_left {
	margin: 0;
}
div.ashoka-video {
	width: 100%;
	margin: 0;
}

.vc_single_image-wrapper.vc_box_border_grey {
	overflow: visible;
	position: relative;
}
img.vc_single_image-img.attachment-large {
	position: absolute;
	max-width: unset;
	max-height: unset;
	height: 500px;
	width: auto;
	left: -100px;
	right: 0;
	top: -215px;
}

@media only screen and (min-width: 768px) {
	img.vc_single_image-img.attachment-large {
		height: 1000px;
		left: -240px;
		top: -185px;
		right: auto;
	}
}

.overflow-visible {
	overflow: visible !important;
}
/*
.vc_row.wpb_row.vc_row-fluid.vc_custom_1636062061395.vc_row-has-fill.vc_row-o-equal-height.vc_row-flex {
    overflow: visible;
}
*/

.extended-content {
	display: none;
}
.ashoka-scroller {
	display: flex;
	overflow: hidden;
}
.ashoka-scroller #scrolling-container {
	display: flex;
	flex-wrap: nowrap;
	padding: 1em 0;
	overflow-x: scroll;
	overflow-x: -moz-scrollbars-none;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	column-gap: 20px;
	margin: 0;
}
.ashoka-scroller #scrolling-container::-webkit-scrollbar {
	display: none;
}
.ashoka-scroller li {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	list-style-type: none;
	margin: 0;
	width: calc(25% - 15px);
	cursor: pointer;
	text-align: center;
	min-width: 175px;
}
.contributor-name {
	font-family: 'ABCFavoritLining-Book';
}
#scrolling-container li .contributor-name {
	margin-top: 10px;
}
.scroll-range {
	-webkit-appearance: none;
	width: 100%;
	height: 20px;
	background: #fff;
	outline: none;
	-webkit-transition: 0.2s;
	transition: opacity 0.2s;
	border: 1px solid #000;
	border-radius: 20px !important;
	padding: 2px;
}
.scroll-range:hover::-webkit-slider-thumb {
	background: #000;
}
.scroll-range:hover::-moz-range-thumb {
	background: #000;
}
.scroll-range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: max(8%, 50px);
	height: 20px;
	background: #ff685f;
	cursor: pointer;
	border-radius: 20px;
}
.scroll-range::-moz-range-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: max(8%, 50px);
	height: 20px;
	background: #ff685f;
	cursor: pointer;
	border-radius: 20px;
}
ul.scroll-content img {
	height: 250px;
	object-fit: contain;
}

#extended-content-display {
	display: flex;
	flex-direction: column;
	align-items: start;
	overflow: hidden;
	margin: 20px auto;
}
@media only screen and (min-width: 768px) {
	#extended-content-display {
		display: grid;
		grid-template-rows: min-content 1fr min-content;
		grid-template-columns: 1fr 1fr;
		gap: 0px 0px;
		grid-auto-flow: row;
		grid-template-areas:
			'image .'
			'image .'
			'image .';
		align-items: end;
	}

	.extended-content-image {
		grid-area: image;
	}
}
img.extended-content-image {
	width: 70%;
	margin: 0 auto;
}
.contributor-desc {
	align-self: start;
	margin-top: 20px;
}
.ashoka-scroller li:hover {
	color: #ff685f;
}

h3.contributor-title {
	font-family: 'ABCFavoritLining-Book';
}
@media only screen and (min-width: 992px) {
	.ashoka-about-container {
		padding-right: min(400px, 30%);
	}
}

.ashoka-button a {
	border: 1px solid #000;
	color: #000;
	padding: 8px 18px;
	font-family: 'ABCFavoritLining-Book';
	text-decoration: none;
	border-radius: 50px;
	margin-left: 30px;
}
.ashoka-button a:hover {
	color: #ff685f;
	border-color: #ff685f;
}
p.about-book-credit {
	font-weight: bold;
}
p.content-quote {
	border-top: 2px solid #ff584e;
	border-bottom: 2px solid #ff584e;
	padding: 5px 0;
	margin: 40px 0;
	font-family: 'ABCFavoritLining-Book';
	font-size: 1.15em;
	line-height: 1.5;
}
p.content-quote::before,
p.content-quote::after {
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	height: 30px;
	display: block;
	width: 100%;
	margin: 10px 0;
}
p.content-quote::before {
	background-image: url('/wp-content/uploads/Quote-Icon-02.svg');
}
p.content-quote::after {
	background-image: url('/wp-content/uploads/Quote-Icon-01.svg');
	background-position: center left 45px;
}
.authors-row-content {
	display: flex;
	flex-direction: column;
	column-gap: 25px;
	row-gap: 25px;
}
.authors-row-content > .author {
	display: flex;
	flex-direction: column;
	column-gap: 25px;
	row-gap: 25px;
	align-items: flex-start;
}
@media only screen and (min-width: 992px) {
	.authors-row-content > .author {
		flex-direction: row;
	}
}
.author .horiz-title {
	flex: 3 3 30%;
}
.author .desc {
	flex: 7 7 70%;
}
.ashoka-button.author a {
	margin: 75px auto;
	display: inline-block;
	padding: 8px 30px;
}
