.col-mx-auto {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.product-children {
	padding: 40px;
}

.productblock {
	padding: 20px 20px;
}
.productblock a {
	text-transform: uppercase;
	font-weight: 500;
    color: #5c5c5c;
	font-size: .8rem;
}
.slick-track {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

/* hexagon code */
.article-header {
	min-height: 445px;
	background-position: center right;
    background-size: cover;
}
.hexlocation {
	height: 442px;
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    z-index: 1;
	display: flex;
    align-items: center;
	justify-content: end;
}
.innerhexlocation {
	position: relative;
	width: 196px;
	margin-left: 60px;
}
.hexagon {
	position: relative;
    width: 140px;
    height: 242px;
    background-image: linear-gradient(90deg, rgb(112 112 112), rgb(112 112 112));
    border-radius: 0px;
    transition: transform 400ms ease;
	opacity: .5;
	
	-ms-transform-origin: center center;
    -webkit-transform-origin: center center;
	transform-origin: center center;
}
.hexagon:hover {
    /* transform: rotate(30deg); */
}
.hexagon:before, .hexagon:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: inherit;
    height: inherit;
    background-image: inherit;
    border-radius: inherit;
}
.hexagon:before {
    transform: rotate(60deg);
}
.hexagon:after {
    transform: rotate(-60deg);
}
.hexcenter {
	width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
	z-index: 2;
	margin-left: -26px;
}

.article-header .header-block {
    text-align: center;
}
.article-header h1 {
    color: #fff;
    font-size: 2.0rem;
}
.article-header h1 {
    color: #ffffff;
}
.align-top {
    background-color: #f8f8f8;
    padding: 20px;
}
.bullet-points {
    padding: 20px 15px;
}
.align-top .bullet-points img {
    width: 36px;
}
h3 {
    font-size: 1.2rem;
}
.align-top .bullet-points h3 {
    font-size: 1.2rem;
    margin: 18px 0 20px;
}
p {
    font-size: .6rem;
    line-height: 1.2;
}

.product-children .medium-6 {
    padding: 0 24px;
}
.product-children .medium-6 h6 {
	font-size: .9rem;
    font-weight: 500;
    text-align: center;
    color: #585858;
	text-transform: uppercase;
}

@media print, screen and (min-width: 40em) {
	.article-header {
		min-height: 625px;
	}
	.article-header h1 {
		font-size: 2.0rem;
		font-weight: 200;
	}
	.align-top {
		padding: 0 120px;
	}
	.bullet-points {
		padding: 60px 20px 50px;
	}
	.align-top .bullet-points img {
		width: 58px;
	}
	h3 {
		font-size: 1.4rem;
	}
	.align-top .bullet-points h3 {
		font-size: 1.4rem;
		margin: 18 0 80px;
	}
	p {
		font-size: .8rem;
		line-height: 1.4;
	}
	.hexlocation {
		height: 625px;
	}
	.productblock {
		padding: 0 40px 80px;
	}
	.productblock a {
		font-size: .9rem;
	}
}
@media print, screen and (min-width: 60em) {
	.article-header {
		min-height: 585px;
	}
	.hexlocation {
		height: 675px;
	}
	.innerhexlocation {
		width: 309px;
		margin-left: 216px;
	}
	.hexagon {
		width: 246px;
        height: 427px;
	}
	.hexcenter {
		margin-left: -31px;
	}
	.productblock a{
	    font-size: 1rem;	
	}
	
	.article-header h1 {
		font-size: 3rem;
	}
	/* shower & tub variation */
	.post-13697 .article-header h1 {
		font-size: 2.1rem;
	}
	/* BATHROOM / COMMERCIAL ACCESSORIES */
	.post-13691 .article-header h1,
	.post-13694 .article-header h1 {
		font-size: 2.5rem;
	}
	
	.bullet-points {
		padding: 100px 25px 70px;
	}
	h3 {
		font-size: 1.6rem;
	}
	.align-top .bullet-points h3 {
		font-size: 1.6rem;
	}
	p {
		font-size: .9rem;
		line-height: 1.6;
	}
}

@media screen and (min-width: 90em) {
	.article-header {
		min-height: 600px;
	}
	
}

@media screen and (min-width: 101.25em) {
	.article-header {
		min-height: 675px;
	}
	
}