:root {
	scrollbar-color: #D78131 #222;
  	scrollbar-width: thin;
	--kkhome:#c66cd7;
	--kkretreats:#f68c33;
	--kkseasonal:#006667;
	--kkgroups:#0089cc;
	--kkstaffwellbeing:#90021a;
	--kkcalendar:#f15a29;
	--kkvouchers:#4fc0b6;
	--kkgrey:#6d6e70;
	--kkltblue:#6baae0;
	--kkwhite:#ffffff;
	--kkturquoise:#00a59e;
	--kkdarkblue:#334285;
	--kkpink:#e6225a;
}

*,
*:before,
*:after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	box-sizing: border-box;
	margin:0;
	padding:0;
}

html {
	scroll-behavior: smooth;
}

.white-link {
	color:#FFF;
	text-decoration:underline;
}

p {
    margin: 10px 0;
    font-size: 1.15rem;
    line-height: 1.25;
}

p:first-of-type {
	margin-top:0;
}

p:last-of-type {
    margin-bottom: 0;
    margin-top: 10px;
}

body {
	scrollbar-color: #D78131 #222;
  	scrollbar-width: thin;
	margin:0;
	padding:0;
	font-family: "gotham", sans-serif;
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
}

.fixed {
	width:100%;
	height:100%;
	overflow: hidden;
}

body::-webkit-scrollbar {
  	width: 10px;
}
 
body::-webkit-scrollbar-track {
  	background:transparent;
}
 
body::-webkit-scrollbar-thumb {
  	background-color: var(--kkretreats);
	border-radius: 50px;
} 

