
/*************/
/*INDEX*/

.template-index #MainContent {
    margin-top: 60px;
}
.template-index #MainContent button {
    background: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid transparent;
    font-size: 16px;
}
.template-index #MainContent button:hover {
	background: transparent;
	color: #000000;
	border: 1px solid #000000;
}
/*top section*/
#index-top-image {
	position: relative;
}
/*#index-top-image .text-wrapper-1 {
	position: absolute;
	left: 70%;
	transform: translate(-50%,0%);
	width: 45%;
	text-align: center;
}*/
#index-top-image .text-wrapper-1 {
	position: absolute;
	left: 75%;
	top: 40%;
	transform: translate(-50%,-50%);
	width: 45%;
	text-align: left;
	max-width: 580px;
}
#index-top-image h1 {
	font-size: 60px;
    letter-spacing: 0.5px;
    font-weight: 500;	
    margin: 0;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    line-height: 100%;
}
#index-top-image h2 {
	text-transform: none;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'Pitch-Semibold', monospace;
	text-align: left;
	padding-right: 0px;
}
#index-top-image h2 span {
	display: inline-block;
	position: relative;
	font-family: 'Pitch-Semibold', monospace;
}
#index-top-image img.brown-highlight{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

/*featured products*/
#index-collections {
	padding: 40px 0 10px;
}
#index-collections h2 {
	margin: 10px 0 15px;
	font-size: 28px;
	font-family: 'Pitch-Semibold', monospace;
}
#index-collections .index-collections-col {
	padding: 0px;
	margin-bottom: 30px;
	position: relative;
}
#index-collections .index-collections-col a img {
	/*transition: .2s all;*/
}
#index-collections .index-collections-col a:hover img {
	/*transform: scale(1.04);*/
}
#index-collections .index-collections-col a img.first-image {
	position: relative;
	z-index: 2;
}
#index-collections .index-collections-col a img.second-image {
	position: absolute;
	top: 0;
	z-index: -1;	
	opacity: 0;
	max-width: 90%;
}
#index-collections .index-collections-col a:hover img.second-image {
	z-index: 5;
	opacity: 1;
}
#index-collections .index-collections-col h3 {
	margin: 10px auto;
	font-family: 'Pitch-Semibold', monospace;
	font-size: 20px;
}
#index-collections .index-collections-col p {
	margin: 0px auto 15px;
}
#index-collections .index-collections-col button {
	padding: 8px 3px;
    font-size: 14px;
    margin-bottom: 5px;
    border: 1px solid #000000;
    width: 70%;
}

/*second full section*/
#index-second-image {
	position: relative;
	margin-bottom: 20px;
}
#index-second-image .text-wrapper-1 {
	position: absolute;
	bottom: 20px;
	right: 55px;
	transform: translate(0%,-50%);
	width: 50%;
	text-align: center;
}
#index-second-image h2, #index-second-image h2 span {
	font-size: 80px;
    letter-spacing: 1px;
    font-weight: 500;	
    margin: 0;
    color: #000000;
    font-family: 'alternate-gothic-no-1-d', sans-serif;	
    line-height: 90%;
}
#index-second-image h2 span {
	display: inline-block;
	position: relative;
}
#index-second-image img.brown-highlight{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
#index-second-image h3 {
	margin-top: 20px;
	font-family: 'Pitch-Semibold', monospace;
}
#index-second-image .text-wrapper-1 ul {
	margin: 20px auto 30px;
	text-align: left;
	width: 90%;
}
#index-second-image .text-wrapper-1 ul li {
	margin-bottom: 5px;
}

/*testimonials*/
#index-testimonials {
	padding: 20px 0 30px;
}
#index-testimonials h2 {
	font-size: 60px;
    letter-spacing: 0;
    margin-bottom: 10px;	
}
#index-testimonials .index-testimonials-col {
	margin-bottom: 30px;
	text-align: center;
}
#index-testimonials .index-testimonials-col:last-child {
	margin-bottom: 0px;
}
#index-testimonials img.testimonials-star {
    max-width: 150px !important;
    min-width: 0;
    margin-bottom: 10px;
}
#index-testimonials p.testimonial-header {
	font-weight: 600;
	font-style: italic;
	margin-bottom: 5px;
	font-size: 18px;
}
#index-testimonials p.testimonial-body {
	font-size: 16px;
}

/*logos*/
#index-logos {
	padding: 70px 0 60px;
}

/*shop*/
#index-shop .index-shop-col {
	position: relative;
	margin-bottom: 30px;
}
#index-shop .index-shop-col .text-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	text-align: center;
}
.template-index #MainContent #index-shop button:hover {
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
}

