:root {
	--thn-transition-width: 150px;
	--thn-color-pink: #ac2263;
	--thn-content-width: 1280px;
}
body.single-our_animals .container {
	width: 100%;
	max-width: 100%;
}

body.single-our_animals #main-content .container:before {
	content: none;
}

body.single-our_animals #left-area {
	width: 100%;
	padding: 0;
	float: none;
}

body.single-our_animals .et_post_meta_wrapper {
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	background: var(--thn-color-pink);
	color: #fff;
}

body.single-our_animals h1,
body.single-our_animals h2,
body.single-our_animals h3 {
	font-family: 'LoveYaLikeASister DE', 'LoveYaLikeASister IT', Helvetica, Arial, Lucida, sans-serif;
}

body.single-our_animals .et_post_meta_wrapper h1,
body.single-our_animals .et_post_meta_wrapper h2 {
	color: #fff;
}

body.single-our_animals .et_post_meta_wrapper img {
	width: 100%;
}

body.single-our_animals #main-content .thn-title-wrapper {
	position: relative;
}

.thn-content-container {
	max-width: var(--thn-content-width);
	margin: 0 auto;
}

.thn-top-concave-transition:before {
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: calc(var(--thn-transition-width) * -1);
	height: var(--thn-transition-width);
	width: 100%;
	background: #f00;
	/*TODO make concave*/
}

.thn-top-convex-transition:before {
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: calc(var(--thn-transition-width) * -1);
	height: 0;
	width: 100%;
	border-style: solid;
	border-color: var(--thn-color-pink);
	border-bottom-color: transparent;
	border-width: var(--thn-transition-width) var(--thn-transition-width) 0 var(--thn-transition-width);
	border-radius: 0 100% 0 0;
}

.thn-bottom-convex-transition:after {
	box-sizing: border-box;
	content: '';
	position: absolute;
	top: 100%;
	height: 0;
	width: 100%;
	border-style: solid;
	border-color: var(--thn-color-pink);
	border-top-color: transparent;
	border-width: var(--thn-transition-width);
	border-top-width: 0;
	border-radius: 0 0 300% 0;
	z-index: 1;
}