header, section, main, footer {
	display: flex;
	flex-wrap: wrap;
	position:relative;
}

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.v-align-centred {
	align-items: center;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-center {
	justify-content:center;
}

.flex-d-column {
	flex-direction: column;
}

.no-mgn {
	margin:0 !important;
}

/*.home {
	color:var(--kkhome);
}*/

.retreats {
	color:var(--kkretreats);
}

.seasonal {
	color:var(--kkseasonal);
}

.groups {
	color:var(--kkgroups);
}

.staff-wellbeing {
	color:var(--kkstaffwellbeing);
}

.calendar {
	color:var(--kkcalendar);
}

.vouchers {
	color:var(--kkvouchers);
}

.contact {
	color:var(--kkgrey);
}

.darkblue {
	color:var(--kkdarkblue);
}

.grey {
	background:var(--kkgrey);
}

.orange-title {
	color:var(--kkcalendar);
}

.purple-title {
	color:var(--kkstaffwellbeing);
}

.turquoise-title {
	color:var(--kkturquoise);
}

.pink-title {
	color:var(--kkpink);
}

.white-title {
	color:var(--kkwhite);
}

.home-bkgd {
	background:var(--kkhome);
}

.retreats-bkgd {
	background:var(--kkretreats);
}

.seasonal-bkgd {
	background:var(--kkseasonal);
}

.groups-bkgd {
	background:var(--kkgroups);
}

.staff-wellbeing-bkgd {
	background:var(--kkstaffwellbeing);
}

.calendar-bkgd {
	background:var(--kkcalendar);
}

.vouchers-bkgd {
	background:var(--kkvouchers);
}

.turquoise-bkgd {
	background:var(--kkturquoise);
}

.kk-turquoise {
	background:var(--kkturquoise);
}

.darkblue-bkgd {
	background:var(--kkdarkblue);
}

.kk-black {
	background:#231f20;
}

.kk-cyan {
	background:#00b3e4;
}

.kk-d-blue {
	background:#163651;
}

.kk-d-red {
	background:#9d0b15;
}

.kk-fire-orange {
	background:#ff542b;
}

.kk-gold {
	background:#d5ad81;
}

.kk-green {
	background:#306f3b;
}

.kk-magenta {
	background:#d7099a;
}

.kk-orange {
	background:#f68c33;
}

.kk-pastel-green {
	background:#5c7465;
}

.kk-pastel-red {
	background:#e17b6d;
}

.kk-pastel-blue {
	background:#8ea3bd;
}

.kk-pastel-pink {
	background:#ca7292;
}

.kk-pastel-pale-pink {
	background:#d8abb2;
}

.kk-purple {
	background:#4702aa;
}

.kk-pink {
	background:#e652bb;
}

.kk-red {
	background:#be1e2d;
}

.kk-teal {
	background:#1d7995;
}

.kk-violet {
	background:#960c88;
}

.kk-yellow {
	background:#fbb040;
}

.kk-black-title {
	color:#231f20;
}

.kk-cyan-title {
	color:#00b3e4;
}

.kk-d-blue-title {
	color:#163651;
}

.kk-d-red-title {
	color:#9d0b15;
}

.kk-fire-orange-title {
	color:#ff542b;
}

.kk-gold-title {
	color:#d5ad81;
}

.kk-green-title {
	color:#306f3b;
}

.kk-magenta-title {
	color:#d7099a;
}

.kk-orange-title {
	color:#f68c33;
}

.kk-pastel-green-title {
	color:#5c7465;
}

.kk-pastel-red-title {
	color:#e17b6d;
}

.kk-pastel-blue-title {
	color:#8ea3bd;
}

.kk-pastel-pink-title {
	color:#ca7292;
}

.kk-pastel-pale-pink-title {
	color:#d8abb2;
}

.kk-purple-title {
	color:#4702aa;
}

.kk-pink-title {
	color:#e652bb;
}

.kk-red-title {
	color:#be1e2d;
}

.kk-teal-title {
	color:#1d7995;
}

.kk-violet-title {
	color:#960c88;
}

.kk-yellow-title {
	color:#fbb040;
}

/* STRUCTURE */

.hero {
	height:auto;
	font-size:0;
	background: var(--kkgrey);
}

.hero-new {
	height:75vh;
}

.hero-slider {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
	top:0; right:0; bottom:0; left:0;
}

.site-nav {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    padding: 0 15px;
}

.nav-item:first-child {
    padding: 0 15px 0 0;
}

.nav-item:last-child {
    padding: 0 0 0 15px;
}

.nav-link {
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	text-decoration: none;
	font-size:1.5rem;
}

.header {
    padding:25px;
	align-items: center;
}

.site-logo {
	margin: 0;
}

.menu-icon {
    width: 35px;
    height: 25px;
    text-indent: -9999px;
    background: url(../images/menu-icon.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
	display: none;
	visibility: hidden;
}

.kk-logo {
    width: 260px;
    height: 50px;
    text-indent: -9999px;
    display: block;
    background: url(../images/krafting-kalm-logo.png) center center no-repeat;
    background-size: contain;
}

.site-tel {
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-size:2rem;
	color:var(--kkdarkblue);
	margin-left:15px !important;
	display: block;
}

.hero-text {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform:translate(0, -50%);
	z-index: 5;
	text-align: center;
}

.hero-title {
    position: relative;
    z-index: 5;
    padding: 0 15%;
    margin: 2rem 0;
    color: #FFF;
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.75);
}

.section-title {
    width: 100%;
    padding: 2rem;
    text-align: center;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:3rem;
	color:#1A3E92;
}

.upcoming-btn {
	background: #8F001B;
}

.upcoming-panel {
	display: flex;
	height: 100%;
	align-items: stretch;
	background:url("../images/kk-abstract-bkgd.jpg") center center no-repeat;
	background-size:cover;
}

.swiper-slide {
	height: 100%;
	align-items: stretch;
}

.workshop-content {
	width:80%;
	height:100%;
	margin:4rem auto;
}

.workshop-container {
	width:100%;
	overflow: hidden;
}

.upcoming-event-content {
	width:50%;
	height: 100%;
}

.upcoming-event-image {
	width:50%;
	height: 100%;
	position: relative;
}

.upcoming-event-image:after {
	display: block;
	content:"";
	padding-bottom: 50%;
}

.upcoming-event-image img {
	width:100%;
	height:100%;
	object-fit: cover;
	margin:auto;
	position:absolute;
	top:0; right:0; bottom:0; left:0;
}

.upcoming-event-posts {
	width:100%;
	margin:2rem 0;
}

.hero-text-bkgd {
	background:url("../images/kk-abstract-bkgd.jpg") center center no-repeat;
	background-size:cover;
	position:absolute;
	top:0; right:0; bottom:0; left:0;
}

.hero-text-bkgd {
	background:url("../images/kk-abstract-bkgd.jpg") center center no-repeat;
	background-size:cover;
	position:absolute;
	top:0; right:0; bottom:0; left:0;
}

.text-content {
	width:50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-block {
    width: 50%;
    font-size: 0;
	position: relative;
}

.image-block:after {
	padding-bottom: 50%;
	content:"";
	display: block;
}

.img-block {
	width:100%;
	height:100%;
	object-fit: cover;
	position:absolute;
	top:0; right:0; bottom:0; left:0;
}

.trans {
	opacity: 0.5;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:700;
}

h1.page-title {
    display: none;
    visibility: hidden;
}

h4.event-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.cart-icon {
    background: url(../images/cart.svg) center left no-repeat;
    height: 25px;
    padding-left: 40px;
}

.term-description {
    display: none;
    visibility: hidden;
}

.image {
	position:relative;
	width:100%;
	height:100%;
}

.img {
	width:100%;
	height:100%;
	object-fit: cover;
}

.abs-img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.rel {
    position: relative;
    height: auto;
    object-fit: contain;
}

.hero-image {
	position:relative;
	width:100%;
	height:100%;
}

.abs-image-panel {
	position:absolute;
	top:0; right:0; bottom:0; left:0;
}

.container {
    width: 90%;
	padding:25px 0;
    position: relative;
    z-index: 1;
    margin: auto;
}

.retreat-category .sub-text {
    color:var(--kkgroups);
}

.kk-page .sub-text {
    color: var(--kkgroups);
}



ol {
    counter-reset: foo;
    display: table;
}

ol > li {
    counter-increment: foo;
    display: flex;
    font-size: 1.15rem;
    line-height: 1.5rem;
    margin: 10px 0;
}

ol > li::before {
    content: counter(foo) ".";
    display: table-cell; /* aha! */
    text-align: right;
	margin-right:10px;
}

ol.faqs > li::before {
    content: counter(foo) ".";
    position: absolute;
    text-align: center;
    margin-right: 10px;
    top: 0;
    left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    width: 40px;
    height: 40px;
    background: #333;
}

.group-item {
	width:100% !important;
	display: flex;
	justify-content: space-between !important;
	border-radius: 0 !important;
	margin:20px 0;
}

.group-link {
    width: 25%;
    height: fit-content;
}

.group-content {
    width: 70%;
	color:#333;
}

.retreats-panel {
    padding: 25px 0;
    width: 100%;
    z-index: 5;
}

.retreats-blocks {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.retreats-blocks-list {
	list-style-type: none;
    margin: 0 auto;
    padding: 0;
	width:80%;
	gap:10px;
}

.retreats-content {
    width: 100%;
}

.retreats-image {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #F8F8F8;
}

.retreat-item {
    width: 23%;
    overflow: hidden;
	border-radius: 20px;
}

.retreat-item a {
    text-decoration: none;
}

.home-retreat-item {
    width: 19%;
    border-radius: 20px;
    overflow: hidden;
}

.day-retreats-title {
    font-size: 3vw;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.main-retreat-title {
    margin: 0 0 15px 0;
    font-size: 2vw;
}

.retreat-link {
	text-decoration: none;
	border-radius: 20px;
	overflow: hidden;
}

.retreat-title {
    text-align: center;
    padding: 15px;
    color: #FFF;
    font-family: din-condensed, sans-serif;
    font-weight: 300;
    font-size: 2.35vw;
}

.retreat-img {
    width: 100%;
	background:#555;
	position: relative;
	overflow: hidden;
    border: 5px solid #FFF;
    border-radius: 20px;
    box-shadow: 3px 3px 15px #222;
}

.retreat-img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.heading-title {
    margin: 0 0 15px 0;
    font-size: 3rem;
    text-transform: uppercase;
}

.pattern-left {
    width: 14%;
    position: absolute;
    left: 0;
    /* top: 0; */
    bottom: 100px;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}

.pattern-right {
    width: 15%;
	height:100%;
    position: absolute;
    right: 0;
    bottom: 80px;
	z-index: 1;
    overflow: hidden;
}

.kk-icon {
    height: 100%;
}

.sub-panel-title {
    display: block;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    color: #FFF;
    font-size: 3rem;
    margin: 0 0 20px 0;
	position: relative;
	z-index: 2;
	background: rgb(165,211,141);
background: linear-gradient(90deg, rgba(165,211,141,1) 0%, rgba(43,182,115,1) 50%, rgba(165,211,141,1) 100%);
}

.intro-text {
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: normal;
}

.column {
    width: 35%;
}

.logo-column {
    width: 20%;
    margin: 0 5%;
}

.retreats-list {
    margin: 0;
    padding: revert;
}

.retreat-list-item {
    font-size: 1.75vw;
    color: var(--kkgrey);
    margin: 10px 0;
}

.kk-full-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text-center {
	text-align: center;
}

.site-content {
	width:100%;
}

.page-title {
    width: 100%;
    padding: 25px 0;
    margin: 25px 0;
	color:#FFF;
}

.page-title-heading {
    color: #FFF;
    font-size: 3vw;
    text-transform: uppercase;
    text-align: center;
}

.enquire-btn {
	border:5px solid #f15a29;
	color:#f15a29;
	padding:10px 30px;
	display:block; 
	font-size:2vw;
	border-radius: 10px;
	text-decoration: none;
}

.sub-text-panel {
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
    padding: 0 25px;
	font-family: din-condensed, sans-serif;
}

.sub-text-para p {
    font-size: 1.75vw;
}

a.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
}

a.woocommerce-product-gallery__trigger img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

#tab-description h2 {
    display: none;
    visibility: hidden;
}

.woocommerce-product-gallery {
    width: 100%;
    height: 100%;
}

.woocommerce-product-gallery__wrapper {
    width: 100%;
    height: 100%;
}

.woocommerce-product-gallery__image {
    width: 100%;
    height: 100%;
}

.no-content {
    background: #F8F8F8;
    display: flex;
    justify-content: center;
    padding: 5% 0;
    margin: 25px;
    border-radius: 10px;
	font-family: din-condensed, sans-serif;
	color:#333;
}

.sub-text {
    width: 75%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
}

.retreat-details-column {
    width: 40%;
	position:sticky;
	top:0;
}

.retreats-content-column {
    width: 60%;
    padding: 5%;
    display: flex;
    flex-direction: column;
}

.retreat-details-book {
    background: #F8F8F8;
    padding: 20px;
    margin-top: 25px;
	border-radius: 5px;
}

.price-text {
    margin: 0 !important;
    font-size: 1.5vw;
}

.book-btn {
    display: inline-block;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5vw;
    text-decoration: none;
    font-family: din-condensed, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
}

.footer {
	padding:25px;
	color:var(--kkwhite);
	background:var(--kkltblue);
}

.footer-col {
	width:25%;
}

.half-width {
	width:50%;
}

.legal-col {
	width:100%;
}

.full-width {
	width:100%;
}

.social-item:first-child {
	margin:0 0 15px 0;
}

.social-item {
	margin:0 15px;
}

.social-item:last-child {
	margin:0;
}

.social-item:nth-child(2) {
	margin:0;
}

.fuse-link {
	color:inherit;
}

.pos-bottom {
	object-position: bottom;
}

.pos-bottom-l {
	object-position: bottom left;
}

.pos-bottom-r {
	object-position: bottom right;
	bottom: 0;
}

.pos-left {
	object-position: left;
}

.pos-right {
	object-position: right;
}

.pos-top {
	object-position: top;
}

.pos-top-l {
    object-position: top left;
    bottom: -200px;
}

.pos-top-r {
	object-position: top right;
}

.fb {
	background:url("../images/facebook-icon-white.svg") center center no-repeat;
	background-size:contain;
}

.ins {
	background:url("../images/instagram-icon-white.svg") center center no-repeat;
	background-size:contain;
}

.pi {
	background:url("../images/pinterest-icon-white.svg") center center no-repeat;
	background-size:contain;
}

.socials {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.home-bullets {
    list-style-type: none;
    font-size: 1.25rem;
}

ul.home-bullets li {
    margin:0.5rem 0;
}

.hero-btns {
    display: flex;
    justify-content: space-between;
	position: relative;
	list-style-type: none;
	z-index: 2;
	margin:0;
	padding:0;
}

.hero-btn-item {
    width: 33.3%;
    text-align: center;
	border-right:1px solid;
	position: relative;
}

.hero-btn-item:last-child {
	border-right:none;
}

.hero-btn-link {
    display: block;
	text-decoration: none;
	padding:1rem 0;
	font-size:2rem;
	color:#1A3E92;
}

.hero-btn-link:hover {
	text-decoration: underline;
}

.hero-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.hero-buttons-bkgd {
	position: absolute;
	top:0;
    bottom: 0;
    left: 0;
    right: 0;
	background: url(../images/kk-abstract-bkgd.jpg) center center no-repeat;
    background-size: cover;
	opacity: 0.9
}

.footer-nav {
	list-style-type:none;
	margin:0;
	padding:0;
}

.footer-nav-item:first-child {
	margin:0 0 10px 0;
}

.footer-nav-item {
	margin:10px 0;
}

.footer-nav-item:last-child {
	margin:10px 0 0 0;
}

.footer-nav-link {
	color:var(--kkdarkblue);
	text-decoration: none;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-size:1.25rem;
}

.social-link {
	width:35px;
	height:35px;
	display: block;
	text-indent:-9999px;
}

.cta-box {
	padding:50px;
	color:var(--kkwhite);
	text-align: center;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
}

.cta-title-panel {
	font-size:2.5rem;
}

.cta-text {
	font-size:2.5rem;
	line-height: normal;
}

.cta-link {
    display: inline-block;
    background:#f15b29;
    padding: 10px 25px;
    border-radius: 20px;
    color: #FFF;
    text-decoration: none;
}

.cta-title {
    font-size: 5rem;
    margin: 0;
    text-transform: uppercase;
}

.calendar-icon {
    width: 80px;
    height: 80px;
    margin-right: 25px;
}

.venue-page {
    width: 70%;
    margin: 2rem auto;
}

.text-paragraph {
	margin:1rem 0;
}

.image-blocks {
	display: flex;
	justify-content: space-between;
	gap:2rem;
}

.image-blk {
    width: 50%;
	font-size:0;
    overflow: hidden;
}

.image-blk img {
	width:100%;
	height:100%;
	object-fit: cover;
}

.footer-header {
	margin:0;
}

.footer-heading {
	margin:0;
}

.footer-logo {
    width: 300px;
    height: 100px;
    text-indent: -9999px;
    display: block;
    background: url(../images/krafting-kalm-logo-footer.svg) center center no-repeat;
    background-size: contain;
}

.footer-link {
	color:#FFF;
	text-decoration: none;
}

.footer-p {
	margin:0 0 2rem 0;
}

.nothing {
    height: 50vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #555;
    color: #999;
}

.not-found-title {
	font-size:4vw;
	font-family: din-condensed, sans-serif;
}

.back-to-link {
	color:inherit;
}

.no-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	text-align: center;
}

.no-image-text {
	color:#777;
	font-size:1.5vw;
	font-family: din-condensed, sans-serif;
}

.content-panel {
	width:100%;
}

body.calendar .content-panel .content div:first-child {
    width: 100%;
	margin:0 auto;
}

ul.tabs.wc-tabs {
    display: none;
    visibility: hidden;
}

.price-add-to-cart {
    display: flex;
    justify-content: space-between;
    background: #F8F8F8;
    padding: 20px;
    border-radius: 10px;
    align-items: center;
    order: 4;
    margin-top: 25px;
}

.woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.qty {
    height: 100%;
    width: 50px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
}

/* .variations tr {
    display: flex;
    flex-direction: column;
}

table.variations {
    margin-right: 10px;
}*/

.variations th.label {
    margin-right:10px;
} 

.variations tr {
    display: flex;
    align-items: center;
}

.navigation {
    margin-left: auto;
}

.cart {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 25px;
	order: 4;
}

.cart-link {
	text-decoration: none;
	color:var(--kkdarkblue);
}

.product_meta {
    display: none;
    visibility: hidden;
}

select#choose-time-slot {
    border: none;
    display: block;
    margin: 0 10px 0 0;
    padding: 10px;
    height: 50px;
}

a.reset_variations {
    display: none !important;
    visibility: hidden !important;
}

.checkout-bkgd {
	background:var(--kkturquoise);
}

.retreats-blocks-list bdi {
    display: none;
    visibility: hidden;
}

.woocommerce-notices-wrapper {
    margin: 0 auto;
    width: 80%;
}

ol.faqs {
    width: 80%;
    margin: 0 auto 50px auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.faq-item {
	display: flex;
	flex-direction: column;
	position: relative;
}

.faq-item span {
	padding:15px;
}

.question {
	background:#CCC;
}

.answer {
	background:#F8F8F8
}

.content {
    width: 70%;
    margin: 50px auto;
    color: #333;
    z-index: 5;
    position: relative;
}

.benefits-container {
    width: 60%;
}

.content h3 {
    font-size: 2.5rem;
    margin: 25px 0;
}

.benefits-panel p {
    color: #333;
}


/* TEST 

.container { 
	width:100%;
	margin:0px;  
	padding:0px;
	display: flex;
	justify-content: space-between;
}

.reverse {
	flex-direction: row-reverse;
}

.text-block {
    width: 50%;
    background: red;
    text-align: center;
    clip-path: polygon(0 0, 90% calc(10% - 10%), 100% 100% , 0 100%);
    margin-right: -10%;
	position:relative;
	z-index: 2;
	padding:10% 0;
}

.text-block-reverse {
    width: 50%;
    background: yellow;
    text-align: center;
    clip-path: polygon(10% 0, 100% calc(10% - 10%), 100% 100% , 0 100%);
    margin-left: -10%;
    position: relative;
    z-index: 2;
    padding: 10% 0;
}

.content {
    width: 80%;
    margin: auto;
}

.content-reversal {
	
}

.text-left {
	text-align: left;
}

.image-block {  
	text-align:center; 
	width:55%; 
	background:green;
	overflow: hidden;
}

.two h2{ padding-top:50px;} */