/*logos*/
#index-blogs {
	padding: 40px 0 10px;
}
#index-blogs h2 {
	margin: 10px 0 20px;
    font-size: 48px;
    letter-spacing: 1px;
    color: #000000;
    font-weight: 500;
}
#index-blogs .index-blogs-col {
	margin-bottom: 10px;
}
#index-blogs a h3 {
	text-align: left;
	font-family: 'Pitch-Semibold', monospace;
}
#index-blogs a:hover h3 {
	color: rgba(0,0,0,.8);
}
#index-blogs a img {
	margin-bottom: 10px;
}
#index-blogs a:hover img {
	filter: opacity(.8);
}
/*************************/
/*************************/
/*************************/
/*************************/
/*MOBILE*/
@media (max-width: 767px) {
	.template-index #MainContent {
	    margin-top: 0px;
	    padding-top: 0;
	}	

	/*top image*/
	#index-top-image {
		min-height: 300px;

	}
	#index-top-image h1 {
	    font-size: 48px;
	    margin: 10px auto 10px;
	    padding-left: 0px;
	    text-align: center;
	}	
	#index-top-image h2 {
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
	}
	#index-top-image .text-wrapper-1 {
	    position: relative;
		left: 0;
	    right: 0;
	    top: 10px;
	    transform: translate(0%, 0);
	    width: 100%;
	    text-align: center;
	    padding-right: 0px;
	    margin-bottom: 20px;
	}
	/*collections*/
	#index-collections {
	    padding: 30px 0 10px;
	}	
	#index-collections h2 {
		font-size: 24px;
	}
	#index-collections .index-collections-col h3 {
	    margin: 5px auto 5px;
	    font-size: 16px;
	    padding: 0px;
	}	
	#index-collections .index-collections-col a img {
		max-width: 90%;
		min-width: 90%;
		margin-bottom: 10px;
	}
	#index-collections .index-collections-col a img.second-image {
		display: none;
	}	
	.template-index #MainContent #index-collections button {
	    padding: 5px 15px;
	    font-size: 12px;
	}	

	/*second image*/
	#index-second-image h2,  #index-second-image h2 span  {
		font-size: 42px;
		margin-bottom: 5px;
	}
	#index-second-image h3 {
		font-size: 14px;
		margin: 10px 0;
	}
	#index-second-image .text-wrapper-1 {
		left: 50%;
	    transform: translate(-50%,-50%);
	    width: 80%;
	    top: 60%;
	}	
	#index-second-image .text-wrapper-1 ul {
	    margin: 7px auto 7px;
	    text-align: left;
	    width: 70%;
	}
	#index-second-image .text-wrapper-1 ul li {
		margin-bottom: 3px;
	}


	/*testimonials*/
	#index-testimonials h2 {
		font-size: 40px;
	}
	#index-testimonials .index-testimonials-col {
		padding: 0 20px;
	}
	/*logos*/
	#index-logos {
		padding: 50px 0 40px;
	}

	/*blog*/
	#index-blogs {
	    padding: 10px 0 10px;
	}
	#index-blogs h2 {
		font-size: 36px;
		margin-top: 20px; 
	}
}



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px)  { 
	#index-top-image h1 {
		font-size: 40px;
	}	
	#index-top-image h2 {
		text-transform: none;
		font-size: 18px;
	}
	#index-top-image .text-wrapper-1 {
		width: 40%;
	}
	#index-second-image .text-wrapper-1 ul {
		width: 80%;
	}	
	#index-second-image .text-wrapper-1 {
		bottom: 0px;	
		right: 30px;
	}			
	#index-second-image h2, #index-second-image h2 span {
		font-size: 60px;
	}
	#index-second-image h3 {
		font-size: 16px;
	}
	#index-collections .index-collections-col button {
		padding: 8px 0px;
	    font-size: 14px;
	    width: 80%;
	}	
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px)  { 
	#index-top-image h1 {
		font-size: 50px;
	}
	#index-top-image h2 {
		text-transform: none;
		font-size: 20px;
	}
	#index-collections .index-collections-col h3 {
		font-size: 18px;
	}
	#index-second-image .text-wrapper-1 ul {
		width: 70%;
	}	
	#index-second-image h2, #index-second-image h2 span {
		font-size: 70px;
	}
	#index-second-image h3 {
		font-size: 18px;
	}
	#index-second-image .text-wrapper-1 {
		bottom: 10px;	
		right: 45px;
	}	
}
/* Larger devices*/
@media (min-width: 1200px) and (max-width: 1260px)  { 
	#index-top-image h1 {
		font-size: 60px;
	}
	#index-second-image h2, #index-second-image h2 span {
		font-size: 70px;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1261px) and (max-width: 1599px) { 
}

/* X-Large devices (1600px and up) */
@media (min-width: 1600px) { 

}


/* XXX-Large devices (1850px and up) */
@media (min-width: 1850px) { 

}
