/* 2 COLUMN */

section.x2column{
	padding:0;
	margin: 3rem 0;
	width: 100%;
	overflow: hidden;
	background: var(--dark-stone);
}

.no-margin section.x2column {
	margin: 0;
}

section.x2column p.subtitle{
	color: #fff;
	font-size: 1.5em;
}
section.x2column h2{
	position:relative;
	margin-bottom: 1.5rem;
}

section.x2column .wrapper{
	display:flex;
	min-height:400px;
}

section.x2column .col{
	flex: 0 0 45%;
	position: relative;
	margin-right: 5%;
}

section.x2column .col .image{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size:cover;
	background-position:center center;
	max-width: 800px;
}

section.x2column .col .image img{
	width:100%;
	height:100%;
	object-fit:cover;

}

section.x2column .col .info{
	max-width: 650px;
	padding: 6rem 0;
}

section.x2column .col .info ul{
	list-style:none;
	margin: 20px 0;
}

section.x2column .col .info li {
	margin: 10px 0;
	line-height: 1.5em;
	font-weight: 500;
	font-size:1em;
	padding-left:28px;
	color: var(--brand-dark-color);
	position:relative;
}

section.x2column .col .info li:before{
	content:'\f0c8';
	font-weight: 700;
	position:absolute;
	font-size: 0.875rem;
	color: var(--brand-light-color);
	top:0;
	left:0;
	font-family:'Font Awesome 5 Pro';
}

@media screen and (min-width:1200px){
	section.x2column .col .info{
		margin-left:calc(575px / 100 * 5);
	}
	section.x2column .col .info{
		margin-left:calc(575px / 100 * 5);
	}
	section.x2column .wrapper{
		display:flex;
		min-height:500px;
	}
}

section.x2column ul{
	list-style:none;
}

section.x2column li {
	margin: 10px 0;
	line-height: 1.3em;
	font-weight: 500;
	font-size:1.175em;
	padding-left:28px;
	position:relative;
}
section.x2column li:before{
	content:'\f00c';
	position:absolute;
	top:0;
	left:0;
	font-family:'Font Awesome 5 Pro';
}
section.x2column .wrapper .col.content{
	display:flex;
	align-items: center;
}
section.x2column .wrapper .col.image:after {
	content: '';
	top: 0;
  right: -1rem;
  width: 3rem;
  height: 101%;
  position: absolute;
  background: url(assets/stone-rough-edge-vert.svg) repeat-y;
	background-size: auto;
  background-size: cover;
  z-index: 21;
 }
 
section.x2column .wrapper.reverse{
	flex-direction:row-reverse;
}

section.x2column .wrapper.reverse .col{
	margin-left:5%;
	margin-right:0;
}

section.x2column .wrapper.reverse .col.content{
	justify-content:flex-end;
}
section.x2column .wrapper.reverse .col.image{
	margin-left:2.5%;
	flex:0 0 47.5%;
}

section.x2column .wrapper.reverse .col.image:after {
content: '';
  top: 0;
  left: -1rem;
  width: 3rem;
  height: 101%;
  position: absolute;
  background: url(assets/stone-rough-edge-vert.svg) repeat-y;
	background-size: auto;
  background-size: cover;
  z-index: 21;
  transform:rotate(180deg);
}
section.x2column .wrapper.reverse .col .info{
	padding: 90px 0;
	width: 100%;
}

section.x2column .wrapper.reverse .col .image{
	left:auto;
	right:0;
}

@media screen and (max-width:800px){
	section.x2column{
		padding:0;
	}
	section.x2column .wrapper, section.x2column .wrapper.reverse{
		flex-direction:column;
	}
	
	section.x2column .wrapper.reverse .col.image:after,
	section.x2column .wrapper .col.image:after {
	content: '';
	  top: auto;
	  bottom: -1rem;
	  left: 0;
	  width: 100%;
	  height: 3rem;
	  position: absolute;
	  background: url(assets/stone-rough-edge.svg) repeat-x;
		background-size: auto;
	  background-size: cover;
	  z-index: 21;
	  transform: none;
	}
	
	,
	section.x2column .wrapper .col.image:after {
	content: '';
	  top: auto;
	  bottom: -1rem;
	  left: 0;
	  width: 100%;
	  height: 3rem;
	  position: absolute;
	  background: url(assets/stone-rough-edge.svg) repeat-x;
		background-size: auto;
	  background-size: cover;
	  z-index: 21;
	  transform: none;
	}
	
	section.x2column .col, section.x2column .wrapper.reverse .col{
		flex:0 0 90%;
		margin:0 5%;
		padding: 0 0 3rem 0;
	}
	section.x2column .col.image{
		padding-bottom:60%;
		flex:0 0 95%;
		margin-left:0%;
	}
	section.x2column .wrapper.reverse .col.image{
		margin-left:0;
	}
	
	section.x2column .wrapper .col.image{
		margin-right:0;
	}
	section.x2column .col .info, section.x2column .wrapper.reverse .col .info{
		padding: 0;
		max-width: none;
		margin:45px 0 0 0;
	}
	
}