@charset "UTF-8";


/* Hero Section */
.page.messages {
    margin: 0!important;
}
#hero {
	border: none;
	width: 100%;
	height:400px;
	max-height: 400px;
	background-color: #e7e7e7;
	background-image: url(../images/rowe_pattern.svg);
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: repeat;
	overflow: hidden;
	display: flex;
	align-items: center;
        
    }
#hero > div {
	display: inline-block;
	position: absolute;
	width: 100%;
	text-align: center;
	opacity: 0;
	-webkit-animation: 4s ease 1.5s normal forwards 1 tagline;
	animation: 2s ease 1.5s normal forwards 1 tagline;
	z-index: 1;
}
@keyframes tagline{
	0% {opacity: 0; word-spacing: 10px;}
	100% {opacity: 1; word-spacing: 0;}
	
}
#hero video{
	width: 100%;
	display: block;
	position: relative;
	z-index: 0;
}
#hero h2{
	display: inline-block;
	position: relative;
	margin: 10px 2em;
	font-family: 'Permanent Marker', cursive;
	font-family: 'Sriracha', cursive;
	font-weight: 400;
	color: #FFF;
	font-size: 2.2em;
	line-height: 1em;
	text-shadow: 3px 4px 7px BLACK;
}
#hero h1 {
	display: inline-block;
	position: relative;
	margin: 0 2em;
	background: linear-gradient(#4d4d4dd4, #4d4d4dd4) padding-box, linear-gradient(to right, var(--clr-prodbtn), var(--clr-appbtn), var(--clr-infobtn)) border-box;
	border-radius: 50px;
	padding: 0 1em 10px 1em;
	font-weight: 200;
	font-size: 2.2em;
	color: #FFF;
	border: solid 4px transparent;
}
.cms-rowe-homepage {
	.hero {
		width: 95%;
		max-width: 1440px;
		margin: 0 auto;
	}
}

/* Featured Section */

.block.widget .pager {
	display: none;
}
.home-nav-add {
	list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.home-nav-add a {
    display: inline-block;
    text-align: center;
    line-height: 4rem;
    min-width: 140px;
    padding: 0 1em;
	border-bottom: solid 4px var(--clr-prodbtn);
	color: #4d4d4d;
    margin: 0 1em;
    transition: all ease-out 100ms;
}
.home-nav-add a:hover {
	color: var(--clr-prodtxt);
}
.featured {
	padding: 2rem;
	width: 100%;
	background-color: inherit;
	margin:0 auto;
	box-sizing: border-box;
	max-width:1440px;

}
.featured h2{
	display: block;
	width: 100%;
	color: #4d4d4d;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
}
.featured .product-items{
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
}
.featured .product-item{
	width: calc(100% / 4)!important;
	max-width: 348px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5em;
	padding: 1em!important;
	background: #FFF;
	border-radius: 20px;
	margin: .5em!important;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}
.featured .product-item-info{
	width: 100%!important;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-between;
	align-items: stretch;
}
.featured img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 234px;
	padding-bottom: 4px;
}
.featured .product-item-name a{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 2.5rem;	
}
.featured .product-item-name a:hover{
	text-decoration: none;
}
.featured .price {
	display: none;
}
.featured .price-box{
	margin: 0;
}
.featured .price-label {
    font-size: 12px;
    display: block;
}
.featured .price-container .price{
	font-size: 3.5rem;
	font-weight: 600;
}
.product-item-details div .product-item-link{
	background-color: #f2f2f2;
	display: inline-block;
	line-height: 4rem;
	padding: 0 2em;
	border-radius: 1.5em;
	border: solid 3px var(--clr-appbtn);
	color: #4d4d4d;
	margin-top: 1em;
	transition: all ease-out 100ms;
}
.product-item-details div .product-item-link:hover{
	background-color: #4d4d4d;
	color: #FFF;
	border-color: var(--clr-prodbtn);
}	


/* Parallax Section */

.banner {
	background-color: #FFF;
	background-image: url("../images/rowe_pattern.svg");
	background-attachment: fixed;
	background-size: 50%;
	background-repeat: repeat;
	padding: 3em 0;
}
.banner p{
	margin: 0 auto;  
}
.banner button{
	display: block;
    background-color: #fff;
    padding: 0;
    border: none;
    margin: 0em auto;
}
.banner button:active{
	box-shadow: none;
}
.banner button a{
    display: block;
    background-color: #4d4d4d;
    padding: 1em 3em;
    border-radius: 1.5em;
    border: solid 2px var(--clr-infobtn);
    color: #FFF;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    transition: all ease-out 100ms;
}
.banner button a:hover{
	 background-color: var(--clr-infobtn);   
}
.parallax {
	color: #4d4d4d;
	text-align: center;
	font-size: 2em;
	letter-spacing: 1px;
	margin-top: 0px;
}
.Parallax h2{
	font-weight: 600;
}
.parallax_description {
	text-align: justify;
	width: 96%;
	max-width: 1200px;
	background-color: #FFF;
	padding: 1em 2em;
	box-sizing: border-box;
	border-radius: 20px;
	font-size: 3rem;
	font-weight: 200;
	line-height: 1.5em;
}


/* Subscribe */


.subscribe_header {
	color: #FFFFFF;
	text-align: center;
	font-size: 2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
.subscribe_banner {
	background-color: #4d4d4d;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
}
.subscribe_banner .button:hover {
	background-color: #FEFEFE;
	color: var(--clr-infobtn);
	cursor: pointer;
}
.mailchimp-subscribe{
	width: 96%;
	max-width:500px;
	margin:0 auto;
	color:#ffffff;
}
.indicates-required {
	text-align: right;
	font-size: 1.5rem;
	margin-right: 2rem;
    margin-top: 0.5rem;
}
#mc_embed_signup .asterisk {
	color: var(--clr-prodbtn);
}
.mc-field-group input {
	border-radius: 2rem;
}
#mergeRow-gdpr {
	font-size: 1.5rem;
	margin-top: 2rem;
	text-align: justify;
}
#mc_embed_signup .clear {
	text-align: center;
}
#mc_embed_signup .clear .button{
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 40px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid var(--clr-infobtn);
	color: #191919;
	transition: all 0.3s linear;
}
#mc_embed_signup .clear .button:hover{
	background: var(--clr-infobtn);
}

	
/* reponsive styles */

@media screen and (max-width: 1024px) {
		

	/* Featured Section */

	.featured .product-item{
		width: calc(100% / 2)!important;
	}

	.featured .product-items{
		flex-wrap: wrap;
		justify-content: space-around;
	}

}

@media screen and (max-width: 768px) {
	
	#hero {
		height: 290px;
		height: 50vw;
	}
	#hero div {
		animation: none;
		opacity: 1;
		padding-bottom: 4rem;
	}
	#hero video {
		display: none;
	}
	#hero h2 {
		color: #506264!important;
		text-shadow: none!important;
	}
	#hero h2, #hero h1 {		
		font-size: 6vw!important;
		font-size: 6dvw!important;
		font-size: 6svw!important;
	}
	
	.featured .product-items{
		flex-direction: column;
	}
	.featured .product-item{
		width: 100%!important;
		margin: 1em 0!important;
		max-width: none;
	}
	.featured .product-item-info{
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
	}
	
	.parallax_description {
		text-align: left;
	}
}