@charset "UTF-8";


/*main categories */

.category-about, .category-view {
	width: 96%;
	max-width: 1200px;
    margin: 0 auto;
	padding-left: 8rem;
	box-sizing: border-box;
}
.series-categories-wrapper {
	background-color: #ededed;
    background-image: url(../images/rowe_pattern.svg);
    background-attachment: fixed;
    background-size: 50%;
    background-repeat: repeat;
    padding: 3em 0;
}
.series-categories {

}
.series-categories-listed {	
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
	color: #FFF;
    background-color: #4d4d4da1;
    padding: 1em 2em;
    box-sizing: border-box;
    border-radius: 3rem;
    margin-bottom: 1rem;
}
.series-categories-listed h2{	
    font-weight: 600;
    margin: 1rem 0;
	cursor: pointer;
}
.series-categories-listed sup{	
	top: -1em;
	font-size: 50%;
}
.series-categories-listed p{
	position:relative;
    padding-left: 4rem;
	z-index: 1;
}
.series-categories-listed a.pill{
    color: var(--clr-prodtxt);
    border-color: var(--clr-prodtxt);
    border-radius: 3rem;
    background: #f2f2f2;
    height: auto;
	min-width: 210px;
    display: inline-block;
    padding: 1rem 2rem;
	transition: all ease-out 250ms;
    z-index: 1;
}
.series-categories-listed a.pill:hover {
	color: #FFF;
    background-color: var(--clr-prodbtn);
}

.series-categories-listed a.pill:hover:after {
    width: 100%;
	opacity: 0!important;
}
.series-categories-listed a.pill::after {
    height: calc(5rem - 4px);
    left: -2px;
	top: 0;
}

[class~="applications"] .series-categories-listed a{
	color: #4d4d4d;
    border-color: var(--clr-appbtn);
    background: var(--clr-apptxt);
}
.series-categories-listed ul{
    padding-left: 8rem;
}
.series-categories-listed li{
	margin-bottom: 0!important;
}
.page-layout-parent_category .columns {
	height: 0;
	z-index: 0!important;
}
.series-categories-listed .app-container{
	align-items: center;
	flex-direction: row!important;
}
.app-images {
	display: none;
}
.series-categories-listed .app-images{
    display: inline-block;
	position: relative;
	left: -5rem;
	width: 100%;
	min-width: 250px;
	max-width: 250px;
	max-height: 250px;
	margin-right: -5rem;
	margin-bottom: 1rem;
    border-radius: 3rem;
    box-shadow: -6px 12px 12px 3px #0000002b;
    overflow: hidden;
	z-index: 0;
	transition: all ease-out 500ms;
}
.series-categories-listed .app-images > *{
	transition: all ease-out 250ms;
}
.series-categories-listed .app-images:hover > *{
	transform: scale(1.25) translateX(0px);
}
.series-categories-listed .app-images a{
	background: none;
	padding: 0;
	display: flex;
    height: fit-content;
}
.series-categories-listed .app-desc{
	display: inline-block;
}
.category-description .description-image {
	display: inline-block;
    width: 25%;
    min-width: 250px;
    float: left;
    padding-right: 1rem;
}
.series-categories-listed .description-image {
	display: none;
}	
/*sub categories */

.columns .main {
	width: 100%!important;
	padding: 0!important;
}
.cat-list {
	display: flex;
    max-width: 1200px;
    margin: 2rem auto;
    position: relative;
    height: fit-content;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    float: none!important;
    background-color: #FFF;
    border-radius: 3rem;
    padding: 2rem;
}
.category-group {
	width: 100%;
	border-bottom: solid 1px var(--clr-prodbtn);
}
.category-group:last-child {
	border-bottom: none;
}
.category-title h3{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 3rem;
    font-weight: 400;
}
.page-products .columns {
    width: 96%;
    margin: 0 auto;
}
.products {
	display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
}
.products-grid {
	margin: 0;
    width: 100%;
    padding: 0 4rem;
}
.product-item-info {
	height: 100%;
}
.products-grid li{
	background-color: #e6e6e6;
    padding: 2rem 2rem 4rem!important;
	margin-bottom: 1rem;
    box-sizing: border-box;
    border-radius: 2rem;
}
.products-grid .product-image {
	border-radius: 1rem;
    overflow: hidden;
    background: #FFF;
}
.product-item-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-item-name {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 2rem;
}
.prodcopy {
	font-size: 1.7rem;
	line-height: 2.2rem;
}
.action {
	text-align: center;
}
.action a{
	background-color: #4d4d4d;
    display: inline-block;
    line-height: 4rem;
    padding: 0 2em;
    border-radius: 1.5em;
    border: solid 2px;
	border-color: var(--clr-prodbtn);
    color: #FFF;
    margin-top: 1em;
    transition: all ease-out 100ms;
}
.action a:hover{
	background-color: var(--clr-prodbtn);
    color: #FFF;
}
.products .message {
	background: #f2f2f2;
    border: solid 2px var(--clr-prodbtn);
    color: #191919;
}
.products .message > *:first-child:before {
    color: var(--clr-prodbtn);
}

/* reponsive styles */

@media screen and (max-width: 768px) {
	
	.series-categories-listed .app-container {
		flex-direction: column!important;
	}
	.series-categories-listed .app-images{
		left: 0;
		margin-right: 0;
	}
	.series-categories-listed p {
		padding-left: 0;
	}
	.category-about, .category-view {
		padding-left: 0;
	}
	.products-grid {
		margin: 0;
		width: 100%;
		padding: 0 2rem;
		box-sizing: border-box;
	}
	.products {
		flex-direction: column;
	}
	.products-grid li {
		width: 100%!important;
		margin-left: 0!important;
	}
	.page-products .product-item-info {
		width: 100%;
	}
	
	
}


@media screen and (max-width: 425px) {
	
	
	.category-about {
		padding-left: 2rem;
	}
	.category-description .description-image {
		display: none;
	}
	.series-categories {
		text-align: left;
		padding: 1em 1em;
	}
	.series-categories-listed p {
		padding-left: 2rem;
	}
	.products-grid {
		padding: 0;
	}
	.products {
		margin: 8px 0!important;
	}

}